@atlaskit/smart-card 27.8.2 → 27.8.4
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 +17 -0
- package/dist/cjs/extractors/flexible/actions/extract-view-related-links-action.js +3 -3
- package/dist/cjs/i18n/cs.js +4 -0
- package/dist/cjs/i18n/da.js +6 -0
- package/dist/cjs/i18n/de.js +6 -0
- package/dist/cjs/i18n/es.js +6 -0
- package/dist/cjs/i18n/fi.js +6 -0
- package/dist/cjs/i18n/fr.js +4 -0
- package/dist/cjs/i18n/hu.js +6 -0
- package/dist/cjs/i18n/it.js +7 -1
- package/dist/cjs/i18n/ja.js +6 -0
- package/dist/cjs/i18n/ko.js +6 -0
- package/dist/cjs/i18n/nb.js +4 -0
- package/dist/cjs/i18n/nl.js +6 -0
- package/dist/cjs/i18n/pl.js +6 -0
- package/dist/cjs/i18n/pt_BR.js +6 -0
- package/dist/cjs/i18n/ru.js +4 -0
- package/dist/cjs/i18n/sv.js +6 -0
- package/dist/cjs/i18n/th.js +6 -0
- package/dist/cjs/i18n/tr.js +6 -0
- package/dist/cjs/i18n/uk.js +4 -0
- package/dist/cjs/i18n/vi.js +6 -0
- package/dist/cjs/i18n/zh.js +6 -0
- package/dist/cjs/i18n/zh_TW.js +4 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/BlockCard/views/flexible/styled.js +4 -4
- package/dist/cjs/view/EmbedModal/components/link-info/styled.js +4 -4
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +16 -12
- package/dist/cjs/view/FlexibleCard/components/actions/action/index.js +3 -1
- package/dist/cjs/view/FlexibleCard/components/actions/view-related-links-action/index.js +4 -4
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-tooltip.js +7 -3
- package/dist/cjs/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/resolved-result-stack/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.js +3 -3
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +3 -3
- package/dist/cjs/view/HoverCard/components/views/forbidden/styled.js +3 -3
- package/dist/cjs/view/HoverCard/components/views/resolved/styled.js +3 -3
- package/dist/cjs/view/HoverCard/components/views/resolving/styled.js +3 -3
- package/dist/cjs/view/HoverCard/components/views/unauthorised/styled.js +3 -3
- package/dist/cjs/view/HoverCard/styled.js +4 -4
- package/dist/cjs/view/LinkUrl/LinkWarningModal/styled.js +1 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/related-links-list/index.js +2 -2
- package/dist/cjs/view/RelatedLinksModal/index.js +1 -1
- package/dist/cjs/view/common/ai-icon/index.js +24 -26
- package/dist/cjs/view/common/ai-prism/ai-glowing-border/index.js +1 -1
- package/dist/es2019/extractors/flexible/actions/extract-view-related-links-action.js +4 -4
- package/dist/es2019/i18n/cs.js +4 -0
- package/dist/es2019/i18n/da.js +6 -0
- package/dist/es2019/i18n/de.js +6 -0
- package/dist/es2019/i18n/es.js +6 -0
- package/dist/es2019/i18n/fi.js +6 -0
- package/dist/es2019/i18n/fr.js +4 -0
- package/dist/es2019/i18n/hu.js +6 -0
- package/dist/es2019/i18n/it.js +7 -1
- package/dist/es2019/i18n/ja.js +6 -0
- package/dist/es2019/i18n/ko.js +6 -0
- package/dist/es2019/i18n/nb.js +4 -0
- package/dist/es2019/i18n/nl.js +6 -0
- package/dist/es2019/i18n/pl.js +6 -0
- package/dist/es2019/i18n/pt_BR.js +6 -0
- package/dist/es2019/i18n/ru.js +4 -0
- package/dist/es2019/i18n/sv.js +6 -0
- package/dist/es2019/i18n/th.js +6 -0
- package/dist/es2019/i18n/tr.js +6 -0
- package/dist/es2019/i18n/uk.js +4 -0
- package/dist/es2019/i18n/vi.js +6 -0
- package/dist/es2019/i18n/zh.js +6 -0
- package/dist/es2019/i18n/zh_TW.js +4 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/BlockCard/views/flexible/styled.js +4 -4
- package/dist/es2019/view/EmbedModal/components/link-info/styled.js +4 -4
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +16 -12
- package/dist/es2019/view/FlexibleCard/components/actions/action/index.js +3 -1
- package/dist/es2019/view/FlexibleCard/components/actions/view-related-links-action/index.js +4 -4
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-tooltip.js +4 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/resolved-result-stack/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.js +3 -3
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +3 -3
- package/dist/es2019/view/HoverCard/components/views/forbidden/styled.js +3 -3
- package/dist/es2019/view/HoverCard/components/views/resolved/styled.js +3 -3
- package/dist/es2019/view/HoverCard/components/views/resolving/styled.js +3 -3
- package/dist/es2019/view/HoverCard/components/views/unauthorised/styled.js +3 -3
- package/dist/es2019/view/HoverCard/styled.js +4 -4
- package/dist/es2019/view/LinkUrl/LinkWarningModal/styled.js +1 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/related-links-list/index.js +2 -2
- package/dist/es2019/view/RelatedLinksModal/index.js +1 -1
- package/dist/es2019/view/common/ai-icon/index.js +100 -104
- package/dist/es2019/view/common/ai-prism/ai-glowing-border/index.js +1 -1
- package/dist/esm/extractors/flexible/actions/extract-view-related-links-action.js +4 -4
- package/dist/esm/i18n/cs.js +4 -0
- package/dist/esm/i18n/da.js +6 -0
- package/dist/esm/i18n/de.js +6 -0
- package/dist/esm/i18n/es.js +6 -0
- package/dist/esm/i18n/fi.js +6 -0
- package/dist/esm/i18n/fr.js +4 -0
- package/dist/esm/i18n/hu.js +6 -0
- package/dist/esm/i18n/it.js +7 -1
- package/dist/esm/i18n/ja.js +6 -0
- package/dist/esm/i18n/ko.js +6 -0
- package/dist/esm/i18n/nb.js +4 -0
- package/dist/esm/i18n/nl.js +6 -0
- package/dist/esm/i18n/pl.js +6 -0
- package/dist/esm/i18n/pt_BR.js +6 -0
- package/dist/esm/i18n/ru.js +4 -0
- package/dist/esm/i18n/sv.js +6 -0
- package/dist/esm/i18n/th.js +6 -0
- package/dist/esm/i18n/tr.js +6 -0
- package/dist/esm/i18n/uk.js +4 -0
- package/dist/esm/i18n/vi.js +6 -0
- package/dist/esm/i18n/zh.js +6 -0
- package/dist/esm/i18n/zh_TW.js +4 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/BlockCard/views/flexible/styled.js +4 -4
- package/dist/esm/view/EmbedModal/components/link-info/styled.js +4 -4
- package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +16 -12
- package/dist/esm/view/FlexibleCard/components/actions/action/index.js +3 -1
- package/dist/esm/view/FlexibleCard/components/actions/view-related-links-action/index.js +4 -4
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-tooltip.js +7 -3
- package/dist/esm/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/resolved-result-stack/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.js +3 -3
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +3 -3
- package/dist/esm/view/HoverCard/components/views/forbidden/styled.js +3 -3
- package/dist/esm/view/HoverCard/components/views/resolved/styled.js +3 -3
- package/dist/esm/view/HoverCard/components/views/resolving/styled.js +3 -3
- package/dist/esm/view/HoverCard/components/views/unauthorised/styled.js +3 -3
- package/dist/esm/view/HoverCard/styled.js +4 -4
- package/dist/esm/view/LinkUrl/LinkWarningModal/styled.js +1 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/components/related-links-list/index.js +2 -2
- package/dist/esm/view/RelatedLinksModal/index.js +1 -1
- package/dist/esm/view/common/ai-icon/index.js +25 -27
- package/dist/esm/view/common/ai-prism/ai-glowing-border/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +4 -0
- package/dist/types/i18n/da.d.ts +6 -0
- package/dist/types/i18n/de.d.ts +6 -0
- package/dist/types/i18n/es.d.ts +6 -0
- package/dist/types/i18n/fi.d.ts +6 -0
- package/dist/types/i18n/fr.d.ts +4 -0
- package/dist/types/i18n/hu.d.ts +6 -0
- package/dist/types/i18n/it.d.ts +6 -0
- package/dist/types/i18n/ja.d.ts +6 -0
- package/dist/types/i18n/ko.d.ts +6 -0
- package/dist/types/i18n/nb.d.ts +4 -0
- package/dist/types/i18n/nl.d.ts +6 -0
- package/dist/types/i18n/pl.d.ts +6 -0
- package/dist/types/i18n/pt_BR.d.ts +6 -0
- package/dist/types/i18n/ru.d.ts +4 -0
- package/dist/types/i18n/sv.d.ts +6 -0
- package/dist/types/i18n/th.d.ts +6 -0
- package/dist/types/i18n/tr.d.ts +6 -0
- package/dist/types/i18n/uk.d.ts +4 -0
- package/dist/types/i18n/vi.d.ts +6 -0
- package/dist/types/i18n/zh.d.ts +6 -0
- package/dist/types/i18n/zh_TW.d.ts +4 -0
- package/dist/types/state/flexible-ui-context/types.d.ts +1 -1
- package/dist/types/view/RelatedLinksModal/components/types.d.ts +19 -0
- package/dist/types/view/RelatedLinksModal/index.d.ts +1 -1
- package/dist/types/view/RelatedLinksModal/types.d.ts +10 -1
- package/dist/types/view/RelatedLinksModal/views/resolved/types.d.ts +6 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +4 -0
- package/dist/types-ts4.5/i18n/da.d.ts +6 -0
- package/dist/types-ts4.5/i18n/de.d.ts +6 -0
- package/dist/types-ts4.5/i18n/es.d.ts +6 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +6 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +6 -0
- package/dist/types-ts4.5/i18n/it.d.ts +6 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +6 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +6 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +6 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +6 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +6 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +4 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +6 -0
- package/dist/types-ts4.5/i18n/th.d.ts +6 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +6 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +4 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +6 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +6 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +4 -0
- package/dist/types-ts4.5/state/flexible-ui-context/types.d.ts +1 -1
- package/dist/types-ts4.5/view/RelatedLinksModal/components/types.d.ts +19 -0
- package/dist/types-ts4.5/view/RelatedLinksModal/index.d.ts +1 -1
- package/dist/types-ts4.5/view/RelatedLinksModal/types.d.ts +10 -1
- package/dist/types-ts4.5/view/RelatedLinksModal/views/resolved/types.d.ts +6 -0
- package/package.json +6 -6
|
@@ -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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -123,7 +123,11 @@ declare const _default: {
|
|
|
123
123
|
'fabric.linking.related': string;
|
|
124
124
|
'fabric.linking.related_links_found_in': string;
|
|
125
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;
|
|
126
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;
|
|
127
131
|
'fabric.linking.related_links_not_found': string;
|
|
128
132
|
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
129
133
|
'fabric.linking.related_work_items_not_found': string;
|
package/dist/types/i18n/sv.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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/th.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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/tr.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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/uk.d.ts
CHANGED
|
@@ -123,7 +123,11 @@ declare const _default: {
|
|
|
123
123
|
'fabric.linking.related': string;
|
|
124
124
|
'fabric.linking.related_links_found_in': string;
|
|
125
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;
|
|
126
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;
|
|
127
131
|
'fabric.linking.related_links_not_found': string;
|
|
128
132
|
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
129
133
|
'fabric.linking.related_work_items_not_found': string;
|
package/dist/types/i18n/vi.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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/zh.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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
|
@@ -123,7 +123,11 @@ declare const _default: {
|
|
|
123
123
|
'fabric.linking.related': string;
|
|
124
124
|
'fabric.linking.related_links_found_in': string;
|
|
125
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;
|
|
126
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;
|
|
127
131
|
'fabric.linking.related_links_not_found': string;
|
|
128
132
|
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
129
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
@@ -281,7 +281,7 @@ export type AutomationActionData = {
|
|
|
281
281
|
objectName?: string;
|
|
282
282
|
};
|
|
283
283
|
export type ViewRelatedLinksActionData = {
|
|
284
|
-
|
|
284
|
+
ari: string;
|
|
285
285
|
};
|
|
286
286
|
export type FlexibleAnalyticsContextType = AnalyticsFacade & {
|
|
287
287
|
display?: CardInnerAppearance;
|
|
@@ -1,16 +1,35 @@
|
|
|
1
1
|
import { type MessageDescriptor } from 'react-intl-next';
|
|
2
2
|
import type React from 'react';
|
|
3
3
|
export type RelatedLinkItemProp = {
|
|
4
|
+
/**
|
|
5
|
+
* the url link of the resource to be resolved and shown
|
|
6
|
+
*/
|
|
4
7
|
url: string;
|
|
5
8
|
testId?: string;
|
|
6
9
|
};
|
|
7
10
|
export type RelatedLinksListProp = {
|
|
11
|
+
/**
|
|
12
|
+
* the title heading of the list
|
|
13
|
+
*/
|
|
8
14
|
title: MessageDescriptor;
|
|
15
|
+
/**
|
|
16
|
+
* the array of urls to be listed in the component
|
|
17
|
+
* the urls will be resolved by smart card using the store
|
|
18
|
+
*/
|
|
9
19
|
urls: string[];
|
|
10
20
|
testId?: string;
|
|
11
21
|
};
|
|
12
22
|
export type RelatedLinksBaseModalProps = {
|
|
23
|
+
/**
|
|
24
|
+
* Function to be called when the modal is closed
|
|
25
|
+
*/
|
|
13
26
|
onClose: () => void;
|
|
27
|
+
/**
|
|
28
|
+
* Prop which controls whether the modal is shown
|
|
29
|
+
*/
|
|
14
30
|
showModal: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Children of modal dialog
|
|
33
|
+
*/
|
|
15
34
|
children: React.ReactNode;
|
|
16
35
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { type RelatedLinksModalProps } from './types';
|
|
3
|
-
declare const RelatedLinksModal: ({ onClose, showModal,
|
|
3
|
+
declare const RelatedLinksModal: ({ onClose, showModal, ari }: RelatedLinksModalProps) => JSX.Element;
|
|
4
4
|
export default RelatedLinksModal;
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
export type RelatedLinksModalProps = {
|
|
2
|
-
|
|
2
|
+
/**
|
|
3
|
+
* ari for which the related links will be derived from
|
|
4
|
+
*/
|
|
5
|
+
ari: string;
|
|
6
|
+
/**
|
|
7
|
+
* Function to be called when the modal is closed
|
|
8
|
+
*/
|
|
3
9
|
onClose: () => void;
|
|
10
|
+
/**
|
|
11
|
+
* Prop which controls whether the modal is shown
|
|
12
|
+
*/
|
|
4
13
|
showModal: boolean;
|
|
5
14
|
};
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
export type RelatedLinksProps = {
|
|
2
|
+
/**
|
|
3
|
+
* a list of links that are incoming from the resource, renders underneath `Found In` heading
|
|
4
|
+
*/
|
|
2
5
|
incomingLinks?: string[];
|
|
6
|
+
/**
|
|
7
|
+
* a list of links that are outgoing from the resource, renders underneath `Includes Links To` heading
|
|
8
|
+
*/
|
|
3
9
|
outgoingLinks?: string[];
|
|
4
10
|
};
|
|
@@ -123,7 +123,11 @@ declare const _default: {
|
|
|
123
123
|
'fabric.linking.related': string;
|
|
124
124
|
'fabric.linking.related_links_found_in': string;
|
|
125
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;
|
|
126
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;
|
|
127
131
|
'fabric.linking.related_links_not_found': string;
|
|
128
132
|
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
129
133
|
'fabric.linking.related_work_items_not_found': 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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
|
@@ -123,7 +123,11 @@ declare const _default: {
|
|
|
123
123
|
'fabric.linking.related': string;
|
|
124
124
|
'fabric.linking.related_links_found_in': string;
|
|
125
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;
|
|
126
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;
|
|
127
131
|
'fabric.linking.related_links_not_found': string;
|
|
128
132
|
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
129
133
|
'fabric.linking.related_work_items_not_found': 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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
|
@@ -123,7 +123,11 @@ declare const _default: {
|
|
|
123
123
|
'fabric.linking.related': string;
|
|
124
124
|
'fabric.linking.related_links_found_in': string;
|
|
125
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;
|
|
126
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;
|
|
127
131
|
'fabric.linking.related_links_not_found': string;
|
|
128
132
|
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
129
133
|
'fabric.linking.related_work_items_not_found': 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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
|
@@ -123,7 +123,11 @@ declare const _default: {
|
|
|
123
123
|
'fabric.linking.related': string;
|
|
124
124
|
'fabric.linking.related_links_found_in': string;
|
|
125
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;
|
|
126
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;
|
|
127
131
|
'fabric.linking.related_links_not_found': string;
|
|
128
132
|
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
129
133
|
'fabric.linking.related_work_items_not_found': 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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'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;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
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;
|
|
125
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;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|