@ieeesa-npm/tenants 0.5.0 → 0.5.1
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/esm2022/lib/assets/constants.json +4 -1
- package/esm2022/lib/components/view-tenant-details/view-tenant-details.component.mjs +76 -5
- package/fesm2022/ieeesa-npm-tenants.mjs +87 -13
- package/fesm2022/ieeesa-npm-tenants.mjs.map +1 -1
- package/lib/components/tenant-basic-details/tenant-basic-details.component.d.ts +3 -0
- package/lib/components/view-tenant-details/view-tenant-details.component.d.ts +30 -3
- package/package.json +1 -1
|
@@ -204,7 +204,10 @@
|
|
|
204
204
|
"alert": "Alert"
|
|
205
205
|
},
|
|
206
206
|
"deleteRoleConfirmationMessage": "Are you sure you want to delete the",
|
|
207
|
-
"deleteRolePromptMessage": "Deleting this role will remove all current assignments in the"
|
|
207
|
+
"deleteRolePromptMessage": "Deleting this role will remove all current assignments in the",
|
|
208
|
+
"featureChangeSignOutLeftButtonLabel": "Later",
|
|
209
|
+
"featureChangeSignOutRightButtonLabel": "Sign out now",
|
|
210
|
+
"featureChangeSignOutMessage": "Feature changes take effect only after signing in again. Sign out now to apply them?"
|
|
208
211
|
},
|
|
209
212
|
"errors": {
|
|
210
213
|
"2050": "Tenant Details not found.",
|