@atlaskit/smart-card 38.16.2 → 38.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/dist/cjs/constants.js +1 -0
- package/dist/cjs/extractors/flexible/index.js +4 -2
- package/dist/cjs/extractors/flexible/utils.js +4 -1
- package/dist/cjs/i18n/cs.js +0 -1
- package/dist/cjs/i18n/da.js +0 -1
- package/dist/cjs/i18n/de.js +0 -1
- package/dist/cjs/i18n/en.js +1 -1
- package/dist/cjs/i18n/en_GB.js +1 -1
- package/dist/cjs/i18n/en_ZZ.js +1 -1
- package/dist/cjs/i18n/es.js +0 -1
- package/dist/cjs/i18n/fi.js +0 -1
- package/dist/cjs/i18n/fr.js +0 -1
- package/dist/cjs/i18n/hr.js +0 -1
- package/dist/cjs/i18n/hu.js +0 -1
- package/dist/cjs/i18n/it.js +0 -1
- package/dist/cjs/i18n/ja.js +0 -1
- package/dist/cjs/i18n/ko.js +0 -1
- package/dist/cjs/i18n/nb.js +0 -1
- package/dist/cjs/i18n/nl.js +0 -1
- package/dist/cjs/i18n/pl.js +0 -1
- package/dist/cjs/i18n/pt_BR.js +0 -1
- package/dist/cjs/i18n/ru.js +0 -1
- package/dist/cjs/i18n/sl.js +179 -0
- package/dist/cjs/i18n/sr_RS.js +179 -0
- package/dist/cjs/i18n/sr_YR.js +179 -0
- package/dist/cjs/i18n/sv.js +0 -1
- package/dist/cjs/i18n/th.js +0 -1
- package/dist/cjs/i18n/tr.js +0 -1
- package/dist/cjs/i18n/uk.js +0 -1
- package/dist/cjs/i18n/vi.js +0 -1
- package/dist/cjs/i18n/zh.js +0 -1
- package/dist/cjs/i18n/zh_TW.js +0 -1
- package/dist/cjs/messages.js +5 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/BlockCard/views/utils/index.js +3 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/snippet-block/index.js +5 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/index.js +7 -0
- package/dist/cjs/view/FlexibleCard/components/elements/user-attributes-element/index.js +41 -0
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/constants.js +1 -0
- package/dist/es2019/extractors/flexible/index.js +4 -1
- package/dist/es2019/extractors/flexible/utils.js +3 -0
- package/dist/es2019/i18n/cs.js +0 -1
- package/dist/es2019/i18n/da.js +0 -1
- package/dist/es2019/i18n/de.js +0 -1
- package/dist/es2019/i18n/en.js +1 -1
- package/dist/es2019/i18n/en_GB.js +1 -1
- package/dist/es2019/i18n/en_ZZ.js +1 -1
- package/dist/es2019/i18n/es.js +0 -1
- package/dist/es2019/i18n/fi.js +0 -1
- package/dist/es2019/i18n/fr.js +0 -1
- package/dist/es2019/i18n/hr.js +0 -1
- package/dist/es2019/i18n/hu.js +0 -1
- package/dist/es2019/i18n/it.js +0 -1
- package/dist/es2019/i18n/ja.js +0 -1
- package/dist/es2019/i18n/ko.js +0 -1
- package/dist/es2019/i18n/nb.js +0 -1
- package/dist/es2019/i18n/nl.js +0 -1
- package/dist/es2019/i18n/pl.js +0 -1
- package/dist/es2019/i18n/pt_BR.js +0 -1
- package/dist/es2019/i18n/ru.js +0 -1
- package/dist/es2019/i18n/sl.js +173 -0
- package/dist/es2019/i18n/sr_RS.js +173 -0
- package/dist/es2019/i18n/sr_YR.js +173 -0
- package/dist/es2019/i18n/sv.js +0 -1
- package/dist/es2019/i18n/th.js +0 -1
- package/dist/es2019/i18n/tr.js +0 -1
- package/dist/es2019/i18n/uk.js +0 -1
- package/dist/es2019/i18n/vi.js +0 -1
- package/dist/es2019/i18n/zh.js +0 -1
- package/dist/es2019/i18n/zh_TW.js +0 -1
- package/dist/es2019/messages.js +5 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/BlockCard/views/utils/index.js +3 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/snippet-block/index.js +3 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/utils.js +1 -0
- package/dist/es2019/view/FlexibleCard/components/elements/index.js +1 -0
- package/dist/es2019/view/FlexibleCard/components/elements/user-attributes-element/index.js +34 -0
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/constants.js +1 -0
- package/dist/esm/extractors/flexible/index.js +5 -3
- package/dist/esm/extractors/flexible/utils.js +3 -0
- package/dist/esm/i18n/cs.js +0 -1
- package/dist/esm/i18n/da.js +0 -1
- package/dist/esm/i18n/de.js +0 -1
- package/dist/esm/i18n/en.js +1 -1
- package/dist/esm/i18n/en_GB.js +1 -1
- package/dist/esm/i18n/en_ZZ.js +1 -1
- package/dist/esm/i18n/es.js +0 -1
- package/dist/esm/i18n/fi.js +0 -1
- package/dist/esm/i18n/fr.js +0 -1
- package/dist/esm/i18n/hr.js +0 -1
- package/dist/esm/i18n/hu.js +0 -1
- package/dist/esm/i18n/it.js +0 -1
- package/dist/esm/i18n/ja.js +0 -1
- package/dist/esm/i18n/ko.js +0 -1
- package/dist/esm/i18n/nb.js +0 -1
- package/dist/esm/i18n/nl.js +0 -1
- package/dist/esm/i18n/pl.js +0 -1
- package/dist/esm/i18n/pt_BR.js +0 -1
- package/dist/esm/i18n/ru.js +0 -1
- package/dist/esm/i18n/sl.js +173 -0
- package/dist/esm/i18n/sr_RS.js +173 -0
- package/dist/esm/i18n/sr_YR.js +173 -0
- package/dist/esm/i18n/sv.js +0 -1
- package/dist/esm/i18n/th.js +0 -1
- package/dist/esm/i18n/tr.js +0 -1
- package/dist/esm/i18n/uk.js +0 -1
- package/dist/esm/i18n/vi.js +0 -1
- package/dist/esm/i18n/zh.js +0 -1
- package/dist/esm/i18n/zh_TW.js +0 -1
- package/dist/esm/messages.js +5 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/BlockCard/views/utils/index.js +3 -1
- package/dist/esm/view/FlexibleCard/components/blocks/snippet-block/index.js +5 -2
- package/dist/esm/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/index.js +1 -0
- package/dist/esm/view/FlexibleCard/components/elements/user-attributes-element/index.js +34 -0
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/constants.d.ts +1 -0
- package/dist/types/extractors/flexible/utils.d.ts +1 -0
- package/dist/types/i18n/cs.d.ts +0 -1
- package/dist/types/i18n/da.d.ts +0 -1
- package/dist/types/i18n/de.d.ts +0 -1
- package/dist/types/i18n/en.d.ts +1 -1
- package/dist/types/i18n/en_GB.d.ts +1 -1
- package/dist/types/i18n/en_ZZ.d.ts +1 -1
- package/dist/types/i18n/es.d.ts +0 -1
- package/dist/types/i18n/fi.d.ts +0 -1
- package/dist/types/i18n/fr.d.ts +0 -1
- package/dist/types/i18n/hr.d.ts +0 -1
- package/dist/types/i18n/hu.d.ts +0 -1
- package/dist/types/i18n/it.d.ts +0 -1
- package/dist/types/i18n/ja.d.ts +0 -1
- package/dist/types/i18n/ko.d.ts +0 -1
- package/dist/types/i18n/nb.d.ts +0 -1
- package/dist/types/i18n/nl.d.ts +0 -1
- package/dist/types/i18n/pl.d.ts +0 -1
- package/dist/types/i18n/pt_BR.d.ts +0 -1
- package/dist/types/i18n/ru.d.ts +0 -1
- package/dist/types/i18n/sl.d.ts +172 -0
- package/dist/types/i18n/sr_RS.d.ts +172 -0
- package/dist/types/i18n/sr_YR.d.ts +172 -0
- package/dist/types/i18n/sv.d.ts +0 -1
- package/dist/types/i18n/th.d.ts +0 -1
- package/dist/types/i18n/tr.d.ts +0 -1
- package/dist/types/i18n/uk.d.ts +0 -1
- package/dist/types/i18n/vi.d.ts +0 -1
- package/dist/types/i18n/zh.d.ts +0 -1
- package/dist/types/i18n/zh_TW.d.ts +0 -1
- package/dist/types/messages.d.ts +1 -1
- package/dist/types/state/flexible-ui-context/types.d.ts +11 -0
- package/dist/types/view/FlexibleCard/components/blocks/snippet-block/index.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/blocks/snippet-block/types.d.ts +4 -0
- package/dist/types/view/FlexibleCard/components/blocks/types.d.ts +8 -1
- package/dist/types/view/FlexibleCard/components/elements/common/base-icon-element/index.d.ts +5 -0
- package/dist/types/view/FlexibleCard/components/elements/index.d.ts +1 -0
- package/dist/types/view/FlexibleCard/components/elements/user-attributes-element/index.d.ts +5 -0
- package/dist/types-ts4.5/constants.d.ts +1 -0
- package/dist/types-ts4.5/extractors/flexible/utils.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -1
- package/dist/types-ts4.5/i18n/da.d.ts +0 -1
- package/dist/types-ts4.5/i18n/de.d.ts +0 -1
- package/dist/types-ts4.5/i18n/en.d.ts +1 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -1
- package/dist/types-ts4.5/i18n/es.d.ts +0 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -1
- package/dist/types-ts4.5/i18n/hr.d.ts +0 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -1
- package/dist/types-ts4.5/i18n/it.d.ts +0 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -1
- package/dist/types-ts4.5/i18n/sl.d.ts +172 -0
- package/dist/types-ts4.5/i18n/sr_RS.d.ts +172 -0
- package/dist/types-ts4.5/i18n/sr_YR.d.ts +172 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -1
- package/dist/types-ts4.5/i18n/th.d.ts +0 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -1
- package/dist/types-ts4.5/messages.d.ts +1 -1
- package/dist/types-ts4.5/state/flexible-ui-context/types.d.ts +11 -0
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/snippet-block/index.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/snippet-block/types.d.ts +4 -0
- package/dist/types-ts4.5/view/FlexibleCard/components/blocks/types.d.ts +8 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/common/base-icon-element/index.d.ts +5 -0
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/index.d.ts +1 -0
- package/dist/types-ts4.5/view/FlexibleCard/components/elements/user-attributes-element/index.d.ts +5 -0
- package/package.json +7 -4
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'automation-menu.empty-state.image.alt': string;
|
|
9
|
+
'automation-menu.empty-state.learn-more.link': string;
|
|
10
|
+
'automation-menu.modal.empty.automations.admin.description': string;
|
|
11
|
+
'automation-menu.modal.empty.automations.user.description': string;
|
|
12
|
+
'automation-menu.modal.error.description': string;
|
|
13
|
+
'automation-menu.modal.error.image.alt': string;
|
|
14
|
+
'automation-menu.modal.footer.automate-button': string;
|
|
15
|
+
'automation-menu.modal.footer.cancel-button': string;
|
|
16
|
+
'automation-menu.modal.footer.get-started-button': string;
|
|
17
|
+
'automation-menu.modal.footer.ok-button': string;
|
|
18
|
+
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
20
|
+
'fabric.linking.access_exists_description': string;
|
|
21
|
+
'fabric.linking.actions': string;
|
|
22
|
+
'fabric.linking.add_account': string;
|
|
23
|
+
'fabric.linking.ai_summarize': string;
|
|
24
|
+
'fabric.linking.ai_summarized': string;
|
|
25
|
+
'fabric.linking.ai_summarized_abbreviation': string;
|
|
26
|
+
'fabric.linking.ai_summarized_info': string;
|
|
27
|
+
'fabric.linking.ai_summarized_info_short': string;
|
|
28
|
+
'fabric.linking.ai_summarizing': string;
|
|
29
|
+
'fabric.linking.ai_summary_action': string;
|
|
30
|
+
'fabric.linking.ai_summary_action_description': string;
|
|
31
|
+
'fabric.linking.ai_summary_error_acceptable_use_violation': string;
|
|
32
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': string;
|
|
33
|
+
'fabric.linking.ai_summary_error_generic': string;
|
|
34
|
+
'fabric.linking.ai_summary_error_hipaa_content_detected': string;
|
|
35
|
+
'fabric.linking.assigned_to': string;
|
|
36
|
+
'fabric.linking.automation-action.confluence.page.modal.description': string;
|
|
37
|
+
'fabric.linking.automation-action.confluence.page.modal.title': string;
|
|
38
|
+
'fabric.linking.automation-action.icon.label': string;
|
|
39
|
+
'fabric.linking.automation-action.title': string;
|
|
40
|
+
'fabric.linking.automation-action.tooltip': string;
|
|
41
|
+
'fabric.linking.beta': string;
|
|
42
|
+
'fabric.linking.cancel': string;
|
|
43
|
+
'fabric.linking.cannot_connect': string;
|
|
44
|
+
'fabric.linking.cannot_find_link': string;
|
|
45
|
+
'fabric.linking.check_this_link': string;
|
|
46
|
+
'fabric.linking.click_to_join': string;
|
|
47
|
+
'fabric.linking.click_to_join_description': string;
|
|
48
|
+
'fabric.linking.close': string;
|
|
49
|
+
'fabric.linking.connect_account_description': string;
|
|
50
|
+
'fabric.linking.connect_link_account': string;
|
|
51
|
+
'fabric.linking.connect_link_account_card_view': string;
|
|
52
|
+
'fabric.linking.connect_link_account_card_view_description': string;
|
|
53
|
+
'fabric.linking.connect_link_account_card_view_name': string;
|
|
54
|
+
'fabric.linking.connect_to': string;
|
|
55
|
+
'fabric.linking.connect_unauthorised_account_action': string;
|
|
56
|
+
'fabric.linking.connect_unauthorised_account_description': string;
|
|
57
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': string;
|
|
58
|
+
'fabric.linking.continue': string;
|
|
59
|
+
'fabric.linking.copied_summary_action_description': string;
|
|
60
|
+
'fabric.linking.copied_url_to_clipboard': string;
|
|
61
|
+
'fabric.linking.copy_summary_action': string;
|
|
62
|
+
'fabric.linking.copy_summary_action_description': string;
|
|
63
|
+
'fabric.linking.copy_url_to_clipboard': string;
|
|
64
|
+
'fabric.linking.couldnt_load_link': string;
|
|
65
|
+
'fabric.linking.create_on_absolute': string;
|
|
66
|
+
'fabric.linking.create_on_relative': string;
|
|
67
|
+
'fabric.linking.created_by': string;
|
|
68
|
+
'fabric.linking.delete': string;
|
|
69
|
+
'fabric.linking.direct_access': string;
|
|
70
|
+
'fabric.linking.direct_access_description': string;
|
|
71
|
+
'fabric.linking.direct_access_title': string;
|
|
72
|
+
'fabric.linking.download': string;
|
|
73
|
+
'fabric.linking.download_description': string;
|
|
74
|
+
'fabric.linking.download_file': string;
|
|
75
|
+
'fabric.linking.edit': string;
|
|
76
|
+
'fabric.linking.follow': string;
|
|
77
|
+
'fabric.linking.follow_goal': string;
|
|
78
|
+
'fabric.linking.follow_goal_description': string;
|
|
79
|
+
'fabric.linking.follow_goal_error': string;
|
|
80
|
+
'fabric.linking.follow_project': string;
|
|
81
|
+
'fabric.linking.follow_project_description': string;
|
|
82
|
+
'fabric.linking.follow_project_error': string;
|
|
83
|
+
'fabric.linking.forbidden_access': string;
|
|
84
|
+
'fabric.linking.forbidden_description': string;
|
|
85
|
+
'fabric.linking.forbidden_title': string;
|
|
86
|
+
'fabric.linking.generic_error_message': string;
|
|
87
|
+
'fabric.linking.go_back': string;
|
|
88
|
+
'fabric.linking.invalid_permissions': string;
|
|
89
|
+
'fabric.linking.invalid_permissions_description': string;
|
|
90
|
+
'fabric.linking.join_to_view': string;
|
|
91
|
+
'fabric.linking.join_to_view-issue-term-refresh': string;
|
|
92
|
+
'fabric.linking.learn_more_about_connecting_account': string;
|
|
93
|
+
'fabric.linking.learn_more_about_smart_links': string;
|
|
94
|
+
'fabric.linking.link_safety_warning_message': string;
|
|
95
|
+
'fabric.linking.loading': string;
|
|
96
|
+
'fabric.linking.modified_on_absolute': string;
|
|
97
|
+
'fabric.linking.modified_on_relative': string;
|
|
98
|
+
'fabric.linking.more_actions': string;
|
|
99
|
+
'fabric.linking.no_access_title': string;
|
|
100
|
+
'fabric.linking.not_found_description': string;
|
|
101
|
+
'fabric.linking.not_found_title': string;
|
|
102
|
+
'fabric.linking.open_issue_in_jira': string;
|
|
103
|
+
'fabric.linking.open_issue_in_jira-issue-term-refresh': string;
|
|
104
|
+
'fabric.linking.open_link_in_a_new_tab': string;
|
|
105
|
+
'fabric.linking.owned_by': string;
|
|
106
|
+
'fabric.linking.pending_request': string;
|
|
107
|
+
'fabric.linking.preview_close': string;
|
|
108
|
+
'fabric.linking.preview_description': string;
|
|
109
|
+
'fabric.linking.preview_improved': string;
|
|
110
|
+
'fabric.linking.preview_max_size': string;
|
|
111
|
+
'fabric.linking.preview_min_size': string;
|
|
112
|
+
'fabric.linking.priority_blocker': string;
|
|
113
|
+
'fabric.linking.priority_critical': string;
|
|
114
|
+
'fabric.linking.priority_high': string;
|
|
115
|
+
'fabric.linking.priority_highest': string;
|
|
116
|
+
'fabric.linking.priority_low': string;
|
|
117
|
+
'fabric.linking.priority_lowest': string;
|
|
118
|
+
'fabric.linking.priority_major': string;
|
|
119
|
+
'fabric.linking.priority_medium': string;
|
|
120
|
+
'fabric.linking.priority_minor': string;
|
|
121
|
+
'fabric.linking.priority_trivial': string;
|
|
122
|
+
'fabric.linking.priority_undefined': string;
|
|
123
|
+
'fabric.linking.read_time': string;
|
|
124
|
+
'fabric.linking.related': string;
|
|
125
|
+
'fabric.linking.related_links_found_in': string;
|
|
126
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
128
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
129
|
+
'fabric.linking.related_links_modal_title': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
131
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
132
|
+
'fabric.linking.related_links_not_found': string;
|
|
133
|
+
'fabric.linking.related_links_view_related_urls': string;
|
|
134
|
+
'fabric.linking.request_access': string;
|
|
135
|
+
'fabric.linking.request_access_description': string;
|
|
136
|
+
'fabric.linking.request_access_pending': string;
|
|
137
|
+
'fabric.linking.request_access_pending_description': string;
|
|
138
|
+
'fabric.linking.request_access_pending_title': string;
|
|
139
|
+
'fabric.linking.request_access_to_view': string;
|
|
140
|
+
'fabric.linking.request_access_to_view-issue-term-refresh': string;
|
|
141
|
+
'fabric.linking.request_denied': string;
|
|
142
|
+
'fabric.linking.request_denied_description': string;
|
|
143
|
+
'fabric.linking.restricted_link': string;
|
|
144
|
+
'fabric.linking.retry': string;
|
|
145
|
+
'fabric.linking.save': string;
|
|
146
|
+
'fabric.linking.sent_on_absolute': string;
|
|
147
|
+
'fabric.linking.sent_on_relative': string;
|
|
148
|
+
'fabric.linking.srclink': string;
|
|
149
|
+
'fabric.linking.srclinkunknown': string;
|
|
150
|
+
'fabric.linking.status_change_load_error': string;
|
|
151
|
+
'fabric.linking.status_change_permission_error': string;
|
|
152
|
+
'fabric.linking.status_change_permission_error-issue-term-refresh': string;
|
|
153
|
+
'fabric.linking.status_change_update_error': string;
|
|
154
|
+
'fabric.linking.try_again': string;
|
|
155
|
+
'fabric.linking.try_another_account': string;
|
|
156
|
+
'fabric.linking.unassigned': string;
|
|
157
|
+
'fabric.linking.unauthorised_account_description': string;
|
|
158
|
+
'fabric.linking.unauthorised_account_description_no_provider': string;
|
|
159
|
+
'fabric.linking.unauthorised_account_name': string;
|
|
160
|
+
'fabric.linking.unauthorised_account_name_no_provider': string;
|
|
161
|
+
'fabric.linking.unfollow': string;
|
|
162
|
+
'fabric.linking.unfollow_goal': string;
|
|
163
|
+
'fabric.linking.unfollow_goal_description': string;
|
|
164
|
+
'fabric.linking.unfollow_goal_error': string;
|
|
165
|
+
'fabric.linking.unfollow_project': string;
|
|
166
|
+
'fabric.linking.unfollow_project_description': string;
|
|
167
|
+
'fabric.linking.unfollow_project_error': string;
|
|
168
|
+
'fabric.linking.unlink_account': string;
|
|
169
|
+
'fabric.linking.updated_by': string;
|
|
170
|
+
'fabric.linking.view': string;
|
|
171
|
+
};
|
|
172
|
+
export default _default;
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'automation-menu.empty-state.image.alt': string;
|
|
9
|
+
'automation-menu.empty-state.learn-more.link': string;
|
|
10
|
+
'automation-menu.modal.empty.automations.admin.description': string;
|
|
11
|
+
'automation-menu.modal.empty.automations.user.description': string;
|
|
12
|
+
'automation-menu.modal.error.description': string;
|
|
13
|
+
'automation-menu.modal.error.image.alt': string;
|
|
14
|
+
'automation-menu.modal.footer.automate-button': string;
|
|
15
|
+
'automation-menu.modal.footer.cancel-button': string;
|
|
16
|
+
'automation-menu.modal.footer.get-started-button': string;
|
|
17
|
+
'automation-menu.modal.footer.ok-button': string;
|
|
18
|
+
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
20
|
+
'fabric.linking.access_exists_description': string;
|
|
21
|
+
'fabric.linking.actions': string;
|
|
22
|
+
'fabric.linking.add_account': string;
|
|
23
|
+
'fabric.linking.ai_summarize': string;
|
|
24
|
+
'fabric.linking.ai_summarized': string;
|
|
25
|
+
'fabric.linking.ai_summarized_abbreviation': string;
|
|
26
|
+
'fabric.linking.ai_summarized_info': string;
|
|
27
|
+
'fabric.linking.ai_summarized_info_short': string;
|
|
28
|
+
'fabric.linking.ai_summarizing': string;
|
|
29
|
+
'fabric.linking.ai_summary_action': string;
|
|
30
|
+
'fabric.linking.ai_summary_action_description': string;
|
|
31
|
+
'fabric.linking.ai_summary_error_acceptable_use_violation': string;
|
|
32
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': string;
|
|
33
|
+
'fabric.linking.ai_summary_error_generic': string;
|
|
34
|
+
'fabric.linking.ai_summary_error_hipaa_content_detected': string;
|
|
35
|
+
'fabric.linking.assigned_to': string;
|
|
36
|
+
'fabric.linking.automation-action.confluence.page.modal.description': string;
|
|
37
|
+
'fabric.linking.automation-action.confluence.page.modal.title': string;
|
|
38
|
+
'fabric.linking.automation-action.icon.label': string;
|
|
39
|
+
'fabric.linking.automation-action.title': string;
|
|
40
|
+
'fabric.linking.automation-action.tooltip': string;
|
|
41
|
+
'fabric.linking.beta': string;
|
|
42
|
+
'fabric.linking.cancel': string;
|
|
43
|
+
'fabric.linking.cannot_connect': string;
|
|
44
|
+
'fabric.linking.cannot_find_link': string;
|
|
45
|
+
'fabric.linking.check_this_link': string;
|
|
46
|
+
'fabric.linking.click_to_join': string;
|
|
47
|
+
'fabric.linking.click_to_join_description': string;
|
|
48
|
+
'fabric.linking.close': string;
|
|
49
|
+
'fabric.linking.connect_account_description': string;
|
|
50
|
+
'fabric.linking.connect_link_account': string;
|
|
51
|
+
'fabric.linking.connect_link_account_card_view': string;
|
|
52
|
+
'fabric.linking.connect_link_account_card_view_description': string;
|
|
53
|
+
'fabric.linking.connect_link_account_card_view_name': string;
|
|
54
|
+
'fabric.linking.connect_to': string;
|
|
55
|
+
'fabric.linking.connect_unauthorised_account_action': string;
|
|
56
|
+
'fabric.linking.connect_unauthorised_account_description': string;
|
|
57
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': string;
|
|
58
|
+
'fabric.linking.continue': string;
|
|
59
|
+
'fabric.linking.copied_summary_action_description': string;
|
|
60
|
+
'fabric.linking.copied_url_to_clipboard': string;
|
|
61
|
+
'fabric.linking.copy_summary_action': string;
|
|
62
|
+
'fabric.linking.copy_summary_action_description': string;
|
|
63
|
+
'fabric.linking.copy_url_to_clipboard': string;
|
|
64
|
+
'fabric.linking.couldnt_load_link': string;
|
|
65
|
+
'fabric.linking.create_on_absolute': string;
|
|
66
|
+
'fabric.linking.create_on_relative': string;
|
|
67
|
+
'fabric.linking.created_by': string;
|
|
68
|
+
'fabric.linking.delete': string;
|
|
69
|
+
'fabric.linking.direct_access': string;
|
|
70
|
+
'fabric.linking.direct_access_description': string;
|
|
71
|
+
'fabric.linking.direct_access_title': string;
|
|
72
|
+
'fabric.linking.download': string;
|
|
73
|
+
'fabric.linking.download_description': string;
|
|
74
|
+
'fabric.linking.download_file': string;
|
|
75
|
+
'fabric.linking.edit': string;
|
|
76
|
+
'fabric.linking.follow': string;
|
|
77
|
+
'fabric.linking.follow_goal': string;
|
|
78
|
+
'fabric.linking.follow_goal_description': string;
|
|
79
|
+
'fabric.linking.follow_goal_error': string;
|
|
80
|
+
'fabric.linking.follow_project': string;
|
|
81
|
+
'fabric.linking.follow_project_description': string;
|
|
82
|
+
'fabric.linking.follow_project_error': string;
|
|
83
|
+
'fabric.linking.forbidden_access': string;
|
|
84
|
+
'fabric.linking.forbidden_description': string;
|
|
85
|
+
'fabric.linking.forbidden_title': string;
|
|
86
|
+
'fabric.linking.generic_error_message': string;
|
|
87
|
+
'fabric.linking.go_back': string;
|
|
88
|
+
'fabric.linking.invalid_permissions': string;
|
|
89
|
+
'fabric.linking.invalid_permissions_description': string;
|
|
90
|
+
'fabric.linking.join_to_view': string;
|
|
91
|
+
'fabric.linking.join_to_view-issue-term-refresh': string;
|
|
92
|
+
'fabric.linking.learn_more_about_connecting_account': string;
|
|
93
|
+
'fabric.linking.learn_more_about_smart_links': string;
|
|
94
|
+
'fabric.linking.link_safety_warning_message': string;
|
|
95
|
+
'fabric.linking.loading': string;
|
|
96
|
+
'fabric.linking.modified_on_absolute': string;
|
|
97
|
+
'fabric.linking.modified_on_relative': string;
|
|
98
|
+
'fabric.linking.more_actions': string;
|
|
99
|
+
'fabric.linking.no_access_title': string;
|
|
100
|
+
'fabric.linking.not_found_description': string;
|
|
101
|
+
'fabric.linking.not_found_title': string;
|
|
102
|
+
'fabric.linking.open_issue_in_jira': string;
|
|
103
|
+
'fabric.linking.open_issue_in_jira-issue-term-refresh': string;
|
|
104
|
+
'fabric.linking.open_link_in_a_new_tab': string;
|
|
105
|
+
'fabric.linking.owned_by': string;
|
|
106
|
+
'fabric.linking.pending_request': string;
|
|
107
|
+
'fabric.linking.preview_close': string;
|
|
108
|
+
'fabric.linking.preview_description': string;
|
|
109
|
+
'fabric.linking.preview_improved': string;
|
|
110
|
+
'fabric.linking.preview_max_size': string;
|
|
111
|
+
'fabric.linking.preview_min_size': string;
|
|
112
|
+
'fabric.linking.priority_blocker': string;
|
|
113
|
+
'fabric.linking.priority_critical': string;
|
|
114
|
+
'fabric.linking.priority_high': string;
|
|
115
|
+
'fabric.linking.priority_highest': string;
|
|
116
|
+
'fabric.linking.priority_low': string;
|
|
117
|
+
'fabric.linking.priority_lowest': string;
|
|
118
|
+
'fabric.linking.priority_major': string;
|
|
119
|
+
'fabric.linking.priority_medium': string;
|
|
120
|
+
'fabric.linking.priority_minor': string;
|
|
121
|
+
'fabric.linking.priority_trivial': string;
|
|
122
|
+
'fabric.linking.priority_undefined': string;
|
|
123
|
+
'fabric.linking.read_time': string;
|
|
124
|
+
'fabric.linking.related': string;
|
|
125
|
+
'fabric.linking.related_links_found_in': string;
|
|
126
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
128
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
129
|
+
'fabric.linking.related_links_modal_title': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
131
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
132
|
+
'fabric.linking.related_links_not_found': string;
|
|
133
|
+
'fabric.linking.related_links_view_related_urls': string;
|
|
134
|
+
'fabric.linking.request_access': string;
|
|
135
|
+
'fabric.linking.request_access_description': string;
|
|
136
|
+
'fabric.linking.request_access_pending': string;
|
|
137
|
+
'fabric.linking.request_access_pending_description': string;
|
|
138
|
+
'fabric.linking.request_access_pending_title': string;
|
|
139
|
+
'fabric.linking.request_access_to_view': string;
|
|
140
|
+
'fabric.linking.request_access_to_view-issue-term-refresh': string;
|
|
141
|
+
'fabric.linking.request_denied': string;
|
|
142
|
+
'fabric.linking.request_denied_description': string;
|
|
143
|
+
'fabric.linking.restricted_link': string;
|
|
144
|
+
'fabric.linking.retry': string;
|
|
145
|
+
'fabric.linking.save': string;
|
|
146
|
+
'fabric.linking.sent_on_absolute': string;
|
|
147
|
+
'fabric.linking.sent_on_relative': string;
|
|
148
|
+
'fabric.linking.srclink': string;
|
|
149
|
+
'fabric.linking.srclinkunknown': string;
|
|
150
|
+
'fabric.linking.status_change_load_error': string;
|
|
151
|
+
'fabric.linking.status_change_permission_error': string;
|
|
152
|
+
'fabric.linking.status_change_permission_error-issue-term-refresh': string;
|
|
153
|
+
'fabric.linking.status_change_update_error': string;
|
|
154
|
+
'fabric.linking.try_again': string;
|
|
155
|
+
'fabric.linking.try_another_account': string;
|
|
156
|
+
'fabric.linking.unassigned': string;
|
|
157
|
+
'fabric.linking.unauthorised_account_description': string;
|
|
158
|
+
'fabric.linking.unauthorised_account_description_no_provider': string;
|
|
159
|
+
'fabric.linking.unauthorised_account_name': string;
|
|
160
|
+
'fabric.linking.unauthorised_account_name_no_provider': string;
|
|
161
|
+
'fabric.linking.unfollow': string;
|
|
162
|
+
'fabric.linking.unfollow_goal': string;
|
|
163
|
+
'fabric.linking.unfollow_goal_description': string;
|
|
164
|
+
'fabric.linking.unfollow_goal_error': string;
|
|
165
|
+
'fabric.linking.unfollow_project': string;
|
|
166
|
+
'fabric.linking.unfollow_project_description': string;
|
|
167
|
+
'fabric.linking.unfollow_project_error': string;
|
|
168
|
+
'fabric.linking.unlink_account': string;
|
|
169
|
+
'fabric.linking.updated_by': string;
|
|
170
|
+
'fabric.linking.view': string;
|
|
171
|
+
};
|
|
172
|
+
export default _default;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -96,7 +96,6 @@ declare const _default: {
|
|
|
96
96
|
'fabric.linking.modified_on_absolute': string;
|
|
97
97
|
'fabric.linking.modified_on_relative': string;
|
|
98
98
|
'fabric.linking.more_actions': string;
|
|
99
|
-
'fabric.linking.more_information_about_this_work_item': string;
|
|
100
99
|
'fabric.linking.no_access_title': string;
|
|
101
100
|
'fabric.linking.not_found_description': string;
|
|
102
101
|
'fabric.linking.not_found_title': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -96,7 +96,6 @@ declare const _default: {
|
|
|
96
96
|
'fabric.linking.modified_on_absolute': string;
|
|
97
97
|
'fabric.linking.modified_on_relative': string;
|
|
98
98
|
'fabric.linking.more_actions': string;
|
|
99
|
-
'fabric.linking.more_information_about_this_work_item': string;
|
|
100
99
|
'fabric.linking.no_access_title': string;
|
|
101
100
|
'fabric.linking.not_found_description': string;
|
|
102
101
|
'fabric.linking.not_found_title': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -96,7 +96,6 @@ declare const _default: {
|
|
|
96
96
|
'fabric.linking.modified_on_absolute': string;
|
|
97
97
|
'fabric.linking.modified_on_relative': string;
|
|
98
98
|
'fabric.linking.more_actions': string;
|
|
99
|
-
'fabric.linking.more_information_about_this_work_item': string;
|
|
100
99
|
'fabric.linking.no_access_title': string;
|
|
101
100
|
'fabric.linking.not_found_description': string;
|
|
102
101
|
'fabric.linking.not_found_title': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -96,7 +96,6 @@ declare const _default: {
|
|
|
96
96
|
'fabric.linking.modified_on_absolute': string;
|
|
97
97
|
'fabric.linking.modified_on_relative': string;
|
|
98
98
|
'fabric.linking.more_actions': string;
|
|
99
|
-
'fabric.linking.more_information_about_this_work_item': string;
|
|
100
99
|
'fabric.linking.no_access_title': string;
|
|
101
100
|
'fabric.linking.not_found_description': string;
|
|
102
101
|
'fabric.linking.not_found_title': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -96,7 +96,6 @@ declare const _default: {
|
|
|
96
96
|
'fabric.linking.modified_on_absolute': string;
|
|
97
97
|
'fabric.linking.modified_on_relative': string;
|
|
98
98
|
'fabric.linking.more_actions': string;
|
|
99
|
-
'fabric.linking.more_information_about_this_work_item': string;
|
|
100
99
|
'fabric.linking.no_access_title': string;
|
|
101
100
|
'fabric.linking.not_found_description': string;
|
|
102
101
|
'fabric.linking.not_found_title': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -96,7 +96,6 @@ declare const _default: {
|
|
|
96
96
|
'fabric.linking.modified_on_absolute': string;
|
|
97
97
|
'fabric.linking.modified_on_relative': string;
|
|
98
98
|
'fabric.linking.more_actions': string;
|
|
99
|
-
'fabric.linking.more_information_about_this_work_item': string;
|
|
100
99
|
'fabric.linking.no_access_title': string;
|
|
101
100
|
'fabric.linking.not_found_description': string;
|
|
102
101
|
'fabric.linking.not_found_title': string;
|
|
@@ -96,7 +96,6 @@ declare const _default: {
|
|
|
96
96
|
'fabric.linking.modified_on_absolute': string;
|
|
97
97
|
'fabric.linking.modified_on_relative': string;
|
|
98
98
|
'fabric.linking.more_actions': string;
|
|
99
|
-
'fabric.linking.more_information_about_this_work_item': string;
|
|
100
99
|
'fabric.linking.no_access_title': string;
|
|
101
100
|
'fabric.linking.not_found_description': string;
|
|
102
101
|
'fabric.linking.not_found_title': string;
|
package/dist/types/messages.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type 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_title' | 'request_access_pending_description' | 'request_denied_description' | 'default_no_access_title' | 'direct_access_title' | 'direct_access_description' | 'direct_access' | 'access_exists_description' | 'not_found_description' | 'not_found_title';
|
|
3
|
-
export type MessageKey = 'assigned_to' | 'ai_summarize' | 'ai_summarized' | 'ai_summarized_abbreviation' | 'ai_summarized_info' | 'ai_summarized_info_short' | 'ai_summarizing' | 'ai_summary_error_generic' | 'ai_summary_error_acceptable_use_violation' | 'ai_summary_error_hipaa_content_detected' | 'ai_summary_error_exceeding_context_length_error' | 'ai_summary_action' | 'ai_summary_action_description' | 'automation_action_title' | 'automation_action_tooltip' | 'automation_action_icon_label' | 'automation_action_confluence_page_modal_title' | 'automation_action_confluence_page_modal_description' | 'copy_summary_action' | 'copy_summary_action_description' | 'copied_summary_action_description' | 'beta' | 'cannot_find_link' | 'compass_applied_components_count' | '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' | 'copied_url_to_clipboard' | 'could_not_load_link' | 'download' | 'download_description' | 'download_file' | 'follow' | 'follow_project_description' | 'follow_project' | 'follow_goal' | 'follow_goal_description' | 'follow_project_error' | 'follow_goal_error' | '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' | 'learn_more_about_connecting_account' | '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_description' | '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' | 'sent_on_relative' | 'sent_on_absolute' | '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' | 'unassigned' | 'unfollow' | 'unfollow_project_description' | 'unfollow_project' | 'unfollow_project_error' | 'unfollow_goal' | 'unfollow_goal_description' | 'unfollow_goal_error' | 'view' | 'viewIn' | 'viewOriginal' | 'actions' | 'add_account' | 'cancel' | 'close' | 'connect_to' | 'connect_account_description' | 'retry' | 'save' | 'unlink_account' | RequestAccessMessageKey | 'related' | 'generic_error_message' | 'related_links_modal_error_header' | 'related_links_modal_error_title' | 'related_links_modal_error_message' | 'related_links_modal_error_description' | 'related_links_modal_unavailable_header' | 'related_links_modal_unavailable_title' | 'related_links_modal_unavailable_message' | 'related_links_modal_unavailable_description' | 'related_links_modal_title' | 'related_links_modal_title_v2' | 'related_links_view_related_urls' | 'related_links_view_related_links' | 'related_links_found_in' | 'related_links_found_in_v2' | 'related_links_includes_links_to' | 'related_links_includes_links_to_v2' | 'related_links_not_found' | 'join_to_viewIssueTermRefresh' | 'open_issue_in_jiraIssueTermRefresh' | 'request_access_to_viewIssueTermRefresh' | 'team_members_count' | 'status_change_permission_errorIssueTermRefresh';
|
|
3
|
+
export type MessageKey = 'assigned_to' | 'ai_summarize' | 'ai_summarized' | 'ai_summarized_abbreviation' | 'ai_summarized_info' | 'ai_summarized_info_short' | 'ai_summarizing' | 'ai_summary_error_generic' | 'ai_summary_error_acceptable_use_violation' | 'ai_summary_error_hipaa_content_detected' | 'ai_summary_error_exceeding_context_length_error' | 'ai_summary_action' | 'ai_summary_action_description' | 'automation_action_title' | 'automation_action_tooltip' | 'automation_action_icon_label' | 'automation_action_confluence_page_modal_title' | 'automation_action_confluence_page_modal_description' | 'copy_summary_action' | 'copy_summary_action_description' | 'copied_summary_action_description' | 'beta' | 'cannot_find_link' | 'compass_applied_components_count' | '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' | 'copied_url_to_clipboard' | 'could_not_load_link' | 'download' | 'download_description' | 'download_file' | 'follow' | 'follow_project_description' | 'follow_project' | 'follow_goal' | 'follow_goal_description' | 'follow_project_error' | 'follow_goal_error' | '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' | 'learn_more_about_connecting_account' | '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_description' | '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' | 'sent_on_relative' | 'sent_on_absolute' | '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' | 'unassigned' | 'unfollow' | 'unfollow_project_description' | 'unfollow_project' | 'unfollow_project_error' | 'unfollow_goal' | 'unfollow_goal_description' | 'unfollow_goal_error' | 'user_attributes' | 'view' | 'viewIn' | 'viewOriginal' | 'actions' | 'add_account' | 'cancel' | 'close' | 'connect_to' | 'connect_account_description' | 'retry' | 'save' | 'unlink_account' | RequestAccessMessageKey | 'related' | 'generic_error_message' | 'related_links_modal_error_header' | 'related_links_modal_error_title' | 'related_links_modal_error_message' | 'related_links_modal_error_description' | 'related_links_modal_unavailable_header' | 'related_links_modal_unavailable_title' | 'related_links_modal_unavailable_message' | 'related_links_modal_unavailable_description' | 'related_links_modal_title' | 'related_links_modal_title_v2' | 'related_links_view_related_urls' | 'related_links_view_related_links' | 'related_links_found_in' | 'related_links_found_in_v2' | 'related_links_includes_links_to' | 'related_links_includes_links_to_v2' | 'related_links_not_found' | 'join_to_viewIssueTermRefresh' | 'open_issue_in_jiraIssueTermRefresh' | 'request_access_to_viewIssueTermRefresh' | 'team_members_count' | 'status_change_permission_errorIssueTermRefresh';
|
|
4
4
|
type Messages = {
|
|
5
5
|
[K in MessageKey]: MessageDescriptor;
|
|
6
6
|
};
|
|
@@ -258,6 +258,17 @@ export type FlexibleUiDataContext = {
|
|
|
258
258
|
tenantId?: string;
|
|
259
259
|
accessType?: string;
|
|
260
260
|
};
|
|
261
|
+
/**
|
|
262
|
+
* Contains user attributes information.
|
|
263
|
+
* @type JsonLd.Primitives.UserAttributes
|
|
264
|
+
* @see UserAttributes
|
|
265
|
+
*/
|
|
266
|
+
userAttributes?: {
|
|
267
|
+
role?: string;
|
|
268
|
+
department?: string;
|
|
269
|
+
location?: string;
|
|
270
|
+
pronouns?: string;
|
|
271
|
+
};
|
|
261
272
|
};
|
|
262
273
|
export type LinkTitle = {
|
|
263
274
|
onClick?: React.EventHandler<React.MouseEvent | React.KeyboardEvent>;
|
|
@@ -6,5 +6,5 @@ import { type SnippetBlockProps } from './types';
|
|
|
6
6
|
* @param {SnippetBlockProps} SnippetBlockProps
|
|
7
7
|
* @see Block
|
|
8
8
|
*/
|
|
9
|
-
declare const SnippetBlock: ({ maxLines, status, testId, text, isHidden, ...blockProps }: SnippetBlockProps) => React.JSX.Element | null;
|
|
9
|
+
declare const SnippetBlock: ({ maxLines, status, testId, text, isHidden, showFooter, ...blockProps }: SnippetBlockProps) => React.JSX.Element | null;
|
|
10
10
|
export default SnippetBlock;
|
|
@@ -13,4 +13,8 @@ export type SnippetBlockProps = {
|
|
|
13
13
|
* The snippet block is rendered hidden at times, this just informs the component and the snippet renderer
|
|
14
14
|
*/
|
|
15
15
|
isHidden?: boolean;
|
|
16
|
+
/**
|
|
17
|
+
* Whether to show the footer of the snippet block.
|
|
18
|
+
*/
|
|
19
|
+
showFooter?: boolean;
|
|
16
20
|
} & BlockProps;
|
|
@@ -194,7 +194,7 @@ export type OnActionMenuOpenChangeOptions = {
|
|
|
194
194
|
/**
|
|
195
195
|
* A type that contains all the possible combinations of elements with their corresponding props.
|
|
196
196
|
*/
|
|
197
|
-
export type ElementItemProps = AssignedTo | AssignedToGroup | AttachmentCount | AuthorGroup | AppliedToComponentsCount | ChecklistProgress | CollaboratorGroup | CommentCount | CreatedBy | CreatedOn | DueOn | LatestCommit | LinkIcon | Location | ModifiedBy | ModifiedOn | OwnedBy | OwnedByGroup | Preview | Priority | ProgrammingLanguage | Provider | ReactCount | ReadTime | SentOn | Snippet | SourceBranch | State | SubscriberCount | SubTasksProgress | StoryPoints | TargetBranch | Title | TeamMemberCount | ViewCount | VoteCount;
|
|
197
|
+
export type ElementItemProps = AssignedTo | AssignedToGroup | AttachmentCount | AuthorGroup | AppliedToComponentsCount | ChecklistProgress | CollaboratorGroup | CommentCount | CreatedBy | CreatedOn | DueOn | LatestCommit | LinkIcon | Location | ModifiedBy | ModifiedOn | OwnedBy | OwnedByGroup | Preview | Priority | ProgrammingLanguage | Provider | ReactCount | ReadTime | SentOn | Snippet | SourceBranch | State | SubscriberCount | SubTasksProgress | StoryPoints | TargetBranch | Title | TeamMemberCount | ViewCount | VoteCount | UserAttributes;
|
|
198
198
|
/**
|
|
199
199
|
* Represents the props available for an AttachmentCount element.
|
|
200
200
|
* @see AttachmentCount
|
|
@@ -468,3 +468,10 @@ export type ViewCount = {
|
|
|
468
468
|
export type VoteCount = {
|
|
469
469
|
name: ElementName.VoteCount;
|
|
470
470
|
};
|
|
471
|
+
/**
|
|
472
|
+
* Represents the props available for an UserAttributes element.
|
|
473
|
+
* @see UserAttributes
|
|
474
|
+
*/
|
|
475
|
+
export type UserAttributes = {
|
|
476
|
+
name: ElementName.UserAttributes;
|
|
477
|
+
};
|
package/dist/types/view/FlexibleCard/components/elements/common/base-icon-element/index.d.ts
CHANGED
|
@@ -52,6 +52,11 @@ export declare const toLinkIconProps: (data: FlexibleUiDataContext[keyof Flexibl
|
|
|
52
52
|
resourceType?: string | undefined;
|
|
53
53
|
tenantId?: string | undefined;
|
|
54
54
|
accessType?: string | undefined;
|
|
55
|
+
} | {
|
|
56
|
+
role?: string | undefined;
|
|
57
|
+
department?: string | undefined;
|
|
58
|
+
location?: string | undefined;
|
|
59
|
+
pronouns?: string | undefined;
|
|
55
60
|
} | {
|
|
56
61
|
appearance: string;
|
|
57
62
|
icon?: IconType | undefined;
|
|
@@ -54,6 +54,7 @@ export { default as StoryPoints } from './story-points-element';
|
|
|
54
54
|
export { default as TargetBranch } from './target-branch-element';
|
|
55
55
|
export { default as TeamMemberCount } from './team-member-count-element';
|
|
56
56
|
export { default as Title } from './title-element';
|
|
57
|
+
export { default as UserAttributes } from './user-attributes-element';
|
|
57
58
|
export { default as ViewCount } from './view-count-element';
|
|
58
59
|
export { default as VoteCount } from './vote-count-element';
|
|
59
60
|
export { default as AppliedToComponentsCount } from './applied-to-components-count-element';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type BaseTextElementProps } from '../common';
|
|
3
|
+
export type UserAttributesElementProps = BaseTextElementProps;
|
|
4
|
+
declare const UserAttributesElement: (props: UserAttributesElementProps) => JSX.Element | null;
|
|
5
|
+
export default UserAttributesElement;
|
|
@@ -25,6 +25,7 @@ export declare const extractTargetBranch: (data: JsonLd.Data.SourceCodePullReque
|
|
|
25
25
|
export declare const extractChecklistProgress: (data: JsonLd.Data.BaseData) => string | undefined;
|
|
26
26
|
export declare const extractLocation: (data: JsonLd.Data.BaseData) => LinkLocation | undefined;
|
|
27
27
|
export declare const extractSubTasksProgress: (data: JsonLd.Data.BaseData) => string | undefined;
|
|
28
|
+
export declare const extractUserAttributes: (data: JsonLd.Data.BaseData) => JsonLd.Primitives.UserAttributes | undefined;
|
|
28
29
|
export declare const extractReadTime: (data: JsonLd.Data.BaseData) => string | undefined;
|
|
29
30
|
export declare const extractSentOn: (data: JsonLd.Data.BaseData) => string | undefined;
|
|
30
31
|
export declare const extractStoryPoints: (data: JsonLd.Data.BaseData) => number | undefined;
|
|
@@ -96,7 +96,6 @@ declare const _default: {
|
|
|
96
96
|
'fabric.linking.modified_on_absolute': string;
|
|
97
97
|
'fabric.linking.modified_on_relative': string;
|
|
98
98
|
'fabric.linking.more_actions': string;
|
|
99
|
-
'fabric.linking.more_information_about_this_work_item': string;
|
|
100
99
|
'fabric.linking.no_access_title': string;
|
|
101
100
|
'fabric.linking.not_found_description': string;
|
|
102
101
|
'fabric.linking.not_found_title': string;
|
|
@@ -96,7 +96,6 @@ declare const _default: {
|
|
|
96
96
|
'fabric.linking.modified_on_absolute': string;
|
|
97
97
|
'fabric.linking.modified_on_relative': string;
|
|
98
98
|
'fabric.linking.more_actions': string;
|
|
99
|
-
'fabric.linking.more_information_about_this_work_item': string;
|
|
100
99
|
'fabric.linking.no_access_title': string;
|
|
101
100
|
'fabric.linking.not_found_description': string;
|
|
102
101
|
'fabric.linking.not_found_title': string;
|
|
@@ -96,7 +96,6 @@ declare const _default: {
|
|
|
96
96
|
'fabric.linking.modified_on_absolute': string;
|
|
97
97
|
'fabric.linking.modified_on_relative': string;
|
|
98
98
|
'fabric.linking.more_actions': string;
|
|
99
|
-
'fabric.linking.more_information_about_this_work_item': string;
|
|
100
99
|
'fabric.linking.no_access_title': string;
|
|
101
100
|
'fabric.linking.not_found_description': string;
|
|
102
101
|
'fabric.linking.not_found_title': string;
|
|
@@ -97,7 +97,6 @@ declare const _default: {
|
|
|
97
97
|
'fabric.linking.modified_on_absolute': string;
|
|
98
98
|
'fabric.linking.modified_on_relative': string;
|
|
99
99
|
'fabric.linking.more_actions': string;
|
|
100
|
-
'fabric.linking.more_information_about_this_work_item': string;
|
|
101
100
|
'fabric.linking.no_access_title': string;
|
|
102
101
|
'fabric.linking.not_found_description': string;
|
|
103
102
|
'fabric.linking.not_found_title': string;
|
|
@@ -161,6 +160,7 @@ declare const _default: {
|
|
|
161
160
|
'fabric.linking.status_change_permission_error': string;
|
|
162
161
|
'fabric.linking.status_change_permission_error-issue-term-refresh': string;
|
|
163
162
|
'fabric.linking.status_change_update_error': string;
|
|
163
|
+
'fabric.linking.team_members_count': string;
|
|
164
164
|
'fabric.linking.try_again': string;
|
|
165
165
|
'fabric.linking.try_another_account': string;
|
|
166
166
|
'fabric.linking.unassigned': string;
|
|
@@ -97,7 +97,6 @@ declare const _default: {
|
|
|
97
97
|
'fabric.linking.modified_on_absolute': string;
|
|
98
98
|
'fabric.linking.modified_on_relative': string;
|
|
99
99
|
'fabric.linking.more_actions': string;
|
|
100
|
-
'fabric.linking.more_information_about_this_work_item': string;
|
|
101
100
|
'fabric.linking.no_access_title': string;
|
|
102
101
|
'fabric.linking.not_found_description': string;
|
|
103
102
|
'fabric.linking.not_found_title': string;
|
|
@@ -161,6 +160,7 @@ declare const _default: {
|
|
|
161
160
|
'fabric.linking.status_change_permission_error': string;
|
|
162
161
|
'fabric.linking.status_change_permission_error-issue-term-refresh': string;
|
|
163
162
|
'fabric.linking.status_change_update_error': string;
|
|
163
|
+
'fabric.linking.team_members_count': string;
|
|
164
164
|
'fabric.linking.try_again': string;
|
|
165
165
|
'fabric.linking.try_another_account': string;
|
|
166
166
|
'fabric.linking.unassigned': string;
|
|
@@ -97,7 +97,6 @@ declare const _default: {
|
|
|
97
97
|
'fabric.linking.modified_on_absolute': string;
|
|
98
98
|
'fabric.linking.modified_on_relative': string;
|
|
99
99
|
'fabric.linking.more_actions': string;
|
|
100
|
-
'fabric.linking.more_information_about_this_work_item': string;
|
|
101
100
|
'fabric.linking.no_access_title': string;
|
|
102
101
|
'fabric.linking.not_found_description': string;
|
|
103
102
|
'fabric.linking.not_found_title': string;
|
|
@@ -161,6 +160,7 @@ declare const _default: {
|
|
|
161
160
|
'fabric.linking.status_change_permission_error': string;
|
|
162
161
|
'fabric.linking.status_change_permission_error-issue-term-refresh': string;
|
|
163
162
|
'fabric.linking.status_change_update_error': string;
|
|
163
|
+
'fabric.linking.team_members_count': string;
|
|
164
164
|
'fabric.linking.try_again': string;
|
|
165
165
|
'fabric.linking.try_another_account': string;
|
|
166
166
|
'fabric.linking.unassigned': string;
|
|
@@ -96,7 +96,6 @@ declare const _default: {
|
|
|
96
96
|
'fabric.linking.modified_on_absolute': string;
|
|
97
97
|
'fabric.linking.modified_on_relative': string;
|
|
98
98
|
'fabric.linking.more_actions': string;
|
|
99
|
-
'fabric.linking.more_information_about_this_work_item': string;
|
|
100
99
|
'fabric.linking.no_access_title': string;
|
|
101
100
|
'fabric.linking.not_found_description': string;
|
|
102
101
|
'fabric.linking.not_found_title': string;
|