@masterteam/delegations 0.0.19 → 0.0.20
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
|
@@ -2,6 +2,7 @@ import * as _masterteam_delegations from '@masterteam/delegations';
|
|
|
2
2
|
import * as _angular_core from '@angular/core';
|
|
3
3
|
import { OnInit, TemplateRef } from '@angular/core';
|
|
4
4
|
import { Popover } from 'primeng/popover';
|
|
5
|
+
import { PageHeaderTab } from '@masterteam/components/page-header';
|
|
5
6
|
import { TableAction, ColumnDef } from '@masterteam/components/table';
|
|
6
7
|
import { FormControl } from '@angular/forms';
|
|
7
8
|
import { HttpContext, HttpInterceptorFn } from '@angular/common/http';
|
|
@@ -350,9 +351,18 @@ declare class RejectDelegationDialog {
|
|
|
350
351
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<RejectDelegationDialog, "mt-reject-delegation-dialog", never, { "delegation": { "alias": "delegation"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
351
352
|
}
|
|
352
353
|
|
|
353
|
-
declare class Delegations {
|
|
354
|
+
declare class Delegations implements OnInit {
|
|
355
|
+
private readonly route;
|
|
354
356
|
private readonly router;
|
|
357
|
+
private readonly transloco;
|
|
358
|
+
protected readonly tabs: _angular_core.WritableSignal<PageHeaderTab[]>;
|
|
359
|
+
protected readonly activeTab: _angular_core.WritableSignal<string>;
|
|
360
|
+
constructor();
|
|
361
|
+
ngOnInit(): void;
|
|
355
362
|
goBack(): void;
|
|
363
|
+
protected onTabChange(value: string | number): void;
|
|
364
|
+
private syncSelectedTabFromRoute;
|
|
365
|
+
private getRouteTabs;
|
|
356
366
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<Delegations, never>;
|
|
357
367
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<Delegations, "mt-delegations", never, {}, {}, never, never, true, never>;
|
|
358
368
|
}
|