@atlaskit/editor-common 77.0.6 → 77.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/action-api.js +131 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/index.js +62 -150
- package/dist/cjs/extensibility/MultiBodiedExtension/styles.js +19 -0
- package/dist/cjs/extensibility/MultiBodiedExtension/utils.js +26 -0
- package/dist/cjs/i18n/cs.js +0 -3
- package/dist/cjs/i18n/da.js +24 -4
- package/dist/cjs/i18n/de.js +0 -3
- package/dist/cjs/i18n/en.js +23 -5
- package/dist/cjs/i18n/en_GB.js +24 -6
- package/dist/cjs/i18n/en_ZZ.js +24 -6
- package/dist/cjs/i18n/es.js +24 -4
- package/dist/cjs/i18n/fi.js +23 -4
- package/dist/cjs/i18n/fr.js +24 -4
- package/dist/cjs/i18n/hu.js +24 -4
- package/dist/cjs/i18n/it.js +24 -4
- package/dist/cjs/i18n/ja.js +25 -2
- package/dist/cjs/i18n/ko.js +24 -4
- package/dist/cjs/i18n/nb.js +24 -2
- package/dist/cjs/i18n/nl.js +24 -4
- package/dist/cjs/i18n/pl.js +23 -4
- package/dist/cjs/i18n/pt_BR.js +22 -4
- package/dist/cjs/i18n/ru.js +22 -4
- package/dist/cjs/i18n/sv.js +24 -4
- package/dist/cjs/i18n/th.js +24 -4
- package/dist/cjs/i18n/tr.js +22 -4
- package/dist/cjs/i18n/uk.js +25 -5
- package/dist/cjs/i18n/vi.js +24 -4
- package/dist/cjs/i18n/zh.js +23 -5
- package/dist/cjs/i18n/zh_TW.js +24 -4
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/es2019/extensibility/MultiBodiedExtension/action-api.js +134 -0
- package/dist/es2019/extensibility/MultiBodiedExtension/index.js +55 -161
- package/dist/es2019/extensibility/MultiBodiedExtension/styles.js +81 -0
- package/dist/es2019/extensibility/MultiBodiedExtension/utils.js +20 -0
- package/dist/es2019/i18n/cs.js +0 -3
- package/dist/es2019/i18n/da.js +24 -4
- package/dist/es2019/i18n/de.js +0 -3
- package/dist/es2019/i18n/en.js +23 -5
- package/dist/es2019/i18n/en_GB.js +24 -6
- package/dist/es2019/i18n/en_ZZ.js +24 -6
- package/dist/es2019/i18n/es.js +24 -4
- package/dist/es2019/i18n/fi.js +23 -4
- package/dist/es2019/i18n/fr.js +24 -4
- package/dist/es2019/i18n/hu.js +24 -4
- package/dist/es2019/i18n/it.js +24 -4
- package/dist/es2019/i18n/ja.js +25 -2
- package/dist/es2019/i18n/ko.js +24 -4
- package/dist/es2019/i18n/nb.js +24 -2
- package/dist/es2019/i18n/nl.js +24 -4
- package/dist/es2019/i18n/pl.js +23 -4
- package/dist/es2019/i18n/pt_BR.js +22 -4
- package/dist/es2019/i18n/ru.js +22 -4
- package/dist/es2019/i18n/sv.js +24 -4
- package/dist/es2019/i18n/th.js +24 -4
- package/dist/es2019/i18n/tr.js +22 -4
- package/dist/es2019/i18n/uk.js +25 -5
- package/dist/es2019/i18n/vi.js +24 -4
- package/dist/es2019/i18n/zh.js +23 -5
- package/dist/es2019/i18n/zh_TW.js +24 -4
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/esm/extensibility/MultiBodiedExtension/action-api.js +124 -0
- package/dist/esm/extensibility/MultiBodiedExtension/index.js +61 -150
- package/dist/esm/extensibility/MultiBodiedExtension/styles.js +13 -0
- package/dist/esm/extensibility/MultiBodiedExtension/utils.js +20 -0
- package/dist/esm/i18n/cs.js +0 -3
- package/dist/esm/i18n/da.js +24 -4
- package/dist/esm/i18n/de.js +0 -3
- package/dist/esm/i18n/en.js +23 -5
- package/dist/esm/i18n/en_GB.js +24 -6
- package/dist/esm/i18n/en_ZZ.js +24 -6
- package/dist/esm/i18n/es.js +24 -4
- package/dist/esm/i18n/fi.js +23 -4
- package/dist/esm/i18n/fr.js +24 -4
- package/dist/esm/i18n/hu.js +24 -4
- package/dist/esm/i18n/it.js +24 -4
- package/dist/esm/i18n/ja.js +25 -2
- package/dist/esm/i18n/ko.js +24 -4
- package/dist/esm/i18n/nb.js +24 -2
- package/dist/esm/i18n/nl.js +24 -4
- package/dist/esm/i18n/pl.js +23 -4
- package/dist/esm/i18n/pt_BR.js +22 -4
- package/dist/esm/i18n/ru.js +22 -4
- package/dist/esm/i18n/sv.js +24 -4
- package/dist/esm/i18n/th.js +24 -4
- package/dist/esm/i18n/tr.js +22 -4
- package/dist/esm/i18n/uk.js +25 -5
- package/dist/esm/i18n/vi.js +24 -4
- package/dist/esm/i18n/zh.js +23 -5
- package/dist/esm/i18n/zh_TW.js +24 -4
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/types/card/cardOptions.d.ts +7 -0
- package/dist/types/extensibility/MultiBodiedExtension/action-api.d.ts +13 -0
- package/dist/types/extensibility/MultiBodiedExtension/styles.d.ts +4 -0
- package/dist/types/extensibility/MultiBodiedExtension/utils.d.ts +6 -0
- package/dist/types/i18n/cs.d.ts +0 -3
- package/dist/types/i18n/da.d.ts +23 -3
- package/dist/types/i18n/de.d.ts +0 -3
- package/dist/types/i18n/en.d.ts +20 -2
- package/dist/types/i18n/en_GB.d.ts +20 -2
- package/dist/types/i18n/en_ZZ.d.ts +20 -2
- package/dist/types/i18n/es.d.ts +23 -3
- package/dist/types/i18n/fi.d.ts +22 -3
- package/dist/types/i18n/fr.d.ts +23 -3
- package/dist/types/i18n/hu.d.ts +23 -3
- package/dist/types/i18n/it.d.ts +23 -3
- package/dist/types/i18n/ja.d.ts +24 -1
- package/dist/types/i18n/ko.d.ts +23 -3
- package/dist/types/i18n/nb.d.ts +23 -1
- package/dist/types/i18n/nl.d.ts +23 -3
- package/dist/types/i18n/pl.d.ts +22 -3
- package/dist/types/i18n/pt_BR.d.ts +21 -3
- package/dist/types/i18n/ru.d.ts +21 -3
- package/dist/types/i18n/sv.d.ts +23 -3
- package/dist/types/i18n/th.d.ts +23 -3
- package/dist/types/i18n/tr.d.ts +21 -3
- package/dist/types/i18n/uk.d.ts +23 -3
- package/dist/types/i18n/vi.d.ts +23 -3
- package/dist/types/i18n/zh.d.ts +21 -3
- package/dist/types/i18n/zh_TW.d.ts +23 -3
- package/dist/types/types/next-editor-plugin.d.ts +1 -4
- package/dist/types-ts4.5/card/cardOptions.d.ts +7 -0
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/action-api.d.ts +13 -0
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/styles.d.ts +4 -0
- package/dist/types-ts4.5/extensibility/MultiBodiedExtension/utils.d.ts +6 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -3
- package/dist/types-ts4.5/i18n/da.d.ts +23 -3
- package/dist/types-ts4.5/i18n/de.d.ts +0 -3
- package/dist/types-ts4.5/i18n/en.d.ts +20 -2
- package/dist/types-ts4.5/i18n/en_GB.d.ts +20 -2
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +20 -2
- package/dist/types-ts4.5/i18n/es.d.ts +23 -3
- package/dist/types-ts4.5/i18n/fi.d.ts +22 -3
- package/dist/types-ts4.5/i18n/fr.d.ts +23 -3
- package/dist/types-ts4.5/i18n/hu.d.ts +23 -3
- package/dist/types-ts4.5/i18n/it.d.ts +23 -3
- package/dist/types-ts4.5/i18n/ja.d.ts +24 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +23 -3
- package/dist/types-ts4.5/i18n/nb.d.ts +23 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +23 -3
- package/dist/types-ts4.5/i18n/pl.d.ts +22 -3
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +21 -3
- package/dist/types-ts4.5/i18n/ru.d.ts +21 -3
- package/dist/types-ts4.5/i18n/sv.d.ts +23 -3
- package/dist/types-ts4.5/i18n/th.d.ts +23 -3
- package/dist/types-ts4.5/i18n/tr.d.ts +21 -3
- package/dist/types-ts4.5/i18n/uk.d.ts +23 -3
- package/dist/types-ts4.5/i18n/vi.d.ts +23 -3
- package/dist/types-ts4.5/i18n/zh.d.ts +21 -3
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +23 -3
- package/dist/types-ts4.5/types/next-editor-plugin.d.ts +1 -4
- package/package.json +8 -8
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -9,9 +9,11 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.action': '操作项',
|
|
11
11
|
'fabric.editor.action.description': '创建和指派操作项目',
|
|
12
|
-
'fabric.editor.
|
|
12
|
+
'fabric.editor.addColumnLeft': '在左侧添加列',
|
|
13
|
+
'fabric.editor.addColumnRight': '在右侧添加列',
|
|
13
14
|
'fabric.editor.addMediaFiles': '添加图像、视频或文件',
|
|
14
|
-
'fabric.editor.
|
|
15
|
+
'fabric.editor.addRowAbove': '在上方添加行',
|
|
16
|
+
'fabric.editor.addRowBelow': '在下方添加行',
|
|
15
17
|
'fabric.editor.alignCenter': '居中对齐',
|
|
16
18
|
'fabric.editor.alignImageCenter': '居中',
|
|
17
19
|
'fabric.editor.alignImageLeft': '左对齐',
|
|
@@ -49,6 +51,7 @@ export default {
|
|
|
49
51
|
'fabric.editor.codeblock.description': '显示带语法高亮的代码',
|
|
50
52
|
'fabric.editor.collapseNode': '收起内容',
|
|
51
53
|
'fabric.editor.collapseTable': '收起表格',
|
|
54
|
+
'fabric.editor.columnDragHandle': '列选项',
|
|
52
55
|
'fabric.editor.columns': '布局',
|
|
53
56
|
'fabric.editor.columns.description': '使用分段组织页面',
|
|
54
57
|
'fabric.editor.copiedToClipboard': '已复制!',
|
|
@@ -86,6 +89,9 @@ export default {
|
|
|
86
89
|
'fabric.editor.elementbrowser.search.empty-state.heading': '未找到与您的搜索条件相匹配的内容',
|
|
87
90
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '请尝试用其他术语搜索或寻找适用于 Atlassian 产品的新应用。',
|
|
88
91
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': '浏览 Atlassian Marketplace',
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': '未找到与您的搜索条件相匹配的内容',
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': '条针对已输入文本的建议已生成。',
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': '搜索',
|
|
89
95
|
'fabric.editor.elementbrowser.sidebar.heading': '浏览',
|
|
90
96
|
'fabric.editor.embedTitle': '嵌入',
|
|
91
97
|
'fabric.editor.emoji': '表情符号',
|
|
@@ -141,6 +147,7 @@ export default {
|
|
|
141
147
|
'fabric.editor.infoPanel': '信息面板',
|
|
142
148
|
'fabric.editor.infoPanel.description': '在彩色面板高亮显示信息',
|
|
143
149
|
'fabric.editor.inlineDescription': '以内联文本显示链接',
|
|
150
|
+
'fabric.editor.inlineOverlay': '配置',
|
|
144
151
|
'fabric.editor.inlineTitle': '内联',
|
|
145
152
|
'fabric.editor.insertColumn': '在右侧插入列',
|
|
146
153
|
'fabric.editor.insertColumnDrag': '插入列',
|
|
@@ -161,12 +168,15 @@ export default {
|
|
|
161
168
|
'fabric.editor.mediaAddLink': '添加链接',
|
|
162
169
|
'fabric.editor.mediaFiles': '图像、视频或文件',
|
|
163
170
|
'fabric.editor.mediaFiles.description': '向页面添加图像和其他文件',
|
|
164
|
-
'fabric.editor.
|
|
165
|
-
'fabric.editor.media_change_mediasingle': '原始尺寸',
|
|
171
|
+
'fabric.editor.media_change_mediasingle': '原始大小',
|
|
166
172
|
'fabric.editor.mention': '提到',
|
|
167
173
|
'fabric.editor.mention.description': '提及某人以发送通知',
|
|
168
174
|
'fabric.editor.mergeCells': '合并单元格',
|
|
169
175
|
'fabric.editor.moreFormatting': '更多格式',
|
|
176
|
+
'fabric.editor.moveColumnLeft': '{0, plural, other {将列左移}}',
|
|
177
|
+
'fabric.editor.moveColumnRight': '{0, plural, other {将列右移}}',
|
|
178
|
+
'fabric.editor.moveDownDown': '{0, plural, other {将行下移}}',
|
|
179
|
+
'fabric.editor.moveRowUp': '{0, plural, other {将行上移}}',
|
|
170
180
|
'fabric.editor.navigate.toolbar.editor': '导航到编辑器工具栏',
|
|
171
181
|
'fabric.editor.navigate.toolbar.floating': '导航到浮动工具栏',
|
|
172
182
|
'fabric.editor.normal': '普通文本',
|
|
@@ -192,11 +202,14 @@ export default {
|
|
|
192
202
|
'fabric.editor.removeRows': '{0, plural, other {删除行}}',
|
|
193
203
|
'fabric.editor.rightSidebar': '右侧栏',
|
|
194
204
|
'fabric.editor.rowControl': '突出显示行',
|
|
205
|
+
'fabric.editor.rowDragHandle': '行选项',
|
|
195
206
|
'fabric.editor.saveButton': '保存',
|
|
196
207
|
'fabric.editor.settingsLinks': '转到“链接首选项”',
|
|
197
208
|
'fabric.editor.single': '单列',
|
|
198
209
|
'fabric.editor.sortColumnASC': '对列 A → Z 进行排序',
|
|
199
210
|
'fabric.editor.sortColumnDESC': '对列 Z → A 进行排序',
|
|
211
|
+
'fabric.editor.sortColumnDecreasing': '按降序排序',
|
|
212
|
+
'fabric.editor.sortColumnIncreasing': '按升序排序',
|
|
200
213
|
'fabric.editor.splitCell': '拆分单元格',
|
|
201
214
|
'fabric.editor.status': '状态',
|
|
202
215
|
'fabric.editor.status.description': '添加自定义状态标签',
|
|
@@ -215,6 +228,10 @@ export default {
|
|
|
215
228
|
'fabric.editor.tableOptions': '表格选项',
|
|
216
229
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {表格宽度已减少到 {newWidth,number} 像素。}}',
|
|
217
230
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表格宽度已增加到 {newWidth,number} 像素。}}',
|
|
231
|
+
'fabric.editor.tableSelector': '表格大小',
|
|
232
|
+
'fabric.editor.tableSelector.description': '使用弹出窗口添加表格以选择自定义大小',
|
|
233
|
+
'fabric.editor.tableSizeSelectorButton': '创建特定大小的表格',
|
|
234
|
+
'fabric.editor.tableSizeSelectorPopup': '表格大小选择器',
|
|
218
235
|
'fabric.editor.tables.adjustColumn': '调整列',
|
|
219
236
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '删除 {nodeName} 将断开与其连接的所有内容。',
|
|
220
237
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '删除',
|
|
@@ -305,5 +322,6 @@ export default {
|
|
|
305
322
|
'fabric.theme.subtle-yellow': '浅黄',
|
|
306
323
|
'fabric.theme.teal': '蓝绿',
|
|
307
324
|
'fabric.theme.white': '白',
|
|
308
|
-
'fabric.theme.yellow': '黄'
|
|
325
|
+
'fabric.theme.yellow': '黄',
|
|
326
|
+
'fabrid.editor.rowNumbers': '行号'
|
|
309
327
|
};
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -9,9 +9,11 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.editor.action': '動作項目',
|
|
11
11
|
'fabric.editor.action.description': '建立並指派動作項目',
|
|
12
|
-
'fabric.editor.
|
|
12
|
+
'fabric.editor.addColumnLeft': '新增左側欄',
|
|
13
|
+
'fabric.editor.addColumnRight': '新增右欄',
|
|
13
14
|
'fabric.editor.addMediaFiles': '新增圖片、影片或檔案',
|
|
14
|
-
'fabric.editor.
|
|
15
|
+
'fabric.editor.addRowAbove': '在上方新增列',
|
|
16
|
+
'fabric.editor.addRowBelow': '在下方新增列',
|
|
15
17
|
'fabric.editor.alignCenter': '置中對齊',
|
|
16
18
|
'fabric.editor.alignImageCenter': '置中對齊',
|
|
17
19
|
'fabric.editor.alignImageLeft': '靠左對齊',
|
|
@@ -49,6 +51,7 @@ export default {
|
|
|
49
51
|
'fabric.editor.codeblock.description': '顯示程式碼並醒目提示語法',
|
|
50
52
|
'fabric.editor.collapseNode': '摺疊內容',
|
|
51
53
|
'fabric.editor.collapseTable': '摺疊表格',
|
|
54
|
+
'fabric.editor.columnDragHandle': '欄選項',
|
|
52
55
|
'fabric.editor.columns': '版面配置',
|
|
53
56
|
'fabric.editor.columns.description': '使用區段建立頁面的結構',
|
|
54
57
|
'fabric.editor.copiedToClipboard': '已複製!',
|
|
@@ -86,6 +89,11 @@ export default {
|
|
|
86
89
|
'fabric.editor.elementbrowser.search.empty-state.heading': '沒有任何項目符合您的搜尋內容',
|
|
87
90
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': '請試著使用不同的詞彙搜尋,或探索 Atlassian 產品的新應用程式。',
|
|
88
91
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': '探索 Atlassian Marketplace',
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': '沒有任何項目符合您的搜尋內容',
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': '輸入文字的建議。',
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': '輸入文字的建議。',
|
|
95
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': 'Enter',
|
|
96
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': '搜尋',
|
|
89
97
|
'fabric.editor.elementbrowser.sidebar.heading': '瀏覽',
|
|
90
98
|
'fabric.editor.embedTitle': '嵌入',
|
|
91
99
|
'fabric.editor.emoji': '表情符號',
|
|
@@ -141,6 +149,7 @@ export default {
|
|
|
141
149
|
'fabric.editor.infoPanel': '資訊面板',
|
|
142
150
|
'fabric.editor.infoPanel.description': '以彩色面板醒目提示資訊',
|
|
143
151
|
'fabric.editor.inlineDescription': '將連結顯示為內嵌文字',
|
|
152
|
+
'fabric.editor.inlineOverlay': '設定',
|
|
144
153
|
'fabric.editor.inlineTitle': '內嵌',
|
|
145
154
|
'fabric.editor.insertColumn': '在右側插入直欄',
|
|
146
155
|
'fabric.editor.insertColumnDrag': '插入直欄',
|
|
@@ -161,12 +170,15 @@ export default {
|
|
|
161
170
|
'fabric.editor.mediaAddLink': '新增連結',
|
|
162
171
|
'fabric.editor.mediaFiles': '圖片、影片或檔案',
|
|
163
172
|
'fabric.editor.mediaFiles.description': '將影像和其他檔案新增至頁面',
|
|
164
|
-
'fabric.editor.media_change_mediainline': '內嵌',
|
|
165
173
|
'fabric.editor.media_change_mediasingle': '原始尺寸',
|
|
166
174
|
'fabric.editor.mention': '提及',
|
|
167
175
|
'fabric.editor.mention.description': '提及他人以傳送通知',
|
|
168
176
|
'fabric.editor.mergeCells': '合併儲存格',
|
|
169
177
|
'fabric.editor.moreFormatting': '更多格式設定',
|
|
178
|
+
'fabric.editor.moveColumnLeft': '{0, plural, other {將欄向左移動}}',
|
|
179
|
+
'fabric.editor.moveColumnRight': '{0, plural, other {將欄向右移動}}',
|
|
180
|
+
'fabric.editor.moveDownDown': '{0, plural, other {向下移動列}}',
|
|
181
|
+
'fabric.editor.moveRowUp': '{0, plural, other {向上移動列}}',
|
|
170
182
|
'fabric.editor.navigate.toolbar.editor': '導覽至編輯器工具列',
|
|
171
183
|
'fabric.editor.navigate.toolbar.floating': '導覽至浮動工具列',
|
|
172
184
|
'fabric.editor.normal': '一般文字',
|
|
@@ -192,11 +204,14 @@ export default {
|
|
|
192
204
|
'fabric.editor.removeRows': '{0, plural, other {刪除列}}',
|
|
193
205
|
'fabric.editor.rightSidebar': '右側資訊看板',
|
|
194
206
|
'fabric.editor.rowControl': '醒目提示列',
|
|
207
|
+
'fabric.editor.rowDragHandle': '列選項',
|
|
195
208
|
'fabric.editor.saveButton': '儲存',
|
|
196
209
|
'fabric.editor.settingsLinks': '前往連結偏好設定',
|
|
197
210
|
'fabric.editor.single': '單欄',
|
|
198
211
|
'fabric.editor.sortColumnASC': '以 A → Z 排序直欄',
|
|
199
212
|
'fabric.editor.sortColumnDESC': '以 Z → A 排序直欄',
|
|
213
|
+
'fabric.editor.sortColumnDecreasing': '排序遞減',
|
|
214
|
+
'fabric.editor.sortColumnIncreasing': '排序遞增',
|
|
200
215
|
'fabric.editor.splitCell': '分割儲存格',
|
|
201
216
|
'fabric.editor.status': '狀態',
|
|
202
217
|
'fabric.editor.status.description': '新增自訂狀態標籤',
|
|
@@ -215,6 +230,10 @@ export default {
|
|
|
215
230
|
'fabric.editor.tableOptions': '表格選項',
|
|
216
231
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': '{newWidth, plural, other {表格寬度已降低至 {newWidth,number} 像素。}}',
|
|
217
232
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': '{newWidth, plural, other {表格寬度已提升至 {newWidth,number} 像素。}}',
|
|
233
|
+
'fabric.editor.tableSelector': '表格尺寸',
|
|
234
|
+
'fabric.editor.tableSelector.description': '使用彈出視窗新增表格,以選取自訂大小',
|
|
235
|
+
'fabric.editor.tableSizeSelectorButton': '建立特定大小的表格',
|
|
236
|
+
'fabric.editor.tableSizeSelectorPopup': '表格大小選取器',
|
|
218
237
|
'fabric.editor.tables.adjustColumn': '調整欄',
|
|
219
238
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': '刪除 {nodeName} 將中斷與其連結的任何內容。',
|
|
220
239
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': '刪除',
|
|
@@ -305,5 +324,6 @@ export default {
|
|
|
305
324
|
'fabric.theme.subtle-yellow': '內斂黃',
|
|
306
325
|
'fabric.theme.teal': '藍綠色',
|
|
307
326
|
'fabric.theme.white': '白色',
|
|
308
|
-
'fabric.theme.yellow': '黃色'
|
|
327
|
+
'fabric.theme.yellow': '黃色',
|
|
328
|
+
'fabrid.editor.rowNumbers': '列數'
|
|
309
329
|
};
|
|
@@ -6,7 +6,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
6
6
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
7
7
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
8
8
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
9
|
-
var packageVersion = "77.0
|
|
9
|
+
var packageVersion = "77.1.0";
|
|
10
10
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
11
11
|
// Remove URL as it has UGC
|
|
12
12
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -17,7 +17,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
|
|
|
17
17
|
import { N0, N50A, N60A, N900 } from '@atlaskit/theme/colors';
|
|
18
18
|
import Layer from '../Layer';
|
|
19
19
|
var packageName = "@atlaskit/editor-common";
|
|
20
|
-
var packageVersion = "77.0
|
|
20
|
+
var packageVersion = "77.1.0";
|
|
21
21
|
var halfFocusRing = 1;
|
|
22
22
|
var dropOffset = '0, 8';
|
|
23
23
|
var DropList = /*#__PURE__*/function (_Component) {
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { CardProps } from '@atlaskit/smart-card';
|
|
1
2
|
import type { Providers } from '../provider-factory';
|
|
2
3
|
export interface CardOptions {
|
|
3
4
|
provider?: Providers['cardProvider'];
|
|
@@ -6,7 +7,13 @@ export interface CardOptions {
|
|
|
6
7
|
allowDatasource?: boolean;
|
|
7
8
|
allowEmbeds?: boolean;
|
|
8
9
|
allowResizing?: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-6348 Internal documentation for deprecation (no external access)}
|
|
12
|
+
*
|
|
13
|
+
* Prefer `actionOptions` prop.
|
|
14
|
+
*/
|
|
9
15
|
showServerActions?: boolean;
|
|
16
|
+
actionOptions?: CardProps['actionOptions'];
|
|
10
17
|
useAlternativePreloader?: boolean;
|
|
11
18
|
allowAlignment?: boolean;
|
|
12
19
|
allowWrapping?: boolean;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Node as PmNode } from '@atlaskit/editor-prosemirror/model';
|
|
2
|
+
import type { EditorView } from '@atlaskit/editor-prosemirror/view';
|
|
3
|
+
import type { EventDispatcher } from '../../event-dispatcher';
|
|
4
|
+
import type { MultiBodiedExtensionActions } from '../../extensions';
|
|
5
|
+
type ActionsProps = {
|
|
6
|
+
updateActiveChild: (index: number) => boolean;
|
|
7
|
+
node: PmNode;
|
|
8
|
+
editorView: EditorView;
|
|
9
|
+
getPos: () => number | undefined;
|
|
10
|
+
eventDispatcher?: EventDispatcher;
|
|
11
|
+
};
|
|
12
|
+
export declare const useMultiBodiedExtensionActions: ({ updateActiveChild, editorView, getPos, node, eventDispatcher, }: ActionsProps) => MultiBodiedExtensionActions;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const mbeExtensionWrapperCSS: import("@emotion/react").SerializedStyles;
|
|
2
|
+
export declare const mbeExtensionContainerCSS: import("@emotion/react").SerializedStyles;
|
|
3
|
+
export declare const mbeNavigationCSS: import("@emotion/react").SerializedStyles;
|
|
4
|
+
export declare const extensionFrameContentCSS: import("@emotion/react").SerializedStyles;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { Node as PmNode } from '@atlaskit/editor-prosemirror/model';
|
|
2
|
+
import type { ACTION } from '../../analytics';
|
|
3
|
+
import type { EventDispatcher } from '../../event-dispatcher';
|
|
4
|
+
type AnalyticsActionTypes = ACTION.ADD_CHILD | ACTION.CHANGE_ACTIVE | ACTION.DELETED | ACTION.REMOVE_CHILD | ACTION.UPDATE_PARAMETERS | ACTION.GET_CHILDERN;
|
|
5
|
+
export declare const sendMBEAnalyticsEvent: (action: AnalyticsActionTypes, node: PmNode, eventDispatcher: EventDispatcher) => void;
|
|
6
|
+
export {};
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -7,9 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.action': string;
|
|
9
9
|
'fabric.editor.action.description': string;
|
|
10
|
-
'fabric.editor.addColumn': string;
|
|
11
10
|
'fabric.editor.addMediaFiles': string;
|
|
12
|
-
'fabric.editor.addRow': string;
|
|
13
11
|
'fabric.editor.alignCenter': string;
|
|
14
12
|
'fabric.editor.alignImageCenter': string;
|
|
15
13
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -159,7 +157,6 @@ declare const _default: {
|
|
|
159
157
|
'fabric.editor.mediaAddLink': string;
|
|
160
158
|
'fabric.editor.mediaFiles': string;
|
|
161
159
|
'fabric.editor.mediaFiles.description': string;
|
|
162
|
-
'fabric.editor.media_change_mediainline': string;
|
|
163
160
|
'fabric.editor.media_change_mediasingle': string;
|
|
164
161
|
'fabric.editor.mention': string;
|
|
165
162
|
'fabric.editor.mention.description': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -7,9 +7,11 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.action': string;
|
|
9
9
|
'fabric.editor.action.description': string;
|
|
10
|
-
'fabric.editor.
|
|
10
|
+
'fabric.editor.addColumnLeft': string;
|
|
11
|
+
'fabric.editor.addColumnRight': string;
|
|
11
12
|
'fabric.editor.addMediaFiles': string;
|
|
12
|
-
'fabric.editor.
|
|
13
|
+
'fabric.editor.addRowAbove': string;
|
|
14
|
+
'fabric.editor.addRowBelow': string;
|
|
13
15
|
'fabric.editor.alignCenter': string;
|
|
14
16
|
'fabric.editor.alignImageCenter': string;
|
|
15
17
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -47,6 +49,7 @@ declare const _default: {
|
|
|
47
49
|
'fabric.editor.codeblock.description': string;
|
|
48
50
|
'fabric.editor.collapseNode': string;
|
|
49
51
|
'fabric.editor.collapseTable': string;
|
|
52
|
+
'fabric.editor.columnDragHandle': string;
|
|
50
53
|
'fabric.editor.columns': string;
|
|
51
54
|
'fabric.editor.columns.description': string;
|
|
52
55
|
'fabric.editor.copiedToClipboard': string;
|
|
@@ -84,6 +87,11 @@ declare const _default: {
|
|
|
84
87
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
85
88
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
86
89
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
90
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': string;
|
|
91
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': string;
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': string;
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': string;
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': string;
|
|
87
95
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
88
96
|
'fabric.editor.embedTitle': string;
|
|
89
97
|
'fabric.editor.emoji': string;
|
|
@@ -139,6 +147,7 @@ declare const _default: {
|
|
|
139
147
|
'fabric.editor.infoPanel': string;
|
|
140
148
|
'fabric.editor.infoPanel.description': string;
|
|
141
149
|
'fabric.editor.inlineDescription': string;
|
|
150
|
+
'fabric.editor.inlineOverlay': string;
|
|
142
151
|
'fabric.editor.inlineTitle': string;
|
|
143
152
|
'fabric.editor.insertColumn': string;
|
|
144
153
|
'fabric.editor.insertColumnDrag': string;
|
|
@@ -159,12 +168,15 @@ declare const _default: {
|
|
|
159
168
|
'fabric.editor.mediaAddLink': string;
|
|
160
169
|
'fabric.editor.mediaFiles': string;
|
|
161
170
|
'fabric.editor.mediaFiles.description': string;
|
|
162
|
-
'fabric.editor.media_change_mediainline': string;
|
|
163
171
|
'fabric.editor.media_change_mediasingle': string;
|
|
164
172
|
'fabric.editor.mention': string;
|
|
165
173
|
'fabric.editor.mention.description': string;
|
|
166
174
|
'fabric.editor.mergeCells': string;
|
|
167
175
|
'fabric.editor.moreFormatting': string;
|
|
176
|
+
'fabric.editor.moveColumnLeft': string;
|
|
177
|
+
'fabric.editor.moveColumnRight': string;
|
|
178
|
+
'fabric.editor.moveDownDown': string;
|
|
179
|
+
'fabric.editor.moveRowUp': string;
|
|
168
180
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
169
181
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
170
182
|
'fabric.editor.normal': string;
|
|
@@ -190,11 +202,14 @@ declare const _default: {
|
|
|
190
202
|
'fabric.editor.removeRows': string;
|
|
191
203
|
'fabric.editor.rightSidebar': string;
|
|
192
204
|
'fabric.editor.rowControl': string;
|
|
205
|
+
'fabric.editor.rowDragHandle': string;
|
|
193
206
|
'fabric.editor.saveButton': string;
|
|
194
207
|
'fabric.editor.settingsLinks': string;
|
|
195
208
|
'fabric.editor.single': string;
|
|
196
209
|
'fabric.editor.sortColumnASC': string;
|
|
197
210
|
'fabric.editor.sortColumnDESC': string;
|
|
211
|
+
'fabric.editor.sortColumnDecreasing': string;
|
|
212
|
+
'fabric.editor.sortColumnIncreasing': string;
|
|
198
213
|
'fabric.editor.splitCell': string;
|
|
199
214
|
'fabric.editor.status': string;
|
|
200
215
|
'fabric.editor.status.description': string;
|
|
@@ -213,6 +228,10 @@ declare const _default: {
|
|
|
213
228
|
'fabric.editor.tableOptions': string;
|
|
214
229
|
'fabric.editor.tableResizeDecreaseScreenReaderInformation': string;
|
|
215
230
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
231
|
+
'fabric.editor.tableSelector': string;
|
|
232
|
+
'fabric.editor.tableSelector.description': string;
|
|
233
|
+
'fabric.editor.tableSizeSelectorButton': string;
|
|
234
|
+
'fabric.editor.tableSizeSelectorPopup': string;
|
|
216
235
|
'fabric.editor.tables.adjustColumn': string;
|
|
217
236
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
218
237
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
@@ -304,5 +323,6 @@ declare const _default: {
|
|
|
304
323
|
'fabric.theme.teal': string;
|
|
305
324
|
'fabric.theme.white': string;
|
|
306
325
|
'fabric.theme.yellow': string;
|
|
326
|
+
'fabrid.editor.rowNumbers': string;
|
|
307
327
|
};
|
|
308
328
|
export default _default;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -7,9 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.action': string;
|
|
9
9
|
'fabric.editor.action.description': string;
|
|
10
|
-
'fabric.editor.addColumn': string;
|
|
11
10
|
'fabric.editor.addMediaFiles': string;
|
|
12
|
-
'fabric.editor.addRow': string;
|
|
13
11
|
'fabric.editor.alignCenter': string;
|
|
14
12
|
'fabric.editor.alignImageCenter': string;
|
|
15
13
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -159,7 +157,6 @@ declare const _default: {
|
|
|
159
157
|
'fabric.editor.mediaAddLink': string;
|
|
160
158
|
'fabric.editor.mediaFiles': string;
|
|
161
159
|
'fabric.editor.mediaFiles.description': string;
|
|
162
|
-
'fabric.editor.media_change_mediainline': string;
|
|
163
160
|
'fabric.editor.media_change_mediasingle': string;
|
|
164
161
|
'fabric.editor.mention': string;
|
|
165
162
|
'fabric.editor.mention.description': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -7,9 +7,11 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.action': string;
|
|
9
9
|
'fabric.editor.action.description': string;
|
|
10
|
-
'fabric.editor.
|
|
10
|
+
'fabric.editor.addColumnLeft': string;
|
|
11
|
+
'fabric.editor.addColumnRight': string;
|
|
11
12
|
'fabric.editor.addMediaFiles': string;
|
|
12
|
-
'fabric.editor.
|
|
13
|
+
'fabric.editor.addRowAbove': string;
|
|
14
|
+
'fabric.editor.addRowBelow': string;
|
|
13
15
|
'fabric.editor.alignCenter': string;
|
|
14
16
|
'fabric.editor.alignImageCenter': string;
|
|
15
17
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -47,6 +49,7 @@ declare const _default: {
|
|
|
47
49
|
'fabric.editor.codeblock.description': string;
|
|
48
50
|
'fabric.editor.collapseNode': string;
|
|
49
51
|
'fabric.editor.collapseTable': string;
|
|
52
|
+
'fabric.editor.columnDragHandle': string;
|
|
50
53
|
'fabric.editor.columns': string;
|
|
51
54
|
'fabric.editor.columns.description': string;
|
|
52
55
|
'fabric.editor.copiedToClipboard': string;
|
|
@@ -84,6 +87,11 @@ declare const _default: {
|
|
|
84
87
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
85
88
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
86
89
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
90
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': string;
|
|
91
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': string;
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': string;
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': string;
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': string;
|
|
87
95
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
88
96
|
'fabric.editor.embedTitle': string;
|
|
89
97
|
'fabric.editor.emoji': string;
|
|
@@ -166,6 +174,10 @@ declare const _default: {
|
|
|
166
174
|
'fabric.editor.mention.description': string;
|
|
167
175
|
'fabric.editor.mergeCells': string;
|
|
168
176
|
'fabric.editor.moreFormatting': string;
|
|
177
|
+
'fabric.editor.moveColumnLeft': string;
|
|
178
|
+
'fabric.editor.moveColumnRight': string;
|
|
179
|
+
'fabric.editor.moveDownDown': string;
|
|
180
|
+
'fabric.editor.moveRowUp': string;
|
|
169
181
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
170
182
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
171
183
|
'fabric.editor.normal': string;
|
|
@@ -191,11 +203,14 @@ declare const _default: {
|
|
|
191
203
|
'fabric.editor.removeRows': string;
|
|
192
204
|
'fabric.editor.rightSidebar': string;
|
|
193
205
|
'fabric.editor.rowControl': string;
|
|
206
|
+
'fabric.editor.rowDragHandle': string;
|
|
194
207
|
'fabric.editor.saveButton': string;
|
|
195
208
|
'fabric.editor.settingsLinks': string;
|
|
196
209
|
'fabric.editor.single': string;
|
|
197
210
|
'fabric.editor.sortColumnASC': string;
|
|
198
211
|
'fabric.editor.sortColumnDESC': string;
|
|
212
|
+
'fabric.editor.sortColumnDecreasing': string;
|
|
213
|
+
'fabric.editor.sortColumnIncreasing': string;
|
|
199
214
|
'fabric.editor.splitCell': string;
|
|
200
215
|
'fabric.editor.status': string;
|
|
201
216
|
'fabric.editor.status.description': string;
|
|
@@ -216,6 +231,8 @@ declare const _default: {
|
|
|
216
231
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
217
232
|
'fabric.editor.tableSelector': string;
|
|
218
233
|
'fabric.editor.tableSelector.description': string;
|
|
234
|
+
'fabric.editor.tableSizeSelectorButton': string;
|
|
235
|
+
'fabric.editor.tableSizeSelectorPopup': string;
|
|
219
236
|
'fabric.editor.tables.adjustColumn': string;
|
|
220
237
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
221
238
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
@@ -307,5 +324,6 @@ declare const _default: {
|
|
|
307
324
|
'fabric.theme.teal': string;
|
|
308
325
|
'fabric.theme.white': string;
|
|
309
326
|
'fabric.theme.yellow': string;
|
|
327
|
+
'fabrid.editor.rowNumbers': string;
|
|
310
328
|
};
|
|
311
329
|
export default _default;
|
|
@@ -7,9 +7,11 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.action': string;
|
|
9
9
|
'fabric.editor.action.description': string;
|
|
10
|
-
'fabric.editor.
|
|
10
|
+
'fabric.editor.addColumnLeft': string;
|
|
11
|
+
'fabric.editor.addColumnRight': string;
|
|
11
12
|
'fabric.editor.addMediaFiles': string;
|
|
12
|
-
'fabric.editor.
|
|
13
|
+
'fabric.editor.addRowAbove': string;
|
|
14
|
+
'fabric.editor.addRowBelow': string;
|
|
13
15
|
'fabric.editor.alignCenter': string;
|
|
14
16
|
'fabric.editor.alignImageCenter': string;
|
|
15
17
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -47,6 +49,7 @@ declare const _default: {
|
|
|
47
49
|
'fabric.editor.codeblock.description': string;
|
|
48
50
|
'fabric.editor.collapseNode': string;
|
|
49
51
|
'fabric.editor.collapseTable': string;
|
|
52
|
+
'fabric.editor.columnDragHandle': string;
|
|
50
53
|
'fabric.editor.columns': string;
|
|
51
54
|
'fabric.editor.columns.description': string;
|
|
52
55
|
'fabric.editor.copiedToClipboard': string;
|
|
@@ -84,6 +87,11 @@ declare const _default: {
|
|
|
84
87
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
85
88
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
86
89
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
90
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': string;
|
|
91
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': string;
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': string;
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': string;
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': string;
|
|
87
95
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
88
96
|
'fabric.editor.embedTitle': string;
|
|
89
97
|
'fabric.editor.emoji': string;
|
|
@@ -166,6 +174,10 @@ declare const _default: {
|
|
|
166
174
|
'fabric.editor.mention.description': string;
|
|
167
175
|
'fabric.editor.mergeCells': string;
|
|
168
176
|
'fabric.editor.moreFormatting': string;
|
|
177
|
+
'fabric.editor.moveColumnLeft': string;
|
|
178
|
+
'fabric.editor.moveColumnRight': string;
|
|
179
|
+
'fabric.editor.moveDownDown': string;
|
|
180
|
+
'fabric.editor.moveRowUp': string;
|
|
169
181
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
170
182
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
171
183
|
'fabric.editor.normal': string;
|
|
@@ -191,11 +203,14 @@ declare const _default: {
|
|
|
191
203
|
'fabric.editor.removeRows': string;
|
|
192
204
|
'fabric.editor.rightSidebar': string;
|
|
193
205
|
'fabric.editor.rowControl': string;
|
|
206
|
+
'fabric.editor.rowDragHandle': string;
|
|
194
207
|
'fabric.editor.saveButton': string;
|
|
195
208
|
'fabric.editor.settingsLinks': string;
|
|
196
209
|
'fabric.editor.single': string;
|
|
197
210
|
'fabric.editor.sortColumnASC': string;
|
|
198
211
|
'fabric.editor.sortColumnDESC': string;
|
|
212
|
+
'fabric.editor.sortColumnDecreasing': string;
|
|
213
|
+
'fabric.editor.sortColumnIncreasing': string;
|
|
199
214
|
'fabric.editor.splitCell': string;
|
|
200
215
|
'fabric.editor.status': string;
|
|
201
216
|
'fabric.editor.status.description': string;
|
|
@@ -216,6 +231,8 @@ declare const _default: {
|
|
|
216
231
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
217
232
|
'fabric.editor.tableSelector': string;
|
|
218
233
|
'fabric.editor.tableSelector.description': string;
|
|
234
|
+
'fabric.editor.tableSizeSelectorButton': string;
|
|
235
|
+
'fabric.editor.tableSizeSelectorPopup': string;
|
|
219
236
|
'fabric.editor.tables.adjustColumn': string;
|
|
220
237
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
221
238
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
@@ -307,5 +324,6 @@ declare const _default: {
|
|
|
307
324
|
'fabric.theme.teal': string;
|
|
308
325
|
'fabric.theme.white': string;
|
|
309
326
|
'fabric.theme.yellow': string;
|
|
327
|
+
'fabrid.editor.rowNumbers': string;
|
|
310
328
|
};
|
|
311
329
|
export default _default;
|
|
@@ -7,9 +7,11 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.editor.action': string;
|
|
9
9
|
'fabric.editor.action.description': string;
|
|
10
|
-
'fabric.editor.
|
|
10
|
+
'fabric.editor.addColumnLeft': string;
|
|
11
|
+
'fabric.editor.addColumnRight': string;
|
|
11
12
|
'fabric.editor.addMediaFiles': string;
|
|
12
|
-
'fabric.editor.
|
|
13
|
+
'fabric.editor.addRowAbove': string;
|
|
14
|
+
'fabric.editor.addRowBelow': string;
|
|
13
15
|
'fabric.editor.alignCenter': string;
|
|
14
16
|
'fabric.editor.alignImageCenter': string;
|
|
15
17
|
'fabric.editor.alignImageLeft': string;
|
|
@@ -47,6 +49,7 @@ declare const _default: {
|
|
|
47
49
|
'fabric.editor.codeblock.description': string;
|
|
48
50
|
'fabric.editor.collapseNode': string;
|
|
49
51
|
'fabric.editor.collapseTable': string;
|
|
52
|
+
'fabric.editor.columnDragHandle': string;
|
|
50
53
|
'fabric.editor.columns': string;
|
|
51
54
|
'fabric.editor.columns.description': string;
|
|
52
55
|
'fabric.editor.copiedToClipboard': string;
|
|
@@ -84,6 +87,11 @@ declare const _default: {
|
|
|
84
87
|
'fabric.editor.elementbrowser.search.empty-state.heading': string;
|
|
85
88
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading': string;
|
|
86
89
|
'fabric.editor.elementbrowser.search.empty-state.sub-heading.link': string;
|
|
90
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.nothing': string;
|
|
91
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestion': string;
|
|
92
|
+
'fabric.editor.elementbrowser.searchbar.assistive.text.suggestions': string;
|
|
93
|
+
'fabric.editor.elementbrowser.searchbar.elementAfterInput': string;
|
|
94
|
+
'fabric.editor.elementbrowser.searchbar.placeholder': string;
|
|
87
95
|
'fabric.editor.elementbrowser.sidebar.heading': string;
|
|
88
96
|
'fabric.editor.embedTitle': string;
|
|
89
97
|
'fabric.editor.emoji': string;
|
|
@@ -166,6 +174,10 @@ declare const _default: {
|
|
|
166
174
|
'fabric.editor.mention.description': string;
|
|
167
175
|
'fabric.editor.mergeCells': string;
|
|
168
176
|
'fabric.editor.moreFormatting': string;
|
|
177
|
+
'fabric.editor.moveColumnLeft': string;
|
|
178
|
+
'fabric.editor.moveColumnRight': string;
|
|
179
|
+
'fabric.editor.moveDownDown': string;
|
|
180
|
+
'fabric.editor.moveRowUp': string;
|
|
169
181
|
'fabric.editor.navigate.toolbar.editor': string;
|
|
170
182
|
'fabric.editor.navigate.toolbar.floating': string;
|
|
171
183
|
'fabric.editor.normal': string;
|
|
@@ -191,11 +203,14 @@ declare const _default: {
|
|
|
191
203
|
'fabric.editor.removeRows': string;
|
|
192
204
|
'fabric.editor.rightSidebar': string;
|
|
193
205
|
'fabric.editor.rowControl': string;
|
|
206
|
+
'fabric.editor.rowDragHandle': string;
|
|
194
207
|
'fabric.editor.saveButton': string;
|
|
195
208
|
'fabric.editor.settingsLinks': string;
|
|
196
209
|
'fabric.editor.single': string;
|
|
197
210
|
'fabric.editor.sortColumnASC': string;
|
|
198
211
|
'fabric.editor.sortColumnDESC': string;
|
|
212
|
+
'fabric.editor.sortColumnDecreasing': string;
|
|
213
|
+
'fabric.editor.sortColumnIncreasing': string;
|
|
199
214
|
'fabric.editor.splitCell': string;
|
|
200
215
|
'fabric.editor.status': string;
|
|
201
216
|
'fabric.editor.status.description': string;
|
|
@@ -216,6 +231,8 @@ declare const _default: {
|
|
|
216
231
|
'fabric.editor.tableResizeIncreaseScreenReaderInformation': string;
|
|
217
232
|
'fabric.editor.tableSelector': string;
|
|
218
233
|
'fabric.editor.tableSelector.description': string;
|
|
234
|
+
'fabric.editor.tableSizeSelectorButton': string;
|
|
235
|
+
'fabric.editor.tableSizeSelectorPopup': string;
|
|
219
236
|
'fabric.editor.tables.adjustColumn': string;
|
|
220
237
|
'fabric.editor.tables.confirmDeleteLinkedModalMessage': string;
|
|
221
238
|
'fabric.editor.tables.confirmDeleteLinkedModalOKButton': string;
|
|
@@ -307,5 +324,6 @@ declare const _default: {
|
|
|
307
324
|
'fabric.theme.teal': string;
|
|
308
325
|
'fabric.theme.white': string;
|
|
309
326
|
'fabric.theme.yellow': string;
|
|
327
|
+
'fabrid.editor.rowNumbers': string;
|
|
310
328
|
};
|
|
311
329
|
export default _default;
|