@masterteam/work-center 0.0.42 → 0.0.43

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.42",
3
+ "version": "0.0.43",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/work-center",
6
6
  "linkDirectory": false,
@@ -21,11 +21,11 @@
21
21
  "tailwindcss": "^4.2.2",
22
22
  "tailwindcss-primeui": "^0.6.1",
23
23
  "@masterteam/client-components": "^0.0.48",
24
- "@masterteam/components": "^0.0.198",
24
+ "@masterteam/components": "^0.0.199",
25
+ "@masterteam/forms": "^0.0.97",
26
+ "@masterteam/discussion": "^0.0.21",
25
27
  "@masterteam/icons": "^0.0.17",
26
- "@masterteam/structure-builder": "^0.0.58",
27
- "@masterteam/forms": "^0.0.96",
28
- "@masterteam/discussion": "^0.0.21"
28
+ "@masterteam/structure-builder": "^0.0.58"
29
29
  },
30
30
  "sideEffects": false,
31
31
  "exports": {
@@ -291,6 +291,8 @@ declare class WorkCenterPage {
291
291
  readonly?: boolean;
292
292
  width?: string;
293
293
  filterOnly?: boolean;
294
+ exportable?: boolean;
295
+ exportValue?: (row: any) => string | number | boolean | null;
294
296
  }[]>;
295
297
  protected readonly propertyFilterSchema: _angular_core.Signal<PropertyFilterBuilderSchema | null>;
296
298
  protected readonly showGeneralTaskCreateButton: _angular_core.Signal<boolean>;