@volosoft/abp.ng.theme.lepton-x 2.2.1 → 2.3.0-rc.2

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 (130) hide show
  1. package/README.md +129 -1
  2. package/account/account/account-layout.component.d.ts +6 -6
  3. package/account/account/account-layout.module.d.ts +20 -22
  4. package/account/account/components/auth-wrapper/auth-wrapper.component.d.ts +7 -8
  5. package/account/account/components/index.d.ts +2 -2
  6. package/account/account/components/tenant-box/tenant-box.component.d.ts +7 -8
  7. package/account/account/index.d.ts +3 -3
  8. package/account/index.d.ts +1 -1
  9. package/assets/css/abp-bundle.css +4 -0
  10. package/assets/css/abp-bundle.rtl.css +4 -0
  11. package/esm2022/account/account/account-layout.component.mjs +20 -0
  12. package/esm2022/account/account/account-layout.module.mjs +52 -0
  13. package/esm2022/account/account/components/auth-wrapper/auth-wrapper.component.mjs +29 -0
  14. package/{esm2020 → esm2022}/account/account/components/index.mjs +2 -2
  15. package/esm2022/account/account/components/tenant-box/tenant-box.component.mjs +22 -0
  16. package/{esm2020 → esm2022}/account/account/index.mjs +3 -3
  17. package/{esm2020 → esm2022}/account/index.mjs +1 -1
  18. package/{esm2020 → esm2022}/account/volosoft-abp.ng.theme.lepton-x-account.mjs +4 -4
  19. package/{esm2020 → esm2022}/index.mjs +1 -1
  20. package/{esm2020 → esm2022}/layouts/index.mjs +2 -2
  21. package/{esm2020 → esm2022}/layouts/side-menu/index.mjs +1 -1
  22. package/{esm2020 → esm2022}/layouts/side-menu/layout/index.mjs +3 -3
  23. package/{esm2020 → esm2022}/layouts/side-menu/layout/providers/index.mjs +1 -1
  24. package/{esm2020 → esm2022}/layouts/side-menu/layout/providers/translate.provider.mjs +16 -16
  25. package/esm2022/layouts/side-menu/layout/side-menu-application-layout.component.mjs +30 -0
  26. package/esm2022/layouts/side-menu/layout/side-menu-layout.module.mjs +74 -0
  27. package/{esm2020 → esm2022}/layouts/top-menu/index.mjs +1 -1
  28. package/{esm2020 → esm2022}/layouts/top-menu/layout/index.mjs +1 -1
  29. package/{esm2020 → esm2022}/layouts/top-menu/layout/providers/index.mjs +1 -1
  30. package/{esm2020 → esm2022}/layouts/top-menu/layout/providers/translate.provider.mjs +12 -12
  31. package/esm2022/layouts/top-menu/layout/top-menu-application-layout.component.mjs +28 -0
  32. package/esm2022/layouts/top-menu/layout/top-menu-layout.module.mjs +79 -0
  33. package/{esm2020 → esm2022}/layouts/volosoft-abp.ng.theme.lepton-x-layouts.mjs +4 -4
  34. package/esm2022/lib/components/abp-validation-error/abp-validation-error.component.mjs +52 -0
  35. package/esm2022/lib/components/abp-validation-error/abp-validation-error.module.mjs +40 -0
  36. package/{esm2020 → esm2022}/lib/components/abp-validation-error/index.mjs +2 -2
  37. package/esm2022/lib/components/http-error/http-error.component.mjs +45 -0
  38. package/esm2022/lib/components/http-error/http-error.module.mjs +26 -0
  39. package/{esm2020 → esm2022}/lib/components/http-error/index.mjs +2 -2
  40. package/{esm2020 → esm2022}/lib/components/index.mjs +2 -2
  41. package/{esm2020 → esm2022}/lib/enums/components.mjs +1 -1
  42. package/{esm2020 → esm2022}/lib/enums/index.mjs +2 -2
  43. package/{esm2020 → esm2022}/lib/enums/user-menu-items.mjs +9 -9
  44. package/{esm2020 → esm2022}/lib/index.mjs +5 -5
  45. package/esm2022/lib/lepton-x.module.mjs +60 -0
  46. package/esm2022/lib/providers/account-layout.provider.mjs +20 -0
  47. package/{esm2020 → esm2022}/lib/providers/init-service.provider.mjs +18 -18
  48. package/{esm2020 → esm2022}/lib/providers/style.provider.mjs +17 -17
  49. package/{esm2020 → esm2022}/lib/providers/translate.provider.mjs +21 -21
  50. package/{esm2020 → esm2022}/lib/providers/user-menu-service.provider.mjs +88 -88
  51. package/esm2022/lib/services/abp-auth.service.mjs +24 -0
  52. package/esm2022/lib/services/abp-settings.service.mjs +125 -0
  53. package/esm2022/lib/services/abp-toolbar.service.mjs +33 -0
  54. package/esm2022/lib/services/abp-translate.service.mjs +47 -0
  55. package/{esm2020 → esm2022}/lib/services/index.mjs +4 -4
  56. package/{esm2020 → esm2022}/lib/tokens/index.mjs +1 -1
  57. package/{esm2020 → esm2022}/lib/tokens/translate-key-map.mjs +2 -2
  58. package/{esm2020 → esm2022}/volosoft-abp.ng.theme.lepton-x.mjs +4 -4
  59. package/fesm2022/volosoft-abp.ng.theme.lepton-x-account.mjs +108 -0
  60. package/fesm2022/volosoft-abp.ng.theme.lepton-x-account.mjs.map +1 -0
  61. package/{fesm2015 → fesm2022}/volosoft-abp.ng.theme.lepton-x-layouts.mjs +188 -188
  62. package/fesm2022/volosoft-abp.ng.theme.lepton-x-layouts.mjs.map +1 -0
  63. package/{fesm2020 → fesm2022}/volosoft-abp.ng.theme.lepton-x.mjs +502 -483
  64. package/fesm2022/volosoft-abp.ng.theme.lepton-x.mjs.map +1 -0
  65. package/index.d.ts +1 -1
  66. package/layouts/index.d.ts +2 -2
  67. package/layouts/side-menu/index.d.ts +1 -1
  68. package/layouts/side-menu/layout/index.d.ts +3 -3
  69. package/layouts/side-menu/layout/providers/index.d.ts +1 -1
  70. package/layouts/side-menu/layout/providers/translate.provider.d.ts +2 -2
  71. package/layouts/side-menu/layout/side-menu-application-layout.component.d.ts +17 -17
  72. package/layouts/side-menu/layout/side-menu-layout.module.d.ts +15 -15
  73. package/layouts/top-menu/index.d.ts +1 -1
  74. package/layouts/top-menu/layout/index.d.ts +1 -1
  75. package/layouts/top-menu/layout/providers/index.d.ts +1 -1
  76. package/layouts/top-menu/layout/providers/translate.provider.d.ts +2 -2
  77. package/layouts/top-menu/layout/top-menu-application-layout.component.d.ts +15 -15
  78. package/layouts/top-menu/layout/top-menu-layout.module.d.ts +16 -16
  79. package/lib/components/abp-validation-error/abp-validation-error.component.d.ts +9 -9
  80. package/lib/components/abp-validation-error/abp-validation-error.module.d.ts +12 -12
  81. package/lib/components/abp-validation-error/index.d.ts +2 -2
  82. package/lib/components/http-error/http-error.component.d.ts +10 -10
  83. package/lib/components/http-error/http-error.module.d.ts +13 -13
  84. package/lib/components/http-error/index.d.ts +2 -2
  85. package/lib/components/index.d.ts +2 -2
  86. package/lib/enums/components.d.ts +20 -20
  87. package/lib/enums/index.d.ts +2 -2
  88. package/lib/enums/user-menu-items.d.ts +8 -8
  89. package/lib/index.d.ts +5 -5
  90. package/lib/lepton-x.module.d.ts +11 -11
  91. package/lib/providers/account-layout.provider.d.ts +8 -0
  92. package/lib/providers/init-service.provider.d.ts +6 -6
  93. package/lib/providers/style.provider.d.ts +3 -3
  94. package/lib/providers/translate.provider.d.ts +6 -6
  95. package/lib/providers/user-menu-service.provider.d.ts +8 -8
  96. package/lib/services/abp-auth.service.d.ts +12 -12
  97. package/lib/services/abp-settings.service.d.ts +26 -26
  98. package/lib/services/abp-toolbar.service.d.ts +13 -13
  99. package/lib/services/abp-translate.service.d.ts +14 -14
  100. package/lib/services/index.d.ts +4 -4
  101. package/lib/tokens/index.d.ts +1 -1
  102. package/lib/tokens/translate-key-map.d.ts +4 -4
  103. package/package.json +37 -29
  104. package/esm2020/account/account/account-layout.component.mjs +0 -19
  105. package/esm2020/account/account/account-layout.module.mjs +0 -71
  106. package/esm2020/account/account/components/auth-wrapper/auth-wrapper.component.mjs +0 -20
  107. package/esm2020/account/account/components/tenant-box/tenant-box.component.mjs +0 -20
  108. package/esm2020/layouts/side-menu/layout/side-menu-application-layout.component.mjs +0 -29
  109. package/esm2020/layouts/side-menu/layout/side-menu-layout.module.mjs +0 -73
  110. package/esm2020/layouts/top-menu/layout/top-menu-application-layout.component.mjs +0 -27
  111. package/esm2020/layouts/top-menu/layout/top-menu-layout.module.mjs +0 -78
  112. package/esm2020/lib/components/abp-validation-error/abp-validation-error.component.mjs +0 -51
  113. package/esm2020/lib/components/abp-validation-error/abp-validation-error.module.mjs +0 -39
  114. package/esm2020/lib/components/http-error/http-error.component.mjs +0 -44
  115. package/esm2020/lib/components/http-error/http-error.module.mjs +0 -25
  116. package/esm2020/lib/lepton-x.module.mjs +0 -57
  117. package/esm2020/lib/services/abp-auth.service.mjs +0 -23
  118. package/esm2020/lib/services/abp-settings.service.mjs +0 -124
  119. package/esm2020/lib/services/abp-toolbar.service.mjs +0 -32
  120. package/esm2020/lib/services/abp-translate.service.mjs +0 -46
  121. package/fesm2015/volosoft-abp.ng.theme.lepton-x-account.mjs +0 -121
  122. package/fesm2015/volosoft-abp.ng.theme.lepton-x-account.mjs.map +0 -1
  123. package/fesm2015/volosoft-abp.ng.theme.lepton-x-layouts.mjs.map +0 -1
  124. package/fesm2015/volosoft-abp.ng.theme.lepton-x.mjs +0 -542
  125. package/fesm2015/volosoft-abp.ng.theme.lepton-x.mjs.map +0 -1
  126. package/fesm2020/volosoft-abp.ng.theme.lepton-x-account.mjs +0 -121
  127. package/fesm2020/volosoft-abp.ng.theme.lepton-x-account.mjs.map +0 -1
  128. package/fesm2020/volosoft-abp.ng.theme.lepton-x-layouts.mjs +0 -219
  129. package/fesm2020/volosoft-abp.ng.theme.lepton-x-layouts.mjs.map +0 -1
  130. package/fesm2020/volosoft-abp.ng.theme.lepton-x.mjs.map +0 -1
@@ -0,0 +1,33 @@
1
+ import { Injectable } from '@angular/core';
2
+ import { ToolbarService } from '@volosoft/ngx-lepton-x/layouts';
3
+ import { NavItemsService } from '@abp/ng.theme.shared';
4
+ import { switchMap } from 'rxjs/operators';
5
+ import { PermissionService } from '@abp/ng.core';
6
+ import * as i0 from "@angular/core";
7
+ import * as i1 from "@volosoft/ngx-lepton-x/layouts";
8
+ import * as i2 from "@abp/ng.theme.shared";
9
+ import * as i3 from "@abp/ng.core";
10
+ class AbpToolbarService {
11
+ constructor(toolbar, navItems, permissionService) {
12
+ this.toolbar = toolbar;
13
+ this.navItems = navItems;
14
+ this.permissionService = permissionService;
15
+ }
16
+ listenNavItems() {
17
+ this.navItems.items$
18
+ .pipe(switchMap((items) => this.permissionService.filterItemsByPolicy$(items)))
19
+ .subscribe((items) => {
20
+ this.toolbar.setItems(items);
21
+ });
22
+ }
23
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AbpToolbarService, deps: [{ token: i1.ToolbarService }, { token: i2.NavItemsService }, { token: i3.PermissionService }], target: i0.ɵɵFactoryTarget.Injectable }); }
24
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AbpToolbarService, providedIn: 'root' }); }
25
+ }
26
+ export { AbpToolbarService };
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AbpToolbarService, decorators: [{
28
+ type: Injectable,
29
+ args: [{
30
+ providedIn: 'root',
31
+ }]
32
+ }], ctorParameters: function () { return [{ type: i1.ToolbarService }, { type: i2.NavItemsService }, { type: i3.PermissionService }]; } });
33
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWJwLXRvb2xiYXIuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvdm9sby1sZXB0b24teC9zcmMvbGliL3NlcnZpY2VzL2FicC10b29sYmFyLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzQyxPQUFPLEVBQWUsY0FBYyxFQUFFLE1BQU0sZ0NBQWdDLENBQUM7QUFDN0UsT0FBTyxFQUFXLGVBQWUsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUMzQyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxjQUFjLENBQUM7Ozs7O0FBRWpELE1BR2EsaUJBQWlCO0lBQzVCLFlBQ1UsT0FBdUIsRUFDdkIsUUFBeUIsRUFDekIsaUJBQW9DO1FBRnBDLFlBQU8sR0FBUCxPQUFPLENBQWdCO1FBQ3ZCLGFBQVEsR0FBUixRQUFRLENBQWlCO1FBQ3pCLHNCQUFpQixHQUFqQixpQkFBaUIsQ0FBbUI7SUFDM0MsQ0FBQztJQUVKLGNBQWM7UUFDWixJQUFJLENBQUMsUUFBUSxDQUFDLE1BQU07YUFDakIsSUFBSSxDQUNILFNBQVMsQ0FBQyxDQUFDLEtBQWdCLEVBQUUsRUFBRSxDQUM3QixJQUFJLENBQUMsaUJBQWlCLENBQUMsb0JBQW9CLENBQUMsS0FBSyxDQUFDLENBQ25ELENBQ0Y7YUFDQSxTQUFTLENBQUMsQ0FBQyxLQUFLLEVBQUUsRUFBRTtZQUNuQixJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxLQUFzQixDQUFDLENBQUM7UUFDaEQsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDOzhHQWpCVSxpQkFBaUI7a0hBQWpCLGlCQUFpQixjQUZoQixNQUFNOztTQUVQLGlCQUFpQjsyRkFBakIsaUJBQWlCO2tCQUg3QixVQUFVO21CQUFDO29CQUNWLFVBQVUsRUFBRSxNQUFNO2lCQUNuQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgVG9vbGJhckl0ZW0sIFRvb2xiYXJTZXJ2aWNlIH0gZnJvbSAnQHZvbG9zb2Z0L25neC1sZXB0b24teC9sYXlvdXRzJztcclxuaW1wb3J0IHsgTmF2SXRlbSwgTmF2SXRlbXNTZXJ2aWNlIH0gZnJvbSAnQGFicC9uZy50aGVtZS5zaGFyZWQnO1xyXG5pbXBvcnQgeyBzd2l0Y2hNYXAgfSBmcm9tICdyeGpzL29wZXJhdG9ycyc7XHJcbmltcG9ydCB7IFBlcm1pc3Npb25TZXJ2aWNlIH0gZnJvbSAnQGFicC9uZy5jb3JlJztcclxuXHJcbkBJbmplY3RhYmxlKHtcclxuICBwcm92aWRlZEluOiAncm9vdCcsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBBYnBUb29sYmFyU2VydmljZSB7XHJcbiAgY29uc3RydWN0b3IoXHJcbiAgICBwcml2YXRlIHRvb2xiYXI6IFRvb2xiYXJTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSBuYXZJdGVtczogTmF2SXRlbXNTZXJ2aWNlLFxyXG4gICAgcHJpdmF0ZSBwZXJtaXNzaW9uU2VydmljZTogUGVybWlzc2lvblNlcnZpY2VcclxuICApIHt9XHJcblxyXG4gIGxpc3Rlbk5hdkl0ZW1zKCkge1xyXG4gICAgdGhpcy5uYXZJdGVtcy5pdGVtcyRcclxuICAgICAgLnBpcGUoXHJcbiAgICAgICAgc3dpdGNoTWFwKChpdGVtczogTmF2SXRlbVtdKSA9PlxyXG4gICAgICAgICAgdGhpcy5wZXJtaXNzaW9uU2VydmljZS5maWx0ZXJJdGVtc0J5UG9saWN5JChpdGVtcylcclxuICAgICAgICApXHJcbiAgICAgIClcclxuICAgICAgLnN1YnNjcmliZSgoaXRlbXMpID0+IHtcclxuICAgICAgICB0aGlzLnRvb2xiYXIuc2V0SXRlbXMoaXRlbXMgYXMgVG9vbGJhckl0ZW1bXSk7XHJcbiAgICAgIH0pO1xyXG4gIH1cclxufVxyXG4iXX0=
@@ -0,0 +1,47 @@
1
+ import { Inject, Injectable } from '@angular/core';
2
+ import { LocalizationService } from '@abp/ng.core';
3
+ import { flatArrayDeepToObject, } from '@volo/ngx-lepton-x.core';
4
+ import { of } from 'rxjs';
5
+ import { LPX_TRANSLATE_KEY_MAP_TOKEN } from '../tokens/translate-key-map';
6
+ import * as i0 from "@angular/core";
7
+ import * as i1 from "@abp/ng.core";
8
+ class AbpTranslateService {
9
+ constructor(localization, translateKeys) {
10
+ this.localization = localization;
11
+ this.translateKeys = translateKeys;
12
+ }
13
+ get(key, defaultValue) {
14
+ const keyToTranslate = this.getKey(key);
15
+ if (keyToTranslate) {
16
+ return this.localization.instant({
17
+ key: keyToTranslate,
18
+ defaultValue,
19
+ });
20
+ }
21
+ return defaultValue || key;
22
+ }
23
+ get$(key, defaultValue) {
24
+ const keyToTranslate = this.getKey(key);
25
+ if (keyToTranslate) {
26
+ return this.localization.get({
27
+ key: keyToTranslate,
28
+ defaultValue,
29
+ });
30
+ }
31
+ return of(defaultValue || key);
32
+ }
33
+ getKey(key) {
34
+ const keys = flatArrayDeepToObject(this.translateKeys);
35
+ return keys[key] ? keys[key] : key.includes('::') ? key : undefined;
36
+ }
37
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AbpTranslateService, deps: [{ token: i1.LocalizationService }, { token: LPX_TRANSLATE_KEY_MAP_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable }); }
38
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AbpTranslateService }); }
39
+ }
40
+ export { AbpTranslateService };
41
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AbpTranslateService, decorators: [{
42
+ type: Injectable
43
+ }], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: Array, decorators: [{
44
+ type: Inject,
45
+ args: [LPX_TRANSLATE_KEY_MAP_TOKEN]
46
+ }] }]; } });
47
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWJwLXRyYW5zbGF0ZS5zZXJ2aWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy92b2xvLWxlcHRvbi14L3NyYy9saWIvc2VydmljZXMvYWJwLXRyYW5zbGF0ZS5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxNQUFNLEVBQUUsVUFBVSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ25ELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGNBQWMsQ0FBQztBQUNuRCxPQUFPLEVBQ0wscUJBQXFCLEdBRXRCLE1BQU0seUJBQXlCLENBQUM7QUFDakMsT0FBTyxFQUFjLEVBQUUsRUFBRSxNQUFNLE1BQU0sQ0FBQztBQUN0QyxPQUFPLEVBQUUsMkJBQTJCLEVBQUUsTUFBTSw2QkFBNkIsQ0FBQzs7O0FBRTFFLE1BQ2EsbUJBQW1CO0lBQzlCLFlBQ1UsWUFBaUMsRUFFakMsYUFBeUI7UUFGekIsaUJBQVksR0FBWixZQUFZLENBQXFCO1FBRWpDLGtCQUFhLEdBQWIsYUFBYSxDQUFZO0lBQ2hDLENBQUM7SUFFSixHQUFHLENBQUMsR0FBVyxFQUFFLFlBQWdDO1FBQy9DLE1BQU0sY0FBYyxHQUFHLElBQUksQ0FBQyxNQUFNLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDeEMsSUFBSSxjQUFjLEVBQUU7WUFDbEIsT0FBTyxJQUFJLENBQUMsWUFBWSxDQUFDLE9BQU8sQ0FBQztnQkFDL0IsR0FBRyxFQUFFLGNBQWM7Z0JBQ25CLFlBQVk7YUFDYixDQUFDLENBQUM7U0FDSjtRQUVELE9BQU8sWUFBWSxJQUFJLEdBQUcsQ0FBQztJQUM3QixDQUFDO0lBRUQsSUFBSSxDQUFDLEdBQVcsRUFBRSxZQUFnQztRQUNoRCxNQUFNLGNBQWMsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDLEdBQUcsQ0FBQyxDQUFDO1FBQ3hDLElBQUksY0FBYyxFQUFFO1lBQ2xCLE9BQU8sSUFBSSxDQUFDLFlBQVksQ0FBQyxHQUFHLENBQUM7Z0JBQzNCLEdBQUcsRUFBRSxjQUFjO2dCQUNuQixZQUFZO2FBQ2IsQ0FBQyxDQUFDO1NBQ0o7UUFFRCxPQUFPLEVBQUUsQ0FBQyxZQUFZLElBQUksR0FBRyxDQUFDLENBQUM7SUFDakMsQ0FBQztJQUVPLE1BQU0sQ0FBQyxHQUFXO1FBQ3hCLE1BQU0sSUFBSSxHQUFHLHFCQUFxQixDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQztRQUN2RCxPQUFPLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQyxHQUFHLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztJQUN0RSxDQUFDOzhHQWxDVSxtQkFBbUIscURBR3BCLDJCQUEyQjtrSEFIMUIsbUJBQW1COztTQUFuQixtQkFBbUI7MkZBQW5CLG1CQUFtQjtrQkFEL0IsVUFBVTs7MEJBSU4sTUFBTTsyQkFBQywyQkFBMkIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBJbmplY3QsIEluamVjdGFibGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgTG9jYWxpemF0aW9uU2VydmljZSB9IGZyb20gJ0BhYnAvbmcuY29yZSc7XHJcbmltcG9ydCB7XHJcbiAgZmxhdEFycmF5RGVlcFRvT2JqZWN0LFxyXG4gIFRyYW5zbGF0ZVNlcnZpY2UsXHJcbn0gZnJvbSAnQHZvbG8vbmd4LWxlcHRvbi14LmNvcmUnO1xyXG5pbXBvcnQgeyBPYnNlcnZhYmxlLCBvZiB9IGZyb20gJ3J4anMnO1xyXG5pbXBvcnQgeyBMUFhfVFJBTlNMQVRFX0tFWV9NQVBfVE9LRU4gfSBmcm9tICcuLi90b2tlbnMvdHJhbnNsYXRlLWtleS1tYXAnO1xyXG5cclxuQEluamVjdGFibGUoKVxyXG5leHBvcnQgY2xhc3MgQWJwVHJhbnNsYXRlU2VydmljZSBpbXBsZW1lbnRzIFRyYW5zbGF0ZVNlcnZpY2Uge1xyXG4gIGNvbnN0cnVjdG9yKFxyXG4gICAgcHJpdmF0ZSBsb2NhbGl6YXRpb246IExvY2FsaXphdGlvblNlcnZpY2UsXHJcbiAgICBASW5qZWN0KExQWF9UUkFOU0xBVEVfS0VZX01BUF9UT0tFTilcclxuICAgIHByaXZhdGUgdHJhbnNsYXRlS2V5czogQXJyYXk8YW55PlxyXG4gICkge31cclxuXHJcbiAgZ2V0KGtleTogc3RyaW5nLCBkZWZhdWx0VmFsdWU6IHN0cmluZyB8IHVuZGVmaW5lZCk6IHN0cmluZyB7XHJcbiAgICBjb25zdCBrZXlUb1RyYW5zbGF0ZSA9IHRoaXMuZ2V0S2V5KGtleSk7XHJcbiAgICBpZiAoa2V5VG9UcmFuc2xhdGUpIHtcclxuICAgICAgcmV0dXJuIHRoaXMubG9jYWxpemF0aW9uLmluc3RhbnQoe1xyXG4gICAgICAgIGtleToga2V5VG9UcmFuc2xhdGUsXHJcbiAgICAgICAgZGVmYXVsdFZhbHVlLFxyXG4gICAgICB9KTtcclxuICAgIH1cclxuXHJcbiAgICByZXR1cm4gZGVmYXVsdFZhbHVlIHx8IGtleTtcclxuICB9XHJcblxyXG4gIGdldCQoa2V5OiBzdHJpbmcsIGRlZmF1bHRWYWx1ZTogc3RyaW5nIHwgdW5kZWZpbmVkKTogT2JzZXJ2YWJsZTxzdHJpbmc+IHtcclxuICAgIGNvbnN0IGtleVRvVHJhbnNsYXRlID0gdGhpcy5nZXRLZXkoa2V5KTtcclxuICAgIGlmIChrZXlUb1RyYW5zbGF0ZSkge1xyXG4gICAgICByZXR1cm4gdGhpcy5sb2NhbGl6YXRpb24uZ2V0KHtcclxuICAgICAgICBrZXk6IGtleVRvVHJhbnNsYXRlLFxyXG4gICAgICAgIGRlZmF1bHRWYWx1ZSxcclxuICAgICAgfSk7XHJcbiAgICB9XHJcblxyXG4gICAgcmV0dXJuIG9mKGRlZmF1bHRWYWx1ZSB8fCBrZXkpO1xyXG4gIH1cclxuXHJcbiAgcHJpdmF0ZSBnZXRLZXkoa2V5OiBzdHJpbmcpOiBzdHJpbmcgfCB1bmRlZmluZWQge1xyXG4gICAgY29uc3Qga2V5cyA9IGZsYXRBcnJheURlZXBUb09iamVjdCh0aGlzLnRyYW5zbGF0ZUtleXMpO1xyXG4gICAgcmV0dXJuIGtleXNba2V5XSA/IGtleXNba2V5XSA6IGtleS5pbmNsdWRlcygnOjonKSA/IGtleSA6IHVuZGVmaW5lZDtcclxuICB9XHJcbn1cclxuIl19
@@ -1,5 +1,5 @@
1
- export * from './abp-settings.service';
2
- export * from './abp-toolbar.service';
3
- export * from './abp-translate.service';
4
- export * from './abp-auth.service';
1
+ export * from './abp-settings.service';
2
+ export * from './abp-toolbar.service';
3
+ export * from './abp-translate.service';
4
+ export * from './abp-auth.service';
5
5
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3ZvbG8tbGVwdG9uLXgvc3JjL2xpYi9zZXJ2aWNlcy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHdCQUF3QixDQUFDO0FBQ3ZDLGNBQWMsdUJBQXVCLENBQUM7QUFDdEMsY0FBYyx5QkFBeUIsQ0FBQztBQUN4QyxjQUFjLG9CQUFvQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9hYnAtc2V0dGluZ3Muc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vYWJwLXRvb2xiYXIuc2VydmljZSc7XHJcbmV4cG9ydCAqIGZyb20gJy4vYWJwLXRyYW5zbGF0ZS5zZXJ2aWNlJztcclxuZXhwb3J0ICogZnJvbSAnLi9hYnAtYXV0aC5zZXJ2aWNlJztcclxuIl19
@@ -1,2 +1,2 @@
1
- export * from './translate-key-map';
1
+ export * from './translate-key-map';
2
2
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3ZvbG8tbGVwdG9uLXgvc3JjL2xpYi90b2tlbnMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyxxQkFBcUIsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vdHJhbnNsYXRlLWtleS1tYXAnO1xyXG4iXX0=
@@ -1,3 +1,3 @@
1
- import { InjectionToken } from '@angular/core';
2
- export const LPX_TRANSLATE_KEY_MAP_TOKEN = new InjectionToken('LPX_TRANSLATE_KEY_MAP_TOKEN');
1
+ import { InjectionToken } from '@angular/core';
2
+ export const LPX_TRANSLATE_KEY_MAP_TOKEN = new InjectionToken('LPX_TRANSLATE_KEY_MAP_TOKEN');
3
3
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidHJhbnNsYXRlLWtleS1tYXAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL3ZvbG8tbGVwdG9uLXgvc3JjL2xpYi90b2tlbnMvdHJhbnNsYXRlLWtleS1tYXAudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUUvQyxNQUFNLENBQUMsTUFBTSwyQkFBMkIsR0FBRyxJQUFJLGNBQWMsQ0FFMUQsNkJBQTZCLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEluamVjdGlvblRva2VuIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcblxyXG5leHBvcnQgY29uc3QgTFBYX1RSQU5TTEFURV9LRVlfTUFQX1RPS0VOID0gbmV3IEluamVjdGlvblRva2VuPHtcclxuICBba2V5OiBzdHJpbmddOiBzdHJpbmc7XHJcbn0+KCdMUFhfVFJBTlNMQVRFX0tFWV9NQVBfVE9LRU4nKTtcclxuIl19
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './index';
5
5
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidm9sb3NvZnQtYWJwLm5nLnRoZW1lLmxlcHRvbi14LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vbGlicy92b2xvLWxlcHRvbi14L3NyYy92b2xvc29mdC1hYnAubmcudGhlbWUubGVwdG9uLXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLFNBQVMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9pbmRleCc7XG4iXX0=
@@ -0,0 +1,108 @@
1
+ import * as i0 from '@angular/core';
2
+ import { inject, Component, NgModule } from '@angular/core';
3
+ import * as i1$1 from '@volosoft/ngx-lepton-x/layouts';
4
+ import { LpxAuthLayoutModule } from '@volosoft/ngx-lepton-x/layouts';
5
+ import * as i2 from '@abp/ng.core';
6
+ import { CoreModule } from '@abp/ng.core';
7
+ import * as i3 from '@abp/ng.theme.shared';
8
+ import { ThemeSharedModule } from '@abp/ng.theme.shared';
9
+ import { LpxContextMenuModule } from '@volosoft/ngx-lepton-x';
10
+ import * as i2$1 from '@ng-bootstrap/ng-bootstrap';
11
+ import { NgbDropdownModule } from '@ng-bootstrap/ng-bootstrap';
12
+ import * as i2$2 from '@volo/abp.ng.lepton-x.core';
13
+ import { PageAlertContainerModule } from '@volo/abp.ng.lepton-x.core';
14
+ import * as i3$1 from '@angular/router';
15
+ import { NgIf, AsyncPipe, NgFor } from '@angular/common';
16
+ import { TenantBoxService, AuthWrapperService } from '@volo/abp.ng.account.core';
17
+ import * as i1 from '@angular/forms';
18
+
19
+ class TenantBoxComponent {
20
+ constructor() {
21
+ this.service = inject(TenantBoxService);
22
+ }
23
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: TenantBoxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
24
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.6", type: TenantBoxComponent, isStandalone: true, selector: "abp-tenant-box", providers: [TenantBoxService], ngImport: i0, template: "<ng-container *ngIf=\"(service.currentTenant$ | async) || {} as currentTenant\">\r\n <hr />\r\n <div>\r\n <div class=\"tenant-switch-box\">\r\n <div class=\"row\">\r\n <div class=\"col pr-1 pb-2\">\r\n <h6 class=\"m0\">\r\n {{ 'AbpUiMultiTenancy::Tenant' | abpLocalization }}\r\n </h6>\r\n <i>{{\r\n currentTenant.name ||\r\n ('AbpUiMultiTenancy::NotSelected' | abpLocalization)\r\n }}</i>\r\n </div>\r\n\r\n <div class=\"col-auto pl-1\">\r\n <a\r\n id=\"abp-tenant-switch-link\"\r\n class=\"btn btn-sm btn-outline-primary float-end pointer\"\r\n (click)=\"service.onSwitch()\"\r\n href=\"javascript:void(0)\"\r\n >{{ 'AbpUiMultiTenancy::Switch' | abpLocalization }}</a\r\n >\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <hr />\r\n\r\n <abp-modal\r\n [(visible)]=\"service.isModalVisible\"\r\n [busy]=\"service.modalBusy\"\r\n size=\"md\"\r\n >\r\n <ng-template #abpHeader>\r\n <h5>Switch Tenant</h5>\r\n </ng-template>\r\n <ng-template #abpBody>\r\n <form (ngSubmit)=\"service.save()\">\r\n <div class=\"mt-2\">\r\n <div class=\"form-group\">\r\n <label for=\"name\">{{\r\n 'AbpUiMultiTenancy::Name' | abpLocalization\r\n }}</label>\r\n <input\r\n [(ngModel)]=\"service.name\"\r\n type=\"text\"\r\n id=\"name\"\r\n name=\"tenant\"\r\n class=\"form-control\"\r\n autofocus\r\n />\r\n </div>\r\n <p>{{ 'AbpUiMultiTenancy::SwitchTenantHint' | abpLocalization }}</p>\r\n </div>\r\n </form>\r\n </ng-template>\r\n <ng-template #abpFooter>\r\n <button abpClose type=\"button\" class=\"btn btn-secondary\">\r\n {{ 'AbpAccount::Cancel' | abpLocalization }}\r\n </button>\r\n <abp-button\r\n type=\"abp-button\"\r\n iconClass=\"fa fa-check\"\r\n (click)=\"service.save()\"\r\n [disabled]=\"currentTenant?.name === service.name\"\r\n >\r\n {{ 'AbpAccount::Save' | abpLocalization }}\r\n </abp-button>\r\n </ng-template>\r\n </abp-modal>\r\n</ng-container>\r\n", dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "ngmodule", type: CoreModule }, { kind: "directive", type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i1.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "pipe", type: i2.LocalizationPipe, name: "abpLocalization" }, { kind: "directive", type: i2.AutofocusDirective, selector: "[autofocus]", inputs: ["autofocus"] }, { kind: "ngmodule", type: ThemeSharedModule }, { kind: "component", type: i3.ButtonComponent, selector: "abp-button", inputs: ["buttonId", "buttonClass", "buttonType", "formName", "iconClass", "loading", "disabled", "attributes"], outputs: ["click", "focus", "blur", "abpClick", "abpFocus", "abpBlur"] }, { kind: "component", type: i3.ModalComponent, selector: "abp-modal", inputs: ["visible", "busy", "options", "suppressUnsavedChangesWarning"], outputs: ["visibleChange", "init", "appear", "disappear"] }, { kind: "directive", type: i3.ModalCloseDirective, selector: "[abpClose]" }] }); }
25
+ }
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: TenantBoxComponent, decorators: [{
27
+ type: Component,
28
+ args: [{ standalone: true, selector: 'abp-tenant-box', imports: [NgIf, NgFor, AsyncPipe, CoreModule, ThemeSharedModule], providers: [TenantBoxService], template: "<ng-container *ngIf=\"(service.currentTenant$ | async) || {} as currentTenant\">\r\n <hr />\r\n <div>\r\n <div class=\"tenant-switch-box\">\r\n <div class=\"row\">\r\n <div class=\"col pr-1 pb-2\">\r\n <h6 class=\"m0\">\r\n {{ 'AbpUiMultiTenancy::Tenant' | abpLocalization }}\r\n </h6>\r\n <i>{{\r\n currentTenant.name ||\r\n ('AbpUiMultiTenancy::NotSelected' | abpLocalization)\r\n }}</i>\r\n </div>\r\n\r\n <div class=\"col-auto pl-1\">\r\n <a\r\n id=\"abp-tenant-switch-link\"\r\n class=\"btn btn-sm btn-outline-primary float-end pointer\"\r\n (click)=\"service.onSwitch()\"\r\n href=\"javascript:void(0)\"\r\n >{{ 'AbpUiMultiTenancy::Switch' | abpLocalization }}</a\r\n >\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <hr />\r\n\r\n <abp-modal\r\n [(visible)]=\"service.isModalVisible\"\r\n [busy]=\"service.modalBusy\"\r\n size=\"md\"\r\n >\r\n <ng-template #abpHeader>\r\n <h5>Switch Tenant</h5>\r\n </ng-template>\r\n <ng-template #abpBody>\r\n <form (ngSubmit)=\"service.save()\">\r\n <div class=\"mt-2\">\r\n <div class=\"form-group\">\r\n <label for=\"name\">{{\r\n 'AbpUiMultiTenancy::Name' | abpLocalization\r\n }}</label>\r\n <input\r\n [(ngModel)]=\"service.name\"\r\n type=\"text\"\r\n id=\"name\"\r\n name=\"tenant\"\r\n class=\"form-control\"\r\n autofocus\r\n />\r\n </div>\r\n <p>{{ 'AbpUiMultiTenancy::SwitchTenantHint' | abpLocalization }}</p>\r\n </div>\r\n </form>\r\n </ng-template>\r\n <ng-template #abpFooter>\r\n <button abpClose type=\"button\" class=\"btn btn-secondary\">\r\n {{ 'AbpAccount::Cancel' | abpLocalization }}\r\n </button>\r\n <abp-button\r\n type=\"abp-button\"\r\n iconClass=\"fa fa-check\"\r\n (click)=\"service.save()\"\r\n [disabled]=\"currentTenant?.name === service.name\"\r\n >\r\n {{ 'AbpAccount::Save' | abpLocalization }}\r\n </abp-button>\r\n </ng-template>\r\n </abp-modal>\r\n</ng-container>\r\n" }]
29
+ }] });
30
+
31
+ class AuthWrapperComponent {
32
+ constructor() {
33
+ this.service = inject(AuthWrapperService);
34
+ }
35
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AuthWrapperComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
36
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.6", type: AuthWrapperComponent, isStandalone: true, selector: "abp-auth-wrapper", providers: [AuthWrapperService], ngImport: i0, template: "<div class=\"card mx-auto\" style=\"max-width: 30rem\">\r\n <div class=\"card-body p-3 p-sm-4\">\r\n <div class=\"align-items-start d-flex justify-content-between mb-2\">\r\n <h2 class=\"lpx-main-title lpx-login-title m-0 me-auto\">\r\n {{ service.pageLabel | abpLocalization }}\r\n </h2>\r\n\r\n <div ngbDropdown class=\"dropdown btn-group ms-auto\">\r\n <button\r\n ngbDropdownToggle\r\n *ngIf=\"service.defaultLanguage$ | async as defaultLang\"\r\n type=\"button\"\r\n id=\"dropdownMenuLink\"\r\n class=\"btn btn-sm btn-light dropdown-toggle\"\r\n aria-expanded=\"false\"\r\n data-bs-toggle=\"dropdown\"\r\n >\r\n <i class=\"bi bi-translate me-1\"></i>\r\n <span class=\"ml-2\">{{ defaultLang.displayName }}</span>\r\n </button>\r\n <ul ngbDropdownMenu class=\"dropdown-menu dropdown-menu-right\">\r\n <li>\r\n <a\r\n *ngFor=\"let lang of service.dropdownLanguages$ | async\"\r\n class=\"dropdown-item pointer\"\r\n (click)=\"service.onChangeLang(lang.cultureName)\"\r\n >\r\n {{ lang?.displayName }}\r\n </a>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n\r\n <ng-container\r\n *ngIf=\"\r\n (service.isMultiTenancyEnabled$ | async) && service.isTenantBoxVisible\r\n \"\r\n >\r\n <abp-tenant-box\r\n *abpReplaceableTemplate=\"{ componentKey: service.tenantBoxKey }\"\r\n ></abp-tenant-box>\r\n </ng-container>\r\n\r\n <div\r\n *ngIf=\"service.enableLocalLogin$ | async; else disableLocalLoginTemplate\"\r\n >\r\n <ng-content></ng-content>\r\n </div>\r\n\r\n <ng-template #disableLocalLoginTemplate>\r\n <div class=\"alert alert-warning\">\r\n <strong>{{\r\n 'AbpAccount::InvalidLoginRequest' | abpLocalization\r\n }}</strong>\r\n {{\r\n 'AbpAccount::ThereAreNoLoginSchemesConfiguredForThisClient'\r\n | abpLocalization\r\n }}\r\n </div>\r\n </ng-template>\r\n </div>\r\n</div>\r\n\r\n<div class=\"copyright text-center my-3\">\r\n <span class=\"copyright-text\"\r\n >2023 \u00A9\r\n <a\r\n href=\"https://leptontheme.com/\"\r\n class=\"text-dark text-decoration-none\"\r\n target=\"_blank\"\r\n >LeptonX Theme</a\r\n >\r\n by\r\n <a\r\n href=\"https://abp.io/\"\r\n class=\"text-brand text-decoration-none\"\r\n target=\"_blank\"\r\n >ABP Platform</a\r\n >\r\n </span>\r\n</div>\r\n", dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "pipe", type: AsyncPipe, name: "async" }, { kind: "ngmodule", type: CoreModule }, { kind: "pipe", type: i2.LocalizationPipe, name: "abpLocalization" }, { kind: "directive", type: i2.ReplaceableTemplateDirective, selector: "[abpReplaceableTemplate]", inputs: ["abpReplaceableTemplate"] }, { kind: "component", type: TenantBoxComponent, selector: "abp-tenant-box" }, { kind: "ngmodule", type: NgbDropdownModule }, { kind: "directive", type: i2$1.NgbDropdown, selector: "[ngbDropdown]", inputs: ["autoClose", "dropdownClass", "open", "placement", "popperOptions", "container", "display"], outputs: ["openChange"], exportAs: ["ngbDropdown"] }, { kind: "directive", type: i2$1.NgbDropdownToggle, selector: "[ngbDropdownToggle]" }, { kind: "directive", type: i2$1.NgbDropdownMenu, selector: "[ngbDropdownMenu]" }] }); }
37
+ }
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AuthWrapperComponent, decorators: [{
39
+ type: Component,
40
+ args: [{ standalone: true, selector: 'abp-auth-wrapper', imports: [
41
+ NgIf,
42
+ NgFor,
43
+ AsyncPipe,
44
+ CoreModule,
45
+ TenantBoxComponent,
46
+ NgbDropdownModule,
47
+ ], providers: [AuthWrapperService], template: "<div class=\"card mx-auto\" style=\"max-width: 30rem\">\r\n <div class=\"card-body p-3 p-sm-4\">\r\n <div class=\"align-items-start d-flex justify-content-between mb-2\">\r\n <h2 class=\"lpx-main-title lpx-login-title m-0 me-auto\">\r\n {{ service.pageLabel | abpLocalization }}\r\n </h2>\r\n\r\n <div ngbDropdown class=\"dropdown btn-group ms-auto\">\r\n <button\r\n ngbDropdownToggle\r\n *ngIf=\"service.defaultLanguage$ | async as defaultLang\"\r\n type=\"button\"\r\n id=\"dropdownMenuLink\"\r\n class=\"btn btn-sm btn-light dropdown-toggle\"\r\n aria-expanded=\"false\"\r\n data-bs-toggle=\"dropdown\"\r\n >\r\n <i class=\"bi bi-translate me-1\"></i>\r\n <span class=\"ml-2\">{{ defaultLang.displayName }}</span>\r\n </button>\r\n <ul ngbDropdownMenu class=\"dropdown-menu dropdown-menu-right\">\r\n <li>\r\n <a\r\n *ngFor=\"let lang of service.dropdownLanguages$ | async\"\r\n class=\"dropdown-item pointer\"\r\n (click)=\"service.onChangeLang(lang.cultureName)\"\r\n >\r\n {{ lang?.displayName }}\r\n </a>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n\r\n <ng-container\r\n *ngIf=\"\r\n (service.isMultiTenancyEnabled$ | async) && service.isTenantBoxVisible\r\n \"\r\n >\r\n <abp-tenant-box\r\n *abpReplaceableTemplate=\"{ componentKey: service.tenantBoxKey }\"\r\n ></abp-tenant-box>\r\n </ng-container>\r\n\r\n <div\r\n *ngIf=\"service.enableLocalLogin$ | async; else disableLocalLoginTemplate\"\r\n >\r\n <ng-content></ng-content>\r\n </div>\r\n\r\n <ng-template #disableLocalLoginTemplate>\r\n <div class=\"alert alert-warning\">\r\n <strong>{{\r\n 'AbpAccount::InvalidLoginRequest' | abpLocalization\r\n }}</strong>\r\n {{\r\n 'AbpAccount::ThereAreNoLoginSchemesConfiguredForThisClient'\r\n | abpLocalization\r\n }}\r\n </div>\r\n </ng-template>\r\n </div>\r\n</div>\r\n\r\n<div class=\"copyright text-center my-3\">\r\n <span class=\"copyright-text\"\r\n >2023 \u00A9\r\n <a\r\n href=\"https://leptontheme.com/\"\r\n class=\"text-dark text-decoration-none\"\r\n target=\"_blank\"\r\n >LeptonX Theme</a\r\n >\r\n by\r\n <a\r\n href=\"https://abp.io/\"\r\n class=\"text-brand text-decoration-none\"\r\n target=\"_blank\"\r\n >ABP Platform</a\r\n >\r\n </span>\r\n</div>\r\n" }]
48
+ }] });
49
+
50
+ class AccountLayoutComponent {
51
+ constructor() {
52
+ this.authWrapperKey = 'Account.AuthWrapper';
53
+ }
54
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AccountLayoutComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
55
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.0.6", type: AccountLayoutComponent, selector: "abp-account-layout", ngImport: i0, template: "<lpx-auth-layout>\r\n <abp-page-alert-container></abp-page-alert-container>\r\n <abp-auth-wrapper\r\n *abpReplaceableTemplate=\"{\r\n componentKey: authWrapperKey\r\n }\"\r\n >\r\n <router-outlet></router-outlet>\r\n </abp-auth-wrapper>\r\n</lpx-auth-layout>\r\n", dependencies: [{ kind: "component", type: i1$1.AuthLayoutComponent, selector: "lpx-auth-layout" }, { kind: "component", type: i2$2.PageAlertContainerComponent, selector: "abp-page-alert-container" }, { kind: "directive", type: i3$1.RouterOutlet, selector: "router-outlet", inputs: ["name"], outputs: ["activate", "deactivate", "attach", "detach"], exportAs: ["outlet"] }, { kind: "directive", type: i2.ReplaceableTemplateDirective, selector: "[abpReplaceableTemplate]", inputs: ["abpReplaceableTemplate"] }, { kind: "component", type: AuthWrapperComponent, selector: "abp-auth-wrapper" }] }); }
56
+ }
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AccountLayoutComponent, decorators: [{
58
+ type: Component,
59
+ args: [{ selector: 'abp-account-layout', template: "<lpx-auth-layout>\r\n <abp-page-alert-container></abp-page-alert-container>\r\n <abp-auth-wrapper\r\n *abpReplaceableTemplate=\"{\r\n componentKey: authWrapperKey\r\n }\"\r\n >\r\n <router-outlet></router-outlet>\r\n </abp-auth-wrapper>\r\n</lpx-auth-layout>\r\n" }]
60
+ }] });
61
+
62
+ class AccountLayoutModule {
63
+ static forRoot(options) {
64
+ return {
65
+ ngModule: AccountLayoutModule,
66
+ providers: [
67
+ LpxAuthLayoutModule.forRoot(options?.layout).providers,
68
+ ],
69
+ };
70
+ }
71
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AccountLayoutModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
72
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.0.6", ngImport: i0, type: AccountLayoutModule, declarations: [AccountLayoutComponent], imports: [LpxAuthLayoutModule,
73
+ LpxContextMenuModule,
74
+ PageAlertContainerModule,
75
+ CoreModule,
76
+ ThemeSharedModule,
77
+ NgbDropdownModule,
78
+ AuthWrapperComponent] }); }
79
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AccountLayoutModule, imports: [LpxAuthLayoutModule,
80
+ LpxContextMenuModule,
81
+ PageAlertContainerModule,
82
+ CoreModule,
83
+ ThemeSharedModule,
84
+ NgbDropdownModule,
85
+ AuthWrapperComponent] }); }
86
+ }
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.0.6", ngImport: i0, type: AccountLayoutModule, decorators: [{
88
+ type: NgModule,
89
+ args: [{
90
+ imports: [
91
+ LpxAuthLayoutModule,
92
+ LpxContextMenuModule,
93
+ PageAlertContainerModule,
94
+ CoreModule,
95
+ ThemeSharedModule,
96
+ NgbDropdownModule,
97
+ AuthWrapperComponent,
98
+ ],
99
+ declarations: [AccountLayoutComponent],
100
+ }]
101
+ }] });
102
+
103
+ /**
104
+ * Generated bundle index. Do not edit.
105
+ */
106
+
107
+ export { AccountLayoutComponent, AccountLayoutModule, AuthWrapperComponent, TenantBoxComponent };
108
+ //# sourceMappingURL=volosoft-abp.ng.theme.lepton-x-account.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"volosoft-abp.ng.theme.lepton-x-account.mjs","sources":["../../../../libs/volo-lepton-x/account/src/account/components/tenant-box/tenant-box.component.ts","../../../../libs/volo-lepton-x/account/src/account/components/tenant-box/tenant-box.component.html","../../../../libs/volo-lepton-x/account/src/account/components/auth-wrapper/auth-wrapper.component.ts","../../../../libs/volo-lepton-x/account/src/account/components/auth-wrapper/auth-wrapper.component.html","../../../../libs/volo-lepton-x/account/src/account/account-layout.component.ts","../../../../libs/volo-lepton-x/account/src/account/account-layout.component.html","../../../../libs/volo-lepton-x/account/src/account/account-layout.module.ts","../../../../libs/volo-lepton-x/account/src/volosoft-abp.ng.theme.lepton-x-account.ts"],"sourcesContent":["import { AsyncPipe, NgFor, NgIf } from '@angular/common';\r\nimport { Component, inject } from '@angular/core';\r\nimport { CoreModule } from '@abp/ng.core';\r\nimport { ThemeSharedModule } from '@abp/ng.theme.shared';\r\nimport { TenantBoxService } from '@volo/abp.ng.account.core';\r\n\r\n@Component({\r\n standalone: true,\r\n selector: 'abp-tenant-box',\r\n templateUrl: './tenant-box.component.html',\r\n imports: [NgIf, NgFor, AsyncPipe, CoreModule, ThemeSharedModule],\r\n providers: [TenantBoxService],\r\n})\r\nexport class TenantBoxComponent {\r\n protected readonly service = inject(TenantBoxService);\r\n}\r\n","<ng-container *ngIf=\"(service.currentTenant$ | async) || {} as currentTenant\">\r\n <hr />\r\n <div>\r\n <div class=\"tenant-switch-box\">\r\n <div class=\"row\">\r\n <div class=\"col pr-1 pb-2\">\r\n <h6 class=\"m0\">\r\n {{ 'AbpUiMultiTenancy::Tenant' | abpLocalization }}\r\n </h6>\r\n <i>{{\r\n currentTenant.name ||\r\n ('AbpUiMultiTenancy::NotSelected' | abpLocalization)\r\n }}</i>\r\n </div>\r\n\r\n <div class=\"col-auto pl-1\">\r\n <a\r\n id=\"abp-tenant-switch-link\"\r\n class=\"btn btn-sm btn-outline-primary float-end pointer\"\r\n (click)=\"service.onSwitch()\"\r\n href=\"javascript:void(0)\"\r\n >{{ 'AbpUiMultiTenancy::Switch' | abpLocalization }}</a\r\n >\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n <hr />\r\n\r\n <abp-modal\r\n [(visible)]=\"service.isModalVisible\"\r\n [busy]=\"service.modalBusy\"\r\n size=\"md\"\r\n >\r\n <ng-template #abpHeader>\r\n <h5>Switch Tenant</h5>\r\n </ng-template>\r\n <ng-template #abpBody>\r\n <form (ngSubmit)=\"service.save()\">\r\n <div class=\"mt-2\">\r\n <div class=\"form-group\">\r\n <label for=\"name\">{{\r\n 'AbpUiMultiTenancy::Name' | abpLocalization\r\n }}</label>\r\n <input\r\n [(ngModel)]=\"service.name\"\r\n type=\"text\"\r\n id=\"name\"\r\n name=\"tenant\"\r\n class=\"form-control\"\r\n autofocus\r\n />\r\n </div>\r\n <p>{{ 'AbpUiMultiTenancy::SwitchTenantHint' | abpLocalization }}</p>\r\n </div>\r\n </form>\r\n </ng-template>\r\n <ng-template #abpFooter>\r\n <button abpClose type=\"button\" class=\"btn btn-secondary\">\r\n {{ 'AbpAccount::Cancel' | abpLocalization }}\r\n </button>\r\n <abp-button\r\n type=\"abp-button\"\r\n iconClass=\"fa fa-check\"\r\n (click)=\"service.save()\"\r\n [disabled]=\"currentTenant?.name === service.name\"\r\n >\r\n {{ 'AbpAccount::Save' | abpLocalization }}\r\n </abp-button>\r\n </ng-template>\r\n </abp-modal>\r\n</ng-container>\r\n","import { AsyncPipe, NgFor, NgIf } from '@angular/common';\r\nimport { Component, inject } from '@angular/core';\r\nimport { CoreModule } from '@abp/ng.core';\r\nimport { AuthWrapperService } from '@volo/abp.ng.account.core';\r\nimport { TenantBoxComponent } from '../tenant-box/tenant-box.component';\r\nimport { NgbDropdownModule } from '@ng-bootstrap/ng-bootstrap';\r\n\r\n@Component({\r\n standalone: true,\r\n selector: 'abp-auth-wrapper',\r\n templateUrl: './auth-wrapper.component.html',\r\n imports: [\r\n NgIf,\r\n NgFor,\r\n AsyncPipe,\r\n CoreModule,\r\n TenantBoxComponent,\r\n NgbDropdownModule,\r\n ],\r\n providers: [AuthWrapperService],\r\n})\r\nexport class AuthWrapperComponent {\r\n protected readonly service = inject(AuthWrapperService);\r\n}\r\n","<div class=\"card mx-auto\" style=\"max-width: 30rem\">\r\n <div class=\"card-body p-3 p-sm-4\">\r\n <div class=\"align-items-start d-flex justify-content-between mb-2\">\r\n <h2 class=\"lpx-main-title lpx-login-title m-0 me-auto\">\r\n {{ service.pageLabel | abpLocalization }}\r\n </h2>\r\n\r\n <div ngbDropdown class=\"dropdown btn-group ms-auto\">\r\n <button\r\n ngbDropdownToggle\r\n *ngIf=\"service.defaultLanguage$ | async as defaultLang\"\r\n type=\"button\"\r\n id=\"dropdownMenuLink\"\r\n class=\"btn btn-sm btn-light dropdown-toggle\"\r\n aria-expanded=\"false\"\r\n data-bs-toggle=\"dropdown\"\r\n >\r\n <i class=\"bi bi-translate me-1\"></i>\r\n <span class=\"ml-2\">{{ defaultLang.displayName }}</span>\r\n </button>\r\n <ul ngbDropdownMenu class=\"dropdown-menu dropdown-menu-right\">\r\n <li>\r\n <a\r\n *ngFor=\"let lang of service.dropdownLanguages$ | async\"\r\n class=\"dropdown-item pointer\"\r\n (click)=\"service.onChangeLang(lang.cultureName)\"\r\n >\r\n {{ lang?.displayName }}\r\n </a>\r\n </li>\r\n </ul>\r\n </div>\r\n </div>\r\n\r\n <ng-container\r\n *ngIf=\"\r\n (service.isMultiTenancyEnabled$ | async) && service.isTenantBoxVisible\r\n \"\r\n >\r\n <abp-tenant-box\r\n *abpReplaceableTemplate=\"{ componentKey: service.tenantBoxKey }\"\r\n ></abp-tenant-box>\r\n </ng-container>\r\n\r\n <div\r\n *ngIf=\"service.enableLocalLogin$ | async; else disableLocalLoginTemplate\"\r\n >\r\n <ng-content></ng-content>\r\n </div>\r\n\r\n <ng-template #disableLocalLoginTemplate>\r\n <div class=\"alert alert-warning\">\r\n <strong>{{\r\n 'AbpAccount::InvalidLoginRequest' | abpLocalization\r\n }}</strong>\r\n {{\r\n 'AbpAccount::ThereAreNoLoginSchemesConfiguredForThisClient'\r\n | abpLocalization\r\n }}\r\n </div>\r\n </ng-template>\r\n </div>\r\n</div>\r\n\r\n<div class=\"copyright text-center my-3\">\r\n <span class=\"copyright-text\"\r\n >2023 ©\r\n <a\r\n href=\"https://leptontheme.com/\"\r\n class=\"text-dark text-decoration-none\"\r\n target=\"_blank\"\r\n >LeptonX Theme</a\r\n >\r\n by\r\n <a\r\n href=\"https://abp.io/\"\r\n class=\"text-brand text-decoration-none\"\r\n target=\"_blank\"\r\n >ABP Platform</a\r\n >\r\n </span>\r\n</div>\r\n","import { Component } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'abp-account-layout',\r\n templateUrl: './account-layout.component.html',\r\n})\r\nexport class AccountLayoutComponent {\r\n authWrapperKey = 'Account.AuthWrapper';\r\n}\r\n","<lpx-auth-layout>\r\n <abp-page-alert-container></abp-page-alert-container>\r\n <abp-auth-wrapper\r\n *abpReplaceableTemplate=\"{\r\n componentKey: authWrapperKey\r\n }\"\r\n >\r\n <router-outlet></router-outlet>\r\n </abp-auth-wrapper>\r\n</lpx-auth-layout>\r\n","import { ModuleWithProviders, NgModule, Provider } from '@angular/core';\r\nimport {\r\n LpxAuthLayoutModule,\r\n LpxAuthLayoutOptions,\r\n} from '@volosoft/ngx-lepton-x/layouts';\r\nimport { CoreModule } from '@abp/ng.core';\r\nimport { ThemeSharedModule } from '@abp/ng.theme.shared';\r\nimport { LpxContextMenuModule } from '@volosoft/ngx-lepton-x';\r\nimport { NgbDropdownModule } from '@ng-bootstrap/ng-bootstrap';\r\nimport { AccountLayoutComponent } from './account-layout.component';\r\nimport { PageAlertContainerModule } from '@volo/abp.ng.lepton-x.core';\r\nimport { AuthWrapperComponent } from './components';\r\n\r\nexport interface AccountLayoutOptions {\r\n layout?: LpxAuthLayoutOptions;\r\n}\r\n\r\n@NgModule({\r\n imports: [\r\n LpxAuthLayoutModule,\r\n LpxContextMenuModule,\r\n PageAlertContainerModule,\r\n CoreModule,\r\n ThemeSharedModule,\r\n NgbDropdownModule,\r\n AuthWrapperComponent,\r\n ],\r\n declarations: [AccountLayoutComponent],\r\n})\r\nexport class AccountLayoutModule {\r\n static forRoot(\r\n options?: AccountLayoutOptions\r\n ): ModuleWithProviders<AccountLayoutModule> {\r\n return {\r\n ngModule: AccountLayoutModule,\r\n providers: [\r\n LpxAuthLayoutModule.forRoot(options?.layout).providers as Provider,\r\n ],\r\n };\r\n }\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":["i1","i2","i3","i4","i5.AuthWrapperComponent"],"mappings":"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"}