@masterteam/work-center 0.0.40 → 0.0.42

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.40",
3
+ "version": "0.0.42",
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/client-components": "^0.0.47",
24
- "@masterteam/components": "^0.0.191",
25
- "@masterteam/forms": "^0.0.92",
26
- "@masterteam/discussion": "^0.0.18",
27
- "@masterteam/icons": "^0.0.16",
28
- "@masterteam/structure-builder": "^0.0.57"
23
+ "@masterteam/client-components": "^0.0.48",
24
+ "@masterteam/components": "^0.0.198",
25
+ "@masterteam/icons": "^0.0.17",
26
+ "@masterteam/structure-builder": "^0.0.58",
27
+ "@masterteam/forms": "^0.0.96",
28
+ "@masterteam/discussion": "^0.0.21"
29
29
  },
30
30
  "sideEffects": false,
31
31
  "exports": {
@@ -269,8 +269,9 @@ declare class WorkCenterPage {
269
269
  icon: string;
270
270
  title: string;
271
271
  color: string;
272
- count: number;
272
+ count?: number;
273
273
  key: string;
274
+ children?: ClientPageMenuItem[];
274
275
  }[]>;
275
276
  protected readonly rows: _angular_core.Signal<Record<string, unknown>[]>;
276
277
  protected readonly columns: _angular_core.Signal<ColumnDef[]>;