@authing/ng-ui-components 3.1.31 → 4.0.0
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/LICENSE +1 -1
- package/authing-ng-ui-components.metadata.json +1 -1
- package/bundles/authing-ng-ui-components.umd.js +22 -234
- package/bundles/authing-ng-ui-components.umd.js.map +1 -1
- package/bundles/authing-ng-ui-components.umd.min.js +1 -1
- package/bundles/authing-ng-ui-components.umd.min.js.map +1 -1
- package/esm2015/lib/Guard/guard.component.js +10 -10
- package/esm2015/public-api.js +15 -6
- package/fesm2015/authing-ng-ui-components.js +14 -111
- package/fesm2015/authing-ng-ui-components.js.map +1 -1
- package/lib/Guard/guard.component.d.ts +6 -6
- package/package.json +2 -3
- package/public-api.d.ts +1 -6
- package/esm2015/lib/AuthingGuard/authing-guard.component.js +0 -78
- package/esm2015/lib/AuthingGuard/authing-guard.module.js +0 -14
- package/esm2015/lib/AuthingGuard/authing-guard.service.js +0 -13
- package/lib/AuthingGuard/authing-guard.component.d.ts +0 -26
- package/lib/AuthingGuard/authing-guard.module.d.ts +0 -3
- package/lib/AuthingGuard/authing-guard.service.d.ts +0 -3
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { AuthingGuardComponent } from './authing-guard.component';
|
|
3
|
-
export class AuthingGuardModule {
|
|
4
|
-
constructor() { }
|
|
5
|
-
}
|
|
6
|
-
AuthingGuardModule.decorators = [
|
|
7
|
-
{ type: NgModule, args: [{
|
|
8
|
-
declarations: [AuthingGuardComponent],
|
|
9
|
-
imports: [],
|
|
10
|
-
exports: [AuthingGuardComponent],
|
|
11
|
-
},] }
|
|
12
|
-
];
|
|
13
|
-
AuthingGuardModule.ctorParameters = () => [];
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0aGluZy1ndWFyZC5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiL1VzZXJzL21laXFpdXUvQXV0aGluZ0NvZGUvYXV0aGluZy11aS1jb21wb25lbnRzL3BhY2thZ2VzL2FuZ3VsYXItY29tcG9uZW50cy9wcm9qZWN0cy9uZy11aS1jb21wb25lbnRzL3NyYy8iLCJzb3VyY2VzIjpbImxpYi9BdXRoaW5nR3VhcmQvYXV0aGluZy1ndWFyZC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQU9sRSxNQUFNLE9BQU8sa0JBQWtCO0lBQzdCLGdCQUFlLENBQUM7OztZQU5qQixRQUFRLFNBQUM7Z0JBQ1IsWUFBWSxFQUFFLENBQUMscUJBQXFCLENBQUM7Z0JBQ3JDLE9BQU8sRUFBRSxFQUFFO2dCQUNYLE9BQU8sRUFBRSxDQUFDLHFCQUFxQixDQUFDO2FBQ2pDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IEF1dGhpbmdHdWFyZENvbXBvbmVudCB9IGZyb20gJy4vYXV0aGluZy1ndWFyZC5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtBdXRoaW5nR3VhcmRDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbXSxcbiAgZXhwb3J0czogW0F1dGhpbmdHdWFyZENvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEF1dGhpbmdHdWFyZE1vZHVsZSB7XG4gIGNvbnN0cnVjdG9yKCkge31cbn1cbiJdfQ==
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Injectable } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export class AuthingGuardService {
|
|
4
|
-
constructor() { }
|
|
5
|
-
}
|
|
6
|
-
AuthingGuardService.ɵprov = i0.ɵɵdefineInjectable({ factory: function AuthingGuardService_Factory() { return new AuthingGuardService(); }, token: AuthingGuardService, providedIn: "root" });
|
|
7
|
-
AuthingGuardService.decorators = [
|
|
8
|
-
{ type: Injectable, args: [{
|
|
9
|
-
providedIn: 'root',
|
|
10
|
-
},] }
|
|
11
|
-
];
|
|
12
|
-
AuthingGuardService.ctorParameters = () => [];
|
|
13
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXV0aGluZy1ndWFyZC5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6Ii9Vc2Vycy9tZWlxaXV1L0F1dGhpbmdDb2RlL2F1dGhpbmctdWktY29tcG9uZW50cy9wYWNrYWdlcy9hbmd1bGFyLWNvbXBvbmVudHMvcHJvamVjdHMvbmctdWktY29tcG9uZW50cy9zcmMvIiwic291cmNlcyI6WyJsaWIvQXV0aGluZ0d1YXJkL2F1dGhpbmctZ3VhcmQuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDOztBQUszQyxNQUFNLE9BQU8sbUJBQW1CO0lBQzlCLGdCQUFlLENBQUM7Ozs7WUFKakIsVUFBVSxTQUFDO2dCQUNWLFVBQVUsRUFBRSxNQUFNO2FBQ25CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgSW5qZWN0YWJsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5ASW5qZWN0YWJsZSh7XG4gIHByb3ZpZGVkSW46ICdyb290Jyxcbn0pXG5leHBvcnQgY2xhc3MgQXV0aGluZ0d1YXJkU2VydmljZSB7XG4gIGNvbnN0cnVjdG9yKCkge31cbn1cbiJdfQ==
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { OnInit, EventEmitter, OnChanges } from '@angular/core';
|
|
2
|
-
import { UserConfig, AuthingGuard } from '@authing/native-js-ui-components';
|
|
3
|
-
export declare class AuthingGuardComponent implements OnInit, OnChanges {
|
|
4
|
-
constructor();
|
|
5
|
-
guard: AuthingGuard;
|
|
6
|
-
ngOnInit(): void;
|
|
7
|
-
ngOnChanges(v: any): void;
|
|
8
|
-
appId: string;
|
|
9
|
-
visible?: boolean;
|
|
10
|
-
tenantId?: string;
|
|
11
|
-
config?: UserConfig;
|
|
12
|
-
onLoad: EventEmitter<[authClient: import("@authing/native-js-ui-components").AuthenticationClient]>;
|
|
13
|
-
onLoadError: EventEmitter<[error: import("@authing/native-js-ui-components").CommonMessage]>;
|
|
14
|
-
onLogin: EventEmitter<[user: import("@authing/native-js-ui-components").User, authClient: import("@authing/native-js-ui-components").AuthenticationClient]>;
|
|
15
|
-
onLoginError: EventEmitter<[user: import("@authing/native-js-ui-components").User, authClient: import("@authing/native-js-ui-components").AuthenticationClient]>;
|
|
16
|
-
onRegister: EventEmitter<[user: import("@authing/native-js-ui-components").User, authClient: import("@authing/native-js-ui-components").AuthenticationClient]>;
|
|
17
|
-
onRegisterError: EventEmitter<[user: import("@authing/native-js-ui-components").User, authClient: import("@authing/native-js-ui-components").AuthenticationClient]>;
|
|
18
|
-
onPwdEmailSend: EventEmitter<[authClient: import("@authing/native-js-ui-components").AuthenticationClient]>;
|
|
19
|
-
onPwdEmailSendError: EventEmitter<[error: import("@authing/native-js-ui-components").CommonMessage, authClient: import("@authing/native-js-ui-components").AuthenticationClient]>;
|
|
20
|
-
onPwdPhoneSend: EventEmitter<[authClient: import("@authing/native-js-ui-components").AuthenticationClient]>;
|
|
21
|
-
onPwdPhoneSendError: EventEmitter<[error: import("@authing/native-js-ui-components").CommonMessage, authClient: import("@authing/native-js-ui-components").AuthenticationClient]>;
|
|
22
|
-
onPwdReset: EventEmitter<[authClient: import("@authing/native-js-ui-components").AuthenticationClient]>;
|
|
23
|
-
onPwdResetError: EventEmitter<[error: import("@authing/native-js-ui-components").CommonMessage, authClient: import("@authing/native-js-ui-components").AuthenticationClient]>;
|
|
24
|
-
onClose: EventEmitter<[]>;
|
|
25
|
-
ngAfterViewInit(): void;
|
|
26
|
-
}
|