@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.
- package/README.md +3 -3
- package/abp-ng.identity.d.ts +5 -5
- package/bundles/abp-ng.identity-config.umd.js +49 -49
- package/bundles/abp-ng.identity-config.umd.js.map +1 -1
- package/bundles/abp-ng.identity-proxy.umd.js +136 -136
- package/bundles/abp-ng.identity-proxy.umd.js.map +1 -1
- package/bundles/abp-ng.identity.umd.js +937 -937
- package/bundles/abp-ng.identity.umd.js.map +1 -1
- package/config/abp-ng.identity-config.d.ts +5 -5
- package/config/enums/index.d.ts +2 -2
- package/config/enums/policy-names.d.ts +5 -5
- package/config/enums/route-names.d.ts +5 -5
- package/config/identity-config.module.d.ts +8 -8
- package/config/providers/index.d.ts +1 -1
- package/config/providers/route.provider.d.ts +8 -8
- package/config/public-api.d.ts +3 -3
- package/esm2015/abp-ng.identity.js +4 -4
- package/esm2015/config/abp-ng.identity-config.js +4 -4
- package/esm2015/config/enums/index.js +3 -3
- package/esm2015/config/enums/policy-names.js +2 -2
- package/esm2015/config/enums/route-names.js +2 -2
- package/esm2015/config/identity-config.module.js +18 -18
- package/esm2015/config/providers/index.js +2 -2
- package/esm2015/config/providers/route.provider.js +35 -35
- package/esm2015/config/public-api.js +4 -4
- package/esm2015/lib/components/index.js +3 -3
- package/esm2015/lib/components/roles/roles.component.js +112 -112
- package/esm2015/lib/components/users/users.component.js +144 -144
- package/esm2015/lib/defaults/default-roles-entity-actions.js +30 -30
- package/esm2015/lib/defaults/default-roles-entity-props.js +24 -24
- package/esm2015/lib/defaults/default-roles-form-props.js +28 -28
- package/esm2015/lib/defaults/default-roles-toolbar-actions.js +14 -14
- package/esm2015/lib/defaults/default-users-entity-actions.js +29 -29
- package/esm2015/lib/defaults/default-users-entity-props.js +35 -35
- package/esm2015/lib/defaults/default-users-form-props.js +64 -64
- package/esm2015/lib/defaults/default-users-toolbar-actions.js +14 -14
- package/esm2015/lib/enums/components.js +2 -2
- package/esm2015/lib/enums/index.js +2 -2
- package/esm2015/lib/guards/extensions.guard.js +36 -36
- package/esm2015/lib/guards/index.js +2 -2
- package/esm2015/lib/identity-routing.module.js +53 -53
- package/esm2015/lib/identity.module.js +83 -83
- package/esm2015/lib/models/config-options.js +2 -2
- package/esm2015/lib/models/index.js +2 -2
- package/esm2015/lib/tokens/extensions.token.js +35 -35
- package/esm2015/lib/tokens/index.js +2 -2
- package/esm2015/proxy/abp-ng.identity-proxy.js +4 -4
- package/esm2015/proxy/lib/index.js +3 -3
- package/esm2015/proxy/lib/proxy/identity/identity-role.service.js +46 -46
- package/esm2015/proxy/lib/proxy/identity/identity-user-lookup.service.js +37 -37
- package/esm2015/proxy/lib/proxy/identity/identity-user.service.js +63 -63
- package/esm2015/proxy/lib/proxy/identity/index.js +5 -5
- package/esm2015/proxy/lib/proxy/identity/models.js +2 -2
- package/esm2015/proxy/lib/proxy/users/index.js +2 -2
- package/esm2015/proxy/lib/proxy/users/models.js +2 -2
- package/esm2015/proxy/public-api.js +2 -2
- package/esm2015/public-api.js +7 -7
- package/fesm2015/abp-ng.identity-config.js +46 -46
- package/fesm2015/abp-ng.identity-config.js.map +1 -1
- package/fesm2015/abp-ng.identity-proxy.js +130 -130
- package/fesm2015/abp-ng.identity-proxy.js.map +1 -1
- package/fesm2015/abp-ng.identity.js +590 -590
- package/fesm2015/abp-ng.identity.js.map +1 -1
- package/lib/components/index.d.ts +2 -2
- package/lib/components/roles/roles.component.d.ts +35 -35
- package/lib/components/users/users.component.d.ts +41 -41
- package/lib/defaults/default-roles-entity-actions.d.ts +3 -3
- package/lib/defaults/default-roles-entity-props.d.ts +3 -3
- package/lib/defaults/default-roles-form-props.d.ts +4 -4
- package/lib/defaults/default-roles-toolbar-actions.d.ts +3 -3
- package/lib/defaults/default-users-entity-actions.d.ts +3 -3
- package/lib/defaults/default-users-entity-props.d.ts +3 -3
- package/lib/defaults/default-users-form-props.d.ts +4 -4
- package/lib/defaults/default-users-toolbar-actions.d.ts +3 -3
- package/lib/enums/components.d.ts +4 -4
- package/lib/enums/index.d.ts +1 -1
- package/lib/guards/extensions.guard.d.ts +11 -11
- package/lib/guards/index.d.ts +1 -1
- package/lib/identity-routing.module.d.ts +7 -7
- package/lib/identity.module.d.ts +19 -19
- package/lib/models/config-options.d.ts +30 -30
- package/lib/models/index.d.ts +1 -1
- package/lib/tokens/extensions.token.d.ts +43 -43
- package/lib/tokens/index.d.ts +1 -1
- package/package.json +4 -4
- package/proxy/abp-ng.identity-proxy.d.ts +5 -5
- package/proxy/lib/index.d.ts +2 -2
- package/proxy/lib/proxy/identity/identity-role.service.d.ts +17 -17
- package/proxy/lib/proxy/identity/identity-user-lookup.service.d.ts +16 -16
- package/proxy/lib/proxy/identity/identity-user.service.d.ts +21 -21
- package/proxy/lib/proxy/identity/index.d.ts +4 -4
- package/proxy/lib/proxy/identity/models.d.ts +64 -64
- package/proxy/lib/proxy/users/index.d.ts +1 -1
- package/proxy/lib/proxy/users/models.d.ts +11 -11
- package/proxy/public-api.d.ts +1 -1
- package/public-api.d.ts +6 -6
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<h1> @abp/ng.identity </h1>
|
|
2
|
-
|
|
3
|
-
[docs.abp.io](https://docs.abp.io)
|
|
1
|
+
<h1> @abp/ng.identity </h1>
|
|
2
|
+
|
|
3
|
+
[docs.abp.io](https://docs.abp.io)
|
package/abp-ng.identity.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@abp/ng.identity" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@abp/ng.identity" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -24,59 +24,59 @@
|
|
|
24
24
|
|
|
25
25
|
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
26
26
|
|
|
27
|
-
var IDENTITY_ROUTE_PROVIDERS = [
|
|
28
|
-
{ provide: i0.APP_INITIALIZER, useFactory: configureRoutes, deps: [ng_core.RoutesService], multi: true },
|
|
29
|
-
];
|
|
30
|
-
function configureRoutes(routesService) {
|
|
31
|
-
return function () {
|
|
32
|
-
routesService.add([
|
|
33
|
-
{
|
|
34
|
-
path: undefined,
|
|
35
|
-
name: "AbpIdentity::Menu:IdentityManagement" /* IdentityManagement */,
|
|
36
|
-
parentName: "AbpUiNavigation::Menu:Administration" /* Administration */,
|
|
37
|
-
requiredPolicy: "AbpIdentity.Roles || AbpIdentity.Users" /* IdentityManagement */,
|
|
38
|
-
iconClass: 'fa fa-id-card-o',
|
|
39
|
-
layout: "application" /* application */,
|
|
40
|
-
order: 1,
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
path: '/identity/roles',
|
|
44
|
-
name: "AbpIdentity::Roles" /* Roles */,
|
|
45
|
-
parentName: "AbpIdentity::Menu:IdentityManagement" /* IdentityManagement */,
|
|
46
|
-
requiredPolicy: "AbpIdentity.Roles" /* Roles */,
|
|
47
|
-
order: 1,
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
path: '/identity/users',
|
|
51
|
-
name: "AbpIdentity::Users" /* Users */,
|
|
52
|
-
parentName: "AbpIdentity::Menu:IdentityManagement" /* IdentityManagement */,
|
|
53
|
-
requiredPolicy: "AbpIdentity.Users" /* Users */,
|
|
54
|
-
order: 2,
|
|
55
|
-
},
|
|
56
|
-
]);
|
|
57
|
-
};
|
|
27
|
+
var IDENTITY_ROUTE_PROVIDERS = [
|
|
28
|
+
{ provide: i0.APP_INITIALIZER, useFactory: configureRoutes, deps: [ng_core.RoutesService], multi: true },
|
|
29
|
+
];
|
|
30
|
+
function configureRoutes(routesService) {
|
|
31
|
+
return function () {
|
|
32
|
+
routesService.add([
|
|
33
|
+
{
|
|
34
|
+
path: undefined,
|
|
35
|
+
name: "AbpIdentity::Menu:IdentityManagement" /* IdentityManagement */,
|
|
36
|
+
parentName: "AbpUiNavigation::Menu:Administration" /* Administration */,
|
|
37
|
+
requiredPolicy: "AbpIdentity.Roles || AbpIdentity.Users" /* IdentityManagement */,
|
|
38
|
+
iconClass: 'fa fa-id-card-o',
|
|
39
|
+
layout: "application" /* application */,
|
|
40
|
+
order: 1,
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
path: '/identity/roles',
|
|
44
|
+
name: "AbpIdentity::Roles" /* Roles */,
|
|
45
|
+
parentName: "AbpIdentity::Menu:IdentityManagement" /* IdentityManagement */,
|
|
46
|
+
requiredPolicy: "AbpIdentity.Roles" /* Roles */,
|
|
47
|
+
order: 1,
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
path: '/identity/users',
|
|
51
|
+
name: "AbpIdentity::Users" /* Users */,
|
|
52
|
+
parentName: "AbpIdentity::Menu:IdentityManagement" /* IdentityManagement */,
|
|
53
|
+
requiredPolicy: "AbpIdentity.Users" /* Users */,
|
|
54
|
+
order: 2,
|
|
55
|
+
},
|
|
56
|
+
]);
|
|
57
|
+
};
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
var IdentityConfigModule = /** @class */ (function () {
|
|
61
|
-
function IdentityConfigModule() {
|
|
62
|
-
}
|
|
63
|
-
IdentityConfigModule.forRoot = function () {
|
|
64
|
-
return {
|
|
65
|
-
ngModule: IdentityConfigModule,
|
|
66
|
-
providers: [IDENTITY_ROUTE_PROVIDERS],
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
return IdentityConfigModule;
|
|
70
|
-
}());
|
|
71
|
-
IdentityConfigModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityConfigModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
72
|
-
IdentityConfigModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityConfigModule });
|
|
73
|
-
IdentityConfigModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityConfigModule });
|
|
74
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityConfigModule, decorators: [{
|
|
75
|
-
type: i0.NgModule
|
|
60
|
+
var IdentityConfigModule = /** @class */ (function () {
|
|
61
|
+
function IdentityConfigModule() {
|
|
62
|
+
}
|
|
63
|
+
IdentityConfigModule.forRoot = function () {
|
|
64
|
+
return {
|
|
65
|
+
ngModule: IdentityConfigModule,
|
|
66
|
+
providers: [IDENTITY_ROUTE_PROVIDERS],
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
return IdentityConfigModule;
|
|
70
|
+
}());
|
|
71
|
+
IdentityConfigModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityConfigModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
72
|
+
IdentityConfigModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityConfigModule });
|
|
73
|
+
IdentityConfigModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityConfigModule });
|
|
74
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityConfigModule, decorators: [{
|
|
75
|
+
type: i0.NgModule
|
|
76
76
|
}] });
|
|
77
77
|
|
|
78
|
-
/**
|
|
79
|
-
* Generated bundle index. Do not edit.
|
|
78
|
+
/**
|
|
79
|
+
* Generated bundle index. Do not edit.
|
|
80
80
|
*/
|
|
81
81
|
|
|
82
82
|
exports.IDENTITY_ROUTE_PROVIDERS = IDENTITY_ROUTE_PROVIDERS;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abp-ng.identity-config.umd.js","sources":["../../../../packages/identity/config/src/providers/route.provider.ts","../../../../packages/identity/config/src/identity-config.module.ts","../../../../packages/identity/config/src/abp-ng.identity-config.ts"],"sourcesContent":["import { eLayoutType, RoutesService } from '@abp/ng.core';\
|
|
1
|
+
{"version":3,"file":"abp-ng.identity-config.umd.js","sources":["../../../../packages/identity/config/src/providers/route.provider.ts","../../../../packages/identity/config/src/identity-config.module.ts","../../../../packages/identity/config/src/abp-ng.identity-config.ts"],"sourcesContent":["import { eLayoutType, RoutesService } from '@abp/ng.core';\nimport { eThemeSharedRouteNames } from '@abp/ng.theme.shared';\nimport { APP_INITIALIZER } from '@angular/core';\nimport { eIdentityPolicyNames } from '../enums/policy-names';\nimport { eIdentityRouteNames } from '../enums/route-names';\n\nexport const IDENTITY_ROUTE_PROVIDERS = [\n { provide: APP_INITIALIZER, useFactory: configureRoutes, deps: [RoutesService], multi: true },\n];\n\nexport function configureRoutes(routesService: RoutesService) {\n return () => {\n routesService.add([\n {\n path: undefined,\n name: eIdentityRouteNames.IdentityManagement,\n parentName: eThemeSharedRouteNames.Administration,\n requiredPolicy: eIdentityPolicyNames.IdentityManagement,\n iconClass: 'fa fa-id-card-o',\n layout: eLayoutType.application,\n order: 1,\n },\n {\n path: '/identity/roles',\n name: eIdentityRouteNames.Roles,\n parentName: eIdentityRouteNames.IdentityManagement,\n requiredPolicy: eIdentityPolicyNames.Roles,\n order: 1,\n },\n {\n path: '/identity/users',\n name: eIdentityRouteNames.Users,\n parentName: eIdentityRouteNames.IdentityManagement,\n requiredPolicy: eIdentityPolicyNames.Users,\n order: 2,\n },\n ]);\n };\n}\n","import { ModuleWithProviders, NgModule } from '@angular/core';\nimport { IDENTITY_ROUTE_PROVIDERS } from './providers/route.provider';\n\n@NgModule()\nexport class IdentityConfigModule {\n static forRoot(): ModuleWithProviders<IdentityConfigModule> {\n return {\n ngModule: IdentityConfigModule,\n providers: [IDENTITY_ROUTE_PROVIDERS],\n };\n }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":["APP_INITIALIZER","RoutesService","NgModule"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;QAMa,wBAAwB,GAAG;QACtC,EAAE,OAAO,EAAEA,kBAAe,EAAE,UAAU,EAAE,eAAe,EAAE,IAAI,EAAE,CAACC,qBAAa,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE;MAC7F;aAEc,eAAe,CAAC,aAA4B;QAC1D,OAAO;YACL,aAAa,CAAC,GAAG,CAAC;gBAChB;oBACE,IAAI,EAAE,SAAS;oBACf,IAAI;oBACJ,UAAU;oBACV,cAAc;oBACd,SAAS,EAAE,iBAAiB;oBAC5B,MAAM;oBACN,KAAK,EAAE,CAAC;iBACT;gBACD;oBACE,IAAI,EAAE,iBAAiB;oBACvB,IAAI;oBACJ,UAAU;oBACV,cAAc;oBACd,KAAK,EAAE,CAAC;iBACT;gBACD;oBACE,IAAI,EAAE,iBAAiB;oBACvB,IAAI;oBACJ,UAAU;oBACV,cAAc;oBACd,KAAK,EAAE,CAAC;iBACT;aACF,CAAC,CAAC;SACJ,CAAC;IACJ;;;QClCA;;QACS,4BAAO,GAAd;YACE,OAAO;gBACL,QAAQ,EAAE,oBAAoB;gBAC9B,SAAS,EAAE,CAAC,wBAAwB,CAAC;aACtC,CAAC;SACH;;;4IANU,oBAAoB;6IAApB,oBAAoB;6IAApB,oBAAoB;sHAApB,oBAAoB;sBADhCC,WAAQ;;;ICHT;;;;;;;;;;;;;;"}
|
|
@@ -25,148 +25,148 @@
|
|
|
25
25
|
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
26
26
|
var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
|
|
27
27
|
|
|
28
|
-
var IdentityRoleService = /** @class */ (function () {
|
|
29
|
-
function IdentityRoleService(restService) {
|
|
30
|
-
var _this = this;
|
|
31
|
-
this.restService = restService;
|
|
32
|
-
this.apiName = 'AbpIdentity';
|
|
33
|
-
this.create = function (input) { return _this.restService.request({
|
|
34
|
-
method: 'POST',
|
|
35
|
-
url: '/api/identity/roles',
|
|
36
|
-
body: input,
|
|
37
|
-
}, { apiName: _this.apiName }); };
|
|
38
|
-
this.delete = function (id) { return _this.restService.request({
|
|
39
|
-
method: 'DELETE',
|
|
40
|
-
url: "/api/identity/roles/" + id,
|
|
41
|
-
}, { apiName: _this.apiName }); };
|
|
42
|
-
this.get = function (id) { return _this.restService.request({
|
|
43
|
-
method: 'GET',
|
|
44
|
-
url: "/api/identity/roles/" + id,
|
|
45
|
-
}, { apiName: _this.apiName }); };
|
|
46
|
-
this.getAllList = function () { return _this.restService.request({
|
|
47
|
-
method: 'GET',
|
|
48
|
-
url: '/api/identity/roles/all',
|
|
49
|
-
}, { apiName: _this.apiName }); };
|
|
50
|
-
this.getList = function (input) { return _this.restService.request({
|
|
51
|
-
method: 'GET',
|
|
52
|
-
url: '/api/identity/roles',
|
|
53
|
-
params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },
|
|
54
|
-
}, { apiName: _this.apiName }); };
|
|
55
|
-
this.update = function (id, input) { return _this.restService.request({
|
|
56
|
-
method: 'PUT',
|
|
57
|
-
url: "/api/identity/roles/" + id,
|
|
58
|
-
body: input,
|
|
59
|
-
}, { apiName: _this.apiName }); };
|
|
60
|
-
}
|
|
61
|
-
return IdentityRoleService;
|
|
62
|
-
}());
|
|
63
|
-
IdentityRoleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityRoleService, deps: [{ token: i1__namespace.RestService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
64
|
-
IdentityRoleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityRoleService, providedIn: 'root' });
|
|
65
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityRoleService, decorators: [{
|
|
66
|
-
type: i0.Injectable,
|
|
67
|
-
args: [{
|
|
68
|
-
providedIn: 'root',
|
|
69
|
-
}]
|
|
28
|
+
var IdentityRoleService = /** @class */ (function () {
|
|
29
|
+
function IdentityRoleService(restService) {
|
|
30
|
+
var _this = this;
|
|
31
|
+
this.restService = restService;
|
|
32
|
+
this.apiName = 'AbpIdentity';
|
|
33
|
+
this.create = function (input) { return _this.restService.request({
|
|
34
|
+
method: 'POST',
|
|
35
|
+
url: '/api/identity/roles',
|
|
36
|
+
body: input,
|
|
37
|
+
}, { apiName: _this.apiName }); };
|
|
38
|
+
this.delete = function (id) { return _this.restService.request({
|
|
39
|
+
method: 'DELETE',
|
|
40
|
+
url: "/api/identity/roles/" + id,
|
|
41
|
+
}, { apiName: _this.apiName }); };
|
|
42
|
+
this.get = function (id) { return _this.restService.request({
|
|
43
|
+
method: 'GET',
|
|
44
|
+
url: "/api/identity/roles/" + id,
|
|
45
|
+
}, { apiName: _this.apiName }); };
|
|
46
|
+
this.getAllList = function () { return _this.restService.request({
|
|
47
|
+
method: 'GET',
|
|
48
|
+
url: '/api/identity/roles/all',
|
|
49
|
+
}, { apiName: _this.apiName }); };
|
|
50
|
+
this.getList = function (input) { return _this.restService.request({
|
|
51
|
+
method: 'GET',
|
|
52
|
+
url: '/api/identity/roles',
|
|
53
|
+
params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },
|
|
54
|
+
}, { apiName: _this.apiName }); };
|
|
55
|
+
this.update = function (id, input) { return _this.restService.request({
|
|
56
|
+
method: 'PUT',
|
|
57
|
+
url: "/api/identity/roles/" + id,
|
|
58
|
+
body: input,
|
|
59
|
+
}, { apiName: _this.apiName }); };
|
|
60
|
+
}
|
|
61
|
+
return IdentityRoleService;
|
|
62
|
+
}());
|
|
63
|
+
IdentityRoleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityRoleService, deps: [{ token: i1__namespace.RestService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
64
|
+
IdentityRoleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityRoleService, providedIn: 'root' });
|
|
65
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityRoleService, decorators: [{
|
|
66
|
+
type: i0.Injectable,
|
|
67
|
+
args: [{
|
|
68
|
+
providedIn: 'root',
|
|
69
|
+
}]
|
|
70
70
|
}], ctorParameters: function () { return [{ type: i1__namespace.RestService }]; } });
|
|
71
71
|
|
|
72
|
-
var IdentityUserLookupService = /** @class */ (function () {
|
|
73
|
-
function IdentityUserLookupService(restService) {
|
|
74
|
-
var _this = this;
|
|
75
|
-
this.restService = restService;
|
|
76
|
-
this.apiName = 'AbpIdentity';
|
|
77
|
-
this.findById = function (id) { return _this.restService.request({
|
|
78
|
-
method: 'GET',
|
|
79
|
-
url: "/api/identity/users/lookup/" + id,
|
|
80
|
-
}, { apiName: _this.apiName }); };
|
|
81
|
-
this.findByUserName = function (userName) { return _this.restService.request({
|
|
82
|
-
method: 'GET',
|
|
83
|
-
url: "/api/identity/users/lookup/by-username/" + userName,
|
|
84
|
-
}, { apiName: _this.apiName }); };
|
|
85
|
-
this.getCount = function (input) { return _this.restService.request({
|
|
86
|
-
method: 'GET',
|
|
87
|
-
url: '/api/identity/users/lookup/count',
|
|
88
|
-
params: { filter: input.filter },
|
|
89
|
-
}, { apiName: _this.apiName }); };
|
|
90
|
-
this.search = function (input) { return _this.restService.request({
|
|
91
|
-
method: 'GET',
|
|
92
|
-
url: '/api/identity/users/lookup/search',
|
|
93
|
-
params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },
|
|
94
|
-
}, { apiName: _this.apiName }); };
|
|
95
|
-
}
|
|
96
|
-
return IdentityUserLookupService;
|
|
97
|
-
}());
|
|
98
|
-
IdentityUserLookupService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityUserLookupService, deps: [{ token: i1__namespace.RestService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
99
|
-
IdentityUserLookupService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityUserLookupService, providedIn: 'root' });
|
|
100
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityUserLookupService, decorators: [{
|
|
101
|
-
type: i0.Injectable,
|
|
102
|
-
args: [{
|
|
103
|
-
providedIn: 'root',
|
|
104
|
-
}]
|
|
72
|
+
var IdentityUserLookupService = /** @class */ (function () {
|
|
73
|
+
function IdentityUserLookupService(restService) {
|
|
74
|
+
var _this = this;
|
|
75
|
+
this.restService = restService;
|
|
76
|
+
this.apiName = 'AbpIdentity';
|
|
77
|
+
this.findById = function (id) { return _this.restService.request({
|
|
78
|
+
method: 'GET',
|
|
79
|
+
url: "/api/identity/users/lookup/" + id,
|
|
80
|
+
}, { apiName: _this.apiName }); };
|
|
81
|
+
this.findByUserName = function (userName) { return _this.restService.request({
|
|
82
|
+
method: 'GET',
|
|
83
|
+
url: "/api/identity/users/lookup/by-username/" + userName,
|
|
84
|
+
}, { apiName: _this.apiName }); };
|
|
85
|
+
this.getCount = function (input) { return _this.restService.request({
|
|
86
|
+
method: 'GET',
|
|
87
|
+
url: '/api/identity/users/lookup/count',
|
|
88
|
+
params: { filter: input.filter },
|
|
89
|
+
}, { apiName: _this.apiName }); };
|
|
90
|
+
this.search = function (input) { return _this.restService.request({
|
|
91
|
+
method: 'GET',
|
|
92
|
+
url: '/api/identity/users/lookup/search',
|
|
93
|
+
params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },
|
|
94
|
+
}, { apiName: _this.apiName }); };
|
|
95
|
+
}
|
|
96
|
+
return IdentityUserLookupService;
|
|
97
|
+
}());
|
|
98
|
+
IdentityUserLookupService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityUserLookupService, deps: [{ token: i1__namespace.RestService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
99
|
+
IdentityUserLookupService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityUserLookupService, providedIn: 'root' });
|
|
100
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityUserLookupService, decorators: [{
|
|
101
|
+
type: i0.Injectable,
|
|
102
|
+
args: [{
|
|
103
|
+
providedIn: 'root',
|
|
104
|
+
}]
|
|
105
105
|
}], ctorParameters: function () { return [{ type: i1__namespace.RestService }]; } });
|
|
106
106
|
|
|
107
|
-
var IdentityUserService = /** @class */ (function () {
|
|
108
|
-
function IdentityUserService(restService) {
|
|
109
|
-
var _this = this;
|
|
110
|
-
this.restService = restService;
|
|
111
|
-
this.apiName = 'AbpIdentity';
|
|
112
|
-
this.create = function (input) { return _this.restService.request({
|
|
113
|
-
method: 'POST',
|
|
114
|
-
url: '/api/identity/users',
|
|
115
|
-
body: input,
|
|
116
|
-
}, { apiName: _this.apiName }); };
|
|
117
|
-
this.delete = function (id) { return _this.restService.request({
|
|
118
|
-
method: 'DELETE',
|
|
119
|
-
url: "/api/identity/users/" + id,
|
|
120
|
-
}, { apiName: _this.apiName }); };
|
|
121
|
-
this.findByEmail = function (email) { return _this.restService.request({
|
|
122
|
-
method: 'GET',
|
|
123
|
-
url: "/api/identity/users/by-email/" + email,
|
|
124
|
-
}, { apiName: _this.apiName }); };
|
|
125
|
-
this.findByUsername = function (userName) { return _this.restService.request({
|
|
126
|
-
method: 'GET',
|
|
127
|
-
url: "/api/identity/users/by-username/" + userName,
|
|
128
|
-
}, { apiName: _this.apiName }); };
|
|
129
|
-
this.get = function (id) { return _this.restService.request({
|
|
130
|
-
method: 'GET',
|
|
131
|
-
url: "/api/identity/users/" + id,
|
|
132
|
-
}, { apiName: _this.apiName }); };
|
|
133
|
-
this.getAssignableRoles = function () { return _this.restService.request({
|
|
134
|
-
method: 'GET',
|
|
135
|
-
url: '/api/identity/users/assignable-roles',
|
|
136
|
-
}, { apiName: _this.apiName }); };
|
|
137
|
-
this.getList = function (input) { return _this.restService.request({
|
|
138
|
-
method: 'GET',
|
|
139
|
-
url: '/api/identity/users',
|
|
140
|
-
params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },
|
|
141
|
-
}, { apiName: _this.apiName }); };
|
|
142
|
-
this.getRoles = function (id) { return _this.restService.request({
|
|
143
|
-
method: 'GET',
|
|
144
|
-
url: "/api/identity/users/" + id + "/roles",
|
|
145
|
-
}, { apiName: _this.apiName }); };
|
|
146
|
-
this.update = function (id, input) { return _this.restService.request({
|
|
147
|
-
method: 'PUT',
|
|
148
|
-
url: "/api/identity/users/" + id,
|
|
149
|
-
body: input,
|
|
150
|
-
}, { apiName: _this.apiName }); };
|
|
151
|
-
this.updateRoles = function (id, input) { return _this.restService.request({
|
|
152
|
-
method: 'PUT',
|
|
153
|
-
url: "/api/identity/users/" + id + "/roles",
|
|
154
|
-
body: input,
|
|
155
|
-
}, { apiName: _this.apiName }); };
|
|
156
|
-
}
|
|
157
|
-
return IdentityUserService;
|
|
158
|
-
}());
|
|
159
|
-
IdentityUserService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityUserService, deps: [{ token: i1__namespace.RestService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
160
|
-
IdentityUserService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityUserService, providedIn: 'root' });
|
|
161
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityUserService, decorators: [{
|
|
162
|
-
type: i0.Injectable,
|
|
163
|
-
args: [{
|
|
164
|
-
providedIn: 'root',
|
|
165
|
-
}]
|
|
107
|
+
var IdentityUserService = /** @class */ (function () {
|
|
108
|
+
function IdentityUserService(restService) {
|
|
109
|
+
var _this = this;
|
|
110
|
+
this.restService = restService;
|
|
111
|
+
this.apiName = 'AbpIdentity';
|
|
112
|
+
this.create = function (input) { return _this.restService.request({
|
|
113
|
+
method: 'POST',
|
|
114
|
+
url: '/api/identity/users',
|
|
115
|
+
body: input,
|
|
116
|
+
}, { apiName: _this.apiName }); };
|
|
117
|
+
this.delete = function (id) { return _this.restService.request({
|
|
118
|
+
method: 'DELETE',
|
|
119
|
+
url: "/api/identity/users/" + id,
|
|
120
|
+
}, { apiName: _this.apiName }); };
|
|
121
|
+
this.findByEmail = function (email) { return _this.restService.request({
|
|
122
|
+
method: 'GET',
|
|
123
|
+
url: "/api/identity/users/by-email/" + email,
|
|
124
|
+
}, { apiName: _this.apiName }); };
|
|
125
|
+
this.findByUsername = function (userName) { return _this.restService.request({
|
|
126
|
+
method: 'GET',
|
|
127
|
+
url: "/api/identity/users/by-username/" + userName,
|
|
128
|
+
}, { apiName: _this.apiName }); };
|
|
129
|
+
this.get = function (id) { return _this.restService.request({
|
|
130
|
+
method: 'GET',
|
|
131
|
+
url: "/api/identity/users/" + id,
|
|
132
|
+
}, { apiName: _this.apiName }); };
|
|
133
|
+
this.getAssignableRoles = function () { return _this.restService.request({
|
|
134
|
+
method: 'GET',
|
|
135
|
+
url: '/api/identity/users/assignable-roles',
|
|
136
|
+
}, { apiName: _this.apiName }); };
|
|
137
|
+
this.getList = function (input) { return _this.restService.request({
|
|
138
|
+
method: 'GET',
|
|
139
|
+
url: '/api/identity/users',
|
|
140
|
+
params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },
|
|
141
|
+
}, { apiName: _this.apiName }); };
|
|
142
|
+
this.getRoles = function (id) { return _this.restService.request({
|
|
143
|
+
method: 'GET',
|
|
144
|
+
url: "/api/identity/users/" + id + "/roles",
|
|
145
|
+
}, { apiName: _this.apiName }); };
|
|
146
|
+
this.update = function (id, input) { return _this.restService.request({
|
|
147
|
+
method: 'PUT',
|
|
148
|
+
url: "/api/identity/users/" + id,
|
|
149
|
+
body: input,
|
|
150
|
+
}, { apiName: _this.apiName }); };
|
|
151
|
+
this.updateRoles = function (id, input) { return _this.restService.request({
|
|
152
|
+
method: 'PUT',
|
|
153
|
+
url: "/api/identity/users/" + id + "/roles",
|
|
154
|
+
body: input,
|
|
155
|
+
}, { apiName: _this.apiName }); };
|
|
156
|
+
}
|
|
157
|
+
return IdentityUserService;
|
|
158
|
+
}());
|
|
159
|
+
IdentityUserService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityUserService, deps: [{ token: i1__namespace.RestService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
160
|
+
IdentityUserService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityUserService, providedIn: 'root' });
|
|
161
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityUserService, decorators: [{
|
|
162
|
+
type: i0.Injectable,
|
|
163
|
+
args: [{
|
|
164
|
+
providedIn: 'root',
|
|
165
|
+
}]
|
|
166
166
|
}], ctorParameters: function () { return [{ type: i1__namespace.RestService }]; } });
|
|
167
167
|
|
|
168
|
-
/**
|
|
169
|
-
* Generated bundle index. Do not edit.
|
|
168
|
+
/**
|
|
169
|
+
* Generated bundle index. Do not edit.
|
|
170
170
|
*/
|
|
171
171
|
|
|
172
172
|
exports.IdentityRoleService = IdentityRoleService;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abp-ng.identity-proxy.umd.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":["Injectable"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"abp-ng.identity-proxy.umd.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":["Injectable"],"mappings":"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"}
|