@backstage/plugin-org 0.6.47-next.0 → 0.6.47
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 +25 -0
- package/dist/alpha.d.ts +3 -24
- package/dist/index.d.ts +2 -1
- package/dist/package.json.esm.js +4 -4
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @backstage/plugin-org
|
|
2
2
|
|
|
3
|
+
## 0.6.47
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f3f84f1: Minor extension type updates after frontend API bump
|
|
8
|
+
- d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/frontend-plugin-api@0.13.2
|
|
11
|
+
- @backstage/core-components@0.18.4
|
|
12
|
+
- @backstage/plugin-catalog-react@1.21.4
|
|
13
|
+
- @backstage/core-plugin-api@1.12.1
|
|
14
|
+
|
|
15
|
+
## 0.6.47-next.1
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- f3f84f1: Minor extension type updates after frontend API bump
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/frontend-plugin-api@0.13.2-next.1
|
|
22
|
+
- @backstage/plugin-catalog-react@1.21.4-next.2
|
|
23
|
+
- @backstage/core-components@0.18.4-next.2
|
|
24
|
+
- @backstage/catalog-model@1.7.6
|
|
25
|
+
- @backstage/core-plugin-api@1.12.1-next.0
|
|
26
|
+
- @backstage/plugin-catalog-common@1.1.7
|
|
27
|
+
|
|
3
28
|
## 0.6.47-next.0
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
package/dist/alpha.d.ts
CHANGED
|
@@ -69,14 +69,12 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
69
69
|
config: {
|
|
70
70
|
initialRelationAggregation: "direct" | "aggregated" | undefined;
|
|
71
71
|
showAggregateMembersToggle: boolean | undefined;
|
|
72
|
-
} & {
|
|
73
72
|
filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
74
73
|
type: "content" | "summary" | "info" | undefined;
|
|
75
74
|
};
|
|
76
75
|
configInput: {
|
|
77
76
|
showAggregateMembersToggle?: boolean | undefined;
|
|
78
77
|
initialRelationAggregation?: "direct" | "aggregated" | undefined;
|
|
79
|
-
} & {
|
|
80
78
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
81
79
|
type?: "content" | "summary" | "info" | undefined;
|
|
82
80
|
};
|
|
@@ -87,12 +85,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
87
85
|
}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
|
|
88
86
|
optional: true;
|
|
89
87
|
}>;
|
|
90
|
-
inputs: {
|
|
91
|
-
[x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ExtensionDataRef, {
|
|
92
|
-
singleton: boolean;
|
|
93
|
-
optional: boolean;
|
|
94
|
-
}>;
|
|
95
|
-
};
|
|
88
|
+
inputs: {};
|
|
96
89
|
kind: "entity-card";
|
|
97
90
|
name: "members-list";
|
|
98
91
|
params: {
|
|
@@ -105,14 +98,12 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
105
98
|
config: {
|
|
106
99
|
initialRelationAggregation: "direct" | "aggregated" | undefined;
|
|
107
100
|
showAggregateMembersToggle: boolean | undefined;
|
|
108
|
-
} & {
|
|
109
101
|
filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
110
102
|
type: "content" | "summary" | "info" | undefined;
|
|
111
103
|
};
|
|
112
104
|
configInput: {
|
|
113
105
|
showAggregateMembersToggle?: boolean | undefined;
|
|
114
106
|
initialRelationAggregation?: "direct" | "aggregated" | undefined;
|
|
115
|
-
} & {
|
|
116
107
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
117
108
|
type?: "content" | "summary" | "info" | undefined;
|
|
118
109
|
};
|
|
@@ -123,12 +114,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
123
114
|
}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
|
|
124
115
|
optional: true;
|
|
125
116
|
}>;
|
|
126
|
-
inputs: {
|
|
127
|
-
[x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ExtensionDataRef, {
|
|
128
|
-
singleton: boolean;
|
|
129
|
-
optional: boolean;
|
|
130
|
-
}>;
|
|
131
|
-
};
|
|
117
|
+
inputs: {};
|
|
132
118
|
kind: "entity-card";
|
|
133
119
|
name: "ownership";
|
|
134
120
|
params: {
|
|
@@ -141,14 +127,12 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
141
127
|
config: {
|
|
142
128
|
maxRelations: number | undefined;
|
|
143
129
|
hideIcons: boolean;
|
|
144
|
-
} & {
|
|
145
130
|
filter: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
146
131
|
type: "content" | "summary" | "info" | undefined;
|
|
147
132
|
};
|
|
148
133
|
configInput: {
|
|
149
134
|
hideIcons?: boolean | undefined;
|
|
150
135
|
maxRelations?: number | undefined;
|
|
151
|
-
} & {
|
|
152
136
|
filter?: _backstage_plugin_catalog_react_alpha.EntityPredicate | undefined;
|
|
153
137
|
type?: "content" | "summary" | "info" | undefined;
|
|
154
138
|
};
|
|
@@ -159,12 +143,7 @@ declare const _default: _backstage_frontend_plugin_api.OverridableFrontendPlugin
|
|
|
159
143
|
}> | _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_plugin_catalog_react_alpha.EntityCardType, "catalog.entity-card-type", {
|
|
160
144
|
optional: true;
|
|
161
145
|
}>;
|
|
162
|
-
inputs: {
|
|
163
|
-
[x: string]: _backstage_frontend_plugin_api.ExtensionInput<_backstage_frontend_plugin_api.ExtensionDataRef, {
|
|
164
|
-
singleton: boolean;
|
|
165
|
-
optional: boolean;
|
|
166
|
-
}>;
|
|
167
|
-
};
|
|
146
|
+
inputs: {};
|
|
168
147
|
kind: "entity-card";
|
|
169
148
|
name: "user-profile";
|
|
170
149
|
params: {
|
package/dist/index.d.ts
CHANGED
|
@@ -103,4 +103,5 @@ declare const EntityUserProfileCard: (props: {
|
|
|
103
103
|
hideIcons?: boolean;
|
|
104
104
|
}) => react_jsx_runtime.JSX.Element;
|
|
105
105
|
|
|
106
|
-
export {
|
|
106
|
+
export { EntityGroupProfileCard, EntityMembersListCard, EntityOwnershipCard, EntityUserProfileCard, GroupProfileCard, MembersListCard, MyGroupsSidebarItem, OwnershipCard, UserProfileCard, orgPlugin, orgPlugin as plugin };
|
|
107
|
+
export type { ComponentsGridClassKey, EntityRelationAggregation, MemberComponentClassKey, MembersListCardClassKey, OwnershipCardClassKey, UserProfileCardClassKey };
|
package/dist/package.json.esm.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
var name = "@backstage/plugin-org";
|
|
2
|
-
var version = "0.6.47
|
|
2
|
+
var version = "0.6.47";
|
|
3
3
|
var description = "A Backstage plugin that helps you create entity pages for your organization";
|
|
4
4
|
var backstage = {
|
|
5
5
|
role: "frontend-plugin",
|
|
@@ -20,7 +20,7 @@ var repository = {
|
|
|
20
20
|
};
|
|
21
21
|
var license = "Apache-2.0";
|
|
22
22
|
var sideEffects = false;
|
|
23
|
-
var exports = {
|
|
23
|
+
var exports$1 = {
|
|
24
24
|
".": "./src/index.ts",
|
|
25
25
|
"./alpha": "./src/alpha.tsx",
|
|
26
26
|
"./package.json": "./package.json"
|
|
@@ -105,7 +105,7 @@ var _package = {
|
|
|
105
105
|
repository: repository,
|
|
106
106
|
license: license,
|
|
107
107
|
sideEffects: sideEffects,
|
|
108
|
-
exports: exports,
|
|
108
|
+
exports: exports$1,
|
|
109
109
|
main: main,
|
|
110
110
|
types: types,
|
|
111
111
|
typesVersions: typesVersions,
|
|
@@ -117,5 +117,5 @@ var _package = {
|
|
|
117
117
|
peerDependenciesMeta: peerDependenciesMeta
|
|
118
118
|
};
|
|
119
119
|
|
|
120
|
-
export { backstage, _package as default, dependencies, description, devDependencies, exports, files, homepage, license, main, name, peerDependencies, peerDependenciesMeta, publishConfig, repository, scripts, sideEffects, types, typesVersions, version };
|
|
120
|
+
export { backstage, _package as default, dependencies, description, devDependencies, exports$1 as exports, files, homepage, license, main, name, peerDependencies, peerDependenciesMeta, publishConfig, repository, scripts, sideEffects, types, typesVersions, version };
|
|
121
121
|
//# sourceMappingURL=package.json.esm.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-org",
|
|
3
|
-
"version": "0.6.47
|
|
3
|
+
"version": "0.6.47",
|
|
4
4
|
"description": "A Backstage plugin that helps you create entity pages for your organization",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -63,12 +63,12 @@
|
|
|
63
63
|
"test": "backstage-cli package test"
|
|
64
64
|
},
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@backstage/catalog-model": "1.7.6",
|
|
67
|
-
"@backstage/core-components": "0.18.4
|
|
68
|
-
"@backstage/core-plugin-api": "1.12.1
|
|
69
|
-
"@backstage/frontend-plugin-api": "0.13.2
|
|
70
|
-
"@backstage/plugin-catalog-common": "1.1.7",
|
|
71
|
-
"@backstage/plugin-catalog-react": "1.21.4
|
|
66
|
+
"@backstage/catalog-model": "^1.7.6",
|
|
67
|
+
"@backstage/core-components": "^0.18.4",
|
|
68
|
+
"@backstage/core-plugin-api": "^1.12.1",
|
|
69
|
+
"@backstage/frontend-plugin-api": "^0.13.2",
|
|
70
|
+
"@backstage/plugin-catalog-common": "^1.1.7",
|
|
71
|
+
"@backstage/plugin-catalog-react": "^1.21.4",
|
|
72
72
|
"@material-ui/core": "^4.12.2",
|
|
73
73
|
"@material-ui/icons": "^4.9.1",
|
|
74
74
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -79,15 +79,15 @@
|
|
|
79
79
|
"react-use": "^17.2.4"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@backstage/catalog-client": "1.12.1",
|
|
83
|
-
"@backstage/cli": "0.
|
|
84
|
-
"@backstage/core-app-api": "1.19.3
|
|
85
|
-
"@backstage/dev-utils": "1.1.18
|
|
86
|
-
"@backstage/plugin-catalog": "1.32.1
|
|
87
|
-
"@backstage/plugin-permission-common": "0.9.3",
|
|
88
|
-
"@backstage/plugin-permission-react": "0.4.39
|
|
89
|
-
"@backstage/test-utils": "1.7.14
|
|
90
|
-
"@backstage/types": "1.2.2",
|
|
82
|
+
"@backstage/catalog-client": "^1.12.1",
|
|
83
|
+
"@backstage/cli": "^0.35.0",
|
|
84
|
+
"@backstage/core-app-api": "^1.19.3",
|
|
85
|
+
"@backstage/dev-utils": "^1.1.18",
|
|
86
|
+
"@backstage/plugin-catalog": "^1.32.1",
|
|
87
|
+
"@backstage/plugin-permission-common": "^0.9.3",
|
|
88
|
+
"@backstage/plugin-permission-react": "^0.4.39",
|
|
89
|
+
"@backstage/test-utils": "^1.7.14",
|
|
90
|
+
"@backstage/types": "^1.2.2",
|
|
91
91
|
"@testing-library/dom": "^10.0.0",
|
|
92
92
|
"@testing-library/jest-dom": "^6.0.0",
|
|
93
93
|
"@testing-library/react": "^16.0.0",
|