@backstage/plugin-org 0.6.36 → 0.6.37-next.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 +9 -0
- package/dist/alpha.d.ts +21 -0
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @backstage/plugin-org
|
|
2
2
|
|
|
3
|
+
## 0.6.37-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-catalog-react@1.16.0-next.0
|
|
9
|
+
- @backstage/frontend-plugin-api@0.9.6-next.0
|
|
10
|
+
- @backstage/core-compat-api@0.3.7-next.0
|
|
11
|
+
|
|
3
12
|
## 0.6.36
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as _backstage_plugin_catalog_react_alpha from '@backstage/plugin-catalog-react/alpha';
|
|
1
2
|
import * as _backstage_catalog_model from '@backstage/catalog-model';
|
|
2
3
|
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
3
4
|
import React__default from 'react';
|
|
@@ -11,19 +12,24 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {
|
|
|
11
12
|
name: "group-profile";
|
|
12
13
|
config: {
|
|
13
14
|
filter: string | undefined;
|
|
15
|
+
type: "full" | "info" | "peek" | undefined;
|
|
14
16
|
};
|
|
15
17
|
configInput: {
|
|
16
18
|
filter?: string | undefined;
|
|
19
|
+
type?: "full" | "info" | "peek" | undefined;
|
|
17
20
|
};
|
|
18
21
|
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
|
|
19
22
|
optional: true;
|
|
20
23
|
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
|
|
21
24
|
optional: true;
|
|
25
|
+
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
|
|
26
|
+
optional: true;
|
|
22
27
|
}>;
|
|
23
28
|
inputs: {};
|
|
24
29
|
params: {
|
|
25
30
|
loader: () => Promise<JSX.Element>;
|
|
26
31
|
filter?: string | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
32
|
+
type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
|
|
27
33
|
};
|
|
28
34
|
}>;
|
|
29
35
|
"entity-card:org/members-list": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
@@ -31,19 +37,24 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {
|
|
|
31
37
|
name: "members-list";
|
|
32
38
|
config: {
|
|
33
39
|
filter: string | undefined;
|
|
40
|
+
type: "full" | "info" | "peek" | undefined;
|
|
34
41
|
};
|
|
35
42
|
configInput: {
|
|
36
43
|
filter?: string | undefined;
|
|
44
|
+
type?: "full" | "info" | "peek" | undefined;
|
|
37
45
|
};
|
|
38
46
|
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
|
|
39
47
|
optional: true;
|
|
40
48
|
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
|
|
41
49
|
optional: true;
|
|
50
|
+
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
|
|
51
|
+
optional: true;
|
|
42
52
|
}>;
|
|
43
53
|
inputs: {};
|
|
44
54
|
params: {
|
|
45
55
|
loader: () => Promise<JSX.Element>;
|
|
46
56
|
filter?: string | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
57
|
+
type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
|
|
47
58
|
};
|
|
48
59
|
}>;
|
|
49
60
|
"entity-card:org/ownership": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
@@ -51,19 +62,24 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {
|
|
|
51
62
|
name: "ownership";
|
|
52
63
|
config: {
|
|
53
64
|
filter: string | undefined;
|
|
65
|
+
type: "full" | "info" | "peek" | undefined;
|
|
54
66
|
};
|
|
55
67
|
configInput: {
|
|
56
68
|
filter?: string | undefined;
|
|
69
|
+
type?: "full" | "info" | "peek" | undefined;
|
|
57
70
|
};
|
|
58
71
|
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
|
|
59
72
|
optional: true;
|
|
60
73
|
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
|
|
61
74
|
optional: true;
|
|
75
|
+
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
|
|
76
|
+
optional: true;
|
|
62
77
|
}>;
|
|
63
78
|
inputs: {};
|
|
64
79
|
params: {
|
|
65
80
|
loader: () => Promise<JSX.Element>;
|
|
66
81
|
filter?: string | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
82
|
+
type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
|
|
67
83
|
};
|
|
68
84
|
}>;
|
|
69
85
|
"entity-card:org/user-profile": _backstage_frontend_plugin_api.ExtensionDefinition<{
|
|
@@ -71,19 +87,24 @@ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {
|
|
|
71
87
|
name: "user-profile";
|
|
72
88
|
config: {
|
|
73
89
|
filter: string | undefined;
|
|
90
|
+
type: "full" | "info" | "peek" | undefined;
|
|
74
91
|
};
|
|
75
92
|
configInput: {
|
|
76
93
|
filter?: string | undefined;
|
|
94
|
+
type?: "full" | "info" | "peek" | undefined;
|
|
77
95
|
};
|
|
78
96
|
output: _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<React__default.JSX.Element, "core.reactElement", {}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<(entity: _backstage_catalog_model.Entity) => boolean, "catalog.entity-filter-function", {
|
|
79
97
|
optional: true;
|
|
80
98
|
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<string, "catalog.entity-filter-expression", {
|
|
81
99
|
optional: true;
|
|
100
|
+
}> | _backstage_frontend_plugin_api.ConfigurableExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
|
|
101
|
+
optional: true;
|
|
82
102
|
}>;
|
|
83
103
|
inputs: {};
|
|
84
104
|
params: {
|
|
85
105
|
loader: () => Promise<JSX.Element>;
|
|
86
106
|
filter?: string | ((entity: _backstage_catalog_model.Entity) => boolean) | undefined;
|
|
107
|
+
type?: _backstage_plugin_catalog_react_alpha.EntityCardType | undefined;
|
|
87
108
|
};
|
|
88
109
|
}>;
|
|
89
110
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-org",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.37-next.0",
|
|
4
4
|
"description": "A Backstage plugin that helps you create entity pages for your organization",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"test": "backstage-cli package test"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@backstage/catalog-model": "
|
|
67
|
-
"@backstage/core-compat-api": "
|
|
68
|
-
"@backstage/core-components": "
|
|
69
|
-
"@backstage/core-plugin-api": "
|
|
70
|
-
"@backstage/frontend-plugin-api": "
|
|
71
|
-
"@backstage/plugin-catalog-common": "
|
|
72
|
-
"@backstage/plugin-catalog-react": "
|
|
66
|
+
"@backstage/catalog-model": "1.7.3",
|
|
67
|
+
"@backstage/core-compat-api": "0.3.7-next.0",
|
|
68
|
+
"@backstage/core-components": "0.16.4",
|
|
69
|
+
"@backstage/core-plugin-api": "1.10.4",
|
|
70
|
+
"@backstage/frontend-plugin-api": "0.9.6-next.0",
|
|
71
|
+
"@backstage/plugin-catalog-common": "1.1.3",
|
|
72
|
+
"@backstage/plugin-catalog-react": "1.16.0-next.0",
|
|
73
73
|
"@material-ui/core": "^4.12.2",
|
|
74
74
|
"@material-ui/icons": "^4.9.1",
|
|
75
75
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -80,15 +80,15 @@
|
|
|
80
80
|
"react-use": "^17.2.4"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@backstage/catalog-client": "
|
|
84
|
-
"@backstage/cli": "
|
|
85
|
-
"@backstage/core-app-api": "
|
|
86
|
-
"@backstage/dev-utils": "
|
|
87
|
-
"@backstage/plugin-catalog": "
|
|
88
|
-
"@backstage/plugin-permission-common": "
|
|
89
|
-
"@backstage/plugin-permission-react": "
|
|
90
|
-
"@backstage/test-utils": "
|
|
91
|
-
"@backstage/types": "
|
|
83
|
+
"@backstage/catalog-client": "1.9.1",
|
|
84
|
+
"@backstage/cli": "0.30.0",
|
|
85
|
+
"@backstage/core-app-api": "1.15.5",
|
|
86
|
+
"@backstage/dev-utils": "1.1.8-next.0",
|
|
87
|
+
"@backstage/plugin-catalog": "1.28.0-next.0",
|
|
88
|
+
"@backstage/plugin-permission-common": "0.8.4",
|
|
89
|
+
"@backstage/plugin-permission-react": "0.4.31",
|
|
90
|
+
"@backstage/test-utils": "1.7.5",
|
|
91
|
+
"@backstage/types": "1.2.1",
|
|
92
92
|
"@testing-library/dom": "^10.0.0",
|
|
93
93
|
"@testing-library/jest-dom": "^6.0.0",
|
|
94
94
|
"@testing-library/react": "^16.0.0",
|