@masterteam/work-center 0.0.47 → 0.0.49

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,31 +1,31 @@
1
1
  {
2
2
  "name": "@masterteam/work-center",
3
- "version": "0.0.47",
3
+ "version": "0.0.49",
4
4
  "publishConfig": {
5
5
  "directory": "../../../dist/masterteam/work-center",
6
6
  "linkDirectory": false,
7
7
  "access": "public"
8
8
  },
9
9
  "peerDependencies": {
10
- "@angular/common": "^21.2.8",
11
- "@angular/core": "^21.2.8",
12
- "@angular/forms": "^21.2.8",
13
- "@angular/router": "^21.2.8",
14
- "@jsverse/transloco": "^8.3.0",
10
+ "@angular/common": "catalog:angular21",
11
+ "@angular/core": "catalog:angular21",
12
+ "@angular/forms": "catalog:angular21",
13
+ "@angular/router": "catalog:angular21",
14
+ "@jsverse/transloco": "catalog:i18n",
15
15
  "@ngxs/store": "^20.1.0",
16
- "@primeuix/themes": "^2.0.3",
17
- "@tailwindcss/postcss": "^4.2.2",
18
- "postcss": "^8.5.9",
19
- "primeng": "21.1.5",
20
- "rxjs": "^7.8.2",
21
- "tailwindcss": "^4.2.2",
22
- "tailwindcss-primeui": "^0.6.1",
23
- "@masterteam/client-components": "^0.0.53",
24
- "@masterteam/forms": "^0.0.108",
25
- "@masterteam/components": "^0.0.213",
26
- "@masterteam/discussion": "^0.0.22",
27
- "@masterteam/icons": "^0.0.17",
28
- "@masterteam/structure-builder": "^0.0.59"
16
+ "@primeuix/themes": "catalog:",
17
+ "@tailwindcss/postcss": "catalog:",
18
+ "postcss": "catalog:",
19
+ "primeng": "catalog:",
20
+ "rxjs": "catalog:angular21",
21
+ "tailwindcss": "catalog:",
22
+ "tailwindcss-primeui": "catalog:",
23
+ "@masterteam/client-components": "workspace:^",
24
+ "@masterteam/components": "workspace:^",
25
+ "@masterteam/discussion": "workspace:^",
26
+ "@masterteam/forms": "workspace:^",
27
+ "@masterteam/icons": "workspace:^",
28
+ "@masterteam/structure-builder": "workspace:^"
29
29
  },
30
30
  "sideEffects": false,
31
31
  "exports": {
@@ -44,6 +44,6 @@
44
44
  "typings": "types/masterteam-work-center.d.ts",
45
45
  "type": "module",
46
46
  "dependencies": {
47
- "tslib": "^2.8.1"
47
+ "tslib": "catalog:angular21"
48
48
  }
49
49
  }
@@ -240,6 +240,7 @@ interface WorkCenterClientFormModalOptions {
240
240
  operationKey?: string;
241
241
  header?: string;
242
242
  styleClass?: string;
243
+ closeOnPendingApproval?: boolean;
243
244
  buttonLabel?: string;
244
245
  buttonIcon?: string;
245
246
  lookups?: ClientLookup[];
@@ -337,6 +338,7 @@ declare class WorkCenterClientFormModal {
337
338
  readonly processForm: _angular_core.Signal<ClientForm>;
338
339
  readonly data: _angular_core.InputSignal<WorkCenterClientFormModalData>;
339
340
  readonly operationKey: _angular_core.InputSignal<string>;
341
+ readonly closeOnPendingApproval: _angular_core.InputSignal<boolean>;
340
342
  readonly lookups: _angular_core.InputSignal<ClientLookup[]>;
341
343
  readonly moduleKey: _angular_core.Signal<string>;
342
344
  readonly moduleId: _angular_core.Signal<number | undefined>;
@@ -353,7 +355,7 @@ declare class WorkCenterClientFormModal {
353
355
  onErrored(error: string): void;
354
356
  private toNumber;
355
357
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<WorkCenterClientFormModal, never>;
356
- static ɵcmp: _angular_core.ɵɵComponentDeclaration<WorkCenterClientFormModal, "mt-work-center-client-form-modal", never, { "data": { "alias": "data"; "required": true; "isSignal": true; }; "operationKey": { "alias": "operationKey"; "required": false; "isSignal": true; }; "lookups": { "alias": "lookups"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
358
+ static ɵcmp: _angular_core.ɵɵComponentDeclaration<WorkCenterClientFormModal, "mt-work-center-client-form-modal", never, { "data": { "alias": "data"; "required": true; "isSignal": true; }; "operationKey": { "alias": "operationKey"; "required": false; "isSignal": true; }; "closeOnPendingApproval": { "alias": "closeOnPendingApproval"; "required": false; "isSignal": true; }; "lookups": { "alias": "lookups"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
357
359
  }
358
360
 
359
361
  declare class WorkCenterItemModal {