@abp/ng.tenant-management 9.3.5 → 9.3.6

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 (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +7 -7
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<TenantUpdateDto | TenantCreateDto>[];
118
+ "TenantManagement.TenantsComponent": _abp_ng_components_extensible.FormProp<TenantCreateDto | TenantUpdateDto>[];
119
119
  };
120
120
  declare const DEFAULT_TENANT_MANAGEMENT_EDIT_FORM_PROPS: {
121
- "TenantManagement.TenantsComponent": _abp_ng_components_extensible.FormProp<TenantUpdateDto | TenantCreateDto>[];
121
+ "TenantManagement.TenantsComponent": _abp_ng_components_extensible.FormProp<TenantCreateDto | TenantUpdateDto>[];
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.5",
3
+ "version": "9.3.6",
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.5",
11
- "@abp/ng.theme.shared": "~9.3.5",
10
+ "@abp/ng.feature-management": "~9.3.6",
11
+ "@abp/ng.theme.shared": "~9.3.6",
12
12
  "tslib": "^2.0.0"
13
13
  },
14
14
  "publishConfig": {
@@ -38,13 +38,13 @@
38
38
  "types": "./index.d.ts",
39
39
  "default": "./fesm2022/abp-ng.tenant-management.mjs"
40
40
  },
41
- "./config": {
42
- "types": "./config/index.d.ts",
43
- "default": "./fesm2022/abp-ng.tenant-management-config.mjs"
44
- },
45
41
  "./proxy": {
46
42
  "types": "./proxy/index.d.ts",
47
43
  "default": "./fesm2022/abp-ng.tenant-management-proxy.mjs"
44
+ },
45
+ "./config": {
46
+ "types": "./config/index.d.ts",
47
+ "default": "./fesm2022/abp-ng.tenant-management-config.mjs"
48
48
  }
49
49
  },
50
50
  "sideEffects": false