@abp/ng.setting-management 9.3.0-rc.2 → 9.3.0-rc.3

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 (44) hide show
  1. package/config/index.d.ts +124 -4
  2. package/fesm2022/abp-ng.setting-management-config.mjs +13 -13
  3. package/fesm2022/abp-ng.setting-management-config.mjs.map +1 -1
  4. package/fesm2022/abp-ng.setting-management-proxy.mjs +6 -6
  5. package/fesm2022/abp-ng.setting-management-proxy.mjs.map +1 -1
  6. package/fesm2022/abp-ng.setting-management.mjs +11 -11
  7. package/fesm2022/abp-ng.setting-management.mjs.map +1 -1
  8. package/index.d.ts +48 -5
  9. package/package.json +3 -3
  10. package/proxy/index.d.ts +73 -5
  11. package/config/lib/components/email-setting-group/email-setting-group.component.d.ts +0 -32
  12. package/config/lib/enums/index.d.ts +0 -3
  13. package/config/lib/enums/policy-names.d.ts +0 -3
  14. package/config/lib/enums/route-names.d.ts +0 -3
  15. package/config/lib/enums/setting-tab-names.d.ts +0 -3
  16. package/config/lib/providers/features.token.d.ts +0 -7
  17. package/config/lib/providers/index.d.ts +0 -5
  18. package/config/lib/providers/route.provider.d.ts +0 -5
  19. package/config/lib/providers/setting-management-config.provider.d.ts +0 -1
  20. package/config/lib/providers/setting-tab.provider.d.ts +0 -2
  21. package/config/lib/providers/visible.provider.d.ts +0 -2
  22. package/config/lib/proxy/email-settings.service.d.ts +0 -16
  23. package/config/lib/proxy/index.d.ts +0 -2
  24. package/config/lib/proxy/models.d.ts +0 -28
  25. package/config/lib/services/index.d.ts +0 -1
  26. package/config/lib/services/settings-tabs.service.d.ts +0 -6
  27. package/config/lib/setting-management-config.module.d.ts +0 -12
  28. package/config/public-api.d.ts +0 -6
  29. package/lib/components/setting-management.component.d.ts +0 -14
  30. package/lib/enums/components.d.ts +0 -3
  31. package/lib/enums/index.d.ts +0 -2
  32. package/lib/enums/route-names.d.ts +0 -3
  33. package/lib/setting-management-routing.module.d.ts +0 -7
  34. package/lib/setting-management.module.d.ts +0 -16
  35. package/lib/setting-management.routes.d.ts +0 -3
  36. package/proxy/lib/proxy/email-settings.service.d.ts +0 -13
  37. package/proxy/lib/proxy/index.d.ts +0 -5
  38. package/proxy/lib/proxy/models.d.ts +0 -28
  39. package/proxy/lib/proxy/time-zone-settings.service.d.ts +0 -13
  40. package/proxy/lib/proxy/volo/abp/index.d.ts +0 -1
  41. package/proxy/lib/proxy/volo/abp/models.d.ts +0 -4
  42. package/proxy/lib/proxy/volo/index.d.ts +0 -2
  43. package/proxy/public-api.d.ts +0 -1
  44. package/public-api.d.ts +0 -4
@@ -26,10 +26,10 @@ class SettingManagementComponent {
26
26
  this.selected = this.settings[0];
27
27
  }));
28
28
  }
29
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: SettingManagementComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
30
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.1.8", type: SettingManagementComponent, isStandalone: true, selector: "abp-setting-management", ngImport: i0, template: "<abp-page [title]=\"'AbpSettingManagement::Settings' | abpLocalization\">\r\n <div id=\"SettingManagementWrapper\">\r\n <div class=\"card\">\r\n <div class=\"card-body\">\r\n <div class=\"row\">\r\n <div class=\"col-12 col-md-3 mb-2 mb-md-0\">\r\n <ul class=\"nav flex-column nav-pills\" id=\"nav-tab\" role=\"tablist\">\r\n <ng-container *abpFor=\"let setting of settings; trackBy: trackByFn\">\r\n <li\r\n (click)=\"selected = setting\"\r\n class=\"nav-item pointer\"\r\n *abpPermission=\"setting.requiredPolicy\"\r\n >\r\n <a\r\n class=\"nav-link\"\r\n [id]=\"setting.name + '-tab'\"\r\n role=\"tab\"\r\n [class.active]=\"setting.name === selected.name\"\r\n >{{ setting.name | abpLocalization }}</a\r\n >\r\n </li>\r\n </ng-container>\r\n </ul>\r\n </div>\r\n <div class=\"col-12 col-md-9\">\r\n @if (settings.length) {\r\n <div class=\"tab-content pt-0\">\r\n <div\r\n class=\"tab-pane fade show active\"\r\n [id]=\"selected.name + '-tab'\"\r\n role=\"tabpanel\"\r\n >\r\n <ng-container *ngComponentOutlet=\"selected.component\" />\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</abp-page>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"], exportAs: ["ngComponentOutlet"] }, { kind: "component", type: PageComponent, selector: "abp-page", inputs: ["title", "toolbar", "breadcrumb"] }, { kind: "pipe", type: LocalizationPipe, name: "abpLocalization" }, { kind: "directive", type: PermissionDirective, selector: "[abpPermission]", inputs: ["abpPermission", "abpPermissionRunChangeDetection"] }, { kind: "directive", type: ForDirective, selector: "[abpFor]", inputs: ["abpForOf", "abpForOrderBy", "abpForOrderDir", "abpForFilterBy", "abpForFilterVal", "abpForTrackBy", "abpForCompareBy", "abpForEmptyRef"] }] }); }
29
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SettingManagementComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
30
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.6", type: SettingManagementComponent, isStandalone: true, selector: "abp-setting-management", ngImport: i0, template: "<abp-page [title]=\"'AbpSettingManagement::Settings' | abpLocalization\">\r\n <div id=\"SettingManagementWrapper\">\r\n <div class=\"card\">\r\n <div class=\"card-body\">\r\n <div class=\"row\">\r\n <div class=\"col-12 col-md-3 mb-2 mb-md-0\">\r\n <ul class=\"nav flex-column nav-pills\" id=\"nav-tab\" role=\"tablist\">\r\n <ng-container *abpFor=\"let setting of settings; trackBy: trackByFn\">\r\n <li\r\n (click)=\"selected = setting\"\r\n class=\"nav-item pointer\"\r\n *abpPermission=\"setting.requiredPolicy\"\r\n >\r\n <a\r\n class=\"nav-link\"\r\n [id]=\"setting.name + '-tab'\"\r\n role=\"tab\"\r\n [class.active]=\"setting.name === selected.name\"\r\n >{{ setting.name | abpLocalization }}</a\r\n >\r\n </li>\r\n </ng-container>\r\n </ul>\r\n </div>\r\n <div class=\"col-12 col-md-9\">\r\n @if (settings.length) {\r\n <div class=\"tab-content pt-0\">\r\n <div\r\n class=\"tab-pane fade show active\"\r\n [id]=\"selected.name + '-tab'\"\r\n role=\"tabpanel\"\r\n >\r\n <ng-container *ngComponentOutlet=\"selected.component\" />\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</abp-page>\r\n", dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgComponentOutlet, selector: "[ngComponentOutlet]", inputs: ["ngComponentOutlet", "ngComponentOutletInputs", "ngComponentOutletInjector", "ngComponentOutletContent", "ngComponentOutletNgModule", "ngComponentOutletNgModuleFactory"], exportAs: ["ngComponentOutlet"] }, { kind: "component", type: PageComponent, selector: "abp-page", inputs: ["title", "toolbar", "breadcrumb"] }, { kind: "pipe", type: LocalizationPipe, name: "abpLocalization" }, { kind: "directive", type: PermissionDirective, selector: "[abpPermission]", inputs: ["abpPermission", "abpPermissionRunChangeDetection"] }, { kind: "directive", type: ForDirective, selector: "[abpFor]", inputs: ["abpForOf", "abpForOrderBy", "abpForOrderDir", "abpForFilterBy", "abpForFilterVal", "abpForTrackBy", "abpForCompareBy", "abpForEmptyRef"] }] }); }
31
31
  }
32
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: SettingManagementComponent, decorators: [{
32
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SettingManagementComponent, decorators: [{
33
33
  type: Component,
34
34
  args: [{ selector: 'abp-setting-management', imports: [CommonModule, PageComponent, LocalizationPipe, PermissionDirective, ForDirective], template: "<abp-page [title]=\"'AbpSettingManagement::Settings' | abpLocalization\">\r\n <div id=\"SettingManagementWrapper\">\r\n <div class=\"card\">\r\n <div class=\"card-body\">\r\n <div class=\"row\">\r\n <div class=\"col-12 col-md-3 mb-2 mb-md-0\">\r\n <ul class=\"nav flex-column nav-pills\" id=\"nav-tab\" role=\"tablist\">\r\n <ng-container *abpFor=\"let setting of settings; trackBy: trackByFn\">\r\n <li\r\n (click)=\"selected = setting\"\r\n class=\"nav-item pointer\"\r\n *abpPermission=\"setting.requiredPolicy\"\r\n >\r\n <a\r\n class=\"nav-link\"\r\n [id]=\"setting.name + '-tab'\"\r\n role=\"tab\"\r\n [class.active]=\"setting.name === selected.name\"\r\n >{{ setting.name | abpLocalization }}</a\r\n >\r\n </li>\r\n </ng-container>\r\n </ul>\r\n </div>\r\n <div class=\"col-12 col-md-9\">\r\n @if (settings.length) {\r\n <div class=\"tab-content pt-0\">\r\n <div\r\n class=\"tab-pane fade show active\"\r\n [id]=\"selected.name + '-tab'\"\r\n role=\"tabpanel\"\r\n >\r\n <ng-container *ngComponentOutlet=\"selected.component\" />\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</abp-page>\r\n" }]
35
35
  }] });
@@ -56,11 +56,11 @@ const routes = [
56
56
  },
57
57
  ];
58
58
  class SettingManagementRoutingModule {
59
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: SettingManagementRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
60
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.8", ngImport: i0, type: SettingManagementRoutingModule, imports: [i1$1.RouterModule], exports: [RouterModule] }); }
61
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: SettingManagementRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
59
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SettingManagementRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
60
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.6", ngImport: i0, type: SettingManagementRoutingModule, imports: [i1$1.RouterModule], exports: [RouterModule] }); }
61
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SettingManagementRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }
62
62
  }
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: SettingManagementRoutingModule, decorators: [{
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SettingManagementRoutingModule, decorators: [{
64
64
  type: NgModule,
65
65
  args: [{
66
66
  imports: [RouterModule.forChild(routes)],
@@ -82,11 +82,11 @@ class SettingManagementModule {
82
82
  static forLazy() {
83
83
  return new LazyModuleFactory(SettingManagementModule.forChild());
84
84
  }
85
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: SettingManagementModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
86
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.8", ngImport: i0, type: SettingManagementModule, imports: [SettingManagementRoutingModule, SettingManagementComponent] }); }
87
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: SettingManagementModule, imports: [SettingManagementRoutingModule, SETTING_MANAGEMENT_MODULE_EXPORTS] }); }
85
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SettingManagementModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
86
+ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.6", ngImport: i0, type: SettingManagementModule, imports: [SettingManagementRoutingModule, SettingManagementComponent] }); }
87
+ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SettingManagementModule, imports: [SettingManagementRoutingModule, SETTING_MANAGEMENT_MODULE_EXPORTS] }); }
88
88
  }
89
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.8", ngImport: i0, type: SettingManagementModule, decorators: [{
89
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: SettingManagementModule, decorators: [{
90
90
  type: NgModule,
91
91
  args: [{
92
92
  declarations: [],
@@ -1 +1 @@
1
- {"version":3,"file":"abp-ng.setting-management.mjs","sources":["../../../../packages/setting-management/src/lib/components/setting-management.component.ts","../../../../packages/setting-management/src/lib/components/setting-management.component.html","../../../../packages/setting-management/src/lib/setting-management-routing.module.ts","../../../../packages/setting-management/src/lib/setting-management.module.ts","../../../../packages/setting-management/src/lib/setting-management.routes.ts","../../../../packages/setting-management/src/abp-ng.setting-management.ts"],"sourcesContent":["import { ABP, ForDirective, LocalizationPipe, PermissionDirective } from '@abp/ng.core';\r\nimport { SettingTabsService } from '@abp/ng.setting-management/config';\r\nimport { Component, inject, OnDestroy, OnInit, TrackByFunction } from '@angular/core';\r\nimport { Subscription } from 'rxjs';\r\nimport { CommonModule } from '@angular/common';\r\nimport { PageComponent } from '@abp/ng.components/page';\r\n\r\n@Component({\r\n selector: 'abp-setting-management',\r\n templateUrl: './setting-management.component.html',\r\n imports: [CommonModule, PageComponent, LocalizationPipe, PermissionDirective, ForDirective],\r\n})\r\nexport class SettingManagementComponent implements OnDestroy, OnInit {\r\n private settingTabsService = inject(SettingTabsService);\r\n private subscription = new Subscription();\r\n\r\n settings: ABP.Tab[] = [];\r\n\r\n selected!: ABP.Tab;\r\n\r\n trackByFn: TrackByFunction<ABP.Tab> = (_, item) => item.name;\r\n\r\n ngOnDestroy() {\r\n this.subscription.unsubscribe();\r\n }\r\n\r\n ngOnInit() {\r\n this.subscription.add(\r\n this.settingTabsService.visible$.subscribe(settings => {\r\n this.settings = settings;\r\n\r\n if (!this.selected) this.selected = this.settings[0];\r\n }),\r\n );\r\n }\r\n}\r\n","<abp-page [title]=\"'AbpSettingManagement::Settings' | abpLocalization\">\r\n <div id=\"SettingManagementWrapper\">\r\n <div class=\"card\">\r\n <div class=\"card-body\">\r\n <div class=\"row\">\r\n <div class=\"col-12 col-md-3 mb-2 mb-md-0\">\r\n <ul class=\"nav flex-column nav-pills\" id=\"nav-tab\" role=\"tablist\">\r\n <ng-container *abpFor=\"let setting of settings; trackBy: trackByFn\">\r\n <li\r\n (click)=\"selected = setting\"\r\n class=\"nav-item pointer\"\r\n *abpPermission=\"setting.requiredPolicy\"\r\n >\r\n <a\r\n class=\"nav-link\"\r\n [id]=\"setting.name + '-tab'\"\r\n role=\"tab\"\r\n [class.active]=\"setting.name === selected.name\"\r\n >{{ setting.name | abpLocalization }}</a\r\n >\r\n </li>\r\n </ng-container>\r\n </ul>\r\n </div>\r\n <div class=\"col-12 col-md-9\">\r\n @if (settings.length) {\r\n <div class=\"tab-content pt-0\">\r\n <div\r\n class=\"tab-pane fade show active\"\r\n [id]=\"selected.name + '-tab'\"\r\n role=\"tabpanel\"\r\n >\r\n <ng-container *ngComponentOutlet=\"selected.component\" />\r\n </div>\r\n </div>\r\n }\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n </div>\r\n</abp-page>\r\n","import { NgModule } from '@angular/core';\r\nimport { RouterModule, Routes } from '@angular/router';\r\nimport {\r\n authGuard,\r\n ReplaceableComponents,\r\n ReplaceableRouteContainerComponent,\r\n RouterOutletComponent,\r\n} from '@abp/ng.core';\r\nimport { SettingManagementComponent } from './components/setting-management.component';\r\nimport { eSettingManagementComponents } from './enums/components';\r\n\r\nconst routes: Routes = [\r\n {\r\n path: '',\r\n component: RouterOutletComponent,\r\n canActivate: [authGuard],\r\n children: [\r\n {\r\n path: '',\r\n component: ReplaceableRouteContainerComponent,\r\n data: {\r\n requiredPolicy: 'AbpAccount.SettingManagement',\r\n replaceableComponent: {\r\n key: eSettingManagementComponents.SettingManagement,\r\n defaultComponent: SettingManagementComponent,\r\n } as ReplaceableComponents.RouteData,\r\n },\r\n },\r\n ],\r\n title: 'AbpSettingManagement::Settings',\r\n },\r\n];\r\n\r\n@NgModule({\r\n imports: [RouterModule.forChild(routes)],\r\n exports: [RouterModule],\r\n})\r\nexport class SettingManagementRoutingModule { }\r\n","import { LazyModuleFactory } from '@abp/ng.core';\r\nimport { ModuleWithProviders, NgModule, NgModuleFactory } from '@angular/core';\r\nimport { SettingManagementRoutingModule } from './setting-management-routing.module';\r\nimport { SettingManagementComponent } from './components/setting-management.component';\r\n\r\nexport const SETTING_MANAGEMENT_MODULE_EXPORTS = [SettingManagementComponent];\r\n\r\n@NgModule({\r\n declarations: [],\r\n exports: [],\r\n imports: [SettingManagementRoutingModule, ...SETTING_MANAGEMENT_MODULE_EXPORTS],\r\n})\r\nexport class SettingManagementModule {\r\n static forChild(): ModuleWithProviders<SettingManagementModule> {\r\n return {\r\n ngModule: SettingManagementModule,\r\n providers: [],\r\n };\r\n }\r\n /**\r\n * @deprecated `SettingManagementModule.forLazy()` is deprecated. You can use `createRoutes` **function** instead.\r\n */\r\n static forLazy(): NgModuleFactory<SettingManagementModule> {\r\n return new LazyModuleFactory(SettingManagementModule.forChild());\r\n }\r\n}\r\n","import { Routes } from '@angular/router';\r\nimport {\r\n authGuard,\r\n ReplaceableComponents,\r\n ReplaceableRouteContainerComponent,\r\n RouterOutletComponent,\r\n} from '@abp/ng.core';\r\nimport { SettingManagementComponent } from './components/setting-management.component';\r\nimport { eSettingManagementComponents } from './enums/components';\r\n\r\nexport function provideSettingManagement() {\r\n return [];\r\n}\r\n\r\nexport const createRoutes = (): Routes => [\r\n {\r\n path: '',\r\n component: RouterOutletComponent,\r\n canActivate: [authGuard],\r\n providers: provideSettingManagement(),\r\n children: [\r\n {\r\n path: '',\r\n component: ReplaceableRouteContainerComponent,\r\n data: {\r\n requiredPolicy: 'AbpAccount.SettingManagement',\r\n replaceableComponent: {\r\n key: eSettingManagementComponents.SettingManagement,\r\n defaultComponent: SettingManagementComponent,\r\n } as ReplaceableComponents.RouteData,\r\n },\r\n },\r\n ],\r\n title: 'AbpSettingManagement::Settings',\r\n },\r\n];\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"abp-ng.setting-management.mjs","sources":["../tmp-esm2022/lib/components/setting-management.component.js","../tmp-esm2022/lib/setting-management-routing.module.js","../tmp-esm2022/lib/setting-management.module.js","../tmp-esm2022/lib/setting-management.routes.js","../tmp-esm2022/abp-ng.setting-management.js"],"sourcesContent":["import { ForDirective, LocalizationPipe, PermissionDirective } from '@abp/ng.core';\nimport { SettingTabsService } from '@abp/ng.setting-management/config';\nimport { Component, inject } from '@angular/core';\nimport { Subscription } from 'rxjs';\nimport { CommonModule } from '@angular/common';\nimport { PageComponent } from '@abp/ng.components/page';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/common\";\nexport class SettingManagementComponent {\n constructor() {\n this.settingTabsService = inject(SettingTabsService);\n this.subscription = new Subscription();\n this.settings = [];\n this.trackByFn = (_, item) => item.name;\n }\n ngOnDestroy() {\n this.subscription.unsubscribe();\n }\n ngOnInit() {\n this.subscription.add(this.settingTabsService.visible$.subscribe(settings => {\n this.settings = settings;\n if (!this.selected)\n this.selected = this.settings[0];\n }));\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.6\", ngImport: i0, type: SettingManagementComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }\n static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"17.0.0\", version: \"20.0.6\", type: SettingManagementComponent, isStandalone: true, selector: \"abp-setting-management\", ngImport: i0, template: \"<abp-page [title]=\\\"'AbpSettingManagement::Settings' | abpLocalization\\\">\\r\\n <div id=\\\"SettingManagementWrapper\\\">\\r\\n <div class=\\\"card\\\">\\r\\n <div class=\\\"card-body\\\">\\r\\n <div class=\\\"row\\\">\\r\\n <div class=\\\"col-12 col-md-3 mb-2 mb-md-0\\\">\\r\\n <ul class=\\\"nav flex-column nav-pills\\\" id=\\\"nav-tab\\\" role=\\\"tablist\\\">\\r\\n <ng-container *abpFor=\\\"let setting of settings; trackBy: trackByFn\\\">\\r\\n <li\\r\\n (click)=\\\"selected = setting\\\"\\r\\n class=\\\"nav-item pointer\\\"\\r\\n *abpPermission=\\\"setting.requiredPolicy\\\"\\r\\n >\\r\\n <a\\r\\n class=\\\"nav-link\\\"\\r\\n [id]=\\\"setting.name + '-tab'\\\"\\r\\n role=\\\"tab\\\"\\r\\n [class.active]=\\\"setting.name === selected.name\\\"\\r\\n >{{ setting.name | abpLocalization }}</a\\r\\n >\\r\\n </li>\\r\\n </ng-container>\\r\\n </ul>\\r\\n </div>\\r\\n <div class=\\\"col-12 col-md-9\\\">\\r\\n @if (settings.length) {\\r\\n <div class=\\\"tab-content pt-0\\\">\\r\\n <div\\r\\n class=\\\"tab-pane fade show active\\\"\\r\\n [id]=\\\"selected.name + '-tab'\\\"\\r\\n role=\\\"tabpanel\\\"\\r\\n >\\r\\n <ng-container *ngComponentOutlet=\\\"selected.component\\\" />\\r\\n </div>\\r\\n </div>\\r\\n }\\r\\n </div>\\r\\n </div>\\r\\n </div>\\r\\n </div>\\r\\n </div>\\r\\n</abp-page>\\r\\n\", dependencies: [{ kind: \"ngmodule\", type: CommonModule }, { kind: \"directive\", type: i1.NgComponentOutlet, selector: \"[ngComponentOutlet]\", inputs: [\"ngComponentOutlet\", \"ngComponentOutletInputs\", \"ngComponentOutletInjector\", \"ngComponentOutletContent\", \"ngComponentOutletNgModule\", \"ngComponentOutletNgModuleFactory\"], exportAs: [\"ngComponentOutlet\"] }, { kind: \"component\", type: PageComponent, selector: \"abp-page\", inputs: [\"title\", \"toolbar\", \"breadcrumb\"] }, { kind: \"pipe\", type: LocalizationPipe, name: \"abpLocalization\" }, { kind: \"directive\", type: PermissionDirective, selector: \"[abpPermission]\", inputs: [\"abpPermission\", \"abpPermissionRunChangeDetection\"] }, { kind: \"directive\", type: ForDirective, selector: \"[abpFor]\", inputs: [\"abpForOf\", \"abpForOrderBy\", \"abpForOrderDir\", \"abpForFilterBy\", \"abpForFilterVal\", \"abpForTrackBy\", \"abpForCompareBy\", \"abpForEmptyRef\"] }] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.6\", ngImport: i0, type: SettingManagementComponent, decorators: [{\n type: Component,\n args: [{ selector: 'abp-setting-management', imports: [CommonModule, PageComponent, LocalizationPipe, PermissionDirective, ForDirective], template: \"<abp-page [title]=\\\"'AbpSettingManagement::Settings' | abpLocalization\\\">\\r\\n <div id=\\\"SettingManagementWrapper\\\">\\r\\n <div class=\\\"card\\\">\\r\\n <div class=\\\"card-body\\\">\\r\\n <div class=\\\"row\\\">\\r\\n <div class=\\\"col-12 col-md-3 mb-2 mb-md-0\\\">\\r\\n <ul class=\\\"nav flex-column nav-pills\\\" id=\\\"nav-tab\\\" role=\\\"tablist\\\">\\r\\n <ng-container *abpFor=\\\"let setting of settings; trackBy: trackByFn\\\">\\r\\n <li\\r\\n (click)=\\\"selected = setting\\\"\\r\\n class=\\\"nav-item pointer\\\"\\r\\n *abpPermission=\\\"setting.requiredPolicy\\\"\\r\\n >\\r\\n <a\\r\\n class=\\\"nav-link\\\"\\r\\n [id]=\\\"setting.name + '-tab'\\\"\\r\\n role=\\\"tab\\\"\\r\\n [class.active]=\\\"setting.name === selected.name\\\"\\r\\n >{{ setting.name | abpLocalization }}</a\\r\\n >\\r\\n </li>\\r\\n </ng-container>\\r\\n </ul>\\r\\n </div>\\r\\n <div class=\\\"col-12 col-md-9\\\">\\r\\n @if (settings.length) {\\r\\n <div class=\\\"tab-content pt-0\\\">\\r\\n <div\\r\\n class=\\\"tab-pane fade show active\\\"\\r\\n [id]=\\\"selected.name + '-tab'\\\"\\r\\n role=\\\"tabpanel\\\"\\r\\n >\\r\\n <ng-container *ngComponentOutlet=\\\"selected.component\\\" />\\r\\n </div>\\r\\n </div>\\r\\n }\\r\\n </div>\\r\\n </div>\\r\\n </div>\\r\\n </div>\\r\\n </div>\\r\\n</abp-page>\\r\\n\" }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2V0dGluZy1tYW5hZ2VtZW50LmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL3NldHRpbmctbWFuYWdlbWVudC9zcmMvbGliL2NvbXBvbmVudHMvc2V0dGluZy1tYW5hZ2VtZW50LmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL3NldHRpbmctbWFuYWdlbWVudC9zcmMvbGliL2NvbXBvbmVudHMvc2V0dGluZy1tYW5hZ2VtZW50LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBTyxZQUFZLEVBQUUsZ0JBQWdCLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxjQUFjLENBQUM7QUFDeEYsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sbUNBQW1DLENBQUM7QUFDdkUsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLEVBQXNDLE1BQU0sZUFBZSxDQUFDO0FBQ3RGLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxNQUFNLENBQUM7QUFDcEMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7O0FBT3hELE1BQU0sT0FBTywwQkFBMEI7SUFMdkM7UUFNVSx1QkFBa0IsR0FBRyxNQUFNLENBQUMsa0JBQWtCLENBQUMsQ0FBQztRQUNoRCxpQkFBWSxHQUFHLElBQUksWUFBWSxFQUFFLENBQUM7UUFFMUMsYUFBUSxHQUFjLEVBQUUsQ0FBQztRQUl6QixjQUFTLEdBQTZCLENBQUMsQ0FBQyxFQUFFLElBQUksRUFBRSxFQUFFLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQztLQWU5RDtJQWJDLFdBQVc7UUFDVCxJQUFJLENBQUMsWUFBWSxDQUFDLFdBQVcsRUFBRSxDQUFDO0lBQ2xDLENBQUM7SUFFRCxRQUFRO1FBQ04sSUFBSSxDQUFDLFlBQVksQ0FBQyxHQUFHLENBQ25CLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxRQUFRLENBQUMsU0FBUyxDQUFDLFFBQVEsQ0FBQyxFQUFFO1lBQ3BELElBQUksQ0FBQyxRQUFRLEdBQUcsUUFBUSxDQUFDO1lBRXpCLElBQUksQ0FBQyxJQUFJLENBQUMsUUFBUTtnQkFBRSxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLENBQUM7UUFDdkQsQ0FBQyxDQUFDLENBQ0gsQ0FBQztJQUNKLENBQUM7OEdBdEJVLDBCQUEwQjtrR0FBMUIsMEJBQTBCLGtGQ1p2QywwbURBMENBLDJDRGhDWSxZQUFZLHdVQUFFLGFBQWEsNEZBQUUsZ0JBQWdCLHdEQUFFLG1CQUFtQiwwSEFBRSxZQUFZOzsyRkFFL0UsMEJBQTBCO2tCQUx0QyxTQUFTOytCQUNFLHdCQUF3QixXQUV6QixDQUFDLFlBQVksRUFBRSxhQUFhLEVBQUUsZ0JBQWdCLEVBQUUsbUJBQW1CLEVBQUUsWUFBWSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQUJQLCBGb3JEaXJlY3RpdmUsIExvY2FsaXphdGlvblBpcGUsIFBlcm1pc3Npb25EaXJlY3RpdmUgfSBmcm9tICdAYWJwL25nLmNvcmUnO1xyXG5pbXBvcnQgeyBTZXR0aW5nVGFic1NlcnZpY2UgfSBmcm9tICdAYWJwL25nLnNldHRpbmctbWFuYWdlbWVudC9jb25maWcnO1xyXG5pbXBvcnQgeyBDb21wb25lbnQsIGluamVjdCwgT25EZXN0cm95LCBPbkluaXQsIFRyYWNrQnlGdW5jdGlvbiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBTdWJzY3JpcHRpb24gfSBmcm9tICdyeGpzJztcclxuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgUGFnZUNvbXBvbmVudCB9IGZyb20gJ0BhYnAvbmcuY29tcG9uZW50cy9wYWdlJztcclxuXHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnYWJwLXNldHRpbmctbWFuYWdlbWVudCcsXHJcbiAgdGVtcGxhdGVVcmw6ICcuL3NldHRpbmctbWFuYWdlbWVudC5jb21wb25lbnQuaHRtbCcsXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgUGFnZUNvbXBvbmVudCwgTG9jYWxpemF0aW9uUGlwZSwgUGVybWlzc2lvbkRpcmVjdGl2ZSwgRm9yRGlyZWN0aXZlXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIFNldHRpbmdNYW5hZ2VtZW50Q29tcG9uZW50IGltcGxlbWVudHMgT25EZXN0cm95LCBPbkluaXQge1xyXG4gIHByaXZhdGUgc2V0dGluZ1RhYnNTZXJ2aWNlID0gaW5qZWN0KFNldHRpbmdUYWJzU2VydmljZSk7XHJcbiAgcHJpdmF0ZSBzdWJzY3JpcHRpb24gPSBuZXcgU3Vic2NyaXB0aW9uKCk7XHJcblxyXG4gIHNldHRpbmdzOiBBQlAuVGFiW10gPSBbXTtcclxuXHJcbiAgc2VsZWN0ZWQhOiBBQlAuVGFiO1xyXG5cclxuICB0cmFja0J5Rm46IFRyYWNrQnlGdW5jdGlvbjxBQlAuVGFiPiA9IChfLCBpdGVtKSA9PiBpdGVtLm5hbWU7XHJcblxyXG4gIG5nT25EZXN0cm95KCkge1xyXG4gICAgdGhpcy5zdWJzY3JpcHRpb24udW5zdWJzY3JpYmUoKTtcclxuICB9XHJcblxyXG4gIG5nT25Jbml0KCkge1xyXG4gICAgdGhpcy5zdWJzY3JpcHRpb24uYWRkKFxyXG4gICAgICB0aGlzLnNldHRpbmdUYWJzU2VydmljZS52aXNpYmxlJC5zdWJzY3JpYmUoc2V0dGluZ3MgPT4ge1xyXG4gICAgICAgIHRoaXMuc2V0dGluZ3MgPSBzZXR0aW5ncztcclxuXHJcbiAgICAgICAgaWYgKCF0aGlzLnNlbGVjdGVkKSB0aGlzLnNlbGVjdGVkID0gdGhpcy5zZXR0aW5nc1swXTtcclxuICAgICAgfSksXHJcbiAgICApO1xyXG4gIH1cclxufVxyXG4iLCI8YWJwLXBhZ2UgW3RpdGxlXT1cIidBYnBTZXR0aW5nTWFuYWdlbWVudDo6U2V0dGluZ3MnIHwgYWJwTG9jYWxpemF0aW9uXCI+XHJcbiAgPGRpdiBpZD1cIlNldHRpbmdNYW5hZ2VtZW50V3JhcHBlclwiPlxyXG4gICAgPGRpdiBjbGFzcz1cImNhcmRcIj5cclxuICAgICAgPGRpdiBjbGFzcz1cImNhcmQtYm9keVwiPlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJyb3dcIj5cclxuICAgICAgICAgIDxkaXYgY2xhc3M9XCJjb2wtMTIgY29sLW1kLTMgbWItMiBtYi1tZC0wXCI+XHJcbiAgICAgICAgICAgIDx1bCBjbGFzcz1cIm5hdiBmbGV4LWNvbHVtbiBuYXYtcGlsbHNcIiBpZD1cIm5hdi10YWJcIiByb2xlPVwidGFibGlzdFwiPlxyXG4gICAgICAgICAgICAgIDxuZy1jb250YWluZXIgKmFicEZvcj1cImxldCBzZXR0aW5nIG9mIHNldHRpbmdzOyB0cmFja0J5OiB0cmFja0J5Rm5cIj5cclxuICAgICAgICAgICAgICAgIDxsaVxyXG4gICAgICAgICAgICAgICAgICAoY2xpY2spPVwic2VsZWN0ZWQgPSBzZXR0aW5nXCJcclxuICAgICAgICAgICAgICAgICAgY2xhc3M9XCJuYXYtaXRlbSBwb2ludGVyXCJcclxuICAgICAgICAgICAgICAgICAgKmFicFBlcm1pc3Npb249XCJzZXR0aW5nLnJlcXVpcmVkUG9saWN5XCJcclxuICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAgPGFcclxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cIm5hdi1saW5rXCJcclxuICAgICAgICAgICAgICAgICAgICBbaWRdPVwic2V0dGluZy5uYW1lICsgJy10YWInXCJcclxuICAgICAgICAgICAgICAgICAgICByb2xlPVwidGFiXCJcclxuICAgICAgICAgICAgICAgICAgICBbY2xhc3MuYWN0aXZlXT1cInNldHRpbmcubmFtZSA9PT0gc2VsZWN0ZWQubmFtZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgPnt7IHNldHRpbmcubmFtZSB8IGFicExvY2FsaXphdGlvbiB9fTwvYVxyXG4gICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICA8L2xpPlxyXG4gICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxyXG4gICAgICAgICAgICA8L3VsPlxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICA8ZGl2IGNsYXNzPVwiY29sLTEyIGNvbC1tZC05XCI+XHJcbiAgICAgICAgICAgIEBpZiAoc2V0dGluZ3MubGVuZ3RoKSB7XHJcbiAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cInRhYi1jb250ZW50IHB0LTBcIj5cclxuICAgICAgICAgICAgICAgIDxkaXZcclxuICAgICAgICAgICAgICAgICAgY2xhc3M9XCJ0YWItcGFuZSBmYWRlIHNob3cgYWN0aXZlXCJcclxuICAgICAgICAgICAgICAgICAgW2lkXT1cInNlbGVjdGVkLm5hbWUgKyAnLXRhYidcIlxyXG4gICAgICAgICAgICAgICAgICByb2xlPVwidGFicGFuZWxcIlxyXG4gICAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyICpuZ0NvbXBvbmVudE91dGxldD1cInNlbGVjdGVkLmNvbXBvbmVudFwiIC8+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgPC9kaXY+XHJcbiAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgPC9kaXY+XHJcbjwvYWJwLXBhZ2U+XHJcbiJdfQ==","import { NgModule } from '@angular/core';\nimport { RouterModule } from '@angular/router';\nimport { authGuard, ReplaceableRouteContainerComponent, RouterOutletComponent, } from '@abp/ng.core';\nimport { SettingManagementComponent } from './components/setting-management.component';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/router\";\nconst routes = [\n {\n path: '',\n component: RouterOutletComponent,\n canActivate: [authGuard],\n children: [\n {\n path: '',\n component: ReplaceableRouteContainerComponent,\n data: {\n requiredPolicy: 'AbpAccount.SettingManagement',\n replaceableComponent: {\n key: \"SettingManagement.SettingManagementComponent\" /* eSettingManagementComponents.SettingManagement */,\n defaultComponent: SettingManagementComponent,\n },\n },\n },\n ],\n title: 'AbpSettingManagement::Settings',\n },\n];\nexport class SettingManagementRoutingModule {\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.6\", ngImport: i0, type: SettingManagementRoutingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.6\", ngImport: i0, type: SettingManagementRoutingModule, imports: [i1.RouterModule], exports: [RouterModule] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.6\", ngImport: i0, type: SettingManagementRoutingModule, imports: [RouterModule.forChild(routes), RouterModule] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.6\", ngImport: i0, type: SettingManagementRoutingModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [RouterModule.forChild(routes)],\n exports: [RouterModule],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2V0dGluZy1tYW5hZ2VtZW50LXJvdXRpbmcubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcGFja2FnZXMvc2V0dGluZy1tYW5hZ2VtZW50L3NyYy9saWIvc2V0dGluZy1tYW5hZ2VtZW50LXJvdXRpbmcubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBVSxNQUFNLGlCQUFpQixDQUFDO0FBQ3ZELE9BQU8sRUFDTCxTQUFTLEVBRVQsa0NBQWtDLEVBQ2xDLHFCQUFxQixHQUN0QixNQUFNLGNBQWMsQ0FBQztBQUN0QixPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQzs7O0FBR3ZGLE1BQU0sTUFBTSxHQUFXO0lBQ3JCO1FBQ0UsSUFBSSxFQUFFLEVBQUU7UUFDUixTQUFTLEVBQUUscUJBQXFCO1FBQ2hDLFdBQVcsRUFBRSxDQUFDLFNBQVMsQ0FBQztRQUN4QixRQUFRLEVBQUU7WUFDUjtnQkFDRSxJQUFJLEVBQUUsRUFBRTtnQkFDUixTQUFTLEVBQUUsa0NBQWtDO2dCQUM3QyxJQUFJLEVBQUU7b0JBQ0osY0FBYyxFQUFFLDhCQUE4QjtvQkFDOUMsb0JBQW9CLEVBQUU7d0JBQ3BCLEdBQUcscUdBQWdEO3dCQUNuRCxnQkFBZ0IsRUFBRSwwQkFBMEI7cUJBQ1Y7aUJBQ3JDO2FBQ0Y7U0FDRjtRQUNELEtBQUssRUFBRSxnQ0FBZ0M7S0FDeEM7Q0FDRixDQUFDO0FBTUYsTUFBTSxPQUFPLDhCQUE4Qjs4R0FBOUIsOEJBQThCOytHQUE5Qiw4QkFBOEIsd0NBRi9CLFlBQVk7K0dBRVgsOEJBQThCLFlBSC9CLFlBQVksQ0FBQyxRQUFRLENBQUMsTUFBTSxDQUFDLEVBQzdCLFlBQVk7OzJGQUVYLDhCQUE4QjtrQkFKMUMsUUFBUTttQkFBQztvQkFDUixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxDQUFDO29CQUN4QyxPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7aUJBQ3hCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgUm91dGVyTW9kdWxlLCBSb3V0ZXMgfSBmcm9tICdAYW5ndWxhci9yb3V0ZXInO1xyXG5pbXBvcnQge1xyXG4gIGF1dGhHdWFyZCxcclxuICBSZXBsYWNlYWJsZUNvbXBvbmVudHMsXHJcbiAgUmVwbGFjZWFibGVSb3V0ZUNvbnRhaW5lckNvbXBvbmVudCxcclxuICBSb3V0ZXJPdXRsZXRDb21wb25lbnQsXHJcbn0gZnJvbSAnQGFicC9uZy5jb3JlJztcclxuaW1wb3J0IHsgU2V0dGluZ01hbmFnZW1lbnRDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvc2V0dGluZy1tYW5hZ2VtZW50LmNvbXBvbmVudCc7XHJcbmltcG9ydCB7IGVTZXR0aW5nTWFuYWdlbWVudENvbXBvbmVudHMgfSBmcm9tICcuL2VudW1zL2NvbXBvbmVudHMnO1xyXG5cclxuY29uc3Qgcm91dGVzOiBSb3V0ZXMgPSBbXHJcbiAge1xyXG4gICAgcGF0aDogJycsXHJcbiAgICBjb21wb25lbnQ6IFJvdXRlck91dGxldENvbXBvbmVudCxcclxuICAgIGNhbkFjdGl2YXRlOiBbYXV0aEd1YXJkXSxcclxuICAgIGNoaWxkcmVuOiBbXHJcbiAgICAgIHtcclxuICAgICAgICBwYXRoOiAnJyxcclxuICAgICAgICBjb21wb25lbnQ6IFJlcGxhY2VhYmxlUm91dGVDb250YWluZXJDb21wb25lbnQsXHJcbiAgICAgICAgZGF0YToge1xyXG4gICAgICAgICAgcmVxdWlyZWRQb2xpY3k6ICdBYnBBY2NvdW50LlNldHRpbmdNYW5hZ2VtZW50JyxcclxuICAgICAgICAgIHJlcGxhY2VhYmxlQ29tcG9uZW50OiB7XHJcbiAgICAgICAgICAgIGtleTogZVNldHRpbmdNYW5hZ2VtZW50Q29tcG9uZW50cy5TZXR0aW5nTWFuYWdlbWVudCxcclxuICAgICAgICAgICAgZGVmYXVsdENvbXBvbmVudDogU2V0dGluZ01hbmFnZW1lbnRDb21wb25lbnQsXHJcbiAgICAgICAgICB9IGFzIFJlcGxhY2VhYmxlQ29tcG9uZW50cy5Sb3V0ZURhdGEsXHJcbiAgICAgICAgfSxcclxuICAgICAgfSxcclxuICAgIF0sXHJcbiAgICB0aXRsZTogJ0FicFNldHRpbmdNYW5hZ2VtZW50OjpTZXR0aW5ncycsXHJcbiAgfSxcclxuXTtcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgaW1wb3J0czogW1JvdXRlck1vZHVsZS5mb3JDaGlsZChyb3V0ZXMpXSxcclxuICBleHBvcnRzOiBbUm91dGVyTW9kdWxlXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIFNldHRpbmdNYW5hZ2VtZW50Um91dGluZ01vZHVsZSB7IH1cclxuIl19","import { LazyModuleFactory } from '@abp/ng.core';\nimport { NgModule } from '@angular/core';\nimport { SettingManagementRoutingModule } from './setting-management-routing.module';\nimport { SettingManagementComponent } from './components/setting-management.component';\nimport * as i0 from \"@angular/core\";\nexport const SETTING_MANAGEMENT_MODULE_EXPORTS = [SettingManagementComponent];\nexport class SettingManagementModule {\n static forChild() {\n return {\n ngModule: SettingManagementModule,\n providers: [],\n };\n }\n /**\n * @deprecated `SettingManagementModule.forLazy()` is deprecated. You can use `createRoutes` **function** instead.\n */\n static forLazy() {\n return new LazyModuleFactory(SettingManagementModule.forChild());\n }\n static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.0.6\", ngImport: i0, type: SettingManagementModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }\n static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.0.6\", ngImport: i0, type: SettingManagementModule, imports: [SettingManagementRoutingModule, SettingManagementComponent] }); }\n static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.0.6\", ngImport: i0, type: SettingManagementModule, imports: [SettingManagementRoutingModule, SETTING_MANAGEMENT_MODULE_EXPORTS] }); }\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.0.6\", ngImport: i0, type: SettingManagementModule, decorators: [{\n type: NgModule,\n args: [{\n declarations: [],\n exports: [],\n imports: [SettingManagementRoutingModule, ...SETTING_MANAGEMENT_MODULE_EXPORTS],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2V0dGluZy1tYW5hZ2VtZW50Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL3NldHRpbmctbWFuYWdlbWVudC9zcmMvbGliL3NldHRpbmctbWFuYWdlbWVudC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQ2pELE9BQU8sRUFBdUIsUUFBUSxFQUFtQixNQUFNLGVBQWUsQ0FBQztBQUMvRSxPQUFPLEVBQUUsOEJBQThCLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUNyRixPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQzs7QUFFdkYsTUFBTSxDQUFDLE1BQU0saUNBQWlDLEdBQUcsQ0FBQywwQkFBMEIsQ0FBQyxDQUFDO0FBTzlFLE1BQU0sT0FBTyx1QkFBdUI7SUFDbEMsTUFBTSxDQUFDLFFBQVE7UUFDYixPQUFPO1lBQ0wsUUFBUSxFQUFFLHVCQUF1QjtZQUNqQyxTQUFTLEVBQUUsRUFBRTtTQUNkLENBQUM7SUFDSixDQUFDO0lBQ0Q7O09BRUc7SUFDSCxNQUFNLENBQUMsT0FBTztRQUNaLE9BQU8sSUFBSSxpQkFBaUIsQ0FBQyx1QkFBdUIsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxDQUFDO0lBQ25FLENBQUM7OEdBWlUsdUJBQXVCOytHQUF2Qix1QkFBdUIsWUFGeEIsOEJBQThCLEVBTFEsMEJBQTBCOytHQU8vRCx1QkFBdUIsWUFGeEIsOEJBQThCLEVBQUssaUNBQWlDOzsyRkFFbkUsdUJBQXVCO2tCQUxuQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxFQUFFO29CQUNoQixPQUFPLEVBQUUsRUFBRTtvQkFDWCxPQUFPLEVBQUUsQ0FBQyw4QkFBOEIsRUFBRSxHQUFHLGlDQUFpQyxDQUFDO2lCQUNoRiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IExhenlNb2R1bGVGYWN0b3J5IH0gZnJvbSAnQGFicC9uZy5jb3JlJztcclxuaW1wb3J0IHsgTW9kdWxlV2l0aFByb3ZpZGVycywgTmdNb2R1bGUsIE5nTW9kdWxlRmFjdG9yeSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBTZXR0aW5nTWFuYWdlbWVudFJvdXRpbmdNb2R1bGUgfSBmcm9tICcuL3NldHRpbmctbWFuYWdlbWVudC1yb3V0aW5nLm1vZHVsZSc7XHJcbmltcG9ydCB7IFNldHRpbmdNYW5hZ2VtZW50Q29tcG9uZW50IH0gZnJvbSAnLi9jb21wb25lbnRzL3NldHRpbmctbWFuYWdlbWVudC5jb21wb25lbnQnO1xyXG5cclxuZXhwb3J0IGNvbnN0IFNFVFRJTkdfTUFOQUdFTUVOVF9NT0RVTEVfRVhQT1JUUyA9IFtTZXR0aW5nTWFuYWdlbWVudENvbXBvbmVudF07XHJcblxyXG5ATmdNb2R1bGUoe1xyXG4gIGRlY2xhcmF0aW9uczogW10sXHJcbiAgZXhwb3J0czogW10sXHJcbiAgaW1wb3J0czogW1NldHRpbmdNYW5hZ2VtZW50Um91dGluZ01vZHVsZSwgLi4uU0VUVElOR19NQU5BR0VNRU5UX01PRFVMRV9FWFBPUlRTXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIFNldHRpbmdNYW5hZ2VtZW50TW9kdWxlIHtcclxuICBzdGF0aWMgZm9yQ2hpbGQoKTogTW9kdWxlV2l0aFByb3ZpZGVyczxTZXR0aW5nTWFuYWdlbWVudE1vZHVsZT4ge1xyXG4gICAgcmV0dXJuIHtcclxuICAgICAgbmdNb2R1bGU6IFNldHRpbmdNYW5hZ2VtZW50TW9kdWxlLFxyXG4gICAgICBwcm92aWRlcnM6IFtdLFxyXG4gICAgfTtcclxuICB9XHJcbiAgLyoqXHJcbiAgICogQGRlcHJlY2F0ZWQgYFNldHRpbmdNYW5hZ2VtZW50TW9kdWxlLmZvckxhenkoKWAgaXMgZGVwcmVjYXRlZC4gWW91IGNhbiB1c2UgYGNyZWF0ZVJvdXRlc2AgKipmdW5jdGlvbioqIGluc3RlYWQuXHJcbiAgICovXHJcbiAgc3RhdGljIGZvckxhenkoKTogTmdNb2R1bGVGYWN0b3J5PFNldHRpbmdNYW5hZ2VtZW50TW9kdWxlPiB7XHJcbiAgICByZXR1cm4gbmV3IExhenlNb2R1bGVGYWN0b3J5KFNldHRpbmdNYW5hZ2VtZW50TW9kdWxlLmZvckNoaWxkKCkpO1xyXG4gIH1cclxufVxyXG4iXX0=","import { authGuard, ReplaceableRouteContainerComponent, RouterOutletComponent, } from '@abp/ng.core';\nimport { SettingManagementComponent } from './components/setting-management.component';\nexport function provideSettingManagement() {\n return [];\n}\nexport const createRoutes = () => [\n {\n path: '',\n component: RouterOutletComponent,\n canActivate: [authGuard],\n providers: provideSettingManagement(),\n children: [\n {\n path: '',\n component: ReplaceableRouteContainerComponent,\n data: {\n requiredPolicy: 'AbpAccount.SettingManagement',\n replaceableComponent: {\n key: \"SettingManagement.SettingManagementComponent\" /* eSettingManagementComponents.SettingManagement */,\n defaultComponent: SettingManagementComponent,\n },\n },\n },\n ],\n title: 'AbpSettingManagement::Settings',\n },\n];\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2V0dGluZy1tYW5hZ2VtZW50LnJvdXRlcy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL3NldHRpbmctbWFuYWdlbWVudC9zcmMvbGliL3NldHRpbmctbWFuYWdlbWVudC5yb3V0ZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUNMLFNBQVMsRUFFVCxrQ0FBa0MsRUFDbEMscUJBQXFCLEdBQ3RCLE1BQU0sY0FBYyxDQUFDO0FBQ3RCLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLDJDQUEyQyxDQUFDO0FBR3ZGLE1BQU0sVUFBVSx3QkFBd0I7SUFDdEMsT0FBTyxFQUFFLENBQUM7QUFDWixDQUFDO0FBRUQsTUFBTSxDQUFDLE1BQU0sWUFBWSxHQUFHLEdBQVcsRUFBRSxDQUFDO0lBQ3hDO1FBQ0UsSUFBSSxFQUFFLEVBQUU7UUFDUixTQUFTLEVBQUUscUJBQXFCO1FBQ2hDLFdBQVcsRUFBRSxDQUFDLFNBQVMsQ0FBQztRQUN4QixTQUFTLEVBQUUsd0JBQXdCLEVBQUU7UUFDckMsUUFBUSxFQUFFO1lBQ1I7Z0JBQ0UsSUFBSSxFQUFFLEVBQUU7Z0JBQ1IsU0FBUyxFQUFFLGtDQUFrQztnQkFDN0MsSUFBSSxFQUFFO29CQUNKLGNBQWMsRUFBRSw4QkFBOEI7b0JBQzlDLG9CQUFvQixFQUFFO3dCQUNwQixHQUFHLHFHQUFnRDt3QkFDbkQsZ0JBQWdCLEVBQUUsMEJBQTBCO3FCQUNWO2lCQUNyQzthQUNGO1NBQ0Y7UUFDRCxLQUFLLEVBQUUsZ0NBQWdDO0tBQ3hDO0NBQ0YsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFJvdXRlcyB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XHJcbmltcG9ydCB7XHJcbiAgYXV0aEd1YXJkLFxyXG4gIFJlcGxhY2VhYmxlQ29tcG9uZW50cyxcclxuICBSZXBsYWNlYWJsZVJvdXRlQ29udGFpbmVyQ29tcG9uZW50LFxyXG4gIFJvdXRlck91dGxldENvbXBvbmVudCxcclxufSBmcm9tICdAYWJwL25nLmNvcmUnO1xyXG5pbXBvcnQgeyBTZXR0aW5nTWFuYWdlbWVudENvbXBvbmVudCB9IGZyb20gJy4vY29tcG9uZW50cy9zZXR0aW5nLW1hbmFnZW1lbnQuY29tcG9uZW50JztcclxuaW1wb3J0IHsgZVNldHRpbmdNYW5hZ2VtZW50Q29tcG9uZW50cyB9IGZyb20gJy4vZW51bXMvY29tcG9uZW50cyc7XHJcblxyXG5leHBvcnQgZnVuY3Rpb24gcHJvdmlkZVNldHRpbmdNYW5hZ2VtZW50KCkge1xyXG4gIHJldHVybiBbXTtcclxufVxyXG5cclxuZXhwb3J0IGNvbnN0IGNyZWF0ZVJvdXRlcyA9ICgpOiBSb3V0ZXMgPT4gW1xyXG4gIHtcclxuICAgIHBhdGg6ICcnLFxyXG4gICAgY29tcG9uZW50OiBSb3V0ZXJPdXRsZXRDb21wb25lbnQsXHJcbiAgICBjYW5BY3RpdmF0ZTogW2F1dGhHdWFyZF0sXHJcbiAgICBwcm92aWRlcnM6IHByb3ZpZGVTZXR0aW5nTWFuYWdlbWVudCgpLFxyXG4gICAgY2hpbGRyZW46IFtcclxuICAgICAge1xyXG4gICAgICAgIHBhdGg6ICcnLFxyXG4gICAgICAgIGNvbXBvbmVudDogUmVwbGFjZWFibGVSb3V0ZUNvbnRhaW5lckNvbXBvbmVudCxcclxuICAgICAgICBkYXRhOiB7XHJcbiAgICAgICAgICByZXF1aXJlZFBvbGljeTogJ0FicEFjY291bnQuU2V0dGluZ01hbmFnZW1lbnQnLFxyXG4gICAgICAgICAgcmVwbGFjZWFibGVDb21wb25lbnQ6IHtcclxuICAgICAgICAgICAga2V5OiBlU2V0dGluZ01hbmFnZW1lbnRDb21wb25lbnRzLlNldHRpbmdNYW5hZ2VtZW50LFxyXG4gICAgICAgICAgICBkZWZhdWx0Q29tcG9uZW50OiBTZXR0aW5nTWFuYWdlbWVudENvbXBvbmVudCxcclxuICAgICAgICAgIH0gYXMgUmVwbGFjZWFibGVDb21wb25lbnRzLlJvdXRlRGF0YSxcclxuICAgICAgICB9LFxyXG4gICAgICB9LFxyXG4gICAgXSxcclxuICAgIHRpdGxlOiAnQWJwU2V0dGluZ01hbmFnZW1lbnQ6OlNldHRpbmdzJyxcclxuICB9LFxyXG5dO1xyXG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './public-api';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWJwLW5nLnNldHRpbmctbWFuYWdlbWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL3NldHRpbmctbWFuYWdlbWVudC9zcmMvYWJwLW5nLnNldHRpbmctbWFuYWdlbWVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19"],"names":["i1"],"mappings":"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"}
package/index.d.ts CHANGED
@@ -1,5 +1,48 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@abp/ng.setting-management" />
5
- export * from './public-api';
1
+ import * as i0 from '@angular/core';
2
+ import { OnDestroy, OnInit, TrackByFunction, ModuleWithProviders, NgModuleFactory } from '@angular/core';
3
+ import { ABP } from '@abp/ng.core';
4
+ import * as i1 from '@angular/router';
5
+ import { Routes } from '@angular/router';
6
+
7
+ declare class SettingManagementComponent implements OnDestroy, OnInit {
8
+ private settingTabsService;
9
+ private subscription;
10
+ settings: ABP.Tab[];
11
+ selected: ABP.Tab;
12
+ trackByFn: TrackByFunction<ABP.Tab>;
13
+ ngOnDestroy(): void;
14
+ ngOnInit(): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<SettingManagementComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<SettingManagementComponent, "abp-setting-management", never, {}, {}, never, never, true, never>;
17
+ }
18
+
19
+ declare class SettingManagementRoutingModule {
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<SettingManagementRoutingModule, never>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SettingManagementRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
22
+ static ɵinj: i0.ɵɵInjectorDeclaration<SettingManagementRoutingModule>;
23
+ }
24
+
25
+ declare const SETTING_MANAGEMENT_MODULE_EXPORTS: (typeof SettingManagementComponent)[];
26
+ declare class SettingManagementModule {
27
+ static forChild(): ModuleWithProviders<SettingManagementModule>;
28
+ /**
29
+ * @deprecated `SettingManagementModule.forLazy()` is deprecated. You can use `createRoutes` **function** instead.
30
+ */
31
+ static forLazy(): NgModuleFactory<SettingManagementModule>;
32
+ static ɵfac: i0.ɵɵFactoryDeclaration<SettingManagementModule, never>;
33
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SettingManagementModule, never, [typeof SettingManagementRoutingModule, typeof SettingManagementComponent], never>;
34
+ static ɵinj: i0.ɵɵInjectorDeclaration<SettingManagementModule>;
35
+ }
36
+
37
+ declare const enum eSettingManagementComponents {
38
+ SettingManagement = "SettingManagement.SettingManagementComponent"
39
+ }
40
+
41
+ declare const enum eSettingManagementRouteNames {
42
+ Settings = "AbpSettingManagement::Settings"
43
+ }
44
+
45
+ declare function provideSettingManagement(): any[];
46
+ declare const createRoutes: () => Routes;
47
+
48
+ export { SETTING_MANAGEMENT_MODULE_EXPORTS, SettingManagementComponent, SettingManagementModule, createRoutes, eSettingManagementComponents, eSettingManagementRouteNames, provideSettingManagement };
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@abp/ng.setting-management",
3
- "version": "9.3.0-rc.2",
3
+ "version": "9.3.0-rc.3",
4
4
  "homepage": "https://abp.io",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/abpframework/abp.git"
8
8
  },
9
9
  "dependencies": {
10
- "@abp/ng.components": "~9.3.0-rc.2",
11
- "@abp/ng.theme.shared": "~9.3.0-rc.2",
10
+ "@abp/ng.components": "~9.3.0-rc.3",
11
+ "@abp/ng.theme.shared": "~9.3.0-rc.3",
12
12
  "tslib": "^2.0.0"
13
13
  },
14
14
  "publishConfig": {
package/proxy/index.d.ts CHANGED
@@ -1,5 +1,73 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@abp/ng.setting-management/proxy" />
5
- export * from './public-api';
1
+ import * as rxjs from 'rxjs';
2
+ import { Rest, RestService } from '@abp/ng.core';
3
+ import * as i0 from '@angular/core';
4
+
5
+ interface NameValue<T = "string"> {
6
+ name?: string;
7
+ value: T;
8
+ }
9
+
10
+ type index_d$1_NameValue<T = "string"> = NameValue<T>;
11
+ declare namespace index_d$1 {
12
+ export type { index_d$1_NameValue as NameValue };
13
+ }
14
+
15
+ declare namespace index_d {
16
+ export {
17
+ index_d$1 as Abp,
18
+ };
19
+ }
20
+
21
+ interface EmailSettingsDto {
22
+ smtpHost?: string;
23
+ smtpPort: number;
24
+ smtpUserName?: string;
25
+ smtpPassword?: string;
26
+ smtpDomain?: string;
27
+ smtpEnableSsl: boolean;
28
+ smtpUseDefaultCredentials: boolean;
29
+ defaultFromAddress?: string;
30
+ defaultFromDisplayName?: string;
31
+ }
32
+ interface SendTestEmailInput {
33
+ senderEmailAddress: string;
34
+ targetEmailAddress: string;
35
+ subject: string;
36
+ body?: string;
37
+ }
38
+ interface UpdateEmailSettingsDto {
39
+ smtpHost?: string;
40
+ smtpPort: number;
41
+ smtpUserName?: string;
42
+ smtpPassword?: string;
43
+ smtpDomain?: string;
44
+ smtpEnableSsl: boolean;
45
+ smtpUseDefaultCredentials: boolean;
46
+ defaultFromAddress: string;
47
+ defaultFromDisplayName: string;
48
+ }
49
+
50
+ declare class EmailSettingsService {
51
+ private restService;
52
+ apiName: string;
53
+ get: (config?: Partial<Rest.Config>) => rxjs.Observable<EmailSettingsDto>;
54
+ sendTestEmail: (input: SendTestEmailInput, config?: Partial<Rest.Config>) => rxjs.Observable<void>;
55
+ update: (input: UpdateEmailSettingsDto, config?: Partial<Rest.Config>) => rxjs.Observable<void>;
56
+ constructor(restService: RestService);
57
+ static ɵfac: i0.ɵɵFactoryDeclaration<EmailSettingsService, never>;
58
+ static ɵprov: i0.ɵɵInjectableDeclaration<EmailSettingsService>;
59
+ }
60
+
61
+ declare class TimeZoneSettingsService {
62
+ private restService;
63
+ apiName: string;
64
+ get: (config?: Partial<Rest.Config>) => rxjs.Observable<string>;
65
+ getTimezones: (config?: Partial<Rest.Config>) => rxjs.Observable<NameValue<"string">[]>;
66
+ update: (timezone: string, config?: Partial<Rest.Config>) => rxjs.Observable<void>;
67
+ constructor(restService: RestService);
68
+ static ɵfac: i0.ɵɵFactoryDeclaration<TimeZoneSettingsService, never>;
69
+ static ɵprov: i0.ɵɵInjectableDeclaration<TimeZoneSettingsService>;
70
+ }
71
+
72
+ export { EmailSettingsService, TimeZoneSettingsService, index_d as Volo };
73
+ export type { EmailSettingsDto, SendTestEmailInput, UpdateEmailSettingsDto };
@@ -1,32 +0,0 @@
1
- import { NgbModalOptions } from '@ng-bootstrap/ng-bootstrap';
2
- import { ToasterService } from '@abp/ng.theme.shared';
3
- import { OnInit } from '@angular/core';
4
- import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
5
- import { SettingManagementPolicyNames } from '../../enums/policy-names';
6
- import { EmailSettingsService } from '@abp/ng.setting-management/proxy';
7
- import { ConfigStateService, LocalizationService } from '@abp/ng.core';
8
- import * as i0 from "@angular/core";
9
- export declare class EmailSettingGroupComponent implements OnInit {
10
- private emailSettingsService;
11
- private fb;
12
- private toasterService;
13
- protected readonly localizationService: LocalizationService;
14
- protected readonly configStateSevice: ConfigStateService;
15
- protected readonly currentUserEmail: import("@angular/core").Signal<any>;
16
- form: UntypedFormGroup;
17
- emailTestForm: UntypedFormGroup;
18
- saving: boolean;
19
- emailingPolicy: SettingManagementPolicyNames;
20
- isEmailTestModalOpen: boolean;
21
- modalSize: NgbModalOptions;
22
- constructor(emailSettingsService: EmailSettingsService, fb: UntypedFormBuilder, toasterService: ToasterService);
23
- ngOnInit(): void;
24
- private getData;
25
- private buildForm;
26
- submit(): void;
27
- openSendEmailModal(): void;
28
- buildEmailTestForm(): void;
29
- emailTestFormSubmit(): void;
30
- static ɵfac: i0.ɵɵFactoryDeclaration<EmailSettingGroupComponent, never>;
31
- static ɵcmp: i0.ɵɵComponentDeclaration<EmailSettingGroupComponent, "abp-email-setting-group", never, {}, {}, never, never, true, never>;
32
- }
@@ -1,3 +0,0 @@
1
- export * from './route-names';
2
- export * from './setting-tab-names';
3
- export * from './policy-names';
@@ -1,3 +0,0 @@
1
- export declare const enum SettingManagementPolicyNames {
2
- Emailing = "SettingManagement.Emailing"
3
- }
@@ -1,3 +0,0 @@
1
- export declare const enum eSettingManagementRouteNames {
2
- Settings = "AbpSettingManagement::Settings"
3
- }
@@ -1,3 +0,0 @@
1
- export declare const enum eSettingManamagementSettingTabNames {
2
- EmailSettingGroup = "AbpSettingManagement::Menu:Emailing"
3
- }
@@ -1,7 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { Observable } from 'rxjs';
3
- export declare const SETTING_MANAGEMENT_FEATURES: InjectionToken<Observable<{
4
- enable: boolean;
5
- }>>;
6
- export declare const SETTING_MANAGEMENT_ROUTE_VISIBILITY: InjectionToken<Observable<boolean>>;
7
- export declare const SETTING_MANAGEMENT_FEATURES_PROVIDERS: import("@angular/core").EnvironmentProviders[];
@@ -1,5 +0,0 @@
1
- export * from './route.provider';
2
- export * from './setting-tab.provider';
3
- export * from './visible.provider';
4
- export * from './setting-management-config.provider';
5
- export * from './features.token';
@@ -1,5 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- import { Observable } from 'rxjs';
3
- export declare function configureRoutes(): void;
4
- export declare const SETTING_MANAGEMENT_HAS_SETTING: InjectionToken<Observable<boolean>>;
5
- export declare const SETTING_MANAGEMENT_ROUTE_PROVIDERS: import("@angular/core").EnvironmentProviders[];
@@ -1 +0,0 @@
1
- export declare function provideSettingManagementConfig(): import("@angular/core").EnvironmentProviders;
@@ -1,2 +0,0 @@
1
- export declare const SETTING_MANAGEMENT_SETTING_TAB_PROVIDERS: import("@angular/core").EnvironmentProviders[];
2
- export declare function configureSettingTabs(): void;
@@ -1,2 +0,0 @@
1
- export declare const SETTING_MANAGEMENT_VISIBLE_PROVIDERS: import("@angular/core").EnvironmentProviders[];
2
- export declare function setSettingManagementVisibility(): void;
@@ -1,16 +0,0 @@
1
- import type { EmailSettingsDto, SendTestEmailInput, UpdateEmailSettingsDto } from './models';
2
- import { RestService } from '@abp/ng.core';
3
- import * as i0 from "@angular/core";
4
- /**
5
- @deprecated This method is deprecated, use it from @abp/ng.setting-management/proxy
6
- */
7
- export declare class EmailSettingsService {
8
- private restService;
9
- apiName: string;
10
- get: () => import("rxjs").Observable<EmailSettingsDto>;
11
- sendTestEmail: (input: SendTestEmailInput) => import("rxjs").Observable<void>;
12
- update: (input: UpdateEmailSettingsDto) => import("rxjs").Observable<void>;
13
- constructor(restService: RestService);
14
- static ɵfac: i0.ɵɵFactoryDeclaration<EmailSettingsService, never>;
15
- static ɵprov: i0.ɵɵInjectableDeclaration<EmailSettingsService>;
16
- }
@@ -1,2 +0,0 @@
1
- export * from './email-settings.service';
2
- export * from './models';
@@ -1,28 +0,0 @@
1
- export interface EmailSettingsDto {
2
- smtpHost?: string;
3
- smtpPort: number;
4
- smtpUserName?: string;
5
- smtpPassword?: string;
6
- smtpDomain?: string;
7
- smtpEnableSsl: boolean;
8
- smtpUseDefaultCredentials: boolean;
9
- defaultFromAddress?: string;
10
- defaultFromDisplayName?: string;
11
- }
12
- export interface SendTestEmailInput {
13
- senderEmailAddress: string;
14
- targetEmailAddress: string;
15
- subject: string;
16
- body?: string;
17
- }
18
- export interface UpdateEmailSettingsDto {
19
- smtpHost?: string;
20
- smtpPort: number;
21
- smtpUserName?: string;
22
- smtpPassword?: string;
23
- smtpDomain?: string;
24
- smtpEnableSsl: boolean;
25
- smtpUseDefaultCredentials: boolean;
26
- defaultFromAddress: string;
27
- defaultFromDisplayName: string;
28
- }
@@ -1 +0,0 @@
1
- export * from './settings-tabs.service';
@@ -1,6 +0,0 @@
1
- import { ABP, AbstractNavTreeService } from '@abp/ng.core';
2
- import * as i0 from "@angular/core";
3
- export declare class SettingTabsService extends AbstractNavTreeService<ABP.Tab> {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<SettingTabsService, never>;
5
- static ɵprov: i0.ɵɵInjectableDeclaration<SettingTabsService>;
6
- }
@@ -1,12 +0,0 @@
1
- import { ModuleWithProviders } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "./components/email-setting-group/email-setting-group.component";
4
- export declare class SettingManagementConfigModule {
5
- /**
6
- * @deprecated forRoot method is deprecated, use `provideSettingManagementConfig` *function* for config settings.
7
- */
8
- static forRoot(): ModuleWithProviders<SettingManagementConfigModule>;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SettingManagementConfigModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SettingManagementConfigModule, never, [typeof i1.EmailSettingGroupComponent], [typeof i1.EmailSettingGroupComponent]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<SettingManagementConfigModule>;
12
- }
@@ -1,6 +0,0 @@
1
- export * from './lib/components/email-setting-group/email-setting-group.component';
2
- export * from './lib/enums';
3
- export * from './lib/providers';
4
- export * from './lib/proxy';
5
- export * from './lib/services';
6
- export * from './lib/setting-management-config.module';
@@ -1,14 +0,0 @@
1
- import { ABP } from '@abp/ng.core';
2
- import { OnDestroy, OnInit, TrackByFunction } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export declare class SettingManagementComponent implements OnDestroy, OnInit {
5
- private settingTabsService;
6
- private subscription;
7
- settings: ABP.Tab[];
8
- selected: ABP.Tab;
9
- trackByFn: TrackByFunction<ABP.Tab>;
10
- ngOnDestroy(): void;
11
- ngOnInit(): void;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<SettingManagementComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<SettingManagementComponent, "abp-setting-management", never, {}, {}, never, never, true, never>;
14
- }
@@ -1,3 +0,0 @@
1
- export declare const enum eSettingManagementComponents {
2
- SettingManagement = "SettingManagement.SettingManagementComponent"
3
- }
@@ -1,2 +0,0 @@
1
- export * from './components';
2
- export * from './route-names';
@@ -1,3 +0,0 @@
1
- export declare const enum eSettingManagementRouteNames {
2
- Settings = "AbpSettingManagement::Settings"
3
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/router";
3
- export declare class SettingManagementRoutingModule {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<SettingManagementRoutingModule, never>;
5
- static ɵmod: i0.ɵɵNgModuleDeclaration<SettingManagementRoutingModule, never, [typeof i1.RouterModule], [typeof i1.RouterModule]>;
6
- static ɵinj: i0.ɵɵInjectorDeclaration<SettingManagementRoutingModule>;
7
- }
@@ -1,16 +0,0 @@
1
- import { ModuleWithProviders, NgModuleFactory } from '@angular/core';
2
- import { SettingManagementComponent } from './components/setting-management.component';
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "./setting-management-routing.module";
5
- import * as i2 from "./components/setting-management.component";
6
- export declare const SETTING_MANAGEMENT_MODULE_EXPORTS: (typeof SettingManagementComponent)[];
7
- export declare class SettingManagementModule {
8
- static forChild(): ModuleWithProviders<SettingManagementModule>;
9
- /**
10
- * @deprecated `SettingManagementModule.forLazy()` is deprecated. You can use `createRoutes` **function** instead.
11
- */
12
- static forLazy(): NgModuleFactory<SettingManagementModule>;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<SettingManagementModule, never>;
14
- static ɵmod: i0.ɵɵNgModuleDeclaration<SettingManagementModule, never, [typeof i1.SettingManagementRoutingModule, typeof i2.SettingManagementComponent], never>;
15
- static ɵinj: i0.ɵɵInjectorDeclaration<SettingManagementModule>;
16
- }
@@ -1,3 +0,0 @@
1
- import { Routes } from '@angular/router';
2
- export declare function provideSettingManagement(): any[];
3
- export declare const createRoutes: () => Routes;
@@ -1,13 +0,0 @@
1
- import type { EmailSettingsDto, SendTestEmailInput, UpdateEmailSettingsDto } from './models';
2
- import { RestService, Rest } from '@abp/ng.core';
3
- import * as i0 from "@angular/core";
4
- export declare class EmailSettingsService {
5
- private restService;
6
- apiName: string;
7
- get: (config?: Partial<Rest.Config>) => import("rxjs").Observable<EmailSettingsDto>;
8
- sendTestEmail: (input: SendTestEmailInput, config?: Partial<Rest.Config>) => import("rxjs").Observable<void>;
9
- update: (input: UpdateEmailSettingsDto, config?: Partial<Rest.Config>) => import("rxjs").Observable<void>;
10
- constructor(restService: RestService);
11
- static ɵfac: i0.ɵɵFactoryDeclaration<EmailSettingsService, never>;
12
- static ɵprov: i0.ɵɵInjectableDeclaration<EmailSettingsService>;
13
- }
@@ -1,5 +0,0 @@
1
- import * as Volo from './volo';
2
- export * from './email-settings.service';
3
- export * from './models';
4
- export * from './time-zone-settings.service';
5
- export { Volo };
@@ -1,28 +0,0 @@
1
- export interface EmailSettingsDto {
2
- smtpHost?: string;
3
- smtpPort: number;
4
- smtpUserName?: string;
5
- smtpPassword?: string;
6
- smtpDomain?: string;
7
- smtpEnableSsl: boolean;
8
- smtpUseDefaultCredentials: boolean;
9
- defaultFromAddress?: string;
10
- defaultFromDisplayName?: string;
11
- }
12
- export interface SendTestEmailInput {
13
- senderEmailAddress: string;
14
- targetEmailAddress: string;
15
- subject: string;
16
- body?: string;
17
- }
18
- export interface UpdateEmailSettingsDto {
19
- smtpHost?: string;
20
- smtpPort: number;
21
- smtpUserName?: string;
22
- smtpPassword?: string;
23
- smtpDomain?: string;
24
- smtpEnableSsl: boolean;
25
- smtpUseDefaultCredentials: boolean;
26
- defaultFromAddress: string;
27
- defaultFromDisplayName: string;
28
- }