@atlaskit/smart-card 26.15.7 → 26.15.9
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/extractors/block/index.js +4 -5
- package/dist/cjs/extractors/common/actions/extractPreviewAction.js +2 -4
- package/dist/cjs/i18n/cs.js +8 -1
- package/dist/cjs/i18n/da.js +8 -1
- package/dist/cjs/i18n/de.js +8 -1
- package/dist/cjs/i18n/es.js +8 -1
- package/dist/cjs/i18n/fi.js +8 -1
- package/dist/cjs/i18n/fr.js +8 -1
- package/dist/cjs/i18n/hu.js +8 -1
- package/dist/cjs/i18n/it.js +8 -1
- package/dist/cjs/i18n/ja.js +8 -1
- package/dist/cjs/i18n/ko.js +8 -1
- package/dist/cjs/i18n/nb.js +8 -1
- package/dist/cjs/i18n/nl.js +8 -1
- package/dist/cjs/i18n/pl.js +8 -1
- package/dist/cjs/i18n/pt_BR.js +8 -1
- package/dist/cjs/i18n/ru.js +8 -1
- package/dist/cjs/i18n/sv.js +8 -1
- package/dist/cjs/i18n/th.js +8 -1
- package/dist/cjs/i18n/tr.js +8 -1
- package/dist/cjs/i18n/uk.js +8 -1
- package/dist/cjs/i18n/vi.js +8 -1
- package/dist/cjs/i18n/zh.js +8 -1
- package/dist/cjs/i18n/zh_TW.js +8 -1
- package/dist/cjs/messages.js +0 -6
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/BlockCard/actions/PreviewAction.js +2 -4
- package/dist/cjs/view/BlockCard/index.js +1 -3
- package/dist/cjs/view/FlexibleCard/components/actions/action/preview-action/index.js +1 -4
- package/dist/cjs/view/FlexibleCard/components/actions/utils.js +2 -2
- package/dist/cjs/view/HoverCard/components/views/resolved/index.js +8 -16
- package/dist/cjs/view/HoverCard/utils.js +2 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/extractors/block/index.js +4 -5
- package/dist/es2019/extractors/common/actions/extractPreviewAction.js +2 -4
- package/dist/es2019/i18n/cs.js +8 -1
- package/dist/es2019/i18n/da.js +8 -1
- package/dist/es2019/i18n/de.js +8 -1
- package/dist/es2019/i18n/es.js +8 -1
- package/dist/es2019/i18n/fi.js +8 -1
- package/dist/es2019/i18n/fr.js +8 -1
- package/dist/es2019/i18n/hu.js +8 -1
- package/dist/es2019/i18n/it.js +8 -1
- package/dist/es2019/i18n/ja.js +8 -1
- package/dist/es2019/i18n/ko.js +8 -1
- package/dist/es2019/i18n/nb.js +8 -1
- package/dist/es2019/i18n/nl.js +8 -1
- package/dist/es2019/i18n/pl.js +8 -1
- package/dist/es2019/i18n/pt_BR.js +8 -1
- package/dist/es2019/i18n/ru.js +8 -1
- package/dist/es2019/i18n/sv.js +8 -1
- package/dist/es2019/i18n/th.js +8 -1
- package/dist/es2019/i18n/tr.js +8 -1
- package/dist/es2019/i18n/uk.js +8 -1
- package/dist/es2019/i18n/vi.js +8 -1
- package/dist/es2019/i18n/zh.js +8 -1
- package/dist/es2019/i18n/zh_TW.js +8 -1
- package/dist/es2019/messages.js +0 -6
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/BlockCard/actions/PreviewAction.js +12 -16
- package/dist/es2019/view/BlockCard/index.js +1 -3
- package/dist/es2019/view/FlexibleCard/components/actions/action/preview-action/index.js +1 -4
- package/dist/es2019/view/FlexibleCard/components/actions/utils.js +2 -2
- package/dist/es2019/view/HoverCard/components/views/resolved/index.js +4 -10
- package/dist/es2019/view/HoverCard/utils.js +2 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/extractors/block/index.js +4 -5
- package/dist/esm/extractors/common/actions/extractPreviewAction.js +2 -4
- package/dist/esm/i18n/cs.js +8 -1
- package/dist/esm/i18n/da.js +8 -1
- package/dist/esm/i18n/de.js +8 -1
- package/dist/esm/i18n/es.js +8 -1
- package/dist/esm/i18n/fi.js +8 -1
- package/dist/esm/i18n/fr.js +8 -1
- package/dist/esm/i18n/hu.js +8 -1
- package/dist/esm/i18n/it.js +8 -1
- package/dist/esm/i18n/ja.js +8 -1
- package/dist/esm/i18n/ko.js +8 -1
- package/dist/esm/i18n/nb.js +8 -1
- package/dist/esm/i18n/nl.js +8 -1
- package/dist/esm/i18n/pl.js +8 -1
- package/dist/esm/i18n/pt_BR.js +8 -1
- package/dist/esm/i18n/ru.js +8 -1
- package/dist/esm/i18n/sv.js +8 -1
- package/dist/esm/i18n/th.js +8 -1
- package/dist/esm/i18n/tr.js +8 -1
- package/dist/esm/i18n/uk.js +8 -1
- package/dist/esm/i18n/vi.js +8 -1
- package/dist/esm/i18n/zh.js +8 -1
- package/dist/esm/i18n/zh_TW.js +8 -1
- package/dist/esm/messages.js +0 -6
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/BlockCard/actions/PreviewAction.js +2 -4
- package/dist/esm/view/BlockCard/index.js +1 -3
- package/dist/esm/view/FlexibleCard/components/actions/action/preview-action/index.js +1 -4
- package/dist/esm/view/FlexibleCard/components/actions/utils.js +2 -2
- package/dist/esm/view/HoverCard/components/views/resolved/index.js +8 -16
- package/dist/esm/view/HoverCard/utils.js +2 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/extractors/block/index.d.ts +2 -2
- package/dist/types/extractors/block/types.d.ts +0 -1
- package/dist/types/extractors/common/actions/extractPreviewAction.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +7 -0
- package/dist/types/i18n/da.d.ts +7 -0
- package/dist/types/i18n/de.d.ts +7 -0
- package/dist/types/i18n/es.d.ts +7 -0
- package/dist/types/i18n/fi.d.ts +7 -0
- package/dist/types/i18n/fr.d.ts +7 -0
- package/dist/types/i18n/hu.d.ts +7 -0
- package/dist/types/i18n/it.d.ts +7 -0
- package/dist/types/i18n/ja.d.ts +7 -0
- package/dist/types/i18n/ko.d.ts +7 -0
- package/dist/types/i18n/nb.d.ts +7 -0
- package/dist/types/i18n/nl.d.ts +7 -0
- package/dist/types/i18n/pl.d.ts +7 -0
- package/dist/types/i18n/pt_BR.d.ts +7 -0
- package/dist/types/i18n/ru.d.ts +7 -0
- package/dist/types/i18n/sv.d.ts +7 -0
- package/dist/types/i18n/th.d.ts +7 -0
- package/dist/types/i18n/tr.d.ts +7 -0
- package/dist/types/i18n/uk.d.ts +7 -0
- package/dist/types/i18n/vi.d.ts +7 -0
- package/dist/types/i18n/zh.d.ts +7 -0
- package/dist/types/i18n/zh_TW.d.ts +7 -0
- package/dist/types/messages.d.ts +1 -1
- package/dist/types/view/BlockCard/actions/PreviewAction.d.ts +1 -2
- package/dist/types/view/BlockCard/views/ResolvedView.d.ts +0 -2
- package/dist/types/view/HoverCard/components/views/resolved/index.d.ts +1 -1
- package/dist/types/view/HoverCard/types.d.ts +1 -1
- package/dist/types-ts4.5/extractors/block/index.d.ts +2 -2
- package/dist/types-ts4.5/extractors/block/types.d.ts +0 -1
- package/dist/types-ts4.5/extractors/common/actions/extractPreviewAction.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +7 -0
- package/dist/types-ts4.5/i18n/da.d.ts +7 -0
- package/dist/types-ts4.5/i18n/de.d.ts +7 -0
- package/dist/types-ts4.5/i18n/es.d.ts +7 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +7 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +7 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +7 -0
- package/dist/types-ts4.5/i18n/it.d.ts +7 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +7 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +7 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +7 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +7 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +7 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +7 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +7 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +7 -0
- package/dist/types-ts4.5/i18n/th.d.ts +7 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +7 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +7 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +7 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +7 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +7 -0
- package/dist/types-ts4.5/messages.d.ts +1 -1
- package/dist/types-ts4.5/view/BlockCard/actions/PreviewAction.d.ts +1 -2
- package/dist/types-ts4.5/view/BlockCard/views/ResolvedView.d.ts +0 -2
- package/dist/types-ts4.5/view/HoverCard/components/views/resolved/index.d.ts +1 -1
- package/dist/types-ts4.5/view/HoverCard/types.d.ts +1 -1
- package/package.json +3 -4
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.linking.actions': 'Hành động',
|
|
11
11
|
'fabric.linking.add_account': 'Thêm tài khoản',
|
|
12
|
+
'fabric.linking.assigned_to': 'Đã chỉ định cho {context}',
|
|
12
13
|
'fabric.linking.cancel': 'Hủy',
|
|
13
14
|
'fabric.linking.cannot_connect': 'Không thể kết nối, hãy thử lại',
|
|
14
15
|
'fabric.linking.cannot_find_link': 'Không tìm được liên kết',
|
|
@@ -23,7 +24,8 @@ export default {
|
|
|
23
24
|
'fabric.linking.connect_link_account_card_view_name': 'Kết nối tài khoản {context} của bạn',
|
|
24
25
|
'fabric.linking.connect_to': 'Kết nối với {name}',
|
|
25
26
|
'fabric.linking.connect_unauthorised_account_action': 'Kết nối với {context}',
|
|
26
|
-
'fabric.linking.connect_unauthorised_account_description': 'Kết nối với Atlassian để xem thêm chi tiết về công việc của bạn và cộng tác ở một nơi tập trung.',
|
|
27
|
+
'fabric.linking.connect_unauthorised_account_description': 'Kết nối {context} với Atlassian để xem thêm chi tiết về công việc của bạn và cộng tác ở một nơi tập trung.',
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Kết nối với Atlassian để xem thêm chi tiết về công việc của bạn và cộng tác ở một nơi tập trung.',
|
|
27
29
|
'fabric.linking.continue': 'Tiếp tục',
|
|
28
30
|
'fabric.linking.copy_url_to_clipboard': 'Sao chép liên kết',
|
|
29
31
|
'fabric.linking.couldnt_load_link': 'Chúng tôi không thể tải đường liên kết này vì một lý do không xác định.',
|
|
@@ -67,6 +69,7 @@ export default {
|
|
|
67
69
|
'fabric.linking.priority_minor': 'Nhỏ',
|
|
68
70
|
'fabric.linking.priority_trivial': 'Không đáng kể',
|
|
69
71
|
'fabric.linking.priority_undefined': 'Chưa xác định',
|
|
72
|
+
'fabric.linking.read_time': '{context} phút đọc',
|
|
70
73
|
'fabric.linking.request_access': 'Yêu cầu cấp quyền truy cập',
|
|
71
74
|
'fabric.linking.request_access_description': 'Yêu cầu quyền truy cập để {context} xem bản xem trước này.',
|
|
72
75
|
'fabric.linking.request_access_pending': 'Đang chờ xử lý quyền truy cập',
|
|
@@ -84,6 +87,10 @@ export default {
|
|
|
84
87
|
'fabric.linking.status_change_update_error': 'Chúng tôi không thể cập nhật trạng thái',
|
|
85
88
|
'fabric.linking.try_again': 'Thử lại',
|
|
86
89
|
'fabric.linking.try_another_account': 'Thử một tài khoản khác',
|
|
90
|
+
'fabric.linking.unauthorised_account_description': 'Bạn đang tìm cách xem trước liên kết đến trang {context} riêng tư. Bạn nên xem lại URL hoặc liên hệ với chủ sở hữu trang.',
|
|
91
|
+
'fabric.linking.unauthorised_account_description_no_provider': 'Bạn đang tìm cách xem trước liên kết đến một trang riêng tư. Bạn nên xem lại URL hoặc liên hệ với chủ sở hữu trang.',
|
|
92
|
+
'fabric.linking.unauthorised_account_name': 'Chúng tôi không thể hiển thị trang riêng tư từ {context}',
|
|
93
|
+
'fabric.linking.unauthorised_account_name_no_provider': 'Chúng tôi không thể hiển thị trang riêng tư',
|
|
87
94
|
'fabric.linking.unlink_account': 'Hủy liên kết tài khoản',
|
|
88
95
|
'fabric.linking.updated_by': 'Được sửa đổi bởi {context}',
|
|
89
96
|
'fabric.linking.view': 'Xem'
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.linking.actions': '操作',
|
|
11
11
|
'fabric.linking.add_account': '添加帐户',
|
|
12
|
+
'fabric.linking.assigned_to': '已分配给 {context}',
|
|
12
13
|
'fabric.linking.cancel': '取消',
|
|
13
14
|
'fabric.linking.cannot_connect': '无法连接,请重试',
|
|
14
15
|
'fabric.linking.cannot_find_link': '未找到链接',
|
|
@@ -23,7 +24,8 @@ export default {
|
|
|
23
24
|
'fabric.linking.connect_link_account_card_view_name': '连接您的 {context} 帐户',
|
|
24
25
|
'fabric.linking.connect_to': '连接到 {name}',
|
|
25
26
|
'fabric.linking.connect_unauthorised_account_action': '连接到 {context}',
|
|
26
|
-
'fabric.linking.connect_unauthorised_account_description': '连接到 Atlassian,在一个位置集中查看工作的更多详情并开展协作。',
|
|
27
|
+
'fabric.linking.connect_unauthorised_account_description': '将 {context} 连接到 Atlassian,在一个位置集中查看工作的更多详情并开展协作。',
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': '连接到 Atlassian,在一个位置集中查看工作的更多详情并开展协作。',
|
|
27
29
|
'fabric.linking.continue': '继续',
|
|
28
30
|
'fabric.linking.copy_url_to_clipboard': '复制链接',
|
|
29
31
|
'fabric.linking.couldnt_load_link': '由于未知原因,无法加载此链接。',
|
|
@@ -67,6 +69,7 @@ export default {
|
|
|
67
69
|
'fabric.linking.priority_minor': '次要',
|
|
68
70
|
'fabric.linking.priority_trivial': '微小',
|
|
69
71
|
'fabric.linking.priority_undefined': '未定义',
|
|
72
|
+
'fabric.linking.read_time': '阅读预计用时:{context} 分钟',
|
|
70
73
|
'fabric.linking.request_access': '请求访问',
|
|
71
74
|
'fabric.linking.request_access_description': '请求访问 {context} 以查看此预览。',
|
|
72
75
|
'fabric.linking.request_access_pending': '访问待处理',
|
|
@@ -84,6 +87,10 @@ export default {
|
|
|
84
87
|
'fabric.linking.status_change_update_error': '无法更新状态',
|
|
85
88
|
'fabric.linking.try_again': '请重试',
|
|
86
89
|
'fabric.linking.try_another_account': '请尝试其他帐户',
|
|
90
|
+
'fabric.linking.unauthorised_account_description': '您正在尝试通过链接预览私有 {context} 页面。我们建议您检查此 URL 或联系页面负责人。',
|
|
91
|
+
'fabric.linking.unauthorised_account_description_no_provider': '您正在尝试通过链接预览私有页面。我们建议您检查此 URL 或联系页面负责人。',
|
|
92
|
+
'fabric.linking.unauthorised_account_name': '无法显示私有 {context} 页面',
|
|
93
|
+
'fabric.linking.unauthorised_account_name_no_provider': '无法显示私有页面',
|
|
87
94
|
'fabric.linking.unlink_account': '取消帐户链接',
|
|
88
95
|
'fabric.linking.updated_by': '修改者:{context}',
|
|
89
96
|
'fabric.linking.view': '查看'
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
export default {
|
|
10
10
|
'fabric.linking.actions': '動作',
|
|
11
11
|
'fabric.linking.add_account': '新增帳戶',
|
|
12
|
+
'fabric.linking.assigned_to': '已指派給 {context}',
|
|
12
13
|
'fabric.linking.cancel': '取消',
|
|
13
14
|
'fabric.linking.cannot_connect': '無法連結,請再試一次',
|
|
14
15
|
'fabric.linking.cannot_find_link': '找不到連結',
|
|
@@ -23,7 +24,8 @@ export default {
|
|
|
23
24
|
'fabric.linking.connect_link_account_card_view_name': '連結 {context} 帳戶',
|
|
24
25
|
'fabric.linking.connect_to': '連結至 {name}',
|
|
25
26
|
'fabric.linking.connect_unauthorised_account_action': '連結至 {context}',
|
|
26
|
-
'fabric.linking.connect_unauthorised_account_description': '連結至 Atlassian
|
|
27
|
+
'fabric.linking.connect_unauthorised_account_description': '將 {context} 連結至 Atlassian,以從單一位置檢視更多工作的詳細資料,並進行協作。',
|
|
28
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': '連結至 Atlassian 以從單一位置檢視更多工作的詳細資料並進行協作。',
|
|
27
29
|
'fabric.linking.continue': '繼續',
|
|
28
30
|
'fabric.linking.copy_url_to_clipboard': '複製連結',
|
|
29
31
|
'fabric.linking.couldnt_load_link': '基於不明原因,我們無法載入此連結。',
|
|
@@ -67,6 +69,7 @@ export default {
|
|
|
67
69
|
'fabric.linking.priority_minor': '次要',
|
|
68
70
|
'fabric.linking.priority_trivial': '不太重要',
|
|
69
71
|
'fabric.linking.priority_undefined': '未定義',
|
|
72
|
+
'fabric.linking.read_time': '{context} 分鐘閱讀時間',
|
|
70
73
|
'fabric.linking.request_access': '要求存取權',
|
|
71
74
|
'fabric.linking.request_access_description': '要求 {context} 的存取權以檢視此預覽。',
|
|
72
75
|
'fabric.linking.request_access_pending': '存取擱置',
|
|
@@ -84,6 +87,10 @@ export default {
|
|
|
84
87
|
'fabric.linking.status_change_update_error': '我們無法更新狀態',
|
|
85
88
|
'fabric.linking.try_again': '再試一次',
|
|
86
89
|
'fabric.linking.try_another_account': '使用其他帳戶嘗試',
|
|
90
|
+
'fabric.linking.unauthorised_account_description': '您正在嘗試預覽私人 {context} 頁面的連結。建議您檢閱 URL 或連絡頁面擁有者。',
|
|
91
|
+
'fabric.linking.unauthorised_account_description_no_provider': '您正在嘗試預覽私人頁面的連結。建議您檢閱 URL 或連絡頁面擁有者。',
|
|
92
|
+
'fabric.linking.unauthorised_account_name': '無法顯示 {context} 的私人頁面',
|
|
93
|
+
'fabric.linking.unauthorised_account_name_no_provider': '無法顯示私人頁面',
|
|
87
94
|
'fabric.linking.unlink_account': '取消帳戶的連結',
|
|
88
95
|
'fabric.linking.updated_by': '修改者:{context}',
|
|
89
96
|
'fabric.linking.view': '檢視'
|
package/dist/esm/messages.js
CHANGED
|
@@ -220,17 +220,11 @@ export var messages = defineMessages({
|
|
|
220
220
|
defaultMessage: 'Owned by {context}',
|
|
221
221
|
description: 'Indicates the person or entity that owns or maintains the resource.'
|
|
222
222
|
},
|
|
223
|
-
// Move this to preview once FF has been merged
|
|
224
223
|
preview_improved: {
|
|
225
224
|
id: 'fabric.linking.preview_improved',
|
|
226
225
|
defaultMessage: 'Open preview',
|
|
227
226
|
description: 'Click to view a richer view of your content, without needing to navigate to it.'
|
|
228
227
|
},
|
|
229
|
-
preview: {
|
|
230
|
-
id: 'fabric.linking.preview',
|
|
231
|
-
defaultMessage: 'Full screen view',
|
|
232
|
-
description: 'Click to view a richer view of your content, without needing to navigate to it.'
|
|
233
|
-
},
|
|
234
228
|
preview_close: {
|
|
235
229
|
id: 'fabric.linking.preview_close',
|
|
236
230
|
defaultMessage: 'Close preview',
|
|
@@ -13,7 +13,7 @@ export var ANALYTICS_CHANNEL = 'media';
|
|
|
13
13
|
export var context = {
|
|
14
14
|
componentName: 'smart-cards',
|
|
15
15
|
packageName: "@atlaskit/smart-card",
|
|
16
|
-
packageVersion: "26.15.
|
|
16
|
+
packageVersion: "26.15.9"
|
|
17
17
|
};
|
|
18
18
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
19
19
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -3,7 +3,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
4
|
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
5
5
|
var _excluded = ["popupMountPointId", "onClose"],
|
|
6
|
-
_excluded2 = ["details"
|
|
6
|
+
_excluded2 = ["details"];
|
|
7
7
|
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
8
8
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
9
9
|
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; }
|
|
@@ -70,12 +70,10 @@ function _previewFunction() {
|
|
|
70
70
|
}
|
|
71
71
|
export default (function (_ref2) {
|
|
72
72
|
var details = _ref2.details,
|
|
73
|
-
enableImprovedPreviewAction = _ref2.enableImprovedPreviewAction,
|
|
74
73
|
rest = _objectWithoutProperties(_ref2, _excluded2);
|
|
75
|
-
var previewText = enableImprovedPreviewAction ? messages.preview_improved : messages.preview;
|
|
76
74
|
return {
|
|
77
75
|
id: 'preview-content',
|
|
78
|
-
text: /*#__PURE__*/React.createElement(FormattedMessage,
|
|
76
|
+
text: /*#__PURE__*/React.createElement(FormattedMessage, messages.preview_improved),
|
|
79
77
|
promise: function promise() {
|
|
80
78
|
return previewFunction(_objectSpread({
|
|
81
79
|
popupMountPointId: 'twp-editor-preview-iframe',
|
|
@@ -24,7 +24,6 @@ import FlexibleErroredView from './views/flexible/FlexibleErroredView';
|
|
|
24
24
|
import FlexibleForbiddenView from './views/flexible/FlexibleForbiddenView';
|
|
25
25
|
import { jsx } from '@emotion/react';
|
|
26
26
|
import { handleClickCommon } from './utils/handlers';
|
|
27
|
-
import { useFeatureFlag } from '@atlaskit/link-provider';
|
|
28
27
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
29
28
|
import { titleBlockCss } from './views/flexible/styled';
|
|
30
29
|
import { SmartLinkSize } from '../../constants';
|
|
@@ -61,7 +60,6 @@ export var BlockCard = function BlockCard(_ref) {
|
|
|
61
60
|
handleInvoke: handleInvoke,
|
|
62
61
|
extensionKey: extensionKey
|
|
63
62
|
};
|
|
64
|
-
var enableImprovedPreviewAction = Boolean(useFeatureFlag('enableImprovedPreviewAction'));
|
|
65
63
|
if (enableFlexibleBlockCard) {
|
|
66
64
|
var anchorTarget = getBooleanFF('platform.linking-platform.smart-card.enable-block-card-clicks-opening-in-same-tab') ? '_self' : undefined;
|
|
67
65
|
var titleBlockProps = _objectSpread({
|
|
@@ -137,7 +135,7 @@ export var BlockCard = function BlockCard(_ref) {
|
|
|
137
135
|
isSelected: isSelected
|
|
138
136
|
});
|
|
139
137
|
case 'resolved':
|
|
140
|
-
var resolvedViewProps = extractBlockProps(data, meta, extractorOpts, renderers, platform
|
|
138
|
+
var resolvedViewProps = extractBlockProps(data, meta, extractorOpts, renderers, platform);
|
|
141
139
|
if (onResolve) {
|
|
142
140
|
onResolve({
|
|
143
141
|
title: resolvedViewProps.title,
|
|
@@ -8,7 +8,6 @@ import { useFlexibleUiAnalyticsContext } from '../../../../../../state/flexible-
|
|
|
8
8
|
import { useSmartLinkAnalytics } from '../../../../../../state';
|
|
9
9
|
import { FormattedMessage } from 'react-intl-next';
|
|
10
10
|
import { messages } from '../../../../../../messages';
|
|
11
|
-
import { useFeatureFlag } from '@atlaskit/link-provider';
|
|
12
11
|
import { openEmbedModalWithFlexibleUiIcon } from '../../../utils';
|
|
13
12
|
var PreviewAction = function PreviewAction(props) {
|
|
14
13
|
var appearance = props.appearance,
|
|
@@ -24,8 +23,6 @@ var PreviewAction = function PreviewAction(props) {
|
|
|
24
23
|
isSupportTheming = props.isSupportTheming;
|
|
25
24
|
var defaultAnalytics = useSmartLinkAnalytics(url, function () {});
|
|
26
25
|
var analytics = useFlexibleUiAnalyticsContext() || defaultAnalytics;
|
|
27
|
-
var enableImprovedPreviewAction = Boolean(useFeatureFlag('enableImprovedPreviewAction'));
|
|
28
|
-
var previewText = enableImprovedPreviewAction ? messages.preview_improved : messages.preview;
|
|
29
26
|
if (src && url) {
|
|
30
27
|
var embedModal = function embedModal() {
|
|
31
28
|
return openEmbedModalWithFlexibleUiIcon({
|
|
@@ -45,7 +42,7 @@ var PreviewAction = function PreviewAction(props) {
|
|
|
45
42
|
_onClick();
|
|
46
43
|
}
|
|
47
44
|
},
|
|
48
|
-
content: /*#__PURE__*/React.createElement(FormattedMessage,
|
|
45
|
+
content: /*#__PURE__*/React.createElement(FormattedMessage, messages.preview_improved)
|
|
49
46
|
});
|
|
50
47
|
return /*#__PURE__*/React.createElement(Action, _extends({}, action, {
|
|
51
48
|
appearance: appearance,
|
|
@@ -45,11 +45,11 @@ var actionMappings = (_actionMappings = {}, _defineProperty(_actionMappings, Act
|
|
|
45
45
|
component: PreviewAction,
|
|
46
46
|
props: {
|
|
47
47
|
testId: 'smart-action-preview-action',
|
|
48
|
-
content: /*#__PURE__*/React.createElement(FormattedMessage, messages.
|
|
48
|
+
content: /*#__PURE__*/React.createElement(FormattedMessage, messages.preview_improved),
|
|
49
49
|
icon: /*#__PURE__*/React.createElement(VidFullScreenOnIcon, {
|
|
50
50
|
label: "Open preview"
|
|
51
51
|
}),
|
|
52
|
-
tooltipMessage: /*#__PURE__*/React.createElement(FormattedMessage, messages.
|
|
52
|
+
tooltipMessage: /*#__PURE__*/React.createElement(FormattedMessage, messages.preview_improved)
|
|
53
53
|
}
|
|
54
54
|
}), _defineProperty(_actionMappings, ActionName.ViewAction, {
|
|
55
55
|
component: ViewAction,
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
4
|
-
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; }
|
|
5
2
|
import React, { useCallback, useEffect, useMemo, useRef } from 'react';
|
|
6
|
-
import { useFeatureFlag } from '@atlaskit/link-provider';
|
|
7
3
|
import { ActionName, CardDisplay, SmartLinkPosition, SmartLinkSize } from '../../../../../constants';
|
|
8
4
|
import { FooterBlock, MetadataBlock, SnippetBlock, TitleBlock } from '../../../../FlexibleCard/components/blocks';
|
|
9
5
|
import { footerBlockCss, hiddenSnippetStyles, metadataBlockCss } from './styled';
|
|
@@ -14,15 +10,11 @@ import { extractMetadata, elementNamesToItems } from '../../../../../extractors/
|
|
|
14
10
|
import { messages } from '../../../../../messages';
|
|
15
11
|
import { FormattedMessage } from 'react-intl-next';
|
|
16
12
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
17
|
-
export var toFooterActions = function toFooterActions(cardActions, onActionClick
|
|
18
|
-
var appearance = enableImprovedPreviewAction ? {
|
|
19
|
-
appearance: 'primary'
|
|
20
|
-
} : undefined;
|
|
21
|
-
var previewText = enableImprovedPreviewAction ? messages.preview_improved : messages.preview;
|
|
13
|
+
export var toFooterActions = function toFooterActions(cardActions, onActionClick) {
|
|
22
14
|
return cardActions.map(function (action) {
|
|
23
15
|
if (action.id === 'preview-content') {
|
|
24
|
-
return
|
|
25
|
-
content: /*#__PURE__*/React.createElement(FormattedMessage,
|
|
16
|
+
return {
|
|
17
|
+
content: /*#__PURE__*/React.createElement(FormattedMessage, messages.preview_improved),
|
|
26
18
|
name: ActionName.CustomAction,
|
|
27
19
|
onClick: function onClick() {
|
|
28
20
|
if (onActionClick) {
|
|
@@ -30,8 +22,9 @@ export var toFooterActions = function toFooterActions(cardActions, onActionClick
|
|
|
30
22
|
}
|
|
31
23
|
return action.invoke();
|
|
32
24
|
},
|
|
33
|
-
testId: action.id
|
|
34
|
-
|
|
25
|
+
testId: action.id,
|
|
26
|
+
appearance: 'primary'
|
|
27
|
+
};
|
|
35
28
|
}
|
|
36
29
|
return {
|
|
37
30
|
content: action.text,
|
|
@@ -59,7 +52,6 @@ var HoverCardResolvedView = function HoverCardResolvedView(_ref) {
|
|
|
59
52
|
cardActions = _ref$cardActions === void 0 ? [] : _ref$cardActions,
|
|
60
53
|
onActionClick = _ref.onActionClick,
|
|
61
54
|
extensionKey = _ref.extensionKey;
|
|
62
|
-
var enableImprovedPreviewAction = useFeatureFlag('enableImprovedPreviewAction');
|
|
63
55
|
useEffect(function () {
|
|
64
56
|
// Since this hover view is only rendered on resolved status,
|
|
65
57
|
// there is no need to check for statuses.
|
|
@@ -69,8 +61,8 @@ var HoverCardResolvedView = function HoverCardResolvedView(_ref) {
|
|
|
69
61
|
});
|
|
70
62
|
}, [analytics.ui, cardState.status]);
|
|
71
63
|
var footerActions = useMemo(function () {
|
|
72
|
-
return toFooterActions(cardActions, onActionClick
|
|
73
|
-
}, [cardActions, onActionClick
|
|
64
|
+
return toFooterActions(cardActions, onActionClick);
|
|
65
|
+
}, [cardActions, onActionClick]);
|
|
74
66
|
var data = (_cardState$details = cardState.details) === null || _cardState$details === void 0 ? void 0 : _cardState$details.data;
|
|
75
67
|
var _useMemo = useMemo(function () {
|
|
76
68
|
if (getBooleanFF('platform.linking-platform.smart-card.enable-better-metadata_iojwg')) {
|
|
@@ -85,7 +85,7 @@ export var getSimulatedBetterMetadata = function getSimulatedBetterMetadata() {
|
|
|
85
85
|
var types = data ? extractType(data) : undefined;
|
|
86
86
|
var defaultMetadata = {
|
|
87
87
|
topMetadataBlock: {
|
|
88
|
-
primary: [ElementName.
|
|
88
|
+
primary: [ElementName.CreatedBy, ElementName.ModifiedOn],
|
|
89
89
|
secondary: [],
|
|
90
90
|
subtitle: []
|
|
91
91
|
},
|
|
@@ -162,6 +162,7 @@ export var getSimulatedBetterMetadata = function getSimulatedBetterMetadata() {
|
|
|
162
162
|
}
|
|
163
163
|
});
|
|
164
164
|
case 'google-object-provider':
|
|
165
|
+
case 'figma-object-provider':
|
|
165
166
|
return _objectSpread(_objectSpread({}, defaultMetadata), {}, {
|
|
166
167
|
topMetadataBlock: {
|
|
167
168
|
primary: [ElementName.AuthorGroup, ElementName.ModifiedOn],
|
|
@@ -11,7 +11,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
11
11
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
12
12
|
var PACKAGE_DATA = {
|
|
13
13
|
packageName: "@atlaskit/smart-card",
|
|
14
|
-
packageVersion: "26.15.
|
|
14
|
+
packageVersion: "26.15.9",
|
|
15
15
|
componentName: 'linkUrl'
|
|
16
16
|
};
|
|
17
17
|
var Link = withLinkClickedEvent('a');
|
|
@@ -5,6 +5,6 @@ import { ExtractBlockOpts } from './types';
|
|
|
5
5
|
import { CardPlatform } from '../../view/Card';
|
|
6
6
|
import { BlockCardResolvedViewProps } from '../../view/BlockCard';
|
|
7
7
|
import { ActionProps } from '../../view/BlockCard/components/Action';
|
|
8
|
-
export declare const extractBlockActions: (props: BlockCardResolvedViewProps, jsonLd: JsonLd.Data.BaseData, opts?: ExtractBlockOpts, platform?: CardPlatform, meta?: JsonLd.Meta.BaseMeta
|
|
8
|
+
export declare const extractBlockActions: (props: BlockCardResolvedViewProps, jsonLd: JsonLd.Data.BaseData, opts?: ExtractBlockOpts, platform?: CardPlatform, meta?: JsonLd.Meta.BaseMeta) => ActionProps[];
|
|
9
9
|
export declare const extractBlockUsers: (jsonLd: JsonLd.Data.BaseData) => LinkPerson[] | undefined;
|
|
10
|
-
export declare const extractBlockProps: (jsonLd: JsonLd.Data.BaseData, meta?: JsonLd.Meta.BaseMeta, opts?: ExtractBlockOpts, renderers?: CardProviderRenderers, platform?: CardPlatform
|
|
10
|
+
export declare const extractBlockProps: (jsonLd: JsonLd.Data.BaseData, meta?: JsonLd.Meta.BaseMeta, opts?: ExtractBlockOpts, renderers?: CardProviderRenderers, platform?: CardPlatform) => BlockCardResolvedViewProps;
|
|
@@ -2,7 +2,7 @@ import { JsonLd } from 'json-ld-types';
|
|
|
2
2
|
import { CardPlatform } from '../../../view/Card/types';
|
|
3
3
|
import { BlockCardResolvedViewProps } from '../../../view/BlockCard';
|
|
4
4
|
import { ExtractBlockOpts } from '../../block/types';
|
|
5
|
-
export declare const extractPreviewAction: ({ extensionKey, viewProps, jsonLd, handleInvoke, testId, platform, origin, source, analytics, meta,
|
|
5
|
+
export declare const extractPreviewAction: ({ extensionKey, viewProps, jsonLd, handleInvoke, testId, platform, origin, source, analytics, meta, }: ExtractBlockOpts & {
|
|
6
6
|
viewProps: BlockCardResolvedViewProps;
|
|
7
7
|
jsonLd: JsonLd.Data.BaseData;
|
|
8
8
|
platform?: JsonLd.Primitives.Platforms | undefined;
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.linking.actions': string;
|
|
9
9
|
'fabric.linking.add_account': string;
|
|
10
|
+
'fabric.linking.assigned_to': string;
|
|
10
11
|
'fabric.linking.cancel': string;
|
|
11
12
|
'fabric.linking.cannot_connect': string;
|
|
12
13
|
'fabric.linking.cannot_find_link': string;
|
|
@@ -22,6 +23,7 @@ declare const _default: {
|
|
|
22
23
|
'fabric.linking.connect_to': string;
|
|
23
24
|
'fabric.linking.connect_unauthorised_account_action': string;
|
|
24
25
|
'fabric.linking.connect_unauthorised_account_description': string;
|
|
26
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': string;
|
|
25
27
|
'fabric.linking.continue': string;
|
|
26
28
|
'fabric.linking.copy_url_to_clipboard': string;
|
|
27
29
|
'fabric.linking.couldnt_load_link': string;
|
|
@@ -65,6 +67,7 @@ declare const _default: {
|
|
|
65
67
|
'fabric.linking.priority_minor': string;
|
|
66
68
|
'fabric.linking.priority_trivial': string;
|
|
67
69
|
'fabric.linking.priority_undefined': string;
|
|
70
|
+
'fabric.linking.read_time': string;
|
|
68
71
|
'fabric.linking.request_access': string;
|
|
69
72
|
'fabric.linking.request_access_description': string;
|
|
70
73
|
'fabric.linking.request_access_pending': string;
|
|
@@ -82,6 +85,10 @@ declare const _default: {
|
|
|
82
85
|
'fabric.linking.status_change_update_error': string;
|
|
83
86
|
'fabric.linking.try_again': string;
|
|
84
87
|
'fabric.linking.try_another_account': string;
|
|
88
|
+
'fabric.linking.unauthorised_account_description': string;
|
|
89
|
+
'fabric.linking.unauthorised_account_description_no_provider': string;
|
|
90
|
+
'fabric.linking.unauthorised_account_name': string;
|
|
91
|
+
'fabric.linking.unauthorised_account_name_no_provider': string;
|
|
85
92
|
'fabric.linking.unlink_account': string;
|
|
86
93
|
'fabric.linking.updated_by': string;
|
|
87
94
|
'fabric.linking.view': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.linking.actions': string;
|
|
9
9
|
'fabric.linking.add_account': string;
|
|
10
|
+
'fabric.linking.assigned_to': string;
|
|
10
11
|
'fabric.linking.cancel': string;
|
|
11
12
|
'fabric.linking.cannot_connect': string;
|
|
12
13
|
'fabric.linking.cannot_find_link': string;
|
|
@@ -22,6 +23,7 @@ declare const _default: {
|
|
|
22
23
|
'fabric.linking.connect_to': string;
|
|
23
24
|
'fabric.linking.connect_unauthorised_account_action': string;
|
|
24
25
|
'fabric.linking.connect_unauthorised_account_description': string;
|
|
26
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': string;
|
|
25
27
|
'fabric.linking.continue': string;
|
|
26
28
|
'fabric.linking.copy_url_to_clipboard': string;
|
|
27
29
|
'fabric.linking.couldnt_load_link': string;
|
|
@@ -65,6 +67,7 @@ declare const _default: {
|
|
|
65
67
|
'fabric.linking.priority_minor': string;
|
|
66
68
|
'fabric.linking.priority_trivial': string;
|
|
67
69
|
'fabric.linking.priority_undefined': string;
|
|
70
|
+
'fabric.linking.read_time': string;
|
|
68
71
|
'fabric.linking.request_access': string;
|
|
69
72
|
'fabric.linking.request_access_description': string;
|
|
70
73
|
'fabric.linking.request_access_pending': string;
|
|
@@ -82,6 +85,10 @@ declare const _default: {
|
|
|
82
85
|
'fabric.linking.status_change_update_error': string;
|
|
83
86
|
'fabric.linking.try_again': string;
|
|
84
87
|
'fabric.linking.try_another_account': string;
|
|
88
|
+
'fabric.linking.unauthorised_account_description': string;
|
|
89
|
+
'fabric.linking.unauthorised_account_description_no_provider': string;
|
|
90
|
+
'fabric.linking.unauthorised_account_name': string;
|
|
91
|
+
'fabric.linking.unauthorised_account_name_no_provider': string;
|
|
85
92
|
'fabric.linking.unlink_account': string;
|
|
86
93
|
'fabric.linking.updated_by': string;
|
|
87
94
|
'fabric.linking.view': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.linking.actions': string;
|
|
9
9
|
'fabric.linking.add_account': string;
|
|
10
|
+
'fabric.linking.assigned_to': string;
|
|
10
11
|
'fabric.linking.cancel': string;
|
|
11
12
|
'fabric.linking.cannot_connect': string;
|
|
12
13
|
'fabric.linking.cannot_find_link': string;
|
|
@@ -22,6 +23,7 @@ declare const _default: {
|
|
|
22
23
|
'fabric.linking.connect_to': string;
|
|
23
24
|
'fabric.linking.connect_unauthorised_account_action': string;
|
|
24
25
|
'fabric.linking.connect_unauthorised_account_description': string;
|
|
26
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': string;
|
|
25
27
|
'fabric.linking.continue': string;
|
|
26
28
|
'fabric.linking.copy_url_to_clipboard': string;
|
|
27
29
|
'fabric.linking.couldnt_load_link': string;
|
|
@@ -65,6 +67,7 @@ declare const _default: {
|
|
|
65
67
|
'fabric.linking.priority_minor': string;
|
|
66
68
|
'fabric.linking.priority_trivial': string;
|
|
67
69
|
'fabric.linking.priority_undefined': string;
|
|
70
|
+
'fabric.linking.read_time': string;
|
|
68
71
|
'fabric.linking.request_access': string;
|
|
69
72
|
'fabric.linking.request_access_description': string;
|
|
70
73
|
'fabric.linking.request_access_pending': string;
|
|
@@ -82,6 +85,10 @@ declare const _default: {
|
|
|
82
85
|
'fabric.linking.status_change_update_error': string;
|
|
83
86
|
'fabric.linking.try_again': string;
|
|
84
87
|
'fabric.linking.try_another_account': string;
|
|
88
|
+
'fabric.linking.unauthorised_account_description': string;
|
|
89
|
+
'fabric.linking.unauthorised_account_description_no_provider': string;
|
|
90
|
+
'fabric.linking.unauthorised_account_name': string;
|
|
91
|
+
'fabric.linking.unauthorised_account_name_no_provider': string;
|
|
85
92
|
'fabric.linking.unlink_account': string;
|
|
86
93
|
'fabric.linking.updated_by': string;
|
|
87
94
|
'fabric.linking.view': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.linking.actions': string;
|
|
9
9
|
'fabric.linking.add_account': string;
|
|
10
|
+
'fabric.linking.assigned_to': string;
|
|
10
11
|
'fabric.linking.cancel': string;
|
|
11
12
|
'fabric.linking.cannot_connect': string;
|
|
12
13
|
'fabric.linking.cannot_find_link': string;
|
|
@@ -22,6 +23,7 @@ declare const _default: {
|
|
|
22
23
|
'fabric.linking.connect_to': string;
|
|
23
24
|
'fabric.linking.connect_unauthorised_account_action': string;
|
|
24
25
|
'fabric.linking.connect_unauthorised_account_description': string;
|
|
26
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': string;
|
|
25
27
|
'fabric.linking.continue': string;
|
|
26
28
|
'fabric.linking.copy_url_to_clipboard': string;
|
|
27
29
|
'fabric.linking.couldnt_load_link': string;
|
|
@@ -65,6 +67,7 @@ declare const _default: {
|
|
|
65
67
|
'fabric.linking.priority_minor': string;
|
|
66
68
|
'fabric.linking.priority_trivial': string;
|
|
67
69
|
'fabric.linking.priority_undefined': string;
|
|
70
|
+
'fabric.linking.read_time': string;
|
|
68
71
|
'fabric.linking.request_access': string;
|
|
69
72
|
'fabric.linking.request_access_description': string;
|
|
70
73
|
'fabric.linking.request_access_pending': string;
|
|
@@ -82,6 +85,10 @@ declare const _default: {
|
|
|
82
85
|
'fabric.linking.status_change_update_error': string;
|
|
83
86
|
'fabric.linking.try_again': string;
|
|
84
87
|
'fabric.linking.try_another_account': string;
|
|
88
|
+
'fabric.linking.unauthorised_account_description': string;
|
|
89
|
+
'fabric.linking.unauthorised_account_description_no_provider': string;
|
|
90
|
+
'fabric.linking.unauthorised_account_name': string;
|
|
91
|
+
'fabric.linking.unauthorised_account_name_no_provider': string;
|
|
85
92
|
'fabric.linking.unlink_account': string;
|
|
86
93
|
'fabric.linking.updated_by': string;
|
|
87
94
|
'fabric.linking.view': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.linking.actions': string;
|
|
9
9
|
'fabric.linking.add_account': string;
|
|
10
|
+
'fabric.linking.assigned_to': string;
|
|
10
11
|
'fabric.linking.cancel': string;
|
|
11
12
|
'fabric.linking.cannot_connect': string;
|
|
12
13
|
'fabric.linking.cannot_find_link': string;
|
|
@@ -22,6 +23,7 @@ declare const _default: {
|
|
|
22
23
|
'fabric.linking.connect_to': string;
|
|
23
24
|
'fabric.linking.connect_unauthorised_account_action': string;
|
|
24
25
|
'fabric.linking.connect_unauthorised_account_description': string;
|
|
26
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': string;
|
|
25
27
|
'fabric.linking.continue': string;
|
|
26
28
|
'fabric.linking.copy_url_to_clipboard': string;
|
|
27
29
|
'fabric.linking.couldnt_load_link': string;
|
|
@@ -65,6 +67,7 @@ declare const _default: {
|
|
|
65
67
|
'fabric.linking.priority_minor': string;
|
|
66
68
|
'fabric.linking.priority_trivial': string;
|
|
67
69
|
'fabric.linking.priority_undefined': string;
|
|
70
|
+
'fabric.linking.read_time': string;
|
|
68
71
|
'fabric.linking.request_access': string;
|
|
69
72
|
'fabric.linking.request_access_description': string;
|
|
70
73
|
'fabric.linking.request_access_pending': string;
|
|
@@ -82,6 +85,10 @@ declare const _default: {
|
|
|
82
85
|
'fabric.linking.status_change_update_error': string;
|
|
83
86
|
'fabric.linking.try_again': string;
|
|
84
87
|
'fabric.linking.try_another_account': string;
|
|
88
|
+
'fabric.linking.unauthorised_account_description': string;
|
|
89
|
+
'fabric.linking.unauthorised_account_description_no_provider': string;
|
|
90
|
+
'fabric.linking.unauthorised_account_name': string;
|
|
91
|
+
'fabric.linking.unauthorised_account_name_no_provider': string;
|
|
85
92
|
'fabric.linking.unlink_account': string;
|
|
86
93
|
'fabric.linking.updated_by': string;
|
|
87
94
|
'fabric.linking.view': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.linking.actions': string;
|
|
9
9
|
'fabric.linking.add_account': string;
|
|
10
|
+
'fabric.linking.assigned_to': string;
|
|
10
11
|
'fabric.linking.cancel': string;
|
|
11
12
|
'fabric.linking.cannot_connect': string;
|
|
12
13
|
'fabric.linking.cannot_find_link': string;
|
|
@@ -22,6 +23,7 @@ declare const _default: {
|
|
|
22
23
|
'fabric.linking.connect_to': string;
|
|
23
24
|
'fabric.linking.connect_unauthorised_account_action': string;
|
|
24
25
|
'fabric.linking.connect_unauthorised_account_description': string;
|
|
26
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': string;
|
|
25
27
|
'fabric.linking.continue': string;
|
|
26
28
|
'fabric.linking.copy_url_to_clipboard': string;
|
|
27
29
|
'fabric.linking.couldnt_load_link': string;
|
|
@@ -65,6 +67,7 @@ declare const _default: {
|
|
|
65
67
|
'fabric.linking.priority_minor': string;
|
|
66
68
|
'fabric.linking.priority_trivial': string;
|
|
67
69
|
'fabric.linking.priority_undefined': string;
|
|
70
|
+
'fabric.linking.read_time': string;
|
|
68
71
|
'fabric.linking.request_access': string;
|
|
69
72
|
'fabric.linking.request_access_description': string;
|
|
70
73
|
'fabric.linking.request_access_pending': string;
|
|
@@ -82,6 +85,10 @@ declare const _default: {
|
|
|
82
85
|
'fabric.linking.status_change_update_error': string;
|
|
83
86
|
'fabric.linking.try_again': string;
|
|
84
87
|
'fabric.linking.try_another_account': string;
|
|
88
|
+
'fabric.linking.unauthorised_account_description': string;
|
|
89
|
+
'fabric.linking.unauthorised_account_description_no_provider': string;
|
|
90
|
+
'fabric.linking.unauthorised_account_name': string;
|
|
91
|
+
'fabric.linking.unauthorised_account_name_no_provider': string;
|
|
85
92
|
'fabric.linking.unlink_account': string;
|
|
86
93
|
'fabric.linking.updated_by': string;
|
|
87
94
|
'fabric.linking.view': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.linking.actions': string;
|
|
9
9
|
'fabric.linking.add_account': string;
|
|
10
|
+
'fabric.linking.assigned_to': string;
|
|
10
11
|
'fabric.linking.cancel': string;
|
|
11
12
|
'fabric.linking.cannot_connect': string;
|
|
12
13
|
'fabric.linking.cannot_find_link': string;
|
|
@@ -22,6 +23,7 @@ declare const _default: {
|
|
|
22
23
|
'fabric.linking.connect_to': string;
|
|
23
24
|
'fabric.linking.connect_unauthorised_account_action': string;
|
|
24
25
|
'fabric.linking.connect_unauthorised_account_description': string;
|
|
26
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': string;
|
|
25
27
|
'fabric.linking.continue': string;
|
|
26
28
|
'fabric.linking.copy_url_to_clipboard': string;
|
|
27
29
|
'fabric.linking.couldnt_load_link': string;
|
|
@@ -65,6 +67,7 @@ declare const _default: {
|
|
|
65
67
|
'fabric.linking.priority_minor': string;
|
|
66
68
|
'fabric.linking.priority_trivial': string;
|
|
67
69
|
'fabric.linking.priority_undefined': string;
|
|
70
|
+
'fabric.linking.read_time': string;
|
|
68
71
|
'fabric.linking.request_access': string;
|
|
69
72
|
'fabric.linking.request_access_description': string;
|
|
70
73
|
'fabric.linking.request_access_pending': string;
|
|
@@ -82,6 +85,10 @@ declare const _default: {
|
|
|
82
85
|
'fabric.linking.status_change_update_error': string;
|
|
83
86
|
'fabric.linking.try_again': string;
|
|
84
87
|
'fabric.linking.try_another_account': string;
|
|
88
|
+
'fabric.linking.unauthorised_account_description': string;
|
|
89
|
+
'fabric.linking.unauthorised_account_description_no_provider': string;
|
|
90
|
+
'fabric.linking.unauthorised_account_name': string;
|
|
91
|
+
'fabric.linking.unauthorised_account_name_no_provider': string;
|
|
85
92
|
'fabric.linking.unlink_account': string;
|
|
86
93
|
'fabric.linking.updated_by': string;
|
|
87
94
|
'fabric.linking.view': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
declare const _default: {
|
|
8
8
|
'fabric.linking.actions': string;
|
|
9
9
|
'fabric.linking.add_account': string;
|
|
10
|
+
'fabric.linking.assigned_to': string;
|
|
10
11
|
'fabric.linking.cancel': string;
|
|
11
12
|
'fabric.linking.cannot_connect': string;
|
|
12
13
|
'fabric.linking.cannot_find_link': string;
|
|
@@ -22,6 +23,7 @@ declare const _default: {
|
|
|
22
23
|
'fabric.linking.connect_to': string;
|
|
23
24
|
'fabric.linking.connect_unauthorised_account_action': string;
|
|
24
25
|
'fabric.linking.connect_unauthorised_account_description': string;
|
|
26
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': string;
|
|
25
27
|
'fabric.linking.continue': string;
|
|
26
28
|
'fabric.linking.copy_url_to_clipboard': string;
|
|
27
29
|
'fabric.linking.couldnt_load_link': string;
|
|
@@ -65,6 +67,7 @@ declare const _default: {
|
|
|
65
67
|
'fabric.linking.priority_minor': string;
|
|
66
68
|
'fabric.linking.priority_trivial': string;
|
|
67
69
|
'fabric.linking.priority_undefined': string;
|
|
70
|
+
'fabric.linking.read_time': string;
|
|
68
71
|
'fabric.linking.request_access': string;
|
|
69
72
|
'fabric.linking.request_access_description': string;
|
|
70
73
|
'fabric.linking.request_access_pending': string;
|
|
@@ -82,6 +85,10 @@ declare const _default: {
|
|
|
82
85
|
'fabric.linking.status_change_update_error': string;
|
|
83
86
|
'fabric.linking.try_again': string;
|
|
84
87
|
'fabric.linking.try_another_account': string;
|
|
88
|
+
'fabric.linking.unauthorised_account_description': string;
|
|
89
|
+
'fabric.linking.unauthorised_account_description_no_provider': string;
|
|
90
|
+
'fabric.linking.unauthorised_account_name': string;
|
|
91
|
+
'fabric.linking.unauthorised_account_name_no_provider': string;
|
|
85
92
|
'fabric.linking.unlink_account': string;
|
|
86
93
|
'fabric.linking.updated_by': string;
|
|
87
94
|
'fabric.linking.view': string;
|