@backstage/plugin-org 0.6.50-next.0 → 0.7.0-next.2

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.
@@ -16,22 +16,18 @@ const orgTranslationRef = createTranslationRef({
16
16
  }
17
17
  },
18
18
  membersListCard: {
19
- title: "Members",
20
- subtitle: "of {{groupName}}",
21
- paginationLabel: ", page {{page}} of {{nbPages}}",
19
+ cardLabel: "User page for {{memberName}}",
20
+ title: "{{groupName}} members",
22
21
  noMembersDescription: "This group has no members.",
22
+ noSearchResult: 'Found no members matching "{{searchTerm}}".',
23
23
  aggregateMembersToggle: {
24
- directMembers: "Direct Members",
25
- aggregatedMembers: "Aggregated Members",
26
- ariaLabel: "Users Type Switch"
24
+ label: "Include subgroups"
27
25
  }
28
26
  },
29
27
  ownershipCard: {
30
28
  title: "Ownership",
31
29
  aggregateRelationsToggle: {
32
- directRelations: "Direct Relations",
33
- aggregatedRelations: "Aggregated Relations",
34
- ariaLabel: "Ownership Type Switch"
30
+ label: "Include indirect ownership"
35
31
  }
36
32
  },
37
33
  userProfileCard: {
@@ -1 +1 @@
1
- {"version":3,"file":"translation.esm.js","sources":["../src/translation.ts"],"sourcesContent":["/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { createTranslationRef } from '@backstage/frontend-plugin-api';\n\n/**\n * @alpha\n */\nexport const orgTranslationRef = createTranslationRef({\n id: 'org',\n messages: {\n groupProfileCard: {\n groupNotFound: 'Group not found',\n editIconButtonTitle: 'Edit Metadata',\n refreshIconButtonTitle: 'Schedule entity refresh',\n refreshIconButtonAriaLabel: 'Refresh',\n listItemTitle: {\n entityRef: 'Entity Ref',\n email: 'Email',\n parentGroup: 'Parent Group',\n childGroups: 'Child Groups',\n },\n },\n membersListCard: {\n title: 'Members',\n subtitle: 'of {{groupName}}',\n paginationLabel: ', page {{page}} of {{nbPages}}',\n noMembersDescription: 'This group has no members.',\n aggregateMembersToggle: {\n directMembers: 'Direct Members',\n aggregatedMembers: 'Aggregated Members',\n ariaLabel: 'Users Type Switch',\n },\n },\n ownershipCard: {\n title: 'Ownership',\n aggregateRelationsToggle: {\n directRelations: 'Direct Relations',\n aggregatedRelations: 'Aggregated Relations',\n ariaLabel: 'Ownership Type Switch',\n },\n },\n userProfileCard: {\n userNotFound: 'User not found',\n editIconButtonTitle: 'Edit Metadata',\n listItemTitle: {\n email: 'Email',\n memberOf: 'Member of',\n },\n moreGroupButtonTitle: '...More ({{number}})',\n allGroupDialog: {\n title: \"All {{name}}'s groups:\",\n closeButtonTitle: 'Close',\n },\n },\n },\n});\n"],"names":[],"mappings":";;AAoBO,MAAM,oBAAoB,oBAAA,CAAqB;AAAA,EACpD,EAAA,EAAI,KAAA;AAAA,EACJ,QAAA,EAAU;AAAA,IACR,gBAAA,EAAkB;AAAA,MAChB,aAAA,EAAe,iBAAA;AAAA,MACf,mBAAA,EAAqB,eAAA;AAAA,MACrB,sBAAA,EAAwB,yBAAA;AAAA,MACxB,0BAAA,EAA4B,SAAA;AAAA,MAC5B,aAAA,EAAe;AAAA,QACb,SAAA,EAAW,YAAA;AAAA,QACX,KAAA,EAAO,OAAA;AAAA,QACP,WAAA,EAAa,cAAA;AAAA,QACb,WAAA,EAAa;AAAA;AACf,KACF;AAAA,IACA,eAAA,EAAiB;AAAA,MACf,KAAA,EAAO,SAAA;AAAA,MACP,QAAA,EAAU,kBAAA;AAAA,MACV,eAAA,EAAiB,gCAAA;AAAA,MACjB,oBAAA,EAAsB,4BAAA;AAAA,MACtB,sBAAA,EAAwB;AAAA,QACtB,aAAA,EAAe,gBAAA;AAAA,QACf,iBAAA,EAAmB,oBAAA;AAAA,QACnB,SAAA,EAAW;AAAA;AACb,KACF;AAAA,IACA,aAAA,EAAe;AAAA,MACb,KAAA,EAAO,WAAA;AAAA,MACP,wBAAA,EAA0B;AAAA,QACxB,eAAA,EAAiB,kBAAA;AAAA,QACjB,mBAAA,EAAqB,sBAAA;AAAA,QACrB,SAAA,EAAW;AAAA;AACb,KACF;AAAA,IACA,eAAA,EAAiB;AAAA,MACf,YAAA,EAAc,gBAAA;AAAA,MACd,mBAAA,EAAqB,eAAA;AAAA,MACrB,aAAA,EAAe;AAAA,QACb,KAAA,EAAO,OAAA;AAAA,QACP,QAAA,EAAU;AAAA,OACZ;AAAA,MACA,oBAAA,EAAsB,sBAAA;AAAA,MACtB,cAAA,EAAgB;AAAA,QACd,KAAA,EAAO,wBAAA;AAAA,QACP,gBAAA,EAAkB;AAAA;AACpB;AACF;AAEJ,CAAC;;;;"}
1
+ {"version":3,"file":"translation.esm.js","sources":["../src/translation.ts"],"sourcesContent":["/*\n * Copyright 2025 The Backstage Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\nimport { createTranslationRef } from '@backstage/frontend-plugin-api';\n\n/**\n * @alpha\n */\nexport const orgTranslationRef = createTranslationRef({\n id: 'org',\n messages: {\n groupProfileCard: {\n groupNotFound: 'Group not found',\n editIconButtonTitle: 'Edit Metadata',\n refreshIconButtonTitle: 'Schedule entity refresh',\n refreshIconButtonAriaLabel: 'Refresh',\n listItemTitle: {\n entityRef: 'Entity Ref',\n email: 'Email',\n parentGroup: 'Parent Group',\n childGroups: 'Child Groups',\n },\n },\n membersListCard: {\n cardLabel: 'User page for {{memberName}}',\n title: '{{groupName}} members',\n noMembersDescription: 'This group has no members.',\n noSearchResult: 'Found no members matching \"{{searchTerm}}\".',\n aggregateMembersToggle: {\n label: 'Include subgroups',\n },\n },\n ownershipCard: {\n title: 'Ownership',\n aggregateRelationsToggle: {\n label: 'Include indirect ownership',\n },\n },\n userProfileCard: {\n userNotFound: 'User not found',\n editIconButtonTitle: 'Edit Metadata',\n listItemTitle: {\n email: 'Email',\n memberOf: 'Member of',\n },\n moreGroupButtonTitle: '...More ({{number}})',\n allGroupDialog: {\n title: \"All {{name}}'s groups:\",\n closeButtonTitle: 'Close',\n },\n },\n },\n});\n"],"names":[],"mappings":";;AAoBO,MAAM,oBAAoB,oBAAA,CAAqB;AAAA,EACpD,EAAA,EAAI,KAAA;AAAA,EACJ,QAAA,EAAU;AAAA,IACR,gBAAA,EAAkB;AAAA,MAChB,aAAA,EAAe,iBAAA;AAAA,MACf,mBAAA,EAAqB,eAAA;AAAA,MACrB,sBAAA,EAAwB,yBAAA;AAAA,MACxB,0BAAA,EAA4B,SAAA;AAAA,MAC5B,aAAA,EAAe;AAAA,QACb,SAAA,EAAW,YAAA;AAAA,QACX,KAAA,EAAO,OAAA;AAAA,QACP,WAAA,EAAa,cAAA;AAAA,QACb,WAAA,EAAa;AAAA;AACf,KACF;AAAA,IACA,eAAA,EAAiB;AAAA,MACf,SAAA,EAAW,8BAAA;AAAA,MACX,KAAA,EAAO,uBAAA;AAAA,MACP,oBAAA,EAAsB,4BAAA;AAAA,MACtB,cAAA,EAAgB,6CAAA;AAAA,MAChB,sBAAA,EAAwB;AAAA,QACtB,KAAA,EAAO;AAAA;AACT,KACF;AAAA,IACA,aAAA,EAAe;AAAA,MACb,KAAA,EAAO,WAAA;AAAA,MACP,wBAAA,EAA0B;AAAA,QACxB,KAAA,EAAO;AAAA;AACT,KACF;AAAA,IACA,eAAA,EAAiB;AAAA,MACf,YAAA,EAAc,gBAAA;AAAA,MACd,mBAAA,EAAqB,eAAA;AAAA,MACrB,aAAA,EAAe;AAAA,QACb,KAAA,EAAO,OAAA;AAAA,QACP,QAAA,EAAU;AAAA,OACZ;AAAA,MACA,oBAAA,EAAsB,sBAAA;AAAA,MACtB,cAAA,EAAgB;AAAA,QACd,KAAA,EAAO,wBAAA;AAAA,QACP,gBAAA,EAAkB;AAAA;AACpB;AACF;AAEJ,CAAC;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
- "version": "0.6.50-next.0",
3
+ "version": "0.7.0-next.2",
4
4
  "description": "A Backstage plugin that helps you create entity pages for your organization",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -64,11 +64,12 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@backstage/catalog-model": "1.7.6",
67
- "@backstage/core-components": "0.18.8-next.0",
68
- "@backstage/core-plugin-api": "1.12.4-next.0",
69
- "@backstage/frontend-plugin-api": "0.14.2-next.0",
67
+ "@backstage/core-components": "0.18.8-next.1",
68
+ "@backstage/core-plugin-api": "1.12.4-next.1",
69
+ "@backstage/frontend-plugin-api": "0.15.0-next.1",
70
70
  "@backstage/plugin-catalog-common": "1.1.8",
71
- "@backstage/plugin-catalog-react": "2.0.1-next.0",
71
+ "@backstage/plugin-catalog-react": "2.1.0-next.2",
72
+ "@backstage/ui": "0.13.0-next.2",
72
73
  "@material-ui/core": "^4.12.2",
73
74
  "@material-ui/icons": "^4.9.1",
74
75
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -79,12 +80,12 @@
79
80
  "react-use": "^17.2.4"
80
81
  },
81
82
  "devDependencies": {
82
- "@backstage/catalog-client": "1.13.1-next.0",
83
- "@backstage/cli": "0.35.5-next.0",
84
- "@backstage/core-app-api": "1.19.6-next.0",
85
- "@backstage/dev-utils": "1.1.21-next.0",
86
- "@backstage/frontend-test-utils": "0.5.1-next.0",
87
- "@backstage/plugin-catalog": "1.33.1-next.0",
83
+ "@backstage/catalog-client": "1.14.0-next.2",
84
+ "@backstage/cli": "0.36.0-next.2",
85
+ "@backstage/core-app-api": "1.19.6-next.1",
86
+ "@backstage/dev-utils": "1.1.21-next.1",
87
+ "@backstage/frontend-test-utils": "0.5.1-next.2",
88
+ "@backstage/plugin-catalog": "2.0.0-next.2",
88
89
  "@backstage/plugin-permission-common": "0.9.6",
89
90
  "@backstage/plugin-permission-react": "0.4.41-next.0",
90
91
  "@backstage/test-utils": "1.7.16-next.0",