@masterteam/delegations 0.0.44 → 0.0.46
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/delegations",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.46",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"directory": "../../../dist/masterteam/delegations",
|
|
6
6
|
"linkDirectory": false,
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"tailwindcss": "^4.2.2",
|
|
21
21
|
"tailwindcss-primeui": "^0.6.1",
|
|
22
22
|
"@ngxs/store": "^20.1.0",
|
|
23
|
-
"@masterteam/components": "^0.0.
|
|
24
|
-
"@masterteam/
|
|
25
|
-
"@masterteam/
|
|
23
|
+
"@masterteam/components": "^0.0.192",
|
|
24
|
+
"@masterteam/forms": "^0.0.93",
|
|
25
|
+
"@masterteam/icons": "^0.0.16"
|
|
26
26
|
},
|
|
27
27
|
"sideEffects": false,
|
|
28
28
|
"exports": {
|
|
@@ -501,7 +501,7 @@ declare class StartSessionDialog {
|
|
|
501
501
|
private readonly transloco;
|
|
502
502
|
protected readonly isBusy: _angular_core.Signal<boolean>;
|
|
503
503
|
protected readonly bodyKey: _angular_core.Signal<"delegations.session.switchConfirmBody" | "delegations.session.startConfirmBody">;
|
|
504
|
-
protected readonly confirmLabelKey: _angular_core.Signal<"delegations.action.
|
|
504
|
+
protected readonly confirmLabelKey: _angular_core.Signal<"delegations.action.startSession" | "delegations.action.switchSession">;
|
|
505
505
|
protected readonly successMessageKey: _angular_core.Signal<"delegations.session.switched" | "delegations.session.started">;
|
|
506
506
|
protected userEntity(party: DelegationRow['delegator']): _masterteam_components_entities.EntityData;
|
|
507
507
|
confirm(): void;
|
|
@@ -555,6 +555,7 @@ type DelegationTableRow = DelegationRow & {
|
|
|
555
555
|
listedUser: ReturnType<typeof toDelegationUserValue>;
|
|
556
556
|
delegatorUser: ReturnType<typeof toDelegationUserValue>;
|
|
557
557
|
delegatedToUser: ReturnType<typeof toDelegationUserValue>;
|
|
558
|
+
createdByUser: ReturnType<typeof toDelegationUserValue>;
|
|
558
559
|
daysText: string;
|
|
559
560
|
};
|
|
560
561
|
/**
|