@volosoft/abp.ng.theme.lepton-x 3.0.0-rc.3 → 3.0.1

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/esm2022/account/account/account-layout.component.mjs +3 -3
  2. package/esm2022/account/account/account-layout.module.mjs +4 -4
  3. package/esm2022/account/account/components/auth-wrapper/auth-wrapper.component.mjs +3 -3
  4. package/esm2022/account/account/components/tenant-box/tenant-box.component.mjs +3 -3
  5. package/esm2022/layouts/empty-layout/empty-layout.component.mjs +3 -3
  6. package/esm2022/layouts/side-menu/layout/side-menu-application-layout.component.mjs +5 -5
  7. package/esm2022/layouts/side-menu/layout/side-menu-layout.module.mjs +4 -4
  8. package/esm2022/layouts/top-menu/layout/top-menu-application-layout.component.mjs +6 -5
  9. package/esm2022/layouts/top-menu/layout/top-menu-layout.module.mjs +4 -4
  10. package/esm2022/lib/components/abp-validation-error/abp-validation-error.component.mjs +3 -3
  11. package/esm2022/lib/components/abp-validation-error/abp-validation-error.module.mjs +4 -4
  12. package/esm2022/lib/components/http-error/http-error.component.mjs +3 -3
  13. package/esm2022/lib/enums/components.mjs +1 -1
  14. package/esm2022/lib/lepton-x.module.mjs +4 -4
  15. package/esm2022/lib/services/abp-auth.service.mjs +3 -3
  16. package/esm2022/lib/services/abp-create-error-component.service.mjs +3 -3
  17. package/esm2022/lib/services/abp-settings.service.mjs +3 -3
  18. package/esm2022/lib/services/abp-toolbar.service.mjs +3 -3
  19. package/esm2022/lib/services/abp-translate.service.mjs +3 -3
  20. package/fesm2022/volosoft-abp.ng.theme.lepton-x-account.mjs +13 -13
  21. package/fesm2022/volosoft-abp.ng.theme.lepton-x-layouts.mjs +20 -19
  22. package/fesm2022/volosoft-abp.ng.theme.lepton-x-layouts.mjs.map +1 -1
  23. package/fesm2022/volosoft-abp.ng.theme.lepton-x.mjs +29 -29
  24. package/layouts/top-menu/layout/top-menu-application-layout.component.d.ts +1 -0
  25. package/lib/enums/components.d.ts +0 -1
  26. package/package.json +6 -6
@@ -39,8 +39,8 @@ class AbpValidationErrorComponent extends ValidationErrorComponent {
39
39
  return error;
40
40
  });
41
41
  }
42
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpValidationErrorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
43
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.6", type: AbpValidationErrorComponent, selector: "abp-validation-error", usesInheritance: true, ngImport: i0, template: `
42
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpValidationErrorComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
43
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.0.8", type: AbpValidationErrorComponent, selector: "abp-validation-error", usesInheritance: true, ngImport: i0, template: `
44
44
  <span class="text-danger" data-valmsg-for="Role.Name" data-valmsg-replace="true"
45
45
  ><span *ngFor="let error of abpErrors; trackBy: trackByFn">
46
46
  {{ error.message | abpLocalization: error.interpoliteParams }}</span
@@ -48,7 +48,7 @@ class AbpValidationErrorComponent extends ValidationErrorComponent {
48
48
  >
49
49
  `, isInline: true, styles: [":host-context{order:3}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "pipe", type: i1$1.LocalizationPipe, name: "abpLocalization" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
50
50
  }
51
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpValidationErrorComponent, decorators: [{
51
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpValidationErrorComponent, decorators: [{
52
52
  type: Component,
53
53
  args: [{ selector: 'abp-validation-error', template: `
54
54
  <span class="text-danger" data-valmsg-for="Role.Name" data-valmsg-replace="true"
@@ -79,11 +79,11 @@ class AbpValidationErrorModule {
79
79
  ],
80
80
  };
81
81
  }
82
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpValidationErrorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
83
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.6", ngImport: i0, type: AbpValidationErrorModule, declarations: [AbpValidationErrorComponent], imports: [CommonModule, CoreModule, NgxValidateCoreModule], exports: [AbpValidationErrorComponent, NgxValidateCoreModule] }); }
84
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpValidationErrorModule, imports: [CommonModule, CoreModule, NgxValidateCoreModule, NgxValidateCoreModule] }); }
82
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpValidationErrorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
83
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: AbpValidationErrorModule, declarations: [AbpValidationErrorComponent], imports: [CommonModule, CoreModule, NgxValidateCoreModule], exports: [AbpValidationErrorComponent, NgxValidateCoreModule] }); }
84
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpValidationErrorModule, imports: [CommonModule, CoreModule, NgxValidateCoreModule, NgxValidateCoreModule] }); }
85
85
  }
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpValidationErrorModule, decorators: [{
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpValidationErrorModule, decorators: [{
87
87
  type: NgModule,
88
88
  args: [{
89
89
  declarations: [AbpValidationErrorComponent],
@@ -137,10 +137,10 @@ class HttpErrorComponent {
137
137
  this.location.back();
138
138
  }
139
139
  }
140
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: HttpErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
141
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.6", type: HttpErrorComponent, isStandalone: true, selector: "abp-http-error", ngImport: i0, template: "<ng-container *abpReplaceableTemplate=\"{ componentKey: errorComponentKey }\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-10 col-md-11 mx-auto\">\r\n <div\r\n class=\"d-flex flex-column justify-content-center min-vh-100 align-items-center\"\r\n >\r\n <div class=\"card\">\r\n <div class=\"card-body p-lg-5\">\r\n <div class=\"row\">\r\n <div class=\"col-auto d-flex align-items-center\">\r\n <i\r\n class=\"bi bi-emoji-frown text-primary mb-3 mb-md-0 mx-3 mx-md-4\"\r\n style=\"font-size: 12em\"\r\n ></i>\r\n </div>\r\n <div class=\"col ps-2 ps-lg-4\">\r\n <div class=\"status-content\">\r\n <h1 class=\"fw-bolder display-1 text-brand\">\r\n {{ status }}\r\n </h1>\r\n <h2 class=\"mb-0\">{{ statusText | abpLocalization }}</h2>\r\n <h5 class=\"text-muted\">{{ detail | abpLocalization }}</h5>\r\n\r\n @if(lastSuccessfulNavigationUrl && status !== 403){\r\n <a\r\n href=\"javascript:void(0)\"\r\n class=\"btn btn-primary soft me-2\"\r\n (click)=\"goBack()\"\r\n >\r\n {{ 'AbpUi::GoBack' | abpLocalization }}\r\n </a>\r\n }\r\n <a\r\n href=\"javascript:void(0)\"\r\n class=\"btn btn-primary\"\r\n routerLink=\"/\"\r\n >\r\n {{ 'AbpUi::GoHomePage' | abpLocalization }}\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</ng-container>\r\n", dependencies: [{ kind: "directive", type: ReplaceableTemplateDirective, selector: "[abpReplaceableTemplate]", inputs: ["abpReplaceableTemplate"] }] }); }
140
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: HttpErrorComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
141
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "17.0.8", type: HttpErrorComponent, isStandalone: true, selector: "abp-http-error", ngImport: i0, template: "<ng-container *abpReplaceableTemplate=\"{ componentKey: errorComponentKey }\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-10 col-md-11 mx-auto\">\r\n <div\r\n class=\"d-flex flex-column justify-content-center min-vh-100 align-items-center\"\r\n >\r\n <div class=\"card\">\r\n <div class=\"card-body p-lg-5\">\r\n <div class=\"row\">\r\n <div class=\"col-auto d-flex align-items-center\">\r\n <i\r\n class=\"bi bi-emoji-frown text-primary mb-3 mb-md-0 mx-3 mx-md-4\"\r\n style=\"font-size: 12em\"\r\n ></i>\r\n </div>\r\n <div class=\"col ps-2 ps-lg-4\">\r\n <div class=\"status-content\">\r\n <h1 class=\"fw-bolder display-1 text-brand\">\r\n {{ status }}\r\n </h1>\r\n <h2 class=\"mb-0\">{{ statusText | abpLocalization }}</h2>\r\n <h5 class=\"text-muted\">{{ detail | abpLocalization }}</h5>\r\n\r\n @if(lastSuccessfulNavigationUrl && status !== 403){\r\n <a\r\n href=\"javascript:void(0)\"\r\n class=\"btn btn-primary soft me-2\"\r\n (click)=\"goBack()\"\r\n >\r\n {{ 'AbpUi::GoBack' | abpLocalization }}\r\n </a>\r\n }\r\n <a\r\n href=\"javascript:void(0)\"\r\n class=\"btn btn-primary\"\r\n routerLink=\"/\"\r\n >\r\n {{ 'AbpUi::GoHomePage' | abpLocalization }}\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</ng-container>\r\n", dependencies: [{ kind: "directive", type: ReplaceableTemplateDirective, selector: "[abpReplaceableTemplate]", inputs: ["abpReplaceableTemplate"] }] }); }
142
142
  }
143
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: HttpErrorComponent, decorators: [{
143
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: HttpErrorComponent, decorators: [{
144
144
  type: Component,
145
145
  args: [{ standalone: true, selector: 'abp-http-error', imports: [ReplaceableTemplateDirective], template: "<ng-container *abpReplaceableTemplate=\"{ componentKey: errorComponentKey }\">\r\n <div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-lg-10 col-md-11 mx-auto\">\r\n <div\r\n class=\"d-flex flex-column justify-content-center min-vh-100 align-items-center\"\r\n >\r\n <div class=\"card\">\r\n <div class=\"card-body p-lg-5\">\r\n <div class=\"row\">\r\n <div class=\"col-auto d-flex align-items-center\">\r\n <i\r\n class=\"bi bi-emoji-frown text-primary mb-3 mb-md-0 mx-3 mx-md-4\"\r\n style=\"font-size: 12em\"\r\n ></i>\r\n </div>\r\n <div class=\"col ps-2 ps-lg-4\">\r\n <div class=\"status-content\">\r\n <h1 class=\"fw-bolder display-1 text-brand\">\r\n {{ status }}\r\n </h1>\r\n <h2 class=\"mb-0\">{{ statusText | abpLocalization }}</h2>\r\n <h5 class=\"text-muted\">{{ detail | abpLocalization }}</h5>\r\n\r\n @if(lastSuccessfulNavigationUrl && status !== 403){\r\n <a\r\n href=\"javascript:void(0)\"\r\n class=\"btn btn-primary soft me-2\"\r\n (click)=\"goBack()\"\r\n >\r\n {{ 'AbpUi::GoBack' | abpLocalization }}\r\n </a>\r\n }\r\n <a\r\n href=\"javascript:void(0)\"\r\n class=\"btn btn-primary\"\r\n routerLink=\"/\"\r\n >\r\n {{ 'AbpUi::GoHomePage' | abpLocalization }}\r\n </a>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</ng-container>\r\n" }]
146
146
  }], ctorParameters: () => [] });
@@ -252,10 +252,10 @@ class AbpSettingsService {
252
252
  this.sessionService.setLanguage(lang?.cultureName || '');
253
253
  });
254
254
  }
255
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpSettingsService, deps: [{ token: i1$1.SessionStateService }, { token: i1$1.ConfigStateService }, { token: i2.LanguageService }, { token: i2.UserProfileService }, { token: PROFILE_PICTURE }, { token: NAVIGATE_TO_MANAGE_PROFILE }, { token: NAVIGATE_TO_MY_SECURITY_LOGS }, { token: OPEN_MY_LINK_USERS_MODAL, optional: true }, { token: i3.UserMenuService }], target: i0.ɵɵFactoryTarget.Injectable }); }
256
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpSettingsService, providedIn: 'root' }); }
255
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpSettingsService, deps: [{ token: i1$1.SessionStateService }, { token: i1$1.ConfigStateService }, { token: i2.LanguageService }, { token: i2.UserProfileService }, { token: PROFILE_PICTURE }, { token: NAVIGATE_TO_MANAGE_PROFILE }, { token: NAVIGATE_TO_MY_SECURITY_LOGS }, { token: OPEN_MY_LINK_USERS_MODAL, optional: true }, { token: i3.UserMenuService }], target: i0.ɵɵFactoryTarget.Injectable }); }
256
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpSettingsService, providedIn: 'root' }); }
257
257
  }
258
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpSettingsService, decorators: [{
258
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpSettingsService, decorators: [{
259
259
  type: Injectable,
260
260
  args: [{ providedIn: 'root' }]
261
261
  }], ctorParameters: () => [{ type: i1$1.SessionStateService }, { type: i1$1.ConfigStateService }, { type: i2.LanguageService }, { type: i2.UserProfileService }, { type: i4.BehaviorSubject, decorators: [{
@@ -292,10 +292,10 @@ class AbpCreateErrorComponentService extends CreateErrorComponentService {
292
292
  const queryParams = { status: instance.status };
293
293
  this.router.navigate([this.httpErrorPath], { queryParams });
294
294
  }
295
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpCreateErrorComponentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
296
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpCreateErrorComponentService }); }
295
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpCreateErrorComponentService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
296
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpCreateErrorComponentService }); }
297
297
  }
298
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpCreateErrorComponentService, decorators: [{
298
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpCreateErrorComponentService, decorators: [{
299
299
  type: Injectable
300
300
  }] });
301
301
 
@@ -312,10 +312,10 @@ class AbpToolbarService {
312
312
  this.toolbar.setItems(items);
313
313
  });
314
314
  }
315
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpToolbarService, deps: [{ token: i1$2.ToolbarService }, { token: i3.NavItemsService }, { token: i1$1.PermissionService }], target: i0.ɵɵFactoryTarget.Injectable }); }
316
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpToolbarService, providedIn: 'root' }); }
315
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpToolbarService, deps: [{ token: i1$2.ToolbarService }, { token: i3.NavItemsService }, { token: i1$1.PermissionService }], target: i0.ɵɵFactoryTarget.Injectable }); }
316
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpToolbarService, providedIn: 'root' }); }
317
317
  }
318
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpToolbarService, decorators: [{
318
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpToolbarService, decorators: [{
319
319
  type: Injectable,
320
320
  args: [{
321
321
  providedIn: 'root',
@@ -351,10 +351,10 @@ class AbpTranslateService {
351
351
  const keys = flatArrayDeepToObject(this.translateKeys);
352
352
  return keys[key] ? keys[key] : key.includes('::') ? key : undefined;
353
353
  }
354
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpTranslateService, deps: [{ token: i1$1.LocalizationService }, { token: LPX_TRANSLATE_KEY_MAP_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable }); }
355
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpTranslateService }); }
354
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpTranslateService, deps: [{ token: i1$1.LocalizationService }, { token: LPX_TRANSLATE_KEY_MAP_TOKEN }], target: i0.ɵɵFactoryTarget.Injectable }); }
355
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpTranslateService }); }
356
356
  }
357
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpTranslateService, decorators: [{
357
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpTranslateService, decorators: [{
358
358
  type: Injectable
359
359
  }], ctorParameters: () => [{ type: i1$1.LocalizationService }, { type: Array, decorators: [{
360
360
  type: Inject,
@@ -370,10 +370,10 @@ class AbpAuthService {
370
370
  navigateToLogin() {
371
371
  this.authService.navigateToLogin();
372
372
  }
373
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpAuthService, deps: [{ token: i2.UserProfileService }, { token: i1$1.AuthService }], target: i0.ɵɵFactoryTarget.Injectable }); }
374
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpAuthService }); }
373
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpAuthService, deps: [{ token: i2.UserProfileService }, { token: i1$1.AuthService }], target: i0.ɵɵFactoryTarget.Injectable }); }
374
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpAuthService }); }
375
375
  }
376
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: AbpAuthService, decorators: [{
376
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: AbpAuthService, decorators: [{
377
377
  type: Injectable
378
378
  }], ctorParameters: () => [{ type: i2.UserProfileService }, { type: i1$1.AuthService }] });
379
379
 
@@ -576,11 +576,11 @@ class ThemeLeptonXModule {
576
576
  ],
577
577
  };
578
578
  }
579
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: ThemeLeptonXModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
580
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.6", ngImport: i0, type: ThemeLeptonXModule }); }
581
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: ThemeLeptonXModule }); }
579
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeLeptonXModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
580
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.0.8", ngImport: i0, type: ThemeLeptonXModule }); }
581
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeLeptonXModule }); }
582
582
  }
583
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.6", ngImport: i0, type: ThemeLeptonXModule, decorators: [{
583
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.8", ngImport: i0, type: ThemeLeptonXModule, decorators: [{
584
584
  type: NgModule
585
585
  }] });
586
586
  function createLpxModuleOptions(options) {
@@ -10,6 +10,7 @@ export declare class TopMenuApplicationLayoutComponent {
10
10
  mobileNavbarKey: eThemeLeptonXComponents;
11
11
  pageAlertContainerKey: eThemeLeptonXComponents;
12
12
  settingsKey: eThemeLeptonXComponents;
13
+ logoKey: eThemeLeptonXComponents;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<TopMenuApplicationLayoutComponent, never>;
14
15
  static ɵcmp: i0.ɵɵComponentDeclaration<TopMenuApplicationLayoutComponent, "abp-top-menu-application-layout", never, {}, {}, never, never, false, never>;
15
16
  }
@@ -11,7 +11,6 @@ export declare const enum eThemeLeptonXComponents {
11
11
  Navbar = "Theme.NavbarComponent",
12
12
  NavbarMobile = "Theme.NavbarMobileComponent",
13
13
  NavItems = "Theme.NavItemsComponent",
14
- Sidebar = "Theme.Sidebar",
15
14
  Breadcrumb = "Theme.Breadcrumb",
16
15
  PageAlertContainer = "Theme.PageAlertContainerComponent",
17
16
  Toolbar = "Theme.ToolbarComponent",
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@volosoft/abp.ng.theme.lepton-x",
3
- "version": "3.0.0-rc.3",
3
+ "version": "3.0.1",
4
4
  "homepage": "https://www.leptontheme.com/",
5
5
  "dependencies": {
6
6
  "tslib": "^2.3.0",
7
7
  "@ng-bootstrap/ng-bootstrap": "~16.0.0",
8
- "@abp/ng.theme.shared": "~8.0.0-rc.3",
9
- "@volo/abp.commercial.ng.ui": "~8.0.0-rc.3",
10
- "@volo/abp.ng.account.core": "~8.0.0-rc.3",
11
- "@volo/abp.ng.lepton-x.core": "~3.0.0-rc.3",
12
- "@volosoft/ngx-lepton-x": "~3.0.0-rc.3"
8
+ "@abp/ng.theme.shared": "~8.0.1",
9
+ "@volo/abp.commercial.ng.ui": "~8.0.1",
10
+ "@volo/abp.ng.account.core": "~8.0.1",
11
+ "@volo/abp.ng.lepton-x.core": "~3.0.1",
12
+ "@volosoft/ngx-lepton-x": "~3.0.1"
13
13
  },
14
14
  "publishConfig": {
15
15
  "access": "public"