@acorex/modules 20.6.3 → 20.6.5
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/fesm2022/{acorex-modules-auth-acorex-modules-auth-CAGlVzjD.mjs → acorex-modules-auth-acorex-modules-auth-D2RpP22p.mjs} +10 -10
- package/fesm2022/{acorex-modules-auth-acorex-modules-auth-CAGlVzjD.mjs.map → acorex-modules-auth-acorex-modules-auth-D2RpP22p.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-app-chooser.component-BAoN8dn6.mjs → acorex-modules-auth-app-chooser.component-BI3wED24.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-app-chooser.component-BAoN8dn6.mjs.map → acorex-modules-auth-app-chooser.component-BI3wED24.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-login.module-CToi7k63.mjs → acorex-modules-auth-login.module-CceKXOOB.mjs} +4 -4
- package/fesm2022/{acorex-modules-auth-login.module-CToi7k63.mjs.map → acorex-modules-auth-login.module-CceKXOOB.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-master.layout-YZfKfaoC.mjs → acorex-modules-auth-master.layout-knGLhLSY.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-master.layout-YZfKfaoC.mjs.map → acorex-modules-auth-master.layout-knGLhLSY.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-oauth-callback.component-CKQh5Mpa.mjs → acorex-modules-auth-oauth-callback.component-BmxjkoNA.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-oauth-callback.component-CKQh5Mpa.mjs.map → acorex-modules-auth-oauth-callback.component-BmxjkoNA.mjs.map} +1 -1
- package/fesm2022/acorex-modules-auth-password.component-BMLK4drm.mjs +563 -0
- package/fesm2022/acorex-modules-auth-password.component-BMLK4drm.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-password.component-Jskc80kr.mjs → acorex-modules-auth-password.component-BhPfqSA_.mjs} +6 -6
- package/fesm2022/{acorex-modules-auth-password.component-Jskc80kr.mjs.map → acorex-modules-auth-password.component-BhPfqSA_.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-routes-BOofdLjr.mjs → acorex-modules-auth-routes-BtenIM-p.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-routes-BOofdLjr.mjs.map → acorex-modules-auth-routes-BtenIM-p.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-two-factor-code.component-BmlUjtYC.mjs → acorex-modules-auth-two-factor-code.component-Bk0jHCv_.mjs} +3 -3
- package/fesm2022/{acorex-modules-auth-two-factor-code.component-BmlUjtYC.mjs.map → acorex-modules-auth-two-factor-code.component-Bk0jHCv_.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-two-factor.module-Bc39IBha.mjs → acorex-modules-auth-two-factor.module-BUSxDCwt.mjs} +3 -3
- package/fesm2022/{acorex-modules-auth-two-factor.module-Bc39IBha.mjs.map → acorex-modules-auth-two-factor.module-BUSxDCwt.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-user-sessions.component-BBX97AST.mjs → acorex-modules-auth-user-sessions.component-CbMB_YWS.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-user-sessions.component-BBX97AST.mjs.map → acorex-modules-auth-user-sessions.component-CbMB_YWS.mjs.map} +1 -1
- package/fesm2022/acorex-modules-auth.mjs +1 -1
- package/package.json +6 -6
- package/fesm2022/acorex-modules-auth-password.component-Dqb6GBes.mjs +0 -226
- package/fesm2022/acorex-modules-auth-password.component-Dqb6GBes.mjs.map +0 -1
|
@@ -111,22 +111,22 @@ const routes = [
|
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
path: '',
|
|
114
|
-
loadComponent: () => import('./acorex-modules-auth-master.layout-
|
|
115
|
-
loadChildren: () => import('./acorex-modules-auth-login.module-
|
|
114
|
+
loadComponent: () => import('./acorex-modules-auth-master.layout-knGLhLSY.mjs').then((c) => c.AXPAuthMasterLayoutComponent),
|
|
115
|
+
loadChildren: () => import('./acorex-modules-auth-login.module-CceKXOOB.mjs').then((c) => c.AXPSignInModule),
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
118
|
path: '',
|
|
119
|
-
loadComponent: () => import('./acorex-modules-auth-master.layout-
|
|
120
|
-
loadChildren: () => import('./acorex-modules-auth-two-factor.module-
|
|
119
|
+
loadComponent: () => import('./acorex-modules-auth-master.layout-knGLhLSY.mjs').then((c) => c.AXPAuthMasterLayoutComponent),
|
|
120
|
+
loadChildren: () => import('./acorex-modules-auth-two-factor.module-BUSxDCwt.mjs').then((c) => c.AXPTwoFactorModule),
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
path: '',
|
|
124
|
-
loadComponent: () => import('./acorex-modules-auth-master.layout-
|
|
125
|
-
loadChildren: () => import('./acorex-modules-auth-routes-
|
|
124
|
+
loadComponent: () => import('./acorex-modules-auth-master.layout-knGLhLSY.mjs').then((c) => c.AXPAuthMasterLayoutComponent),
|
|
125
|
+
loadChildren: () => import('./acorex-modules-auth-routes-BtenIM-p.mjs').then((c) => c),
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
path: 'axp-oauth-callback',
|
|
129
|
-
loadComponent: () => import('./acorex-modules-auth-oauth-callback.component-
|
|
129
|
+
loadComponent: () => import('./acorex-modules-auth-oauth-callback.component-BmxjkoNA.mjs').then((c) => c.AXPOAuthCallbackComponent),
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
132
|
path: 'account',
|
|
@@ -284,7 +284,7 @@ class AXMAuthProfileSlotComponent {
|
|
|
284
284
|
this.router.navigate(['/auth/login']);
|
|
285
285
|
}
|
|
286
286
|
async openUserSession() {
|
|
287
|
-
const com = await import('./acorex-modules-auth-user-sessions.component-
|
|
287
|
+
const com = await import('./acorex-modules-auth-user-sessions.component-CbMB_YWS.mjs').then((c) => c.AXMUserSessionsComponent);
|
|
288
288
|
this.popupService.open(com, {
|
|
289
289
|
size: this.platform.is('Mobile') || this.platform.is('SM') ? 'full' : 'sm',
|
|
290
290
|
title: await this.translateService.translateAsync('@auth:profile.sessions.title'),
|
|
@@ -582,7 +582,7 @@ function routesFacory() {
|
|
|
582
582
|
},
|
|
583
583
|
{
|
|
584
584
|
path: 'app-chooser',
|
|
585
|
-
loadComponent: () => import('./acorex-modules-auth-app-chooser.component-
|
|
585
|
+
loadComponent: () => import('./acorex-modules-auth-app-chooser.component-BI3wED24.mjs').then((c) => c.AXPAuthAppChooserComponent),
|
|
586
586
|
canActivate: [AXPAuthGuard, canActivateAppChooser],
|
|
587
587
|
},
|
|
588
588
|
];
|
|
@@ -767,4 +767,4 @@ var AXMSessionStatusTypes;
|
|
|
767
767
|
*/
|
|
768
768
|
|
|
769
769
|
export { AXM_AUTH_CONFIG_TOKEN as A, AXMAuthenticationTypes as a, AXPTenantChooserDropdownComponent as b, AXPAppChooserListComponent as c, AXMUserDeviceSessionsService as d, AXMAuthErrorHandler as e, AXMDefaultAuthConfigs as f, configAuthModule as g, AXMAuthModule as h, AXMSessionStatusTypes as i, AXPIdleService as j, AXMDeviceSessionsService as k, AXMDeviceSessionsServiceImpl as l };
|
|
770
|
-
//# sourceMappingURL=acorex-modules-auth-acorex-modules-auth-
|
|
770
|
+
//# sourceMappingURL=acorex-modules-auth-acorex-modules-auth-D2RpP22p.mjs.map
|