@masterteam/delegations 0.0.32 → 0.0.34
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.34",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"directory": "../../../dist/masterteam/delegations",
|
|
6
6
|
"linkDirectory": false,
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"tailwindcss-primeui": "^0.6.1",
|
|
22
22
|
"@ngxs/store": "^20.1.0",
|
|
23
23
|
"@masterteam/forms": "^0.0.81",
|
|
24
|
-
"@masterteam/
|
|
25
|
-
"@masterteam/
|
|
24
|
+
"@masterteam/components": "^0.0.179",
|
|
25
|
+
"@masterteam/icons": "^0.0.15"
|
|
26
26
|
},
|
|
27
27
|
"sideEffects": false,
|
|
28
28
|
"exports": {
|
|
@@ -375,7 +375,7 @@ declare class StartSessionDialog {
|
|
|
375
375
|
private readonly transloco;
|
|
376
376
|
protected readonly isBusy: _angular_core.Signal<boolean>;
|
|
377
377
|
protected readonly bodyKey: _angular_core.Signal<"delegations.session.switchConfirmBody" | "delegations.session.startConfirmBody">;
|
|
378
|
-
protected readonly confirmLabelKey: _angular_core.Signal<"delegations.action.
|
|
378
|
+
protected readonly confirmLabelKey: _angular_core.Signal<"delegations.action.switchSession" | "delegations.action.startSession">;
|
|
379
379
|
protected readonly successMessageKey: _angular_core.Signal<"delegations.session.switched" | "delegations.session.started">;
|
|
380
380
|
protected formatScopeSummary(summary: DelegationRow['scopeSummary']): string;
|
|
381
381
|
protected userEntity(party: DelegationRow['delegator']): _masterteam_components_entities.EntityData;
|
|
@@ -457,15 +457,15 @@ declare class DelegationsList implements OnInit {
|
|
|
457
457
|
* `withComponentInputBinding()` — admin passes `data: { adminMode: true }`.
|
|
458
458
|
*/
|
|
459
459
|
readonly adminMode: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
460
|
-
readonly surfaceTitleKey: _angular_core.
|
|
461
|
-
readonly assignedTabLabelKey: _angular_core.
|
|
460
|
+
readonly surfaceTitleKey: _angular_core.InputSignalWithTransform<string, unknown>;
|
|
461
|
+
readonly assignedTabLabelKey: _angular_core.InputSignalWithTransform<string, unknown>;
|
|
462
462
|
readonly assignedDecisionTab: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
463
|
-
readonly assignedEmptyStateKey: _angular_core.
|
|
463
|
+
readonly assignedEmptyStateKey: _angular_core.InputSignalWithTransform<string, unknown>;
|
|
464
464
|
readonly assignedStatus: _angular_core.InputSignal<DelegationEffectiveStatus | null>;
|
|
465
465
|
readonly showApprovalTab: _angular_core.InputSignalWithTransform<boolean, unknown>;
|
|
466
|
-
readonly approvalTabLabelKey: _angular_core.
|
|
467
|
-
readonly approvalEmptyStateKey: _angular_core.
|
|
468
|
-
readonly approvalStatus: _angular_core.
|
|
466
|
+
readonly approvalTabLabelKey: _angular_core.InputSignalWithTransform<string, unknown>;
|
|
467
|
+
readonly approvalEmptyStateKey: _angular_core.InputSignalWithTransform<string, unknown>;
|
|
468
|
+
readonly approvalStatus: _angular_core.InputSignalWithTransform<DelegationEffectiveStatus, unknown>;
|
|
469
469
|
private readonly facade;
|
|
470
470
|
private readonly location;
|
|
471
471
|
private readonly modal;
|
|
@@ -485,10 +485,6 @@ declare class DelegationsList implements OnInit {
|
|
|
485
485
|
})[]>;
|
|
486
486
|
protected readonly activeTab: _angular_core.WritableSignal<DelegationTab>;
|
|
487
487
|
protected readonly surfaceTitle: _angular_core.Signal<string>;
|
|
488
|
-
protected readonly tabs: _angular_core.Signal<{
|
|
489
|
-
value: DelegationTab;
|
|
490
|
-
label: string;
|
|
491
|
-
}[]>;
|
|
492
488
|
protected readonly isLoading: _angular_core.Signal<boolean>;
|
|
493
489
|
protected readonly rows: _angular_core.Signal<DelegationRow[]>;
|
|
494
490
|
protected readonly tableRows: _angular_core.Signal<DelegationTableRow[]>;
|
|
@@ -508,7 +504,6 @@ declare class DelegationsList implements OnInit {
|
|
|
508
504
|
protected has(row: DelegationRow, action: DelegationAllowedAction): boolean;
|
|
509
505
|
protected formatDays(row: DelegationRow): string;
|
|
510
506
|
protected getListedParty(row: DelegationRow): _masterteam_delegations.DelegationParty;
|
|
511
|
-
private translateTab;
|
|
512
507
|
private viewDetails;
|
|
513
508
|
private openForm;
|
|
514
509
|
private approve;
|