@atlaskit/link-datasource 2.3.6 → 2.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist/cjs/ui/assets-modal/modal/render-assets-content/index.js +4 -0
- package/dist/cjs/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +1 -0
- package/dist/cjs/ui/assets-modal/search-container/styled.js +5 -4
- package/dist/cjs/ui/common/error-state/access-required.js +1 -0
- package/dist/cjs/ui/common/error-state/loading-error.js +1 -0
- package/dist/cjs/ui/common/error-state/modal-loading-error.js +1 -0
- package/dist/cjs/ui/common/error-state/no-instances.js +1 -0
- package/dist/cjs/ui/common/error-state/no-results.js +1 -0
- package/dist/cjs/ui/common/initial-state-view/index.js +1 -0
- package/dist/cjs/ui/common/modal/content-container/index.js +5 -0
- package/dist/cjs/ui/common/modal/datasource-modal/index.js +2 -1
- package/dist/cjs/ui/common/modal/popup-select/trigger.js +5 -1
- package/dist/cjs/ui/common/modal/site-selector/index.js +1 -0
- package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +13 -7
- package/dist/cjs/ui/issue-like-table/column-picker/concatenated-menu-list.js +1 -0
- package/dist/cjs/ui/issue-like-table/drag-column-preview.js +7 -2
- package/dist/cjs/ui/issue-like-table/draggable-table-heading.js +4 -0
- package/dist/cjs/ui/issue-like-table/empty-state/index.js +3 -1
- package/dist/cjs/ui/issue-like-table/index.js +10 -2
- package/dist/cjs/ui/issue-like-table/render-type/date-time/index.js +1 -0
- package/dist/cjs/ui/issue-like-table/render-type/link/index.js +1 -1
- package/dist/cjs/ui/issue-like-table/render-type/text/index.js +1 -0
- package/dist/cjs/ui/issue-like-table/render-type/user/index.js +3 -0
- package/dist/cjs/ui/issue-like-table/styled.js +2 -2
- package/dist/cjs/ui/jira-issues-modal/mode-switcher/index.js +3 -0
- package/dist/es2019/ui/assets-modal/modal/render-assets-content/index.js +4 -0
- package/dist/es2019/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +1 -0
- package/dist/es2019/ui/assets-modal/search-container/styled.js +5 -4
- package/dist/es2019/ui/common/error-state/access-required.js +1 -0
- package/dist/es2019/ui/common/error-state/loading-error.js +1 -0
- package/dist/es2019/ui/common/error-state/modal-loading-error.js +1 -0
- package/dist/es2019/ui/common/error-state/no-instances.js +1 -0
- package/dist/es2019/ui/common/error-state/no-results.js +1 -0
- package/dist/es2019/ui/common/initial-state-view/index.js +1 -0
- package/dist/es2019/ui/common/modal/content-container/index.js +5 -0
- package/dist/es2019/ui/common/modal/datasource-modal/index.js +2 -1
- package/dist/es2019/ui/common/modal/popup-select/trigger.js +5 -1
- package/dist/es2019/ui/common/modal/site-selector/index.js +1 -0
- package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +13 -7
- package/dist/es2019/ui/issue-like-table/column-picker/concatenated-menu-list.js +1 -0
- package/dist/es2019/ui/issue-like-table/drag-column-preview.js +7 -2
- package/dist/es2019/ui/issue-like-table/draggable-table-heading.js +5 -1
- package/dist/es2019/ui/issue-like-table/empty-state/index.js +3 -1
- package/dist/es2019/ui/issue-like-table/index.js +15 -2
- package/dist/es2019/ui/issue-like-table/render-type/date-time/index.js +1 -0
- package/dist/es2019/ui/issue-like-table/render-type/link/index.js +1 -1
- package/dist/es2019/ui/issue-like-table/render-type/text/index.js +1 -0
- package/dist/es2019/ui/issue-like-table/render-type/user/index.js +3 -0
- package/dist/es2019/ui/issue-like-table/styled.js +7 -2
- package/dist/es2019/ui/jira-issues-modal/mode-switcher/index.js +3 -0
- package/dist/esm/ui/assets-modal/modal/render-assets-content/index.js +4 -0
- package/dist/esm/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +1 -0
- package/dist/esm/ui/assets-modal/search-container/styled.js +5 -4
- package/dist/esm/ui/common/error-state/access-required.js +1 -0
- package/dist/esm/ui/common/error-state/loading-error.js +1 -0
- package/dist/esm/ui/common/error-state/modal-loading-error.js +1 -0
- package/dist/esm/ui/common/error-state/no-instances.js +1 -0
- package/dist/esm/ui/common/error-state/no-results.js +1 -0
- package/dist/esm/ui/common/initial-state-view/index.js +1 -0
- package/dist/esm/ui/common/modal/content-container/index.js +5 -0
- package/dist/esm/ui/common/modal/datasource-modal/index.js +2 -1
- package/dist/esm/ui/common/modal/popup-select/trigger.js +5 -1
- package/dist/esm/ui/common/modal/site-selector/index.js +1 -0
- package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +13 -7
- package/dist/esm/ui/issue-like-table/column-picker/concatenated-menu-list.js +1 -0
- package/dist/esm/ui/issue-like-table/drag-column-preview.js +7 -2
- package/dist/esm/ui/issue-like-table/draggable-table-heading.js +4 -0
- package/dist/esm/ui/issue-like-table/empty-state/index.js +3 -1
- package/dist/esm/ui/issue-like-table/index.js +10 -2
- package/dist/esm/ui/issue-like-table/render-type/date-time/index.js +1 -0
- package/dist/esm/ui/issue-like-table/render-type/link/index.js +1 -1
- package/dist/esm/ui/issue-like-table/render-type/text/index.js +1 -0
- package/dist/esm/ui/issue-like-table/render-type/user/index.js +3 -0
- package/dist/esm/ui/issue-like-table/styled.js +2 -2
- package/dist/esm/ui/jira-issues-modal/mode-switcher/index.js +3 -0
- package/dist/types/ui/assets-modal/modal/render-assets-content/index.d.ts +1 -1
- package/dist/types-ts4.5/ui/assets-modal/modal/render-assets-content/index.d.ts +1 -1
- package/package.json +155 -172
package/package.json
CHANGED
|
@@ -1,173 +1,156 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
"platform.linking-platform.datasource.show-jlol-basic-filters": {
|
|
158
|
-
"type": "boolean"
|
|
159
|
-
},
|
|
160
|
-
"platform.linking-platform.datasource.show-clol-basic-filters": {
|
|
161
|
-
"type": "boolean"
|
|
162
|
-
},
|
|
163
|
-
"platform.linking-platform.datasource-word_wrap": {
|
|
164
|
-
"type": "boolean"
|
|
165
|
-
},
|
|
166
|
-
"platform.linking-platform.datasources.enable-sentry-client": {
|
|
167
|
-
"type": "boolean"
|
|
168
|
-
},
|
|
169
|
-
"platform.editor-update-tag-link-and-color_x6hcf": {
|
|
170
|
-
"type": "boolean"
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
}
|
|
2
|
+
"name": "@atlaskit/link-datasource",
|
|
3
|
+
"version": "2.3.8",
|
|
4
|
+
"description": "UI Components to support linking platform dataset feature",
|
|
5
|
+
"author": "Atlassian Pty Ltd",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"publishConfig": {
|
|
8
|
+
"registry": "https://registry.npmjs.org/"
|
|
9
|
+
},
|
|
10
|
+
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
|
|
11
|
+
"main": "dist/cjs/index.js",
|
|
12
|
+
"module": "dist/esm/index.js",
|
|
13
|
+
"module:es2019": "dist/es2019/index.js",
|
|
14
|
+
"types": "dist/types/index.d.ts",
|
|
15
|
+
"typesVersions": {
|
|
16
|
+
">=4.5 <4.9": {
|
|
17
|
+
"*": ["dist/types-ts4.5/*", "dist/types-ts4.5/index.d.ts"]
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"sideEffects": false,
|
|
21
|
+
"atlaskit:src": "src/index.ts",
|
|
22
|
+
"atlassian": {
|
|
23
|
+
"team": "Linking Platform",
|
|
24
|
+
"inPublicMirror": false,
|
|
25
|
+
"releaseModel": "continuous",
|
|
26
|
+
"i18n": true,
|
|
27
|
+
"website": {
|
|
28
|
+
"name": "Link Datasource"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"scripts": {
|
|
32
|
+
"analytics:codegen": "yarn workspace @atlassian/analytics-tooling run analytics:codegen link-datasource --output ./src/analytics/generated"
|
|
33
|
+
},
|
|
34
|
+
"dependencies": {
|
|
35
|
+
"@atlaskit/adf-schema": "^36.10.7",
|
|
36
|
+
"@atlaskit/analytics-next": "^9.3.0",
|
|
37
|
+
"@atlaskit/avatar": "^21.9.0",
|
|
38
|
+
"@atlaskit/avatar-group": "^9.6.0",
|
|
39
|
+
"@atlaskit/badge": "^16.1.0",
|
|
40
|
+
"@atlaskit/button": "^17.17.0",
|
|
41
|
+
"@atlaskit/datetime-picker": "^13.5.0",
|
|
42
|
+
"@atlaskit/dropdown-menu": "^12.11.0",
|
|
43
|
+
"@atlaskit/editor-prosemirror": "4.0.1",
|
|
44
|
+
"@atlaskit/empty-state": "^7.8.0",
|
|
45
|
+
"@atlaskit/form": "^10.3.0",
|
|
46
|
+
"@atlaskit/heading": "^2.3.0",
|
|
47
|
+
"@atlaskit/icon": "^22.3.0",
|
|
48
|
+
"@atlaskit/icon-object": "^6.4.0",
|
|
49
|
+
"@atlaskit/image": "^1.2.0",
|
|
50
|
+
"@atlaskit/intl-messages-provider": "^1.0.0",
|
|
51
|
+
"@atlaskit/jql-ast": "^3.3.0",
|
|
52
|
+
"@atlaskit/jql-editor": "^4.3.0",
|
|
53
|
+
"@atlaskit/jql-editor-autocomplete-rest": "^2.0.0",
|
|
54
|
+
"@atlaskit/link-client-extension": "^1.9.0",
|
|
55
|
+
"@atlaskit/linking-common": "^5.7.0",
|
|
56
|
+
"@atlaskit/linking-types": "^8.9.0",
|
|
57
|
+
"@atlaskit/logo": "^14.0.0",
|
|
58
|
+
"@atlaskit/lozenge": "^11.7.0",
|
|
59
|
+
"@atlaskit/modal-dialog": "^12.13.0",
|
|
60
|
+
"@atlaskit/outbound-auth-flow-client": "^3.4.5",
|
|
61
|
+
"@atlaskit/platform-feature-flags": "^0.2.4",
|
|
62
|
+
"@atlaskit/popup": "^1.17.0",
|
|
63
|
+
"@atlaskit/pragmatic-drag-and-drop": "^1.1.0",
|
|
64
|
+
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.0",
|
|
65
|
+
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^1.1.0",
|
|
66
|
+
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
|
|
67
|
+
"@atlaskit/primitives": "^7.2.0",
|
|
68
|
+
"@atlaskit/select": "^17.10.0",
|
|
69
|
+
"@atlaskit/smart-card": "^27.6.0",
|
|
70
|
+
"@atlaskit/smart-user-picker": "6.9.3",
|
|
71
|
+
"@atlaskit/spinner": "^16.1.0",
|
|
72
|
+
"@atlaskit/tag": "^12.2.0",
|
|
73
|
+
"@atlaskit/textfield": "6.3.1",
|
|
74
|
+
"@atlaskit/theme": "^12.9.0",
|
|
75
|
+
"@atlaskit/tokens": "^1.50.0",
|
|
76
|
+
"@atlaskit/tooltip": "^18.4.0",
|
|
77
|
+
"@atlaskit/ufo": "^0.2.4",
|
|
78
|
+
"@atlaskit/width-detector": "^4.2.0",
|
|
79
|
+
"@babel/runtime": "^7.0.0",
|
|
80
|
+
"@emotion/react": "^11.7.1",
|
|
81
|
+
"@emotion/styled": "^11.0.0",
|
|
82
|
+
"debounce-promise": "^3.1.2",
|
|
83
|
+
"lodash": "^4.17.21",
|
|
84
|
+
"react-dom": "^16.8.0",
|
|
85
|
+
"tiny-invariant": "^1.2.0",
|
|
86
|
+
"use-debounce": "^3.4.0",
|
|
87
|
+
"uuid": "^3.1.0"
|
|
88
|
+
},
|
|
89
|
+
"peerDependencies": {
|
|
90
|
+
"react": "^16.8.0",
|
|
91
|
+
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
92
|
+
},
|
|
93
|
+
"devDependencies": {
|
|
94
|
+
"@af/integration-testing": "*",
|
|
95
|
+
"@af/visual-regression": "*",
|
|
96
|
+
"@atlaskit/link-provider": "^1.11.0",
|
|
97
|
+
"@atlaskit/link-test-helpers": "^7.0.0",
|
|
98
|
+
"@atlaskit/ssr": "*",
|
|
99
|
+
"@atlaskit/visual-regression": "*",
|
|
100
|
+
"@atlassian/feature-flags-test-utils": "^0.2.0",
|
|
101
|
+
"@faker-js/faker": "^7.5.0",
|
|
102
|
+
"@testing-library/dom": "^8.17.1",
|
|
103
|
+
"@testing-library/react": "^12.1.5",
|
|
104
|
+
"@testing-library/react-hooks": "^8.0.1",
|
|
105
|
+
"@testing-library/user-event": "^14.4.3",
|
|
106
|
+
"@types/debounce-promise": "^3.1.2",
|
|
107
|
+
"fetch-mock": "^8.0.0",
|
|
108
|
+
"jest-fetch-mock": "^3.0.3",
|
|
109
|
+
"json-ld-types": "^4.1.0",
|
|
110
|
+
"typescript": "~5.4.2",
|
|
111
|
+
"wait-for-expect": "^1.2.0"
|
|
112
|
+
},
|
|
113
|
+
"techstack": {
|
|
114
|
+
"@atlassian/frontend": {
|
|
115
|
+
"import-structure": ["atlassian-conventions"],
|
|
116
|
+
"circular-dependencies": ["file-and-folder-level"]
|
|
117
|
+
},
|
|
118
|
+
"@repo/internal": {
|
|
119
|
+
"dom-events": "use-bind-event-listener",
|
|
120
|
+
"analytics": ["analytics-next"],
|
|
121
|
+
"theming": ["react-context", "tokens"],
|
|
122
|
+
"ui-components": ["lite-mode"],
|
|
123
|
+
"deprecation": ["no-deprecated-imports"],
|
|
124
|
+
"styling": ["static", "emotion"],
|
|
125
|
+
"imports": ["import-no-extraneous-disable-for-examples-and-docs"]
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"af:exports": {
|
|
129
|
+
".": "./src/index.ts",
|
|
130
|
+
"./elements": "./src/elements.ts"
|
|
131
|
+
},
|
|
132
|
+
"platform-feature-flags": {
|
|
133
|
+
"platform.linking-platform.datasource.add-timezone-header": {
|
|
134
|
+
"type": "boolean",
|
|
135
|
+
"referenceOnly": "true"
|
|
136
|
+
},
|
|
137
|
+
"platform.linking-platform.datasource-assets_add_version_parameter": {
|
|
138
|
+
"type": "boolean"
|
|
139
|
+
},
|
|
140
|
+
"platform.linking-platform.datasource.show-jlol-basic-filters": {
|
|
141
|
+
"type": "boolean"
|
|
142
|
+
},
|
|
143
|
+
"platform.linking-platform.datasource.show-clol-basic-filters": {
|
|
144
|
+
"type": "boolean"
|
|
145
|
+
},
|
|
146
|
+
"platform.linking-platform.datasource-word_wrap": {
|
|
147
|
+
"type": "boolean"
|
|
148
|
+
},
|
|
149
|
+
"platform.linking-platform.datasources.enable-sentry-client": {
|
|
150
|
+
"type": "boolean"
|
|
151
|
+
},
|
|
152
|
+
"platform.editor-update-tag-link-and-color_x6hcf": {
|
|
153
|
+
"type": "boolean"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|