@acorex/modules 20.6.3 → 20.6.4

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.
Files changed (26) hide show
  1. package/fesm2022/{acorex-modules-auth-acorex-modules-auth-CAGlVzjD.mjs → acorex-modules-auth-acorex-modules-auth-D2RpP22p.mjs} +10 -10
  2. package/fesm2022/{acorex-modules-auth-acorex-modules-auth-CAGlVzjD.mjs.map → acorex-modules-auth-acorex-modules-auth-D2RpP22p.mjs.map} +1 -1
  3. package/fesm2022/{acorex-modules-auth-app-chooser.component-BAoN8dn6.mjs → acorex-modules-auth-app-chooser.component-BI3wED24.mjs} +2 -2
  4. package/fesm2022/{acorex-modules-auth-app-chooser.component-BAoN8dn6.mjs.map → acorex-modules-auth-app-chooser.component-BI3wED24.mjs.map} +1 -1
  5. package/fesm2022/{acorex-modules-auth-login.module-CToi7k63.mjs → acorex-modules-auth-login.module-CceKXOOB.mjs} +4 -4
  6. package/fesm2022/{acorex-modules-auth-login.module-CToi7k63.mjs.map → acorex-modules-auth-login.module-CceKXOOB.mjs.map} +1 -1
  7. package/fesm2022/{acorex-modules-auth-master.layout-YZfKfaoC.mjs → acorex-modules-auth-master.layout-knGLhLSY.mjs} +2 -2
  8. package/fesm2022/{acorex-modules-auth-master.layout-YZfKfaoC.mjs.map → acorex-modules-auth-master.layout-knGLhLSY.mjs.map} +1 -1
  9. package/fesm2022/{acorex-modules-auth-oauth-callback.component-CKQh5Mpa.mjs → acorex-modules-auth-oauth-callback.component-BmxjkoNA.mjs} +2 -2
  10. package/fesm2022/{acorex-modules-auth-oauth-callback.component-CKQh5Mpa.mjs.map → acorex-modules-auth-oauth-callback.component-BmxjkoNA.mjs.map} +1 -1
  11. package/fesm2022/acorex-modules-auth-password.component-BMLK4drm.mjs +563 -0
  12. package/fesm2022/acorex-modules-auth-password.component-BMLK4drm.mjs.map +1 -0
  13. package/fesm2022/{acorex-modules-auth-password.component-Jskc80kr.mjs → acorex-modules-auth-password.component-BhPfqSA_.mjs} +6 -6
  14. package/fesm2022/{acorex-modules-auth-password.component-Jskc80kr.mjs.map → acorex-modules-auth-password.component-BhPfqSA_.mjs.map} +1 -1
  15. package/fesm2022/{acorex-modules-auth-routes-BOofdLjr.mjs → acorex-modules-auth-routes-BtenIM-p.mjs} +2 -2
  16. package/fesm2022/{acorex-modules-auth-routes-BOofdLjr.mjs.map → acorex-modules-auth-routes-BtenIM-p.mjs.map} +1 -1
  17. package/fesm2022/{acorex-modules-auth-two-factor-code.component-BmlUjtYC.mjs → acorex-modules-auth-two-factor-code.component-Bk0jHCv_.mjs} +3 -3
  18. package/fesm2022/{acorex-modules-auth-two-factor-code.component-BmlUjtYC.mjs.map → acorex-modules-auth-two-factor-code.component-Bk0jHCv_.mjs.map} +1 -1
  19. package/fesm2022/{acorex-modules-auth-two-factor.module-Bc39IBha.mjs → acorex-modules-auth-two-factor.module-BUSxDCwt.mjs} +3 -3
  20. package/fesm2022/{acorex-modules-auth-two-factor.module-Bc39IBha.mjs.map → acorex-modules-auth-two-factor.module-BUSxDCwt.mjs.map} +1 -1
  21. package/fesm2022/{acorex-modules-auth-user-sessions.component-BBX97AST.mjs → acorex-modules-auth-user-sessions.component-CbMB_YWS.mjs} +2 -2
  22. package/fesm2022/{acorex-modules-auth-user-sessions.component-BBX97AST.mjs.map → acorex-modules-auth-user-sessions.component-CbMB_YWS.mjs.map} +1 -1
  23. package/fesm2022/acorex-modules-auth.mjs +1 -1
  24. package/package.json +2 -2
  25. package/fesm2022/acorex-modules-auth-password.component-Dqb6GBes.mjs +0 -226
  26. 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-YZfKfaoC.mjs').then((c) => c.AXPAuthMasterLayoutComponent),
115
- loadChildren: () => import('./acorex-modules-auth-login.module-CToi7k63.mjs').then((c) => c.AXPSignInModule),
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-YZfKfaoC.mjs').then((c) => c.AXPAuthMasterLayoutComponent),
120
- loadChildren: () => import('./acorex-modules-auth-two-factor.module-Bc39IBha.mjs').then((c) => c.AXPTwoFactorModule),
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-YZfKfaoC.mjs').then((c) => c.AXPAuthMasterLayoutComponent),
125
- loadChildren: () => import('./acorex-modules-auth-routes-BOofdLjr.mjs').then((c) => c),
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-CKQh5Mpa.mjs').then((c) => c.AXPOAuthCallbackComponent),
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-BBX97AST.mjs').then((c) => c.AXMUserSessionsComponent);
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-BAoN8dn6.mjs').then((c) => c.AXPAuthAppChooserComponent),
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-CAGlVzjD.mjs.map
770
+ //# sourceMappingURL=acorex-modules-auth-acorex-modules-auth-D2RpP22p.mjs.map