@masterteam/work-center 0.0.77 → 0.0.79

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.77",
3
+ "version": "0.0.79",
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.79",
24
- "@masterteam/discussion": "^0.0.26",
23
+ "@masterteam/client-components": "^0.0.85",
24
+ "@masterteam/icons": "^0.0.17",
25
25
  "@masterteam/structure-builder": "^0.0.62",
26
- "@masterteam/components": "^0.0.262",
27
- "@masterteam/forms": "^0.0.135",
28
- "@masterteam/icons": "^0.0.17"
26
+ "@masterteam/components": "^0.0.274",
27
+ "@masterteam/discussion": "^0.0.26",
28
+ "@masterteam/forms": "^0.0.138"
29
29
  },
30
30
  "sideEffects": false,
31
31
  "exports": {
@@ -373,6 +373,8 @@ declare class WorkCenterPage {
373
373
  showGroupColumnLabel?: boolean;
374
374
  readonly?: boolean;
375
375
  width?: string;
376
+ align?: "start" | "center" | "end";
377
+ shrink?: boolean;
376
378
  filterOnly?: boolean;
377
379
  exportable?: boolean;
378
380
  exportValue?: (row: any) => string | number | boolean | null;