@abgov/angular-components 4.10.0-dev.12 → 4.10.0-dev.13
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/index.d.ts
CHANGED
|
@@ -1242,12 +1242,13 @@ declare class GoabTab implements OnInit {
|
|
|
1242
1242
|
isReady: boolean;
|
|
1243
1243
|
heading: string | TemplateRef<any>;
|
|
1244
1244
|
disabled?: boolean;
|
|
1245
|
+
slug?: string;
|
|
1245
1246
|
constructor(cdr: ChangeDetectorRef);
|
|
1246
1247
|
ngOnInit(): void;
|
|
1247
1248
|
getHeadingAsString(): string;
|
|
1248
1249
|
getHeadingAsTemplate(): TemplateRef<any> | null;
|
|
1249
1250
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabTab, never>;
|
|
1250
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GoabTab, "goab-tab", never, { "heading": { "alias": "heading"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1251
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GoabTab, "goab-tab", never, { "heading": { "alias": "heading"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "slug": { "alias": "slug"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
1251
1252
|
static ngAcceptInputType_disabled: unknown;
|
|
1252
1253
|
}
|
|
1253
1254
|
|