@masterteam/work-center 0.0.15 → 0.0.17
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.17",
|
|
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.
|
|
11
|
-
"@angular/core": "^21.
|
|
12
|
-
"@angular/forms": "^21.
|
|
13
|
-
"@angular/router": "^21.
|
|
14
|
-
"@jsverse/transloco": "^8.0
|
|
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",
|
|
15
15
|
"@ngxs/store": "^20.1.0",
|
|
16
|
-
"@primeuix/themes": "^2.0.
|
|
17
|
-
"@tailwindcss/postcss": "^4.
|
|
18
|
-
"postcss": "^8.5.
|
|
19
|
-
"primeng": "21.
|
|
16
|
+
"@primeuix/themes": "^2.0.3",
|
|
17
|
+
"@tailwindcss/postcss": "^4.2.2",
|
|
18
|
+
"postcss": "^8.5.9",
|
|
19
|
+
"primeng": "21.1.5",
|
|
20
20
|
"rxjs": "^7.8.2",
|
|
21
|
-
"tailwindcss": "^4.
|
|
21
|
+
"tailwindcss": "^4.2.2",
|
|
22
22
|
"tailwindcss-primeui": "^0.6.1",
|
|
23
|
-
"@masterteam/client-components": "^0.0.
|
|
24
|
-
"@masterteam/
|
|
25
|
-
"@masterteam/
|
|
26
|
-
"@masterteam/
|
|
27
|
-
"@masterteam/
|
|
28
|
-
"@masterteam/
|
|
23
|
+
"@masterteam/client-components": "^0.0.24",
|
|
24
|
+
"@masterteam/discussion": "^0.0.9",
|
|
25
|
+
"@masterteam/forms": "^0.0.65",
|
|
26
|
+
"@masterteam/icons": "^0.0.14",
|
|
27
|
+
"@masterteam/components": "^0.0.139",
|
|
28
|
+
"@masterteam/structure-builder": "^0.0.43"
|
|
29
29
|
},
|
|
30
30
|
"sideEffects": false,
|
|
31
31
|
"exports": {
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"module": "fesm2022/masterteam-work-center.mjs",
|
|
44
44
|
"typings": "types/masterteam-work-center.d.ts",
|
|
45
|
+
"type": "module",
|
|
45
46
|
"dependencies": {
|
|
46
47
|
"tslib": "^2.8.1"
|
|
47
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>;
|
|
@@ -260,12 +263,14 @@ declare class WorkCenterPage {
|
|
|
260
263
|
type?: _masterteam_components_table.ColumnType;
|
|
261
264
|
customCellTpl?: _angular_core.TemplateRef<any>;
|
|
262
265
|
filterConfig?: _masterteam_components_table.FilterConfig;
|
|
266
|
+
statusMap?: Record<string, _masterteam_components_table.TableStatusMapValue>;
|
|
263
267
|
readonly?: boolean;
|
|
264
268
|
width?: string;
|
|
265
269
|
}[]>;
|
|
266
270
|
protected readonly propertyFilterSchema: _angular_core.Signal<PropertyFilterBuilderSchema | null>;
|
|
267
271
|
protected readonly showGeneralTaskCreateButton: _angular_core.Signal<boolean>;
|
|
268
272
|
protected readonly generalTaskButtonLabel: _angular_core.Signal<string>;
|
|
273
|
+
protected readonly resolvedPageTitle: _angular_core.Signal<string>;
|
|
269
274
|
protected readonly generalTaskButtonIcon: _angular_core.Signal<string>;
|
|
270
275
|
private readonly defaultModalStyleClass;
|
|
271
276
|
private readonly defaultGeneralTaskModalStyleClass;
|
|
@@ -277,6 +282,7 @@ declare class WorkCenterPage {
|
|
|
277
282
|
onGeneralTaskCreateClick(): void;
|
|
278
283
|
onRowClick(row: Record<string, unknown>): void;
|
|
279
284
|
protected readonly rowsClickable: _angular_core.Signal<boolean>;
|
|
285
|
+
private getOpLabel;
|
|
280
286
|
private resolveRowContextKey;
|
|
281
287
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<WorkCenterPage, never>;
|
|
282
288
|
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 +292,7 @@ declare class WorkCenterClientFormModal {
|
|
|
286
292
|
readonly modal: ModalService;
|
|
287
293
|
readonly ref: ModalRef<any>;
|
|
288
294
|
readonly drawerController: DrawerController | null;
|
|
295
|
+
private readonly transloco;
|
|
289
296
|
readonly processForm: _angular_core.Signal<ClientForm>;
|
|
290
297
|
readonly data: _angular_core.InputSignal<WorkCenterClientFormModalData>;
|
|
291
298
|
readonly operationKey: _angular_core.InputSignal<string>;
|
|
@@ -318,6 +325,7 @@ declare class WorkCenterItemModalRoute {
|
|
|
318
325
|
private readonly http;
|
|
319
326
|
private readonly router;
|
|
320
327
|
private readonly route;
|
|
328
|
+
private readonly transloco;
|
|
321
329
|
readonly modal: ModalService;
|
|
322
330
|
readonly contextKey: _angular_core.InputSignal<string | null>;
|
|
323
331
|
protected readonly drawerVisible: _angular_core.WritableSignal<boolean>;
|