@abp/ng.identity 5.0.0-beta.3 → 5.0.0
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/bundles/abp-ng.identity-config.umd.js +8 -10
- package/bundles/abp-ng.identity-config.umd.js.map +1 -1
- package/bundles/abp-ng.identity-proxy.umd.js +13 -15
- package/bundles/abp-ng.identity-proxy.umd.js.map +1 -1
- package/bundles/abp-ng.identity.umd.js +24 -26
- package/bundles/abp-ng.identity.umd.js.map +1 -1
- package/esm2015/abp-ng.identity.js +1 -1
- package/esm2015/config/abp-ng.identity-config.js +1 -1
- package/esm2015/config/enums/index.js +1 -1
- package/esm2015/config/enums/policy-names.js +1 -1
- package/esm2015/config/enums/route-names.js +1 -1
- package/esm2015/config/identity-config.module.js +5 -5
- package/esm2015/config/providers/index.js +1 -1
- package/esm2015/config/providers/route.provider.js +1 -1
- package/esm2015/config/public-api.js +1 -1
- package/esm2015/lib/components/index.js +1 -1
- package/esm2015/lib/components/roles/roles.component.js +5 -5
- package/esm2015/lib/components/users/users.component.js +5 -5
- package/esm2015/lib/defaults/default-roles-entity-actions.js +1 -1
- package/esm2015/lib/defaults/default-roles-entity-props.js +1 -1
- package/esm2015/lib/defaults/default-roles-form-props.js +1 -1
- package/esm2015/lib/defaults/default-roles-toolbar-actions.js +1 -1
- package/esm2015/lib/defaults/default-users-entity-actions.js +1 -1
- package/esm2015/lib/defaults/default-users-entity-props.js +3 -3
- package/esm2015/lib/defaults/default-users-form-props.js +1 -1
- package/esm2015/lib/defaults/default-users-toolbar-actions.js +1 -1
- package/esm2015/lib/enums/components.js +1 -1
- package/esm2015/lib/enums/index.js +1 -1
- package/esm2015/lib/guards/extensions.guard.js +4 -4
- package/esm2015/lib/guards/index.js +1 -1
- package/esm2015/lib/identity-routing.module.js +7 -7
- package/esm2015/lib/identity.module.js +5 -5
- package/esm2015/lib/models/config-options.js +1 -1
- package/esm2015/lib/models/index.js +1 -1
- package/esm2015/lib/tokens/extensions.token.js +1 -1
- package/esm2015/lib/tokens/index.js +1 -1
- package/esm2015/proxy/abp-ng.identity-proxy.js +1 -1
- package/esm2015/proxy/lib/index.js +1 -1
- package/esm2015/proxy/lib/proxy/identity/identity-role.service.js +4 -4
- package/esm2015/proxy/lib/proxy/identity/identity-user-lookup.service.js +4 -4
- package/esm2015/proxy/lib/proxy/identity/identity-user.service.js +4 -4
- package/esm2015/proxy/lib/proxy/identity/index.js +1 -1
- package/esm2015/proxy/lib/proxy/identity/models.js +1 -1
- package/esm2015/proxy/lib/proxy/users/index.js +1 -1
- package/esm2015/proxy/lib/proxy/users/models.js +1 -1
- package/esm2015/proxy/public-api.js +1 -1
- package/esm2015/public-api.js +1 -1
- package/fesm2015/abp-ng.identity-config.js +4 -4
- package/fesm2015/abp-ng.identity-config.js.map +1 -1
- package/fesm2015/abp-ng.identity-proxy.js +9 -9
- package/fesm2015/abp-ng.identity-proxy.js.map +1 -1
- package/fesm2015/abp-ng.identity.js +23 -23
- package/fesm2015/abp-ng.identity.js.map +1 -1
- package/package.json +5 -5
- package/esm2015/abp-ng.identity.js.map +0 -1
- package/esm2015/config/abp-ng.identity-config.js.map +0 -1
- package/esm2015/config/enums/index.js.map +0 -1
- package/esm2015/config/enums/policy-names.js.map +0 -1
- package/esm2015/config/enums/route-names.js.map +0 -1
- package/esm2015/config/identity-config.module.js.map +0 -1
- package/esm2015/config/providers/index.js.map +0 -1
- package/esm2015/config/providers/route.provider.js.map +0 -1
- package/esm2015/config/public-api.js.map +0 -1
- package/esm2015/lib/components/index.js.map +0 -1
- package/esm2015/lib/components/roles/roles.component.js.map +0 -1
- package/esm2015/lib/components/users/users.component.js.map +0 -1
- package/esm2015/lib/defaults/default-roles-entity-actions.js.map +0 -1
- package/esm2015/lib/defaults/default-roles-entity-props.js.map +0 -1
- package/esm2015/lib/defaults/default-roles-form-props.js.map +0 -1
- package/esm2015/lib/defaults/default-roles-toolbar-actions.js.map +0 -1
- package/esm2015/lib/defaults/default-users-entity-actions.js.map +0 -1
- package/esm2015/lib/defaults/default-users-entity-props.js.map +0 -1
- package/esm2015/lib/defaults/default-users-form-props.js.map +0 -1
- package/esm2015/lib/defaults/default-users-toolbar-actions.js.map +0 -1
- package/esm2015/lib/enums/components.js.map +0 -1
- package/esm2015/lib/enums/index.js.map +0 -1
- package/esm2015/lib/guards/extensions.guard.js.map +0 -1
- package/esm2015/lib/guards/index.js.map +0 -1
- package/esm2015/lib/identity-routing.module.js.map +0 -1
- package/esm2015/lib/identity.module.js.map +0 -1
- package/esm2015/lib/models/config-options.js.map +0 -1
- package/esm2015/lib/models/index.js.map +0 -1
- package/esm2015/lib/tokens/extensions.token.js.map +0 -1
- package/esm2015/lib/tokens/index.js.map +0 -1
- package/esm2015/proxy/abp-ng.identity-proxy.js.map +0 -1
- package/esm2015/proxy/lib/index.js.map +0 -1
- package/esm2015/proxy/lib/proxy/identity/identity-role.service.js.map +0 -1
- package/esm2015/proxy/lib/proxy/identity/identity-user-lookup.service.js.map +0 -1
- package/esm2015/proxy/lib/proxy/identity/identity-user.service.js.map +0 -1
- package/esm2015/proxy/lib/proxy/identity/index.js.map +0 -1
- package/esm2015/proxy/lib/proxy/identity/models.js.map +0 -1
- package/esm2015/proxy/lib/proxy/users/index.js.map +0 -1
- package/esm2015/proxy/lib/proxy/users/models.js.map +0 -1
- package/esm2015/proxy/public-api.js.map +0 -1
- package/esm2015/public-api.js.map +0 -1
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)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@abp/ng.core')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@abp/ng.identity/config', ['exports', '@angular/core', '@abp/ng.core'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.abp = global.abp || {}, global.abp.ng = global.abp.ng || {}, global.abp.ng.identity = global.abp.ng.identity || {}, global.abp.ng.identity.config = {}), global.ng.core, global.ng_core));
|
|
5
|
-
}(this, (function (exports, i0, ng_core) { 'use strict';
|
|
5
|
+
})(this, (function (exports, i0, ng_core) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespace(e) {
|
|
8
8
|
if (e && e.__esModule) return e;
|
|
@@ -13,14 +13,12 @@
|
|
|
13
13
|
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
14
|
Object.defineProperty(n, k, d.get ? d : {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () {
|
|
17
|
-
return e[k];
|
|
18
|
-
}
|
|
16
|
+
get: function () { return e[k]; }
|
|
19
17
|
});
|
|
20
18
|
}
|
|
21
19
|
});
|
|
22
20
|
}
|
|
23
|
-
n[
|
|
21
|
+
n["default"] = e;
|
|
24
22
|
return Object.freeze(n);
|
|
25
23
|
}
|
|
26
24
|
|
|
@@ -70,10 +68,10 @@
|
|
|
70
68
|
};
|
|
71
69
|
return IdentityConfigModule;
|
|
72
70
|
}());
|
|
73
|
-
IdentityConfigModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
74
|
-
IdentityConfigModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
75
|
-
IdentityConfigModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
76
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
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: [{
|
|
77
75
|
type: i0.NgModule
|
|
78
76
|
}] });
|
|
79
77
|
|
|
@@ -87,5 +85,5 @@
|
|
|
87
85
|
|
|
88
86
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
89
87
|
|
|
90
|
-
}))
|
|
88
|
+
}));
|
|
91
89
|
//# sourceMappingURL=abp-ng.identity-config.umd.js.map
|
|
@@ -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';\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":"
|
|
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';\r\nimport { eThemeSharedRouteNames } from '@abp/ng.theme.shared';\r\nimport { APP_INITIALIZER } from '@angular/core';\r\nimport { eIdentityPolicyNames } from '../enums/policy-names';\r\nimport { eIdentityRouteNames } from '../enums/route-names';\r\n\r\nexport const IDENTITY_ROUTE_PROVIDERS = [\r\n { provide: APP_INITIALIZER, useFactory: configureRoutes, deps: [RoutesService], multi: true },\r\n];\r\n\r\nexport function configureRoutes(routesService: RoutesService) {\r\n return () => {\r\n routesService.add([\r\n {\r\n path: undefined,\r\n name: eIdentityRouteNames.IdentityManagement,\r\n parentName: eThemeSharedRouteNames.Administration,\r\n requiredPolicy: eIdentityPolicyNames.IdentityManagement,\r\n iconClass: 'fa fa-id-card-o',\r\n layout: eLayoutType.application,\r\n order: 1,\r\n },\r\n {\r\n path: '/identity/roles',\r\n name: eIdentityRouteNames.Roles,\r\n parentName: eIdentityRouteNames.IdentityManagement,\r\n requiredPolicy: eIdentityPolicyNames.Roles,\r\n order: 1,\r\n },\r\n {\r\n path: '/identity/users',\r\n name: eIdentityRouteNames.Users,\r\n parentName: eIdentityRouteNames.IdentityManagement,\r\n requiredPolicy: eIdentityPolicyNames.Users,\r\n order: 2,\r\n },\r\n ]);\r\n };\r\n}\r\n","import { ModuleWithProviders, NgModule } from '@angular/core';\r\nimport { IDENTITY_ROUTE_PROVIDERS } from './providers/route.provider';\r\n\r\n@NgModule()\r\nexport class IdentityConfigModule {\r\n static forRoot(): ModuleWithProviders<IdentityConfigModule> {\r\n return {\r\n ngModule: IdentityConfigModule,\r\n providers: [IDENTITY_ROUTE_PROVIDERS],\r\n };\r\n }\r\n}\r\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;;;;;;;;;;;;;;"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@abp/ng.core')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@abp/ng.identity/proxy', ['exports', '@angular/core', '@abp/ng.core'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.abp = global.abp || {}, global.abp.ng = global.abp.ng || {}, global.abp.ng.identity = global.abp.ng.identity || {}, global.abp.ng.identity.proxy = {}), global.ng.core, global.i1));
|
|
5
|
-
}(this, (function (exports, i0, i1) { 'use strict';
|
|
5
|
+
})(this, (function (exports, i0, i1) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespace(e) {
|
|
8
8
|
if (e && e.__esModule) return e;
|
|
@@ -13,14 +13,12 @@
|
|
|
13
13
|
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
14
|
Object.defineProperty(n, k, d.get ? d : {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () {
|
|
17
|
-
return e[k];
|
|
18
|
-
}
|
|
16
|
+
get: function () { return e[k]; }
|
|
19
17
|
});
|
|
20
18
|
}
|
|
21
19
|
});
|
|
22
20
|
}
|
|
23
|
-
n[
|
|
21
|
+
n["default"] = e;
|
|
24
22
|
return Object.freeze(n);
|
|
25
23
|
}
|
|
26
24
|
|
|
@@ -62,9 +60,9 @@
|
|
|
62
60
|
}
|
|
63
61
|
return IdentityRoleService;
|
|
64
62
|
}());
|
|
65
|
-
IdentityRoleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
66
|
-
IdentityRoleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
67
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
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: [{
|
|
68
66
|
type: i0.Injectable,
|
|
69
67
|
args: [{
|
|
70
68
|
providedIn: 'root',
|
|
@@ -97,9 +95,9 @@
|
|
|
97
95
|
}
|
|
98
96
|
return IdentityUserLookupService;
|
|
99
97
|
}());
|
|
100
|
-
IdentityUserLookupService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
101
|
-
IdentityUserLookupService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
102
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
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: [{
|
|
103
101
|
type: i0.Injectable,
|
|
104
102
|
args: [{
|
|
105
103
|
providedIn: 'root',
|
|
@@ -158,9 +156,9 @@
|
|
|
158
156
|
}
|
|
159
157
|
return IdentityUserService;
|
|
160
158
|
}());
|
|
161
|
-
IdentityUserService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
162
|
-
IdentityUserService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
163
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
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: [{
|
|
164
162
|
type: i0.Injectable,
|
|
165
163
|
args: [{
|
|
166
164
|
providedIn: 'root',
|
|
@@ -177,5 +175,5 @@
|
|
|
177
175
|
|
|
178
176
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
179
177
|
|
|
180
|
-
}))
|
|
178
|
+
}));
|
|
181
179
|
//# sourceMappingURL=abp-ng.identity-proxy.umd.js.map
|
|
@@ -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';\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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"}
|
|
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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"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@abp/ng.core'), require('@abp/ng.theme.shared'), require('@abp/ng.theme.shared/extensions'), require('@angular/core'), require('rxjs/operators'), require('@abp/ng.identity/proxy'), require('@abp/ng.permission-management'), require('@angular/forms'), require('@ngx-validate/core'), require('@ng-bootstrap/ng-bootstrap'), require('@angular/common'), require('rxjs'), require('@angular/router')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('@abp/ng.identity', ['exports', '@abp/ng.core', '@abp/ng.theme.shared', '@abp/ng.theme.shared/extensions', '@angular/core', 'rxjs/operators', '@abp/ng.identity/proxy', '@abp/ng.permission-management', '@angular/forms', '@ngx-validate/core', '@ng-bootstrap/ng-bootstrap', '@angular/common', 'rxjs', '@angular/router'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.abp = global.abp || {}, global.abp.ng = global.abp.ng || {}, global.abp.ng.identity = {}), global.i1, global.i2, global.i4, global.ng.core, global.rxjs.operators, global.abp.ng.identity.proxy, global.i5, global.ng.forms, global.i9, global.i6, global.ng.common, global.rxjs, global.ng.router));
|
|
5
|
-
}(this, (function (exports, i1, i2, i4, i0, operators, i3, i5, i4$1, i9, i6, i8, rxjs, i1$1) { 'use strict';
|
|
5
|
+
})(this, (function (exports, i1, i2, i4, i0, operators, i3, i5, i4$1, i9, i6, i8, rxjs, i1$1) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopNamespace(e) {
|
|
8
8
|
if (e && e.__esModule) return e;
|
|
@@ -13,14 +13,12 @@
|
|
|
13
13
|
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
14
|
Object.defineProperty(n, k, d.get ? d : {
|
|
15
15
|
enumerable: true,
|
|
16
|
-
get: function () {
|
|
17
|
-
return e[k];
|
|
18
|
-
}
|
|
16
|
+
get: function () { return e[k]; }
|
|
19
17
|
});
|
|
20
18
|
}
|
|
21
19
|
});
|
|
22
20
|
}
|
|
23
|
-
n[
|
|
21
|
+
n["default"] = e;
|
|
24
22
|
return Object.freeze(n);
|
|
25
23
|
}
|
|
26
24
|
|
|
@@ -118,15 +116,15 @@
|
|
|
118
116
|
};
|
|
119
117
|
return RolesComponent;
|
|
120
118
|
}());
|
|
121
|
-
RolesComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
122
|
-
RolesComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
119
|
+
RolesComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: RolesComponent, deps: [{ token: i1__namespace.ListService }, { token: i2__namespace.ConfirmationService }, { token: i0__namespace.Injector }, { token: i3__namespace.IdentityRoleService }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
120
|
+
RolesComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: RolesComponent, selector: "abp-roles", providers: [
|
|
123
121
|
i1.ListService,
|
|
124
122
|
{
|
|
125
123
|
provide: i4.EXTENSIONS_IDENTIFIER,
|
|
126
124
|
useValue: "Identity.RolesComponent" /* Roles */,
|
|
127
125
|
},
|
|
128
|
-
], ngImport: i0__namespace, template: "<div id=\"identity-roles-wrapper\" class=\"card\">\n <div class=\"card-header\">\n <div class=\"row\">\n <div class=\"col col-md-6\">\n <h5 class=\"card-title\">{{ 'AbpIdentity::Roles' | abpLocalization }}</h5>\n </div>\n <div class=\"text-end col col-md-6\">\n <abp-page-toolbar [record]=\"data.items\"></abp-page-toolbar>\n </div>\n </div>\n </div>\n\n <div class=\"card-body\">\n <abp-extensible-table\n [data]=\"data.items\"\n [recordsTotal]=\"data.totalCount\"\n [list]=\"list\"\n ></abp-extensible-table>\n </div>\n</div>\n\n<abp-modal [(visible)]=\"isModalVisible\" [busy]=\"modalBusy\">\n <ng-template #abpHeader>\n <h3>{{ (selected?.id ? 'AbpIdentity::Edit' : 'AbpIdentity::NewRole') | abpLocalization }}</h3>\n </ng-template>\n\n <ng-template #abpBody>\n <form [formGroup]=\"form\" (ngSubmit)=\"save()\" validateOnSubmit>\n <abp-extensible-form [selectedRecord]=\"selected\"></abp-extensible-form>\n </form>\n </ng-template>\n\n <ng-template #abpFooter>\n <button type=\"button\" class=\"btn btn-secondary\" abpClose>\n {{ 'AbpIdentity::Cancel' | abpLocalization }}\n </button>\n <abp-button iconClass=\"fa fa-check\" [disabled]=\"form?.invalid\" (click)=\"save()\">{{\n 'AbpIdentity::Save' | abpLocalization\n }}</abp-button>\n </ng-template>\n</abp-modal>\n\n<abp-permission-management\n #abpPermissionManagement=\"abpPermissionManagement\"\n *abpReplaceableTemplate=\"\n {\n inputs: {\n providerName: { value: 'R' },\n providerKey: { value: providerKey },\n visible: { value: visiblePermissions, twoWay: true },\n hideBadges: { value: true }\n },\n outputs: { visibleChange: onVisiblePermissionChange },\n componentKey: permissionManagementKey\n };\n let init = initTemplate\n \"\n (abpInit)=\"init(abpPermissionManagement)\"\n>\n</abp-permission-management>\n", components: [{ type: i4__namespace.PageToolbarComponent, selector: "abp-page-toolbar", exportAs: ["abpPageToolbar"] }, { type: i4__namespace.ExtensibleTableComponent, selector: "abp-extensible-table", inputs: ["actionsText", "data", "list", "recordsTotal", "actionsColumnWidth", "actionsTemplate"], exportAs: ["abpExtensibleTable"] }, { type: i2__namespace.ModalComponent, selector: "abp-modal", inputs: ["visible", "busy", "options", "suppressUnsavedChangesWarning"], outputs: ["visibleChange", "init", "appear", "disappear"] }, { type: i4__namespace.ExtensibleFormComponent, selector: "abp-extensible-form", inputs: ["selectedRecord"], exportAs: ["abpExtensibleForm"] }, { type: i2__namespace.ButtonComponent, selector: "abp-button", inputs: ["buttonId", "buttonClass", "buttonType", "iconClass", "loading", "disabled", "attributes"], outputs: ["click", "focus", "blur", "abpClick", "abpFocus", "abpBlur"] }, { type: i5__namespace.PermissionManagementComponent, selector: "abp-permission-management", inputs: ["providerName", "providerKey", "hideBadges", "visible"], outputs: ["visibleChange"], exportAs: ["abpPermissionManagement"] }], directives: [{ type: i4__namespace$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i4__namespace$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i1__namespace.FormSubmitDirective, selector: "form[ngSubmit][formGroup]", inputs: ["debounce", "notValidateOnSubmit"], outputs: ["ngSubmit"] }, { type: i4__namespace$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i9__namespace.ValidationGroupDirective, selector: "[formGroup],[formGroupName]",
|
|
129
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
126
|
+
], ngImport: i0__namespace, template: "<div id=\"identity-roles-wrapper\" class=\"card\">\r\n <div class=\"card-header\">\r\n <div class=\"row\">\r\n <div class=\"col col-md-6\">\r\n <h5 class=\"card-title\">{{ 'AbpIdentity::Roles' | abpLocalization }}</h5>\r\n </div>\r\n <div class=\"text-end col col-md-6\">\r\n <abp-page-toolbar [record]=\"data.items\"></abp-page-toolbar>\r\n </div>\r\n </div>\r\n </div>\r\n\r\n <div class=\"card-body\">\r\n <abp-extensible-table\r\n [data]=\"data.items\"\r\n [recordsTotal]=\"data.totalCount\"\r\n [list]=\"list\"\r\n ></abp-extensible-table>\r\n </div>\r\n</div>\r\n\r\n<abp-modal [(visible)]=\"isModalVisible\" [busy]=\"modalBusy\">\r\n <ng-template #abpHeader>\r\n <h3>{{ (selected?.id ? 'AbpIdentity::Edit' : 'AbpIdentity::NewRole') | abpLocalization }}</h3>\r\n </ng-template>\r\n\r\n <ng-template #abpBody>\r\n <form [formGroup]=\"form\" (ngSubmit)=\"save()\" validateOnSubmit>\r\n <abp-extensible-form [selectedRecord]=\"selected\"></abp-extensible-form>\r\n </form>\r\n </ng-template>\r\n\r\n <ng-template #abpFooter>\r\n <button type=\"button\" class=\"btn btn-secondary\" abpClose>\r\n {{ 'AbpIdentity::Cancel' | abpLocalization }}\r\n </button>\r\n <abp-button iconClass=\"fa fa-check\" [disabled]=\"form?.invalid\" (click)=\"save()\">{{\r\n 'AbpIdentity::Save' | abpLocalization\r\n }}</abp-button>\r\n </ng-template>\r\n</abp-modal>\r\n\r\n<abp-permission-management\r\n #abpPermissionManagement=\"abpPermissionManagement\"\r\n *abpReplaceableTemplate=\"\r\n {\r\n inputs: {\r\n providerName: { value: 'R' },\r\n providerKey: { value: providerKey },\r\n visible: { value: visiblePermissions, twoWay: true },\r\n hideBadges: { value: true }\r\n },\r\n outputs: { visibleChange: onVisiblePermissionChange },\r\n componentKey: permissionManagementKey\r\n };\r\n let init = initTemplate\r\n \"\r\n (abpInit)=\"init(abpPermissionManagement)\"\r\n>\r\n</abp-permission-management>\r\n", components: [{ type: i4__namespace.PageToolbarComponent, selector: "abp-page-toolbar", exportAs: ["abpPageToolbar"] }, { type: i4__namespace.ExtensibleTableComponent, selector: "abp-extensible-table", inputs: ["actionsText", "data", "list", "recordsTotal", "actionsColumnWidth", "actionsTemplate"], exportAs: ["abpExtensibleTable"] }, { type: i2__namespace.ModalComponent, selector: "abp-modal", inputs: ["visible", "busy", "options", "suppressUnsavedChangesWarning"], outputs: ["visibleChange", "init", "appear", "disappear"] }, { type: i4__namespace.ExtensibleFormComponent, selector: "abp-extensible-form", inputs: ["selectedRecord"], exportAs: ["abpExtensibleForm"] }, { type: i2__namespace.ButtonComponent, selector: "abp-button", inputs: ["buttonId", "buttonClass", "buttonType", "iconClass", "loading", "disabled", "attributes"], outputs: ["click", "focus", "blur", "abpClick", "abpFocus", "abpBlur"] }, { type: i5__namespace.PermissionManagementComponent, selector: "abp-permission-management", inputs: ["providerName", "providerKey", "hideBadges", "visible"], outputs: ["visibleChange"], exportAs: ["abpPermissionManagement"] }], directives: [{ type: i4__namespace$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i4__namespace$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i1__namespace.FormSubmitDirective, selector: "form[ngSubmit][formGroup]", inputs: ["debounce", "notValidateOnSubmit"], outputs: ["ngSubmit"] }, { type: i4__namespace$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i9__namespace.ValidationGroupDirective, selector: "[formGroup],[formGroupName]", exportAs: ["validationGroup"] }, { type: i2__namespace.ModalCloseDirective, selector: "[abpClose]" }, { type: i1__namespace.ReplaceableTemplateDirective, selector: "[abpReplaceableTemplate]", inputs: ["abpReplaceableTemplate"] }, { type: i1__namespace.InitDirective, selector: "[abpInit]", outputs: ["abpInit"] }], pipes: { "abpLocalization": i1__namespace.LocalizationPipe } });
|
|
127
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: RolesComponent, decorators: [{
|
|
130
128
|
type: i0.Component,
|
|
131
129
|
args: [{
|
|
132
130
|
selector: 'abp-roles',
|
|
@@ -256,15 +254,15 @@
|
|
|
256
254
|
};
|
|
257
255
|
return UsersComponent;
|
|
258
256
|
}());
|
|
259
|
-
UsersComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
260
|
-
UsersComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.
|
|
257
|
+
UsersComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: UsersComponent, deps: [{ token: i1__namespace.ListService }, { token: i2__namespace.ConfirmationService }, { token: i3__namespace.IdentityUserService }, { token: i4__namespace$1.FormBuilder }, { token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Component });
|
|
258
|
+
UsersComponent.ɵcmp = i0__namespace.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.13", type: UsersComponent, selector: "abp-users", providers: [
|
|
261
259
|
i1.ListService,
|
|
262
260
|
{
|
|
263
261
|
provide: i4.EXTENSIONS_IDENTIFIER,
|
|
264
262
|
useValue: "Identity.UsersComponent" /* Users */,
|
|
265
263
|
},
|
|
266
|
-
], viewQueries: [{ propertyName: "modalContent", first: true, predicate: ["modalContent"], descendants: true }], ngImport: i0__namespace, template: "<div id=\"identity-roles-wrapper\" class=\"card\">\n <div class=\"card-header\">\n <div class=\"row\">\n <div class=\"col col-md-6\">\n <h5 class=\"card-title\">{{ 'AbpIdentity::Users' | abpLocalization }}</h5>\n </div>\n <div class=\"text-end col col-md-6\">\n <abp-page-toolbar [record]=\"data.items\"></abp-page-toolbar>\n </div>\n </div>\n </div>\n <div class=\"card-body\">\n <div id=\"data-tables-table-filter\" class=\"data-tables-filter\">\n <div class=\"input-group\">\n <input\n type=\"search\"\n class=\"form-control\"\n [placeholder]=\"'AbpUi::PagerSearch' | abpLocalization\"\n [(ngModel)]=\"list.filter\"\n />\n </div>\n </div>\n\n <abp-extensible-table\n [data]=\"data.items\"\n [recordsTotal]=\"data.totalCount\"\n [list]=\"list\"\n ></abp-extensible-table>\n </div>\n</div>\n\n<abp-modal [(visible)]=\"isModalVisible\" [busy]=\"modalBusy\">\n <ng-template #abpHeader>\n <h3>{{ (selected?.id ? 'AbpIdentity::Edit' : 'AbpIdentity::NewUser') | abpLocalization }}</h3>\n </ng-template>\n\n <ng-template #abpBody>\n <ng-template #loaderRef\n ><div class=\"text-center\"><i class=\"fa fa-pulse fa-spinner\"></i></div\n ></ng-template>\n\n <form *ngIf=\"form; else loaderRef\" [formGroup]=\"form\" (ngSubmit)=\"save()\">\n <ul ngbNav #nav=\"ngbNav\" class=\"nav-tabs\">\n <li ngbNavItem>\n <a ngbNavLink>{{ 'AbpIdentity::UserInformations' | abpLocalization }}</a>\n <ng-template ngbNavContent>\n <abp-extensible-form [selectedRecord]=\"selected\"></abp-extensible-form>\n </ng-template>\n </li>\n\n <li ngbNavItem>\n <a ngbNavLink>{{ 'AbpIdentity::Roles' | abpLocalization }}</a>\n <ng-template ngbNavContent>\n <div\n *ngFor=\"let roleGroup of roleGroups; let i = index; trackBy: trackByFn\"\n class=\"form-check mb-2\"\n >\n <input\n type=\"checkbox\"\n class=\"form-check-input\"\n [attr.id]=\"'roles-' + i\"\n [formControl]=\"roleGroup.controls[roles[i].name]\"\n />\n <label class=\"form-check-label\" [attr.for]=\"'roles-' + i\">{{ roles[i].name }}</label>\n </div>\n </ng-template>\n </li>\n </ul>\n\n <div class=\"mt-2 fade-in-top\" [ngbNavOutlet]=\"nav\"></div>\n </form>\n </ng-template>\n\n <ng-template #abpFooter>\n <button type=\"button\" class=\"btn btn-secondary\" abpClose>\n {{ 'AbpIdentity::Cancel' | abpLocalization }}\n </button>\n <abp-button iconClass=\"fa fa-check\" [disabled]=\"form?.invalid\" (click)=\"save()\">{{\n 'AbpIdentity::Save' | abpLocalization\n }}</abp-button>\n </ng-template>\n</abp-modal>\n\n<abp-permission-management\n #abpPermissionManagement=\"abpPermissionManagement\"\n *abpReplaceableTemplate=\"\n {\n inputs: {\n providerName: { value: 'U' },\n providerKey: { value: providerKey },\n visible: { value: visiblePermissions, twoWay: true }\n },\n outputs: { visibleChange: onVisiblePermissionChange },\n componentKey: permissionManagementKey\n };\n let init = initTemplate\n \"\n (abpInit)=\"init(abpPermissionManagement)\"\n>\n</abp-permission-management>\n", components: [{ type: i4__namespace.PageToolbarComponent, selector: "abp-page-toolbar", exportAs: ["abpPageToolbar"] }, { type: i4__namespace.ExtensibleTableComponent, selector: "abp-extensible-table", inputs: ["actionsText", "data", "list", "recordsTotal", "actionsColumnWidth", "actionsTemplate"], exportAs: ["abpExtensibleTable"] }, { type: i2__namespace.ModalComponent, selector: "abp-modal", inputs: ["visible", "busy", "options", "suppressUnsavedChangesWarning"], outputs: ["visibleChange", "init", "appear", "disappear"] }, { type: i4__namespace.ExtensibleFormComponent, selector: "abp-extensible-form", inputs: ["selectedRecord"], exportAs: ["abpExtensibleForm"] }, { type: i6__namespace.NgbNavOutlet, selector: "[ngbNavOutlet]", inputs: ["paneRole", "ngbNavOutlet"] }, { type: i2__namespace.ButtonComponent, selector: "abp-button", inputs: ["buttonId", "buttonClass", "buttonType", "iconClass", "loading", "disabled", "attributes"], outputs: ["click", "focus", "blur", "abpClick", "abpFocus", "abpBlur"] }, { type: i5__namespace.PermissionManagementComponent, selector: "abp-permission-management", inputs: ["providerName", "providerKey", "hideBadges", "visible"], outputs: ["visibleChange"], exportAs: ["abpPermissionManagement"] }], directives: [{ type: i4__namespace$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i4__namespace$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4__namespace$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i8__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4__namespace$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i4__namespace$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i1__namespace.FormSubmitDirective, selector: "form[ngSubmit][formGroup]", inputs: ["debounce", "notValidateOnSubmit"], outputs: ["ngSubmit"] }, { type: i4__namespace$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i9__namespace.ValidationGroupDirective, selector: "[formGroup],[formGroupName]",
|
|
267
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
264
|
+
], viewQueries: [{ propertyName: "modalContent", first: true, predicate: ["modalContent"], descendants: true }], ngImport: i0__namespace, template: "<div id=\"identity-roles-wrapper\" class=\"card\">\r\n <div class=\"card-header\">\r\n <div class=\"row\">\r\n <div class=\"col col-md-6\">\r\n <h5 class=\"card-title\">{{ 'AbpIdentity::Users' | abpLocalization }}</h5>\r\n </div>\r\n <div class=\"text-end col col-md-6\">\r\n <abp-page-toolbar [record]=\"data.items\"></abp-page-toolbar>\r\n </div>\r\n </div>\r\n </div>\r\n <div class=\"card-body\">\r\n <div id=\"data-tables-table-filter\" class=\"data-tables-filter\">\r\n <div class=\"input-group\">\r\n <input\r\n type=\"search\"\r\n class=\"form-control\"\r\n [placeholder]=\"'AbpUi::PagerSearch' | abpLocalization\"\r\n [(ngModel)]=\"list.filter\"\r\n />\r\n </div>\r\n </div>\r\n\r\n <abp-extensible-table\r\n [data]=\"data.items\"\r\n [recordsTotal]=\"data.totalCount\"\r\n [list]=\"list\"\r\n ></abp-extensible-table>\r\n </div>\r\n</div>\r\n\r\n<abp-modal [(visible)]=\"isModalVisible\" [busy]=\"modalBusy\">\r\n <ng-template #abpHeader>\r\n <h3>{{ (selected?.id ? 'AbpIdentity::Edit' : 'AbpIdentity::NewUser') | abpLocalization }}</h3>\r\n </ng-template>\r\n\r\n <ng-template #abpBody>\r\n <ng-template #loaderRef\r\n ><div class=\"text-center\"><i class=\"fa fa-pulse fa-spinner\"></i></div\r\n ></ng-template>\r\n\r\n <form *ngIf=\"form; else loaderRef\" [formGroup]=\"form\" (ngSubmit)=\"save()\">\r\n <ul ngbNav #nav=\"ngbNav\" class=\"nav-tabs\">\r\n <li ngbNavItem>\r\n <a ngbNavLink>{{ 'AbpIdentity::UserInformations' | abpLocalization }}</a>\r\n <ng-template ngbNavContent>\r\n <abp-extensible-form [selectedRecord]=\"selected\"></abp-extensible-form>\r\n </ng-template>\r\n </li>\r\n\r\n <li ngbNavItem>\r\n <a ngbNavLink>{{ 'AbpIdentity::Roles' | abpLocalization }}</a>\r\n <ng-template ngbNavContent>\r\n <div\r\n *ngFor=\"let roleGroup of roleGroups; let i = index; trackBy: trackByFn\"\r\n class=\"form-check mb-2\"\r\n >\r\n <input\r\n type=\"checkbox\"\r\n class=\"form-check-input\"\r\n [attr.id]=\"'roles-' + i\"\r\n [formControl]=\"roleGroup.controls[roles[i].name]\"\r\n />\r\n <label class=\"form-check-label\" [attr.for]=\"'roles-' + i\">{{ roles[i].name }}</label>\r\n </div>\r\n </ng-template>\r\n </li>\r\n </ul>\r\n\r\n <div class=\"mt-2 fade-in-top\" [ngbNavOutlet]=\"nav\"></div>\r\n </form>\r\n </ng-template>\r\n\r\n <ng-template #abpFooter>\r\n <button type=\"button\" class=\"btn btn-secondary\" abpClose>\r\n {{ 'AbpIdentity::Cancel' | abpLocalization }}\r\n </button>\r\n <abp-button iconClass=\"fa fa-check\" [disabled]=\"form?.invalid\" (click)=\"save()\">{{\r\n 'AbpIdentity::Save' | abpLocalization\r\n }}</abp-button>\r\n </ng-template>\r\n</abp-modal>\r\n\r\n<abp-permission-management\r\n #abpPermissionManagement=\"abpPermissionManagement\"\r\n *abpReplaceableTemplate=\"\r\n {\r\n inputs: {\r\n providerName: { value: 'U' },\r\n providerKey: { value: providerKey },\r\n visible: { value: visiblePermissions, twoWay: true }\r\n },\r\n outputs: { visibleChange: onVisiblePermissionChange },\r\n componentKey: permissionManagementKey\r\n };\r\n let init = initTemplate\r\n \"\r\n (abpInit)=\"init(abpPermissionManagement)\"\r\n>\r\n</abp-permission-management>\r\n", components: [{ type: i4__namespace.PageToolbarComponent, selector: "abp-page-toolbar", exportAs: ["abpPageToolbar"] }, { type: i4__namespace.ExtensibleTableComponent, selector: "abp-extensible-table", inputs: ["actionsText", "data", "list", "recordsTotal", "actionsColumnWidth", "actionsTemplate"], exportAs: ["abpExtensibleTable"] }, { type: i2__namespace.ModalComponent, selector: "abp-modal", inputs: ["visible", "busy", "options", "suppressUnsavedChangesWarning"], outputs: ["visibleChange", "init", "appear", "disappear"] }, { type: i4__namespace.ExtensibleFormComponent, selector: "abp-extensible-form", inputs: ["selectedRecord"], exportAs: ["abpExtensibleForm"] }, { type: i6__namespace.NgbNavOutlet, selector: "[ngbNavOutlet]", inputs: ["paneRole", "ngbNavOutlet"] }, { type: i2__namespace.ButtonComponent, selector: "abp-button", inputs: ["buttonId", "buttonClass", "buttonType", "iconClass", "loading", "disabled", "attributes"], outputs: ["click", "focus", "blur", "abpClick", "abpFocus", "abpBlur"] }, { type: i5__namespace.PermissionManagementComponent, selector: "abp-permission-management", inputs: ["providerName", "providerKey", "hideBadges", "visible"], outputs: ["visibleChange"], exportAs: ["abpPermissionManagement"] }], directives: [{ type: i4__namespace$1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { type: i4__namespace$1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i4__namespace$1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { type: i8__namespace.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4__namespace$1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i4__namespace$1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i1__namespace.FormSubmitDirective, selector: "form[ngSubmit][formGroup]", inputs: ["debounce", "notValidateOnSubmit"], outputs: ["ngSubmit"] }, { type: i4__namespace$1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i9__namespace.ValidationGroupDirective, selector: "[formGroup],[formGroupName]", exportAs: ["validationGroup"] }, { type: i6__namespace.NgbNav, selector: "[ngbNav]", inputs: ["animation", "destroyOnHide", "orientation", "roles", "keyboard", "activeId"], outputs: ["activeIdChange", "shown", "hidden", "navChange"], exportAs: ["ngbNav"] }, { type: i6__namespace.NgbNavItem, selector: "[ngbNavItem]", inputs: ["disabled", "domId", "destroyOnHide", "ngbNavItem"], outputs: ["shown", "hidden"], exportAs: ["ngbNavItem"] }, { type: i6__namespace.NgbNavLink, selector: "a[ngbNavLink]" }, { type: i6__namespace.NgbNavContent, selector: "ng-template[ngbNavContent]" }, { type: i8__namespace.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i4__namespace$1.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i4__namespace$1.FormControlDirective, selector: "[formControl]", inputs: ["disabled", "formControl", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }, { type: i9__namespace.ValidationDirective, selector: "[formControl],[formControlName]", exportAs: ["validationDirective"] }, { type: i2__namespace.ModalCloseDirective, selector: "[abpClose]" }, { type: i1__namespace.ReplaceableTemplateDirective, selector: "[abpReplaceableTemplate]", inputs: ["abpReplaceableTemplate"] }, { type: i1__namespace.InitDirective, selector: "[abpInit]", outputs: ["abpInit"] }], pipes: { "abpLocalization": i1__namespace.LocalizationPipe } });
|
|
265
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: UsersComponent, decorators: [{
|
|
268
266
|
type: i0.Component,
|
|
269
267
|
args: [{
|
|
270
268
|
selector: 'abp-users',
|
|
@@ -872,9 +870,9 @@
|
|
|
872
870
|
};
|
|
873
871
|
return IdentityExtensionsGuard;
|
|
874
872
|
}());
|
|
875
|
-
IdentityExtensionsGuard.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
876
|
-
IdentityExtensionsGuard.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.
|
|
877
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
873
|
+
IdentityExtensionsGuard.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityExtensionsGuard, deps: [{ token: i0__namespace.Injector }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
874
|
+
IdentityExtensionsGuard.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityExtensionsGuard });
|
|
875
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityExtensionsGuard, decorators: [{
|
|
878
876
|
type: i0.Injectable
|
|
879
877
|
}], ctorParameters: function () { return [{ type: i0__namespace.Injector }]; } });
|
|
880
878
|
|
|
@@ -882,7 +880,7 @@
|
|
|
882
880
|
{ path: '', redirectTo: 'roles', pathMatch: 'full' },
|
|
883
881
|
{
|
|
884
882
|
path: '',
|
|
885
|
-
component: i1.
|
|
883
|
+
component: i1.RouterOutletComponent,
|
|
886
884
|
canActivate: [i1.AuthGuard, i1.PermissionGuard, IdentityExtensionsGuard],
|
|
887
885
|
children: [
|
|
888
886
|
{
|
|
@@ -915,10 +913,10 @@
|
|
|
915
913
|
}
|
|
916
914
|
return IdentityRoutingModule;
|
|
917
915
|
}());
|
|
918
|
-
IdentityRoutingModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
919
|
-
IdentityRoutingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
920
|
-
IdentityRoutingModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
921
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
916
|
+
IdentityRoutingModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityRoutingModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
917
|
+
IdentityRoutingModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityRoutingModule, imports: [i1__namespace$1.RouterModule], exports: [i1$1.RouterModule] });
|
|
918
|
+
IdentityRoutingModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityRoutingModule, imports: [[i1$1.RouterModule.forChild(routes)], i1$1.RouterModule] });
|
|
919
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityRoutingModule, decorators: [{
|
|
922
920
|
type: i0.NgModule,
|
|
923
921
|
args: [{
|
|
924
922
|
imports: [i1$1.RouterModule.forChild(routes)],
|
|
@@ -964,8 +962,8 @@
|
|
|
964
962
|
};
|
|
965
963
|
return IdentityModule;
|
|
966
964
|
}());
|
|
967
|
-
IdentityModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.
|
|
968
|
-
IdentityModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.
|
|
965
|
+
IdentityModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
966
|
+
IdentityModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityModule, declarations: [RolesComponent, UsersComponent], imports: [i1.CoreModule,
|
|
969
967
|
IdentityRoutingModule,
|
|
970
968
|
i6.NgbNavModule,
|
|
971
969
|
i2.ThemeSharedModule,
|
|
@@ -973,7 +971,7 @@
|
|
|
973
971
|
i6.NgbDropdownModule,
|
|
974
972
|
i5.PermissionManagementModule,
|
|
975
973
|
i9.NgxValidateCoreModule], exports: [RolesComponent, UsersComponent] });
|
|
976
|
-
IdentityModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.
|
|
974
|
+
IdentityModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityModule, imports: [[
|
|
977
975
|
i1.CoreModule,
|
|
978
976
|
IdentityRoutingModule,
|
|
979
977
|
i6.NgbNavModule,
|
|
@@ -983,7 +981,7 @@
|
|
|
983
981
|
i5.PermissionManagementModule,
|
|
984
982
|
i9.NgxValidateCoreModule,
|
|
985
983
|
]] });
|
|
986
|
-
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.
|
|
984
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.13", ngImport: i0__namespace, type: IdentityModule, decorators: [{
|
|
987
985
|
type: i0.NgModule,
|
|
988
986
|
args: [{
|
|
989
987
|
declarations: [RolesComponent, UsersComponent],
|
|
@@ -1022,5 +1020,5 @@
|
|
|
1022
1020
|
|
|
1023
1021
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
1024
1022
|
|
|
1025
|
-
}))
|
|
1023
|
+
}));
|
|
1026
1024
|
//# sourceMappingURL=abp-ng.identity.umd.js.map
|