@abgov/angular-components 5.2.0-dev.1 → 5.2.0-dev.2
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
|
@@ -577,7 +577,7 @@ declare class GoabDrawer implements OnInit {
|
|
|
577
577
|
onClose: EventEmitter<any>;
|
|
578
578
|
isReady: boolean;
|
|
579
579
|
ngOnInit(): void;
|
|
580
|
-
_onClose(): void;
|
|
580
|
+
_onClose(event: Event): void;
|
|
581
581
|
getHeadingAsString(): string;
|
|
582
582
|
getHeadingAsTemplate(): TemplateRef<any> | null;
|
|
583
583
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabDrawer, never>;
|
|
@@ -1376,7 +1376,7 @@ declare class GoabModal implements OnInit {
|
|
|
1376
1376
|
onClose: EventEmitter<void>;
|
|
1377
1377
|
getHeadingAsString(): string;
|
|
1378
1378
|
getHeadingAsTemplate(): TemplateRef<any> | null;
|
|
1379
|
-
_onClose(): void;
|
|
1379
|
+
_onClose(event: Event): void;
|
|
1380
1380
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabModal, never>;
|
|
1381
1381
|
static ɵcmp: i0.ɵɵComponentDeclaration<GoabModal, "goab-modal", never, { "calloutVariant": { "alias": "calloutVariant"; "required": false; }; "open": { "alias": "open"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "closable": { "alias": "closable"; "required": false; }; "transition": { "alias": "transition"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "role": { "alias": "role"; "required": false; }; "heading": { "alias": "heading"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, { "onClose": "onClose"; }, never, ["*"], true, never>;
|
|
1382
1382
|
static ngAcceptInputType_open: unknown;
|
|
@@ -1524,7 +1524,7 @@ declare class GoabPushDrawer implements OnInit {
|
|
|
1524
1524
|
onClose: EventEmitter<void>;
|
|
1525
1525
|
isReady: boolean;
|
|
1526
1526
|
ngOnInit(): void;
|
|
1527
|
-
_onClose(): void;
|
|
1527
|
+
_onClose(event: Event): void;
|
|
1528
1528
|
getHeadingAsString(): string;
|
|
1529
1529
|
getHeadingAsTemplate(): TemplateRef<any> | null;
|
|
1530
1530
|
static ɵfac: i0.ɵɵFactoryDeclaration<GoabPushDrawer, never>;
|