@masterteam/work-center 0.0.32 → 0.0.33
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.
|
|
3
|
+
"version": "0.0.33",
|
|
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.
|
|
24
|
-
"@masterteam/
|
|
25
|
-
"@masterteam/components": "^0.0.171",
|
|
23
|
+
"@masterteam/client-components": "^0.0.41",
|
|
24
|
+
"@masterteam/components": "^0.0.173",
|
|
26
25
|
"@masterteam/discussion": "^0.0.17",
|
|
27
|
-
"@masterteam/
|
|
28
|
-
"@masterteam/
|
|
26
|
+
"@masterteam/icons": "^0.0.15",
|
|
27
|
+
"@masterteam/forms": "^0.0.79",
|
|
28
|
+
"@masterteam/structure-builder": "^0.0.55"
|
|
29
29
|
},
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"exports": {
|
|
@@ -351,6 +351,7 @@ declare class WorkCenterItemModalRoute {
|
|
|
351
351
|
private readonly router;
|
|
352
352
|
private readonly route;
|
|
353
353
|
private readonly transloco;
|
|
354
|
+
private readonly facade;
|
|
354
355
|
readonly modal: ModalService;
|
|
355
356
|
readonly contextKey: _angular_core.InputSignal<string | null>;
|
|
356
357
|
protected readonly drawerVisible: _angular_core.WritableSignal<boolean>;
|