@atlaskit/editor-common 70.0.0 → 70.1.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 +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/utils/editor-core-utils.js +9 -2
- package/dist/cjs/utils/index.js +6 -0
- 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/utils/editor-core-utils.js +9 -2
- package/dist/es2019/utils/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/utils/editor-core-utils.js +7 -2
- package/dist/esm/utils/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/utils/editor-core-utils.d.ts +1 -0
- package/dist/types/utils/index.d.ts +1 -1
- 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/dist/types-ts4.0/utils/editor-core-utils.d.ts +1 -0
- package/dist/types-ts4.0/utils/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Chinese (Simplified)
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': '操作项',
|
|
10
|
+
'fabric.editor.action.description': '创建和指派操作项目',
|
|
11
|
+
'fabric.editor.alignImageCenter': '居中',
|
|
12
|
+
'fabric.editor.alignImageLeft': '左对齐',
|
|
13
|
+
'fabric.editor.alignImageRight': '右对齐',
|
|
14
|
+
'fabric.editor.blockquote': '引用',
|
|
15
|
+
'fabric.editor.cancelButton': '取消',
|
|
9
16
|
'fabric.editor.captionPlaceholder': '添加标题',
|
|
10
17
|
'fabric.editor.codeBidiWarningLabel': '双向字符会更改文本的呈现顺序。这可能被用于掩盖恶意代码。',
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已复制!',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': '复制为文本',
|
|
11
20
|
'fabric.editor.collapseNode': '收起内容',
|
|
21
|
+
'fabric.editor.columns': '布局',
|
|
22
|
+
'fabric.editor.columns.description': '使用分段组织页面',
|
|
23
|
+
'fabric.editor.copiedToClipboard': '已复制!',
|
|
24
|
+
'fabric.editor.copyToClipboard': '复制',
|
|
25
|
+
'fabric.editor.date': '日期',
|
|
26
|
+
'fabric.editor.date.description': '使用日历添加日期',
|
|
27
|
+
'fabric.editor.decision': '决定',
|
|
28
|
+
'fabric.editor.decision.description': '捕获决策,以便轻松跟踪',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': '邀请编辑',
|
|
30
|
+
'fabric.editor.emoji': '表情符号',
|
|
31
|
+
'fabric.editor.emoji.description': '使用表情符号传达理念 🎉 和情绪 😄',
|
|
32
|
+
'fabric.editor.expand': '扩展',
|
|
33
|
+
'fabric.editor.expand.description': '插入扩展',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': '点击此处展开...',
|
|
13
35
|
'fabric.editor.expandNode': '展开内容',
|
|
14
36
|
'fabric.editor.expandPlaceholder': '为此展开添加标题......',
|
|
37
|
+
'fabric.editor.feedbackDialog': '提供反馈意见',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': '跟我们讲讲您对新编辑器的使用体验',
|
|
39
|
+
'fabric.editor.filesAndImages': '文件和图片',
|
|
40
|
+
'fabric.editor.filesAndImages.description': '向页面添加图像和其他文件',
|
|
41
|
+
'fabric.editor.help': '帮助',
|
|
42
|
+
'fabric.editor.help.description': '浏览所有键盘快捷键和文本标记选项',
|
|
43
|
+
'fabric.editor.horizontalRule': '分隔条',
|
|
44
|
+
'fabric.editor.horizontalRule.description': '使用水平线分隔内容',
|
|
45
|
+
'fabric.editor.image': '图片',
|
|
46
|
+
'fabric.editor.insertMenu': '插入',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': '返回至中心',
|
|
48
|
+
'fabric.editor.layoutFullWidth': '显示全宽',
|
|
49
|
+
'fabric.editor.layoutWide': '显示宽屏',
|
|
50
|
+
'fabric.editor.link': '链接',
|
|
51
|
+
'fabric.editor.link.description': '插入链接',
|
|
52
|
+
'fabric.editor.mention': '提到',
|
|
53
|
+
'fabric.editor.mention.description': '提及某人以发送通知',
|
|
15
54
|
'fabric.editor.openLink': '在新选项卡打开链接',
|
|
55
|
+
'fabric.editor.placeholderText': '占位文本',
|
|
56
|
+
'fabric.editor.placeholderText.description': '向页面插入一个文本占位符',
|
|
57
|
+
'fabric.editor.remove': '删除',
|
|
58
|
+
'fabric.editor.removeEmoji': '删除表情',
|
|
59
|
+
'fabric.editor.saveButton': '保存',
|
|
60
|
+
'fabric.editor.status': '状态',
|
|
61
|
+
'fabric.editor.status.description': '添加自定义状态标签',
|
|
62
|
+
'fabric.editor.table': '表格',
|
|
63
|
+
'fabric.editor.table.description': '插入表格',
|
|
64
|
+
'fabric.editor.time.ago': '前',
|
|
65
|
+
'fabric.editor.time.updated': '上次更新时间',
|
|
66
|
+
'fabric.editor.time.viewed': '上次查看时间',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': '面板',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': '一个列表',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': '决策列表',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': '块节点',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': '嵌套扩展',
|
|
72
|
+
'fabric.editor.tooltip.taskList': '操作项',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': '此编辑器不支持显示此内容',
|
|
17
74
|
'fabric.editor.unsupportedContentTooltip': '此编辑器中的内容不可用,在编辑和保存时将保留此内容',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': '内容不受支持'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': '内容不受支持',
|
|
76
|
+
'fabric.editor.viewMore': '查看更多',
|
|
77
|
+
'fabric.editor.visit': '在新窗口中打开链接',
|
|
78
|
+
'fabric.theme.blue': '蓝色',
|
|
79
|
+
'fabric.theme.dark-blue': '深蓝',
|
|
80
|
+
'fabric.theme.dark-green': '深绿',
|
|
81
|
+
'fabric.theme.dark-purple': '深紫',
|
|
82
|
+
'fabric.theme.dark-red': '深红',
|
|
83
|
+
'fabric.theme.dark-teal': '深青',
|
|
84
|
+
'fabric.theme.dark-yellow': '深黄',
|
|
85
|
+
'fabric.theme.gray': '灰色',
|
|
86
|
+
'fabric.theme.green': '绿色',
|
|
87
|
+
'fabric.theme.light-blue': '浅蓝色',
|
|
88
|
+
'fabric.theme.light-gray': '浅灰色',
|
|
89
|
+
'fabric.theme.light-green': '浅绿色',
|
|
90
|
+
'fabric.theme.light-purple': '浅紫色',
|
|
91
|
+
'fabric.theme.light-red': '浅红色',
|
|
92
|
+
'fabric.theme.light-teal': '浅蓝绿色',
|
|
93
|
+
'fabric.theme.light-yellow': '浅黄色',
|
|
94
|
+
'fabric.theme.orange': '橙色',
|
|
95
|
+
'fabric.theme.purple': '紫色',
|
|
96
|
+
'fabric.theme.red': '红色',
|
|
97
|
+
'fabric.theme.teal': '蓝绿色',
|
|
98
|
+
'fabric.theme.white': '白色',
|
|
99
|
+
'fabric.theme.yellow': '黄色'
|
|
19
100
|
};
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -6,14 +6,95 @@
|
|
|
6
6
|
*/
|
|
7
7
|
//Chinese (Traditional)
|
|
8
8
|
export default {
|
|
9
|
+
'fabric.editor.action': '動作項目',
|
|
10
|
+
'fabric.editor.action.description': '建立並指派動作項目',
|
|
11
|
+
'fabric.editor.alignImageCenter': '置中對齊',
|
|
12
|
+
'fabric.editor.alignImageLeft': '靠左對齊',
|
|
13
|
+
'fabric.editor.alignImageRight': '靠右對齊',
|
|
14
|
+
'fabric.editor.blockquote': '引述',
|
|
15
|
+
'fabric.editor.cancelButton': '取消',
|
|
9
16
|
'fabric.editor.captionPlaceholder': '新增標題',
|
|
10
17
|
'fabric.editor.codeBidiWarningLabel': '雙向字元會變更文字呈現的順序。這可用來將惡意程式碼模糊化。',
|
|
18
|
+
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已複製!',
|
|
19
|
+
'fabric.editor.codeBlockCopyButton.copyToClipboard': '複製文字',
|
|
11
20
|
'fabric.editor.collapseNode': '摺疊內容',
|
|
21
|
+
'fabric.editor.columns': '版面配置',
|
|
22
|
+
'fabric.editor.columns.description': '使用區段建立頁面的結構',
|
|
23
|
+
'fabric.editor.copiedToClipboard': '已複製!',
|
|
24
|
+
'fabric.editor.copyToClipboard': '複製',
|
|
25
|
+
'fabric.editor.date': '日期',
|
|
26
|
+
'fabric.editor.date.description': '使用日曆新增日期',
|
|
27
|
+
'fabric.editor.decision': '決定',
|
|
28
|
+
'fabric.editor.decision.description': '擷取決定以便追蹤',
|
|
29
|
+
'fabric.editor.editMode.inviteToEditButton.title': '邀請編輯',
|
|
30
|
+
'fabric.editor.emoji': '表情符號',
|
|
31
|
+
'fabric.editor.emoji.description': '使用表情符號來傳達想法 🎉 和情緒 😄',
|
|
32
|
+
'fabric.editor.expand': '擴充',
|
|
33
|
+
'fabric.editor.expand.description': '插入擴充',
|
|
12
34
|
'fabric.editor.expandDefaultTitle': '按一下此處以展開...',
|
|
13
35
|
'fabric.editor.expandNode': '展開內容',
|
|
14
36
|
'fabric.editor.expandPlaceholder': '為此展開設定標題...',
|
|
37
|
+
'fabric.editor.feedbackDialog': '提供意見回饋',
|
|
38
|
+
'fabric.editor.feedbackDialog.description': '請說明您對於新編輯器的使用體驗',
|
|
39
|
+
'fabric.editor.filesAndImages': '檔案與影像',
|
|
40
|
+
'fabric.editor.filesAndImages.description': '將影像和其他檔案新增至頁面',
|
|
41
|
+
'fabric.editor.help': '說明',
|
|
42
|
+
'fabric.editor.help.description': '瀏覽所有鍵盤快速鍵和 Markdown 選項',
|
|
43
|
+
'fabric.editor.horizontalRule': '分隔線',
|
|
44
|
+
'fabric.editor.horizontalRule.description': '使用水平線來區隔內容',
|
|
45
|
+
'fabric.editor.image': '影像',
|
|
46
|
+
'fabric.editor.insertMenu': '插入',
|
|
47
|
+
'fabric.editor.layoutFixedWidth': '返回中央',
|
|
48
|
+
'fabric.editor.layoutFullWidth': '採用完整寬度',
|
|
49
|
+
'fabric.editor.layoutWide': '採用寬版',
|
|
50
|
+
'fabric.editor.link': '連結',
|
|
51
|
+
'fabric.editor.link.description': '插入連結',
|
|
52
|
+
'fabric.editor.mention': '提及',
|
|
53
|
+
'fabric.editor.mention.description': '提及他人以傳送通知',
|
|
15
54
|
'fabric.editor.openLink': '在新的索引標籤中開啟連結',
|
|
55
|
+
'fabric.editor.placeholderText': '預留位置文字',
|
|
56
|
+
'fabric.editor.placeholderText.description': '在頁面中插入文字預留位置',
|
|
57
|
+
'fabric.editor.remove': '移除',
|
|
58
|
+
'fabric.editor.removeEmoji': '移除表情符號',
|
|
59
|
+
'fabric.editor.saveButton': '儲存',
|
|
60
|
+
'fabric.editor.status': '狀態',
|
|
61
|
+
'fabric.editor.status.description': '新增自訂狀態標籤',
|
|
62
|
+
'fabric.editor.table': '表格',
|
|
63
|
+
'fabric.editor.table.description': '插入表格',
|
|
64
|
+
'fabric.editor.time.ago': '前',
|
|
65
|
+
'fabric.editor.time.updated': '已更新',
|
|
66
|
+
'fabric.editor.time.viewed': '已檢視',
|
|
67
|
+
'fabric.editor.tooltip.blockPanel': '面板',
|
|
68
|
+
'fabric.editor.tooltip.bulletList': '清單',
|
|
69
|
+
'fabric.editor.tooltip.decisionList': '決定清單',
|
|
70
|
+
'fabric.editor.tooltip.defaultBlockNode': '區塊節點',
|
|
71
|
+
'fabric.editor.tooltip.nestedExpand': '巢狀擴充',
|
|
72
|
+
'fabric.editor.tooltip.taskList': '動作項目',
|
|
16
73
|
'fabric.editor.unsupportedBlockContent': '此編輯器不支援顯示此內容',
|
|
17
74
|
'fabric.editor.unsupportedContentTooltip': '內容不適用於此編輯器,這會在您編輯和儲存時進行保留',
|
|
18
|
-
'fabric.editor.unsupportedInlineContent': '不支援的內容'
|
|
75
|
+
'fabric.editor.unsupportedInlineContent': '不支援的內容',
|
|
76
|
+
'fabric.editor.viewMore': '檢視更多',
|
|
77
|
+
'fabric.editor.visit': '在新視窗中開啟連結',
|
|
78
|
+
'fabric.theme.blue': '藍色',
|
|
79
|
+
'fabric.theme.dark-blue': '深藍色',
|
|
80
|
+
'fabric.theme.dark-green': '深綠色',
|
|
81
|
+
'fabric.theme.dark-purple': '深紫色',
|
|
82
|
+
'fabric.theme.dark-red': '深紅色',
|
|
83
|
+
'fabric.theme.dark-teal': '深藍綠色',
|
|
84
|
+
'fabric.theme.dark-yellow': '深黃色',
|
|
85
|
+
'fabric.theme.gray': '灰色',
|
|
86
|
+
'fabric.theme.green': '綠色',
|
|
87
|
+
'fabric.theme.light-blue': '淺藍色',
|
|
88
|
+
'fabric.theme.light-gray': '淺灰色',
|
|
89
|
+
'fabric.theme.light-green': '淺綠色',
|
|
90
|
+
'fabric.theme.light-purple': '淺紫色',
|
|
91
|
+
'fabric.theme.light-red': '淺紅色',
|
|
92
|
+
'fabric.theme.light-teal': '淺藍綠色',
|
|
93
|
+
'fabric.theme.light-yellow': '淺黃色',
|
|
94
|
+
'fabric.theme.orange': '橘色',
|
|
95
|
+
'fabric.theme.purple': '紫色',
|
|
96
|
+
'fabric.theme.red': '紅色',
|
|
97
|
+
'fabric.theme.teal': '藍綠色',
|
|
98
|
+
'fabric.theme.white': '白色',
|
|
99
|
+
'fabric.theme.yellow': '黃色'
|
|
19
100
|
};
|
|
@@ -23,7 +23,7 @@ import { borderRadius, gridSize } from '@atlaskit/theme/constants';
|
|
|
23
23
|
import { token } from '@atlaskit/tokens';
|
|
24
24
|
import Layer from '../Layer';
|
|
25
25
|
var packageName = "@atlaskit/editor-common";
|
|
26
|
-
var packageVersion = "70.
|
|
26
|
+
var packageVersion = "70.1.1";
|
|
27
27
|
var halfFocusRing = 1;
|
|
28
28
|
var dropOffset = "0, ".concat(gridSize(), "px");
|
|
29
29
|
|
|
@@ -46,8 +46,7 @@ export var isElementInTableCell = function isElementInTableCell(element) {
|
|
|
46
46
|
export var isLastItemMediaGroup = function isLastItemMediaGroup(node) {
|
|
47
47
|
var content = node.content;
|
|
48
48
|
return !!content.lastChild && content.lastChild.type.name === 'mediaGroup';
|
|
49
|
-
};
|
|
50
|
-
|
|
49
|
+
};
|
|
51
50
|
export var setNodeSelection = function setNodeSelection(view, pos) {
|
|
52
51
|
var state = view.state,
|
|
53
52
|
dispatch = view.dispatch;
|
|
@@ -59,6 +58,12 @@ export var setNodeSelection = function setNodeSelection(view, pos) {
|
|
|
59
58
|
var tr = state.tr.setSelection(NodeSelection.create(state.doc, pos));
|
|
60
59
|
dispatch(tr);
|
|
61
60
|
};
|
|
61
|
+
export function setTextSelection(view, anchor, head) {
|
|
62
|
+
var state = view.state,
|
|
63
|
+
dispatch = view.dispatch;
|
|
64
|
+
var tr = state.tr.setSelection(TextSelection.create(state.doc, anchor, head));
|
|
65
|
+
dispatch(tr);
|
|
66
|
+
}
|
|
62
67
|
export function nonNullable(value) {
|
|
63
68
|
return value !== null && value !== undefined;
|
|
64
69
|
} // checks if the given position is within the ProseMirror document
|
package/dist/esm/utils/index.js
CHANGED
|
@@ -3,7 +3,7 @@ export { getExtensionLozengeData } from './macro';
|
|
|
3
3
|
export { default as browser } from './browser';
|
|
4
4
|
export { default as ErrorReporter } from './error-reporter';
|
|
5
5
|
export { isPastDate, timestampToIsoFormat, timestampToString, timestampToTaskContext, timestampToUTCDate, todayTimestampInUTC } from './date';
|
|
6
|
-
export { isElementInTableCell, isTextSelection, isLastItemMediaGroup, setNodeSelection, nonNullable, stepAddsOneOf, stepHasSlice, extractSliceFromStep, isValidPosition } from './editor-core-utils';
|
|
6
|
+
export { isElementInTableCell, isTextSelection, isLastItemMediaGroup, setNodeSelection, setTextSelection, nonNullable, stepAddsOneOf, stepHasSlice, extractSliceFromStep, isValidPosition } from './editor-core-utils';
|
|
7
7
|
export { withImageLoader } from './imageLoader';
|
|
8
8
|
export { absoluteBreakoutWidth, calcBreakoutWidth, calcWideWidth, breakoutConsts } from './breakout';
|
|
9
9
|
export { findChangedNodesFromTransaction, validNode, validateNodes, isType, isParagraph, isText, isLinkMark, SelectedState, isNodeSelectedOrInRange, isSupportedInParent } from './nodes';
|
package/dist/esm/version.json
CHANGED
|
@@ -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",
|
|
@@ -19,6 +19,7 @@ import type { ListEventPayload } from './list-events';
|
|
|
19
19
|
import type { MediaEventPayload } from './media-events';
|
|
20
20
|
import type { NodeEventPayload } from './node-events';
|
|
21
21
|
import type { PasteEventPayload } from './paste-events';
|
|
22
|
+
import type { ReferentialityEventPayload } from './referentiality-events';
|
|
22
23
|
import type { SelectionEventPayload } from './selection-events';
|
|
23
24
|
import type { SubstituteEventPayload } from './substitute-events';
|
|
24
25
|
import type { TableEventPayload } from './table-events';
|
|
@@ -32,7 +33,7 @@ export declare type SimplifiedNode = {
|
|
|
32
33
|
marks?: string[];
|
|
33
34
|
content?: SimplifiedNode[];
|
|
34
35
|
};
|
|
35
|
-
export declare type AnalyticsEventPayload<T = void> = AvatarEventPayload | GeneralEventPayload<T> | FormatEventPayload | SubstituteEventPayload | InsertEventPayload | NodeEventPayload | MediaEventPayload | TableEventPayload | PasteEventPayload | CutCopyEventPayload | ErrorEventPayload | ExperimentalEventPayload | FindReplaceEventPayload | DateEventPayload | SelectionEventPayload | ListEventPayload | ConfigPanelEventPayload | ElementBrowserEventPayload | CreateLinkInlineDialogEventPayload | UnsupportedContentPayload | ExtensionEventPayload | TransactionEventPayload | TypeAheadPayload | UnlinkToolbarAEP | EditLinkToolbarAEP | OpenSettingsToolbarAEP | CustomPanelEventPayload | FeatureExposureAEP | NewCollabSyncUpErrorAEP | UnsupportedContentTooltipPayload;
|
|
36
|
+
export declare type AnalyticsEventPayload<T = void> = AvatarEventPayload | GeneralEventPayload<T> | FormatEventPayload | SubstituteEventPayload | InsertEventPayload | NodeEventPayload | MediaEventPayload | TableEventPayload | PasteEventPayload | CutCopyEventPayload | ErrorEventPayload | ExperimentalEventPayload | FindReplaceEventPayload | DateEventPayload | SelectionEventPayload | ListEventPayload | ConfigPanelEventPayload | ElementBrowserEventPayload | CreateLinkInlineDialogEventPayload | UnsupportedContentPayload | ExtensionEventPayload | TransactionEventPayload | TypeAheadPayload | UnlinkToolbarAEP | EditLinkToolbarAEP | OpenSettingsToolbarAEP | CustomPanelEventPayload | FeatureExposureAEP | NewCollabSyncUpErrorAEP | UnsupportedContentTooltipPayload | ReferentialityEventPayload;
|
|
36
37
|
declare type CustomPanelEventPayload = TrackAEP<ACTION.CHANGED_BACKGROUND_COLOR | ACTION.CHANGED_ICON | ACTION.REMOVE_ICON, ACTION_SUBJECT.PANEL, ACTION_SUBJECT_ID.PANEL, {
|
|
37
38
|
previousColor: string;
|
|
38
39
|
newColor: string;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ACTION, ACTION_SUBJECT, ACTION_SUBJECT_ID, EVENT_TYPE } from './enums';
|
|
2
|
+
import { OperationalAEP } from './utils';
|
|
3
|
+
declare type InitialiseFragmentMarks = OperationalAEP<ACTION.INITIALISED, ACTION_SUBJECT.DOCUMENT, ACTION_SUBJECT_ID.FRAGMENT_MARKS, {
|
|
4
|
+
duration: number;
|
|
5
|
+
docSize: number;
|
|
6
|
+
count: number;
|
|
7
|
+
}, EVENT_TYPE.OPERATIONAL>;
|
|
8
|
+
export declare type ReferentialityEventPayload = InitialiseFragmentMarks;
|
|
9
|
+
export {};
|
package/dist/types/i18n/cs.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/da.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:
|