@masterteam/work-center 0.0.34 → 0.0.36

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.34",
3
+ "version": "0.0.36",
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.174",
24
- "@masterteam/discussion": "^0.0.17",
25
- "@masterteam/forms": "^0.0.80",
26
- "@masterteam/client-components": "^0.0.41",
23
+ "@masterteam/client-components": "^0.0.45",
24
+ "@masterteam/components": "^0.0.183",
25
+ "@masterteam/discussion": "^0.0.18",
26
+ "@masterteam/forms": "^0.0.83",
27
27
  "@masterteam/icons": "^0.0.15",
28
- "@masterteam/structure-builder": "^0.0.55"
28
+ "@masterteam/structure-builder": "^0.0.56"
29
29
  },
30
30
  "sideEffects": false,
31
31
  "exports": {
@@ -46,4 +46,4 @@
46
46
  "dependencies": {
47
47
  "tslib": "^2.8.1"
48
48
  }
49
- }
49
+ }
@@ -285,6 +285,7 @@ declare class WorkCenterPage {
285
285
  statusMap?: Record<string, _masterteam_components_table.TableStatusMapValue>;
286
286
  readonly?: boolean;
287
287
  width?: string;
288
+ filterOnly?: boolean;
288
289
  }[]>;
289
290
  protected readonly propertyFilterSchema: _angular_core.Signal<PropertyFilterBuilderSchema | null>;
290
291
  protected readonly showGeneralTaskCreateButton: _angular_core.Signal<boolean>;