@masterteam/work-center 0.0.51 → 0.0.53

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.51",
3
+ "version": "0.0.53",
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.225",
24
- "@masterteam/client-components": "^0.0.56",
25
- "@masterteam/forms": "^0.0.114",
26
- "@masterteam/discussion": "^0.0.25",
27
- "@masterteam/structure-builder": "^0.0.59",
28
- "@masterteam/icons": "^0.0.17"
23
+ "@masterteam/client-components": "^0.0.58",
24
+ "@masterteam/components": "^0.0.228",
25
+ "@masterteam/forms": "^0.0.117",
26
+ "@masterteam/discussion": "^0.0.26",
27
+ "@masterteam/icons": "^0.0.17",
28
+ "@masterteam/structure-builder": "^0.0.61"
29
29
  },
30
30
  "sideEffects": false,
31
31
  "exports": {
@@ -156,6 +156,12 @@ interface WorkCenterItemActionExecutionResult {
156
156
  interface WorkCenterPreviewLevelTarget {
157
157
  levelId: number | string;
158
158
  levelDataId: number | string;
159
+ /**
160
+ * Module the previewed item belongs to, when the item resolves to one. The
161
+ * host uses it to land on that module's workspace tab instead of the
162
+ * workspace default tab.
163
+ */
164
+ moduleId?: number | string | null;
159
165
  }
160
166
  interface WorkCenterItemActionsData {
161
167
  cardKey: string | null;