@atlaskit/editor-common 74.11.0 → 74.12.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 +17 -0
- package/dist/cjs/i18n/cs.js +12 -0
- package/dist/cjs/i18n/da.js +12 -0
- package/dist/cjs/i18n/de.js +12 -0
- package/dist/cjs/i18n/en.js +12 -0
- package/dist/cjs/i18n/en_GB.js +12 -0
- package/dist/cjs/i18n/en_ZZ.js +12 -0
- package/dist/cjs/i18n/es.js +12 -0
- package/dist/cjs/i18n/fi.js +12 -0
- package/dist/cjs/i18n/fr.js +12 -0
- package/dist/cjs/i18n/hu.js +12 -0
- package/dist/cjs/i18n/it.js +12 -0
- package/dist/cjs/i18n/ja.js +12 -0
- package/dist/cjs/i18n/ko.js +12 -0
- package/dist/cjs/i18n/nb.js +12 -0
- package/dist/cjs/i18n/nl.js +12 -0
- package/dist/cjs/i18n/pl.js +12 -0
- package/dist/cjs/i18n/pt_BR.js +12 -0
- package/dist/cjs/i18n/ru.js +12 -0
- package/dist/cjs/i18n/sv.js +12 -0
- package/dist/cjs/i18n/th.js +12 -0
- package/dist/cjs/i18n/tr.js +12 -0
- package/dist/cjs/i18n/uk.js +12 -0
- package/dist/cjs/i18n/vi.js +12 -0
- package/dist/cjs/i18n/zh.js +12 -0
- package/dist/cjs/i18n/zh_TW.js +12 -0
- package/dist/cjs/messages/link-toolbar.js +5 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/smart-card.js +1 -0
- package/dist/cjs/types/breakout.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/breakout.js +24 -1
- package/dist/cjs/utils/index.js +12 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +12 -0
- package/dist/es2019/i18n/da.js +12 -0
- package/dist/es2019/i18n/de.js +12 -0
- package/dist/es2019/i18n/en.js +12 -0
- package/dist/es2019/i18n/en_GB.js +12 -0
- package/dist/es2019/i18n/en_ZZ.js +12 -0
- package/dist/es2019/i18n/es.js +12 -0
- package/dist/es2019/i18n/fi.js +12 -0
- package/dist/es2019/i18n/fr.js +12 -0
- package/dist/es2019/i18n/hu.js +12 -0
- package/dist/es2019/i18n/it.js +12 -0
- package/dist/es2019/i18n/ja.js +12 -0
- package/dist/es2019/i18n/ko.js +12 -0
- package/dist/es2019/i18n/nb.js +12 -0
- package/dist/es2019/i18n/nl.js +12 -0
- package/dist/es2019/i18n/pl.js +12 -0
- package/dist/es2019/i18n/pt_BR.js +12 -0
- package/dist/es2019/i18n/ru.js +12 -0
- package/dist/es2019/i18n/sv.js +12 -0
- package/dist/es2019/i18n/th.js +12 -0
- package/dist/es2019/i18n/tr.js +12 -0
- package/dist/es2019/i18n/uk.js +12 -0
- package/dist/es2019/i18n/vi.js +12 -0
- package/dist/es2019/i18n/zh.js +12 -0
- package/dist/es2019/i18n/zh_TW.js +12 -0
- package/dist/es2019/messages/link-toolbar.js +5 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/smart-card.js +1 -0
- package/dist/es2019/types/breakout.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/breakout.js +20 -1
- package/dist/es2019/utils/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +12 -0
- package/dist/esm/i18n/da.js +12 -0
- package/dist/esm/i18n/de.js +12 -0
- package/dist/esm/i18n/en.js +12 -0
- package/dist/esm/i18n/en_GB.js +12 -0
- package/dist/esm/i18n/en_ZZ.js +12 -0
- package/dist/esm/i18n/es.js +12 -0
- package/dist/esm/i18n/fi.js +12 -0
- package/dist/esm/i18n/fr.js +12 -0
- package/dist/esm/i18n/hu.js +12 -0
- package/dist/esm/i18n/it.js +12 -0
- package/dist/esm/i18n/ja.js +12 -0
- package/dist/esm/i18n/ko.js +12 -0
- package/dist/esm/i18n/nb.js +12 -0
- package/dist/esm/i18n/nl.js +12 -0
- package/dist/esm/i18n/pl.js +12 -0
- package/dist/esm/i18n/pt_BR.js +12 -0
- package/dist/esm/i18n/ru.js +12 -0
- package/dist/esm/i18n/sv.js +12 -0
- package/dist/esm/i18n/th.js +12 -0
- package/dist/esm/i18n/tr.js +12 -0
- package/dist/esm/i18n/uk.js +12 -0
- package/dist/esm/i18n/vi.js +12 -0
- package/dist/esm/i18n/zh.js +12 -0
- package/dist/esm/i18n/zh_TW.js +12 -0
- package/dist/esm/messages/link-toolbar.js +5 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/smart-card.js +1 -0
- package/dist/esm/types/breakout.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/breakout.js +20 -1
- package/dist/esm/utils/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +12 -0
- package/dist/types/i18n/da.d.ts +12 -0
- package/dist/types/i18n/de.d.ts +12 -0
- package/dist/types/i18n/en.d.ts +12 -0
- package/dist/types/i18n/en_GB.d.ts +12 -0
- package/dist/types/i18n/en_ZZ.d.ts +12 -0
- package/dist/types/i18n/es.d.ts +12 -0
- package/dist/types/i18n/fi.d.ts +12 -0
- package/dist/types/i18n/fr.d.ts +12 -0
- package/dist/types/i18n/hu.d.ts +12 -0
- package/dist/types/i18n/it.d.ts +12 -0
- package/dist/types/i18n/ja.d.ts +12 -0
- package/dist/types/i18n/ko.d.ts +12 -0
- package/dist/types/i18n/nb.d.ts +12 -0
- package/dist/types/i18n/nl.d.ts +12 -0
- package/dist/types/i18n/pl.d.ts +12 -0
- package/dist/types/i18n/pt_BR.d.ts +12 -0
- package/dist/types/i18n/ru.d.ts +12 -0
- package/dist/types/i18n/sv.d.ts +12 -0
- package/dist/types/i18n/th.d.ts +12 -0
- package/dist/types/i18n/tr.d.ts +12 -0
- package/dist/types/i18n/uk.d.ts +12 -0
- package/dist/types/i18n/vi.d.ts +12 -0
- package/dist/types/i18n/zh.d.ts +12 -0
- package/dist/types/i18n/zh_TW.d.ts +12 -0
- package/dist/types/messages/link-toolbar.d.ts +5 -0
- package/dist/types/styles/shared/smart-card.d.ts +1 -0
- package/dist/types/types/breakout.d.ts +1 -0
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/utils/breakout.d.ts +7 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +12 -0
- package/dist/types-ts4.5/i18n/da.d.ts +12 -0
- package/dist/types-ts4.5/i18n/de.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +12 -0
- package/dist/types-ts4.5/i18n/es.d.ts +12 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +12 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +12 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +12 -0
- package/dist/types-ts4.5/i18n/it.d.ts +12 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +12 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +12 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +12 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +12 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +12 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +12 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +12 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +12 -0
- package/dist/types-ts4.5/i18n/th.d.ts +12 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +12 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +12 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +12 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +12 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +12 -0
- package/dist/types-ts4.5/messages/link-toolbar.d.ts +5 -0
- package/dist/types-ts4.5/styles/shared/smart-card.d.ts +1 -0
- package/dist/types-ts4.5/types/breakout.d.ts +1 -0
- package/dist/types-ts4.5/types/index.d.ts +1 -0
- package/dist/types-ts4.5/utils/breakout.d.ts +7 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +6 -6
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': 'Thêm ngày bằng cách sử dụng lịch',
|
|
31
31
|
'fabric.editor.decision': 'Quyết định',
|
|
32
32
|
'fabric.editor.decision.description': 'Thu thập các quyết định để dễ dàng theo dõi',
|
|
33
|
+
'fabric.editor.editLink': 'Chỉnh sửa liên kết',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': 'Mời chỉnh sửa',
|
|
34
35
|
'fabric.editor.emoji': 'Biểu tượng cảm xúc',
|
|
35
36
|
'fabric.editor.emoji.description': 'Sử dụng biểu tượng cảm xúc để thể hiện ý kiến 🎉 và cảm xúc 😄',
|
|
37
|
+
'fabric.editor.emptyLink': 'Vui lòng nhập một liên kết.',
|
|
36
38
|
'fabric.editor.expand': 'Mở rộng',
|
|
37
39
|
'fabric.editor.expand.description': 'Chèn đoạn mở rộng',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': 'Nhấp vào đây để mở rộng...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': 'Duyệt qua tất cả các phím tắt trên bàn phím và các tùy chọn đánh dấu',
|
|
45
47
|
'fabric.editor.horizontalRule': 'Trình phân chia',
|
|
46
48
|
'fabric.editor.horizontalRule.description': 'Chia tách nội dung bằng một đường ngang',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': 'Dán hoặc tìm kiếm liên kết',
|
|
47
50
|
'fabric.editor.image': 'hình ảnh',
|
|
48
51
|
'fabric.editor.insertMenu': 'Chèn',
|
|
52
|
+
'fabric.editor.invalidLink': 'Vui lòng nhập một liên kết hợp lệ.',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': 'Quay lại chính giữa',
|
|
50
54
|
'fabric.editor.layoutFullWidth': 'Hiển thị toàn chiều rộng',
|
|
51
55
|
'fabric.editor.layoutWide': 'Hiển thị rộng hơn',
|
|
52
56
|
'fabric.editor.link': 'Liên kết',
|
|
53
57
|
'fabric.editor.link.description': 'Chèn liên kết',
|
|
58
|
+
'fabric.editor.linkAddress': 'Địa chỉ liên kết',
|
|
59
|
+
'fabric.editor.linkPlaceholder': 'Dán liên kết',
|
|
60
|
+
'fabric.editor.mediaAddLink': 'Thêm liên kết',
|
|
54
61
|
'fabric.editor.mediaFiles': 'Ảnh, video hoặc tệp',
|
|
55
62
|
'fabric.editor.mediaFiles.description': 'Thêm hình ảnh và các tập tin khác vào trang của bạn',
|
|
56
63
|
'fabric.editor.mention': 'Đề cập',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': 'Xóa',
|
|
62
69
|
'fabric.editor.removeEmoji': 'Xóa biểu tượng cảm xúc',
|
|
63
70
|
'fabric.editor.saveButton': 'Lưu',
|
|
71
|
+
'fabric.editor.settingsLinks': 'Vào phần Tùy chọn liên kết',
|
|
64
72
|
'fabric.editor.status': 'Trạng thái',
|
|
65
73
|
'fabric.editor.status.description': 'Thêm một nhãn trạng thái tùy chỉnh',
|
|
66
74
|
'fabric.editor.table': 'Bảng',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': 'một nút khối',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': 'nút mở rộng lồng nhau',
|
|
76
84
|
'fabric.editor.tooltip.taskList': 'một mục thao tác',
|
|
85
|
+
'fabric.editor.unableToOpenLink': 'Không thể mở liên kết này',
|
|
86
|
+
'fabric.editor.unlink': 'Hủy liên kết',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': 'Trình biên tập này không hỗ trợ hiển thị nội dung này',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': 'Nội dung không có trong trình biên tập này, nội dung sẽ được bảo lưu khi bạn sửa và lưu',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': 'Nội dung không được hỗ trợ',
|
|
80
90
|
'fabric.editor.viewMore': 'Xem thêm',
|
|
81
91
|
'fabric.editor.visit': 'Mở liên kết trong cửa sổ mới',
|
|
92
|
+
'fabric.editor.wrapLeft': 'Cuộn sang trái',
|
|
93
|
+
'fabric.editor.wrapRight': 'Cuộn sang phải',
|
|
82
94
|
'fabric.theme.blue': 'Xanh lam',
|
|
83
95
|
'fabric.theme.bold-blue': 'Xanh lam đậm',
|
|
84
96
|
'fabric.theme.bold-gray': 'Xám đậm',
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': '使用日历添加日期',
|
|
31
31
|
'fabric.editor.decision': '决定',
|
|
32
32
|
'fabric.editor.decision.description': '捕获决策,以便轻松跟踪',
|
|
33
|
+
'fabric.editor.editLink': '编辑链接',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': '邀请编辑',
|
|
34
35
|
'fabric.editor.emoji': '表情符号',
|
|
35
36
|
'fabric.editor.emoji.description': '使用表情符号传达理念 🎉 和情绪 😄',
|
|
37
|
+
'fabric.editor.emptyLink': '请输入链接。',
|
|
36
38
|
'fabric.editor.expand': '扩展',
|
|
37
39
|
'fabric.editor.expand.description': '插入扩展',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': '点击此处展开...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': '浏览所有键盘快捷键和文本标记选项',
|
|
45
47
|
'fabric.editor.horizontalRule': '分隔条',
|
|
46
48
|
'fabric.editor.horizontalRule.description': '使用水平线分隔内容',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': '粘贴或搜索链接',
|
|
47
50
|
'fabric.editor.image': '图片',
|
|
48
51
|
'fabric.editor.insertMenu': '插入',
|
|
52
|
+
'fabric.editor.invalidLink': '请输入有效链接。',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': '返回至中心',
|
|
50
54
|
'fabric.editor.layoutFullWidth': '显示全宽',
|
|
51
55
|
'fabric.editor.layoutWide': '显示宽屏',
|
|
52
56
|
'fabric.editor.link': '链接',
|
|
53
57
|
'fabric.editor.link.description': '插入链接',
|
|
58
|
+
'fabric.editor.linkAddress': '链接地址',
|
|
59
|
+
'fabric.editor.linkPlaceholder': '粘贴链接',
|
|
60
|
+
'fabric.editor.mediaAddLink': '添加链接',
|
|
54
61
|
'fabric.editor.mediaFiles': '图像、视频或文件',
|
|
55
62
|
'fabric.editor.mediaFiles.description': '向页面添加图像和其他文件',
|
|
56
63
|
'fabric.editor.mention': '提到',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': '删除',
|
|
62
69
|
'fabric.editor.removeEmoji': '删除表情',
|
|
63
70
|
'fabric.editor.saveButton': '保存',
|
|
71
|
+
'fabric.editor.settingsLinks': '转到“链接首选项”',
|
|
64
72
|
'fabric.editor.status': '状态',
|
|
65
73
|
'fabric.editor.status.description': '添加自定义状态标签',
|
|
66
74
|
'fabric.editor.table': '表格',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': '块节点',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': '嵌套扩展',
|
|
76
84
|
'fabric.editor.tooltip.taskList': '操作项',
|
|
85
|
+
'fabric.editor.unableToOpenLink': '无法打开此链接',
|
|
86
|
+
'fabric.editor.unlink': '取消链接',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': '此编辑器不支持显示此内容',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': '此编辑器中的内容不可用,在编辑和保存时将保留此内容',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': '内容不受支持',
|
|
80
90
|
'fabric.editor.viewMore': '查看更多',
|
|
81
91
|
'fabric.editor.visit': '在新窗口中打开链接',
|
|
92
|
+
'fabric.editor.wrapLeft': '隐藏左边',
|
|
93
|
+
'fabric.editor.wrapRight': '隐藏右边',
|
|
82
94
|
'fabric.theme.blue': '蓝色',
|
|
83
95
|
'fabric.theme.bold-blue': '深蓝色',
|
|
84
96
|
'fabric.theme.bold-gray': '深灰',
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -30,9 +30,11 @@ export default {
|
|
|
30
30
|
'fabric.editor.date.description': '使用日曆新增日期',
|
|
31
31
|
'fabric.editor.decision': '決定',
|
|
32
32
|
'fabric.editor.decision.description': '擷取決定以便追蹤',
|
|
33
|
+
'fabric.editor.editLink': '編輯連結',
|
|
33
34
|
'fabric.editor.editMode.inviteToEditButton.title': '邀請編輯',
|
|
34
35
|
'fabric.editor.emoji': '表情符號',
|
|
35
36
|
'fabric.editor.emoji.description': '使用表情符號來傳達想法 🎉 和情緒 😄',
|
|
37
|
+
'fabric.editor.emptyLink': '請輸入連結。',
|
|
36
38
|
'fabric.editor.expand': '擴充',
|
|
37
39
|
'fabric.editor.expand.description': '插入擴充',
|
|
38
40
|
'fabric.editor.expandDefaultTitle': '按一下此處以展開...',
|
|
@@ -44,13 +46,18 @@ export default {
|
|
|
44
46
|
'fabric.editor.help.description': '瀏覽所有鍵盤快速鍵和 Markdown 選項',
|
|
45
47
|
'fabric.editor.horizontalRule': '分隔線',
|
|
46
48
|
'fabric.editor.horizontalRule.description': '使用水平線來區隔內容',
|
|
49
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': '貼上或搜尋連結',
|
|
47
50
|
'fabric.editor.image': '影像',
|
|
48
51
|
'fabric.editor.insertMenu': '插入',
|
|
52
|
+
'fabric.editor.invalidLink': '請輸入有效的連結。',
|
|
49
53
|
'fabric.editor.layoutFixedWidth': '返回中央',
|
|
50
54
|
'fabric.editor.layoutFullWidth': '採用完整寬度',
|
|
51
55
|
'fabric.editor.layoutWide': '採用寬版',
|
|
52
56
|
'fabric.editor.link': '連結',
|
|
53
57
|
'fabric.editor.link.description': '插入連結',
|
|
58
|
+
'fabric.editor.linkAddress': '連結位址',
|
|
59
|
+
'fabric.editor.linkPlaceholder': '貼上連結',
|
|
60
|
+
'fabric.editor.mediaAddLink': '新增連結',
|
|
54
61
|
'fabric.editor.mediaFiles': '圖片、影片或檔案',
|
|
55
62
|
'fabric.editor.mediaFiles.description': '將影像和其他檔案新增至頁面',
|
|
56
63
|
'fabric.editor.mention': '提及',
|
|
@@ -61,6 +68,7 @@ export default {
|
|
|
61
68
|
'fabric.editor.remove': '移除',
|
|
62
69
|
'fabric.editor.removeEmoji': '移除表情符號',
|
|
63
70
|
'fabric.editor.saveButton': '儲存',
|
|
71
|
+
'fabric.editor.settingsLinks': '前往連結偏好設定',
|
|
64
72
|
'fabric.editor.status': '狀態',
|
|
65
73
|
'fabric.editor.status.description': '新增自訂狀態標籤',
|
|
66
74
|
'fabric.editor.table': '表格',
|
|
@@ -74,11 +82,15 @@ export default {
|
|
|
74
82
|
'fabric.editor.tooltip.defaultBlockNode': '區塊節點',
|
|
75
83
|
'fabric.editor.tooltip.nestedExpand': '巢狀擴充',
|
|
76
84
|
'fabric.editor.tooltip.taskList': '動作項目',
|
|
85
|
+
'fabric.editor.unableToOpenLink': '無法開啟此連結',
|
|
86
|
+
'fabric.editor.unlink': '取消連結',
|
|
77
87
|
'fabric.editor.unsupportedBlockContent': '此編輯器不支援顯示此內容',
|
|
78
88
|
'fabric.editor.unsupportedContentTooltip': '內容不適用於此編輯器,這會在您編輯和儲存時進行保留',
|
|
79
89
|
'fabric.editor.unsupportedInlineContent': '不支援的內容',
|
|
80
90
|
'fabric.editor.viewMore': '檢視更多',
|
|
81
91
|
'fabric.editor.visit': '在新視窗中開啟連結',
|
|
92
|
+
'fabric.editor.wrapLeft': '靠左圍繞',
|
|
93
|
+
'fabric.editor.wrapRight': '靠右圍繞',
|
|
82
94
|
'fabric.theme.blue': '藍色',
|
|
83
95
|
'fabric.theme.bold-blue': '個性藍',
|
|
84
96
|
'fabric.theme.bold-gray': '個性灰',
|
|
@@ -49,5 +49,10 @@ export var linkToolbarMessages = defineMessages({
|
|
|
49
49
|
id: 'fabric.editor.settingsLinks',
|
|
50
50
|
defaultMessage: 'Go to Link Preferences',
|
|
51
51
|
description: 'Go to Link Preferences'
|
|
52
|
+
},
|
|
53
|
+
editDatasource: {
|
|
54
|
+
id: 'fabric.editor.edit.datasource',
|
|
55
|
+
defaultMessage: 'Edit search query',
|
|
56
|
+
description: 'Datasource toolbar edit button'
|
|
52
57
|
}
|
|
53
58
|
});
|
|
@@ -6,7 +6,7 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (O
|
|
|
6
6
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
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 = "74.
|
|
9
|
+
var packageVersion = "74.12.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
|
|
@@ -5,6 +5,7 @@ export var SmartCardSharedCssClassName = {
|
|
|
5
5
|
INLINE_CARD_CONTAINER: 'inlineCardView-content-wrap',
|
|
6
6
|
BLOCK_CARD_CONTAINER: 'blockCardView-content-wrap',
|
|
7
7
|
EMBED_CARD_CONTAINER: 'embedCardView-content-wrap',
|
|
8
|
+
DATASOURCE_CONTAINER: 'datasourceView-content-wrap',
|
|
8
9
|
LOADER_WRAPPER: 'loader-wrapper'
|
|
9
10
|
};
|
|
10
11
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -18,7 +18,7 @@ import { themed } from '@atlaskit/theme/components';
|
|
|
18
18
|
import { borderRadius } from '@atlaskit/theme/constants';
|
|
19
19
|
import Layer from '../Layer';
|
|
20
20
|
var packageName = "@atlaskit/editor-common";
|
|
21
|
-
var packageVersion = "74.
|
|
21
|
+
var packageVersion = "74.12.0";
|
|
22
22
|
var halfFocusRing = 1;
|
|
23
23
|
var dropOffset = '0, 8';
|
|
24
24
|
var DropList = /*#__PURE__*/function (_Component) {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { akEditorBreakoutPadding, akEditorDefaultLayoutWidth, akEditorFullWidthLayoutWidth, akEditorSwoopCubicBezier, akEditorWideLayoutWidth, breakoutWideScaleRatio } from '@atlaskit/editor-shared-styles';
|
|
2
|
+
import commonMessages from '../messages';
|
|
2
3
|
import { mapBreakpointToLayoutMaxWidth } from '../ui/BaseTheme';
|
|
3
4
|
import { getBreakpoint } from '../ui/WidthProvider';
|
|
4
5
|
import { parsePx } from './dom';
|
|
@@ -108,4 +109,22 @@ export function calculateBreakoutStyles(_ref) {
|
|
|
108
109
|
}
|
|
109
110
|
export function calcBreakoutWidthPx(mode, widthStateWidth) {
|
|
110
111
|
return parsePx(calcBreakoutWidth(mode, widthStateWidth));
|
|
111
|
-
}
|
|
112
|
+
}
|
|
113
|
+
export var getNextBreakoutMode = function getNextBreakoutMode(currentMode) {
|
|
114
|
+
if (currentMode === 'full-width') {
|
|
115
|
+
return 'center';
|
|
116
|
+
} else if (currentMode === 'wide') {
|
|
117
|
+
return 'full-width';
|
|
118
|
+
}
|
|
119
|
+
return 'wide';
|
|
120
|
+
};
|
|
121
|
+
export var getTitle = function getTitle(layout) {
|
|
122
|
+
switch (layout) {
|
|
123
|
+
case 'full-width':
|
|
124
|
+
return commonMessages.layoutFixedWidth;
|
|
125
|
+
case 'wide':
|
|
126
|
+
return commonMessages.layoutFullWidth;
|
|
127
|
+
default:
|
|
128
|
+
return commonMessages.layoutWide;
|
|
129
|
+
}
|
|
130
|
+
};
|
package/dist/esm/utils/index.js
CHANGED
|
@@ -5,7 +5,7 @@ export { default as ErrorReporter } from './error-reporter';
|
|
|
5
5
|
export { isPastDate, timestampToIsoFormat, timestampToString, timestampToTaskContext, timestampToUTCDate, todayTimestampInUTC } from './date';
|
|
6
6
|
export { isElementInTableCell, isTextSelection, isLastItemMediaGroup, setNodeSelection, setTextSelection, nonNullable, stepAddsOneOf, stepHasSlice, extractSliceFromStep, isValidPosition, isEmptyParagraph, isInLayoutColumn } from './editor-core-utils';
|
|
7
7
|
export { withImageLoader } from './imageLoader';
|
|
8
|
-
export { absoluteBreakoutWidth, calcBreakoutWidth, calcWideWidth, breakoutConsts, calculateBreakoutStyles, calcBreakoutWidthPx } from './breakout';
|
|
8
|
+
export { absoluteBreakoutWidth, calcBreakoutWidth, calcWideWidth, breakoutConsts, calculateBreakoutStyles, calcBreakoutWidthPx, getNextBreakoutMode, getTitle } from './breakout';
|
|
9
9
|
export { findChangedNodesFromTransaction, validNode, validateNodes, isType, isParagraph, isText, isLinkMark, SelectedState, isNodeSelectedOrInRange, isSupportedInParent, isMediaNode, isNodeBeforeMediaNode } from './nodes';
|
|
10
10
|
export { pluginFactory } from './plugin-state-factory';
|
|
11
11
|
export { getFragmentBackingArray, mapFragment, mapSlice, flatmap, mapChildren } from './slice';
|
package/dist/esm/version.json
CHANGED
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|
package/dist/types/i18n/en.d.ts
CHANGED
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -28,9 +28,11 @@ declare const _default: {
|
|
|
28
28
|
'fabric.editor.date.description': string;
|
|
29
29
|
'fabric.editor.decision': string;
|
|
30
30
|
'fabric.editor.decision.description': string;
|
|
31
|
+
'fabric.editor.editLink': string;
|
|
31
32
|
'fabric.editor.editMode.inviteToEditButton.title': string;
|
|
32
33
|
'fabric.editor.emoji': string;
|
|
33
34
|
'fabric.editor.emoji.description': string;
|
|
35
|
+
'fabric.editor.emptyLink': string;
|
|
34
36
|
'fabric.editor.expand': string;
|
|
35
37
|
'fabric.editor.expand.description': string;
|
|
36
38
|
'fabric.editor.expandDefaultTitle': string;
|
|
@@ -42,13 +44,18 @@ declare const _default: {
|
|
|
42
44
|
'fabric.editor.help.description': string;
|
|
43
45
|
'fabric.editor.horizontalRule': string;
|
|
44
46
|
'fabric.editor.horizontalRule.description': string;
|
|
47
|
+
'fabric.editor.hyperlinkToolbarPlaceholder': string;
|
|
45
48
|
'fabric.editor.image': string;
|
|
46
49
|
'fabric.editor.insertMenu': string;
|
|
50
|
+
'fabric.editor.invalidLink': string;
|
|
47
51
|
'fabric.editor.layoutFixedWidth': string;
|
|
48
52
|
'fabric.editor.layoutFullWidth': string;
|
|
49
53
|
'fabric.editor.layoutWide': string;
|
|
50
54
|
'fabric.editor.link': string;
|
|
51
55
|
'fabric.editor.link.description': string;
|
|
56
|
+
'fabric.editor.linkAddress': string;
|
|
57
|
+
'fabric.editor.linkPlaceholder': string;
|
|
58
|
+
'fabric.editor.mediaAddLink': string;
|
|
52
59
|
'fabric.editor.mediaFiles': string;
|
|
53
60
|
'fabric.editor.mediaFiles.description': string;
|
|
54
61
|
'fabric.editor.mention': string;
|
|
@@ -59,6 +66,7 @@ declare const _default: {
|
|
|
59
66
|
'fabric.editor.remove': string;
|
|
60
67
|
'fabric.editor.removeEmoji': string;
|
|
61
68
|
'fabric.editor.saveButton': string;
|
|
69
|
+
'fabric.editor.settingsLinks': string;
|
|
62
70
|
'fabric.editor.status': string;
|
|
63
71
|
'fabric.editor.status.description': string;
|
|
64
72
|
'fabric.editor.table': string;
|
|
@@ -72,11 +80,15 @@ declare const _default: {
|
|
|
72
80
|
'fabric.editor.tooltip.defaultBlockNode': string;
|
|
73
81
|
'fabric.editor.tooltip.nestedExpand': string;
|
|
74
82
|
'fabric.editor.tooltip.taskList': string;
|
|
83
|
+
'fabric.editor.unableToOpenLink': string;
|
|
84
|
+
'fabric.editor.unlink': string;
|
|
75
85
|
'fabric.editor.unsupportedBlockContent': string;
|
|
76
86
|
'fabric.editor.unsupportedContentTooltip': string;
|
|
77
87
|
'fabric.editor.unsupportedInlineContent': string;
|
|
78
88
|
'fabric.editor.viewMore': string;
|
|
79
89
|
'fabric.editor.visit': string;
|
|
90
|
+
'fabric.editor.wrapLeft': string;
|
|
91
|
+
'fabric.editor.wrapRight': string;
|
|
80
92
|
'fabric.theme.blue': string;
|
|
81
93
|
'fabric.theme.bold-blue': string;
|
|
82
94
|
'fabric.theme.bold-gray': string;
|