@descope/angular-sdk
Advanced tools
Comparing version 0.0.0-next-76bff126-20240104 to 0.0.0-next-7906a6ee-20240222
@@ -27,2 +27,3 @@ import { ElementRef, EventEmitter, OnChanges, OnInit } from '@angular/core'; | ||
error: EventEmitter<CustomEvent>; | ||
ready: EventEmitter<void>; | ||
private readonly webComponent; | ||
@@ -34,3 +35,3 @@ constructor(elementRef: ElementRef, authService: DescopeAuthService, descopeConfig: DescopeAuthConfig); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DescopeComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DescopeComponent, "descope[flowId]", never, { "flowId": { "alias": "flowId"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "tenant": { "alias": "tenant"; "required": false; }; "telemetryKey": { "alias": "telemetryKey"; "required": false; }; "redirectUrl": { "alias": "redirectUrl"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "errorTransformer": { "alias": "errorTransformer"; "required": false; }; "client": { "alias": "client"; "required": false; }; "form": { "alias": "form"; "required": false; }; "logger": { "alias": "logger"; "required": false; }; }, { "success": "success"; "error": "error"; }, never, never, true, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DescopeComponent, "descope[flowId]", never, { "flowId": { "alias": "flowId"; "required": false; }; "locale": { "alias": "locale"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "tenant": { "alias": "tenant"; "required": false; }; "telemetryKey": { "alias": "telemetryKey"; "required": false; }; "redirectUrl": { "alias": "redirectUrl"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; "debug": { "alias": "debug"; "required": false; }; "errorTransformer": { "alias": "errorTransformer"; "required": false; }; "client": { "alias": "client"; "required": false; }; "form": { "alias": "form"; "required": false; }; "logger": { "alias": "logger"; "required": false; }; }, { "success": "success"; "error": "error"; "ready": "ready"; }, never, never, true, never>; | ||
} |
@@ -8,2 +8,3 @@ import { ModuleWithProviders } from '@angular/core'; | ||
import * as i4 from "./components/sign-up-or-in-flow/sign-up-or-in-flow.component"; | ||
import * as i5 from "./components/user-management/user-management.component"; | ||
export declare class DescopeAuthModule { | ||
@@ -13,4 +14,4 @@ constructor(parentModule?: DescopeAuthModule); | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DescopeAuthModule, [{ optional: true; skipSelf: true; }]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DescopeAuthModule, never, [typeof i1.DescopeComponent, typeof i2.SignInFlowComponent, typeof i3.SignUpFlowComponent, typeof i4.SignUpOrInFlowComponent], [typeof i1.DescopeComponent, typeof i2.SignInFlowComponent, typeof i3.SignUpFlowComponent, typeof i4.SignUpOrInFlowComponent]>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<DescopeAuthModule, never, [typeof i1.DescopeComponent, typeof i2.SignInFlowComponent, typeof i3.SignUpFlowComponent, typeof i4.SignUpOrInFlowComponent, typeof i5.UserManagementComponent], [typeof i1.DescopeComponent, typeof i2.SignInFlowComponent, typeof i3.SignUpFlowComponent, typeof i4.SignUpOrInFlowComponent, typeof i5.UserManagementComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<DescopeAuthModule>; | ||
} |
{ | ||
"name": "@descope/angular-sdk", | ||
"version": "0.0.0-next-76bff126-20240104", | ||
"version": "0.0.0-next-7906a6ee-20240222", | ||
"peerDependencies": { | ||
@@ -19,3 +19,4 @@ "@angular/common": ">=16.0.0", | ||
"dependencies": { | ||
"@descope/web-component": "3.4.3", | ||
"@descope/user-management-widget": "0.0.9", | ||
"@descope/web-component": "3.8.2", | ||
"tslib": "^2.3.0" | ||
@@ -22,0 +23,0 @@ }, |
@@ -9,2 +9,3 @@ export * from './lib/services/descope-auth.service'; | ||
export * from './lib/components/sign-up-or-in-flow/sign-up-or-in-flow.component'; | ||
export * from './lib/components/user-management/user-management.component'; | ||
export * from './lib/types/types'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
176096
34
1492
6
+ Added@descope/core-js-sdk@2.10.0(transitive)
+ Added@descope/user-management-widget@0.0.9(transitive)
+ Added@descope/web-component@3.8.2(transitive)
+ Added@descope/web-js-sdk@1.10.0(transitive)
+ Added@reduxjs/toolkit@2.5.1(transitive)
+ Addedimmer@10.1.1(transitive)
+ Addedredux@5.0.1(transitive)
+ Addedredux-thunk@3.1.0(transitive)
+ Addedreselect@5.0.15.1.1(transitive)
- Removed@descope/core-js-sdk@2.5.1(transitive)
- Removed@descope/web-component@3.4.3(transitive)
- Removed@descope/web-js-sdk@1.8.3(transitive)
Updated@descope/web-component@3.8.2