@masterteam/work-center 0.0.14 → 0.0.16
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.
|
|
3
|
+
"version": "0.0.16",
|
|
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": "
|
|
11
|
-
"@angular/core": "
|
|
12
|
-
"@angular/forms": "
|
|
13
|
-
"@angular/router": "
|
|
14
|
-
"@jsverse/transloco": "
|
|
10
|
+
"@angular/common": "^21.0.3",
|
|
11
|
+
"@angular/core": "^21.0.3",
|
|
12
|
+
"@angular/forms": "^21.0.3",
|
|
13
|
+
"@angular/router": "^21.0.3",
|
|
14
|
+
"@jsverse/transloco": "^8.0.2",
|
|
15
15
|
"@ngxs/store": "^20.1.0",
|
|
16
|
-
"@primeuix/themes": "
|
|
17
|
-
"@tailwindcss/postcss": "
|
|
18
|
-
"postcss": "
|
|
19
|
-
"primeng": "
|
|
20
|
-
"rxjs": "
|
|
21
|
-
"tailwindcss": "
|
|
22
|
-
"tailwindcss-primeui": "
|
|
23
|
-
"@masterteam/client-components": "
|
|
24
|
-
"@masterteam/
|
|
25
|
-
"@masterteam/
|
|
26
|
-
"@masterteam/forms": "
|
|
27
|
-
"@masterteam/
|
|
28
|
-
"@masterteam/
|
|
16
|
+
"@primeuix/themes": "^2.0.2",
|
|
17
|
+
"@tailwindcss/postcss": "^4.1.17",
|
|
18
|
+
"postcss": "^8.5.6",
|
|
19
|
+
"primeng": "21.0.1",
|
|
20
|
+
"rxjs": "^7.8.2",
|
|
21
|
+
"tailwindcss": "^4.1.17",
|
|
22
|
+
"tailwindcss-primeui": "^0.6.1",
|
|
23
|
+
"@masterteam/client-components": "^0.0.21",
|
|
24
|
+
"@masterteam/discussion": "^0.0.8",
|
|
25
|
+
"@masterteam/icons": "^0.0.14",
|
|
26
|
+
"@masterteam/forms": "^0.0.59",
|
|
27
|
+
"@masterteam/structure-builder": "^0.0.41",
|
|
28
|
+
"@masterteam/components": "^0.0.124"
|
|
29
29
|
},
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"exports": {
|
|
@@ -43,6 +43,6 @@
|
|
|
43
43
|
"module": "fesm2022/masterteam-work-center.mjs",
|
|
44
44
|
"typings": "types/masterteam-work-center.d.ts",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"tslib": "
|
|
46
|
+
"tslib": "^2.8.1"
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -234,6 +234,9 @@ type WorkCenterLoadReason = 'route-enter' | 'menu-change' | 'filters-change' | '
|
|
|
234
234
|
declare class WorkCenterPage {
|
|
235
235
|
private readonly facade;
|
|
236
236
|
private readonly modal;
|
|
237
|
+
private readonly transloco;
|
|
238
|
+
private readonly destroyRef;
|
|
239
|
+
private readonly activeLang;
|
|
237
240
|
readonly area: _angular_core.InputSignal<WorkCenterArea>;
|
|
238
241
|
readonly pageTitle: _angular_core.InputSignal<string>;
|
|
239
242
|
readonly menuIcon: _angular_core.InputSignal<string>;
|
|
@@ -266,6 +269,7 @@ declare class WorkCenterPage {
|
|
|
266
269
|
protected readonly propertyFilterSchema: _angular_core.Signal<PropertyFilterBuilderSchema | null>;
|
|
267
270
|
protected readonly showGeneralTaskCreateButton: _angular_core.Signal<boolean>;
|
|
268
271
|
protected readonly generalTaskButtonLabel: _angular_core.Signal<string>;
|
|
272
|
+
protected readonly resolvedPageTitle: _angular_core.Signal<string>;
|
|
269
273
|
protected readonly generalTaskButtonIcon: _angular_core.Signal<string>;
|
|
270
274
|
private readonly defaultModalStyleClass;
|
|
271
275
|
private readonly defaultGeneralTaskModalStyleClass;
|
|
@@ -277,6 +281,7 @@ declare class WorkCenterPage {
|
|
|
277
281
|
onGeneralTaskCreateClick(): void;
|
|
278
282
|
onRowClick(row: Record<string, unknown>): void;
|
|
279
283
|
protected readonly rowsClickable: _angular_core.Signal<boolean>;
|
|
284
|
+
private getOpLabel;
|
|
280
285
|
private resolveRowContextKey;
|
|
281
286
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WorkCenterPage, never>;
|
|
282
287
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<WorkCenterPage, "mt-work-center-page", never, { "area": { "alias": "area"; "required": false; "isSignal": true; }; "pageTitle": { "alias": "pageTitle"; "required": false; "isSignal": true; }; "menuIcon": { "alias": "menuIcon"; "required": false; "isSignal": true; }; "lookups": { "alias": "lookups"; "required": false; "isSignal": true; }; "openItemsInModal": { "alias": "openItemsInModal"; "required": false; "isSignal": true; }; "itemModal": { "alias": "itemModal"; "required": false; "isSignal": true; }; "generalTaskModal": { "alias": "generalTaskModal"; "required": false; "isSignal": true; }; }, { "runtimeFiltersChanged": "runtimeFiltersChanged"; "itemClicked": "itemClicked"; }, never, never, true, never>;
|
|
@@ -286,6 +291,7 @@ declare class WorkCenterClientFormModal {
|
|
|
286
291
|
readonly modal: ModalService;
|
|
287
292
|
readonly ref: ModalRef<any>;
|
|
288
293
|
readonly drawerController: DrawerController | null;
|
|
294
|
+
private readonly transloco;
|
|
289
295
|
readonly processForm: _angular_core.Signal<ClientForm>;
|
|
290
296
|
readonly data: _angular_core.InputSignal<WorkCenterClientFormModalData>;
|
|
291
297
|
readonly operationKey: _angular_core.InputSignal<string>;
|
|
@@ -318,6 +324,7 @@ declare class WorkCenterItemModalRoute {
|
|
|
318
324
|
private readonly http;
|
|
319
325
|
private readonly router;
|
|
320
326
|
private readonly route;
|
|
327
|
+
private readonly transloco;
|
|
321
328
|
readonly modal: ModalService;
|
|
322
329
|
readonly contextKey: _angular_core.InputSignal<string | null>;
|
|
323
330
|
protected readonly drawerVisible: _angular_core.WritableSignal<boolean>;
|