@atlaskit/smart-card 27.5.0 → 27.5.2
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 +19 -0
- package/analytics.spec.yaml +6 -0
- package/dist/cjs/common/analytics/generated/use-analytics-events.js +1 -1
- package/dist/cjs/extractors/flexible/actions/extract-automation-action.js +1 -1
- package/dist/cjs/i18n/cs.js +19 -2
- package/dist/cjs/i18n/da.js +17 -2
- package/dist/cjs/i18n/de.js +14 -2
- package/dist/cjs/i18n/en.js +9 -1
- package/dist/cjs/i18n/en_GB.js +9 -1
- package/dist/cjs/i18n/en_ZZ.js +9 -1
- package/dist/cjs/i18n/es.js +14 -2
- package/dist/cjs/i18n/fi.js +17 -2
- package/dist/cjs/i18n/fr.js +6 -0
- package/dist/cjs/i18n/hu.js +17 -2
- package/dist/cjs/i18n/it.js +17 -2
- package/dist/cjs/i18n/ja.js +17 -2
- package/dist/cjs/i18n/ko.js +17 -2
- package/dist/cjs/i18n/nb.js +19 -2
- package/dist/cjs/i18n/nl.js +17 -2
- package/dist/cjs/i18n/pl.js +17 -2
- package/dist/cjs/i18n/pt_BR.js +4 -0
- package/dist/cjs/i18n/ru.js +19 -2
- package/dist/cjs/i18n/sv.js +17 -2
- package/dist/cjs/i18n/th.js +17 -2
- package/dist/cjs/i18n/tr.js +17 -2
- package/dist/cjs/i18n/uk.js +6 -0
- package/dist/cjs/i18n/vi.js +17 -2
- package/dist/cjs/i18n/zh.js +17 -2
- package/dist/cjs/i18n/zh_TW.js +6 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/index.js +5 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +13 -6
- package/dist/es2019/common/analytics/generated/use-analytics-events.js +1 -1
- package/dist/es2019/extractors/flexible/actions/extract-automation-action.js +1 -1
- package/dist/es2019/i18n/cs.js +19 -2
- package/dist/es2019/i18n/da.js +17 -2
- package/dist/es2019/i18n/de.js +14 -2
- package/dist/es2019/i18n/en.js +9 -1
- package/dist/es2019/i18n/en_GB.js +9 -1
- package/dist/es2019/i18n/en_ZZ.js +9 -1
- package/dist/es2019/i18n/es.js +14 -2
- package/dist/es2019/i18n/fi.js +17 -2
- package/dist/es2019/i18n/fr.js +6 -0
- package/dist/es2019/i18n/hu.js +17 -2
- package/dist/es2019/i18n/it.js +17 -2
- package/dist/es2019/i18n/ja.js +17 -2
- package/dist/es2019/i18n/ko.js +17 -2
- package/dist/es2019/i18n/nb.js +19 -2
- package/dist/es2019/i18n/nl.js +17 -2
- package/dist/es2019/i18n/pl.js +17 -2
- package/dist/es2019/i18n/pt_BR.js +4 -0
- package/dist/es2019/i18n/ru.js +19 -2
- package/dist/es2019/i18n/sv.js +17 -2
- package/dist/es2019/i18n/th.js +17 -2
- package/dist/es2019/i18n/tr.js +17 -2
- package/dist/es2019/i18n/uk.js +6 -0
- package/dist/es2019/i18n/vi.js +17 -2
- package/dist/es2019/i18n/zh.js +17 -2
- package/dist/es2019/i18n/zh_TW.js +6 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/index.js +6 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +8 -1
- package/dist/esm/common/analytics/generated/use-analytics-events.js +1 -1
- package/dist/esm/extractors/flexible/actions/extract-automation-action.js +1 -1
- package/dist/esm/i18n/cs.js +19 -2
- package/dist/esm/i18n/da.js +17 -2
- package/dist/esm/i18n/de.js +14 -2
- package/dist/esm/i18n/en.js +9 -1
- package/dist/esm/i18n/en_GB.js +9 -1
- package/dist/esm/i18n/en_ZZ.js +9 -1
- package/dist/esm/i18n/es.js +14 -2
- package/dist/esm/i18n/fi.js +17 -2
- package/dist/esm/i18n/fr.js +6 -0
- package/dist/esm/i18n/hu.js +17 -2
- package/dist/esm/i18n/it.js +17 -2
- package/dist/esm/i18n/ja.js +17 -2
- package/dist/esm/i18n/ko.js +17 -2
- package/dist/esm/i18n/nb.js +19 -2
- package/dist/esm/i18n/nl.js +17 -2
- package/dist/esm/i18n/pl.js +17 -2
- package/dist/esm/i18n/pt_BR.js +4 -0
- package/dist/esm/i18n/ru.js +19 -2
- package/dist/esm/i18n/sv.js +17 -2
- package/dist/esm/i18n/th.js +17 -2
- package/dist/esm/i18n/tr.js +17 -2
- package/dist/esm/i18n/uk.js +6 -0
- package/dist/esm/i18n/vi.js +17 -2
- package/dist/esm/i18n/zh.js +17 -2
- package/dist/esm/i18n/zh_TW.js +6 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/index.js +5 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +8 -1
- package/dist/types/common/analytics/generated/analytics.types.d.ts +5 -4
- package/dist/types/common/analytics/generated/create-event-payload.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +17 -0
- package/dist/types/i18n/da.d.ts +15 -0
- package/dist/types/i18n/de.d.ts +12 -0
- package/dist/types/i18n/en.d.ts +9 -1
- package/dist/types/i18n/en_GB.d.ts +9 -1
- package/dist/types/i18n/en_ZZ.d.ts +9 -1
- package/dist/types/i18n/es.d.ts +12 -0
- package/dist/types/i18n/fi.d.ts +15 -0
- package/dist/types/i18n/fr.d.ts +6 -0
- package/dist/types/i18n/hu.d.ts +15 -0
- package/dist/types/i18n/it.d.ts +15 -0
- package/dist/types/i18n/ja.d.ts +15 -0
- package/dist/types/i18n/ko.d.ts +15 -0
- package/dist/types/i18n/nb.d.ts +17 -0
- package/dist/types/i18n/nl.d.ts +15 -0
- package/dist/types/i18n/pl.d.ts +15 -0
- package/dist/types/i18n/pt_BR.d.ts +4 -0
- package/dist/types/i18n/ru.d.ts +17 -0
- package/dist/types/i18n/sv.d.ts +15 -0
- package/dist/types/i18n/th.d.ts +15 -0
- package/dist/types/i18n/tr.d.ts +15 -0
- package/dist/types/i18n/uk.d.ts +6 -0
- package/dist/types/i18n/vi.d.ts +15 -0
- package/dist/types/i18n/zh.d.ts +15 -0
- package/dist/types/i18n/zh_TW.d.ts +6 -0
- package/dist/types/view/RelatedLinksModal/components/RelatedLinksBaseModal.d.ts +1 -1
- package/dist/types/view/RelatedLinksModal/components/types.d.ts +1 -1
- package/dist/types-ts4.5/common/analytics/generated/analytics.types.d.ts +5 -4
- package/dist/types-ts4.5/common/analytics/generated/create-event-payload.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +17 -0
- package/dist/types-ts4.5/i18n/da.d.ts +15 -0
- package/dist/types-ts4.5/i18n/de.d.ts +12 -0
- package/dist/types-ts4.5/i18n/en.d.ts +9 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +9 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +9 -1
- package/dist/types-ts4.5/i18n/es.d.ts +12 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +15 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +6 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +15 -0
- package/dist/types-ts4.5/i18n/it.d.ts +15 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +15 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +15 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +17 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +15 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +15 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +17 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +15 -0
- package/dist/types-ts4.5/i18n/th.d.ts +15 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +15 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +6 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +15 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +15 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +6 -0
- package/dist/types-ts4.5/view/RelatedLinksModal/components/RelatedLinksBaseModal.d.ts +1 -1
- package/dist/types-ts4.5/view/RelatedLinksModal/components/types.d.ts +1 -1
- package/package.json +3 -3
|
@@ -120,6 +120,10 @@ declare const _default: {
|
|
|
120
120
|
'fabric.linking.priority_undefined': string;
|
|
121
121
|
'fabric.linking.read_time': string;
|
|
122
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
123
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
124
128
|
'fabric.linking.request_access': string;
|
|
125
129
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -5,6 +5,18 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
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;
|
|
8
20
|
'fabric.linking.access_exists_description': string;
|
|
9
21
|
'fabric.linking.actions': string;
|
|
10
22
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +121,11 @@ declare const _default: {
|
|
|
109
121
|
'fabric.linking.priority_undefined': string;
|
|
110
122
|
'fabric.linking.read_time': string;
|
|
111
123
|
'fabric.linking.related': string;
|
|
124
|
+
'fabric.linking.related_links_found_in': string;
|
|
125
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_title': string;
|
|
127
|
+
'fabric.linking.related_links_not_found': string;
|
|
128
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
112
129
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
130
|
'fabric.linking.request_access': string;
|
|
114
131
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/sv.d.ts
CHANGED
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
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;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/th.d.ts
CHANGED
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
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;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/tr.d.ts
CHANGED
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
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;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -120,6 +121,11 @@ declare const _default: {
|
|
|
120
121
|
'fabric.linking.priority_undefined': string;
|
|
121
122
|
'fabric.linking.read_time': string;
|
|
122
123
|
'fabric.linking.related': string;
|
|
124
|
+
'fabric.linking.related_links_found_in': string;
|
|
125
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_title': string;
|
|
127
|
+
'fabric.linking.related_links_not_found': string;
|
|
128
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
123
129
|
'fabric.linking.related_work_items_not_found': string;
|
|
124
130
|
'fabric.linking.request_access': string;
|
|
125
131
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/vi.d.ts
CHANGED
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
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;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
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;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -120,6 +121,11 @@ declare const _default: {
|
|
|
120
121
|
'fabric.linking.priority_undefined': string;
|
|
121
122
|
'fabric.linking.read_time': string;
|
|
122
123
|
'fabric.linking.related': string;
|
|
124
|
+
'fabric.linking.related_links_found_in': string;
|
|
125
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_title': string;
|
|
127
|
+
'fabric.linking.related_links_not_found': string;
|
|
128
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
123
129
|
'fabric.linking.related_work_items_not_found': string;
|
|
124
130
|
'fabric.linking.request_access': string;
|
|
125
131
|
'fabric.linking.request_access_description': string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/** @jsx jsx */
|
|
2
2
|
import { jsx } from '@emotion/react';
|
|
3
3
|
import { type RelatedLinksBaseModalProps } from './types';
|
|
4
|
-
declare const RelatedLinksBaseModal: ({ onClose, showModal, children
|
|
4
|
+
declare const RelatedLinksBaseModal: ({ onClose, showModal, children }: RelatedLinksBaseModalProps) => jsx.JSX.Element;
|
|
5
5
|
export default RelatedLinksBaseModal;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Generates Typescript types for analytics events from analytics.spec.yaml
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::c3c6503e4183ef772d7576a979b729b7>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen smart-card
|
|
8
8
|
*/
|
|
9
9
|
export type PackageMetaDataType = {
|
|
@@ -33,9 +33,6 @@ export type ErrorViewedAiSummaryAttributesType = {};
|
|
|
33
33
|
export type SummarySuccessAttributesType = {};
|
|
34
34
|
export type SummaryFailedAttributesType = {
|
|
35
35
|
reason: string | null;
|
|
36
|
-
/**
|
|
37
|
-
* True if the error should be counted towards the SLO.
|
|
38
|
-
*/
|
|
39
36
|
isSloError: boolean;
|
|
40
37
|
};
|
|
41
38
|
export type AiInteractionInitiatedAttributesType = {
|
|
@@ -43,6 +40,7 @@ export type AiInteractionInitiatedAttributesType = {
|
|
|
43
40
|
proactiveAIGenerated: number;
|
|
44
41
|
userGeneratedAI: number;
|
|
45
42
|
};
|
|
43
|
+
export type ButtonClickedAutomationActionAttributesType = {};
|
|
46
44
|
export type AnalyticsEventAttributes = {
|
|
47
45
|
/**
|
|
48
46
|
* fired when an ai summary is clicked */
|
|
@@ -65,5 +63,8 @@ export type AnalyticsEventAttributes = {
|
|
|
65
63
|
/**
|
|
66
64
|
* fired when an explicit request is made to use an AI-powered feature */
|
|
67
65
|
'track.aiInteraction.initiated': AiInteractionInitiatedAttributesType;
|
|
66
|
+
/**
|
|
67
|
+
* fired when the automation action button is clicked */
|
|
68
|
+
'ui.button.clicked.automationAction': ButtonClickedAutomationActionAttributesType;
|
|
68
69
|
};
|
|
69
70
|
export type EventKey = keyof AnalyticsEventAttributes;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* @codegen <<SignedSource::0d08fdca953a1eb1130683499e509165>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlassian/analytics-tooling run analytics:codegen smart-card
|
|
8
8
|
*/
|
|
9
|
-
import {
|
|
9
|
+
import type { AnalyticsEventAttributes, EventKey } from './analytics.types';
|
|
10
10
|
type OptionalIfUndefined<T> = undefined extends T ? [
|
|
11
11
|
param?: T
|
|
12
12
|
] : [
|
|
@@ -5,6 +5,18 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
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;
|
|
8
20
|
'fabric.linking.access_exists_description': string;
|
|
9
21
|
'fabric.linking.actions': string;
|
|
10
22
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +121,11 @@ declare const _default: {
|
|
|
109
121
|
'fabric.linking.priority_undefined': string;
|
|
110
122
|
'fabric.linking.read_time': string;
|
|
111
123
|
'fabric.linking.related': string;
|
|
124
|
+
'fabric.linking.related_links_found_in': string;
|
|
125
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_title': string;
|
|
127
|
+
'fabric.linking.related_links_not_found': string;
|
|
128
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
112
129
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
130
|
'fabric.linking.request_access': string;
|
|
114
131
|
'fabric.linking.request_access_description': string;
|
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
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;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|
|
@@ -5,9 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
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;
|
|
8
13
|
'automation-menu.modal.error.image.alt': string;
|
|
14
|
+
'automation-menu.modal.footer.automate-button': string;
|
|
9
15
|
'automation-menu.modal.footer.cancel-button': string;
|
|
16
|
+
'automation-menu.modal.footer.get-started-button': string;
|
|
10
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
|
+
'automation-menu.modal.header.icon.label': string;
|
|
11
19
|
'fabric.linking.access_exists_description': string;
|
|
12
20
|
'fabric.linking.actions': string;
|
|
13
21
|
'fabric.linking.add_account': string;
|
|
@@ -112,6 +120,10 @@ declare const _default: {
|
|
|
112
120
|
'fabric.linking.priority_undefined': string;
|
|
113
121
|
'fabric.linking.read_time': string;
|
|
114
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
115
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
116
128
|
'fabric.linking.request_access': string;
|
|
117
129
|
'fabric.linking.request_access_description': string;
|
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -120,7 +121,14 @@ declare const _default: {
|
|
|
120
121
|
'fabric.linking.priority_undefined': string;
|
|
121
122
|
'fabric.linking.read_time': string;
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
|
-
'fabric.linking.
|
|
124
|
+
'fabric.linking.related_links_found_in': string;
|
|
125
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
128
|
+
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
131
|
+
'fabric.linking.related_links_not_found': string;
|
|
124
132
|
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
125
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
126
134
|
'fabric.linking.request_access': string;
|
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -120,7 +121,14 @@ declare const _default: {
|
|
|
120
121
|
'fabric.linking.priority_undefined': string;
|
|
121
122
|
'fabric.linking.read_time': string;
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
|
-
'fabric.linking.
|
|
124
|
+
'fabric.linking.related_links_found_in': string;
|
|
125
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
128
|
+
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
131
|
+
'fabric.linking.related_links_not_found': string;
|
|
124
132
|
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
125
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
126
134
|
'fabric.linking.request_access': string;
|
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -120,7 +121,14 @@ declare const _default: {
|
|
|
120
121
|
'fabric.linking.priority_undefined': string;
|
|
121
122
|
'fabric.linking.read_time': string;
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
|
-
'fabric.linking.
|
|
124
|
+
'fabric.linking.related_links_found_in': string;
|
|
125
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
128
|
+
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
131
|
+
'fabric.linking.related_links_not_found': string;
|
|
124
132
|
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
125
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
126
134
|
'fabric.linking.request_access': string;
|
|
@@ -5,9 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
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;
|
|
8
13
|
'automation-menu.modal.error.image.alt': string;
|
|
14
|
+
'automation-menu.modal.footer.automate-button': string;
|
|
9
15
|
'automation-menu.modal.footer.cancel-button': string;
|
|
16
|
+
'automation-menu.modal.footer.get-started-button': string;
|
|
10
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
|
+
'automation-menu.modal.header.icon.label': string;
|
|
11
19
|
'fabric.linking.access_exists_description': string;
|
|
12
20
|
'fabric.linking.actions': string;
|
|
13
21
|
'fabric.linking.add_account': string;
|
|
@@ -112,6 +120,10 @@ declare const _default: {
|
|
|
112
120
|
'fabric.linking.priority_undefined': string;
|
|
113
121
|
'fabric.linking.read_time': string;
|
|
114
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
115
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
116
128
|
'fabric.linking.request_access': string;
|
|
117
129
|
'fabric.linking.request_access_description': string;
|
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
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;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -120,6 +121,11 @@ declare const _default: {
|
|
|
120
121
|
'fabric.linking.priority_undefined': string;
|
|
121
122
|
'fabric.linking.read_time': string;
|
|
122
123
|
'fabric.linking.related': string;
|
|
124
|
+
'fabric.linking.related_links_found_in': string;
|
|
125
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_title': string;
|
|
127
|
+
'fabric.linking.related_links_not_found': string;
|
|
128
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
123
129
|
'fabric.linking.related_work_items_not_found': string;
|
|
124
130
|
'fabric.linking.request_access': string;
|
|
125
131
|
'fabric.linking.request_access_description': string;
|
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
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;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
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;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
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;
|
|
8
19
|
'fabric.linking.access_exists_description': string;
|
|
9
20
|
'fabric.linking.actions': string;
|
|
10
21
|
'fabric.linking.add_account': string;
|
|
@@ -109,6 +120,10 @@ declare const _default: {
|
|
|
109
120
|
'fabric.linking.priority_undefined': string;
|
|
110
121
|
'fabric.linking.read_time': string;
|
|
111
122
|
'fabric.linking.related': string;
|
|
123
|
+
'fabric.linking.related_links_found_in': string;
|
|
124
|
+
'fabric.linking.related_links_includes_links_to': string;
|
|
125
|
+
'fabric.linking.related_links_modal_title': string;
|
|
126
|
+
'fabric.linking.related_links_not_found': string;
|
|
112
127
|
'fabric.linking.related_work_items_not_found': string;
|
|
113
128
|
'fabric.linking.request_access': string;
|
|
114
129
|
'fabric.linking.request_access_description': string;
|