@masterteam/work-center 0.0.50 → 0.0.52

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/work-center",
3
- "version": "0.0.50",
3
+ "version": "0.0.52",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/work-center",
6
6
  "linkDirectory": false,
@@ -20,12 +20,12 @@
20
20
  "rxjs": "^7.8.2",
21
21
  "tailwindcss": "^4.2.2",
22
22
  "tailwindcss-primeui": "^0.6.1",
23
- "@masterteam/components": "^0.0.221",
24
- "@masterteam/forms": "^0.0.111",
25
- "@masterteam/structure-builder": "^0.0.59",
23
+ "@masterteam/components": "^0.0.226",
24
+ "@masterteam/client-components": "^0.0.57",
26
25
  "@masterteam/icons": "^0.0.17",
27
- "@masterteam/discussion": "^0.0.23",
28
- "@masterteam/client-components": "^0.0.53"
26
+ "@masterteam/structure-builder": "^0.0.60",
27
+ "@masterteam/forms": "^0.0.115",
28
+ "@masterteam/discussion": "^0.0.26"
29
29
  },
30
30
  "sideEffects": false,
31
31
  "exports": {
@@ -275,6 +275,8 @@ declare class WorkCenterPage {
275
275
  count?: number;
276
276
  key: string;
277
277
  children?: ClientPageMenuItem[];
278
+ hasChildren?: boolean;
279
+ childrenLoading?: boolean;
278
280
  }[]>;
279
281
  protected readonly rows: _angular_core.Signal<Record<string, unknown>[]>;
280
282
  protected readonly columns: _angular_core.Signal<ColumnDef[]>;