@atlaskit/editor-common 74.20.0 → 74.21.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 +13 -0
- package/collab/package.json +15 -0
- package/dist/cjs/collab/index.js +116 -0
- package/dist/cjs/i18n/cs.js +17 -0
- package/dist/cjs/i18n/da.js +17 -0
- package/dist/cjs/i18n/de.js +17 -0
- package/dist/cjs/i18n/en.js +36 -0
- package/dist/cjs/i18n/en_GB.js +36 -0
- package/dist/cjs/i18n/en_ZZ.js +36 -0
- package/dist/cjs/i18n/es.js +17 -0
- package/dist/cjs/i18n/fi.js +17 -0
- package/dist/cjs/i18n/fr.js +17 -0
- package/dist/cjs/i18n/hu.js +17 -0
- package/dist/cjs/i18n/it.js +17 -0
- package/dist/cjs/i18n/ja.js +17 -0
- package/dist/cjs/i18n/ko.js +17 -0
- package/dist/cjs/i18n/nb.js +17 -0
- package/dist/cjs/i18n/nl.js +17 -0
- package/dist/cjs/i18n/pl.js +17 -0
- package/dist/cjs/i18n/pt_BR.js +17 -0
- package/dist/cjs/i18n/ru.js +17 -0
- package/dist/cjs/i18n/sv.js +17 -0
- package/dist/cjs/i18n/th.js +17 -0
- package/dist/cjs/i18n/tr.js +17 -0
- package/dist/cjs/i18n/uk.js +17 -0
- package/dist/cjs/i18n/vi.js +17 -0
- package/dist/cjs/i18n/zh.js +17 -0
- package/dist/cjs/i18n/zh_TW.js +17 -0
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/quick-insert/assets/datasource-jira-issue.js +108 -0
- package/dist/cjs/quick-insert/assets/index.js +15 -2
- package/dist/cjs/quick-insert/index.js +6 -0
- package/dist/cjs/types/datasource.js +5 -0
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/utils/datasource.js +4 -4
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/collab/index.js +121 -0
- package/dist/es2019/i18n/cs.js +17 -0
- package/dist/es2019/i18n/da.js +17 -0
- package/dist/es2019/i18n/de.js +17 -0
- package/dist/es2019/i18n/en.js +36 -0
- package/dist/es2019/i18n/en_GB.js +36 -0
- package/dist/es2019/i18n/en_ZZ.js +36 -0
- package/dist/es2019/i18n/es.js +17 -0
- package/dist/es2019/i18n/fi.js +17 -0
- package/dist/es2019/i18n/fr.js +17 -0
- package/dist/es2019/i18n/hu.js +17 -0
- package/dist/es2019/i18n/it.js +17 -0
- package/dist/es2019/i18n/ja.js +17 -0
- package/dist/es2019/i18n/ko.js +17 -0
- package/dist/es2019/i18n/nb.js +17 -0
- package/dist/es2019/i18n/nl.js +17 -0
- package/dist/es2019/i18n/pl.js +17 -0
- package/dist/es2019/i18n/pt_BR.js +17 -0
- package/dist/es2019/i18n/ru.js +17 -0
- package/dist/es2019/i18n/sv.js +17 -0
- package/dist/es2019/i18n/th.js +17 -0
- package/dist/es2019/i18n/tr.js +17 -0
- package/dist/es2019/i18n/uk.js +17 -0
- package/dist/es2019/i18n/vi.js +17 -0
- package/dist/es2019/i18n/zh.js +17 -0
- package/dist/es2019/i18n/zh_TW.js +17 -0
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/quick-insert/assets/datasource-jira-issue.js +100 -0
- package/dist/es2019/quick-insert/assets/index.js +4 -0
- package/dist/es2019/quick-insert/index.js +1 -1
- package/dist/es2019/types/datasource.js +1 -0
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/utils/datasource.js +4 -4
- package/dist/es2019/version.json +1 -1
- package/dist/esm/collab/index.js +121 -0
- package/dist/esm/i18n/cs.js +17 -0
- package/dist/esm/i18n/da.js +17 -0
- package/dist/esm/i18n/de.js +17 -0
- package/dist/esm/i18n/en.js +36 -0
- package/dist/esm/i18n/en_GB.js +36 -0
- package/dist/esm/i18n/en_ZZ.js +36 -0
- package/dist/esm/i18n/es.js +17 -0
- package/dist/esm/i18n/fi.js +17 -0
- package/dist/esm/i18n/fr.js +17 -0
- package/dist/esm/i18n/hu.js +17 -0
- package/dist/esm/i18n/it.js +17 -0
- package/dist/esm/i18n/ja.js +17 -0
- package/dist/esm/i18n/ko.js +17 -0
- package/dist/esm/i18n/nb.js +17 -0
- package/dist/esm/i18n/nl.js +17 -0
- package/dist/esm/i18n/pl.js +17 -0
- package/dist/esm/i18n/pt_BR.js +17 -0
- package/dist/esm/i18n/ru.js +17 -0
- package/dist/esm/i18n/sv.js +17 -0
- package/dist/esm/i18n/th.js +17 -0
- package/dist/esm/i18n/tr.js +17 -0
- package/dist/esm/i18n/uk.js +17 -0
- package/dist/esm/i18n/vi.js +17 -0
- package/dist/esm/i18n/zh.js +17 -0
- package/dist/esm/i18n/zh_TW.js +17 -0
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/quick-insert/assets/datasource-jira-issue.js +100 -0
- package/dist/esm/quick-insert/assets/index.js +10 -0
- package/dist/esm/quick-insert/index.js +1 -1
- package/dist/esm/types/datasource.js +1 -0
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/utils/datasource.js +4 -4
- package/dist/esm/version.json +1 -1
- package/dist/types/analytics/types/events.d.ts +1 -1
- package/dist/types/collab/index.d.ts +351 -0
- package/dist/types/i18n/cs.d.ts +17 -0
- package/dist/types/i18n/da.d.ts +17 -0
- package/dist/types/i18n/de.d.ts +17 -0
- package/dist/types/i18n/en.d.ts +36 -0
- package/dist/types/i18n/en_GB.d.ts +36 -0
- package/dist/types/i18n/en_ZZ.d.ts +36 -0
- package/dist/types/i18n/es.d.ts +17 -0
- package/dist/types/i18n/fi.d.ts +17 -0
- package/dist/types/i18n/fr.d.ts +17 -0
- package/dist/types/i18n/hu.d.ts +17 -0
- package/dist/types/i18n/it.d.ts +17 -0
- package/dist/types/i18n/ja.d.ts +17 -0
- package/dist/types/i18n/ko.d.ts +17 -0
- package/dist/types/i18n/nb.d.ts +17 -0
- package/dist/types/i18n/nl.d.ts +17 -0
- package/dist/types/i18n/pl.d.ts +17 -0
- package/dist/types/i18n/pt_BR.d.ts +17 -0
- package/dist/types/i18n/ru.d.ts +17 -0
- package/dist/types/i18n/sv.d.ts +17 -0
- package/dist/types/i18n/th.d.ts +17 -0
- package/dist/types/i18n/tr.d.ts +17 -0
- package/dist/types/i18n/uk.d.ts +17 -0
- package/dist/types/i18n/vi.d.ts +17 -0
- package/dist/types/i18n/zh.d.ts +17 -0
- package/dist/types/i18n/zh_TW.d.ts +17 -0
- package/dist/types/provider-factory/quick-insert-provider.d.ts +1 -1
- package/dist/types/provider-factory/types.d.ts +1 -1
- package/dist/types/quick-insert/assets/datasource-jira-issue.d.ts +2 -0
- package/dist/types/quick-insert/assets/index.d.ts +1 -0
- package/dist/types/quick-insert/index.d.ts +1 -1
- package/dist/types/types/datasource.d.ts +1 -0
- package/dist/types/types/editor-actions.d.ts +1 -1
- package/dist/types/types/index.d.ts +1 -0
- package/dist/types/utils/datasource.d.ts +1 -2
- package/dist/types-ts4.5/analytics/types/events.d.ts +1 -1
- package/dist/types-ts4.5/collab/index.d.ts +351 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +17 -0
- package/dist/types-ts4.5/i18n/da.d.ts +17 -0
- package/dist/types-ts4.5/i18n/de.d.ts +17 -0
- package/dist/types-ts4.5/i18n/en.d.ts +36 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +36 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +36 -0
- package/dist/types-ts4.5/i18n/es.d.ts +17 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +17 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +17 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +17 -0
- package/dist/types-ts4.5/i18n/it.d.ts +17 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +17 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +17 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +17 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +17 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +17 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +17 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +17 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +17 -0
- package/dist/types-ts4.5/i18n/th.d.ts +17 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +17 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +17 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +17 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +17 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +17 -0
- package/dist/types-ts4.5/provider-factory/quick-insert-provider.d.ts +1 -1
- package/dist/types-ts4.5/provider-factory/types.d.ts +1 -1
- package/dist/types-ts4.5/quick-insert/assets/datasource-jira-issue.d.ts +2 -0
- package/dist/types-ts4.5/quick-insert/assets/index.d.ts +1 -0
- package/dist/types-ts4.5/quick-insert/index.d.ts +1 -1
- package/dist/types-ts4.5/types/datasource.d.ts +1 -0
- package/dist/types-ts4.5/types/editor-actions.d.ts +1 -1
- package/dist/types-ts4.5/types/index.d.ts +1 -0
- package/dist/types-ts4.5/utils/datasource.d.ts +1 -2
- package/package.json +3 -3
- package/tmp/api-report-tmp.d.ts +9 -0
package/dist/cjs/i18n/th.js
CHANGED
|
@@ -19,9 +19,13 @@ var _default = {
|
|
|
19
19
|
'fabric.editor.alignImageCenter': 'จัดแนวตรงกลาง',
|
|
20
20
|
'fabric.editor.alignImageLeft': 'จัดแนวด้านซ้าย',
|
|
21
21
|
'fabric.editor.alignImageRight': 'จัดแนวด้านขวา',
|
|
22
|
+
'fabric.editor.blockCardUnavailable': 'ลิงก์ในบรรทัดเดียวกันจะอยู่ภายใน {node} และไม่สามารถเปลี่ยนแปลงมุมมองได้',
|
|
23
|
+
'fabric.editor.blockDescription': 'แสดงข้อมูลเพิ่มเติมเกี่ยวกับลิงก์ รวมถึงข้อมูลสรุปและการดำเนินการ',
|
|
24
|
+
'fabric.editor.blockTitle': 'การ์ด',
|
|
22
25
|
'fabric.editor.blockquote': 'ข้อความอ้างอิง',
|
|
23
26
|
'fabric.editor.cancelButton': 'ยกเลิก',
|
|
24
27
|
'fabric.editor.captionPlaceholder': 'เพิ่มคำอธิบาย',
|
|
28
|
+
'fabric.editor.cardFloatingControls': 'ตัวเลือกการ์ด',
|
|
25
29
|
'fabric.editor.codeBidiWarningLabel': 'ตัวอักษรแบบสองทิศทางเปลี่ยนลำดับการแสดงข้อความ ซึ่งอาจนำไปใช้เพื่อปิดบังรหัสที่มีวัตถุประสงค์ในทางที่ไม่ดีได้',
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'คัดลอกแล้ว!',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'คัดลอกเป็นข้อความ',
|
|
@@ -36,8 +40,16 @@ var _default = {
|
|
|
36
40
|
'fabric.editor.date.description': 'เพิ่มวันที่โดยใช้ปฏิทิน',
|
|
37
41
|
'fabric.editor.decision': 'การตัดสินใจ',
|
|
38
42
|
'fabric.editor.decision.description': 'สร้างกรอบการตัดสินใจเพื่อให้คุณติดตามได้ง่าย',
|
|
43
|
+
'fabric.editor.displayBlock': 'แสดงการ์ด',
|
|
44
|
+
'fabric.editor.displayEmbed': 'แสดงลิงก์แบบซ่อน',
|
|
45
|
+
'fabric.editor.displayInline': 'แสดงชื่อลิงก์ในบรรทัดเดียวกัน',
|
|
46
|
+
'fabric.editor.displayLink': 'แสดงเป็นตัวอักษร',
|
|
47
|
+
'fabric.editor.displayOptionUnavailableInParentNode': 'ตัวเลือกการแสดงนี้ไม่พร้อมใช้งานภายใน {node}',
|
|
48
|
+
'fabric.editor.ecombedDescription': 'แสดงตัวอย่างแบบโต้ตอบของลิงก์',
|
|
49
|
+
'fabric.editor.edit.datasource': 'แก้ไขคำถามการค้นหา',
|
|
39
50
|
'fabric.editor.editLink': 'แก้ไขลิงก์',
|
|
40
51
|
'fabric.editor.editMode.inviteToEditButton.title': 'เชิญให้แก้ไข',
|
|
52
|
+
'fabric.editor.embedTitle': 'แบบซ่อน',
|
|
41
53
|
'fabric.editor.emoji': 'เอโมจิ',
|
|
42
54
|
'fabric.editor.emoji.description': 'ใช้เอโมจิเพื่อแสดงไอเดีย 🎉 และอารมณ์ต่าง ๆ 😄',
|
|
43
55
|
'fabric.editor.emptyLink': 'โปรดป้อนลิงก์',
|
|
@@ -54,6 +66,8 @@ var _default = {
|
|
|
54
66
|
'fabric.editor.horizontalRule.description': 'แบ่งคั่นเนื้อหาด้วยเส้นแนวนอน',
|
|
55
67
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'วางหรือค้นหาลิงก์',
|
|
56
68
|
'fabric.editor.image': 'รูปภาพ',
|
|
69
|
+
'fabric.editor.inlineDescription': 'แสดงลิงก์เป็นข้อความแบบบรรทัดเดียว',
|
|
70
|
+
'fabric.editor.inlineTitle': 'บรรทัดเดียว',
|
|
57
71
|
'fabric.editor.insertMenu': 'ใส่',
|
|
58
72
|
'fabric.editor.invalidLink': 'โปรดป้อนลิงก์ที่ถูกต้อง',
|
|
59
73
|
'fabric.editor.layoutFixedWidth': 'กลับไปตรงกลาง',
|
|
@@ -93,6 +107,9 @@ var _default = {
|
|
|
93
107
|
'fabric.editor.unsupportedBlockContent': 'โปรแกรมแก้ไขนี้ไม่รองรับการแสดงเนื้อหานี้',
|
|
94
108
|
'fabric.editor.unsupportedContentTooltip': 'เนื้อหาไม่สามารถแสดงได้ในโปรแกรมแก้ไขนี้ ซึ่งจะมีการสำรองเนื้อหาไว้เมื่อคุณทำการแก้ไขและบันทึก',
|
|
95
109
|
'fabric.editor.unsupportedInlineContent': 'เนื้อหาไม่ได้รับการรองรับ',
|
|
110
|
+
'fabric.editor.url': 'แสดง URL',
|
|
111
|
+
'fabric.editor.urlDescription': 'แสดงลิงก์เป็น URL',
|
|
112
|
+
'fabric.editor.urlTitle': 'URL',
|
|
96
113
|
'fabric.editor.viewMore': 'ดูเพิ่มเติม',
|
|
97
114
|
'fabric.editor.visit': 'เปิดลิงก์ในหน้าต่างใหม่',
|
|
98
115
|
'fabric.editor.wrapLeft': 'จัดข้อความล้อมรูปภาพด้านซ้าย',
|
package/dist/cjs/i18n/tr.js
CHANGED
|
@@ -19,9 +19,13 @@ var _default = {
|
|
|
19
19
|
'fabric.editor.alignImageCenter': 'Ortaya hizala',
|
|
20
20
|
'fabric.editor.alignImageLeft': 'Sola hizala',
|
|
21
21
|
'fabric.editor.alignImageRight': 'Sağa hizala',
|
|
22
|
+
'fabric.editor.blockCardUnavailable': 'Satır içi bağlantı {node} düğümündedir ve görüntüsü değiştirilemez',
|
|
23
|
+
'fabric.editor.blockDescription': 'Bağlantı hakkında özet ve işlemler de dahil olmak üzere daha fazla bilgi gösterir',
|
|
24
|
+
'fabric.editor.blockTitle': 'Kart',
|
|
22
25
|
'fabric.editor.blockquote': 'alıntı',
|
|
23
26
|
'fabric.editor.cancelButton': 'İptal',
|
|
24
27
|
'fabric.editor.captionPlaceholder': 'Açıklama yazısı ekleyin',
|
|
28
|
+
'fabric.editor.cardFloatingControls': 'Kart seçenekleri',
|
|
25
29
|
'fabric.editor.codeBidiWarningLabel': 'Çift yönlü karakterler metnin oluşturulduğu sırayı değiştirir. Bu, kötü amaçlı kodu gizlemek için kullanılabilir.',
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Kopyalandı!',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Metin olarak kopyala',
|
|
@@ -36,8 +40,16 @@ var _default = {
|
|
|
36
40
|
'fabric.editor.date.description': 'Takvimi kullanarak tarih ekleyin',
|
|
37
41
|
'fabric.editor.decision': 'Karar',
|
|
38
42
|
'fabric.editor.decision.description': 'Takibi kolaylaştırmak için kararları vurgulayın',
|
|
43
|
+
'fabric.editor.displayBlock': 'Kart olarak göster',
|
|
44
|
+
'fabric.editor.displayEmbed': 'Ekli nesne olarak göster',
|
|
45
|
+
'fabric.editor.displayInline': 'Satır içi nesne olarak göster',
|
|
46
|
+
'fabric.editor.displayLink': 'Metin olarak göster',
|
|
47
|
+
'fabric.editor.displayOptionUnavailableInParentNode': '{node} düğümünde bu görüntüleme seçeneği kullanılamıyor',
|
|
48
|
+
'fabric.editor.ecombedDescription': 'Bağlantının etkileşimli önizlemesini gösterir',
|
|
49
|
+
'fabric.editor.edit.datasource': 'Arama sorgusunu düzenle',
|
|
39
50
|
'fabric.editor.editLink': 'Bağlantıyı düzenleyin',
|
|
40
51
|
'fabric.editor.editMode.inviteToEditButton.title': 'Düzenlemek için davet edin',
|
|
52
|
+
'fabric.editor.embedTitle': 'Ekle',
|
|
41
53
|
'fabric.editor.emoji': 'Emoji',
|
|
42
54
|
'fabric.editor.emoji.description': 'Düşüncelerinizi 🎉 ve duygularınızı 😄 ifade etmek için emojiler kullanın',
|
|
43
55
|
'fabric.editor.emptyLink': 'Lütfen bir bağlantı girin.',
|
|
@@ -54,6 +66,8 @@ var _default = {
|
|
|
54
66
|
'fabric.editor.horizontalRule.description': 'İçeriği yatay çizgiyle ayırın',
|
|
55
67
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Bağlantıyı yapıştırın veya arayın',
|
|
56
68
|
'fabric.editor.image': 'Görsel',
|
|
69
|
+
'fabric.editor.inlineDescription': 'Bağlantıyı satır içi metin olarak gösterir',
|
|
70
|
+
'fabric.editor.inlineTitle': 'Satır içi',
|
|
57
71
|
'fabric.editor.insertMenu': 'Ekle',
|
|
58
72
|
'fabric.editor.invalidLink': 'Lütfen geçerli bir bağlantı girin.',
|
|
59
73
|
'fabric.editor.layoutFixedWidth': 'Ortaya getir',
|
|
@@ -93,6 +107,9 @@ var _default = {
|
|
|
93
107
|
'fabric.editor.unsupportedBlockContent': 'Bu düzenleyici bu içeriğin görüntülenmesini desteklemiyor',
|
|
94
108
|
'fabric.editor.unsupportedContentTooltip': 'İçerik bu düzenleyicide kullanılamıyor, düzenleyip kaydettiğinizde korunacak',
|
|
95
109
|
'fabric.editor.unsupportedInlineContent': 'Desteklenmeyen içerik',
|
|
110
|
+
'fabric.editor.url': "URL'yi göster",
|
|
111
|
+
'fabric.editor.urlDescription': 'Bağlantıyı URL olarak gösterir',
|
|
112
|
+
'fabric.editor.urlTitle': 'URL',
|
|
96
113
|
'fabric.editor.viewMore': 'Daha fazla göster',
|
|
97
114
|
'fabric.editor.visit': 'Bağlantıyı yeni pencerede aç',
|
|
98
115
|
'fabric.editor.wrapLeft': 'Sola kaydır',
|
package/dist/cjs/i18n/uk.js
CHANGED
|
@@ -19,9 +19,13 @@ var _default = {
|
|
|
19
19
|
'fabric.editor.alignImageCenter': 'Вирівнювання по центру',
|
|
20
20
|
'fabric.editor.alignImageLeft': 'Вирівнювання по лівому краю',
|
|
21
21
|
'fabric.editor.alignImageRight': 'Вирівнювання по правому краю',
|
|
22
|
+
'fabric.editor.blockCardUnavailable': 'Вбудоване посилання знаходиться у вузлі {node}, тому змінити подання не можна',
|
|
23
|
+
'fabric.editor.blockDescription': 'Показати більше інформації про посилання, у тому числі зведені дані й дії',
|
|
24
|
+
'fabric.editor.blockTitle': 'Картка',
|
|
22
25
|
'fabric.editor.blockquote': 'цитата',
|
|
23
26
|
'fabric.editor.cancelButton': 'Скасувати',
|
|
24
27
|
'fabric.editor.captionPlaceholder': 'Додати підпис',
|
|
28
|
+
'fabric.editor.cardFloatingControls': 'Параметри картки',
|
|
25
29
|
'fabric.editor.codeBidiWarningLabel': 'Двонаправлені символи змінюють порядок відображення тексту. Такий спосіб може використовуватися, щоб приховати зловмисний код.',
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Скопійовано',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Копіювати як текст',
|
|
@@ -36,8 +40,16 @@ var _default = {
|
|
|
36
40
|
'fabric.editor.date.description': 'Вставити дату через календар',
|
|
37
41
|
'fabric.editor.decision': 'Рішення',
|
|
38
42
|
'fabric.editor.decision.description': 'Зафіксувати рішення, щоб його було легко знайти',
|
|
43
|
+
'fabric.editor.displayBlock': 'Показати картку',
|
|
44
|
+
'fabric.editor.displayEmbed': 'Показати вбудований об’єкт',
|
|
45
|
+
'fabric.editor.displayInline': 'Показати лише заголовок',
|
|
46
|
+
'fabric.editor.displayLink': 'Показати як текст',
|
|
47
|
+
'fabric.editor.displayOptionUnavailableInParentNode': 'Цей параметр відображення недоступний для вузла {node}',
|
|
48
|
+
'fabric.editor.ecombedDescription': 'Показати інтерактивний попередній перегляд посилання',
|
|
49
|
+
'fabric.editor.edit.datasource': 'Редагувати пошуковий запит',
|
|
39
50
|
'fabric.editor.editLink': 'Редагування посилання',
|
|
40
51
|
'fabric.editor.editMode.inviteToEditButton.title': 'Запросити для редагування',
|
|
52
|
+
'fabric.editor.embedTitle': 'Вбудувати',
|
|
41
53
|
'fabric.editor.emoji': 'Емодзі',
|
|
42
54
|
'fabric.editor.emoji.description': 'Виразити ідеї 🎉 чи емоції 😄 через емодзі',
|
|
43
55
|
'fabric.editor.emptyLink': 'Введіть посилання.',
|
|
@@ -54,6 +66,8 @@ var _default = {
|
|
|
54
66
|
'fabric.editor.horizontalRule.description': 'Відокремити інформацію горизонтальною лінією',
|
|
55
67
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Вставте або знайдіть посилання',
|
|
56
68
|
'fabric.editor.image': 'зображення',
|
|
69
|
+
'fabric.editor.inlineDescription': 'Показати посилання як вбудований текст',
|
|
70
|
+
'fabric.editor.inlineTitle': 'У рядку',
|
|
57
71
|
'fabric.editor.insertMenu': 'Вставити',
|
|
58
72
|
'fabric.editor.invalidLink': 'Введіть дійсне посилання.',
|
|
59
73
|
'fabric.editor.layoutFixedWidth': 'Стандартне відображення',
|
|
@@ -93,6 +107,9 @@ var _default = {
|
|
|
93
107
|
'fabric.editor.unsupportedBlockContent': 'Цей редактор не підтримує відображення такого вмісту',
|
|
94
108
|
'fabric.editor.unsupportedContentTooltip': 'У цьому редакторі вміст недоступний; під час внесення і збереження змін він залишиться незмінним',
|
|
95
109
|
'fabric.editor.unsupportedInlineContent': 'Вміст не підтримується',
|
|
110
|
+
'fabric.editor.url': 'Показати URL-адресу',
|
|
111
|
+
'fabric.editor.urlDescription': 'Показати посилання як URL-адресу',
|
|
112
|
+
'fabric.editor.urlTitle': 'URL-адреса',
|
|
96
113
|
'fabric.editor.viewMore': 'Докладніше',
|
|
97
114
|
'fabric.editor.visit': 'Відкрити посилання в новому вікні',
|
|
98
115
|
'fabric.editor.wrapLeft': 'Зображення ліворуч',
|
package/dist/cjs/i18n/vi.js
CHANGED
|
@@ -19,9 +19,13 @@ var _default = {
|
|
|
19
19
|
'fabric.editor.alignImageCenter': 'Căn giữa',
|
|
20
20
|
'fabric.editor.alignImageLeft': 'Căn trái',
|
|
21
21
|
'fabric.editor.alignImageRight': 'Căn phải',
|
|
22
|
+
'fabric.editor.blockCardUnavailable': 'Liên kết nội tuyến nằm trong {node} và không thể thay đổi chế độ xem liên kết',
|
|
23
|
+
'fabric.editor.blockDescription': 'Hiển thị thêm thông tin về liên kết, bao gồm bản tóm tắt và các thao tác',
|
|
24
|
+
'fabric.editor.blockTitle': 'Thẻ',
|
|
22
25
|
'fabric.editor.blockquote': 'một dấu ngoặc kép',
|
|
23
26
|
'fabric.editor.cancelButton': 'Hủy',
|
|
24
27
|
'fabric.editor.captionPlaceholder': 'Thêm chú thích',
|
|
28
|
+
'fabric.editor.cardFloatingControls': 'Tùy chọn thẻ',
|
|
25
29
|
'fabric.editor.codeBidiWarningLabel': 'Ký tự hai chiều thay đổi thứ tự kết xuất văn bản. Điều này có thể được dùng để che giấu mã độc hại.',
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': 'Đã sao chép!',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': 'Sao chép dưới dạng văn bản',
|
|
@@ -36,8 +40,16 @@ var _default = {
|
|
|
36
40
|
'fabric.editor.date.description': 'Thêm ngày bằng cách sử dụng lịch',
|
|
37
41
|
'fabric.editor.decision': 'Quyết định',
|
|
38
42
|
'fabric.editor.decision.description': 'Thu thập các quyết định để dễ dàng theo dõi',
|
|
43
|
+
'fabric.editor.displayBlock': 'Hiển thị thẻ',
|
|
44
|
+
'fabric.editor.displayEmbed': 'Hiển thị đối tượng nhúng',
|
|
45
|
+
'fabric.editor.displayInline': 'Hiển thị nội tuyến',
|
|
46
|
+
'fabric.editor.displayLink': 'Hiển thị dạng văn bản',
|
|
47
|
+
'fabric.editor.displayOptionUnavailableInParentNode': 'Tùy chọn hiển thị này không dùng được bên trong {node}',
|
|
48
|
+
'fabric.editor.ecombedDescription': 'Hiển thị bản xem trước tương tác của một liên kết',
|
|
49
|
+
'fabric.editor.edit.datasource': 'Sửa truy vấn tìm kiếm',
|
|
39
50
|
'fabric.editor.editLink': 'Chỉnh sửa liên kết',
|
|
40
51
|
'fabric.editor.editMode.inviteToEditButton.title': 'Mời chỉnh sửa',
|
|
52
|
+
'fabric.editor.embedTitle': 'Đã nhúng',
|
|
41
53
|
'fabric.editor.emoji': 'Biểu tượng cảm xúc',
|
|
42
54
|
'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 😄',
|
|
43
55
|
'fabric.editor.emptyLink': 'Vui lòng nhập một liên kết.',
|
|
@@ -54,6 +66,8 @@ var _default = {
|
|
|
54
66
|
'fabric.editor.horizontalRule.description': 'Chia tách nội dung bằng một đường ngang',
|
|
55
67
|
'fabric.editor.hyperlinkToolbarPlaceholder': 'Dán hoặc tìm kiếm liên kết',
|
|
56
68
|
'fabric.editor.image': 'hình ảnh',
|
|
69
|
+
'fabric.editor.inlineDescription': 'Hiển thị liên kết dưới dạng văn bản nội tuyến',
|
|
70
|
+
'fabric.editor.inlineTitle': 'Nội tuyến',
|
|
57
71
|
'fabric.editor.insertMenu': 'Chèn',
|
|
58
72
|
'fabric.editor.invalidLink': 'Vui lòng nhập một liên kết hợp lệ.',
|
|
59
73
|
'fabric.editor.layoutFixedWidth': 'Quay lại chính giữa',
|
|
@@ -93,6 +107,9 @@ var _default = {
|
|
|
93
107
|
'fabric.editor.unsupportedBlockContent': 'Trình biên tập này không hỗ trợ hiển thị nội dung này',
|
|
94
108
|
'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',
|
|
95
109
|
'fabric.editor.unsupportedInlineContent': 'Nội dung không được hỗ trợ',
|
|
110
|
+
'fabric.editor.url': 'Hiển thị URL',
|
|
111
|
+
'fabric.editor.urlDescription': 'Hiển thị liên kết dưới dạng URL',
|
|
112
|
+
'fabric.editor.urlTitle': 'URL',
|
|
96
113
|
'fabric.editor.viewMore': 'Xem thêm',
|
|
97
114
|
'fabric.editor.visit': 'Mở liên kết trong cửa sổ mới',
|
|
98
115
|
'fabric.editor.wrapLeft': 'Cuộn sang trái',
|
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -19,9 +19,13 @@ var _default = {
|
|
|
19
19
|
'fabric.editor.alignImageCenter': '居中',
|
|
20
20
|
'fabric.editor.alignImageLeft': '左对齐',
|
|
21
21
|
'fabric.editor.alignImageRight': '右对齐',
|
|
22
|
+
'fabric.editor.blockCardUnavailable': '内联链接位于 {node} 内部,无法更改其视图',
|
|
23
|
+
'fabric.editor.blockDescription': '显示有关链接的更多信息,包括摘要和操作',
|
|
24
|
+
'fabric.editor.blockTitle': '卡片',
|
|
22
25
|
'fabric.editor.blockquote': '引用',
|
|
23
26
|
'fabric.editor.cancelButton': '取消',
|
|
24
27
|
'fabric.editor.captionPlaceholder': '添加标题',
|
|
28
|
+
'fabric.editor.cardFloatingControls': '卡片选项',
|
|
25
29
|
'fabric.editor.codeBidiWarningLabel': '双向字符会更改文本的呈现顺序。这可能被用于掩盖恶意代码。',
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已复制!',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': '复制为文本',
|
|
@@ -36,8 +40,16 @@ var _default = {
|
|
|
36
40
|
'fabric.editor.date.description': '使用日历添加日期',
|
|
37
41
|
'fabric.editor.decision': '决定',
|
|
38
42
|
'fabric.editor.decision.description': '捕获决策,以便轻松跟踪',
|
|
43
|
+
'fabric.editor.displayBlock': '显示卡片',
|
|
44
|
+
'fabric.editor.displayEmbed': '显示嵌入',
|
|
45
|
+
'fabric.editor.displayInline': '显示内联',
|
|
46
|
+
'fabric.editor.displayLink': '显示为文本',
|
|
47
|
+
'fabric.editor.displayOptionUnavailableInParentNode': '无法在 {node} 内使用此显示选项',
|
|
48
|
+
'fabric.editor.ecombedDescription': '显示链接的交互式预览',
|
|
49
|
+
'fabric.editor.edit.datasource': '编辑搜索查询',
|
|
39
50
|
'fabric.editor.editLink': '编辑链接',
|
|
40
51
|
'fabric.editor.editMode.inviteToEditButton.title': '邀请编辑',
|
|
52
|
+
'fabric.editor.embedTitle': '嵌入',
|
|
41
53
|
'fabric.editor.emoji': '表情符号',
|
|
42
54
|
'fabric.editor.emoji.description': '使用表情符号传达理念 🎉 和情绪 😄',
|
|
43
55
|
'fabric.editor.emptyLink': '请输入链接。',
|
|
@@ -54,6 +66,8 @@ var _default = {
|
|
|
54
66
|
'fabric.editor.horizontalRule.description': '使用水平线分隔内容',
|
|
55
67
|
'fabric.editor.hyperlinkToolbarPlaceholder': '粘贴或搜索链接',
|
|
56
68
|
'fabric.editor.image': '图片',
|
|
69
|
+
'fabric.editor.inlineDescription': '以内联文本显示链接',
|
|
70
|
+
'fabric.editor.inlineTitle': '内联',
|
|
57
71
|
'fabric.editor.insertMenu': '插入',
|
|
58
72
|
'fabric.editor.invalidLink': '请输入有效链接。',
|
|
59
73
|
'fabric.editor.layoutFixedWidth': '返回至中心',
|
|
@@ -93,6 +107,9 @@ var _default = {
|
|
|
93
107
|
'fabric.editor.unsupportedBlockContent': '此编辑器不支持显示此内容',
|
|
94
108
|
'fabric.editor.unsupportedContentTooltip': '此编辑器中的内容不可用,在编辑和保存时将保留此内容',
|
|
95
109
|
'fabric.editor.unsupportedInlineContent': '内容不受支持',
|
|
110
|
+
'fabric.editor.url': '显示 URL',
|
|
111
|
+
'fabric.editor.urlDescription': '以 URL 显示链接',
|
|
112
|
+
'fabric.editor.urlTitle': 'URL',
|
|
96
113
|
'fabric.editor.viewMore': '查看更多',
|
|
97
114
|
'fabric.editor.visit': '在新窗口中打开链接',
|
|
98
115
|
'fabric.editor.wrapLeft': '隐藏左边',
|
package/dist/cjs/i18n/zh_TW.js
CHANGED
|
@@ -19,9 +19,13 @@ var _default = {
|
|
|
19
19
|
'fabric.editor.alignImageCenter': '置中對齊',
|
|
20
20
|
'fabric.editor.alignImageLeft': '靠左對齊',
|
|
21
21
|
'fabric.editor.alignImageRight': '靠右對齊',
|
|
22
|
+
'fabric.editor.blockCardUnavailable': '內嵌連結位於 {node} 內,無法變更其檢視',
|
|
23
|
+
'fabric.editor.blockDescription': '顯示有關連結的更多資訊,包括摘要和動作',
|
|
24
|
+
'fabric.editor.blockTitle': '卡片',
|
|
22
25
|
'fabric.editor.blockquote': '引述',
|
|
23
26
|
'fabric.editor.cancelButton': '取消',
|
|
24
27
|
'fabric.editor.captionPlaceholder': '新增標題',
|
|
28
|
+
'fabric.editor.cardFloatingControls': '卡片選項',
|
|
25
29
|
'fabric.editor.codeBidiWarningLabel': '雙向字元會變更文字呈現的順序。這可用來將惡意程式碼模糊化。',
|
|
26
30
|
'fabric.editor.codeBlockCopyButton.copiedToClipboard': '已複製!',
|
|
27
31
|
'fabric.editor.codeBlockCopyButton.copyToClipboard': '複製文字',
|
|
@@ -36,8 +40,16 @@ var _default = {
|
|
|
36
40
|
'fabric.editor.date.description': '使用日曆新增日期',
|
|
37
41
|
'fabric.editor.decision': '決定',
|
|
38
42
|
'fabric.editor.decision.description': '擷取決定以便追蹤',
|
|
43
|
+
'fabric.editor.displayBlock': '顯示卡片',
|
|
44
|
+
'fabric.editor.displayEmbed': '顯示嵌入',
|
|
45
|
+
'fabric.editor.displayInline': '顯示內嵌',
|
|
46
|
+
'fabric.editor.displayLink': '以文字顯示',
|
|
47
|
+
'fabric.editor.displayOptionUnavailableInParentNode': '{node} 內無法使用此顯示選項',
|
|
48
|
+
'fabric.editor.ecombedDescription': '顯示連結的互動式預覽',
|
|
49
|
+
'fabric.editor.edit.datasource': '編輯搜尋查詢',
|
|
39
50
|
'fabric.editor.editLink': '編輯連結',
|
|
40
51
|
'fabric.editor.editMode.inviteToEditButton.title': '邀請編輯',
|
|
52
|
+
'fabric.editor.embedTitle': '嵌入',
|
|
41
53
|
'fabric.editor.emoji': '表情符號',
|
|
42
54
|
'fabric.editor.emoji.description': '使用表情符號來傳達想法 🎉 和情緒 😄',
|
|
43
55
|
'fabric.editor.emptyLink': '請輸入連結。',
|
|
@@ -54,6 +66,8 @@ var _default = {
|
|
|
54
66
|
'fabric.editor.horizontalRule.description': '使用水平線來區隔內容',
|
|
55
67
|
'fabric.editor.hyperlinkToolbarPlaceholder': '貼上或搜尋連結',
|
|
56
68
|
'fabric.editor.image': '影像',
|
|
69
|
+
'fabric.editor.inlineDescription': '將連結顯示為內嵌文字',
|
|
70
|
+
'fabric.editor.inlineTitle': '內嵌',
|
|
57
71
|
'fabric.editor.insertMenu': '插入',
|
|
58
72
|
'fabric.editor.invalidLink': '請輸入有效的連結。',
|
|
59
73
|
'fabric.editor.layoutFixedWidth': '返回中央',
|
|
@@ -93,6 +107,9 @@ var _default = {
|
|
|
93
107
|
'fabric.editor.unsupportedBlockContent': '此編輯器不支援顯示此內容',
|
|
94
108
|
'fabric.editor.unsupportedContentTooltip': '內容不適用於此編輯器,這會在您編輯和儲存時進行保留',
|
|
95
109
|
'fabric.editor.unsupportedInlineContent': '不支援的內容',
|
|
110
|
+
'fabric.editor.url': '顯示 URL',
|
|
111
|
+
'fabric.editor.urlDescription': '將連結顯示為 URL',
|
|
112
|
+
'fabric.editor.urlTitle': 'URL',
|
|
96
113
|
'fabric.editor.viewMore': '檢視更多',
|
|
97
114
|
'fabric.editor.visit': '在新視窗中開啟連結',
|
|
98
115
|
'fabric.editor.wrapLeft': '靠左圍繞',
|
|
@@ -16,7 +16,7 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "functio
|
|
|
16
16
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
17
17
|
var SENTRY_DSN = 'https://0b10c8e02fb44d8796c047b102c9bee8@o55978.ingest.sentry.io/4505129224110080';
|
|
18
18
|
var packageName = 'editor-common'; // Sentry doesn't accept '/' in its releases https://docs.sentry.io/platforms/javascript/configuration/releases/
|
|
19
|
-
var packageVersion = "74.
|
|
19
|
+
var packageVersion = "74.21.1";
|
|
20
20
|
var sanitiseSentryEvents = function sanitiseSentryEvents(data, _hint) {
|
|
21
21
|
// Remove URL as it has UGC
|
|
22
22
|
// TODO: Sanitise the URL instead of just removing it
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.default = IconDatasourceJiraIssue;
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
// TODO: https://product-fabric.atlassian.net/browse/DSP-4138
|
|
10
|
+
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
11
|
+
|
|
12
|
+
function IconDatasourceJiraIssue() {
|
|
13
|
+
return /*#__PURE__*/_react.default.createElement("svg", {
|
|
14
|
+
width: "40",
|
|
15
|
+
height: "40",
|
|
16
|
+
viewBox: "0 0 40 40",
|
|
17
|
+
fill: "none",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
19
|
+
}, /*#__PURE__*/_react.default.createElement("g", {
|
|
20
|
+
clipPath: "url(#clip0_503_53432)"
|
|
21
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
22
|
+
width: "40",
|
|
23
|
+
height: "40",
|
|
24
|
+
rx: "3",
|
|
25
|
+
fill: "white"
|
|
26
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M18 12H44V22H18V12Z",
|
|
30
|
+
fill: "white",
|
|
31
|
+
stroke: "#C1C7D0"
|
|
32
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M18 8H43C43.5523 8 44 8.44772 44 9V12H18V8Z",
|
|
36
|
+
fill: "#DFE1E6",
|
|
37
|
+
stroke: "#C1C7D0"
|
|
38
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
39
|
+
fillRule: "evenodd",
|
|
40
|
+
clipRule: "evenodd",
|
|
41
|
+
d: "M18 22H44V31C44 31.5523 43.5523 32 43 32H18V22Z",
|
|
42
|
+
fill: "white",
|
|
43
|
+
stroke: "#C1C7D0"
|
|
44
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
45
|
+
fillRule: "evenodd",
|
|
46
|
+
clipRule: "evenodd",
|
|
47
|
+
d: "M7 12H19V22H7V12Z",
|
|
48
|
+
fill: "white",
|
|
49
|
+
stroke: "#C1C7D0"
|
|
50
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
51
|
+
fillRule: "evenodd",
|
|
52
|
+
clipRule: "evenodd",
|
|
53
|
+
d: "M7 9C7 8.44772 7.44772 8 8 8H19V12H7V9Z",
|
|
54
|
+
fill: "#DFE1E6",
|
|
55
|
+
stroke: "#C1C7D0"
|
|
56
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
57
|
+
fillRule: "evenodd",
|
|
58
|
+
clipRule: "evenodd",
|
|
59
|
+
d: "M7 22H19V32H8C7.44772 32 7 31.5523 7 31V22Z",
|
|
60
|
+
fill: "white",
|
|
61
|
+
stroke: "#C1C7D0"
|
|
62
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
63
|
+
x: "10",
|
|
64
|
+
y: "14",
|
|
65
|
+
width: "6",
|
|
66
|
+
height: "6",
|
|
67
|
+
rx: "1",
|
|
68
|
+
fill: "#FF5230"
|
|
69
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
70
|
+
fillRule: "evenodd",
|
|
71
|
+
clipRule: "evenodd",
|
|
72
|
+
d: "M13 18C13.5523 18 14 17.5523 14 17C14 16.4477 13.5523 16 13 16C12.4477 16 12 16.4477 12 17C12 17.5523 12.4477 18 13 18Z",
|
|
73
|
+
fill: "white"
|
|
74
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
75
|
+
x: "10",
|
|
76
|
+
y: "24",
|
|
77
|
+
width: "6",
|
|
78
|
+
height: "6",
|
|
79
|
+
rx: "1",
|
|
80
|
+
fill: "#36B37E"
|
|
81
|
+
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
82
|
+
fillRule: "evenodd",
|
|
83
|
+
clipRule: "evenodd",
|
|
84
|
+
d: "M12.2 25.7002C12.0895 25.7002 12 25.7897 12 25.9002V28.2174C12 28.3955 12.2154 28.4848 12.3414 28.3588L13 27.7002L13.6586 28.3588C13.7846 28.4848 14 28.3955 14 28.2174V25.9002C14 25.7897 13.9105 25.7002 13.8 25.7002H12.2Z",
|
|
85
|
+
fill: "white"
|
|
86
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
87
|
+
x: "22",
|
|
88
|
+
y: "16",
|
|
89
|
+
width: "19",
|
|
90
|
+
height: "2",
|
|
91
|
+
rx: "1",
|
|
92
|
+
fill: "#C1C7D0"
|
|
93
|
+
}), /*#__PURE__*/_react.default.createElement("rect", {
|
|
94
|
+
x: "22",
|
|
95
|
+
y: "26",
|
|
96
|
+
width: "19",
|
|
97
|
+
height: "2",
|
|
98
|
+
rx: "1",
|
|
99
|
+
fill: "#C1C7D0"
|
|
100
|
+
})), /*#__PURE__*/_react.default.createElement("defs", null, /*#__PURE__*/_react.default.createElement("clipPath", {
|
|
101
|
+
id: "clip0_503_53432"
|
|
102
|
+
}, /*#__PURE__*/_react.default.createElement("rect", {
|
|
103
|
+
width: "40",
|
|
104
|
+
height: "40",
|
|
105
|
+
rx: "3",
|
|
106
|
+
fill: "white"
|
|
107
|
+
}))));
|
|
108
|
+
}
|
|
@@ -11,7 +11,7 @@ Object.defineProperty(exports, "IconCustomPanel", {
|
|
|
11
11
|
return _customPanel.default;
|
|
12
12
|
}
|
|
13
13
|
});
|
|
14
|
-
exports.IconExpand = exports.IconEmoji = exports.IconDivider = exports.IconDecision = exports.IconDate = void 0;
|
|
14
|
+
exports.IconExpand = exports.IconEmoji = exports.IconDivider = exports.IconDecision = exports.IconDate = exports.IconDatasourceJiraIssue = void 0;
|
|
15
15
|
Object.defineProperty(exports, "IconFallback", {
|
|
16
16
|
enumerable: true,
|
|
17
17
|
get: function get() {
|
|
@@ -369,4 +369,17 @@ var IconExpand = (0, _reactLoadable.default)({
|
|
|
369
369
|
return null;
|
|
370
370
|
}
|
|
371
371
|
});
|
|
372
|
-
exports.IconExpand = IconExpand;
|
|
372
|
+
exports.IconExpand = IconExpand;
|
|
373
|
+
var IconDatasourceJiraIssue = (0, _reactLoadable.default)({
|
|
374
|
+
loader: function loader() {
|
|
375
|
+
return Promise.resolve().then(function () {
|
|
376
|
+
return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_editor-icon-datasource-jira-issue" */'./datasource-jira-issue'));
|
|
377
|
+
}).then(function (module) {
|
|
378
|
+
return module.default;
|
|
379
|
+
});
|
|
380
|
+
},
|
|
381
|
+
loading: function loading() {
|
|
382
|
+
return null;
|
|
383
|
+
}
|
|
384
|
+
});
|
|
385
|
+
exports.IconDatasourceJiraIssue = IconDatasourceJiraIssue;
|
|
@@ -21,6 +21,12 @@ Object.defineProperty(exports, "IconCustomPanel", {
|
|
|
21
21
|
return _assets.IconCustomPanel;
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
|
+
Object.defineProperty(exports, "IconDatasourceJiraIssue", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function get() {
|
|
27
|
+
return _assets.IconDatasourceJiraIssue;
|
|
28
|
+
}
|
|
29
|
+
});
|
|
24
30
|
Object.defineProperty(exports, "IconDate", {
|
|
25
31
|
enumerable: true,
|
|
26
32
|
get: function get() {
|
|
@@ -24,7 +24,7 @@ var _templateObject, _templateObject2, _templateObject3;
|
|
|
24
24
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
25
25
|
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } /** @jsx jsx */
|
|
26
26
|
var packageName = "@atlaskit/editor-common";
|
|
27
|
-
var packageVersion = "74.
|
|
27
|
+
var packageVersion = "74.21.1";
|
|
28
28
|
var halfFocusRing = 1;
|
|
29
29
|
var dropOffset = '0, 8';
|
|
30
30
|
var DropList = /*#__PURE__*/function (_Component) {
|
|
@@ -6,17 +6,17 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.canRenderDatasource = void 0;
|
|
7
7
|
var _linkDatasource = require("@atlaskit/link-datasource");
|
|
8
8
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
9
|
-
var getDatasourceType = function getDatasourceType(
|
|
10
|
-
switch (
|
|
9
|
+
var getDatasourceType = function getDatasourceType(datasourceId) {
|
|
10
|
+
switch (datasourceId) {
|
|
11
11
|
case _linkDatasource.JIRA_LIST_OF_LINKS_DATASOURCE_ID:
|
|
12
12
|
return 'jira';
|
|
13
13
|
default:
|
|
14
14
|
return undefined;
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
var canRenderDatasource = function canRenderDatasource(
|
|
17
|
+
var canRenderDatasource = function canRenderDatasource(datasourceId) {
|
|
18
18
|
var defaultValue = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : true;
|
|
19
|
-
var datasourceType = getDatasourceType(
|
|
19
|
+
var datasourceType = getDatasourceType(datasourceId);
|
|
20
20
|
switch (datasourceType) {
|
|
21
21
|
case 'jira':
|
|
22
22
|
if ((0, _platformFeatureFlags.getBooleanFF)('platform.linking-platform.datasource-jira_issues')) {
|
package/dist/cjs/version.json
CHANGED
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
// Format of the payload returned by the call-back function passed to the collab provider
|
|
2
|
+
// that gets called when syncing with the back-end service fails
|
|
3
|
+
// Format of the document and its metadata returned from the collab provider
|
|
4
|
+
// after editing and for draft sync
|
|
5
|
+
// Provider Errors
|
|
6
|
+
// Emitted errors
|
|
7
|
+
export let PROVIDER_ERROR_CODE = /*#__PURE__*/function (PROVIDER_ERROR_CODE) {
|
|
8
|
+
PROVIDER_ERROR_CODE["NO_PERMISSION_ERROR"] = "NO_PERMISSION_ERROR";
|
|
9
|
+
PROVIDER_ERROR_CODE["INVALID_USER_TOKEN"] = "INVALID_USER_TOKEN";
|
|
10
|
+
PROVIDER_ERROR_CODE["DOCUMENT_NOT_FOUND"] = "DOCUMENT_NOT_FOUND";
|
|
11
|
+
PROVIDER_ERROR_CODE["LOCKED"] = "LOCKED";
|
|
12
|
+
PROVIDER_ERROR_CODE["FAIL_TO_SAVE"] = "FAIL_TO_SAVE";
|
|
13
|
+
PROVIDER_ERROR_CODE["DOCUMENT_RESTORE_ERROR"] = "DOCUMENT_RESTORE_ERROR";
|
|
14
|
+
PROVIDER_ERROR_CODE["INITIALISATION_ERROR"] = "INITIALISATION_ERROR";
|
|
15
|
+
PROVIDER_ERROR_CODE["NETWORK_ISSUE"] = "NETWORK_ISSUE";
|
|
16
|
+
PROVIDER_ERROR_CODE["INVALID_PROVIDER_CONFIGURATION"] = "INVALID_PROVIDER_CONFIGURATION";
|
|
17
|
+
PROVIDER_ERROR_CODE["INTERNAL_SERVICE_ERROR"] = "INTERNAL_SERVICE_ERROR";
|
|
18
|
+
PROVIDER_ERROR_CODE["DOCUMENT_UPDATE_ERROR"] = "DOCUMENT_UPDATE_ERROR";
|
|
19
|
+
return PROVIDER_ERROR_CODE;
|
|
20
|
+
}({});
|
|
21
|
+
/**
|
|
22
|
+
* This occurs when the provided user token is considered invalid for the given document ARI.
|
|
23
|
+
* It happens during initialisation of the provider.
|
|
24
|
+
* It could mean the document has been deleted (hence not found).
|
|
25
|
+
* @message Message returned to editor, i.e User does not have permissions to access this document or document is not found
|
|
26
|
+
* @recoverable It is recoverable, as we will try to refresh the token.
|
|
27
|
+
*/
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Similar to InsufficientEditingPermission, but the user token is invalid because it has expired or been revoked.
|
|
31
|
+
* It may also be an invalid token format.
|
|
32
|
+
* This error is given to the provider by NCS.
|
|
33
|
+
* @message Message returned to editor, i.e. The user token was invalid
|
|
34
|
+
* @recoverable It is recoverable, as we will try to refresh the token.
|
|
35
|
+
*/
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Document not found error, thrown when the provider is unable to find a document with the given ARI and user token.
|
|
39
|
+
* It occurs during fetchCatchup, a function that fetches the latest document state during catchup.
|
|
40
|
+
* We need to recieve a 404 from the document service to throw this error.
|
|
41
|
+
* @message Message returned to editor, i.e. The requested document is not found
|
|
42
|
+
* @recoverable It is recoverable, as the provider can try again later.
|
|
43
|
+
*/
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* This error is thrown when the document is locked by another user.
|
|
47
|
+
* The error is passed to us by NCS.
|
|
48
|
+
* @message Message returned to editor, i.e. The document is currently not available, please try again later
|
|
49
|
+
* @recoverable It is recoverable, as the provider can try again later.
|
|
50
|
+
*/
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* This error is thrown when the provider is unable to save the document.
|
|
54
|
+
* This can happen when the connection to dynamoDB is lost, or when we do not have sufficient permissions (DYNAMO ERROR).
|
|
55
|
+
* This error is given to us by NCS.
|
|
56
|
+
* @message Message returned to editor, i.e. Collab service is not able to save changes
|
|
57
|
+
* @recoverable It is not recoverable, as we don't want the user to continue editing a document that is not being saved.
|
|
58
|
+
*/
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* This error is thrown when the provider is unable to restore the document.
|
|
62
|
+
* It occurs during onRestore, a function that restores the document to a previous version and reapplies unconfirmed steps.
|
|
63
|
+
* onRestore is called when page recovery has emitted an 'init' event on a page client is currently connected to.
|
|
64
|
+
* It could mean we failed to update the page metadata, or we failed to reapply unconfirmed steps.
|
|
65
|
+
* @message Message returned to editor, i.e. Collab service unable to restore document
|
|
66
|
+
* @recoverable It is not recoverable, as the provider has no further options after this.
|
|
67
|
+
* The user will need to refresh the page to try again.
|
|
68
|
+
*/
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* The initial document couldn't be loaded from the collab service.
|
|
72
|
+
* This error is given to us by NCS.
|
|
73
|
+
* It could indicate either a network issue, or an internal service error in NCS.
|
|
74
|
+
* @message Message returned to editor, i.e. The initial document couldn't be loaded from the collab service
|
|
75
|
+
* @recoverable It is not recoverable, as the provider cannot do anything to fix it.
|
|
76
|
+
* The user will need to refresh the page to try again.
|
|
77
|
+
*/
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* Couldn't reconnect to the collab service (NCS) due to network issues.
|
|
81
|
+
* NCS could be down, or the user could be offline. It's also possible the url is incorrect, or the user is behind a proxy blocking the connection.
|
|
82
|
+
* Fired upon a reconnection attempt error (from Socket.IO Manager)
|
|
83
|
+
* @message Message returned to editor, i.e. Couldn't reconnect to the collab service due to network issues
|
|
84
|
+
* @recoverable It is recoverable, as the provider will try to reconnect.
|
|
85
|
+
*/
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* This error is thrown when the provider has an invalid configuration.
|
|
89
|
+
* It could happen due to these errors from NCS:
|
|
90
|
+
* NAMESPACE_INVALID
|
|
91
|
+
INVALID_ACTIVATION_ID
|
|
92
|
+
INVALID_DOCUMENT_ARI
|
|
93
|
+
INVALID_CLOUD_ID
|
|
94
|
+
* @message Message returned to editor, i.e. Invalid provider configuration
|
|
95
|
+
* @recoverable It is not recoverable, as the provider cannot do anything to fix it.
|
|
96
|
+
* The service using the provider will need to fix the configuration.
|
|
97
|
+
*/
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* This error is thrown when the provider encounters an internal service error, not otherwise accounted for.
|
|
101
|
+
* @message Message returned to editor, i.e. Collab Provider experienced an unrecoverable error
|
|
102
|
+
* @recoverable It is not recoverable, as the provider cannot do anything to fix it.
|
|
103
|
+
*/
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* A union of all possible provider errors that can be emitted back to the editor.
|
|
107
|
+
*/
|
|
108
|
+
|
|
109
|
+
// Collab Provider interface
|
|
110
|
+
|
|
111
|
+
// TODO: Deprecate redundant payload types
|
|
112
|
+
|
|
113
|
+
export let DisconnectReason = /*#__PURE__*/function (DisconnectReason) {
|
|
114
|
+
DisconnectReason["CLIENT_DISCONNECT"] = "CLIENT_DISCONNECT";
|
|
115
|
+
DisconnectReason["SERVER_DISCONNECT"] = "SERVER_DISCONNECT";
|
|
116
|
+
DisconnectReason["SOCKET_CLOSED"] = "SOCKET_CLOSED";
|
|
117
|
+
DisconnectReason["SOCKET_ERROR"] = "SOCKET_ERROR";
|
|
118
|
+
DisconnectReason["SOCKET_TIMEOUT"] = "SOCKET_TIMEOUT";
|
|
119
|
+
DisconnectReason["UNKNOWN_DISCONNECT"] = "UNKNOWN_DISCONNECT";
|
|
120
|
+
return DisconnectReason;
|
|
121
|
+
}({});
|