mesauth-angular 1.8.0 → 1.8.1
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": "mesauth-angular",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "Angular helper library to connect to a backend API and SignalR hub to surface the current logged-in user and incoming notifications with dark/light theme support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -604,7 +604,6 @@ declare class MaArvContainerComponent implements OnInit, OnDestroy {
|
|
|
604
604
|
title: string;
|
|
605
605
|
description?: string;
|
|
606
606
|
referenceId: string;
|
|
607
|
-
templateId?: number;
|
|
608
607
|
templateIds?: number[];
|
|
609
608
|
callbackUrl?: string;
|
|
610
609
|
deadlineHours?: number;
|
|
@@ -660,7 +659,7 @@ declare class MaArvContainerComponent implements OnInit, OnDestroy {
|
|
|
660
659
|
private captureThumbnail;
|
|
661
660
|
private getStyleProperties;
|
|
662
661
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaArvContainerComponent, never>;
|
|
663
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MaArvContainerComponent, "ma-arv-container", never, { "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "referenceId": { "alias": "referenceId"; "required": false; }; "
|
|
662
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MaArvContainerComponent, "ma-arv-container", never, { "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "referenceId": { "alias": "referenceId"; "required": false; }; "templateIds": { "alias": "templateIds"; "required": false; }; "callbackUrl": { "alias": "callbackUrl"; "required": false; }; "deadlineHours": { "alias": "deadlineHours"; "required": false; }; }, { "approvalSubmitted": "approvalSubmitted"; "approvalSubmitting": "approvalSubmitting"; "cancelled": "cancelled"; }, never, ["*"], true, never>;
|
|
664
663
|
}
|
|
665
664
|
|
|
666
665
|
interface PermissionHeader {
|