@masterteam/work-center 0.0.36 → 0.0.38
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.38",
|
|
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/
|
|
24
|
-
"@masterteam/components": "^0.0.
|
|
23
|
+
"@masterteam/forms": "^0.0.88",
|
|
24
|
+
"@masterteam/client-components": "^0.0.46",
|
|
25
25
|
"@masterteam/discussion": "^0.0.18",
|
|
26
|
-
"@masterteam/
|
|
27
|
-
"@masterteam/
|
|
28
|
-
"@masterteam/
|
|
26
|
+
"@masterteam/structure-builder": "^0.0.57",
|
|
27
|
+
"@masterteam/components": "^0.0.185",
|
|
28
|
+
"@masterteam/icons": "^0.0.16"
|
|
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
|
+
}
|
|
@@ -343,8 +343,9 @@ declare class WorkCenterClientFormModal {
|
|
|
343
343
|
|
|
344
344
|
declare class WorkCenterItemModal {
|
|
345
345
|
readonly details: _angular_core.InputSignal<WorkCenterItemBasicInfoData>;
|
|
346
|
+
readonly lookups: _angular_core.InputSignal<WorkCenterLookups | null>;
|
|
346
347
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WorkCenterItemModal, never>;
|
|
347
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WorkCenterItemModal, "mt-work-center-item-modal", never, { "details": { "alias": "details"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
348
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WorkCenterItemModal, "mt-work-center-item-modal", never, { "details": { "alias": "details"; "required": true; "isSignal": true; }; "lookups": { "alias": "lookups"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
348
349
|
}
|
|
349
350
|
|
|
350
351
|
declare class WorkCenterItemModalRoute {
|
|
@@ -354,6 +355,7 @@ declare class WorkCenterItemModalRoute {
|
|
|
354
355
|
private readonly transloco;
|
|
355
356
|
private readonly facade;
|
|
356
357
|
readonly modal: ModalService;
|
|
358
|
+
protected readonly lookups: _angular_core.Signal<_masterteam_work_center.WorkCenterLookups>;
|
|
357
359
|
readonly contextKey: _angular_core.InputSignal<string | null>;
|
|
358
360
|
protected readonly drawerVisible: _angular_core.WritableSignal<boolean>;
|
|
359
361
|
protected readonly loading: _angular_core.WritableSignal<boolean>;
|