@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/types/i18n/ja.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/ko.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/nb.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/nl.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/pl.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;
|
|
@@ -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/ru.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/sv.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/th.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/tr.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/uk.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/vi.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/zh.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;
|
|
@@ -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/messages.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MessageDescriptor } from 'react-intl-next';
|
|
2
2
|
export type RequestAccessMessageKey = 'click_to_join' | 'click_to_join_description' | 'forbidden_description' | 'request_access' | 'request_access_description' | 'request_access_pending' | 'request_access_pending_description' | 'request_denied_description';
|
|
3
|
-
export type MessageKey = 'assigned_to' | 'cannot_find_link' | 'connect_link_account_card' | 'connect_link_account_card_name' | 'connect_link_account_card_description' | 'connect_unauthorised_account_action' | 'connect_unauthorised_account_description' | 'connect_unauthorised_account_description_no_provider' | 'continue' | 'copy_url_to_clipboard' | 'could_not_load_link' | 'download' | 'go_back' | 'invalid_permissions' | 'invalid_permissions_description' | 'join_to_view' | 'connect_link_account' | 'created_by' | 'created_on_relative' | 'created_on_absolute' | 'check_this_link' | 'delete' | 'edit' | 'learn_more_about_smart_links' | 'loading' | 'link_safety_warning_message' | 'modified_by' | 'modified_on_relative' | 'modified_on_absolute' | 'more_actions' | 'not_found_title' | 'not_found_description' | 'open_issue_in_jira' | 'open_link_in_a_new_tab' | 'owned_by' | 'preview_improved' | '
|
|
3
|
+
export type MessageKey = 'assigned_to' | 'cannot_find_link' | 'connect_link_account_card' | 'connect_link_account_card_name' | 'connect_link_account_card_description' | 'connect_unauthorised_account_action' | 'connect_unauthorised_account_description' | 'connect_unauthorised_account_description_no_provider' | 'continue' | 'copy_url_to_clipboard' | 'could_not_load_link' | 'download' | 'go_back' | 'invalid_permissions' | 'invalid_permissions_description' | 'join_to_view' | 'connect_link_account' | 'created_by' | 'created_on_relative' | 'created_on_absolute' | 'check_this_link' | 'delete' | 'edit' | 'learn_more_about_smart_links' | 'loading' | 'link_safety_warning_message' | 'modified_by' | 'modified_on_relative' | 'modified_on_absolute' | 'more_actions' | 'not_found_title' | 'not_found_description' | 'open_issue_in_jira' | 'open_link_in_a_new_tab' | 'owned_by' | 'preview_improved' | 'preview_close' | 'preview_max_size' | 'preview_min_size' | 'priority_blocker' | 'priority_critical' | 'priority_high' | 'priority_highest' | 'priority_low' | 'priority_lowest' | 'priority_major' | 'priority_medium' | 'priority_minor' | 'priority_trivial' | 'priority_undefined' | 'forbidden_access' | 'pending_request' | 'read_time' | 'restricted_link' | 'request_access_to_view' | 'request_denied' | 'status_change_load_error' | 'status_change_permission_error' | 'status_change_update_error' | 'try_again' | 'try_another_account' | 'unauthorised_account_description' | 'unauthorised_account_description_no_provider' | 'unauthorised_account_name' | 'unauthorised_account_name_no_provider' | 'view' | 'viewIn' | 'viewOriginal' | 'actions' | 'add_account' | 'cancel' | 'close' | 'connect_to' | 'connect_account_description' | 'retry' | 'save' | 'unlink_account' | RequestAccessMessageKey;
|
|
4
4
|
type Messages = {
|
|
5
5
|
[K in MessageKey]: MessageDescriptor;
|
|
6
6
|
};
|
|
@@ -26,7 +26,6 @@ type PreviewInfo = {
|
|
|
26
26
|
analytics: AnalyticsFacade;
|
|
27
27
|
origin?: AnalyticsOrigin;
|
|
28
28
|
isSupportTheming?: boolean;
|
|
29
|
-
enableImprovedPreviewAction?: boolean;
|
|
30
29
|
};
|
|
31
|
-
declare const _default: ({ details,
|
|
30
|
+
declare const _default: ({ details, ...rest }: PreviewInfo) => ActionProps;
|
|
32
31
|
export default _default;
|
|
@@ -30,8 +30,6 @@ export interface ResolvedViewProps {
|
|
|
30
30
|
isTrusted?: boolean;
|
|
31
31
|
/** It determines whether a link source supports different design theme modes */
|
|
32
32
|
isSupportTheming?: boolean;
|
|
33
|
-
/** Determines whether a preview action's text should display 'Open preview' or 'Full screen view' */
|
|
34
|
-
enableImprovedPreviewAction?: boolean;
|
|
35
33
|
}
|
|
36
34
|
export declare const blockCardResolvedViewClassName = "block-card-resolved-view";
|
|
37
35
|
export declare const blockCardResolvedViewByClassName = "block-card-resolved-view-by";
|
|
@@ -2,6 +2,6 @@ import React from 'react';
|
|
|
2
2
|
import { ActionItem } from '../../../../FlexibleCard/components/blocks/types';
|
|
3
3
|
import { LinkAction } from '../../../../../state/hooks-external/useSmartLinkActions';
|
|
4
4
|
import { HoverCardResolvedProps } from './types';
|
|
5
|
-
export declare const toFooterActions: (cardActions: LinkAction[], onActionClick?: ((actionId: string) => void) | undefined
|
|
5
|
+
export declare const toFooterActions: (cardActions: LinkAction[], onActionClick?: ((actionId: string) => void) | undefined) => ActionItem[];
|
|
6
6
|
declare const HoverCardResolvedView: React.FC<HoverCardResolvedProps>;
|
|
7
7
|
export default HoverCardResolvedView;
|
|
@@ -36,7 +36,7 @@ export interface HoverCardProps extends WithAnalyticsEventsProps {
|
|
|
36
36
|
*/
|
|
37
37
|
closeOnChildClick?: boolean;
|
|
38
38
|
/**
|
|
39
|
-
* Determines if the hover card should display the "
|
|
39
|
+
* Determines if the hover card should display the "Open preview" button.
|
|
40
40
|
*/
|
|
41
41
|
hidePreviewButton?: boolean;
|
|
42
42
|
/**
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|