@atlaskit/link-datasource 0.29.3 → 0.29.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 +6 -0
- package/dist/cjs/index.js +7 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/index.js +1 -0
- package/dist/es2019/version.json +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/version.json +1 -1
- package/dist/types/index.d.ts +1 -0
- package/dist/types-ts4.5/index.d.ts +1 -0
- package/package.json +1 -1
- package/report.api.md +7 -5
- package/tmp/api-report-tmp.d.ts +5 -3
package/CHANGELOG.md
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -11,6 +11,12 @@ Object.defineProperty(exports, "ASSETS_LIST_OF_LINKS_DATASOURCE_ID", {
|
|
|
11
11
|
return _assetsModal.ASSETS_LIST_OF_LINKS_DATASOURCE_ID;
|
|
12
12
|
}
|
|
13
13
|
});
|
|
14
|
+
Object.defineProperty(exports, "AssetsConfigModal", {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function get() {
|
|
17
|
+
return _assetsModal.default;
|
|
18
|
+
}
|
|
19
|
+
});
|
|
14
20
|
Object.defineProperty(exports, "DatasourceTableView", {
|
|
15
21
|
enumerable: true,
|
|
16
22
|
get: function get() {
|
|
@@ -36,7 +42,7 @@ Object.defineProperty(exports, "JiraIssuesConfigModal", {
|
|
|
36
42
|
}
|
|
37
43
|
});
|
|
38
44
|
var _jiraIssuesModal = _interopRequireWildcard(require("./ui/jira-issues-modal"));
|
|
39
|
-
var _datasourceTableView = _interopRequireDefault(require("./ui/datasource-table-view"));
|
|
40
45
|
var _assetsModal = _interopRequireWildcard(require("./ui/assets-modal"));
|
|
46
|
+
var _datasourceTableView = _interopRequireDefault(require("./ui/datasource-table-view"));
|
|
41
47
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
42
48
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
package/dist/cjs/version.json
CHANGED
package/dist/es2019/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as JiraIssuesConfigModal } from './ui/jira-issues-modal';
|
|
2
|
+
export { default as AssetsConfigModal } from './ui/assets-modal';
|
|
2
3
|
export { default as DatasourceTableView } from './ui/datasource-table-view';
|
|
3
4
|
export { default as JSMAssetsConfigModal } from './ui/assets-modal';
|
|
4
5
|
export { JIRA_LIST_OF_LINKS_DATASOURCE_ID } from './ui/jira-issues-modal';
|
package/dist/es2019/version.json
CHANGED
package/dist/esm/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as JiraIssuesConfigModal } from './ui/jira-issues-modal';
|
|
2
|
+
export { default as AssetsConfigModal } from './ui/assets-modal';
|
|
2
3
|
export { default as DatasourceTableView } from './ui/datasource-table-view';
|
|
3
4
|
export { default as JSMAssetsConfigModal } from './ui/assets-modal';
|
|
4
5
|
export { JIRA_LIST_OF_LINKS_DATASOURCE_ID } from './ui/jira-issues-modal';
|
package/dist/esm/version.json
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as JiraIssuesConfigModal } from './ui/jira-issues-modal';
|
|
2
|
+
export { default as AssetsConfigModal } from './ui/assets-modal';
|
|
2
3
|
export { default as DatasourceTableView } from './ui/datasource-table-view';
|
|
3
4
|
export { default as JSMAssetsConfigModal } from './ui/assets-modal';
|
|
4
5
|
export type { JiraIssuesDatasourceAdf, JiraIssueDatasourceParameters, } from './ui/jira-issues-modal/types';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as JiraIssuesConfigModal } from './ui/jira-issues-modal';
|
|
2
|
+
export { default as AssetsConfigModal } from './ui/assets-modal';
|
|
2
3
|
export { default as DatasourceTableView } from './ui/datasource-table-view';
|
|
3
4
|
export { default as JSMAssetsConfigModal } from './ui/assets-modal';
|
|
4
5
|
export type { JiraIssuesDatasourceAdf, JiraIssueDatasourceParameters, } from './ui/jira-issues-modal/types';
|
package/package.json
CHANGED
package/report.api.md
CHANGED
|
@@ -40,6 +40,13 @@ interface AssetsConfigModalProps {
|
|
|
40
40
|
visibleColumnKeys?: string[];
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
+
// @public (undocumented)
|
|
44
|
+
const AssetsConfigModalWithWrappers: (
|
|
45
|
+
props: AssetsConfigModalProps,
|
|
46
|
+
) => JSX.Element;
|
|
47
|
+
export { AssetsConfigModalWithWrappers as AssetsConfigModal };
|
|
48
|
+
export { AssetsConfigModalWithWrappers as JSMAssetsConfigModal };
|
|
49
|
+
|
|
43
50
|
// @public (undocumented)
|
|
44
51
|
export interface AssetsDatasourceAdf extends DatasourceAdf {
|
|
45
52
|
// (undocumented)
|
|
@@ -148,11 +155,6 @@ export interface JiraIssuesDatasourceAdf extends DatasourceAdf {
|
|
|
148
155
|
};
|
|
149
156
|
}
|
|
150
157
|
|
|
151
|
-
// @public (undocumented)
|
|
152
|
-
export const JSMAssetsConfigModal: (
|
|
153
|
-
props: AssetsConfigModalProps,
|
|
154
|
-
) => JSX.Element;
|
|
155
|
-
|
|
156
158
|
// @public (undocumented)
|
|
157
159
|
type XOR<T1, T2> =
|
|
158
160
|
| (T1 & {
|
package/tmp/api-report-tmp.d.ts
CHANGED
|
@@ -28,6 +28,11 @@ interface AssetsConfigModalProps {
|
|
|
28
28
|
visibleColumnKeys?: string[];
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
+
// @public (undocumented)
|
|
32
|
+
const AssetsConfigModalWithWrappers: (props: AssetsConfigModalProps) => JSX.Element;
|
|
33
|
+
export { AssetsConfigModalWithWrappers as AssetsConfigModal }
|
|
34
|
+
export { AssetsConfigModalWithWrappers as JSMAssetsConfigModal }
|
|
35
|
+
|
|
31
36
|
// @public (undocumented)
|
|
32
37
|
export interface AssetsDatasourceAdf extends DatasourceAdf {
|
|
33
38
|
// (undocumented)
|
|
@@ -128,9 +133,6 @@ export interface JiraIssuesDatasourceAdf extends DatasourceAdf {
|
|
|
128
133
|
};
|
|
129
134
|
}
|
|
130
135
|
|
|
131
|
-
// @public (undocumented)
|
|
132
|
-
export const JSMAssetsConfigModal: (props: AssetsConfigModalProps) => JSX.Element;
|
|
133
|
-
|
|
134
136
|
// @public (undocumented)
|
|
135
137
|
type XOR<T1, T2> = (T1 & {
|
|
136
138
|
[k in Exclude<keyof T2, keyof T1>]?: never;
|