@abp/ng.tenant-management 9.3.4 → 9.3.5
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/index.d.ts +2 -2
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -115,10 +115,10 @@ declare const DEFAULT_TENANT_MANAGEMENT_ENTITY_PROPS: {
|
|
|
115
115
|
"TenantManagement.TenantsComponent": _abp_ng_components_extensible.EntityProp<TenantDto>[];
|
|
116
116
|
};
|
|
117
117
|
declare const DEFAULT_TENANT_MANAGEMENT_CREATE_FORM_PROPS: {
|
|
118
|
-
"TenantManagement.TenantsComponent": _abp_ng_components_extensible.FormProp<
|
|
118
|
+
"TenantManagement.TenantsComponent": _abp_ng_components_extensible.FormProp<TenantUpdateDto | TenantCreateDto>[];
|
|
119
119
|
};
|
|
120
120
|
declare const DEFAULT_TENANT_MANAGEMENT_EDIT_FORM_PROPS: {
|
|
121
|
-
"TenantManagement.TenantsComponent": _abp_ng_components_extensible.FormProp<
|
|
121
|
+
"TenantManagement.TenantsComponent": _abp_ng_components_extensible.FormProp<TenantUpdateDto | TenantCreateDto>[];
|
|
122
122
|
};
|
|
123
123
|
declare const TENANT_MANAGEMENT_ENTITY_ACTION_CONTRIBUTORS: InjectionToken<Partial<{
|
|
124
124
|
"TenantManagement.TenantsComponent": EntityActionContributorCallback<TenantDto>[];
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abp/ng.tenant-management",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.5",
|
|
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.feature-management": "~9.3.
|
|
11
|
-
"@abp/ng.theme.shared": "~9.3.
|
|
10
|
+
"@abp/ng.feature-management": "~9.3.5",
|
|
11
|
+
"@abp/ng.theme.shared": "~9.3.5",
|
|
12
12
|
"tslib": "^2.0.0"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|