@atlaskit/editor-common 70.1.0 → 70.1.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/dist/cjs/analytics/types/enums.js +19 -18
- package/dist/cjs/analytics/types/referentiality-events.js +5 -0
- package/dist/cjs/i18n/cs.js +82 -1
- package/dist/cjs/i18n/da.js +82 -1
- package/dist/cjs/i18n/de.js +82 -1
- package/dist/cjs/i18n/en.js +82 -1
- package/dist/cjs/i18n/en_GB.js +82 -1
- package/dist/cjs/i18n/en_ZZ.js +82 -1
- package/dist/cjs/i18n/es.js +82 -1
- package/dist/cjs/i18n/fi.js +82 -1
- package/dist/cjs/i18n/fr.js +82 -1
- package/dist/cjs/i18n/hu.js +82 -1
- package/dist/cjs/i18n/it.js +82 -1
- package/dist/cjs/i18n/ja.js +82 -1
- package/dist/cjs/i18n/ko.js +82 -1
- package/dist/cjs/i18n/nb.js +82 -1
- package/dist/cjs/i18n/nl.js +82 -1
- package/dist/cjs/i18n/pl.js +82 -1
- package/dist/cjs/i18n/pt_BR.js +82 -1
- package/dist/cjs/i18n/ru.js +82 -1
- package/dist/cjs/i18n/sv.js +82 -1
- package/dist/cjs/i18n/th.js +82 -1
- package/dist/cjs/i18n/tr.js +82 -1
- package/dist/cjs/i18n/uk.js +82 -1
- package/dist/cjs/i18n/vi.js +82 -1
- package/dist/cjs/i18n/zh.js +82 -1
- package/dist/cjs/i18n/zh_TW.js +82 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/analytics/types/enums.js +19 -18
- package/dist/es2019/analytics/types/referentiality-events.js +1 -0
- package/dist/es2019/i18n/cs.js +82 -1
- package/dist/es2019/i18n/da.js +82 -1
- package/dist/es2019/i18n/de.js +82 -1
- package/dist/es2019/i18n/en.js +82 -1
- package/dist/es2019/i18n/en_GB.js +82 -1
- package/dist/es2019/i18n/en_ZZ.js +82 -1
- package/dist/es2019/i18n/es.js +82 -1
- package/dist/es2019/i18n/fi.js +82 -1
- package/dist/es2019/i18n/fr.js +82 -1
- package/dist/es2019/i18n/hu.js +82 -1
- package/dist/es2019/i18n/it.js +82 -1
- package/dist/es2019/i18n/ja.js +82 -1
- package/dist/es2019/i18n/ko.js +82 -1
- package/dist/es2019/i18n/nb.js +82 -1
- package/dist/es2019/i18n/nl.js +82 -1
- package/dist/es2019/i18n/pl.js +82 -1
- package/dist/es2019/i18n/pt_BR.js +82 -1
- package/dist/es2019/i18n/ru.js +82 -1
- package/dist/es2019/i18n/sv.js +82 -1
- package/dist/es2019/i18n/th.js +82 -1
- package/dist/es2019/i18n/tr.js +82 -1
- package/dist/es2019/i18n/uk.js +82 -1
- package/dist/es2019/i18n/vi.js +82 -1
- package/dist/es2019/i18n/zh.js +82 -1
- package/dist/es2019/i18n/zh_TW.js +82 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/analytics/types/enums.js +19 -18
- package/dist/esm/analytics/types/referentiality-events.js +1 -0
- package/dist/esm/i18n/cs.js +82 -1
- package/dist/esm/i18n/da.js +82 -1
- package/dist/esm/i18n/de.js +82 -1
- package/dist/esm/i18n/en.js +82 -1
- package/dist/esm/i18n/en_GB.js +82 -1
- package/dist/esm/i18n/en_ZZ.js +82 -1
- package/dist/esm/i18n/es.js +82 -1
- package/dist/esm/i18n/fi.js +82 -1
- package/dist/esm/i18n/fr.js +82 -1
- package/dist/esm/i18n/hu.js +82 -1
- package/dist/esm/i18n/it.js +82 -1
- package/dist/esm/i18n/ja.js +82 -1
- package/dist/esm/i18n/ko.js +82 -1
- package/dist/esm/i18n/nb.js +82 -1
- package/dist/esm/i18n/nl.js +82 -1
- package/dist/esm/i18n/pl.js +82 -1
- package/dist/esm/i18n/pt_BR.js +82 -1
- package/dist/esm/i18n/ru.js +82 -1
- package/dist/esm/i18n/sv.js +82 -1
- package/dist/esm/i18n/th.js +82 -1
- package/dist/esm/i18n/tr.js +82 -1
- package/dist/esm/i18n/uk.js +82 -1
- package/dist/esm/i18n/vi.js +82 -1
- package/dist/esm/i18n/zh.js +82 -1
- package/dist/esm/i18n/zh_TW.js +82 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/analytics/types/enums.d.ts +20 -19
- package/dist/types/analytics/types/events.d.ts +2 -1
- package/dist/types/analytics/types/referentiality-events.d.ts +9 -0
- package/dist/types/i18n/cs.d.ts +81 -0
- package/dist/types/i18n/da.d.ts +81 -0
- package/dist/types/i18n/de.d.ts +81 -0
- package/dist/types/i18n/en.d.ts +81 -0
- package/dist/types/i18n/en_GB.d.ts +81 -0
- package/dist/types/i18n/en_ZZ.d.ts +81 -0
- package/dist/types/i18n/es.d.ts +81 -0
- package/dist/types/i18n/fi.d.ts +81 -0
- package/dist/types/i18n/fr.d.ts +81 -0
- package/dist/types/i18n/hu.d.ts +81 -0
- package/dist/types/i18n/it.d.ts +81 -0
- package/dist/types/i18n/ja.d.ts +81 -0
- package/dist/types/i18n/ko.d.ts +81 -0
- package/dist/types/i18n/nb.d.ts +81 -0
- package/dist/types/i18n/nl.d.ts +81 -0
- package/dist/types/i18n/pl.d.ts +81 -0
- package/dist/types/i18n/pt_BR.d.ts +81 -0
- package/dist/types/i18n/ru.d.ts +81 -0
- package/dist/types/i18n/sv.d.ts +81 -0
- package/dist/types/i18n/th.d.ts +81 -0
- package/dist/types/i18n/tr.d.ts +81 -0
- package/dist/types/i18n/uk.d.ts +81 -0
- package/dist/types/i18n/vi.d.ts +81 -0
- package/dist/types/i18n/zh.d.ts +81 -0
- package/dist/types/i18n/zh_TW.d.ts +81 -0
- package/dist/types-ts4.0/analytics/types/enums.d.ts +20 -19
- package/dist/types-ts4.0/analytics/types/events.d.ts +2 -1
- package/dist/types-ts4.0/analytics/types/referentiality-events.d.ts +9 -0
- package/dist/types-ts4.0/i18n/cs.d.ts +81 -0
- package/dist/types-ts4.0/i18n/da.d.ts +81 -0
- package/dist/types-ts4.0/i18n/de.d.ts +81 -0
- package/dist/types-ts4.0/i18n/en.d.ts +81 -0
- package/dist/types-ts4.0/i18n/en_GB.d.ts +81 -0
- package/dist/types-ts4.0/i18n/en_ZZ.d.ts +81 -0
- package/dist/types-ts4.0/i18n/es.d.ts +81 -0
- package/dist/types-ts4.0/i18n/fi.d.ts +81 -0
- package/dist/types-ts4.0/i18n/fr.d.ts +81 -0
- package/dist/types-ts4.0/i18n/hu.d.ts +81 -0
- package/dist/types-ts4.0/i18n/it.d.ts +81 -0
- package/dist/types-ts4.0/i18n/ja.d.ts +81 -0
- package/dist/types-ts4.0/i18n/ko.d.ts +81 -0
- package/dist/types-ts4.0/i18n/nb.d.ts +81 -0
- package/dist/types-ts4.0/i18n/nl.d.ts +81 -0
- package/dist/types-ts4.0/i18n/pl.d.ts +81 -0
- package/dist/types-ts4.0/i18n/pt_BR.d.ts +81 -0
- package/dist/types-ts4.0/i18n/ru.d.ts +81 -0
- package/dist/types-ts4.0/i18n/sv.d.ts +81 -0
- package/dist/types-ts4.0/i18n/th.d.ts +81 -0
- package/dist/types-ts4.0/i18n/tr.d.ts +81 -0
- package/dist/types-ts4.0/i18n/uk.d.ts +81 -0
- package/dist/types-ts4.0/i18n/vi.d.ts +81 -0
- package/dist/types-ts4.0/i18n/zh.d.ts +81 -0
- package/dist/types-ts4.0/i18n/zh_TW.d.ts +81 -0
- package/package.json +2 -2
|
@@ -1,14 +1,95 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
'fabric.editor.action': string;
|
|
3
|
+
'fabric.editor.action.description': string;
|
|
4
|
+
'fabric.editor.alignImageCenter': string;
|
|
5
|
+
'fabric.editor.alignImageLeft': string;
|
|
6
|
+
'fabric.editor.alignImageRight': string;
|
|
7
|
+
'fabric.editor.blockquote': string;
|
|
8
|
+
'fabric.editor.cancelButton': string;
|
|
2
9
|
'fabric.editor.captionPlaceholder': string;
|
|
3
10
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
11
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
12
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
13
|
'fabric.editor.collapseNode': string;
|
|
14
|
+
'fabric.editor.columns': string;
|
|
15
|
+
'fabric.editor.columns.description': string;
|
|
16
|
+
'fabric.editor.copiedToClipboard': string;
|
|
17
|
+
'fabric.editor.copyToClipboard': string;
|
|
18
|
+
'fabric.editor.date': string;
|
|
19
|
+
'fabric.editor.date.description': string;
|
|
20
|
+
'fabric.editor.decision': string;
|
|
21
|
+
'fabric.editor.decision.description': string;
|
|
22
|
+
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
23
|
+
'fabric.editor.emoji': string;
|
|
24
|
+
'fabric.editor.emoji.description': string;
|
|
25
|
+
'fabric.editor.expand': string;
|
|
26
|
+
'fabric.editor.expand.description': string;
|
|
5
27
|
'fabric.editor.expandDefaultTitle': string;
|
|
6
28
|
'fabric.editor.expandNode': string;
|
|
7
29
|
'fabric.editor.expandPlaceholder': string;
|
|
30
|
+
'fabric.editor.feedbackDialog': string;
|
|
31
|
+
'fabric.editor.feedbackDialog.description': string;
|
|
32
|
+
'fabric.editor.filesAndImages': string;
|
|
33
|
+
'fabric.editor.filesAndImages.description': string;
|
|
34
|
+
'fabric.editor.help': string;
|
|
35
|
+
'fabric.editor.help.description': string;
|
|
36
|
+
'fabric.editor.horizontalRule': string;
|
|
37
|
+
'fabric.editor.horizontalRule.description': string;
|
|
38
|
+
'fabric.editor.image': string;
|
|
39
|
+
'fabric.editor.insertMenu': string;
|
|
40
|
+
'fabric.editor.layoutFixedWidth': string;
|
|
41
|
+
'fabric.editor.layoutFullWidth': string;
|
|
42
|
+
'fabric.editor.layoutWide': string;
|
|
43
|
+
'fabric.editor.link': string;
|
|
44
|
+
'fabric.editor.link.description': string;
|
|
45
|
+
'fabric.editor.mention': string;
|
|
46
|
+
'fabric.editor.mention.description': string;
|
|
8
47
|
'fabric.editor.openLink': string;
|
|
48
|
+
'fabric.editor.placeholderText': string;
|
|
49
|
+
'fabric.editor.placeholderText.description': string;
|
|
50
|
+
'fabric.editor.remove': string;
|
|
51
|
+
'fabric.editor.removeEmoji': string;
|
|
52
|
+
'fabric.editor.saveButton': string;
|
|
53
|
+
'fabric.editor.status': string;
|
|
54
|
+
'fabric.editor.status.description': string;
|
|
55
|
+
'fabric.editor.table': string;
|
|
56
|
+
'fabric.editor.table.description': string;
|
|
57
|
+
'fabric.editor.time.ago': string;
|
|
58
|
+
'fabric.editor.time.updated': string;
|
|
59
|
+
'fabric.editor.time.viewed': string;
|
|
60
|
+
'fabric.editor.tooltip.blockPanel': string;
|
|
61
|
+
'fabric.editor.tooltip.bulletList': string;
|
|
62
|
+
'fabric.editor.tooltip.decisionList': string;
|
|
63
|
+
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
64
|
+
'fabric.editor.tooltip.nestedExpand': string;
|
|
65
|
+
'fabric.editor.tooltip.taskList': string;
|
|
9
66
|
'fabric.editor.unsupportedBlockContent': string;
|
|
10
67
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
11
68
|
'fabric.editor.unsupportedInlineContent': string;
|
|
69
|
+
'fabric.editor.viewMore': string;
|
|
70
|
+
'fabric.editor.visit': string;
|
|
71
|
+
'fabric.theme.blue': string;
|
|
72
|
+
'fabric.theme.dark-blue': string;
|
|
73
|
+
'fabric.theme.dark-green': string;
|
|
74
|
+
'fabric.theme.dark-purple': string;
|
|
75
|
+
'fabric.theme.dark-red': string;
|
|
76
|
+
'fabric.theme.dark-teal': string;
|
|
77
|
+
'fabric.theme.dark-yellow': string;
|
|
78
|
+
'fabric.theme.gray': string;
|
|
79
|
+
'fabric.theme.green': string;
|
|
80
|
+
'fabric.theme.light-blue': string;
|
|
81
|
+
'fabric.theme.light-gray': string;
|
|
82
|
+
'fabric.theme.light-green': string;
|
|
83
|
+
'fabric.theme.light-purple': string;
|
|
84
|
+
'fabric.theme.light-red': string;
|
|
85
|
+
'fabric.theme.light-teal': string;
|
|
86
|
+
'fabric.theme.light-yellow': string;
|
|
87
|
+
'fabric.theme.orange': string;
|
|
88
|
+
'fabric.theme.purple': string;
|
|
89
|
+
'fabric.theme.red': string;
|
|
90
|
+
'fabric.theme.teal': string;
|
|
91
|
+
'fabric.theme.white': string;
|
|
92
|
+
'fabric.theme.yellow': string;
|
|
12
93
|
};
|
|
13
94
|
/**
|
|
14
95
|
* NOTE:
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -1,14 +1,95 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
'fabric.editor.action': string;
|
|
3
|
+
'fabric.editor.action.description': string;
|
|
4
|
+
'fabric.editor.alignImageCenter': string;
|
|
5
|
+
'fabric.editor.alignImageLeft': string;
|
|
6
|
+
'fabric.editor.alignImageRight': string;
|
|
7
|
+
'fabric.editor.blockquote': string;
|
|
8
|
+
'fabric.editor.cancelButton': string;
|
|
2
9
|
'fabric.editor.captionPlaceholder': string;
|
|
3
10
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
11
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
12
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
13
|
'fabric.editor.collapseNode': string;
|
|
14
|
+
'fabric.editor.columns': string;
|
|
15
|
+
'fabric.editor.columns.description': string;
|
|
16
|
+
'fabric.editor.copiedToClipboard': string;
|
|
17
|
+
'fabric.editor.copyToClipboard': string;
|
|
18
|
+
'fabric.editor.date': string;
|
|
19
|
+
'fabric.editor.date.description': string;
|
|
20
|
+
'fabric.editor.decision': string;
|
|
21
|
+
'fabric.editor.decision.description': string;
|
|
22
|
+
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
23
|
+
'fabric.editor.emoji': string;
|
|
24
|
+
'fabric.editor.emoji.description': string;
|
|
25
|
+
'fabric.editor.expand': string;
|
|
26
|
+
'fabric.editor.expand.description': string;
|
|
5
27
|
'fabric.editor.expandDefaultTitle': string;
|
|
6
28
|
'fabric.editor.expandNode': string;
|
|
7
29
|
'fabric.editor.expandPlaceholder': string;
|
|
30
|
+
'fabric.editor.feedbackDialog': string;
|
|
31
|
+
'fabric.editor.feedbackDialog.description': string;
|
|
32
|
+
'fabric.editor.filesAndImages': string;
|
|
33
|
+
'fabric.editor.filesAndImages.description': string;
|
|
34
|
+
'fabric.editor.help': string;
|
|
35
|
+
'fabric.editor.help.description': string;
|
|
36
|
+
'fabric.editor.horizontalRule': string;
|
|
37
|
+
'fabric.editor.horizontalRule.description': string;
|
|
38
|
+
'fabric.editor.image': string;
|
|
39
|
+
'fabric.editor.insertMenu': string;
|
|
40
|
+
'fabric.editor.layoutFixedWidth': string;
|
|
41
|
+
'fabric.editor.layoutFullWidth': string;
|
|
42
|
+
'fabric.editor.layoutWide': string;
|
|
43
|
+
'fabric.editor.link': string;
|
|
44
|
+
'fabric.editor.link.description': string;
|
|
45
|
+
'fabric.editor.mention': string;
|
|
46
|
+
'fabric.editor.mention.description': string;
|
|
8
47
|
'fabric.editor.openLink': string;
|
|
48
|
+
'fabric.editor.placeholderText': string;
|
|
49
|
+
'fabric.editor.placeholderText.description': string;
|
|
50
|
+
'fabric.editor.remove': string;
|
|
51
|
+
'fabric.editor.removeEmoji': string;
|
|
52
|
+
'fabric.editor.saveButton': string;
|
|
53
|
+
'fabric.editor.status': string;
|
|
54
|
+
'fabric.editor.status.description': string;
|
|
55
|
+
'fabric.editor.table': string;
|
|
56
|
+
'fabric.editor.table.description': string;
|
|
57
|
+
'fabric.editor.time.ago': string;
|
|
58
|
+
'fabric.editor.time.updated': string;
|
|
59
|
+
'fabric.editor.time.viewed': string;
|
|
60
|
+
'fabric.editor.tooltip.blockPanel': string;
|
|
61
|
+
'fabric.editor.tooltip.bulletList': string;
|
|
62
|
+
'fabric.editor.tooltip.decisionList': string;
|
|
63
|
+
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
64
|
+
'fabric.editor.tooltip.nestedExpand': string;
|
|
65
|
+
'fabric.editor.tooltip.taskList': string;
|
|
9
66
|
'fabric.editor.unsupportedBlockContent': string;
|
|
10
67
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
11
68
|
'fabric.editor.unsupportedInlineContent': string;
|
|
69
|
+
'fabric.editor.viewMore': string;
|
|
70
|
+
'fabric.editor.visit': string;
|
|
71
|
+
'fabric.theme.blue': string;
|
|
72
|
+
'fabric.theme.dark-blue': string;
|
|
73
|
+
'fabric.theme.dark-green': string;
|
|
74
|
+
'fabric.theme.dark-purple': string;
|
|
75
|
+
'fabric.theme.dark-red': string;
|
|
76
|
+
'fabric.theme.dark-teal': string;
|
|
77
|
+
'fabric.theme.dark-yellow': string;
|
|
78
|
+
'fabric.theme.gray': string;
|
|
79
|
+
'fabric.theme.green': string;
|
|
80
|
+
'fabric.theme.light-blue': string;
|
|
81
|
+
'fabric.theme.light-gray': string;
|
|
82
|
+
'fabric.theme.light-green': string;
|
|
83
|
+
'fabric.theme.light-purple': string;
|
|
84
|
+
'fabric.theme.light-red': string;
|
|
85
|
+
'fabric.theme.light-teal': string;
|
|
86
|
+
'fabric.theme.light-yellow': string;
|
|
87
|
+
'fabric.theme.orange': string;
|
|
88
|
+
'fabric.theme.purple': string;
|
|
89
|
+
'fabric.theme.red': string;
|
|
90
|
+
'fabric.theme.teal': string;
|
|
91
|
+
'fabric.theme.white': string;
|
|
92
|
+
'fabric.theme.yellow': string;
|
|
12
93
|
};
|
|
13
94
|
/**
|
|
14
95
|
* NOTE:
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -1,14 +1,95 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
'fabric.editor.action': string;
|
|
3
|
+
'fabric.editor.action.description': string;
|
|
4
|
+
'fabric.editor.alignImageCenter': string;
|
|
5
|
+
'fabric.editor.alignImageLeft': string;
|
|
6
|
+
'fabric.editor.alignImageRight': string;
|
|
7
|
+
'fabric.editor.blockquote': string;
|
|
8
|
+
'fabric.editor.cancelButton': string;
|
|
2
9
|
'fabric.editor.captionPlaceholder': string;
|
|
3
10
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
11
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
12
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
13
|
'fabric.editor.collapseNode': string;
|
|
14
|
+
'fabric.editor.columns': string;
|
|
15
|
+
'fabric.editor.columns.description': string;
|
|
16
|
+
'fabric.editor.copiedToClipboard': string;
|
|
17
|
+
'fabric.editor.copyToClipboard': string;
|
|
18
|
+
'fabric.editor.date': string;
|
|
19
|
+
'fabric.editor.date.description': string;
|
|
20
|
+
'fabric.editor.decision': string;
|
|
21
|
+
'fabric.editor.decision.description': string;
|
|
22
|
+
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
23
|
+
'fabric.editor.emoji': string;
|
|
24
|
+
'fabric.editor.emoji.description': string;
|
|
25
|
+
'fabric.editor.expand': string;
|
|
26
|
+
'fabric.editor.expand.description': string;
|
|
5
27
|
'fabric.editor.expandDefaultTitle': string;
|
|
6
28
|
'fabric.editor.expandNode': string;
|
|
7
29
|
'fabric.editor.expandPlaceholder': string;
|
|
30
|
+
'fabric.editor.feedbackDialog': string;
|
|
31
|
+
'fabric.editor.feedbackDialog.description': string;
|
|
32
|
+
'fabric.editor.filesAndImages': string;
|
|
33
|
+
'fabric.editor.filesAndImages.description': string;
|
|
34
|
+
'fabric.editor.help': string;
|
|
35
|
+
'fabric.editor.help.description': string;
|
|
36
|
+
'fabric.editor.horizontalRule': string;
|
|
37
|
+
'fabric.editor.horizontalRule.description': string;
|
|
38
|
+
'fabric.editor.image': string;
|
|
39
|
+
'fabric.editor.insertMenu': string;
|
|
40
|
+
'fabric.editor.layoutFixedWidth': string;
|
|
41
|
+
'fabric.editor.layoutFullWidth': string;
|
|
42
|
+
'fabric.editor.layoutWide': string;
|
|
43
|
+
'fabric.editor.link': string;
|
|
44
|
+
'fabric.editor.link.description': string;
|
|
45
|
+
'fabric.editor.mention': string;
|
|
46
|
+
'fabric.editor.mention.description': string;
|
|
8
47
|
'fabric.editor.openLink': string;
|
|
48
|
+
'fabric.editor.placeholderText': string;
|
|
49
|
+
'fabric.editor.placeholderText.description': string;
|
|
50
|
+
'fabric.editor.remove': string;
|
|
51
|
+
'fabric.editor.removeEmoji': string;
|
|
52
|
+
'fabric.editor.saveButton': string;
|
|
53
|
+
'fabric.editor.status': string;
|
|
54
|
+
'fabric.editor.status.description': string;
|
|
55
|
+
'fabric.editor.table': string;
|
|
56
|
+
'fabric.editor.table.description': string;
|
|
57
|
+
'fabric.editor.time.ago': string;
|
|
58
|
+
'fabric.editor.time.updated': string;
|
|
59
|
+
'fabric.editor.time.viewed': string;
|
|
60
|
+
'fabric.editor.tooltip.blockPanel': string;
|
|
61
|
+
'fabric.editor.tooltip.bulletList': string;
|
|
62
|
+
'fabric.editor.tooltip.decisionList': string;
|
|
63
|
+
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
64
|
+
'fabric.editor.tooltip.nestedExpand': string;
|
|
65
|
+
'fabric.editor.tooltip.taskList': string;
|
|
9
66
|
'fabric.editor.unsupportedBlockContent': string;
|
|
10
67
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
11
68
|
'fabric.editor.unsupportedInlineContent': string;
|
|
69
|
+
'fabric.editor.viewMore': string;
|
|
70
|
+
'fabric.editor.visit': string;
|
|
71
|
+
'fabric.theme.blue': string;
|
|
72
|
+
'fabric.theme.dark-blue': string;
|
|
73
|
+
'fabric.theme.dark-green': string;
|
|
74
|
+
'fabric.theme.dark-purple': string;
|
|
75
|
+
'fabric.theme.dark-red': string;
|
|
76
|
+
'fabric.theme.dark-teal': string;
|
|
77
|
+
'fabric.theme.dark-yellow': string;
|
|
78
|
+
'fabric.theme.gray': string;
|
|
79
|
+
'fabric.theme.green': string;
|
|
80
|
+
'fabric.theme.light-blue': string;
|
|
81
|
+
'fabric.theme.light-gray': string;
|
|
82
|
+
'fabric.theme.light-green': string;
|
|
83
|
+
'fabric.theme.light-purple': string;
|
|
84
|
+
'fabric.theme.light-red': string;
|
|
85
|
+
'fabric.theme.light-teal': string;
|
|
86
|
+
'fabric.theme.light-yellow': string;
|
|
87
|
+
'fabric.theme.orange': string;
|
|
88
|
+
'fabric.theme.purple': string;
|
|
89
|
+
'fabric.theme.red': string;
|
|
90
|
+
'fabric.theme.teal': string;
|
|
91
|
+
'fabric.theme.white': string;
|
|
92
|
+
'fabric.theme.yellow': string;
|
|
12
93
|
};
|
|
13
94
|
/**
|
|
14
95
|
* NOTE:
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -1,14 +1,95 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
'fabric.editor.action': string;
|
|
3
|
+
'fabric.editor.action.description': string;
|
|
4
|
+
'fabric.editor.alignImageCenter': string;
|
|
5
|
+
'fabric.editor.alignImageLeft': string;
|
|
6
|
+
'fabric.editor.alignImageRight': string;
|
|
7
|
+
'fabric.editor.blockquote': string;
|
|
8
|
+
'fabric.editor.cancelButton': string;
|
|
2
9
|
'fabric.editor.captionPlaceholder': string;
|
|
3
10
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
11
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
12
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
13
|
'fabric.editor.collapseNode': string;
|
|
14
|
+
'fabric.editor.columns': string;
|
|
15
|
+
'fabric.editor.columns.description': string;
|
|
16
|
+
'fabric.editor.copiedToClipboard': string;
|
|
17
|
+
'fabric.editor.copyToClipboard': string;
|
|
18
|
+
'fabric.editor.date': string;
|
|
19
|
+
'fabric.editor.date.description': string;
|
|
20
|
+
'fabric.editor.decision': string;
|
|
21
|
+
'fabric.editor.decision.description': string;
|
|
22
|
+
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
23
|
+
'fabric.editor.emoji': string;
|
|
24
|
+
'fabric.editor.emoji.description': string;
|
|
25
|
+
'fabric.editor.expand': string;
|
|
26
|
+
'fabric.editor.expand.description': string;
|
|
5
27
|
'fabric.editor.expandDefaultTitle': string;
|
|
6
28
|
'fabric.editor.expandNode': string;
|
|
7
29
|
'fabric.editor.expandPlaceholder': string;
|
|
30
|
+
'fabric.editor.feedbackDialog': string;
|
|
31
|
+
'fabric.editor.feedbackDialog.description': string;
|
|
32
|
+
'fabric.editor.filesAndImages': string;
|
|
33
|
+
'fabric.editor.filesAndImages.description': string;
|
|
34
|
+
'fabric.editor.help': string;
|
|
35
|
+
'fabric.editor.help.description': string;
|
|
36
|
+
'fabric.editor.horizontalRule': string;
|
|
37
|
+
'fabric.editor.horizontalRule.description': string;
|
|
38
|
+
'fabric.editor.image': string;
|
|
39
|
+
'fabric.editor.insertMenu': string;
|
|
40
|
+
'fabric.editor.layoutFixedWidth': string;
|
|
41
|
+
'fabric.editor.layoutFullWidth': string;
|
|
42
|
+
'fabric.editor.layoutWide': string;
|
|
43
|
+
'fabric.editor.link': string;
|
|
44
|
+
'fabric.editor.link.description': string;
|
|
45
|
+
'fabric.editor.mention': string;
|
|
46
|
+
'fabric.editor.mention.description': string;
|
|
8
47
|
'fabric.editor.openLink': string;
|
|
48
|
+
'fabric.editor.placeholderText': string;
|
|
49
|
+
'fabric.editor.placeholderText.description': string;
|
|
50
|
+
'fabric.editor.remove': string;
|
|
51
|
+
'fabric.editor.removeEmoji': string;
|
|
52
|
+
'fabric.editor.saveButton': string;
|
|
53
|
+
'fabric.editor.status': string;
|
|
54
|
+
'fabric.editor.status.description': string;
|
|
55
|
+
'fabric.editor.table': string;
|
|
56
|
+
'fabric.editor.table.description': string;
|
|
57
|
+
'fabric.editor.time.ago': string;
|
|
58
|
+
'fabric.editor.time.updated': string;
|
|
59
|
+
'fabric.editor.time.viewed': string;
|
|
60
|
+
'fabric.editor.tooltip.blockPanel': string;
|
|
61
|
+
'fabric.editor.tooltip.bulletList': string;
|
|
62
|
+
'fabric.editor.tooltip.decisionList': string;
|
|
63
|
+
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
64
|
+
'fabric.editor.tooltip.nestedExpand': string;
|
|
65
|
+
'fabric.editor.tooltip.taskList': string;
|
|
9
66
|
'fabric.editor.unsupportedBlockContent': string;
|
|
10
67
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
11
68
|
'fabric.editor.unsupportedInlineContent': string;
|
|
69
|
+
'fabric.editor.viewMore': string;
|
|
70
|
+
'fabric.editor.visit': string;
|
|
71
|
+
'fabric.theme.blue': string;
|
|
72
|
+
'fabric.theme.dark-blue': string;
|
|
73
|
+
'fabric.theme.dark-green': string;
|
|
74
|
+
'fabric.theme.dark-purple': string;
|
|
75
|
+
'fabric.theme.dark-red': string;
|
|
76
|
+
'fabric.theme.dark-teal': string;
|
|
77
|
+
'fabric.theme.dark-yellow': string;
|
|
78
|
+
'fabric.theme.gray': string;
|
|
79
|
+
'fabric.theme.green': string;
|
|
80
|
+
'fabric.theme.light-blue': string;
|
|
81
|
+
'fabric.theme.light-gray': string;
|
|
82
|
+
'fabric.theme.light-green': string;
|
|
83
|
+
'fabric.theme.light-purple': string;
|
|
84
|
+
'fabric.theme.light-red': string;
|
|
85
|
+
'fabric.theme.light-teal': string;
|
|
86
|
+
'fabric.theme.light-yellow': string;
|
|
87
|
+
'fabric.theme.orange': string;
|
|
88
|
+
'fabric.theme.purple': string;
|
|
89
|
+
'fabric.theme.red': string;
|
|
90
|
+
'fabric.theme.teal': string;
|
|
91
|
+
'fabric.theme.white': string;
|
|
92
|
+
'fabric.theme.yellow': string;
|
|
12
93
|
};
|
|
13
94
|
/**
|
|
14
95
|
* NOTE:
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -1,14 +1,95 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
'fabric.editor.action': string;
|
|
3
|
+
'fabric.editor.action.description': string;
|
|
4
|
+
'fabric.editor.alignImageCenter': string;
|
|
5
|
+
'fabric.editor.alignImageLeft': string;
|
|
6
|
+
'fabric.editor.alignImageRight': string;
|
|
7
|
+
'fabric.editor.blockquote': string;
|
|
8
|
+
'fabric.editor.cancelButton': string;
|
|
2
9
|
'fabric.editor.captionPlaceholder': string;
|
|
3
10
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
11
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
12
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
13
|
'fabric.editor.collapseNode': string;
|
|
14
|
+
'fabric.editor.columns': string;
|
|
15
|
+
'fabric.editor.columns.description': string;
|
|
16
|
+
'fabric.editor.copiedToClipboard': string;
|
|
17
|
+
'fabric.editor.copyToClipboard': string;
|
|
18
|
+
'fabric.editor.date': string;
|
|
19
|
+
'fabric.editor.date.description': string;
|
|
20
|
+
'fabric.editor.decision': string;
|
|
21
|
+
'fabric.editor.decision.description': string;
|
|
22
|
+
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
23
|
+
'fabric.editor.emoji': string;
|
|
24
|
+
'fabric.editor.emoji.description': string;
|
|
25
|
+
'fabric.editor.expand': string;
|
|
26
|
+
'fabric.editor.expand.description': string;
|
|
5
27
|
'fabric.editor.expandDefaultTitle': string;
|
|
6
28
|
'fabric.editor.expandNode': string;
|
|
7
29
|
'fabric.editor.expandPlaceholder': string;
|
|
30
|
+
'fabric.editor.feedbackDialog': string;
|
|
31
|
+
'fabric.editor.feedbackDialog.description': string;
|
|
32
|
+
'fabric.editor.filesAndImages': string;
|
|
33
|
+
'fabric.editor.filesAndImages.description': string;
|
|
34
|
+
'fabric.editor.help': string;
|
|
35
|
+
'fabric.editor.help.description': string;
|
|
36
|
+
'fabric.editor.horizontalRule': string;
|
|
37
|
+
'fabric.editor.horizontalRule.description': string;
|
|
38
|
+
'fabric.editor.image': string;
|
|
39
|
+
'fabric.editor.insertMenu': string;
|
|
40
|
+
'fabric.editor.layoutFixedWidth': string;
|
|
41
|
+
'fabric.editor.layoutFullWidth': string;
|
|
42
|
+
'fabric.editor.layoutWide': string;
|
|
43
|
+
'fabric.editor.link': string;
|
|
44
|
+
'fabric.editor.link.description': string;
|
|
45
|
+
'fabric.editor.mention': string;
|
|
46
|
+
'fabric.editor.mention.description': string;
|
|
8
47
|
'fabric.editor.openLink': string;
|
|
48
|
+
'fabric.editor.placeholderText': string;
|
|
49
|
+
'fabric.editor.placeholderText.description': string;
|
|
50
|
+
'fabric.editor.remove': string;
|
|
51
|
+
'fabric.editor.removeEmoji': string;
|
|
52
|
+
'fabric.editor.saveButton': string;
|
|
53
|
+
'fabric.editor.status': string;
|
|
54
|
+
'fabric.editor.status.description': string;
|
|
55
|
+
'fabric.editor.table': string;
|
|
56
|
+
'fabric.editor.table.description': string;
|
|
57
|
+
'fabric.editor.time.ago': string;
|
|
58
|
+
'fabric.editor.time.updated': string;
|
|
59
|
+
'fabric.editor.time.viewed': string;
|
|
60
|
+
'fabric.editor.tooltip.blockPanel': string;
|
|
61
|
+
'fabric.editor.tooltip.bulletList': string;
|
|
62
|
+
'fabric.editor.tooltip.decisionList': string;
|
|
63
|
+
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
64
|
+
'fabric.editor.tooltip.nestedExpand': string;
|
|
65
|
+
'fabric.editor.tooltip.taskList': string;
|
|
9
66
|
'fabric.editor.unsupportedBlockContent': string;
|
|
10
67
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
11
68
|
'fabric.editor.unsupportedInlineContent': string;
|
|
69
|
+
'fabric.editor.viewMore': string;
|
|
70
|
+
'fabric.editor.visit': string;
|
|
71
|
+
'fabric.theme.blue': string;
|
|
72
|
+
'fabric.theme.dark-blue': string;
|
|
73
|
+
'fabric.theme.dark-green': string;
|
|
74
|
+
'fabric.theme.dark-purple': string;
|
|
75
|
+
'fabric.theme.dark-red': string;
|
|
76
|
+
'fabric.theme.dark-teal': string;
|
|
77
|
+
'fabric.theme.dark-yellow': string;
|
|
78
|
+
'fabric.theme.gray': string;
|
|
79
|
+
'fabric.theme.green': string;
|
|
80
|
+
'fabric.theme.light-blue': string;
|
|
81
|
+
'fabric.theme.light-gray': string;
|
|
82
|
+
'fabric.theme.light-green': string;
|
|
83
|
+
'fabric.theme.light-purple': string;
|
|
84
|
+
'fabric.theme.light-red': string;
|
|
85
|
+
'fabric.theme.light-teal': string;
|
|
86
|
+
'fabric.theme.light-yellow': string;
|
|
87
|
+
'fabric.theme.orange': string;
|
|
88
|
+
'fabric.theme.purple': string;
|
|
89
|
+
'fabric.theme.red': string;
|
|
90
|
+
'fabric.theme.teal': string;
|
|
91
|
+
'fabric.theme.white': string;
|
|
92
|
+
'fabric.theme.yellow': string;
|
|
12
93
|
};
|
|
13
94
|
/**
|
|
14
95
|
* NOTE:
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -1,14 +1,95 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
'fabric.editor.action': string;
|
|
3
|
+
'fabric.editor.action.description': string;
|
|
4
|
+
'fabric.editor.alignImageCenter': string;
|
|
5
|
+
'fabric.editor.alignImageLeft': string;
|
|
6
|
+
'fabric.editor.alignImageRight': string;
|
|
7
|
+
'fabric.editor.blockquote': string;
|
|
8
|
+
'fabric.editor.cancelButton': string;
|
|
2
9
|
'fabric.editor.captionPlaceholder': string;
|
|
3
10
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
11
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
12
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
13
|
'fabric.editor.collapseNode': string;
|
|
14
|
+
'fabric.editor.columns': string;
|
|
15
|
+
'fabric.editor.columns.description': string;
|
|
16
|
+
'fabric.editor.copiedToClipboard': string;
|
|
17
|
+
'fabric.editor.copyToClipboard': string;
|
|
18
|
+
'fabric.editor.date': string;
|
|
19
|
+
'fabric.editor.date.description': string;
|
|
20
|
+
'fabric.editor.decision': string;
|
|
21
|
+
'fabric.editor.decision.description': string;
|
|
22
|
+
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
23
|
+
'fabric.editor.emoji': string;
|
|
24
|
+
'fabric.editor.emoji.description': string;
|
|
25
|
+
'fabric.editor.expand': string;
|
|
26
|
+
'fabric.editor.expand.description': string;
|
|
5
27
|
'fabric.editor.expandDefaultTitle': string;
|
|
6
28
|
'fabric.editor.expandNode': string;
|
|
7
29
|
'fabric.editor.expandPlaceholder': string;
|
|
30
|
+
'fabric.editor.feedbackDialog': string;
|
|
31
|
+
'fabric.editor.feedbackDialog.description': string;
|
|
32
|
+
'fabric.editor.filesAndImages': string;
|
|
33
|
+
'fabric.editor.filesAndImages.description': string;
|
|
34
|
+
'fabric.editor.help': string;
|
|
35
|
+
'fabric.editor.help.description': string;
|
|
36
|
+
'fabric.editor.horizontalRule': string;
|
|
37
|
+
'fabric.editor.horizontalRule.description': string;
|
|
38
|
+
'fabric.editor.image': string;
|
|
39
|
+
'fabric.editor.insertMenu': string;
|
|
40
|
+
'fabric.editor.layoutFixedWidth': string;
|
|
41
|
+
'fabric.editor.layoutFullWidth': string;
|
|
42
|
+
'fabric.editor.layoutWide': string;
|
|
43
|
+
'fabric.editor.link': string;
|
|
44
|
+
'fabric.editor.link.description': string;
|
|
45
|
+
'fabric.editor.mention': string;
|
|
46
|
+
'fabric.editor.mention.description': string;
|
|
8
47
|
'fabric.editor.openLink': string;
|
|
48
|
+
'fabric.editor.placeholderText': string;
|
|
49
|
+
'fabric.editor.placeholderText.description': string;
|
|
50
|
+
'fabric.editor.remove': string;
|
|
51
|
+
'fabric.editor.removeEmoji': string;
|
|
52
|
+
'fabric.editor.saveButton': string;
|
|
53
|
+
'fabric.editor.status': string;
|
|
54
|
+
'fabric.editor.status.description': string;
|
|
55
|
+
'fabric.editor.table': string;
|
|
56
|
+
'fabric.editor.table.description': string;
|
|
57
|
+
'fabric.editor.time.ago': string;
|
|
58
|
+
'fabric.editor.time.updated': string;
|
|
59
|
+
'fabric.editor.time.viewed': string;
|
|
60
|
+
'fabric.editor.tooltip.blockPanel': string;
|
|
61
|
+
'fabric.editor.tooltip.bulletList': string;
|
|
62
|
+
'fabric.editor.tooltip.decisionList': string;
|
|
63
|
+
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
64
|
+
'fabric.editor.tooltip.nestedExpand': string;
|
|
65
|
+
'fabric.editor.tooltip.taskList': string;
|
|
9
66
|
'fabric.editor.unsupportedBlockContent': string;
|
|
10
67
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
11
68
|
'fabric.editor.unsupportedInlineContent': string;
|
|
69
|
+
'fabric.editor.viewMore': string;
|
|
70
|
+
'fabric.editor.visit': string;
|
|
71
|
+
'fabric.theme.blue': string;
|
|
72
|
+
'fabric.theme.dark-blue': string;
|
|
73
|
+
'fabric.theme.dark-green': string;
|
|
74
|
+
'fabric.theme.dark-purple': string;
|
|
75
|
+
'fabric.theme.dark-red': string;
|
|
76
|
+
'fabric.theme.dark-teal': string;
|
|
77
|
+
'fabric.theme.dark-yellow': string;
|
|
78
|
+
'fabric.theme.gray': string;
|
|
79
|
+
'fabric.theme.green': string;
|
|
80
|
+
'fabric.theme.light-blue': string;
|
|
81
|
+
'fabric.theme.light-gray': string;
|
|
82
|
+
'fabric.theme.light-green': string;
|
|
83
|
+
'fabric.theme.light-purple': string;
|
|
84
|
+
'fabric.theme.light-red': string;
|
|
85
|
+
'fabric.theme.light-teal': string;
|
|
86
|
+
'fabric.theme.light-yellow': string;
|
|
87
|
+
'fabric.theme.orange': string;
|
|
88
|
+
'fabric.theme.purple': string;
|
|
89
|
+
'fabric.theme.red': string;
|
|
90
|
+
'fabric.theme.teal': string;
|
|
91
|
+
'fabric.theme.white': string;
|
|
92
|
+
'fabric.theme.yellow': string;
|
|
12
93
|
};
|
|
13
94
|
/**
|
|
14
95
|
* NOTE:
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -1,14 +1,95 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
'fabric.editor.action': string;
|
|
3
|
+
'fabric.editor.action.description': string;
|
|
4
|
+
'fabric.editor.alignImageCenter': string;
|
|
5
|
+
'fabric.editor.alignImageLeft': string;
|
|
6
|
+
'fabric.editor.alignImageRight': string;
|
|
7
|
+
'fabric.editor.blockquote': string;
|
|
8
|
+
'fabric.editor.cancelButton': string;
|
|
2
9
|
'fabric.editor.captionPlaceholder': string;
|
|
3
10
|
'fabric.editor.codeBidiWarningLabel': string;
|
|
11
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': string;
|
|
12
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': string;
|
|
4
13
|
'fabric.editor.collapseNode': string;
|
|
14
|
+
'fabric.editor.columns': string;
|
|
15
|
+
'fabric.editor.columns.description': string;
|
|
16
|
+
'fabric.editor.copiedToClipboard': string;
|
|
17
|
+
'fabric.editor.copyToClipboard': string;
|
|
18
|
+
'fabric.editor.date': string;
|
|
19
|
+
'fabric.editor.date.description': string;
|
|
20
|
+
'fabric.editor.decision': string;
|
|
21
|
+
'fabric.editor.decision.description': string;
|
|
22
|
+
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
23
|
+
'fabric.editor.emoji': string;
|
|
24
|
+
'fabric.editor.emoji.description': string;
|
|
25
|
+
'fabric.editor.expand': string;
|
|
26
|
+
'fabric.editor.expand.description': string;
|
|
5
27
|
'fabric.editor.expandDefaultTitle': string;
|
|
6
28
|
'fabric.editor.expandNode': string;
|
|
7
29
|
'fabric.editor.expandPlaceholder': string;
|
|
30
|
+
'fabric.editor.feedbackDialog': string;
|
|
31
|
+
'fabric.editor.feedbackDialog.description': string;
|
|
32
|
+
'fabric.editor.filesAndImages': string;
|
|
33
|
+
'fabric.editor.filesAndImages.description': string;
|
|
34
|
+
'fabric.editor.help': string;
|
|
35
|
+
'fabric.editor.help.description': string;
|
|
36
|
+
'fabric.editor.horizontalRule': string;
|
|
37
|
+
'fabric.editor.horizontalRule.description': string;
|
|
38
|
+
'fabric.editor.image': string;
|
|
39
|
+
'fabric.editor.insertMenu': string;
|
|
40
|
+
'fabric.editor.layoutFixedWidth': string;
|
|
41
|
+
'fabric.editor.layoutFullWidth': string;
|
|
42
|
+
'fabric.editor.layoutWide': string;
|
|
43
|
+
'fabric.editor.link': string;
|
|
44
|
+
'fabric.editor.link.description': string;
|
|
45
|
+
'fabric.editor.mention': string;
|
|
46
|
+
'fabric.editor.mention.description': string;
|
|
8
47
|
'fabric.editor.openLink': string;
|
|
48
|
+
'fabric.editor.placeholderText': string;
|
|
49
|
+
'fabric.editor.placeholderText.description': string;
|
|
50
|
+
'fabric.editor.remove': string;
|
|
51
|
+
'fabric.editor.removeEmoji': string;
|
|
52
|
+
'fabric.editor.saveButton': string;
|
|
53
|
+
'fabric.editor.status': string;
|
|
54
|
+
'fabric.editor.status.description': string;
|
|
55
|
+
'fabric.editor.table': string;
|
|
56
|
+
'fabric.editor.table.description': string;
|
|
57
|
+
'fabric.editor.time.ago': string;
|
|
58
|
+
'fabric.editor.time.updated': string;
|
|
59
|
+
'fabric.editor.time.viewed': string;
|
|
60
|
+
'fabric.editor.tooltip.blockPanel': string;
|
|
61
|
+
'fabric.editor.tooltip.bulletList': string;
|
|
62
|
+
'fabric.editor.tooltip.decisionList': string;
|
|
63
|
+
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
64
|
+
'fabric.editor.tooltip.nestedExpand': string;
|
|
65
|
+
'fabric.editor.tooltip.taskList': string;
|
|
9
66
|
'fabric.editor.unsupportedBlockContent': string;
|
|
10
67
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
11
68
|
'fabric.editor.unsupportedInlineContent': string;
|
|
69
|
+
'fabric.editor.viewMore': string;
|
|
70
|
+
'fabric.editor.visit': string;
|
|
71
|
+
'fabric.theme.blue': string;
|
|
72
|
+
'fabric.theme.dark-blue': string;
|
|
73
|
+
'fabric.theme.dark-green': string;
|
|
74
|
+
'fabric.theme.dark-purple': string;
|
|
75
|
+
'fabric.theme.dark-red': string;
|
|
76
|
+
'fabric.theme.dark-teal': string;
|
|
77
|
+
'fabric.theme.dark-yellow': string;
|
|
78
|
+
'fabric.theme.gray': string;
|
|
79
|
+
'fabric.theme.green': string;
|
|
80
|
+
'fabric.theme.light-blue': string;
|
|
81
|
+
'fabric.theme.light-gray': string;
|
|
82
|
+
'fabric.theme.light-green': string;
|
|
83
|
+
'fabric.theme.light-purple': string;
|
|
84
|
+
'fabric.theme.light-red': string;
|
|
85
|
+
'fabric.theme.light-teal': string;
|
|
86
|
+
'fabric.theme.light-yellow': string;
|
|
87
|
+
'fabric.theme.orange': string;
|
|
88
|
+
'fabric.theme.purple': string;
|
|
89
|
+
'fabric.theme.red': string;
|
|
90
|
+
'fabric.theme.teal': string;
|
|
91
|
+
'fabric.theme.white': string;
|
|
92
|
+
'fabric.theme.yellow': string;
|
|
12
93
|
};
|
|
13
94
|
/**
|
|
14
95
|
* NOTE:
|