@masterteam/users-groups 0.0.16 → 0.0.18

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@masterteam/users-groups",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/users-groups",
6
6
  "linkDirectory": false,
@@ -20,9 +20,9 @@
20
20
  "tailwindcss": "^4.2.2",
21
21
  "tailwindcss-primeui": "^0.6.1",
22
22
  "@ngxs/store": "^20.1.0",
23
- "@masterteam/icons": "^0.0.15",
24
- "@masterteam/components": "^0.0.165",
25
- "@masterteam/forms": "^0.0.74"
23
+ "@masterteam/forms": "^0.0.77",
24
+ "@masterteam/components": "^0.0.168",
25
+ "@masterteam/icons": "^0.0.15"
26
26
  },
27
27
  "sideEffects": false,
28
28
  "exports": {
@@ -311,7 +311,6 @@ declare class UsersGroups implements OnInit {
311
311
 
312
312
  declare class Users implements OnInit {
313
313
  typeCol: _angular_core.Signal<TemplateRef<any>>;
314
- userCol: _angular_core.Signal<TemplateRef<any>>;
315
314
  applicationLinkCol: _angular_core.Signal<TemplateRef<any>>;
316
315
  private readonly facade;
317
316
  readonly modal: ModalService;
@@ -341,8 +340,6 @@ declare class Users implements OnInit {
341
340
  }
342
341
 
343
342
  declare class Groups implements OnInit {
344
- workspaceCol: _angular_core.Signal<TemplateRef<any>>;
345
- groupCol: _angular_core.Signal<TemplateRef<any>>;
346
343
  private readonly facade;
347
344
  readonly modal: ModalService;
348
345
  private readonly translocoService;