@atlaskit/link-datasource 4.19.3 → 4.19.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 +9 -0
- package/dist/cjs/ui/issue-like-table/messages.js +5 -0
- package/dist/cjs/ui/jira-issues-modal/basic-filters/ui/async-popup-select/messages.js +5 -0
- package/dist/cjs/ui/table-footer/powered-by-jsm-assets/index.js +2 -3
- package/dist/cjs/ui/table-footer/provider-link/index.js +2 -3
- package/dist/es2019/ui/issue-like-table/messages.js +5 -0
- package/dist/es2019/ui/jira-issues-modal/basic-filters/ui/async-popup-select/messages.js +5 -0
- package/dist/es2019/ui/table-footer/powered-by-jsm-assets/index.js +2 -3
- package/dist/es2019/ui/table-footer/provider-link/index.js +2 -3
- package/dist/esm/ui/issue-like-table/messages.js +5 -0
- package/dist/esm/ui/jira-issues-modal/basic-filters/ui/async-popup-select/messages.js +5 -0
- package/dist/esm/ui/table-footer/powered-by-jsm-assets/index.js +2 -3
- package/dist/esm/ui/table-footer/provider-link/index.js +2 -3
- package/dist/types/ui/issue-like-table/messages.d.ts +5 -0
- package/dist/types/ui/jira-issues-modal/basic-filters/ui/async-popup-select/messages.d.ts +5 -0
- package/dist/types-ts4.5/ui/issue-like-table/messages.d.ts +5 -0
- package/dist/types-ts4.5/ui/jira-issues-modal/basic-filters/ui/async-popup-select/messages.d.ts +5 -0
- package/package.json +2 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 4.19.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#200297](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/200297)
|
|
8
|
+
[`20899a090b218`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/20899a090b218) -
|
|
9
|
+
Internal changes to Logo package usage
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 4.19.3
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -45,5 +45,10 @@ var issueLikeTableMessages = exports.issueLikeTableMessages = (0, _reactIntlNext
|
|
|
45
45
|
id: 'linkDataSource.issue-line-table.unwrap-text',
|
|
46
46
|
description: 'Table header Dropdown item for making whole column to not wrap text',
|
|
47
47
|
defaultMessage: 'Unwrap text'
|
|
48
|
+
},
|
|
49
|
+
fetchActionErrorGenericDescriptionGalaxia: {
|
|
50
|
+
id: 'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia',
|
|
51
|
+
description: 'Generic error message description shown when fetching inline edit dropdown field fails',
|
|
52
|
+
defaultMessage: 'Wait a few minutes, then try again. Check your space settings or contact support if this keeps happening.'
|
|
48
53
|
}
|
|
49
54
|
});
|
|
@@ -50,5 +50,10 @@ var asyncPopupSelectMessages = exports.asyncPopupSelectMessages = (0, _reactIntl
|
|
|
50
50
|
id: 'linkDataSource.basic-filter.assignee.searchPlaceholder',
|
|
51
51
|
description: 'Placeholder to be displayed for assignee filter dropdown search input.',
|
|
52
52
|
defaultMessage: 'Search for assignee'
|
|
53
|
+
},
|
|
54
|
+
projectLabelGalaxia: {
|
|
55
|
+
id: 'linkDataSource.basic-filter.project.label-galaxia',
|
|
56
|
+
description: 'Label to be displayed for project filter dropdown button.',
|
|
57
|
+
defaultMessage: 'Space'
|
|
53
58
|
}
|
|
54
59
|
});
|
|
@@ -12,7 +12,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
12
12
|
var _logo = require("@atlaskit/logo");
|
|
13
13
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
14
14
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
15
|
-
var _assets = require("@atlaskit/temp-nav-app-icons/assets");
|
|
16
15
|
var _analytics = require("../../../analytics");
|
|
17
16
|
var styles = {
|
|
18
17
|
jsmTextStyles: "_syaz1gjq _18u012x7 _30l316c2",
|
|
@@ -43,8 +42,8 @@ var PoweredByJSMAssets = exports.PoweredByJSMAssets = function PoweredByJSMAsset
|
|
|
43
42
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
44
43
|
alignItems: 'center'
|
|
45
44
|
}
|
|
46
|
-
}, (0, _platformFeatureFlags.fg)('assets_as_an_app_v2') ? /*#__PURE__*/_react.default.createElement(
|
|
47
|
-
size: "
|
|
45
|
+
}, (0, _platformFeatureFlags.fg)('assets_as_an_app_v2') ? /*#__PURE__*/_react.default.createElement(_logo.AssetsIcon, {
|
|
46
|
+
size: "small"
|
|
48
47
|
}) : /*#__PURE__*/_react.default.createElement(_logo.JiraServiceManagementIcon, {
|
|
49
48
|
size: "xxsmall",
|
|
50
49
|
appearance: "brand",
|
|
@@ -13,7 +13,6 @@ var _reactIntlNext = require("react-intl-next");
|
|
|
13
13
|
var _logo = require("@atlaskit/logo");
|
|
14
14
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
15
15
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
16
|
-
var _assets = require("@atlaskit/temp-nav-app-icons/assets");
|
|
17
16
|
var _analytics = require("../../../analytics");
|
|
18
17
|
var _assetsModal = require("../../assets-modal");
|
|
19
18
|
var _messages = require("../messages");
|
|
@@ -31,8 +30,8 @@ var ProviderLink = exports.ProviderLink = function ProviderLink(_ref) {
|
|
|
31
30
|
return (0, _platformFeatureFlags.fg)('assets_as_an_app_v2') ? {
|
|
32
31
|
content: intl.formatMessage(_messages.footerMessages.poweredByAssets),
|
|
33
32
|
extensionKey: 'jsm-cmdb-gateway',
|
|
34
|
-
icon: /*#__PURE__*/_react.default.createElement(
|
|
35
|
-
size: "
|
|
33
|
+
icon: /*#__PURE__*/_react.default.createElement(_logo.AssetsIcon, {
|
|
34
|
+
size: "xsmall"
|
|
36
35
|
}),
|
|
37
36
|
interactionName: 'atlas-link',
|
|
38
37
|
url: '/jira/assets'
|
|
@@ -39,5 +39,10 @@ export const issueLikeTableMessages = defineMessages({
|
|
|
39
39
|
id: 'linkDataSource.issue-line-table.unwrap-text',
|
|
40
40
|
description: 'Table header Dropdown item for making whole column to not wrap text',
|
|
41
41
|
defaultMessage: 'Unwrap text'
|
|
42
|
+
},
|
|
43
|
+
fetchActionErrorGenericDescriptionGalaxia: {
|
|
44
|
+
id: 'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia',
|
|
45
|
+
description: 'Generic error message description shown when fetching inline edit dropdown field fails',
|
|
46
|
+
defaultMessage: 'Wait a few minutes, then try again. Check your space settings or contact support if this keeps happening.'
|
|
42
47
|
}
|
|
43
48
|
});
|
|
@@ -44,5 +44,10 @@ export const asyncPopupSelectMessages = defineMessages({
|
|
|
44
44
|
id: 'linkDataSource.basic-filter.assignee.searchPlaceholder',
|
|
45
45
|
description: 'Placeholder to be displayed for assignee filter dropdown search input.',
|
|
46
46
|
defaultMessage: 'Search for assignee'
|
|
47
|
+
},
|
|
48
|
+
projectLabelGalaxia: {
|
|
49
|
+
id: 'linkDataSource.basic-filter.project.label-galaxia',
|
|
50
|
+
description: 'Label to be displayed for project filter dropdown button.',
|
|
51
|
+
defaultMessage: 'Space'
|
|
47
52
|
}
|
|
48
53
|
});
|
|
@@ -2,10 +2,9 @@
|
|
|
2
2
|
import "./index.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import { JiraServiceManagementIcon } from '@atlaskit/logo';
|
|
5
|
+
import { AssetsIcon, JiraServiceManagementIcon } from '@atlaskit/logo';
|
|
6
6
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
7
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
8
|
-
import { AssetsIcon } from '@atlaskit/temp-nav-app-icons/assets';
|
|
9
8
|
import { useDatasourceAnalyticsEvents } from '../../../analytics';
|
|
10
9
|
const styles = {
|
|
11
10
|
jsmTextStyles: "_syaz1gjq _18u012x7 _30l316c2",
|
|
@@ -36,7 +35,7 @@ export const PoweredByJSMAssets = props => {
|
|
|
36
35
|
alignItems: 'center'
|
|
37
36
|
}
|
|
38
37
|
}, fg('assets_as_an_app_v2') ? /*#__PURE__*/React.createElement(AssetsIcon, {
|
|
39
|
-
size: "
|
|
38
|
+
size: "small"
|
|
40
39
|
}) : /*#__PURE__*/React.createElement(JiraServiceManagementIcon, {
|
|
41
40
|
size: "xxsmall",
|
|
42
41
|
appearance: "brand",
|
|
@@ -3,10 +3,9 @@ import "./index.compiled.css";
|
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React, { useMemo } from 'react';
|
|
5
5
|
import { useIntl } from 'react-intl-next';
|
|
6
|
-
import { JiraServiceManagementIcon } from '@atlaskit/logo';
|
|
6
|
+
import { AssetsIcon, JiraServiceManagementIcon } from '@atlaskit/logo';
|
|
7
7
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
8
|
import { Anchor, Inline } from '@atlaskit/primitives/compiled';
|
|
9
|
-
import { AssetsIcon } from '@atlaskit/temp-nav-app-icons/assets';
|
|
10
9
|
import { useDatasourceAnalyticsEvents } from '../../../analytics';
|
|
11
10
|
import { ASSETS_LIST_OF_LINKS_DATASOURCE_ID } from '../../assets-modal';
|
|
12
11
|
import { footerMessages } from '../messages';
|
|
@@ -26,7 +25,7 @@ export const ProviderLink = ({
|
|
|
26
25
|
content: intl.formatMessage(footerMessages.poweredByAssets),
|
|
27
26
|
extensionKey: 'jsm-cmdb-gateway',
|
|
28
27
|
icon: /*#__PURE__*/React.createElement(AssetsIcon, {
|
|
29
|
-
size: "
|
|
28
|
+
size: "xsmall"
|
|
30
29
|
}),
|
|
31
30
|
interactionName: 'atlas-link',
|
|
32
31
|
url: '/jira/assets'
|
|
@@ -39,5 +39,10 @@ export var issueLikeTableMessages = defineMessages({
|
|
|
39
39
|
id: 'linkDataSource.issue-line-table.unwrap-text',
|
|
40
40
|
description: 'Table header Dropdown item for making whole column to not wrap text',
|
|
41
41
|
defaultMessage: 'Unwrap text'
|
|
42
|
+
},
|
|
43
|
+
fetchActionErrorGenericDescriptionGalaxia: {
|
|
44
|
+
id: 'linkDataSource.issue-line-table.fetch-action-error-generic-description-galaxia',
|
|
45
|
+
description: 'Generic error message description shown when fetching inline edit dropdown field fails',
|
|
46
|
+
defaultMessage: 'Wait a few minutes, then try again. Check your space settings or contact support if this keeps happening.'
|
|
42
47
|
}
|
|
43
48
|
});
|
|
@@ -44,5 +44,10 @@ export var asyncPopupSelectMessages = defineMessages({
|
|
|
44
44
|
id: 'linkDataSource.basic-filter.assignee.searchPlaceholder',
|
|
45
45
|
description: 'Placeholder to be displayed for assignee filter dropdown search input.',
|
|
46
46
|
defaultMessage: 'Search for assignee'
|
|
47
|
+
},
|
|
48
|
+
projectLabelGalaxia: {
|
|
49
|
+
id: 'linkDataSource.basic-filter.project.label-galaxia',
|
|
50
|
+
description: 'Label to be displayed for project filter dropdown button.',
|
|
51
|
+
defaultMessage: 'Space'
|
|
47
52
|
}
|
|
48
53
|
});
|
|
@@ -2,10 +2,9 @@
|
|
|
2
2
|
import "./index.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import { JiraServiceManagementIcon } from '@atlaskit/logo';
|
|
5
|
+
import { AssetsIcon, JiraServiceManagementIcon } from '@atlaskit/logo';
|
|
6
6
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
7
|
import { Box } from '@atlaskit/primitives/compiled';
|
|
8
|
-
import { AssetsIcon } from '@atlaskit/temp-nav-app-icons/assets';
|
|
9
8
|
import { useDatasourceAnalyticsEvents } from '../../../analytics';
|
|
10
9
|
var styles = {
|
|
11
10
|
jsmTextStyles: "_syaz1gjq _18u012x7 _30l316c2",
|
|
@@ -37,7 +36,7 @@ export var PoweredByJSMAssets = function PoweredByJSMAssets(props) {
|
|
|
37
36
|
alignItems: 'center'
|
|
38
37
|
}
|
|
39
38
|
}, fg('assets_as_an_app_v2') ? /*#__PURE__*/React.createElement(AssetsIcon, {
|
|
40
|
-
size: "
|
|
39
|
+
size: "small"
|
|
41
40
|
}) : /*#__PURE__*/React.createElement(JiraServiceManagementIcon, {
|
|
42
41
|
size: "xxsmall",
|
|
43
42
|
appearance: "brand",
|
|
@@ -3,10 +3,9 @@ import "./index.compiled.css";
|
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React, { useMemo } from 'react';
|
|
5
5
|
import { useIntl } from 'react-intl-next';
|
|
6
|
-
import { JiraServiceManagementIcon } from '@atlaskit/logo';
|
|
6
|
+
import { AssetsIcon, JiraServiceManagementIcon } from '@atlaskit/logo';
|
|
7
7
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
8
|
import { Anchor, Inline } from '@atlaskit/primitives/compiled';
|
|
9
|
-
import { AssetsIcon } from '@atlaskit/temp-nav-app-icons/assets';
|
|
10
9
|
import { useDatasourceAnalyticsEvents } from '../../../analytics';
|
|
11
10
|
import { ASSETS_LIST_OF_LINKS_DATASOURCE_ID } from '../../assets-modal';
|
|
12
11
|
import { footerMessages } from '../messages';
|
|
@@ -24,7 +23,7 @@ export var ProviderLink = function ProviderLink(_ref) {
|
|
|
24
23
|
content: intl.formatMessage(footerMessages.poweredByAssets),
|
|
25
24
|
extensionKey: 'jsm-cmdb-gateway',
|
|
26
25
|
icon: /*#__PURE__*/React.createElement(AssetsIcon, {
|
|
27
|
-
size: "
|
|
26
|
+
size: "xsmall"
|
|
28
27
|
}),
|
|
29
28
|
interactionName: 'atlas-link',
|
|
30
29
|
url: '/jira/assets'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "4.19.
|
|
3
|
+
"version": "4.19.4",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -77,11 +77,10 @@
|
|
|
77
77
|
"@atlaskit/primitives": "^14.11.0",
|
|
78
78
|
"@atlaskit/react-select": "^3.4.0",
|
|
79
79
|
"@atlaskit/select": "^21.2.0",
|
|
80
|
-
"@atlaskit/smart-card": "^40.
|
|
80
|
+
"@atlaskit/smart-card": "^40.9.0",
|
|
81
81
|
"@atlaskit/smart-user-picker": "^8.1.0",
|
|
82
82
|
"@atlaskit/spinner": "^19.0.0",
|
|
83
83
|
"@atlaskit/tag": "^14.1.0",
|
|
84
|
-
"@atlaskit/temp-nav-app-icons": "^0.10.0",
|
|
85
84
|
"@atlaskit/textfield": "^8.0.0",
|
|
86
85
|
"@atlaskit/theme": "^19.0.0",
|
|
87
86
|
"@atlaskit/tokens": "^6.0.0",
|
|
@@ -171,9 +170,6 @@
|
|
|
171
170
|
"assets_as_an_app_v2": {
|
|
172
171
|
"type": "boolean"
|
|
173
172
|
},
|
|
174
|
-
"replace-legacy-button-in-sllv": {
|
|
175
|
-
"type": "boolean"
|
|
176
|
-
},
|
|
177
173
|
"dst-a11y__replace-anchor-with-link__linking-platfo": {
|
|
178
174
|
"type": "boolean"
|
|
179
175
|
},
|