@ieeesa-npm/tenants 0.1.2 → 0.1.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.
@@ -129,8 +129,58 @@
129
129
  "appDescription": "Application Description",
130
130
  "features": "Features",
131
131
  "status": "Status"
132
+ },
133
+ "confirmationInfo": {
134
+ "leftButtonLabel": "Cancel",
135
+ "rightButtonLabel": "OK",
136
+ "promptMessage": "Are you sure you want to",
137
+ "promptMessageInactivate": "inactivate",
138
+ "promptMessageActivate": "reactivate",
139
+ "ariaLabel": {
140
+ "alert": "Alert"
141
+ }
142
+ },
143
+ "errors": {
144
+ "2050": "Tenant Details not found.",
145
+ "2051": "Failure to update tenant status."
132
146
  }
133
147
  },
148
+ "viewRolesAndPermissions": {
149
+ "tableCaption": "Roles & Permissions Matrix",
150
+ "tableColumnsHeaderText": "ROLES",
151
+ "scrollbarSupportMessage": "Scroll right for viewing more roles.",
152
+ "pageSizeOptions": [10, 20, 50, 100],
153
+ "columnActionIconSize": "fa-xs",
154
+ "actionButtonLabels": {
155
+ "addRole": "Add Role",
156
+ "mapPermissionsRoles": "Map Permissions & Roles"
157
+ },
158
+ "tableColumn": {
159
+ "permissions": "PERMISSIONS"
160
+ },
161
+ "tableCellValue": {
162
+ "yes": "Yes",
163
+ "no": "No"
164
+ },
165
+ "columnActionMenuItems": [
166
+ {
167
+ "id": 1,
168
+ "label": "Edit Role",
169
+ "ariaLabel": "Edit Role",
170
+ "iconURL": "",
171
+ "toolTip": "",
172
+ "isToolTipNeeded": false
173
+ },
174
+ {
175
+ "id": 2,
176
+ "label": "Delete Role",
177
+ "ariaLabel": "Delete Role",
178
+ "iconURL": "",
179
+ "toolTip": "",
180
+ "isToolTipNeeded": false
181
+ }
182
+ ]
183
+ },
134
184
  "routeConfigPath": {
135
185
  "viewTenants": "tenants/view-tenants-list",
136
186
  "viewTenantDetails": "tenants/view-tenant-details"
@@ -153,6 +203,8 @@
153
203
  }
154
204
  ],
155
205
  "errors": {
156
- "2050": "Tenant Details not found."
206
+ "2050": "Tenant Details not found.",
207
+ "3007": "No Role(s) found.",
208
+ "3009": "Unable to fetch Roles and Permissions Mapping."
157
209
  }
158
210
  }