@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
package/dist/types/i18n/th.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/tr.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/uk.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/vi.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/zh.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:
|
|
@@ -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:
|
|
@@ -187,12 +187,12 @@ export declare enum ACTION_SUBJECT_ID {
|
|
|
187
187
|
ANNOTATE_BUTTON = "annotateButton",
|
|
188
188
|
AVATAR_GROUP_PLUGIN = "AvatarGroupInPlugin",
|
|
189
189
|
BLOCK_QUOTE = "blockQuote",
|
|
190
|
+
BUTTON_CATEGORY = "categoryButton",
|
|
190
191
|
BUTTON_FEEDBACK = "feedbackButton",
|
|
191
192
|
BUTTON_HELP = "helpButton",
|
|
192
|
-
BUTTON_CATEGORY = "categoryButton",
|
|
193
193
|
CANCEL = "cancel",
|
|
194
|
-
CARD_BLOCK = "blockCard",
|
|
195
194
|
CAPTION = "caption",
|
|
195
|
+
CARD_BLOCK = "blockCard",
|
|
196
196
|
CARD_INLINE = "inlineCard",
|
|
197
197
|
CELL = "cell",
|
|
198
198
|
CODE_BLOCK = "codeBlock",
|
|
@@ -202,6 +202,8 @@ export declare enum ACTION_SUBJECT_ID {
|
|
|
202
202
|
DATE_YEAR = "year",
|
|
203
203
|
DECISION = "decision",
|
|
204
204
|
DIVIDER = "divider",
|
|
205
|
+
EDIT_LINK = "editLink",
|
|
206
|
+
EMBEDS = "embeds",
|
|
205
207
|
EMOJI = "emoji",
|
|
206
208
|
EXPAND = "expand",
|
|
207
209
|
EXTENSION = "extension",
|
|
@@ -223,21 +225,25 @@ export declare enum ACTION_SUBJECT_ID {
|
|
|
223
225
|
FORMAT_SUB = "subscript",
|
|
224
226
|
FORMAT_SUPER = "superscript",
|
|
225
227
|
FORMAT_UNDERLINE = "underline",
|
|
228
|
+
FRAGMENT_MARKS = "fragmentMarks",
|
|
229
|
+
GOTO_SMART_LINK_SETTINGS = "goToSmartLinkSettings",
|
|
226
230
|
HELP_QUICK_INSERT = "helpQuickInsert",
|
|
231
|
+
HYPERLINK = "hyperlink",
|
|
227
232
|
INLINE_COMMENT = "inlineComment",
|
|
228
233
|
LAYOUT = "layout",
|
|
229
|
-
RICH_MEDIA_LAYOUT = "richMediaLayout",
|
|
230
234
|
LINE_BREAK = "lineBreak",
|
|
231
235
|
LINK = "link",
|
|
232
236
|
LINK_PREVIEW = "linkPreview",
|
|
237
|
+
LINK_SEARCH_INPUT = "linkSearchInput",
|
|
233
238
|
MEDIA = "media",
|
|
234
239
|
MEDIA_GROUP = "mediaGroup",
|
|
235
240
|
MEDIA_INLINE = "mediaInline",
|
|
236
|
-
MEDIA_SINGLE = "mediaSingle",
|
|
237
241
|
MEDIA_LINK = "mediaLink",
|
|
242
|
+
MEDIA_SINGLE = "mediaSingle",
|
|
238
243
|
MENTION = "mention",
|
|
239
244
|
NESTED_EXPAND = "nestedExpand",
|
|
240
245
|
NODE = "node",
|
|
246
|
+
OPEN_LINK = "openLink",
|
|
241
247
|
PANEL = "panel",
|
|
242
248
|
PASTE_BLOCK_CARD = "blockCard",
|
|
243
249
|
PASTE_BLOCKQUOTE = "blockQuote",
|
|
@@ -260,15 +266,20 @@ export declare enum ACTION_SUBJECT_ID {
|
|
|
260
266
|
PASTE_TABLE_HEADER = "tableHeader",
|
|
261
267
|
PASTE_TABLE_ROW = "tableRow",
|
|
262
268
|
PASTE_TASK_LIST = "taskList",
|
|
263
|
-
PICKER_COLOR = "colorPicker",
|
|
264
269
|
PICKER_CLOUD = "cloudPicker",
|
|
270
|
+
PICKER_COLOR = "colorPicker",
|
|
265
271
|
PICKER_EMOJI = "emojiPicker",
|
|
266
|
-
PRODUCT_NAME = "productName",
|
|
267
272
|
PLACEHOLDER_TEXT = "placeholderText",
|
|
273
|
+
POST_QUERY_SEARCH_RESULTS = "postQuerySearchResults",
|
|
274
|
+
PRE_QUERY_SEARCH_RESULTS = "preQuerySearchResults",
|
|
275
|
+
PRODUCT_NAME = "productName",
|
|
268
276
|
PUNC = "punctuation",
|
|
277
|
+
QUICK_SEARCH = "quickSearch",
|
|
269
278
|
RANGE = "range",
|
|
270
279
|
REACT_NODE_VIEW = "reactNodeView",
|
|
280
|
+
RECENT_ACTIVITIES = "recentActivities",
|
|
271
281
|
RESIZED = "resized",
|
|
282
|
+
RICH_MEDIA_LAYOUT = "richMediaLayout",
|
|
272
283
|
SAVE = "save",
|
|
273
284
|
SECTION = "section",
|
|
274
285
|
SMART_LINK = "smartLink",
|
|
@@ -280,21 +291,11 @@ export declare enum ACTION_SUBJECT_ID {
|
|
|
280
291
|
TYPEAHEAD_LINK = "linkTypeAhead",
|
|
281
292
|
TYPEAHEAD_MENTION = "mentionTypeAhead",
|
|
282
293
|
TYPEAHEAD_QUICK_INSERT = "quickInsertTypeAhead",
|
|
283
|
-
UNSUPPORTED_BLOCK = "unsupportedBlock",
|
|
284
|
-
UNSUPPORTED_INLINE = "unsupportedInline",
|
|
285
|
-
UNSUPPORTED_MARK = "unsupportedMark",
|
|
286
294
|
UNKNOWN_NODE = "unknownNode",
|
|
287
|
-
RECENT_ACTIVITIES = "recentActivities",
|
|
288
|
-
QUICK_SEARCH = "quickSearch",
|
|
289
|
-
LINK_SEARCH_INPUT = "linkSearchInput",
|
|
290
|
-
PRE_QUERY_SEARCH_RESULTS = "preQuerySearchResults",
|
|
291
|
-
POST_QUERY_SEARCH_RESULTS = "postQuerySearchResults",
|
|
292
|
-
EDIT_LINK = "editLink",
|
|
293
295
|
UNLINK = "unlink",
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
GOTO_SMART_LINK_SETTINGS = "goToSmartLinkSettings"
|
|
296
|
+
UNSUPPORTED_BLOCK = "unsupportedBlock",
|
|
297
|
+
UNSUPPORTED_INLINE = "unsupportedInline",
|
|
298
|
+
UNSUPPORTED_MARK = "unsupportedMark"
|
|
298
299
|
}
|
|
299
300
|
export declare enum FLOATING_CONTROLS_TITLE {
|
|
300
301
|
CODE_BLOCK = "codeBlockFloatingControls",
|