@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
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -98,7 +98,6 @@ export default {
|
|
|
98
98
|
'fabric.linking.modified_on_absolute': 'Đã cập nhật trên {context}',
|
|
99
99
|
'fabric.linking.modified_on_relative': 'Đã cập nhật {context}',
|
|
100
100
|
'fabric.linking.more_actions': 'Hành động khác',
|
|
101
|
-
'fabric.linking.more_information_about_this_work_item': 'Thông tin khác về hạng mục công việc này',
|
|
102
101
|
'fabric.linking.no_access_title': 'Tham gia {product} để xem nội dung này',
|
|
103
102
|
'fabric.linking.not_found_description': 'Trang này không tồn tại hoặc có thể đã thay đổi sau khi liên kết này được thêm vào.',
|
|
104
103
|
'fabric.linking.not_found_title': 'Chúng tôi không thể hiển thị cho bạn trang {product} này',
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -98,7 +98,6 @@ export default {
|
|
|
98
98
|
'fabric.linking.modified_on_absolute': '更新时间:{context}',
|
|
99
99
|
'fabric.linking.modified_on_relative': '更新时间:{context}',
|
|
100
100
|
'fabric.linking.more_actions': '更多操作',
|
|
101
|
-
'fabric.linking.more_information_about_this_work_item': '有关此工作项的更多信息',
|
|
102
101
|
'fabric.linking.no_access_title': '加入 {product} 即可查看此内容',
|
|
103
102
|
'fabric.linking.not_found_description': '该页面不存在或者在添加此链接后可能已发生更改。',
|
|
104
103
|
'fabric.linking.not_found_title': '无法显示此 {product} 页面',
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -98,7 +98,6 @@ export default {
|
|
|
98
98
|
'fabric.linking.modified_on_absolute': '更新於 {context}',
|
|
99
99
|
'fabric.linking.modified_on_relative': '更新時間:{context}',
|
|
100
100
|
'fabric.linking.more_actions': '更多動作',
|
|
101
|
-
'fabric.linking.more_information_about_this_work_item': '深入了解此工作項目',
|
|
102
101
|
'fabric.linking.no_access_title': '加入 {product} 以檢視此內容',
|
|
103
102
|
'fabric.linking.not_found_description': '該頁面不存在,或在新增此連結後可能已變更。',
|
|
104
103
|
'fabric.linking.not_found_title': '我們無法向您顯示此 {product} 頁面',
|
package/dist/esm/messages.js
CHANGED
|
@@ -803,5 +803,10 @@ export var messages = defineMessages({
|
|
|
803
803
|
id: 'fabric.linking.team_members_count',
|
|
804
804
|
defaultMessage: '{context} members',
|
|
805
805
|
description: 'Indicates the count of team member'
|
|
806
|
+
},
|
|
807
|
+
user_attributes: {
|
|
808
|
+
id: 'fabric.linking.user_attributes',
|
|
809
|
+
defaultMessage: '{context}',
|
|
810
|
+
description: 'Displays user attributes like role, department, location, and pronouns'
|
|
806
811
|
}
|
|
807
812
|
});
|
|
@@ -4,7 +4,7 @@ export var ANALYTICS_CHANNEL = 'media';
|
|
|
4
4
|
export var context = {
|
|
5
5
|
componentName: 'smart-cards',
|
|
6
6
|
packageName: "@atlaskit/smart-card",
|
|
7
|
-
packageVersion: "38.
|
|
7
|
+
packageVersion: "38.17.0"
|
|
8
8
|
};
|
|
9
9
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -136,13 +136,15 @@ export var getSimulatedBetterMetadata = function getSimulatedBetterMetadata(card
|
|
|
136
136
|
bottomMetadata: defaultBottomMetadata
|
|
137
137
|
};
|
|
138
138
|
case 'legion-object-provider':
|
|
139
|
-
case '
|
|
139
|
+
case 'people-object-provider':
|
|
140
140
|
return {
|
|
141
141
|
titleMetadata: defaultTitleMetadata,
|
|
142
142
|
topMetadata: [{
|
|
143
143
|
name: ElementName.AuthorGroup
|
|
144
144
|
}, {
|
|
145
145
|
name: ElementName.TeamMemberCount
|
|
146
|
+
}, {
|
|
147
|
+
name: ElementName.UserAttributes
|
|
146
148
|
}].concat(baseTopMetadata),
|
|
147
149
|
bottomMetadata: defaultBottomMetadata
|
|
148
150
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
|
-
var _excluded = ["maxLines", "status", "testId", "text", "isHidden"];
|
|
3
|
+
var _excluded = ["maxLines", "status", "testId", "text", "isHidden", "showFooter"];
|
|
4
4
|
import React from 'react';
|
|
5
5
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
6
6
|
import { SmartLinkStatus } from '../../../../../constants';
|
|
@@ -30,6 +30,8 @@ var SnippetBlock = function SnippetBlock(_ref) {
|
|
|
30
30
|
text = _ref.text,
|
|
31
31
|
_ref$isHidden = _ref.isHidden,
|
|
32
32
|
isHidden = _ref$isHidden === void 0 ? false : _ref$isHidden,
|
|
33
|
+
_ref$showFooter = _ref.showFooter,
|
|
34
|
+
showFooter = _ref$showFooter === void 0 ? true : _ref$showFooter,
|
|
33
35
|
blockProps = _objectWithoutProperties(_ref, _excluded);
|
|
34
36
|
var context = fg('cc-ai-linking-platform-snippet-renderer') ?
|
|
35
37
|
// eslint-disable-next-line react-hooks/rules-of-hooks
|
|
@@ -77,7 +79,8 @@ var SnippetBlock = function SnippetBlock(_ref) {
|
|
|
77
79
|
contentType: (_context$meta$resourc = context === null || context === void 0 || (_context$meta2 = context.meta) === null || _context$meta2 === void 0 ? void 0 : _context$meta2.resourceType) !== null && _context$meta$resourc !== void 0 ? _context$meta$resourc : '',
|
|
78
80
|
cloudId: (_context$meta$tenantI = context === null || context === void 0 || (_context$meta3 = context.meta) === null || _context$meta3 === void 0 ? void 0 : _context$meta3.tenantId) !== null && _context$meta$tenantI !== void 0 ? _context$meta$tenantI : '',
|
|
79
81
|
maxLines: snippetMaxLines,
|
|
80
|
-
isHidden: isHidden
|
|
82
|
+
isHidden: isHidden,
|
|
83
|
+
showFooter: showFooter
|
|
81
84
|
}) : snippet);
|
|
82
85
|
};
|
|
83
86
|
export default SnippetBlock;
|
|
@@ -13,7 +13,7 @@ import ElementGroup from './element-group';
|
|
|
13
13
|
|
|
14
14
|
// Determine whether the element can be display as inline/block.
|
|
15
15
|
|
|
16
|
-
export var ElementDisplaySchema = (_ElementDisplaySchema = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ElementDisplaySchema, ElementName.AssignedTo, ['inline']), ElementName.AssignedToGroup, ['inline']), ElementName.AttachmentCount, ['inline']), ElementName.AuthorGroup, ['inline']), ElementName.AppliedToComponentsCount, ['inline']), ElementName.ChecklistProgress, ['inline']), ElementName.CollaboratorGroup, ['inline']), ElementName.CommentCount, ['inline']), ElementName.CreatedBy, ['inline']), ElementName.CreatedOn, ['inline']), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ElementDisplaySchema, ElementName.DueOn, ['inline']), ElementName.LatestCommit, ['inline']), ElementName.LinkIcon, ['inline']), ElementName.Location, ['inline']), ElementName.ModifiedBy, ['inline']), ElementName.ModifiedOn, ['inline']), ElementName.OwnedBy, ['inline']), ElementName.OwnedByGroup, ['inline']), ElementName.Preview, ['block']), ElementName.Priority, ['inline']), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ElementDisplaySchema, ElementName.ProgrammingLanguage, ['inline']), ElementName.Provider, ['inline']), ElementName.ReactCount, ['inline']), ElementName.ReadTime, ['inline']), ElementName.Snippet, ['block']), ElementName.SourceBranch, ['inline']), ElementName.SentOn, ['inline']), ElementName.State, ['inline']), ElementName.SubscriberCount, ['inline']), ElementName.TeamMemberCount, ['inline']), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ElementDisplaySchema, ElementName.SubTasksProgress, ['inline']), ElementName.StoryPoints, ['inline']), ElementName.TargetBranch, ['inline']), ElementName.Title, ['inline']), ElementName.ViewCount, ['inline']), ElementName.VoteCount, ['inline']));
|
|
16
|
+
export var ElementDisplaySchema = (_ElementDisplaySchema = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ElementDisplaySchema, ElementName.AssignedTo, ['inline']), ElementName.AssignedToGroup, ['inline']), ElementName.AttachmentCount, ['inline']), ElementName.AuthorGroup, ['inline']), ElementName.AppliedToComponentsCount, ['inline']), ElementName.ChecklistProgress, ['inline']), ElementName.CollaboratorGroup, ['inline']), ElementName.CommentCount, ['inline']), ElementName.CreatedBy, ['inline']), ElementName.CreatedOn, ['inline']), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ElementDisplaySchema, ElementName.DueOn, ['inline']), ElementName.LatestCommit, ['inline']), ElementName.LinkIcon, ['inline']), ElementName.Location, ['inline']), ElementName.ModifiedBy, ['inline']), ElementName.ModifiedOn, ['inline']), ElementName.OwnedBy, ['inline']), ElementName.OwnedByGroup, ['inline']), ElementName.Preview, ['block']), ElementName.Priority, ['inline']), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ElementDisplaySchema, ElementName.ProgrammingLanguage, ['inline']), ElementName.Provider, ['inline']), ElementName.ReactCount, ['inline']), ElementName.ReadTime, ['inline']), ElementName.Snippet, ['block']), ElementName.SourceBranch, ['inline']), ElementName.SentOn, ['inline']), ElementName.State, ['inline']), ElementName.SubscriberCount, ['inline']), ElementName.TeamMemberCount, ['inline']), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_ElementDisplaySchema, ElementName.SubTasksProgress, ['inline']), ElementName.StoryPoints, ['inline']), ElementName.TargetBranch, ['inline']), ElementName.Title, ['inline']), ElementName.UserAttributes, ['inline']), ElementName.ViewCount, ['inline']), ElementName.VoteCount, ['inline']));
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
* Get gap size between elements inside a block
|
|
@@ -31,6 +31,7 @@ export { default as StoryPoints } from './story-points-element';
|
|
|
31
31
|
export { default as TargetBranch } from './target-branch-element';
|
|
32
32
|
export { default as TeamMemberCount } from './team-member-count-element';
|
|
33
33
|
export { default as Title } from './title-element';
|
|
34
|
+
export { default as UserAttributes } from './user-attributes-element';
|
|
34
35
|
export { default as ViewCount } from './view-count-element';
|
|
35
36
|
export { default as VoteCount } from './vote-count-element';
|
|
36
37
|
export { default as AppliedToComponentsCount } from './applied-to-components-count-element';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { ElementName } from '../../../../../constants';
|
|
4
|
+
import { messages } from '../../../../../messages';
|
|
5
|
+
import { useFlexibleUiContext } from '../../../../../state/flexible-ui-context';
|
|
6
|
+
import { BaseTextElement, toFormattedTextProps } from '../common';
|
|
7
|
+
var UserAttributesElement = function UserAttributesElement(props) {
|
|
8
|
+
var context = useFlexibleUiContext();
|
|
9
|
+
var renderUserAttributes = function renderUserAttributes(userAttributes) {
|
|
10
|
+
if (!userAttributes) {
|
|
11
|
+
return null;
|
|
12
|
+
}
|
|
13
|
+
var attributeKeys = ['pronouns', 'role', 'department', 'location'];
|
|
14
|
+
var attributes = [];
|
|
15
|
+
attributeKeys.forEach(function (key) {
|
|
16
|
+
if (userAttributes[key]) {
|
|
17
|
+
var data = toFormattedTextProps(messages.user_attributes, userAttributes[key]);
|
|
18
|
+
if (data) {
|
|
19
|
+
attributes.push( /*#__PURE__*/React.createElement(BaseTextElement, _extends({
|
|
20
|
+
key: key
|
|
21
|
+
}, data, {
|
|
22
|
+
testId: "smart-element-text-".concat(key)
|
|
23
|
+
}, props, {
|
|
24
|
+
name: ElementName.UserAttributes
|
|
25
|
+
})));
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
return attributes.length > 0 ? attributes : null;
|
|
30
|
+
};
|
|
31
|
+
var elements = context ? renderUserAttributes(context.userAttributes) : null;
|
|
32
|
+
return elements ? /*#__PURE__*/React.createElement(React.Fragment, null, elements) : null;
|
|
33
|
+
};
|
|
34
|
+
export default UserAttributesElement;
|
|
@@ -13,7 +13,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
13
13
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
14
14
|
var PACKAGE_DATA = {
|
|
15
15
|
packageName: "@atlaskit/smart-card",
|
|
16
|
-
packageVersion: "38.
|
|
16
|
+
packageVersion: "38.17.0",
|
|
17
17
|
componentName: 'linkUrl'
|
|
18
18
|
};
|
|
19
19
|
var Anchor = withLinkClickedEvent('a');
|
|
@@ -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;
|
package/dist/types/i18n/cs.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/da.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/de.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/en.d.ts
CHANGED
|
@@ -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;
|
package/dist/types/i18n/es.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/fi.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/fr.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/hr.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/hu.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/it.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/ja.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/ko.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/nb.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/nl.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/pl.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/i18n/ru.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;
|
|
@@ -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;
|