@abp/ng.setting-management 7.2.2 → 7.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.
- package/README.md +129 -2
- package/config/index.d.ts +5 -5
- package/config/lib/components/email-setting-group/email-setting-group.component.d.ts +28 -28
- package/config/lib/enums/index.d.ts +3 -3
- package/config/lib/enums/policy-names.d.ts +3 -3
- package/config/lib/enums/route-names.d.ts +3 -3
- package/config/lib/enums/setting-tab-names.d.ts +3 -3
- package/config/lib/providers/features.token.d.ts +13 -13
- package/config/lib/providers/index.d.ts +3 -3
- package/config/lib/providers/route.provider.d.ts +16 -16
- package/config/lib/providers/setting-tab.provider.d.ts +8 -8
- package/config/lib/providers/visible.provider.d.ts +8 -8
- package/config/lib/proxy/email-settings.service.d.ts +13 -13
- package/config/lib/proxy/index.d.ts +2 -2
- package/config/lib/proxy/models.d.ts +28 -28
- package/config/lib/services/index.d.ts +1 -1
- package/config/lib/services/settings-tabs.service.d.ts +6 -6
- package/config/lib/setting-management-config.module.d.ts +12 -12
- package/config/public-api.d.ts +6 -6
- package/{esm2020 → esm2022}/abp-ng.setting-management.mjs +4 -4
- package/{esm2020 → esm2022}/config/abp-ng.setting-management-config.mjs +4 -4
- package/esm2022/config/lib/components/email-setting-group/email-setting-group.component.mjs +85 -0
- package/{esm2020 → esm2022}/config/lib/enums/index.mjs +3 -3
- package/{esm2020 → esm2022}/config/lib/enums/policy-names.mjs +1 -1
- package/{esm2020 → esm2022}/config/lib/enums/route-names.mjs +1 -1
- package/{esm2020 → esm2022}/config/lib/enums/setting-tab-names.mjs +1 -1
- package/{esm2020 → esm2022}/config/lib/providers/features.token.mjs +29 -29
- package/{esm2020 → esm2022}/config/lib/providers/index.mjs +3 -3
- package/{esm2020 → esm2022}/config/lib/providers/route.provider.mjs +33 -33
- package/{esm2020 → esm2022}/config/lib/providers/setting-tab.provider.mjs +23 -23
- package/{esm2020 → esm2022}/config/lib/providers/visible.provider.mjs +25 -25
- package/esm2022/config/lib/proxy/email-settings.service.mjs +34 -0
- package/{esm2020 → esm2022}/config/lib/proxy/index.mjs +2 -2
- package/{esm2020 → esm2022}/config/lib/proxy/models.mjs +1 -1
- package/{esm2020 → esm2022}/config/lib/services/index.mjs +1 -1
- package/esm2022/config/lib/services/settings-tabs.service.mjs +13 -0
- package/esm2022/config/lib/setting-management-config.module.mjs +36 -0
- package/{esm2020 → esm2022}/config/public-api.mjs +6 -6
- package/esm2022/lib/components/setting-management.component.mjs +34 -0
- package/{esm2020 → esm2022}/lib/enums/components.mjs +1 -1
- package/{esm2020 → esm2022}/lib/enums/index.mjs +2 -2
- package/{esm2020 → esm2022}/lib/enums/route-names.mjs +1 -1
- package/esm2022/lib/setting-management-routing.module.mjs +40 -0
- package/esm2022/lib/setting-management.module.mjs +31 -0
- package/{esm2020 → esm2022}/public-api.mjs +3 -3
- package/fesm2022/abp-ng.setting-management-config.mjs +254 -0
- package/fesm2022/abp-ng.setting-management-config.mjs.map +1 -0
- package/{fesm2020 → fesm2022}/abp-ng.setting-management.mjs +78 -78
- package/fesm2022/abp-ng.setting-management.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/components/setting-management.component.d.ts +16 -16
- package/lib/enums/components.d.ts +3 -3
- package/lib/enums/index.d.ts +2 -2
- package/lib/enums/route-names.d.ts +3 -3
- package/lib/setting-management-routing.module.d.ts +7 -7
- package/lib/setting-management.module.d.ts +14 -14
- package/package.json +25 -19
- package/public-api.d.ts +3 -3
- package/config/src/lib/proxy/README.md +0 -17
- package/esm2020/config/lib/components/email-setting-group/email-setting-group.component.mjs +0 -84
- package/esm2020/config/lib/proxy/email-settings.service.mjs +0 -33
- package/esm2020/config/lib/services/settings-tabs.service.mjs +0 -12
- package/esm2020/config/lib/setting-management-config.module.mjs +0 -35
- package/esm2020/lib/components/setting-management.component.mjs +0 -33
- package/esm2020/lib/setting-management-routing.module.mjs +0 -39
- package/esm2020/lib/setting-management.module.mjs +0 -30
- package/fesm2015/abp-ng.setting-management-config.mjs +0 -254
- package/fesm2015/abp-ng.setting-management-config.mjs.map +0 -1
- package/fesm2015/abp-ng.setting-management.mjs +0 -100
- package/fesm2015/abp-ng.setting-management.mjs.map +0 -1
- package/fesm2020/abp-ng.setting-management-config.mjs +0 -254
- package/fesm2020/abp-ng.setting-management-config.mjs.map +0 -1
- package/fesm2020/abp-ng.setting-management.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -1,3 +1,130 @@
|
|
|
1
|
-
|
|
1
|
+
## ℹ️ Description
|
|
2
2
|
|
|
3
|
-
[
|
|
3
|
+
ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. This package is a part of the [ABP Framework](https://abp.io) and contains client-side files.
|
|
4
|
+
For more information, check out the below links:
|
|
5
|
+
|
|
6
|
+
🔗Official Website: https://abp.io
|
|
7
|
+
|
|
8
|
+
🔗Commercial Website: https://commercial.abp.io
|
|
9
|
+
|
|
10
|
+
🔗Commercial Demo: https://commercial.abp.io/demo
|
|
11
|
+
|
|
12
|
+
🔗GitHub Repository: https://github.com/abpframework/abp
|
|
13
|
+
|
|
14
|
+
🔗Official Theme: https://www.LeptonTheme.com
|
|
15
|
+
|
|
16
|
+
🔗Documentation: https://docs.abp.io
|
|
17
|
+
|
|
18
|
+
🔗Community: https://community.abp.io
|
|
19
|
+
|
|
20
|
+
🔗Blog: https://blog.abp.io
|
|
21
|
+
|
|
22
|
+
🔗Books: https://abp.io/books
|
|
23
|
+
|
|
24
|
+
🔗Twitter: https://twitter.com/abpframework
|
|
25
|
+
|
|
26
|
+
🔗Discord: https://community.abp.io/discord
|
|
27
|
+
|
|
28
|
+
🔗Stackoverflow: https://stackoverflow.com/questions/tagged/abp
|
|
29
|
+
|
|
30
|
+
🔗YouTube: https://www.youtube.com/@Volosoft
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## 🤔 Why ABP Platform?
|
|
34
|
+
|
|
35
|
+
Why should you use the ABP.IO Platform instead of creating a new solution from scratch?
|
|
36
|
+
|
|
37
|
+
You can find the answer here 👉🏻 [Why ABP Platform?](https://docs.abp.io/en/commercial/latest/why-abp-io-platform)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## 🚀 Key Features of the ABP Framework
|
|
41
|
+
|
|
42
|
+
🟡 Modularity
|
|
43
|
+
|
|
44
|
+
🟡 Multi-Tenancy
|
|
45
|
+
|
|
46
|
+
🟡 Bootstrap Tag Helpers
|
|
47
|
+
|
|
48
|
+
🟡 Dynamic Forms
|
|
49
|
+
|
|
50
|
+
🟡 Authentication
|
|
51
|
+
|
|
52
|
+
🟡 Authorization
|
|
53
|
+
|
|
54
|
+
🟡 Distributed Event Bus
|
|
55
|
+
|
|
56
|
+
🟡 BLOB Storing
|
|
57
|
+
|
|
58
|
+
🟡 Text Templating
|
|
59
|
+
|
|
60
|
+
🟡 Tooling: ABP CLI
|
|
61
|
+
|
|
62
|
+
🟡 Cross-Cutting Concerns
|
|
63
|
+
|
|
64
|
+
🟡 Bundling & Minification
|
|
65
|
+
|
|
66
|
+
🟡 Virtual File System
|
|
67
|
+
|
|
68
|
+
🟡 Theming
|
|
69
|
+
|
|
70
|
+
🟡 Background Jobs
|
|
71
|
+
|
|
72
|
+
🟡 DDD Infrastructure
|
|
73
|
+
|
|
74
|
+
🟡 Auto REST APIs
|
|
75
|
+
|
|
76
|
+
🟡 Dynamic Client Proxies
|
|
77
|
+
|
|
78
|
+
🟡 Multiple Database Providers
|
|
79
|
+
|
|
80
|
+
🟡 Data filtering
|
|
81
|
+
|
|
82
|
+
🟡 Test Infrastructure
|
|
83
|
+
|
|
84
|
+
🟡 Audit Logging
|
|
85
|
+
|
|
86
|
+
🟡 Object to Object Mapping
|
|
87
|
+
|
|
88
|
+
🟡 Email & SMS Abstractions
|
|
89
|
+
|
|
90
|
+
🟡 Localization
|
|
91
|
+
|
|
92
|
+
🟡 Setting Management
|
|
93
|
+
|
|
94
|
+
🟡 Extension Methods
|
|
95
|
+
|
|
96
|
+
🟡 Aspect Oriented Programming
|
|
97
|
+
|
|
98
|
+
🟡 Dependency Injection
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## 🧐 How It Works?
|
|
102
|
+
|
|
103
|
+
The following page explains how you use the ABP.IO Platform as a .NET developer 👉 [How it works?](https://commercial.abp.io/how-it-works)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### 📘 Supported Database Providers
|
|
107
|
+
|
|
108
|
+
🔵 Entity Framework Core
|
|
109
|
+
|
|
110
|
+
🔵 MongoDB
|
|
111
|
+
|
|
112
|
+
🔵 Dapper
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
### 🎴 Supported UI Frameworks
|
|
116
|
+
|
|
117
|
+
🔵 Angular
|
|
118
|
+
|
|
119
|
+
🔵 Razor Pages
|
|
120
|
+
|
|
121
|
+
🔵 Blazor Web Assembly
|
|
122
|
+
|
|
123
|
+
🔵 Blazor Server
|
|
124
|
+
|
|
125
|
+
🔵 MAUI with Blazor Hybrid
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
## 📫 Bug & Support
|
|
129
|
+
|
|
130
|
+
Support for open-source ABP Framework client-side packages is available at [GitHub Issues](https://github.com/abpframework/abp/issues), and the commercial support is available at [support.abp.io](https://support.abp.io).
|
package/config/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@abp/ng.setting-management/config" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@abp/ng.setting-management/config" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -1,28 +1,28 @@
|
|
|
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 '../../proxy/email-settings.service';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class EmailSettingGroupComponent implements OnInit {
|
|
9
|
-
private emailSettingsService;
|
|
10
|
-
private fb;
|
|
11
|
-
private toasterService;
|
|
12
|
-
form: UntypedFormGroup;
|
|
13
|
-
emailTestForm: UntypedFormGroup;
|
|
14
|
-
saving: boolean;
|
|
15
|
-
emailingPolicy: SettingManagementPolicyNames;
|
|
16
|
-
isEmailTestModalOpen: boolean;
|
|
17
|
-
modalSize: NgbModalOptions;
|
|
18
|
-
constructor(emailSettingsService: EmailSettingsService, fb: UntypedFormBuilder, toasterService: ToasterService);
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
private getData;
|
|
21
|
-
private buildForm;
|
|
22
|
-
submit(): void;
|
|
23
|
-
openSendEmailModal(): void;
|
|
24
|
-
buildEmailTestForm(): void;
|
|
25
|
-
emailTestFormSubmit(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EmailSettingGroupComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EmailSettingGroupComponent, "abp-email-setting-group", never, {}, {}, never, never, false, never>;
|
|
28
|
-
}
|
|
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 '../../proxy/email-settings.service';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class EmailSettingGroupComponent implements OnInit {
|
|
9
|
+
private emailSettingsService;
|
|
10
|
+
private fb;
|
|
11
|
+
private toasterService;
|
|
12
|
+
form: UntypedFormGroup;
|
|
13
|
+
emailTestForm: UntypedFormGroup;
|
|
14
|
+
saving: boolean;
|
|
15
|
+
emailingPolicy: SettingManagementPolicyNames;
|
|
16
|
+
isEmailTestModalOpen: boolean;
|
|
17
|
+
modalSize: NgbModalOptions;
|
|
18
|
+
constructor(emailSettingsService: EmailSettingsService, fb: UntypedFormBuilder, toasterService: ToasterService);
|
|
19
|
+
ngOnInit(): void;
|
|
20
|
+
private getData;
|
|
21
|
+
private buildForm;
|
|
22
|
+
submit(): void;
|
|
23
|
+
openSendEmailModal(): void;
|
|
24
|
+
buildEmailTestForm(): void;
|
|
25
|
+
emailTestFormSubmit(): void;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmailSettingGroupComponent, never>;
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmailSettingGroupComponent, "abp-email-setting-group", never, {}, {}, never, never, false, never>;
|
|
28
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './route-names';
|
|
2
|
-
export * from './setting-tab-names';
|
|
3
|
-
export * from './policy-names';
|
|
1
|
+
export * from './route-names';
|
|
2
|
+
export * from './setting-tab-names';
|
|
3
|
+
export * from './policy-names';
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const enum SettingManagementPolicyNames {
|
|
2
|
-
Emailing = "SettingManagement.Emailing"
|
|
3
|
-
}
|
|
1
|
+
export declare const enum SettingManagementPolicyNames {
|
|
2
|
+
Emailing = "SettingManagement.Emailing"
|
|
3
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const enum eSettingManagementRouteNames {
|
|
2
|
-
Settings = "AbpSettingManagement::Settings"
|
|
3
|
-
}
|
|
1
|
+
export declare const enum eSettingManagementRouteNames {
|
|
2
|
+
Settings = "AbpSettingManagement::Settings"
|
|
3
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const enum eSettingManamagementSettingTabNames {
|
|
2
|
-
EmailSettingGroup = "AbpSettingManagement::Menu:Emailing"
|
|
3
|
-
}
|
|
1
|
+
export declare const enum eSettingManamagementSettingTabNames {
|
|
2
|
+
EmailSettingGroup = "AbpSettingManagement::Menu:Emailing"
|
|
3
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { noop } from '@abp/ng.core';
|
|
2
|
-
import { InjectionToken } from '@angular/core';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
export declare const SETTING_MANAGEMENT_FEATURES: InjectionToken<Observable<{
|
|
5
|
-
enable: boolean;
|
|
6
|
-
}>>;
|
|
7
|
-
export declare const SETTING_MANAGEMENT_ROUTE_VISIBILITY: InjectionToken<Observable<boolean>>;
|
|
8
|
-
export declare const SETTING_MANAGEMENT_FEATURES_PROVIDERS: {
|
|
9
|
-
provide: InjectionToken<readonly (() => void | Observable<unknown> | Promise<unknown>)[]>;
|
|
10
|
-
useFactory: typeof noop;
|
|
11
|
-
deps: InjectionToken<Observable<boolean>>[];
|
|
12
|
-
multi: boolean;
|
|
13
|
-
}[];
|
|
1
|
+
import { noop } from '@abp/ng.core';
|
|
2
|
+
import { InjectionToken } from '@angular/core';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
export declare const SETTING_MANAGEMENT_FEATURES: InjectionToken<Observable<{
|
|
5
|
+
enable: boolean;
|
|
6
|
+
}>>;
|
|
7
|
+
export declare const SETTING_MANAGEMENT_ROUTE_VISIBILITY: InjectionToken<Observable<boolean>>;
|
|
8
|
+
export declare const SETTING_MANAGEMENT_FEATURES_PROVIDERS: {
|
|
9
|
+
provide: InjectionToken<readonly (() => void | Observable<unknown> | Promise<unknown>)[]>;
|
|
10
|
+
useFactory: typeof noop;
|
|
11
|
+
deps: InjectionToken<Observable<boolean>>[];
|
|
12
|
+
multi: boolean;
|
|
13
|
+
}[];
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './route.provider';
|
|
2
|
-
export * from './setting-tab.provider';
|
|
3
|
-
export * from './visible.provider';
|
|
1
|
+
export * from './route.provider';
|
|
2
|
+
export * from './setting-tab.provider';
|
|
3
|
+
export * from './visible.provider';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { noop, RoutesService } from '@abp/ng.core';
|
|
2
|
-
import { InjectionToken } from '@angular/core';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
|
-
export declare function configureRoutes(routesService: RoutesService): () => void;
|
|
5
|
-
export declare const SETTING_MANAGEMENT_HAS_SETTING: InjectionToken<Observable<boolean>>;
|
|
6
|
-
export declare const SETTING_MANAGEMENT_ROUTE_PROVIDERS: ({
|
|
7
|
-
provide: InjectionToken<readonly (() => void | Observable<unknown> | Promise<unknown>)[]>;
|
|
8
|
-
useFactory: typeof configureRoutes;
|
|
9
|
-
deps: (typeof RoutesService)[];
|
|
10
|
-
multi: boolean;
|
|
11
|
-
} | {
|
|
12
|
-
provide: InjectionToken<readonly (() => void | Observable<unknown> | Promise<unknown>)[]>;
|
|
13
|
-
useFactory: typeof noop;
|
|
14
|
-
deps: InjectionToken<Observable<boolean>>[];
|
|
15
|
-
multi: boolean;
|
|
16
|
-
})[];
|
|
1
|
+
import { noop, RoutesService } from '@abp/ng.core';
|
|
2
|
+
import { InjectionToken } from '@angular/core';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
export declare function configureRoutes(routesService: RoutesService): () => void;
|
|
5
|
+
export declare const SETTING_MANAGEMENT_HAS_SETTING: InjectionToken<Observable<boolean>>;
|
|
6
|
+
export declare const SETTING_MANAGEMENT_ROUTE_PROVIDERS: ({
|
|
7
|
+
provide: InjectionToken<readonly (() => void | Observable<unknown> | Promise<unknown>)[]>;
|
|
8
|
+
useFactory: typeof configureRoutes;
|
|
9
|
+
deps: (typeof RoutesService)[];
|
|
10
|
+
multi: boolean;
|
|
11
|
+
} | {
|
|
12
|
+
provide: InjectionToken<readonly (() => void | Observable<unknown> | Promise<unknown>)[]>;
|
|
13
|
+
useFactory: typeof noop;
|
|
14
|
+
deps: InjectionToken<Observable<boolean>>[];
|
|
15
|
+
multi: boolean;
|
|
16
|
+
})[];
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { SettingTabsService } from '../services/settings-tabs.service';
|
|
2
|
-
export declare const SETTING_MANAGEMENT_SETTING_TAB_PROVIDERS: {
|
|
3
|
-
provide: import("@angular/core").InjectionToken<readonly (() => void | import("rxjs").Observable<unknown> | Promise<unknown>)[]>;
|
|
4
|
-
useFactory: typeof configureSettingTabs;
|
|
5
|
-
deps: (typeof SettingTabsService)[];
|
|
6
|
-
multi: boolean;
|
|
7
|
-
}[];
|
|
8
|
-
export declare function configureSettingTabs(settingTabs: SettingTabsService): () => void;
|
|
1
|
+
import { SettingTabsService } from '../services/settings-tabs.service';
|
|
2
|
+
export declare const SETTING_MANAGEMENT_SETTING_TAB_PROVIDERS: {
|
|
3
|
+
provide: import("@angular/core").InjectionToken<readonly (() => void | import("rxjs").Observable<unknown> | Promise<unknown>)[]>;
|
|
4
|
+
useFactory: typeof configureSettingTabs;
|
|
5
|
+
deps: (typeof SettingTabsService)[];
|
|
6
|
+
multi: boolean;
|
|
7
|
+
}[];
|
|
8
|
+
export declare function configureSettingTabs(settingTabs: SettingTabsService): () => void;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
export declare const SETTING_MANAGEMENT_VISIBLE_PROVIDERS: {
|
|
3
|
-
provide: import("@angular/core").InjectionToken<readonly (() => void | import("rxjs").Observable<unknown> | Promise<unknown>)[]>;
|
|
4
|
-
useFactory: typeof setSettingManagementVisibility;
|
|
5
|
-
deps: (typeof Injector)[];
|
|
6
|
-
multi: boolean;
|
|
7
|
-
}[];
|
|
8
|
-
export declare function setSettingManagementVisibility(injector: Injector): () => void;
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
export declare const SETTING_MANAGEMENT_VISIBLE_PROVIDERS: {
|
|
3
|
+
provide: import("@angular/core").InjectionToken<readonly (() => void | import("rxjs").Observable<unknown> | Promise<unknown>)[]>;
|
|
4
|
+
useFactory: typeof setSettingManagementVisibility;
|
|
5
|
+
deps: (typeof Injector)[];
|
|
6
|
+
multi: boolean;
|
|
7
|
+
}[];
|
|
8
|
+
export declare function setSettingManagementVisibility(injector: Injector): () => void;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import type { EmailSettingsDto, SendTestEmailInput, UpdateEmailSettingsDto } from './models';
|
|
2
|
-
import { RestService } from '@abp/ng.core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class EmailSettingsService {
|
|
5
|
-
private restService;
|
|
6
|
-
apiName: string;
|
|
7
|
-
get: () => import("rxjs").Observable<EmailSettingsDto>;
|
|
8
|
-
sendTestEmail: (input: SendTestEmailInput) => import("rxjs").Observable<void>;
|
|
9
|
-
update: (input: UpdateEmailSettingsDto) => import("rxjs").Observable<void>;
|
|
10
|
-
constructor(restService: RestService);
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EmailSettingsService, never>;
|
|
12
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<EmailSettingsService>;
|
|
13
|
-
}
|
|
1
|
+
import type { EmailSettingsDto, SendTestEmailInput, UpdateEmailSettingsDto } from './models';
|
|
2
|
+
import { RestService } from '@abp/ng.core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class EmailSettingsService {
|
|
5
|
+
private restService;
|
|
6
|
+
apiName: string;
|
|
7
|
+
get: () => import("rxjs").Observable<EmailSettingsDto>;
|
|
8
|
+
sendTestEmail: (input: SendTestEmailInput) => import("rxjs").Observable<void>;
|
|
9
|
+
update: (input: UpdateEmailSettingsDto) => import("rxjs").Observable<void>;
|
|
10
|
+
constructor(restService: RestService);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EmailSettingsService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<EmailSettingsService>;
|
|
13
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './email-settings.service';
|
|
2
|
-
export * from './models';
|
|
1
|
+
export * from './email-settings.service';
|
|
2
|
+
export * from './models';
|
|
@@ -1,28 +1,28 @@
|
|
|
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
|
+
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 +1 @@
|
|
|
1
|
-
export * from './settings-tabs.service';
|
|
1
|
+
export * from './settings-tabs.service';
|
|
@@ -1,6 +1,6 @@
|
|
|
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
|
+
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 +1,12 @@
|
|
|
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
|
-
import * as i2 from "@abp/ng.core";
|
|
5
|
-
import * as i3 from "@abp/ng.theme.shared";
|
|
6
|
-
import * as i4 from "@ngx-validate/core";
|
|
7
|
-
export declare class SettingManagementConfigModule {
|
|
8
|
-
static forRoot(): ModuleWithProviders<SettingManagementConfigModule>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SettingManagementConfigModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SettingManagementConfigModule, [typeof i1.EmailSettingGroupComponent], [typeof i2.CoreModule, typeof i3.ThemeSharedModule, typeof i4.NgxValidateCoreModule], [typeof i1.EmailSettingGroupComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SettingManagementConfigModule>;
|
|
12
|
-
}
|
|
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
|
+
import * as i2 from "@abp/ng.core";
|
|
5
|
+
import * as i3 from "@abp/ng.theme.shared";
|
|
6
|
+
import * as i4 from "@ngx-validate/core";
|
|
7
|
+
export declare class SettingManagementConfigModule {
|
|
8
|
+
static forRoot(): ModuleWithProviders<SettingManagementConfigModule>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SettingManagementConfigModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SettingManagementConfigModule, [typeof i1.EmailSettingGroupComponent], [typeof i2.CoreModule, typeof i3.ThemeSharedModule, typeof i4.NgxValidateCoreModule], [typeof i1.EmailSettingGroupComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SettingManagementConfigModule>;
|
|
12
|
+
}
|
package/config/public-api.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
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
|
+
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,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
5
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWJwLW5nLnNldHRpbmctbWFuYWdlbWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3BhY2thZ2VzL3NldHRpbmctbWFuYWdlbWVudC9zcmMvYWJwLW5nLnNldHRpbmctbWFuYWdlbWVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
export * from './public-api';
|
|
5
5
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYWJwLW5nLnNldHRpbmctbWFuYWdlbWVudC1jb25maWcuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9zZXR0aW5nLW1hbmFnZW1lbnQvY29uZmlnL3NyYy9hYnAtbmcuc2V0dGluZy1tYW5hZ2VtZW50LWNvbmZpZy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpYy1hcGknO1xuIl19
|