@atlaskit/link-datasource 4.12.1 → 4.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist/cjs/ui/common/initial-state-view/messages.js +2 -2
- package/dist/cjs/ui/jira-issues-modal/modal/messages.js +3 -3
- package/dist/es2019/ui/common/initial-state-view/messages.js +2 -2
- package/dist/es2019/ui/jira-issues-modal/modal/messages.js +3 -3
- package/dist/esm/ui/common/initial-state-view/messages.js +2 -2
- package/dist/esm/ui/jira-issues-modal/modal/messages.js +3 -3
- package/examples-helpers/buildJiraIssuesTable.tsx +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 4.12.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#181940](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/181940)
|
|
8
|
+
[`1a11f9510529b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1a11f9510529b) -
|
|
9
|
+
Replaced issue term with work item and updated tests
|
|
10
|
+
|
|
3
11
|
## 4.12.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -9,7 +9,7 @@ var initialStateViewMessages = exports.initialStateViewMessages = (0, _reactIntl
|
|
|
9
9
|
jiraSearchTitle: {
|
|
10
10
|
id: 'linkDataSource.modal-initial-state.jiraSearchTitle',
|
|
11
11
|
description: 'The initial modal search state title that gives the user some idea about how to get information',
|
|
12
|
-
defaultMessage: 'Search for Jira
|
|
12
|
+
defaultMessage: 'Search for Jira work items'
|
|
13
13
|
},
|
|
14
14
|
beta: {
|
|
15
15
|
id: 'linkDataSource.modal-initial-state.beta',
|
|
@@ -21,7 +21,7 @@ var initialStateViewMessages = exports.initialStateViewMessages = (0, _reactIntl
|
|
|
21
21
|
searchTitle: {
|
|
22
22
|
id: 'linkDataSource.modal-initial-state.searchTitle',
|
|
23
23
|
description: 'The initial modal search state title that gives the user some idea about how to get information',
|
|
24
|
-
defaultMessage: 'Search for Jira
|
|
24
|
+
defaultMessage: 'Search for Jira work items'
|
|
25
25
|
},
|
|
26
26
|
searchDescriptionForBasicSearch: {
|
|
27
27
|
id: 'linkDataSource.modal-initial-state.searchDescription-basic',
|
|
@@ -29,7 +29,7 @@ var modalMessages = exports.modalMessages = (0, _reactIntlNext.defineMessages)({
|
|
|
29
29
|
searchJiraTitleDuplicate: {
|
|
30
30
|
id: 'linkDataSource.jira-issues.searchJiraTitle',
|
|
31
31
|
description: 'The initial modal search state title that gives the user some idea about how to get information',
|
|
32
|
-
defaultMessage: 'Search for Jira
|
|
32
|
+
defaultMessage: 'Search for Jira work items'
|
|
33
33
|
},
|
|
34
34
|
// delete and remove duplicate from title above once EDM-9407 is merged
|
|
35
35
|
searchJiraTitle: {
|
|
@@ -40,13 +40,13 @@ var modalMessages = exports.modalMessages = (0, _reactIntlNext.defineMessages)({
|
|
|
40
40
|
searchDescriptionForJiraBasicSearchDuplicate: {
|
|
41
41
|
id: 'linkDataSource.jira-issues.searchDescription-basic',
|
|
42
42
|
description: 'The initial modal search state helper message displayed under the search title when basic search mode is selected',
|
|
43
|
-
defaultMessage: 'Search by keyword for
|
|
43
|
+
defaultMessage: 'Search by keyword for work items to insert.'
|
|
44
44
|
},
|
|
45
45
|
// delete and remove duplicate from title above once EDM-9407 is merged
|
|
46
46
|
searchDescriptionForJiraBasicSearch: {
|
|
47
47
|
id: 'linkDataSource.modal-initial-state.searchDescription-basic',
|
|
48
48
|
description: 'The initial modal search state helper message displayed under the search title when basic search mode is selected',
|
|
49
|
-
defaultMessage: 'Search by keyword for
|
|
49
|
+
defaultMessage: 'Search by keyword for work items to insert.'
|
|
50
50
|
},
|
|
51
51
|
searchDescriptionForJiraJQLSearchDuplicate: {
|
|
52
52
|
id: 'linkDataSource.jira-issues.searchDescription-jql',
|
|
@@ -3,7 +3,7 @@ export const initialStateViewMessages = defineMessages({
|
|
|
3
3
|
jiraSearchTitle: {
|
|
4
4
|
id: 'linkDataSource.modal-initial-state.jiraSearchTitle',
|
|
5
5
|
description: 'The initial modal search state title that gives the user some idea about how to get information',
|
|
6
|
-
defaultMessage: 'Search for Jira
|
|
6
|
+
defaultMessage: 'Search for Jira work items'
|
|
7
7
|
},
|
|
8
8
|
beta: {
|
|
9
9
|
id: 'linkDataSource.modal-initial-state.beta',
|
|
@@ -15,7 +15,7 @@ export const initialStateViewMessages = defineMessages({
|
|
|
15
15
|
searchTitle: {
|
|
16
16
|
id: 'linkDataSource.modal-initial-state.searchTitle',
|
|
17
17
|
description: 'The initial modal search state title that gives the user some idea about how to get information',
|
|
18
|
-
defaultMessage: 'Search for Jira
|
|
18
|
+
defaultMessage: 'Search for Jira work items'
|
|
19
19
|
},
|
|
20
20
|
searchDescriptionForBasicSearch: {
|
|
21
21
|
id: 'linkDataSource.modal-initial-state.searchDescription-basic',
|
|
@@ -23,7 +23,7 @@ export const modalMessages = defineMessages({
|
|
|
23
23
|
searchJiraTitleDuplicate: {
|
|
24
24
|
id: 'linkDataSource.jira-issues.searchJiraTitle',
|
|
25
25
|
description: 'The initial modal search state title that gives the user some idea about how to get information',
|
|
26
|
-
defaultMessage: 'Search for Jira
|
|
26
|
+
defaultMessage: 'Search for Jira work items'
|
|
27
27
|
},
|
|
28
28
|
// delete and remove duplicate from title above once EDM-9407 is merged
|
|
29
29
|
searchJiraTitle: {
|
|
@@ -34,13 +34,13 @@ export const modalMessages = defineMessages({
|
|
|
34
34
|
searchDescriptionForJiraBasicSearchDuplicate: {
|
|
35
35
|
id: 'linkDataSource.jira-issues.searchDescription-basic',
|
|
36
36
|
description: 'The initial modal search state helper message displayed under the search title when basic search mode is selected',
|
|
37
|
-
defaultMessage: 'Search by keyword for
|
|
37
|
+
defaultMessage: 'Search by keyword for work items to insert.'
|
|
38
38
|
},
|
|
39
39
|
// delete and remove duplicate from title above once EDM-9407 is merged
|
|
40
40
|
searchDescriptionForJiraBasicSearch: {
|
|
41
41
|
id: 'linkDataSource.modal-initial-state.searchDescription-basic',
|
|
42
42
|
description: 'The initial modal search state helper message displayed under the search title when basic search mode is selected',
|
|
43
|
-
defaultMessage: 'Search by keyword for
|
|
43
|
+
defaultMessage: 'Search by keyword for work items to insert.'
|
|
44
44
|
},
|
|
45
45
|
searchDescriptionForJiraJQLSearchDuplicate: {
|
|
46
46
|
id: 'linkDataSource.jira-issues.searchDescription-jql',
|
|
@@ -3,7 +3,7 @@ export var initialStateViewMessages = defineMessages({
|
|
|
3
3
|
jiraSearchTitle: {
|
|
4
4
|
id: 'linkDataSource.modal-initial-state.jiraSearchTitle',
|
|
5
5
|
description: 'The initial modal search state title that gives the user some idea about how to get information',
|
|
6
|
-
defaultMessage: 'Search for Jira
|
|
6
|
+
defaultMessage: 'Search for Jira work items'
|
|
7
7
|
},
|
|
8
8
|
beta: {
|
|
9
9
|
id: 'linkDataSource.modal-initial-state.beta',
|
|
@@ -15,7 +15,7 @@ export var initialStateViewMessages = defineMessages({
|
|
|
15
15
|
searchTitle: {
|
|
16
16
|
id: 'linkDataSource.modal-initial-state.searchTitle',
|
|
17
17
|
description: 'The initial modal search state title that gives the user some idea about how to get information',
|
|
18
|
-
defaultMessage: 'Search for Jira
|
|
18
|
+
defaultMessage: 'Search for Jira work items'
|
|
19
19
|
},
|
|
20
20
|
searchDescriptionForBasicSearch: {
|
|
21
21
|
id: 'linkDataSource.modal-initial-state.searchDescription-basic',
|
|
@@ -23,7 +23,7 @@ export var modalMessages = defineMessages({
|
|
|
23
23
|
searchJiraTitleDuplicate: {
|
|
24
24
|
id: 'linkDataSource.jira-issues.searchJiraTitle',
|
|
25
25
|
description: 'The initial modal search state title that gives the user some idea about how to get information',
|
|
26
|
-
defaultMessage: 'Search for Jira
|
|
26
|
+
defaultMessage: 'Search for Jira work items'
|
|
27
27
|
},
|
|
28
28
|
// delete and remove duplicate from title above once EDM-9407 is merged
|
|
29
29
|
searchJiraTitle: {
|
|
@@ -34,13 +34,13 @@ export var modalMessages = defineMessages({
|
|
|
34
34
|
searchDescriptionForJiraBasicSearchDuplicate: {
|
|
35
35
|
id: 'linkDataSource.jira-issues.searchDescription-basic',
|
|
36
36
|
description: 'The initial modal search state helper message displayed under the search title when basic search mode is selected',
|
|
37
|
-
defaultMessage: 'Search by keyword for
|
|
37
|
+
defaultMessage: 'Search by keyword for work items to insert.'
|
|
38
38
|
},
|
|
39
39
|
// delete and remove duplicate from title above once EDM-9407 is merged
|
|
40
40
|
searchDescriptionForJiraBasicSearch: {
|
|
41
41
|
id: 'linkDataSource.modal-initial-state.searchDescription-basic',
|
|
42
42
|
description: 'The initial modal search state helper message displayed under the search title when basic search mode is selected',
|
|
43
|
-
defaultMessage: 'Search by keyword for
|
|
43
|
+
defaultMessage: 'Search by keyword for work items to insert.'
|
|
44
44
|
},
|
|
45
45
|
searchDescriptionForJiraJQLSearchDuplicate: {
|
|
46
46
|
id: 'linkDataSource.jira-issues.searchDescription-jql',
|
|
@@ -5,7 +5,7 @@ import { SmartCardProvider } from '@atlaskit/link-provider';
|
|
|
5
5
|
import { mockDatasourceFetchRequests } from '@atlaskit/link-test-helpers/datasource';
|
|
6
6
|
import { type DatasourceParameters } from '@atlaskit/linking-types';
|
|
7
7
|
|
|
8
|
-
import { DatasourceTableView } from '../src';
|
|
8
|
+
import { type DatasourceTableView } from '../src';
|
|
9
9
|
import { fetchMessagesForLocale } from '../src/common/utils/locale/fetch-messages-for-locale';
|
|
10
10
|
import { DatasourceExperienceIdProvider } from '../src/contexts/datasource-experience-id';
|
|
11
11
|
import { DataSourceTableViewNoSuspense } from '../src/ui/datasource-table-view/datasourceTableView';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.2",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -48,16 +48,16 @@
|
|
|
48
48
|
"@atlaskit/dropdown-menu": "^16.1.0",
|
|
49
49
|
"@atlaskit/editor-prosemirror": "7.0.0",
|
|
50
50
|
"@atlaskit/empty-state": "^10.1.0",
|
|
51
|
-
"@atlaskit/flag": "^17.
|
|
51
|
+
"@atlaskit/flag": "^17.2.0",
|
|
52
52
|
"@atlaskit/form": "^12.0.0",
|
|
53
53
|
"@atlaskit/heading": "^5.2.0",
|
|
54
|
-
"@atlaskit/icon": "^27.
|
|
54
|
+
"@atlaskit/icon": "^27.3.0",
|
|
55
55
|
"@atlaskit/icon-object": "^7.1.0",
|
|
56
56
|
"@atlaskit/image": "^3.0.0",
|
|
57
|
-
"@atlaskit/inline-edit": "^15.
|
|
57
|
+
"@atlaskit/inline-edit": "^15.3.0",
|
|
58
58
|
"@atlaskit/intl-messages-provider": "^2.0.0",
|
|
59
59
|
"@atlaskit/jql-ast": "^3.3.0",
|
|
60
|
-
"@atlaskit/jql-editor": "^5.
|
|
60
|
+
"@atlaskit/jql-editor": "^5.4.0",
|
|
61
61
|
"@atlaskit/jql-editor-autocomplete-rest": "^3.0.0",
|
|
62
62
|
"@atlaskit/layering": "^3.0.0",
|
|
63
63
|
"@atlaskit/link": "^3.2.0",
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^2.0.0",
|
|
76
76
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
|
|
77
77
|
"@atlaskit/primitives": "^14.10.0",
|
|
78
|
-
"@atlaskit/react-select": "^3.
|
|
79
|
-
"@atlaskit/select": "^21.
|
|
80
|
-
"@atlaskit/smart-card": "^39.
|
|
78
|
+
"@atlaskit/react-select": "^3.2.0",
|
|
79
|
+
"@atlaskit/select": "^21.1.0",
|
|
80
|
+
"@atlaskit/smart-card": "^39.1.0",
|
|
81
81
|
"@atlaskit/smart-user-picker": "^8.0.0",
|
|
82
82
|
"@atlaskit/spinner": "^18.0.0",
|
|
83
83
|
"@atlaskit/tag": "^14.0.0",
|