@atlaskit/link-datasource 5.2.5 → 5.3.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 +30 -0
- package/analytics/render-failed/package.json +17 -0
- package/assets-modal/package.json +17 -0
- package/assets-modal/types/package.json +17 -0
- package/confluence-search-modal/package.json +17 -0
- package/confluence-search-modal/types/package.json +17 -0
- package/datasource-table-view/package.json +17 -0
- package/dist/cjs/entry-points/analytics-render-failed.js +12 -0
- package/dist/cjs/entry-points/assets-modal-types.js +5 -0
- package/dist/cjs/entry-points/assets-modal.js +20 -0
- package/dist/cjs/entry-points/confluence-search-modal-types.js +5 -0
- package/dist/cjs/entry-points/confluence-search-modal.js +20 -0
- package/dist/cjs/entry-points/datasource-table-view.js +13 -0
- package/dist/cjs/entry-points/elements-render-type.js +12 -0
- package/dist/cjs/entry-points/jira-issues-modal-types.js +5 -0
- package/dist/cjs/entry-points/jira-issues-modal.js +20 -0
- package/dist/cjs/entry-points/types.js +1 -0
- package/dist/cjs/entry-points/utils-schema.js +12 -0
- package/dist/cjs/ui/issue-like-table/column-picker/concatenated-menu-list.compiled.css +1 -0
- package/dist/cjs/ui/issue-like-table/column-picker/concatenated-menu-list.js +4 -1
- package/dist/es2019/elements.js +1 -0
- package/dist/es2019/entry-points/analytics-render-failed.js +1 -0
- package/dist/es2019/entry-points/assets-modal-types.js +1 -0
- package/dist/es2019/entry-points/assets-modal.js +1 -0
- package/dist/es2019/entry-points/confluence-search-modal-types.js +1 -0
- package/dist/es2019/entry-points/confluence-search-modal.js +1 -0
- package/dist/es2019/entry-points/datasource-table-view.js +1 -0
- package/dist/es2019/entry-points/elements-render-type.js +1 -0
- package/dist/es2019/entry-points/jira-issues-modal-types.js +1 -0
- package/dist/es2019/entry-points/jira-issues-modal.js +1 -0
- package/dist/es2019/entry-points/types.js +0 -0
- package/dist/es2019/entry-points/utils-schema.js +1 -0
- package/dist/es2019/index.js +29 -0
- package/dist/es2019/ui/issue-like-table/column-picker/concatenated-menu-list.compiled.css +1 -0
- package/dist/es2019/ui/issue-like-table/column-picker/concatenated-menu-list.js +4 -1
- package/dist/esm/elements.js +1 -0
- package/dist/esm/entry-points/analytics-render-failed.js +1 -0
- package/dist/esm/entry-points/assets-modal-types.js +1 -0
- package/dist/esm/entry-points/assets-modal.js +1 -0
- package/dist/esm/entry-points/confluence-search-modal-types.js +1 -0
- package/dist/esm/entry-points/confluence-search-modal.js +1 -0
- package/dist/esm/entry-points/datasource-table-view.js +1 -0
- package/dist/esm/entry-points/elements-render-type.js +1 -0
- package/dist/esm/entry-points/jira-issues-modal-types.js +1 -0
- package/dist/esm/entry-points/jira-issues-modal.js +1 -0
- package/dist/esm/entry-points/types.js +0 -0
- package/dist/esm/entry-points/utils-schema.js +1 -0
- package/dist/esm/index.js +29 -0
- package/dist/esm/ui/issue-like-table/column-picker/concatenated-menu-list.compiled.css +1 -0
- package/dist/esm/ui/issue-like-table/column-picker/concatenated-menu-list.js +4 -1
- package/dist/types/elements.d.ts +1 -0
- package/dist/types/entry-points/analytics-render-failed.d.ts +1 -0
- package/dist/types/entry-points/assets-modal-types.d.ts +1 -0
- package/dist/types/entry-points/assets-modal.d.ts +1 -0
- package/dist/types/entry-points/confluence-search-modal-types.d.ts +1 -0
- package/dist/types/entry-points/confluence-search-modal.d.ts +1 -0
- package/dist/types/entry-points/datasource-table-view.d.ts +1 -0
- package/dist/types/entry-points/elements-render-type.d.ts +1 -0
- package/dist/types/entry-points/jira-issues-modal-types.d.ts +1 -0
- package/dist/types/entry-points/jira-issues-modal.d.ts +1 -0
- package/dist/types/entry-points/types.d.ts +1 -0
- package/dist/types/entry-points/utils-schema.d.ts +1 -0
- package/dist/types/index.d.ts +15 -0
- package/dist/types-ts4.5/elements.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/analytics-render-failed.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/assets-modal-types.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/assets-modal.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/confluence-search-modal-types.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/confluence-search-modal.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/datasource-table-view.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/elements-render-type.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/jira-issues-modal-types.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/jira-issues-modal.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/types.d.ts +1 -0
- package/dist/types-ts4.5/entry-points/utils-schema.d.ts +1 -0
- package/dist/types-ts4.5/index.d.ts +15 -0
- package/elements/render-type/package.json +17 -0
- package/jira-issues-modal/package.json +17 -0
- package/jira-issues-modal/types/package.json +17 -0
- package/package.json +11 -8
- package/types/package.json +17 -0
- package/utils/schema/package.json +17 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 5.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`9fc64416c119f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9fc64416c119f) -
|
|
8
|
+
Mark barrel exports as deprecated and add new entry points:
|
|
9
|
+
- @atlaskit/link-datasource/analytics/render-failed
|
|
10
|
+
- @atlaskit/link-datasource/assets-modal
|
|
11
|
+
- @atlaskit/link-datasource/assets-modal/types
|
|
12
|
+
- @atlaskit/link-datasource/confluence-search-modal
|
|
13
|
+
- @atlaskit/link-datasource/confluence-search-modal/types
|
|
14
|
+
- @atlaskit/link-datasource/datasource-table-view
|
|
15
|
+
- @atlaskit/link-datasource/elements/render-type
|
|
16
|
+
- @atlaskit/link-datasource/jira-issues-modal
|
|
17
|
+
- @atlaskit/link-datasource/jira-issues-modal/types
|
|
18
|
+
- @atlaskit/link-datasource/types
|
|
19
|
+
- @atlaskit/link-datasource/utils/schema
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- [`cf8cd6e12c000`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cf8cd6e12c000) -
|
|
24
|
+
[ux] NAVX-4869 Adding keyboard focus support for SLLV column picker
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
|
|
27
|
+
## 5.2.6
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies
|
|
32
|
+
|
|
3
33
|
## 5.2.5
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/link-datasource/analytics/render-failed",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/analytics-render-failed.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/analytics-render-failed.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/analytics-render-failed.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/analytics-render-failed.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/analytics-render-failed.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/link-datasource/assets-modal",
|
|
3
|
+
"main": "../dist/cjs/entry-points/assets-modal.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/assets-modal.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/assets-modal.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/assets-modal.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/assets-modal.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/link-datasource/assets-modal/types",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/assets-modal-types.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/assets-modal-types.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/assets-modal-types.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/assets-modal-types.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/assets-modal-types.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/link-datasource/confluence-search-modal",
|
|
3
|
+
"main": "../dist/cjs/entry-points/confluence-search-modal.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/confluence-search-modal.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/confluence-search-modal.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/confluence-search-modal.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/confluence-search-modal.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/link-datasource/confluence-search-modal/types",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/confluence-search-modal-types.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/confluence-search-modal-types.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/confluence-search-modal-types.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/confluence-search-modal-types.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/confluence-search-modal-types.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/link-datasource/datasource-table-view",
|
|
3
|
+
"main": "../dist/cjs/entry-points/datasource-table-view.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/datasource-table-view.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/datasource-table-view.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/datasource-table-view.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/datasource-table-view.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "LazyLoadedDatasourceRenderFailedAnalyticsWrapper", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _index.LazyLoadedDatasourceRenderFailedAnalyticsWrapper;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _index = require("../analytics/wrappers/render-failed/index");
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "ASSETS_LIST_OF_LINKS_DATASOURCE_ID", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _index.ASSETS_LIST_OF_LINKS_DATASOURCE_ID;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "AssetsConfigModal", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function get() {
|
|
16
|
+
return _index.default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _index = _interopRequireWildcard(require("../ui/assets-modal/index"));
|
|
20
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "CONFLUENCE_SEARCH_DATASOURCE_ID", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _index.CONFLUENCE_SEARCH_DATASOURCE_ID;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "ConfluenceSearchConfigModal", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function get() {
|
|
16
|
+
return _index.default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _index = _interopRequireWildcard(require("../ui/confluence-search-modal/index"));
|
|
20
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "DatasourceTableView", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _index.default;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
var _index = _interopRequireDefault(require("../ui/datasource-table-view/index"));
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "renderType", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _index.renderType;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _index = require("../ui/issue-like-table/render-type/index");
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
Object.defineProperty(exports, "JIRA_LIST_OF_LINKS_DATASOURCE_ID", {
|
|
8
|
+
enumerable: true,
|
|
9
|
+
get: function get() {
|
|
10
|
+
return _index.JIRA_LIST_OF_LINKS_DATASOURCE_ID;
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
Object.defineProperty(exports, "JiraIssuesConfigModal", {
|
|
14
|
+
enumerable: true,
|
|
15
|
+
get: function get() {
|
|
16
|
+
return _index.default;
|
|
17
|
+
}
|
|
18
|
+
});
|
|
19
|
+
var _index = _interopRequireWildcard(require("../ui/jira-issues-modal/index"));
|
|
20
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
Object.defineProperty(exports, "buildDatasourceAdf", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function get() {
|
|
9
|
+
return _schemaUtils.buildDatasourceAdf;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
var _schemaUtils = require("../common/utils/schema-utils");
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
._11c8wadc{font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._16qsglyw{box-shadow:none}
|
|
3
3
|
._bfhk15s3{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
4
|
+
._bfhkufnl{background-color:var(--ds-background-selected-hovered,#cfe1fd)}
|
|
4
5
|
._k48pi7a9{font-weight:var(--ds-font-weight-regular,400)}
|
|
5
6
|
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
6
7
|
._irr3plhp:hover{background-color:var(--ds-background-neutral-hovered,#0b120e24)}
|
|
@@ -13,6 +13,7 @@ var _runtime = require("@compiled/react/runtime");
|
|
|
13
13
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
14
14
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
15
15
|
var _reactIntl = require("react-intl");
|
|
16
|
+
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
16
17
|
var _select = require("@atlaskit/select");
|
|
17
18
|
var _messages = require("./messages");
|
|
18
19
|
var _excluded = ["children"],
|
|
@@ -20,6 +21,8 @@ var _excluded = ["children"],
|
|
|
20
21
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
21
22
|
var SELECT_ITEMS_MAXIMUM_THRESHOLD = exports.SELECT_ITEMS_MAXIMUM_THRESHOLD = 200;
|
|
22
23
|
var messageStyles = null;
|
|
24
|
+
var listItemBaseStyles = null;
|
|
25
|
+
var listItemStylesFocusedSelected = null;
|
|
23
26
|
var listItemStylesSelected = null;
|
|
24
27
|
var listItemStyles = null;
|
|
25
28
|
var ConcatenatedMenuList = exports.ConcatenatedMenuList = function ConcatenatedMenuList(_ref) {
|
|
@@ -47,6 +50,6 @@ var MenuItem = exports.MenuItem = function MenuItem(_ref2) {
|
|
|
47
50
|
var children = _ref2.children,
|
|
48
51
|
props = (0, _objectWithoutProperties2.default)(_ref2, _excluded2);
|
|
49
52
|
return /*#__PURE__*/React.createElement(_select.CheckboxOption, (0, _extends2.default)({}, props, {
|
|
50
|
-
className: (0, _runtime.ax)([props.isSelected ? "_bfhk15s3
|
|
53
|
+
className: (0, _runtime.ax)([props.isSelected ? "_bfhk15s3 _irr3ufnl _1di6nozp" : "_irr3plhp _1di61gdz", !(0, _platformFeatureFlags.fg)('navx-4870-adding-keyboard-focus-for-sllv-columns') && "_16qsglyw", props.isSelected && props.isFocused && (0, _platformFeatureFlags.fg)('navx-4870-adding-keyboard-focus-for-sllv-columns') && "_bfhkufnl"])
|
|
51
54
|
}), children);
|
|
52
55
|
};
|
package/dist/es2019/elements.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LazyLoadedDatasourceRenderFailedAnalyticsWrapper } from '../analytics/wrappers/render-failed/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as AssetsConfigModal, ASSETS_LIST_OF_LINKS_DATASOURCE_ID } from '../ui/assets-modal/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ConfluenceSearchConfigModal, CONFLUENCE_SEARCH_DATASOURCE_ID } from '../ui/confluence-search-modal/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DatasourceTableView } from '../ui/datasource-table-view/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { renderType } from '../ui/issue-like-table/render-type/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as JiraIssuesConfigModal, JIRA_LIST_OF_LINKS_DATASOURCE_ID } from '../ui/jira-issues-modal/index';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { buildDatasourceAdf } from '../common/utils/schema-utils';
|
package/dist/es2019/index.js
CHANGED
|
@@ -1,10 +1,39 @@
|
|
|
1
|
+
/** @deprecated Use @atlaskit/link-datasource/confluence-search-modal */
|
|
1
2
|
export { default as ConfluenceSearchConfigModal } from './ui/confluence-search-modal';
|
|
3
|
+
|
|
4
|
+
/** @deprecated Use @atlaskit/link-datasource/jira-issues-modal */
|
|
2
5
|
export { default as JiraIssuesConfigModal } from './ui/jira-issues-modal';
|
|
6
|
+
|
|
7
|
+
/** @deprecated Use @atlaskit/link-datasource/assets-modal */
|
|
3
8
|
export { default as AssetsConfigModal } from './ui/assets-modal';
|
|
9
|
+
|
|
10
|
+
/** @deprecated Use @atlaskit/link-datasource/datasource-table-view */
|
|
4
11
|
export { default as DatasourceTableView } from './ui/datasource-table-view';
|
|
12
|
+
|
|
13
|
+
/** @deprecated Use @atlaskit/link-datasource/assets-modal (AssetsConfigModal) */
|
|
5
14
|
export { default as JSMAssetsConfigModal } from './ui/assets-modal';
|
|
15
|
+
|
|
16
|
+
/** @deprecated Use @atlaskit/link-datasource/utils/schema */
|
|
6
17
|
export { buildDatasourceAdf } from './common/utils/schema-utils';
|
|
18
|
+
|
|
19
|
+
/** @deprecated Use @atlaskit/link-datasource/jira-issues-modal/types */
|
|
20
|
+
|
|
21
|
+
/** @deprecated Use @atlaskit/link-datasource/assets-modal/types */
|
|
22
|
+
|
|
23
|
+
/** @deprecated Use @atlaskit/link-datasource/confluence-search-modal/types */
|
|
24
|
+
|
|
25
|
+
/** @deprecated Use @atlaskit/link-datasource/jira-issues-modal */
|
|
7
26
|
export { JIRA_LIST_OF_LINKS_DATASOURCE_ID } from './ui/jira-issues-modal';
|
|
27
|
+
|
|
28
|
+
/** @deprecated Use @atlaskit/link-datasource/assets-modal */
|
|
8
29
|
export { ASSETS_LIST_OF_LINKS_DATASOURCE_ID } from './ui/assets-modal';
|
|
30
|
+
|
|
31
|
+
/** @deprecated Use @atlaskit/link-datasource/confluence-search-modal */
|
|
9
32
|
export { CONFLUENCE_SEARCH_DATASOURCE_ID } from './ui/confluence-search-modal';
|
|
33
|
+
|
|
34
|
+
/** @deprecated Use @atlaskit/link-datasource/types */
|
|
35
|
+
|
|
36
|
+
/** @deprecated Use @atlaskit/linking-common/types */
|
|
37
|
+
|
|
38
|
+
/** @deprecated Use @atlaskit/link-datasource/analytics/render-failed */
|
|
10
39
|
export { LazyLoadedDatasourceRenderFailedAnalyticsWrapper } from './analytics/wrappers/render-failed';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
._11c8wadc{font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._16qsglyw{box-shadow:none}
|
|
3
3
|
._bfhk15s3{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
4
|
+
._bfhkufnl{background-color:var(--ds-background-selected-hovered,#cfe1fd)}
|
|
4
5
|
._k48pi7a9{font-weight:var(--ds-font-weight-regular,400)}
|
|
5
6
|
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
6
7
|
._irr3plhp:hover{background-color:var(--ds-background-neutral-hovered,#0b120e24)}
|
|
@@ -4,10 +4,13 @@ import "./concatenated-menu-list.compiled.css";
|
|
|
4
4
|
import * as React from 'react';
|
|
5
5
|
import { ax, ix } from "@compiled/react/runtime";
|
|
6
6
|
import { FormattedMessage } from 'react-intl';
|
|
7
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
7
8
|
import { CheckboxOption, components } from '@atlaskit/select';
|
|
8
9
|
import { columnPickerMessages } from './messages';
|
|
9
10
|
export const SELECT_ITEMS_MAXIMUM_THRESHOLD = 200;
|
|
10
11
|
const messageStyles = null;
|
|
12
|
+
const listItemBaseStyles = null;
|
|
13
|
+
const listItemStylesFocusedSelected = null;
|
|
11
14
|
const listItemStylesSelected = null;
|
|
12
15
|
const listItemStyles = null;
|
|
13
16
|
export const ConcatenatedMenuList = ({
|
|
@@ -37,6 +40,6 @@ export const MenuItem = ({
|
|
|
37
40
|
...props
|
|
38
41
|
}) => {
|
|
39
42
|
return /*#__PURE__*/React.createElement(CheckboxOption, _extends({}, props, {
|
|
40
|
-
className: ax([props.isSelected ? "_bfhk15s3
|
|
43
|
+
className: ax([props.isSelected ? "_bfhk15s3 _irr3ufnl _1di6nozp" : "_irr3plhp _1di61gdz", !fg('navx-4870-adding-keyboard-focus-for-sllv-columns') && "_16qsglyw", props.isSelected && props.isFocused && fg('navx-4870-adding-keyboard-focus-for-sllv-columns') && "_bfhkufnl"])
|
|
41
44
|
}), children);
|
|
42
45
|
};
|
package/dist/esm/elements.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LazyLoadedDatasourceRenderFailedAnalyticsWrapper } from '../analytics/wrappers/render-failed/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as AssetsConfigModal, ASSETS_LIST_OF_LINKS_DATASOURCE_ID } from '../ui/assets-modal/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ConfluenceSearchConfigModal, CONFLUENCE_SEARCH_DATASOURCE_ID } from '../ui/confluence-search-modal/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DatasourceTableView } from '../ui/datasource-table-view/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { renderType } from '../ui/issue-like-table/render-type/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as JiraIssuesConfigModal, JIRA_LIST_OF_LINKS_DATASOURCE_ID } from '../ui/jira-issues-modal/index';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { buildDatasourceAdf } from '../common/utils/schema-utils';
|
package/dist/esm/index.js
CHANGED
|
@@ -1,10 +1,39 @@
|
|
|
1
|
+
/** @deprecated Use @atlaskit/link-datasource/confluence-search-modal */
|
|
1
2
|
export { default as ConfluenceSearchConfigModal } from './ui/confluence-search-modal';
|
|
3
|
+
|
|
4
|
+
/** @deprecated Use @atlaskit/link-datasource/jira-issues-modal */
|
|
2
5
|
export { default as JiraIssuesConfigModal } from './ui/jira-issues-modal';
|
|
6
|
+
|
|
7
|
+
/** @deprecated Use @atlaskit/link-datasource/assets-modal */
|
|
3
8
|
export { default as AssetsConfigModal } from './ui/assets-modal';
|
|
9
|
+
|
|
10
|
+
/** @deprecated Use @atlaskit/link-datasource/datasource-table-view */
|
|
4
11
|
export { default as DatasourceTableView } from './ui/datasource-table-view';
|
|
12
|
+
|
|
13
|
+
/** @deprecated Use @atlaskit/link-datasource/assets-modal (AssetsConfigModal) */
|
|
5
14
|
export { default as JSMAssetsConfigModal } from './ui/assets-modal';
|
|
15
|
+
|
|
16
|
+
/** @deprecated Use @atlaskit/link-datasource/utils/schema */
|
|
6
17
|
export { buildDatasourceAdf } from './common/utils/schema-utils';
|
|
18
|
+
|
|
19
|
+
/** @deprecated Use @atlaskit/link-datasource/jira-issues-modal/types */
|
|
20
|
+
|
|
21
|
+
/** @deprecated Use @atlaskit/link-datasource/assets-modal/types */
|
|
22
|
+
|
|
23
|
+
/** @deprecated Use @atlaskit/link-datasource/confluence-search-modal/types */
|
|
24
|
+
|
|
25
|
+
/** @deprecated Use @atlaskit/link-datasource/jira-issues-modal */
|
|
7
26
|
export { JIRA_LIST_OF_LINKS_DATASOURCE_ID } from './ui/jira-issues-modal';
|
|
27
|
+
|
|
28
|
+
/** @deprecated Use @atlaskit/link-datasource/assets-modal */
|
|
8
29
|
export { ASSETS_LIST_OF_LINKS_DATASOURCE_ID } from './ui/assets-modal';
|
|
30
|
+
|
|
31
|
+
/** @deprecated Use @atlaskit/link-datasource/confluence-search-modal */
|
|
9
32
|
export { CONFLUENCE_SEARCH_DATASOURCE_ID } from './ui/confluence-search-modal';
|
|
33
|
+
|
|
34
|
+
/** @deprecated Use @atlaskit/link-datasource/types */
|
|
35
|
+
|
|
36
|
+
/** @deprecated Use @atlaskit/linking-common/types */
|
|
37
|
+
|
|
38
|
+
/** @deprecated Use @atlaskit/link-datasource/analytics/render-failed */
|
|
10
39
|
export { LazyLoadedDatasourceRenderFailedAnalyticsWrapper } from './analytics/wrappers/render-failed';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
._11c8wadc{font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._16qsglyw{box-shadow:none}
|
|
3
3
|
._bfhk15s3{background-color:var(--ds-background-selected,#e9f2fe)}
|
|
4
|
+
._bfhkufnl{background-color:var(--ds-background-selected-hovered,#cfe1fd)}
|
|
4
5
|
._k48pi7a9{font-weight:var(--ds-font-weight-regular,400)}
|
|
5
6
|
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
6
7
|
._irr3plhp:hover{background-color:var(--ds-background-neutral-hovered,#0b120e24)}
|
|
@@ -7,10 +7,13 @@ import "./concatenated-menu-list.compiled.css";
|
|
|
7
7
|
import * as React from 'react';
|
|
8
8
|
import { ax, ix } from "@compiled/react/runtime";
|
|
9
9
|
import { FormattedMessage } from 'react-intl';
|
|
10
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
11
|
import { CheckboxOption, components } from '@atlaskit/select';
|
|
11
12
|
import { columnPickerMessages } from './messages';
|
|
12
13
|
export var SELECT_ITEMS_MAXIMUM_THRESHOLD = 200;
|
|
13
14
|
var messageStyles = null;
|
|
15
|
+
var listItemBaseStyles = null;
|
|
16
|
+
var listItemStylesFocusedSelected = null;
|
|
14
17
|
var listItemStylesSelected = null;
|
|
15
18
|
var listItemStyles = null;
|
|
16
19
|
export var ConcatenatedMenuList = function ConcatenatedMenuList(_ref) {
|
|
@@ -38,6 +41,6 @@ export var MenuItem = function MenuItem(_ref2) {
|
|
|
38
41
|
var children = _ref2.children,
|
|
39
42
|
props = _objectWithoutProperties(_ref2, _excluded2);
|
|
40
43
|
return /*#__PURE__*/React.createElement(CheckboxOption, _extends({}, props, {
|
|
41
|
-
className: ax([props.isSelected ? "_bfhk15s3
|
|
44
|
+
className: ax([props.isSelected ? "_bfhk15s3 _irr3ufnl _1di6nozp" : "_irr3plhp _1di61gdz", !fg('navx-4870-adding-keyboard-focus-for-sllv-columns') && "_16qsglyw", props.isSelected && props.isFocused && fg('navx-4870-adding-keyboard-focus-for-sllv-columns') && "_bfhkufnl"])
|
|
42
45
|
}), children);
|
|
43
46
|
};
|
package/dist/types/elements.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LazyLoadedDatasourceRenderFailedAnalyticsWrapper } from '../analytics/wrappers/render-failed/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type AssetsDatasourceAdf, type AssetsDatasourceParameters, } from '../ui/assets-modal/types';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as AssetsConfigModal, ASSETS_LIST_OF_LINKS_DATASOURCE_ID, } from '../ui/assets-modal/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type ConfluenceSearchDatasourceAdf, type ConfluenceSearchDatasourceParameters, } from '../ui/confluence-search-modal/types';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ConfluenceSearchConfigModal, CONFLUENCE_SEARCH_DATASOURCE_ID, } from '../ui/confluence-search-modal/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DatasourceTableView } from '../ui/datasource-table-view/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { renderType } from '../ui/issue-like-table/render-type/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type JiraIssuesDatasourceAdf, type JiraIssueDatasourceParameters, } from '../ui/jira-issues-modal/types';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as JiraIssuesConfigModal, JIRA_LIST_OF_LINKS_DATASOURCE_ID, } from '../ui/jira-issues-modal/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { ConfigModalProps } from '../common/types';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { buildDatasourceAdf } from '../common/utils/schema-utils';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,15 +1,30 @@
|
|
|
1
|
+
/** @deprecated Use @atlaskit/link-datasource/confluence-search-modal */
|
|
1
2
|
export { default as ConfluenceSearchConfigModal } from './ui/confluence-search-modal';
|
|
3
|
+
/** @deprecated Use @atlaskit/link-datasource/jira-issues-modal */
|
|
2
4
|
export { default as JiraIssuesConfigModal } from './ui/jira-issues-modal';
|
|
5
|
+
/** @deprecated Use @atlaskit/link-datasource/assets-modal */
|
|
3
6
|
export { default as AssetsConfigModal } from './ui/assets-modal';
|
|
7
|
+
/** @deprecated Use @atlaskit/link-datasource/datasource-table-view */
|
|
4
8
|
export { default as DatasourceTableView } from './ui/datasource-table-view';
|
|
9
|
+
/** @deprecated Use @atlaskit/link-datasource/assets-modal (AssetsConfigModal) */
|
|
5
10
|
export { default as JSMAssetsConfigModal } from './ui/assets-modal';
|
|
11
|
+
/** @deprecated Use @atlaskit/link-datasource/utils/schema */
|
|
6
12
|
export { buildDatasourceAdf } from './common/utils/schema-utils';
|
|
13
|
+
/** @deprecated Use @atlaskit/link-datasource/jira-issues-modal/types */
|
|
7
14
|
export type { JiraIssuesDatasourceAdf, JiraIssueDatasourceParameters, } from './ui/jira-issues-modal/types';
|
|
15
|
+
/** @deprecated Use @atlaskit/link-datasource/assets-modal/types */
|
|
8
16
|
export type { AssetsDatasourceAdf, AssetsDatasourceParameters } from './ui/assets-modal/types';
|
|
17
|
+
/** @deprecated Use @atlaskit/link-datasource/confluence-search-modal/types */
|
|
9
18
|
export type { ConfluenceSearchDatasourceAdf, ConfluenceSearchDatasourceParameters, } from './ui/confluence-search-modal/types';
|
|
19
|
+
/** @deprecated Use @atlaskit/link-datasource/jira-issues-modal */
|
|
10
20
|
export { JIRA_LIST_OF_LINKS_DATASOURCE_ID } from './ui/jira-issues-modal';
|
|
21
|
+
/** @deprecated Use @atlaskit/link-datasource/assets-modal */
|
|
11
22
|
export { ASSETS_LIST_OF_LINKS_DATASOURCE_ID } from './ui/assets-modal';
|
|
23
|
+
/** @deprecated Use @atlaskit/link-datasource/confluence-search-modal */
|
|
12
24
|
export { CONFLUENCE_SEARCH_DATASOURCE_ID } from './ui/confluence-search-modal';
|
|
25
|
+
/** @deprecated Use @atlaskit/link-datasource/types */
|
|
13
26
|
export type { ConfigModalProps } from './common/types';
|
|
27
|
+
/** @deprecated Use @atlaskit/linking-common/types */
|
|
14
28
|
export type { DatasourceAdf, DatasourceAdfView, DatasourceAdfTableView, } from '@atlaskit/linking-common/types';
|
|
29
|
+
/** @deprecated Use @atlaskit/link-datasource/analytics/render-failed */
|
|
15
30
|
export { LazyLoadedDatasourceRenderFailedAnalyticsWrapper } from './analytics/wrappers/render-failed';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { LazyLoadedDatasourceRenderFailedAnalyticsWrapper } from '../analytics/wrappers/render-failed/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type AssetsDatasourceAdf, type AssetsDatasourceParameters, } from '../ui/assets-modal/types';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as AssetsConfigModal, ASSETS_LIST_OF_LINKS_DATASOURCE_ID, } from '../ui/assets-modal/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type ConfluenceSearchDatasourceAdf, type ConfluenceSearchDatasourceParameters, } from '../ui/confluence-search-modal/types';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ConfluenceSearchConfigModal, CONFLUENCE_SEARCH_DATASOURCE_ID, } from '../ui/confluence-search-modal/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DatasourceTableView } from '../ui/datasource-table-view/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { renderType } from '../ui/issue-like-table/render-type/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { type JiraIssuesDatasourceAdf, type JiraIssueDatasourceParameters, } from '../ui/jira-issues-modal/types';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as JiraIssuesConfigModal, JIRA_LIST_OF_LINKS_DATASOURCE_ID, } from '../ui/jira-issues-modal/index';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { ConfigModalProps } from '../common/types';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { buildDatasourceAdf } from '../common/utils/schema-utils';
|
|
@@ -1,15 +1,30 @@
|
|
|
1
|
+
/** @deprecated Use @atlaskit/link-datasource/confluence-search-modal */
|
|
1
2
|
export { default as ConfluenceSearchConfigModal } from './ui/confluence-search-modal';
|
|
3
|
+
/** @deprecated Use @atlaskit/link-datasource/jira-issues-modal */
|
|
2
4
|
export { default as JiraIssuesConfigModal } from './ui/jira-issues-modal';
|
|
5
|
+
/** @deprecated Use @atlaskit/link-datasource/assets-modal */
|
|
3
6
|
export { default as AssetsConfigModal } from './ui/assets-modal';
|
|
7
|
+
/** @deprecated Use @atlaskit/link-datasource/datasource-table-view */
|
|
4
8
|
export { default as DatasourceTableView } from './ui/datasource-table-view';
|
|
9
|
+
/** @deprecated Use @atlaskit/link-datasource/assets-modal (AssetsConfigModal) */
|
|
5
10
|
export { default as JSMAssetsConfigModal } from './ui/assets-modal';
|
|
11
|
+
/** @deprecated Use @atlaskit/link-datasource/utils/schema */
|
|
6
12
|
export { buildDatasourceAdf } from './common/utils/schema-utils';
|
|
13
|
+
/** @deprecated Use @atlaskit/link-datasource/jira-issues-modal/types */
|
|
7
14
|
export type { JiraIssuesDatasourceAdf, JiraIssueDatasourceParameters, } from './ui/jira-issues-modal/types';
|
|
15
|
+
/** @deprecated Use @atlaskit/link-datasource/assets-modal/types */
|
|
8
16
|
export type { AssetsDatasourceAdf, AssetsDatasourceParameters } from './ui/assets-modal/types';
|
|
17
|
+
/** @deprecated Use @atlaskit/link-datasource/confluence-search-modal/types */
|
|
9
18
|
export type { ConfluenceSearchDatasourceAdf, ConfluenceSearchDatasourceParameters, } from './ui/confluence-search-modal/types';
|
|
19
|
+
/** @deprecated Use @atlaskit/link-datasource/jira-issues-modal */
|
|
10
20
|
export { JIRA_LIST_OF_LINKS_DATASOURCE_ID } from './ui/jira-issues-modal';
|
|
21
|
+
/** @deprecated Use @atlaskit/link-datasource/assets-modal */
|
|
11
22
|
export { ASSETS_LIST_OF_LINKS_DATASOURCE_ID } from './ui/assets-modal';
|
|
23
|
+
/** @deprecated Use @atlaskit/link-datasource/confluence-search-modal */
|
|
12
24
|
export { CONFLUENCE_SEARCH_DATASOURCE_ID } from './ui/confluence-search-modal';
|
|
25
|
+
/** @deprecated Use @atlaskit/link-datasource/types */
|
|
13
26
|
export type { ConfigModalProps } from './common/types';
|
|
27
|
+
/** @deprecated Use @atlaskit/linking-common/types */
|
|
14
28
|
export type { DatasourceAdf, DatasourceAdfView, DatasourceAdfTableView, } from '@atlaskit/linking-common/types';
|
|
29
|
+
/** @deprecated Use @atlaskit/link-datasource/analytics/render-failed */
|
|
15
30
|
export { LazyLoadedDatasourceRenderFailedAnalyticsWrapper } from './analytics/wrappers/render-failed';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/link-datasource/elements/render-type",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/elements-render-type.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/elements-render-type.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/elements-render-type.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/elements-render-type.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/elements-render-type.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/link-datasource/jira-issues-modal",
|
|
3
|
+
"main": "../dist/cjs/entry-points/jira-issues-modal.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/jira-issues-modal.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/jira-issues-modal.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/jira-issues-modal.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/jira-issues-modal.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/link-datasource/jira-issues-modal/types",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/jira-issues-modal-types.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/jira-issues-modal-types.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/jira-issues-modal-types.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/jira-issues-modal-types.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/jira-issues-modal-types.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"ak-postbuild": "ls -d dist/* | xargs -n 1 copyfiles -u 1 -V src/**/*.{svg,png}"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@atlaskit/adf-schema": "^52.
|
|
46
|
+
"@atlaskit/adf-schema": "^52.12.0",
|
|
47
47
|
"@atlaskit/afm-i18n-platform-linking-platform-link-datasource": "2.7.0",
|
|
48
48
|
"@atlaskit/analytics-next": "^11.2.0",
|
|
49
49
|
"@atlaskit/atlassian-context": "^0.9.0",
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
"@atlaskit/button": "^23.11.0",
|
|
54
54
|
"@atlaskit/css": "^0.19.0",
|
|
55
55
|
"@atlaskit/datetime-picker": "^17.8.0",
|
|
56
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
56
|
+
"@atlaskit/dropdown-menu": "^16.9.0",
|
|
57
57
|
"@atlaskit/editor-prosemirror": "^7.3.0",
|
|
58
58
|
"@atlaskit/empty-state": "^10.2.0",
|
|
59
|
-
"@atlaskit/feature-gate-js-client": "^5.
|
|
59
|
+
"@atlaskit/feature-gate-js-client": "^5.7.0",
|
|
60
60
|
"@atlaskit/flag": "^17.11.0",
|
|
61
61
|
"@atlaskit/form": "^15.5.0",
|
|
62
62
|
"@atlaskit/heading": "^5.4.0",
|
|
63
|
-
"@atlaskit/icon": "^
|
|
63
|
+
"@atlaskit/icon": "^35.0.0",
|
|
64
64
|
"@atlaskit/image": "^3.0.0",
|
|
65
65
|
"@atlaskit/inline-edit": "^15.6.0",
|
|
66
66
|
"@atlaskit/intl-messages-provider": "^3.3.0",
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
"@atlaskit/linking-types": "^14.3.0",
|
|
76
76
|
"@atlaskit/logo": "^20.1.0",
|
|
77
77
|
"@atlaskit/lozenge": "^13.8.0",
|
|
78
|
-
"@atlaskit/modal-dialog": "^15.
|
|
78
|
+
"@atlaskit/modal-dialog": "^15.1.0",
|
|
79
79
|
"@atlaskit/object": "^1.0.0",
|
|
80
80
|
"@atlaskit/outbound-auth-flow-client": "^3.4.0",
|
|
81
81
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
82
|
-
"@atlaskit/popup": "^4.
|
|
82
|
+
"@atlaskit/popup": "^4.20.0",
|
|
83
83
|
"@atlaskit/pragmatic-drag-and-drop": "^1.8.0",
|
|
84
84
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
85
85
|
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^2.0.0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@atlaskit/primitives": "^19.0.0",
|
|
88
88
|
"@atlaskit/react-select": "^3.16.0",
|
|
89
89
|
"@atlaskit/select": "^21.12.0",
|
|
90
|
-
"@atlaskit/smart-card": "^44.
|
|
90
|
+
"@atlaskit/smart-card": "^44.12.0",
|
|
91
91
|
"@atlaskit/smart-user-picker": "^10.0.0",
|
|
92
92
|
"@atlaskit/spinner": "^19.1.0",
|
|
93
93
|
"@atlaskit/tag": "^14.13.0",
|
|
@@ -195,6 +195,9 @@
|
|
|
195
195
|
},
|
|
196
196
|
"linking_platform_link_datasource_unit_compliant": {
|
|
197
197
|
"type": "boolean"
|
|
198
|
+
},
|
|
199
|
+
"navx-4870-adding-keyboard-focus-for-sllv-columns": {
|
|
200
|
+
"type": "boolean"
|
|
198
201
|
}
|
|
199
202
|
},
|
|
200
203
|
"compassUnitTestMetricSourceId": "ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:metric-source/c5751cc6-3513-4070-9deb-af31e86aed34/9c893299-a527-4457-9b46-f3bc4c828766"
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/link-datasource/types",
|
|
3
|
+
"main": "../dist/cjs/entry-points/types.js",
|
|
4
|
+
"module": "../dist/esm/entry-points/types.js",
|
|
5
|
+
"module:es2019": "../dist/es2019/entry-points/types.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../dist/types/entry-points/types.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../dist/types-ts4.5/entry-points/types.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@atlaskit/link-datasource/utils/schema",
|
|
3
|
+
"main": "../../dist/cjs/entry-points/utils-schema.js",
|
|
4
|
+
"module": "../../dist/esm/entry-points/utils-schema.js",
|
|
5
|
+
"module:es2019": "../../dist/es2019/entry-points/utils-schema.js",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.compiled.css"
|
|
8
|
+
],
|
|
9
|
+
"types": "../../dist/types/entry-points/utils-schema.d.ts",
|
|
10
|
+
"typesVersions": {
|
|
11
|
+
">=4.5 <5.9": {
|
|
12
|
+
"*": [
|
|
13
|
+
"../../dist/types-ts4.5/entry-points/utils-schema.d.ts"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
}
|