@abp/ng.identity 5.0.1 → 5.0.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.
Files changed (96) hide show
  1. package/README.md +3 -3
  2. package/abp-ng.identity.d.ts +5 -5
  3. package/bundles/abp-ng.identity-config.umd.js +49 -49
  4. package/bundles/abp-ng.identity-config.umd.js.map +1 -1
  5. package/bundles/abp-ng.identity-proxy.umd.js +136 -136
  6. package/bundles/abp-ng.identity-proxy.umd.js.map +1 -1
  7. package/bundles/abp-ng.identity.umd.js +937 -937
  8. package/bundles/abp-ng.identity.umd.js.map +1 -1
  9. package/config/abp-ng.identity-config.d.ts +5 -5
  10. package/config/enums/index.d.ts +2 -2
  11. package/config/enums/policy-names.d.ts +5 -5
  12. package/config/enums/route-names.d.ts +5 -5
  13. package/config/identity-config.module.d.ts +8 -8
  14. package/config/providers/index.d.ts +1 -1
  15. package/config/providers/route.provider.d.ts +8 -8
  16. package/config/public-api.d.ts +3 -3
  17. package/esm2015/abp-ng.identity.js +4 -4
  18. package/esm2015/config/abp-ng.identity-config.js +4 -4
  19. package/esm2015/config/enums/index.js +3 -3
  20. package/esm2015/config/enums/policy-names.js +2 -2
  21. package/esm2015/config/enums/route-names.js +2 -2
  22. package/esm2015/config/identity-config.module.js +18 -18
  23. package/esm2015/config/providers/index.js +2 -2
  24. package/esm2015/config/providers/route.provider.js +35 -35
  25. package/esm2015/config/public-api.js +4 -4
  26. package/esm2015/lib/components/index.js +3 -3
  27. package/esm2015/lib/components/roles/roles.component.js +112 -112
  28. package/esm2015/lib/components/users/users.component.js +144 -144
  29. package/esm2015/lib/defaults/default-roles-entity-actions.js +30 -30
  30. package/esm2015/lib/defaults/default-roles-entity-props.js +24 -24
  31. package/esm2015/lib/defaults/default-roles-form-props.js +28 -28
  32. package/esm2015/lib/defaults/default-roles-toolbar-actions.js +14 -14
  33. package/esm2015/lib/defaults/default-users-entity-actions.js +29 -29
  34. package/esm2015/lib/defaults/default-users-entity-props.js +35 -35
  35. package/esm2015/lib/defaults/default-users-form-props.js +64 -64
  36. package/esm2015/lib/defaults/default-users-toolbar-actions.js +14 -14
  37. package/esm2015/lib/enums/components.js +2 -2
  38. package/esm2015/lib/enums/index.js +2 -2
  39. package/esm2015/lib/guards/extensions.guard.js +36 -36
  40. package/esm2015/lib/guards/index.js +2 -2
  41. package/esm2015/lib/identity-routing.module.js +53 -53
  42. package/esm2015/lib/identity.module.js +83 -83
  43. package/esm2015/lib/models/config-options.js +2 -2
  44. package/esm2015/lib/models/index.js +2 -2
  45. package/esm2015/lib/tokens/extensions.token.js +35 -35
  46. package/esm2015/lib/tokens/index.js +2 -2
  47. package/esm2015/proxy/abp-ng.identity-proxy.js +4 -4
  48. package/esm2015/proxy/lib/index.js +3 -3
  49. package/esm2015/proxy/lib/proxy/identity/identity-role.service.js +46 -46
  50. package/esm2015/proxy/lib/proxy/identity/identity-user-lookup.service.js +37 -37
  51. package/esm2015/proxy/lib/proxy/identity/identity-user.service.js +63 -63
  52. package/esm2015/proxy/lib/proxy/identity/index.js +5 -5
  53. package/esm2015/proxy/lib/proxy/identity/models.js +2 -2
  54. package/esm2015/proxy/lib/proxy/users/index.js +2 -2
  55. package/esm2015/proxy/lib/proxy/users/models.js +2 -2
  56. package/esm2015/proxy/public-api.js +2 -2
  57. package/esm2015/public-api.js +7 -7
  58. package/fesm2015/abp-ng.identity-config.js +46 -46
  59. package/fesm2015/abp-ng.identity-config.js.map +1 -1
  60. package/fesm2015/abp-ng.identity-proxy.js +130 -130
  61. package/fesm2015/abp-ng.identity-proxy.js.map +1 -1
  62. package/fesm2015/abp-ng.identity.js +590 -590
  63. package/fesm2015/abp-ng.identity.js.map +1 -1
  64. package/lib/components/index.d.ts +2 -2
  65. package/lib/components/roles/roles.component.d.ts +35 -35
  66. package/lib/components/users/users.component.d.ts +41 -41
  67. package/lib/defaults/default-roles-entity-actions.d.ts +3 -3
  68. package/lib/defaults/default-roles-entity-props.d.ts +3 -3
  69. package/lib/defaults/default-roles-form-props.d.ts +4 -4
  70. package/lib/defaults/default-roles-toolbar-actions.d.ts +3 -3
  71. package/lib/defaults/default-users-entity-actions.d.ts +3 -3
  72. package/lib/defaults/default-users-entity-props.d.ts +3 -3
  73. package/lib/defaults/default-users-form-props.d.ts +4 -4
  74. package/lib/defaults/default-users-toolbar-actions.d.ts +3 -3
  75. package/lib/enums/components.d.ts +4 -4
  76. package/lib/enums/index.d.ts +1 -1
  77. package/lib/guards/extensions.guard.d.ts +11 -11
  78. package/lib/guards/index.d.ts +1 -1
  79. package/lib/identity-routing.module.d.ts +7 -7
  80. package/lib/identity.module.d.ts +19 -19
  81. package/lib/models/config-options.d.ts +30 -30
  82. package/lib/models/index.d.ts +1 -1
  83. package/lib/tokens/extensions.token.d.ts +43 -43
  84. package/lib/tokens/index.d.ts +1 -1
  85. package/package.json +4 -4
  86. package/proxy/abp-ng.identity-proxy.d.ts +5 -5
  87. package/proxy/lib/index.d.ts +2 -2
  88. package/proxy/lib/proxy/identity/identity-role.service.d.ts +17 -17
  89. package/proxy/lib/proxy/identity/identity-user-lookup.service.d.ts +16 -16
  90. package/proxy/lib/proxy/identity/identity-user.service.d.ts +21 -21
  91. package/proxy/lib/proxy/identity/index.d.ts +4 -4
  92. package/proxy/lib/proxy/identity/models.d.ts +64 -64
  93. package/proxy/lib/proxy/users/index.d.ts +1 -1
  94. package/proxy/lib/proxy/users/models.d.ts +11 -11
  95. package/proxy/public-api.d.ts +1 -1
  96. package/public-api.d.ts +6 -6
@@ -2,142 +2,142 @@ import * as i1 from '@abp/ng.core';
2
2
  import * as i0 from '@angular/core';
3
3
  import { Injectable } from '@angular/core';
4
4
 
5
- class IdentityRoleService {
6
- constructor(restService) {
7
- this.restService = restService;
8
- this.apiName = 'AbpIdentity';
9
- this.create = (input) => this.restService.request({
10
- method: 'POST',
11
- url: '/api/identity/roles',
12
- body: input,
13
- }, { apiName: this.apiName });
14
- this.delete = (id) => this.restService.request({
15
- method: 'DELETE',
16
- url: `/api/identity/roles/${id}`,
17
- }, { apiName: this.apiName });
18
- this.get = (id) => this.restService.request({
19
- method: 'GET',
20
- url: `/api/identity/roles/${id}`,
21
- }, { apiName: this.apiName });
22
- this.getAllList = () => this.restService.request({
23
- method: 'GET',
24
- url: '/api/identity/roles/all',
25
- }, { apiName: this.apiName });
26
- this.getList = (input) => this.restService.request({
27
- method: 'GET',
28
- url: '/api/identity/roles',
29
- params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },
30
- }, { apiName: this.apiName });
31
- this.update = (id, input) => this.restService.request({
32
- method: 'PUT',
33
- url: `/api/identity/roles/${id}`,
34
- body: input,
35
- }, { apiName: this.apiName });
36
- }
37
- }
38
- IdentityRoleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityRoleService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
39
- IdentityRoleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityRoleService, providedIn: 'root' });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityRoleService, decorators: [{
41
- type: Injectable,
42
- args: [{
43
- providedIn: 'root',
44
- }]
5
+ class IdentityRoleService {
6
+ constructor(restService) {
7
+ this.restService = restService;
8
+ this.apiName = 'AbpIdentity';
9
+ this.create = (input) => this.restService.request({
10
+ method: 'POST',
11
+ url: '/api/identity/roles',
12
+ body: input,
13
+ }, { apiName: this.apiName });
14
+ this.delete = (id) => this.restService.request({
15
+ method: 'DELETE',
16
+ url: `/api/identity/roles/${id}`,
17
+ }, { apiName: this.apiName });
18
+ this.get = (id) => this.restService.request({
19
+ method: 'GET',
20
+ url: `/api/identity/roles/${id}`,
21
+ }, { apiName: this.apiName });
22
+ this.getAllList = () => this.restService.request({
23
+ method: 'GET',
24
+ url: '/api/identity/roles/all',
25
+ }, { apiName: this.apiName });
26
+ this.getList = (input) => this.restService.request({
27
+ method: 'GET',
28
+ url: '/api/identity/roles',
29
+ params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },
30
+ }, { apiName: this.apiName });
31
+ this.update = (id, input) => this.restService.request({
32
+ method: 'PUT',
33
+ url: `/api/identity/roles/${id}`,
34
+ body: input,
35
+ }, { apiName: this.apiName });
36
+ }
37
+ }
38
+ IdentityRoleService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityRoleService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
39
+ IdentityRoleService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityRoleService, providedIn: 'root' });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityRoleService, decorators: [{
41
+ type: Injectable,
42
+ args: [{
43
+ providedIn: 'root',
44
+ }]
45
45
  }], ctorParameters: function () { return [{ type: i1.RestService }]; } });
46
46
 
47
- class IdentityUserLookupService {
48
- constructor(restService) {
49
- this.restService = restService;
50
- this.apiName = 'AbpIdentity';
51
- this.findById = (id) => this.restService.request({
52
- method: 'GET',
53
- url: `/api/identity/users/lookup/${id}`,
54
- }, { apiName: this.apiName });
55
- this.findByUserName = (userName) => this.restService.request({
56
- method: 'GET',
57
- url: `/api/identity/users/lookup/by-username/${userName}`,
58
- }, { apiName: this.apiName });
59
- this.getCount = (input) => this.restService.request({
60
- method: 'GET',
61
- url: '/api/identity/users/lookup/count',
62
- params: { filter: input.filter },
63
- }, { apiName: this.apiName });
64
- this.search = (input) => this.restService.request({
65
- method: 'GET',
66
- url: '/api/identity/users/lookup/search',
67
- params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },
68
- }, { apiName: this.apiName });
69
- }
70
- }
71
- IdentityUserLookupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityUserLookupService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
72
- IdentityUserLookupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityUserLookupService, providedIn: 'root' });
73
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityUserLookupService, decorators: [{
74
- type: Injectable,
75
- args: [{
76
- providedIn: 'root',
77
- }]
47
+ class IdentityUserLookupService {
48
+ constructor(restService) {
49
+ this.restService = restService;
50
+ this.apiName = 'AbpIdentity';
51
+ this.findById = (id) => this.restService.request({
52
+ method: 'GET',
53
+ url: `/api/identity/users/lookup/${id}`,
54
+ }, { apiName: this.apiName });
55
+ this.findByUserName = (userName) => this.restService.request({
56
+ method: 'GET',
57
+ url: `/api/identity/users/lookup/by-username/${userName}`,
58
+ }, { apiName: this.apiName });
59
+ this.getCount = (input) => this.restService.request({
60
+ method: 'GET',
61
+ url: '/api/identity/users/lookup/count',
62
+ params: { filter: input.filter },
63
+ }, { apiName: this.apiName });
64
+ this.search = (input) => this.restService.request({
65
+ method: 'GET',
66
+ url: '/api/identity/users/lookup/search',
67
+ params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },
68
+ }, { apiName: this.apiName });
69
+ }
70
+ }
71
+ IdentityUserLookupService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityUserLookupService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
72
+ IdentityUserLookupService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityUserLookupService, providedIn: 'root' });
73
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityUserLookupService, decorators: [{
74
+ type: Injectable,
75
+ args: [{
76
+ providedIn: 'root',
77
+ }]
78
78
  }], ctorParameters: function () { return [{ type: i1.RestService }]; } });
79
79
 
80
- class IdentityUserService {
81
- constructor(restService) {
82
- this.restService = restService;
83
- this.apiName = 'AbpIdentity';
84
- this.create = (input) => this.restService.request({
85
- method: 'POST',
86
- url: '/api/identity/users',
87
- body: input,
88
- }, { apiName: this.apiName });
89
- this.delete = (id) => this.restService.request({
90
- method: 'DELETE',
91
- url: `/api/identity/users/${id}`,
92
- }, { apiName: this.apiName });
93
- this.findByEmail = (email) => this.restService.request({
94
- method: 'GET',
95
- url: `/api/identity/users/by-email/${email}`,
96
- }, { apiName: this.apiName });
97
- this.findByUsername = (userName) => this.restService.request({
98
- method: 'GET',
99
- url: `/api/identity/users/by-username/${userName}`,
100
- }, { apiName: this.apiName });
101
- this.get = (id) => this.restService.request({
102
- method: 'GET',
103
- url: `/api/identity/users/${id}`,
104
- }, { apiName: this.apiName });
105
- this.getAssignableRoles = () => this.restService.request({
106
- method: 'GET',
107
- url: '/api/identity/users/assignable-roles',
108
- }, { apiName: this.apiName });
109
- this.getList = (input) => this.restService.request({
110
- method: 'GET',
111
- url: '/api/identity/users',
112
- params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },
113
- }, { apiName: this.apiName });
114
- this.getRoles = (id) => this.restService.request({
115
- method: 'GET',
116
- url: `/api/identity/users/${id}/roles`,
117
- }, { apiName: this.apiName });
118
- this.update = (id, input) => this.restService.request({
119
- method: 'PUT',
120
- url: `/api/identity/users/${id}`,
121
- body: input,
122
- }, { apiName: this.apiName });
123
- this.updateRoles = (id, input) => this.restService.request({
124
- method: 'PUT',
125
- url: `/api/identity/users/${id}/roles`,
126
- body: input,
127
- }, { apiName: this.apiName });
128
- }
129
- }
130
- IdentityUserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityUserService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
131
- IdentityUserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityUserService, providedIn: 'root' });
132
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityUserService, decorators: [{
133
- type: Injectable,
134
- args: [{
135
- providedIn: 'root',
136
- }]
80
+ class IdentityUserService {
81
+ constructor(restService) {
82
+ this.restService = restService;
83
+ this.apiName = 'AbpIdentity';
84
+ this.create = (input) => this.restService.request({
85
+ method: 'POST',
86
+ url: '/api/identity/users',
87
+ body: input,
88
+ }, { apiName: this.apiName });
89
+ this.delete = (id) => this.restService.request({
90
+ method: 'DELETE',
91
+ url: `/api/identity/users/${id}`,
92
+ }, { apiName: this.apiName });
93
+ this.findByEmail = (email) => this.restService.request({
94
+ method: 'GET',
95
+ url: `/api/identity/users/by-email/${email}`,
96
+ }, { apiName: this.apiName });
97
+ this.findByUsername = (userName) => this.restService.request({
98
+ method: 'GET',
99
+ url: `/api/identity/users/by-username/${userName}`,
100
+ }, { apiName: this.apiName });
101
+ this.get = (id) => this.restService.request({
102
+ method: 'GET',
103
+ url: `/api/identity/users/${id}`,
104
+ }, { apiName: this.apiName });
105
+ this.getAssignableRoles = () => this.restService.request({
106
+ method: 'GET',
107
+ url: '/api/identity/users/assignable-roles',
108
+ }, { apiName: this.apiName });
109
+ this.getList = (input) => this.restService.request({
110
+ method: 'GET',
111
+ url: '/api/identity/users',
112
+ params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },
113
+ }, { apiName: this.apiName });
114
+ this.getRoles = (id) => this.restService.request({
115
+ method: 'GET',
116
+ url: `/api/identity/users/${id}/roles`,
117
+ }, { apiName: this.apiName });
118
+ this.update = (id, input) => this.restService.request({
119
+ method: 'PUT',
120
+ url: `/api/identity/users/${id}`,
121
+ body: input,
122
+ }, { apiName: this.apiName });
123
+ this.updateRoles = (id, input) => this.restService.request({
124
+ method: 'PUT',
125
+ url: `/api/identity/users/${id}/roles`,
126
+ body: input,
127
+ }, { apiName: this.apiName });
128
+ }
129
+ }
130
+ IdentityUserService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityUserService, deps: [{ token: i1.RestService }], target: i0.ɵɵFactoryTarget.Injectable });
131
+ IdentityUserService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityUserService, providedIn: 'root' });
132
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0, type: IdentityUserService, decorators: [{
133
+ type: Injectable,
134
+ args: [{
135
+ providedIn: 'root',
136
+ }]
137
137
  }], ctorParameters: function () { return [{ type: i1.RestService }]; } });
138
138
 
139
- /**
140
- * Generated bundle index. Do not edit.
139
+ /**
140
+ * Generated bundle index. Do not edit.
141
141
  */
142
142
 
143
143
  export { IdentityRoleService, IdentityUserLookupService, IdentityUserService };
@@ -1 +1 @@
1
- {"version":3,"file":"abp-ng.identity-proxy.js","sources":["../../../../packages/identity/proxy/src/lib/proxy/identity/identity-role.service.ts","../../../../packages/identity/proxy/src/lib/proxy/identity/identity-user-lookup.service.ts","../../../../packages/identity/proxy/src/lib/proxy/identity/identity-user.service.ts","../../../../packages/identity/proxy/src/abp-ng.identity-proxy.ts"],"sourcesContent":["import type { GetIdentityRolesInput, IdentityRoleCreateDto, IdentityRoleDto, IdentityRoleUpdateDto } from './models';\r\nimport { RestService } from '@abp/ng.core';\r\nimport type { ListResultDto, PagedResultDto } from '@abp/ng.core';\r\nimport { Injectable } from '@angular/core';\r\n\r\n@Injectable({\r\n providedIn: 'root',\r\n})\r\nexport class IdentityRoleService {\r\n apiName = 'AbpIdentity';\r\n\r\n create = (input: IdentityRoleCreateDto) =>\r\n this.restService.request<any, IdentityRoleDto>({\r\n method: 'POST',\r\n url: '/api/identity/roles',\r\n body: input,\r\n },\r\n { apiName: this.apiName });\r\n\r\n delete = (id: string) =>\r\n this.restService.request<any, void>({\r\n method: 'DELETE',\r\n url: `/api/identity/roles/${id}`,\r\n },\r\n { apiName: this.apiName });\r\n\r\n get = (id: string) =>\r\n this.restService.request<any, IdentityRoleDto>({\r\n method: 'GET',\r\n url: `/api/identity/roles/${id}`,\r\n },\r\n { apiName: this.apiName });\r\n\r\n getAllList = () =>\r\n this.restService.request<any, ListResultDto<IdentityRoleDto>>({\r\n method: 'GET',\r\n url: '/api/identity/roles/all',\r\n },\r\n { apiName: this.apiName });\r\n\r\n getList = (input: GetIdentityRolesInput) =>\r\n this.restService.request<any, PagedResultDto<IdentityRoleDto>>({\r\n method: 'GET',\r\n url: '/api/identity/roles',\r\n params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },\r\n },\r\n { apiName: this.apiName });\r\n\r\n update = (id: string, input: IdentityRoleUpdateDto) =>\r\n this.restService.request<any, IdentityRoleDto>({\r\n method: 'PUT',\r\n url: `/api/identity/roles/${id}`,\r\n body: input,\r\n },\r\n { apiName: this.apiName });\r\n\r\n constructor(private restService: RestService) {}\r\n}\r\n","import type { UserLookupCountInputDto, UserLookupSearchInputDto } from './models';\r\nimport { RestService } from '@abp/ng.core';\r\nimport type { ListResultDto } from '@abp/ng.core';\r\nimport { Injectable } from '@angular/core';\r\nimport type { UserData } from '../users/models';\r\n\r\n@Injectable({\r\n providedIn: 'root',\r\n})\r\nexport class IdentityUserLookupService {\r\n apiName = 'AbpIdentity';\r\n\r\n findById = (id: string) =>\r\n this.restService.request<any, UserData>({\r\n method: 'GET',\r\n url: `/api/identity/users/lookup/${id}`,\r\n },\r\n { apiName: this.apiName });\r\n\r\n findByUserName = (userName: string) =>\r\n this.restService.request<any, UserData>({\r\n method: 'GET',\r\n url: `/api/identity/users/lookup/by-username/${userName}`,\r\n },\r\n { apiName: this.apiName });\r\n\r\n getCount = (input: UserLookupCountInputDto) =>\r\n this.restService.request<any, number>({\r\n method: 'GET',\r\n url: '/api/identity/users/lookup/count',\r\n params: { filter: input.filter },\r\n },\r\n { apiName: this.apiName });\r\n\r\n search = (input: UserLookupSearchInputDto) =>\r\n this.restService.request<any, ListResultDto<UserData>>({\r\n method: 'GET',\r\n url: '/api/identity/users/lookup/search',\r\n params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },\r\n },\r\n { apiName: this.apiName });\r\n\r\n constructor(private restService: RestService) {}\r\n}\r\n","import type { GetIdentityUsersInput, IdentityRoleDto, IdentityUserCreateDto, IdentityUserDto, IdentityUserUpdateDto, IdentityUserUpdateRolesDto } from './models';\r\nimport { RestService } from '@abp/ng.core';\r\nimport type { ListResultDto, PagedResultDto } from '@abp/ng.core';\r\nimport { Injectable } from '@angular/core';\r\n\r\n@Injectable({\r\n providedIn: 'root',\r\n})\r\nexport class IdentityUserService {\r\n apiName = 'AbpIdentity';\r\n\r\n create = (input: IdentityUserCreateDto) =>\r\n this.restService.request<any, IdentityUserDto>({\r\n method: 'POST',\r\n url: '/api/identity/users',\r\n body: input,\r\n },\r\n { apiName: this.apiName });\r\n\r\n delete = (id: string) =>\r\n this.restService.request<any, void>({\r\n method: 'DELETE',\r\n url: `/api/identity/users/${id}`,\r\n },\r\n { apiName: this.apiName });\r\n\r\n findByEmail = (email: string) =>\r\n this.restService.request<any, IdentityUserDto>({\r\n method: 'GET',\r\n url: `/api/identity/users/by-email/${email}`,\r\n },\r\n { apiName: this.apiName });\r\n\r\n findByUsername = (userName: string) =>\r\n this.restService.request<any, IdentityUserDto>({\r\n method: 'GET',\r\n url: `/api/identity/users/by-username/${userName}`,\r\n },\r\n { apiName: this.apiName });\r\n\r\n get = (id: string) =>\r\n this.restService.request<any, IdentityUserDto>({\r\n method: 'GET',\r\n url: `/api/identity/users/${id}`,\r\n },\r\n { apiName: this.apiName });\r\n\r\n getAssignableRoles = () =>\r\n this.restService.request<any, ListResultDto<IdentityRoleDto>>({\r\n method: 'GET',\r\n url: '/api/identity/users/assignable-roles',\r\n },\r\n { apiName: this.apiName });\r\n\r\n getList = (input: GetIdentityUsersInput) =>\r\n this.restService.request<any, PagedResultDto<IdentityUserDto>>({\r\n method: 'GET',\r\n url: '/api/identity/users',\r\n params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },\r\n },\r\n { apiName: this.apiName });\r\n\r\n getRoles = (id: string) =>\r\n this.restService.request<any, ListResultDto<IdentityRoleDto>>({\r\n method: 'GET',\r\n url: `/api/identity/users/${id}/roles`,\r\n },\r\n { apiName: this.apiName });\r\n\r\n update = (id: string, input: IdentityUserUpdateDto) =>\r\n this.restService.request<any, IdentityUserDto>({\r\n method: 'PUT',\r\n url: `/api/identity/users/${id}`,\r\n body: input,\r\n },\r\n { apiName: this.apiName });\r\n\r\n updateRoles = (id: string, input: IdentityUserUpdateRolesDto) =>\r\n this.restService.request<any, void>({\r\n method: 'PUT',\r\n url: `/api/identity/users/${id}/roles`,\r\n body: input,\r\n },\r\n { apiName: this.apiName });\r\n\r\n constructor(private restService: RestService) {}\r\n}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAQa,mBAAmB;IAgD9B,YAAoB,WAAwB;QAAxB,gBAAW,GAAX,WAAW,CAAa;QA/C5C,YAAO,GAAG,aAAa,CAAC;QAExB,WAAM,GAAG,CAAC,KAA4B,KACpC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAuB;YAC7C,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,qBAAqB;YAC1B,IAAI,EAAE,KAAK;SACZ,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,WAAM,GAAG,CAAC,EAAU,KAClB,IAAI,CAAC,WAAW,CAAC,OAAO,CAAY;YAClC,MAAM,EAAE,QAAQ;YAChB,GAAG,EAAE,uBAAuB,EAAE,EAAE;SACjC,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,QAAG,GAAG,CAAC,EAAU,KACf,IAAI,CAAC,WAAW,CAAC,OAAO,CAAuB;YAC7C,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,uBAAuB,EAAE,EAAE;SACjC,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,eAAU,GAAG,MACX,IAAI,CAAC,WAAW,CAAC,OAAO,CAAsC;YAC5D,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,yBAAyB;SAC/B,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,YAAO,GAAG,CAAC,KAA4B,KACrC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAuC;YAC7D,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,qBAAqB;YAC1B,MAAM,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE,SAAS,EAAE,KAAK,CAAC,SAAS,EAAE,cAAc,EAAE,KAAK,CAAC,cAAc,EAAE;SAC3H,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,WAAM,GAAG,CAAC,EAAU,EAAE,KAA4B,KAChD,IAAI,CAAC,WAAW,CAAC,OAAO,CAAuB;YAC7C,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,uBAAuB,EAAE,EAAE;YAChC,IAAI,EAAE,KAAK;SACZ,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;KAEmB;;iHAhDrC,mBAAmB;qHAAnB,mBAAmB,cAFlB,MAAM;4FAEP,mBAAmB;kBAH/B,UAAU;mBAAC;oBACV,UAAU,EAAE,MAAM;iBACnB;;;MCEY,yBAAyB;IAiCpC,YAAoB,WAAwB;QAAxB,gBAAW,GAAX,WAAW,CAAa;QAhC5C,YAAO,GAAG,aAAa,CAAC;QAExB,aAAQ,GAAG,CAAC,EAAU,KACpB,IAAI,CAAC,WAAW,CAAC,OAAO,CAAgB;YACtC,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,8BAA8B,EAAE,EAAE;SACxC,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,mBAAc,GAAG,CAAC,QAAgB,KAChC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAgB;YACtC,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,0CAA0C,QAAQ,EAAE;SAC1D,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,aAAQ,GAAG,CAAC,KAA8B,KACxC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAc;YACpC,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,kCAAkC;YACvC,MAAM,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE;SACjC,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,WAAM,GAAG,CAAC,KAA+B,KACvC,IAAI,CAAC,WAAW,CAAC,OAAO,CAA+B;YACrD,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,mCAAmC;YACxC,MAAM,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE,SAAS,EAAE,KAAK,CAAC,SAAS,EAAE,cAAc,EAAE,KAAK,CAAC,cAAc,EAAE;SAC3H,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;KAEmB;;uHAjCrC,yBAAyB;2HAAzB,yBAAyB,cAFxB,MAAM;4FAEP,yBAAyB;kBAHrC,UAAU;mBAAC;oBACV,UAAU,EAAE,MAAM;iBACnB;;;MCAY,mBAAmB;IA6E9B,YAAoB,WAAwB;QAAxB,gBAAW,GAAX,WAAW,CAAa;QA5E5C,YAAO,GAAG,aAAa,CAAC;QAExB,WAAM,GAAG,CAAC,KAA4B,KACpC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAuB;YAC7C,MAAM,EAAE,MAAM;YACd,GAAG,EAAE,qBAAqB;YAC1B,IAAI,EAAE,KAAK;SACZ,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,WAAM,GAAG,CAAC,EAAU,KAClB,IAAI,CAAC,WAAW,CAAC,OAAO,CAAY;YAClC,MAAM,EAAE,QAAQ;YAChB,GAAG,EAAE,uBAAuB,EAAE,EAAE;SACjC,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,gBAAW,GAAG,CAAC,KAAa,KAC1B,IAAI,CAAC,WAAW,CAAC,OAAO,CAAuB;YAC7C,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,gCAAgC,KAAK,EAAE;SAC7C,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,mBAAc,GAAG,CAAC,QAAgB,KAChC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAuB;YAC7C,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,mCAAmC,QAAQ,EAAE;SACnD,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,QAAG,GAAG,CAAC,EAAU,KACf,IAAI,CAAC,WAAW,CAAC,OAAO,CAAuB;YAC7C,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,uBAAuB,EAAE,EAAE;SACjC,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,uBAAkB,GAAG,MACnB,IAAI,CAAC,WAAW,CAAC,OAAO,CAAsC;YAC5D,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,sCAAsC;SAC5C,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,YAAO,GAAG,CAAC,KAA4B,KACrC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAuC;YAC7D,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,qBAAqB;YAC1B,MAAM,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE,SAAS,EAAE,KAAK,CAAC,SAAS,EAAE,cAAc,EAAE,KAAK,CAAC,cAAc,EAAE;SAC3H,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,aAAQ,GAAG,CAAC,EAAU,KACpB,IAAI,CAAC,WAAW,CAAC,OAAO,CAAsC;YAC5D,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,uBAAuB,EAAE,QAAQ;SACvC,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,WAAM,GAAG,CAAC,EAAU,EAAE,KAA4B,KAChD,IAAI,CAAC,WAAW,CAAC,OAAO,CAAuB;YAC7C,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,uBAAuB,EAAE,EAAE;YAChC,IAAI,EAAE,KAAK;SACZ,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;QAE7B,gBAAW,GAAG,CAAC,EAAU,EAAE,KAAiC,KAC1D,IAAI,CAAC,WAAW,CAAC,OAAO,CAAY;YAClC,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,uBAAuB,EAAE,QAAQ;YACtC,IAAI,EAAE,KAAK;SACZ,EACD,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC;KAEmB;;iHA7ErC,mBAAmB;qHAAnB,mBAAmB,cAFlB,MAAM;4FAEP,mBAAmB;kBAH/B,UAAU;mBAAC;oBACV,UAAU,EAAE,MAAM;iBACnB;;;ACPD;;;;;;"}
1
+ {"version":3,"file":"abp-ng.identity-proxy.js","sources":["../../../../packages/identity/proxy/src/lib/proxy/identity/identity-role.service.ts","../../../../packages/identity/proxy/src/lib/proxy/identity/identity-user-lookup.service.ts","../../../../packages/identity/proxy/src/lib/proxy/identity/identity-user.service.ts","../../../../packages/identity/proxy/src/abp-ng.identity-proxy.ts"],"sourcesContent":["import type { GetIdentityRolesInput, IdentityRoleCreateDto, IdentityRoleDto, IdentityRoleUpdateDto } from './models';\nimport { RestService } from '@abp/ng.core';\nimport type { ListResultDto, PagedResultDto } from '@abp/ng.core';\nimport { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class IdentityRoleService {\n apiName = 'AbpIdentity';\n\n create = (input: IdentityRoleCreateDto) =>\n this.restService.request<any, IdentityRoleDto>({\n method: 'POST',\n url: '/api/identity/roles',\n body: input,\n },\n { apiName: this.apiName });\n\n delete = (id: string) =>\n this.restService.request<any, void>({\n method: 'DELETE',\n url: `/api/identity/roles/${id}`,\n },\n { apiName: this.apiName });\n\n get = (id: string) =>\n this.restService.request<any, IdentityRoleDto>({\n method: 'GET',\n url: `/api/identity/roles/${id}`,\n },\n { apiName: this.apiName });\n\n getAllList = () =>\n this.restService.request<any, ListResultDto<IdentityRoleDto>>({\n method: 'GET',\n url: '/api/identity/roles/all',\n },\n { apiName: this.apiName });\n\n getList = (input: GetIdentityRolesInput) =>\n this.restService.request<any, PagedResultDto<IdentityRoleDto>>({\n method: 'GET',\n url: '/api/identity/roles',\n params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },\n },\n { apiName: this.apiName });\n\n update = (id: string, input: IdentityRoleUpdateDto) =>\n this.restService.request<any, IdentityRoleDto>({\n method: 'PUT',\n url: `/api/identity/roles/${id}`,\n body: input,\n },\n { apiName: this.apiName });\n\n constructor(private restService: RestService) {}\n}\n","import type { UserLookupCountInputDto, UserLookupSearchInputDto } from './models';\nimport { RestService } from '@abp/ng.core';\nimport type { ListResultDto } from '@abp/ng.core';\nimport { Injectable } from '@angular/core';\nimport type { UserData } from '../users/models';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class IdentityUserLookupService {\n apiName = 'AbpIdentity';\n\n findById = (id: string) =>\n this.restService.request<any, UserData>({\n method: 'GET',\n url: `/api/identity/users/lookup/${id}`,\n },\n { apiName: this.apiName });\n\n findByUserName = (userName: string) =>\n this.restService.request<any, UserData>({\n method: 'GET',\n url: `/api/identity/users/lookup/by-username/${userName}`,\n },\n { apiName: this.apiName });\n\n getCount = (input: UserLookupCountInputDto) =>\n this.restService.request<any, number>({\n method: 'GET',\n url: '/api/identity/users/lookup/count',\n params: { filter: input.filter },\n },\n { apiName: this.apiName });\n\n search = (input: UserLookupSearchInputDto) =>\n this.restService.request<any, ListResultDto<UserData>>({\n method: 'GET',\n url: '/api/identity/users/lookup/search',\n params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },\n },\n { apiName: this.apiName });\n\n constructor(private restService: RestService) {}\n}\n","import type { GetIdentityUsersInput, IdentityRoleDto, IdentityUserCreateDto, IdentityUserDto, IdentityUserUpdateDto, IdentityUserUpdateRolesDto } from './models';\nimport { RestService } from '@abp/ng.core';\nimport type { ListResultDto, PagedResultDto } from '@abp/ng.core';\nimport { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class IdentityUserService {\n apiName = 'AbpIdentity';\n\n create = (input: IdentityUserCreateDto) =>\n this.restService.request<any, IdentityUserDto>({\n method: 'POST',\n url: '/api/identity/users',\n body: input,\n },\n { apiName: this.apiName });\n\n delete = (id: string) =>\n this.restService.request<any, void>({\n method: 'DELETE',\n url: `/api/identity/users/${id}`,\n },\n { apiName: this.apiName });\n\n findByEmail = (email: string) =>\n this.restService.request<any, IdentityUserDto>({\n method: 'GET',\n url: `/api/identity/users/by-email/${email}`,\n },\n { apiName: this.apiName });\n\n findByUsername = (userName: string) =>\n this.restService.request<any, IdentityUserDto>({\n method: 'GET',\n url: `/api/identity/users/by-username/${userName}`,\n },\n { apiName: this.apiName });\n\n get = (id: string) =>\n this.restService.request<any, IdentityUserDto>({\n method: 'GET',\n url: `/api/identity/users/${id}`,\n },\n { apiName: this.apiName });\n\n getAssignableRoles = () =>\n this.restService.request<any, ListResultDto<IdentityRoleDto>>({\n method: 'GET',\n url: '/api/identity/users/assignable-roles',\n },\n { apiName: this.apiName });\n\n getList = (input: GetIdentityUsersInput) =>\n this.restService.request<any, PagedResultDto<IdentityUserDto>>({\n method: 'GET',\n url: '/api/identity/users',\n params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },\n },\n { apiName: this.apiName });\n\n getRoles = (id: string) =>\n this.restService.request<any, ListResultDto<IdentityRoleDto>>({\n method: 'GET',\n url: `/api/identity/users/${id}/roles`,\n },\n { apiName: this.apiName });\n\n update = (id: string, input: IdentityUserUpdateDto) =>\n this.restService.request<any, IdentityUserDto>({\n method: 'PUT',\n url: `/api/identity/users/${id}`,\n body: input,\n },\n { apiName: this.apiName });\n\n updateRoles = (id: string, input: IdentityUserUpdateRolesDto) =>\n this.restService.request<any, void>({\n method: 'PUT',\n url: `/api/identity/users/${id}/roles`,\n body: input,\n },\n { apiName: this.apiName });\n\n constructor(private restService: RestService) {}\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}