@ieeesa-npm/tenants 0.2.0 → 0.2.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.
@@ -45,6 +45,8 @@ export declare class ViewTenantDetailsComponent implements OnInit, OnDestroy {
45
45
  tableData: RolesAndPermissions[];
46
46
  isRolesAndPermissionsExpanded: boolean;
47
47
  paginatorConfig: PaginatorConfig;
48
+ rolesAndPermissionsClassName: string;
49
+ headerElementClassName: string;
48
50
  tableActions: TableActions;
49
51
  viewTenantsRouteUrl: string;
50
52
  dialogRef: any;
@@ -140,11 +142,11 @@ export declare class ViewTenantDetailsComponent implements OnInit, OnDestroy {
140
142
  */
141
143
  getApplicationTypes(): void;
142
144
  /**
143
- * Validates permission based access for provided feature.
144
- * @param {PermissionType} permissionType
145
- * @return {boolean}
146
- * @memberof ViewTenantDetailsComponent
147
- */
145
+ * Validates permission based access for provided feature.
146
+ * @param {PermissionType} permissionType
147
+ * @return {boolean}
148
+ * @memberof ViewTenantDetailsComponent
149
+ */
148
150
  validateAccess(permissionType: PermissionType): boolean;
149
151
  /**
150
152
  * Performs necessary cleanup tasks, such as unsubscribing from subscription when the component is being destroyed.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ieeesa-npm/tenants",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.1.0",
6
6
  "@angular/core": "^16.1.0"