@abp/ng.identity 4.4.1 → 5.0.0-beta.1-1
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/abp-ng.identity.d.ts +1 -11
- package/bundles/abp-ng.identity-config.umd.js +30 -7
- package/bundles/abp-ng.identity-config.umd.js.map +1 -1
- package/bundles/abp-ng.identity-proxy.umd.js +213 -0
- package/bundles/abp-ng.identity-proxy.umd.js.map +1 -0
- package/bundles/abp-ng.identity.umd.js +652 -1185
- package/bundles/abp-ng.identity.umd.js.map +1 -1
- package/config/abp-ng.identity-config.d.ts +1 -1
- package/config/identity-config.module.d.ts +4 -0
- package/config/package.json +0 -1
- package/config/providers/route.provider.d.ts +1 -1
- package/esm2015/abp-ng.identity.js +1 -10
- package/esm2015/abp-ng.identity.js.map +1 -0
- package/esm2015/config/abp-ng.identity-config.js +1 -2
- package/esm2015/config/abp-ng.identity-config.js.map +1 -0
- package/esm2015/config/enums/index.js +1 -1
- package/esm2015/config/enums/index.js.map +1 -0
- package/esm2015/config/enums/policy-names.js +1 -1
- package/esm2015/config/enums/policy-names.js.map +1 -0
- package/esm2015/config/enums/route-names.js +1 -1
- package/esm2015/config/enums/route-names.js.map +1 -0
- package/esm2015/config/identity-config.module.js +8 -4
- package/esm2015/config/identity-config.module.js.map +1 -0
- package/esm2015/config/providers/index.js +1 -1
- package/esm2015/config/providers/index.js.map +1 -0
- package/esm2015/config/providers/route.provider.js +1 -1
- package/esm2015/config/providers/route.provider.js.map +1 -0
- package/esm2015/config/public-api.js +1 -1
- package/esm2015/config/public-api.js.map +1 -0
- package/esm2015/lib/components/index.js +1 -1
- package/esm2015/lib/components/index.js.map +1 -0
- package/esm2015/lib/components/roles/roles.component.js +44 -46
- package/esm2015/lib/components/roles/roles.component.js.map +1 -0
- package/esm2015/lib/components/users/users.component.js +69 -67
- package/esm2015/lib/components/users/users.component.js.map +1 -0
- package/esm2015/lib/defaults/default-roles-entity-actions.js +14 -16
- package/esm2015/lib/defaults/default-roles-entity-actions.js.map +1 -0
- package/esm2015/lib/defaults/default-roles-entity-props.js +13 -15
- package/esm2015/lib/defaults/default-roles-entity-props.js.map +1 -0
- package/esm2015/lib/defaults/default-roles-form-props.js +3 -5
- package/esm2015/lib/defaults/default-roles-form-props.js.map +1 -0
- package/esm2015/lib/defaults/default-roles-toolbar-actions.js +5 -7
- package/esm2015/lib/defaults/default-roles-toolbar-actions.js.map +1 -0
- package/esm2015/lib/defaults/default-users-entity-actions.js +13 -15
- package/esm2015/lib/defaults/default-users-entity-actions.js.map +1 -0
- package/esm2015/lib/defaults/default-users-entity-props.js +1 -1
- package/esm2015/lib/defaults/default-users-entity-props.js.map +1 -0
- package/esm2015/lib/defaults/default-users-form-props.js +8 -11
- package/esm2015/lib/defaults/default-users-form-props.js.map +1 -0
- package/esm2015/lib/defaults/default-users-toolbar-actions.js +5 -7
- package/esm2015/lib/defaults/default-users-toolbar-actions.js.map +1 -0
- package/esm2015/lib/enums/components.js +1 -1
- package/esm2015/lib/enums/components.js.map +1 -0
- package/esm2015/lib/enums/index.js +1 -1
- package/esm2015/lib/enums/index.js.map +1 -0
- package/esm2015/lib/guards/extensions.guard.js +7 -7
- package/esm2015/lib/guards/extensions.guard.js.map +1 -0
- package/esm2015/lib/guards/index.js +1 -1
- package/esm2015/lib/guards/index.js.map +1 -0
- package/esm2015/lib/identity-routing.module.js +27 -23
- package/esm2015/lib/identity-routing.module.js.map +1 -0
- package/esm2015/lib/identity.module.js +38 -20
- package/esm2015/lib/identity.module.js.map +1 -0
- package/esm2015/lib/models/config-options.js +1 -1
- package/esm2015/lib/models/config-options.js.map +1 -0
- package/esm2015/lib/models/index.js +1 -2
- package/esm2015/lib/models/index.js.map +1 -0
- package/esm2015/lib/tokens/extensions.token.js +1 -1
- package/esm2015/lib/tokens/extensions.token.js.map +1 -0
- package/esm2015/lib/tokens/index.js +1 -1
- package/esm2015/lib/tokens/index.js.map +1 -0
- package/esm2015/proxy/abp-ng.identity-proxy.js +5 -0
- package/esm2015/proxy/abp-ng.identity-proxy.js.map +1 -0
- package/esm2015/proxy/lib/index.js +3 -0
- package/esm2015/proxy/lib/index.js.map +1 -0
- package/esm2015/proxy/lib/proxy/identity/identity-role.service.js +46 -0
- package/esm2015/proxy/lib/proxy/identity/identity-role.service.js.map +1 -0
- package/esm2015/proxy/lib/proxy/identity/identity-user-lookup.service.js +37 -0
- package/esm2015/proxy/lib/proxy/identity/identity-user-lookup.service.js.map +1 -0
- package/esm2015/proxy/lib/proxy/identity/identity-user.service.js +63 -0
- package/esm2015/proxy/lib/proxy/identity/identity-user.service.js.map +1 -0
- package/esm2015/proxy/lib/proxy/identity/index.js +6 -0
- package/esm2015/proxy/lib/proxy/identity/index.js.map +1 -0
- package/esm2015/proxy/lib/proxy/identity/models.js +2 -0
- package/esm2015/proxy/lib/proxy/identity/models.js.map +1 -0
- package/esm2015/proxy/lib/proxy/identity/profile.service.js +33 -0
- package/esm2015/proxy/lib/proxy/identity/profile.service.js.map +1 -0
- package/esm2015/proxy/lib/proxy/users/index.js +2 -0
- package/esm2015/proxy/lib/proxy/users/index.js.map +1 -0
- package/esm2015/proxy/lib/proxy/users/models.js +2 -0
- package/esm2015/proxy/lib/proxy/users/models.js.map +1 -0
- package/esm2015/proxy/public-api.js +2 -0
- package/esm2015/proxy/public-api.js.map +1 -0
- package/esm2015/public-api.js +1 -6
- package/esm2015/public-api.js.map +1 -0
- package/fesm2015/abp-ng.identity-config.js +8 -4
- package/fesm2015/abp-ng.identity-config.js.map +1 -1
- package/fesm2015/abp-ng.identity-proxy.js +173 -0
- package/fesm2015/abp-ng.identity-proxy.js.map +1 -0
- package/fesm2015/abp-ng.identity.js +224 -628
- package/fesm2015/abp-ng.identity.js.map +1 -1
- package/lib/components/roles/roles.component.d.ts +8 -8
- package/lib/components/users/users.component.d.ts +8 -10
- package/lib/defaults/default-roles-entity-actions.d.ts +1 -1
- package/lib/defaults/default-roles-entity-props.d.ts +1 -1
- package/lib/defaults/default-roles-form-props.d.ts +1 -1
- package/lib/defaults/default-roles-toolbar-actions.d.ts +1 -1
- package/lib/defaults/default-users-entity-actions.d.ts +1 -1
- package/lib/defaults/default-users-entity-props.d.ts +1 -1
- package/lib/defaults/default-users-form-props.d.ts +1 -1
- package/lib/defaults/default-users-toolbar-actions.d.ts +1 -1
- package/lib/guards/extensions.guard.d.ts +3 -0
- package/lib/identity-routing.module.d.ts +5 -0
- package/lib/identity.module.d.ts +13 -0
- package/lib/models/config-options.d.ts +1 -1
- package/lib/models/index.d.ts +0 -1
- package/lib/tokens/extensions.token.d.ts +1 -2
- package/package.json +7 -5
- package/proxy/abp-ng.identity-proxy.d.ts +5 -0
- package/proxy/lib/index.d.ts +2 -0
- package/{lib → proxy/lib}/proxy/identity/identity-role.service.d.ts +6 -3
- package/{lib → proxy/lib}/proxy/identity/identity-user-lookup.service.d.ts +3 -0
- package/{lib → proxy/lib}/proxy/identity/identity-user.service.d.ts +4 -1
- package/{lib → proxy/lib}/proxy/identity/index.d.ts +0 -0
- package/{lib → proxy/lib}/proxy/identity/models.d.ts +33 -28
- package/{lib → proxy/lib}/proxy/identity/profile.service.d.ts +3 -0
- package/{lib → proxy/lib}/proxy/users/index.d.ts +0 -0
- package/proxy/lib/proxy/users/models.d.ts +11 -0
- package/proxy/package.json +10 -0
- package/proxy/public-api.d.ts +1 -0
- package/public-api.d.ts +0 -5
- package/abp-ng.identity.metadata.json +0 -1
- package/bundles/abp-ng.identity-config.umd.min.js +0 -2
- package/bundles/abp-ng.identity-config.umd.min.js.map +0 -1
- package/bundles/abp-ng.identity.umd.min.js +0 -2
- package/bundles/abp-ng.identity.umd.min.js.map +0 -1
- package/config/abp-ng.identity-config.metadata.json +0 -1
- package/esm2015/lib/actions/identity.actions.js +0 -67
- package/esm2015/lib/actions/index.js +0 -2
- package/esm2015/lib/models/identity.js +0 -2
- package/esm2015/lib/proxy/identity/identity-role.service.js +0 -47
- package/esm2015/lib/proxy/identity/identity-user-lookup.service.js +0 -38
- package/esm2015/lib/proxy/identity/identity-user.service.js +0 -64
- package/esm2015/lib/proxy/identity/index.js +0 -6
- package/esm2015/lib/proxy/identity/models.js +0 -2
- package/esm2015/lib/proxy/identity/profile.service.js +0 -34
- package/esm2015/lib/proxy/users/index.js +0 -2
- package/esm2015/lib/proxy/users/models.js +0 -2
- package/esm2015/lib/services/identity-state.service.js +0 -66
- package/esm2015/lib/services/index.js +0 -2
- package/esm2015/lib/states/identity.state.js +0 -128
- package/esm2015/lib/states/index.js +0 -2
- package/lib/actions/identity.actions.d.ts +0 -65
- package/lib/actions/index.d.ts +0 -1
- package/lib/models/identity.d.ts +0 -11
- package/lib/proxy/users/models.d.ts +0 -11
- package/lib/services/identity-state.service.d.ts +0 -21
- package/lib/services/index.d.ts +0 -1
- package/lib/states/identity.state.d.ts +0 -26
- package/lib/states/index.d.ts +0 -1
package/abp-ng.identity.d.ts
CHANGED
|
@@ -1,15 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
|
+
/// <amd-module name="@abp/ng.identity" />
|
|
4
5
|
export * from './public-api';
|
|
5
|
-
export { CreateRole as ɵi, CreateUser as ɵn, DeleteRole as ɵh, DeleteUser as ɵm, GetRoleById as ɵg, GetRoles as ɵf, GetUserById as ɵl, GetUserRoles as ɵp, GetUsers as ɵk, UpdateRole as ɵj, UpdateUser as ɵo } from './lib/actions/identity.actions';
|
|
6
|
-
export { RolesComponent as ɵa } from './lib/components/roles/roles.component';
|
|
7
|
-
export { UsersComponent as ɵt } from './lib/components/users/users.component';
|
|
8
|
-
export { eIdentityComponents as ɵb } from './lib/enums/components';
|
|
9
|
-
export { IdentityExtensionsGuard as ɵv } from './lib/guards/extensions.guard';
|
|
10
|
-
export { IdentityRoutingModule as ɵu } from './lib/identity-routing.module';
|
|
11
|
-
export { IdentityRoleService as ɵe } from './lib/proxy/identity/identity-role.service';
|
|
12
|
-
export { IdentityUserService as ɵd } from './lib/proxy/identity/identity-user.service';
|
|
13
|
-
export { GetIdentityUsersInput as ɵq, IdentityRoleCreateDto as ɵr, IdentityUserCreateDto as ɵs } from './lib/proxy/identity/models';
|
|
14
|
-
export { IdentityState as ɵc } from './lib/states/identity.state';
|
|
15
|
-
export { IDENTITY_CREATE_FORM_PROP_CONTRIBUTORS as ɵz, IDENTITY_EDIT_FORM_PROP_CONTRIBUTORS as ɵba, IDENTITY_ENTITY_ACTION_CONTRIBUTORS as ɵw, IDENTITY_ENTITY_PROP_CONTRIBUTORS as ɵy, IDENTITY_TOOLBAR_ACTION_CONTRIBUTORS as ɵx } from './lib/tokens/extensions.token';
|
|
@@ -2,10 +2,32 @@
|
|
|
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,
|
|
5
|
+
}(this, (function (exports, i0, ng_core) { 'use strict';
|
|
6
|
+
|
|
7
|
+
function _interopNamespace(e) {
|
|
8
|
+
if (e && e.__esModule) return e;
|
|
9
|
+
var n = Object.create(null);
|
|
10
|
+
if (e) {
|
|
11
|
+
Object.keys(e).forEach(function (k) {
|
|
12
|
+
if (k !== 'default') {
|
|
13
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function () {
|
|
17
|
+
return e[k];
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
n['default'] = e;
|
|
24
|
+
return Object.freeze(n);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
6
28
|
|
|
7
29
|
var IDENTITY_ROUTE_PROVIDERS = [
|
|
8
|
-
{ provide:
|
|
30
|
+
{ provide: i0.APP_INITIALIZER, useFactory: configureRoutes, deps: [ng_core.RoutesService], multi: true },
|
|
9
31
|
];
|
|
10
32
|
function configureRoutes(routesService) {
|
|
11
33
|
return function () {
|
|
@@ -48,9 +70,12 @@
|
|
|
48
70
|
};
|
|
49
71
|
return IdentityConfigModule;
|
|
50
72
|
}());
|
|
51
|
-
IdentityConfigModule
|
|
52
|
-
|
|
53
|
-
|
|
73
|
+
IdentityConfigModule.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: IdentityConfigModule, deps: [], target: i0__namespace.ɵɵFactoryTarget.NgModule });
|
|
74
|
+
IdentityConfigModule.ɵmod = i0__namespace.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: IdentityConfigModule });
|
|
75
|
+
IdentityConfigModule.ɵinj = i0__namespace.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: IdentityConfigModule });
|
|
76
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: IdentityConfigModule, decorators: [{
|
|
77
|
+
type: i0.NgModule
|
|
78
|
+
}] });
|
|
54
79
|
|
|
55
80
|
/**
|
|
56
81
|
* Generated bundle index. Do not edit.
|
|
@@ -59,8 +84,6 @@
|
|
|
59
84
|
exports.IDENTITY_ROUTE_PROVIDERS = IDENTITY_ROUTE_PROVIDERS;
|
|
60
85
|
exports.IdentityConfigModule = IdentityConfigModule;
|
|
61
86
|
exports.configureRoutes = configureRoutes;
|
|
62
|
-
exports.ɵa = IDENTITY_ROUTE_PROVIDERS;
|
|
63
|
-
exports.ɵb = configureRoutes;
|
|
64
87
|
|
|
65
88
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
66
89
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abp-ng.identity-config.umd.js","sources":["
|
|
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;;;2IANU,oBAAoB;4IAApB,oBAAoB;4IAApB,oBAAoB;qHAApB,oBAAoB;sBADhCC,WAAQ;;;ICHT;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
(function (global, factory) {
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@abp/ng.core')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('@abp/ng.identity/proxy', ['exports', '@angular/core', '@abp/ng.core'], factory) :
|
|
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';
|
|
6
|
+
|
|
7
|
+
function _interopNamespace(e) {
|
|
8
|
+
if (e && e.__esModule) return e;
|
|
9
|
+
var n = Object.create(null);
|
|
10
|
+
if (e) {
|
|
11
|
+
Object.keys(e).forEach(function (k) {
|
|
12
|
+
if (k !== 'default') {
|
|
13
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
14
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
15
|
+
enumerable: true,
|
|
16
|
+
get: function () {
|
|
17
|
+
return e[k];
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
}
|
|
23
|
+
n['default'] = e;
|
|
24
|
+
return Object.freeze(n);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
var i0__namespace = /*#__PURE__*/_interopNamespace(i0);
|
|
28
|
+
var i1__namespace = /*#__PURE__*/_interopNamespace(i1);
|
|
29
|
+
|
|
30
|
+
var IdentityRoleService = /** @class */ (function () {
|
|
31
|
+
function IdentityRoleService(restService) {
|
|
32
|
+
var _this = this;
|
|
33
|
+
this.restService = restService;
|
|
34
|
+
this.apiName = 'AbpIdentity';
|
|
35
|
+
this.create = function (input) { return _this.restService.request({
|
|
36
|
+
method: 'POST',
|
|
37
|
+
url: '/api/identity/roles',
|
|
38
|
+
body: input,
|
|
39
|
+
}, { apiName: _this.apiName }); };
|
|
40
|
+
this.delete = function (id) { return _this.restService.request({
|
|
41
|
+
method: 'DELETE',
|
|
42
|
+
url: "/api/identity/roles/" + id,
|
|
43
|
+
}, { apiName: _this.apiName }); };
|
|
44
|
+
this.get = function (id) { return _this.restService.request({
|
|
45
|
+
method: 'GET',
|
|
46
|
+
url: "/api/identity/roles/" + id,
|
|
47
|
+
}, { apiName: _this.apiName }); };
|
|
48
|
+
this.getAllList = function () { return _this.restService.request({
|
|
49
|
+
method: 'GET',
|
|
50
|
+
url: '/api/identity/roles/all',
|
|
51
|
+
}, { apiName: _this.apiName }); };
|
|
52
|
+
this.getList = function (input) { return _this.restService.request({
|
|
53
|
+
method: 'GET',
|
|
54
|
+
url: '/api/identity/roles',
|
|
55
|
+
params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },
|
|
56
|
+
}, { apiName: _this.apiName }); };
|
|
57
|
+
this.update = function (id, input) { return _this.restService.request({
|
|
58
|
+
method: 'PUT',
|
|
59
|
+
url: "/api/identity/roles/" + id,
|
|
60
|
+
body: input,
|
|
61
|
+
}, { apiName: _this.apiName }); };
|
|
62
|
+
}
|
|
63
|
+
return IdentityRoleService;
|
|
64
|
+
}());
|
|
65
|
+
IdentityRoleService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: IdentityRoleService, deps: [{ token: i1__namespace.RestService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
66
|
+
IdentityRoleService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: IdentityRoleService, providedIn: 'root' });
|
|
67
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: IdentityRoleService, decorators: [{
|
|
68
|
+
type: i0.Injectable,
|
|
69
|
+
args: [{
|
|
70
|
+
providedIn: 'root',
|
|
71
|
+
}]
|
|
72
|
+
}], ctorParameters: function () { return [{ type: i1__namespace.RestService }]; } });
|
|
73
|
+
|
|
74
|
+
var IdentityUserLookupService = /** @class */ (function () {
|
|
75
|
+
function IdentityUserLookupService(restService) {
|
|
76
|
+
var _this = this;
|
|
77
|
+
this.restService = restService;
|
|
78
|
+
this.apiName = 'AbpIdentity';
|
|
79
|
+
this.findById = function (id) { return _this.restService.request({
|
|
80
|
+
method: 'GET',
|
|
81
|
+
url: "/api/identity/users/lookup/" + id,
|
|
82
|
+
}, { apiName: _this.apiName }); };
|
|
83
|
+
this.findByUserName = function (userName) { return _this.restService.request({
|
|
84
|
+
method: 'GET',
|
|
85
|
+
url: "/api/identity/users/lookup/by-username/" + userName,
|
|
86
|
+
}, { apiName: _this.apiName }); };
|
|
87
|
+
this.getCount = function (input) { return _this.restService.request({
|
|
88
|
+
method: 'GET',
|
|
89
|
+
url: '/api/identity/users/lookup/count',
|
|
90
|
+
params: { filter: input.filter },
|
|
91
|
+
}, { apiName: _this.apiName }); };
|
|
92
|
+
this.search = function (input) { return _this.restService.request({
|
|
93
|
+
method: 'GET',
|
|
94
|
+
url: '/api/identity/users/lookup/search',
|
|
95
|
+
params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },
|
|
96
|
+
}, { apiName: _this.apiName }); };
|
|
97
|
+
}
|
|
98
|
+
return IdentityUserLookupService;
|
|
99
|
+
}());
|
|
100
|
+
IdentityUserLookupService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: IdentityUserLookupService, deps: [{ token: i1__namespace.RestService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
101
|
+
IdentityUserLookupService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: IdentityUserLookupService, providedIn: 'root' });
|
|
102
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: IdentityUserLookupService, decorators: [{
|
|
103
|
+
type: i0.Injectable,
|
|
104
|
+
args: [{
|
|
105
|
+
providedIn: 'root',
|
|
106
|
+
}]
|
|
107
|
+
}], ctorParameters: function () { return [{ type: i1__namespace.RestService }]; } });
|
|
108
|
+
|
|
109
|
+
var IdentityUserService = /** @class */ (function () {
|
|
110
|
+
function IdentityUserService(restService) {
|
|
111
|
+
var _this = this;
|
|
112
|
+
this.restService = restService;
|
|
113
|
+
this.apiName = 'AbpIdentity';
|
|
114
|
+
this.create = function (input) { return _this.restService.request({
|
|
115
|
+
method: 'POST',
|
|
116
|
+
url: '/api/identity/users',
|
|
117
|
+
body: input,
|
|
118
|
+
}, { apiName: _this.apiName }); };
|
|
119
|
+
this.delete = function (id) { return _this.restService.request({
|
|
120
|
+
method: 'DELETE',
|
|
121
|
+
url: "/api/identity/users/" + id,
|
|
122
|
+
}, { apiName: _this.apiName }); };
|
|
123
|
+
this.findByEmail = function (email) { return _this.restService.request({
|
|
124
|
+
method: 'GET',
|
|
125
|
+
url: "/api/identity/users/by-email/" + email,
|
|
126
|
+
}, { apiName: _this.apiName }); };
|
|
127
|
+
this.findByUsername = function (userName) { return _this.restService.request({
|
|
128
|
+
method: 'GET',
|
|
129
|
+
url: "/api/identity/users/by-username/" + userName,
|
|
130
|
+
}, { apiName: _this.apiName }); };
|
|
131
|
+
this.get = function (id) { return _this.restService.request({
|
|
132
|
+
method: 'GET',
|
|
133
|
+
url: "/api/identity/users/" + id,
|
|
134
|
+
}, { apiName: _this.apiName }); };
|
|
135
|
+
this.getAssignableRoles = function () { return _this.restService.request({
|
|
136
|
+
method: 'GET',
|
|
137
|
+
url: '/api/identity/users/assignable-roles',
|
|
138
|
+
}, { apiName: _this.apiName }); };
|
|
139
|
+
this.getList = function (input) { return _this.restService.request({
|
|
140
|
+
method: 'GET',
|
|
141
|
+
url: '/api/identity/users',
|
|
142
|
+
params: { filter: input.filter, sorting: input.sorting, skipCount: input.skipCount, maxResultCount: input.maxResultCount },
|
|
143
|
+
}, { apiName: _this.apiName }); };
|
|
144
|
+
this.getRoles = function (id) { return _this.restService.request({
|
|
145
|
+
method: 'GET',
|
|
146
|
+
url: "/api/identity/users/" + id + "/roles",
|
|
147
|
+
}, { apiName: _this.apiName }); };
|
|
148
|
+
this.update = function (id, input) { return _this.restService.request({
|
|
149
|
+
method: 'PUT',
|
|
150
|
+
url: "/api/identity/users/" + id,
|
|
151
|
+
body: input,
|
|
152
|
+
}, { apiName: _this.apiName }); };
|
|
153
|
+
this.updateRoles = function (id, input) { return _this.restService.request({
|
|
154
|
+
method: 'PUT',
|
|
155
|
+
url: "/api/identity/users/" + id + "/roles",
|
|
156
|
+
body: input,
|
|
157
|
+
}, { apiName: _this.apiName }); };
|
|
158
|
+
}
|
|
159
|
+
return IdentityUserService;
|
|
160
|
+
}());
|
|
161
|
+
IdentityUserService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: IdentityUserService, deps: [{ token: i1__namespace.RestService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
162
|
+
IdentityUserService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: IdentityUserService, providedIn: 'root' });
|
|
163
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: IdentityUserService, decorators: [{
|
|
164
|
+
type: i0.Injectable,
|
|
165
|
+
args: [{
|
|
166
|
+
providedIn: 'root',
|
|
167
|
+
}]
|
|
168
|
+
}], ctorParameters: function () { return [{ type: i1__namespace.RestService }]; } });
|
|
169
|
+
|
|
170
|
+
var ProfileService = /** @class */ (function () {
|
|
171
|
+
function ProfileService(restService) {
|
|
172
|
+
var _this = this;
|
|
173
|
+
this.restService = restService;
|
|
174
|
+
this.apiName = 'AbpIdentity';
|
|
175
|
+
this.changePassword = function (input) { return _this.restService.request({
|
|
176
|
+
method: 'POST',
|
|
177
|
+
url: '/api/identity/my-profile/change-password',
|
|
178
|
+
body: input,
|
|
179
|
+
}, { apiName: _this.apiName }); };
|
|
180
|
+
this.get = function () { return _this.restService.request({
|
|
181
|
+
method: 'GET',
|
|
182
|
+
url: '/api/identity/my-profile',
|
|
183
|
+
}, { apiName: _this.apiName }); };
|
|
184
|
+
this.update = function (input) { return _this.restService.request({
|
|
185
|
+
method: 'PUT',
|
|
186
|
+
url: '/api/identity/my-profile',
|
|
187
|
+
body: input,
|
|
188
|
+
}, { apiName: _this.apiName }); };
|
|
189
|
+
}
|
|
190
|
+
return ProfileService;
|
|
191
|
+
}());
|
|
192
|
+
ProfileService.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: ProfileService, deps: [{ token: i1__namespace.RestService }], target: i0__namespace.ɵɵFactoryTarget.Injectable });
|
|
193
|
+
ProfileService.ɵprov = i0__namespace.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: ProfileService, providedIn: 'root' });
|
|
194
|
+
i0__namespace.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.6", ngImport: i0__namespace, type: ProfileService, decorators: [{
|
|
195
|
+
type: i0.Injectable,
|
|
196
|
+
args: [{
|
|
197
|
+
providedIn: 'root',
|
|
198
|
+
}]
|
|
199
|
+
}], ctorParameters: function () { return [{ type: i1__namespace.RestService }]; } });
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* Generated bundle index. Do not edit.
|
|
203
|
+
*/
|
|
204
|
+
|
|
205
|
+
exports.IdentityRoleService = IdentityRoleService;
|
|
206
|
+
exports.IdentityUserLookupService = IdentityUserLookupService;
|
|
207
|
+
exports.IdentityUserService = IdentityUserService;
|
|
208
|
+
exports.ProfileService = ProfileService;
|
|
209
|
+
|
|
210
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
211
|
+
|
|
212
|
+
})));
|
|
213
|
+
//# sourceMappingURL=abp-ng.identity-proxy.umd.js.map
|
|
@@ -0,0 +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/lib/proxy/identity/profile.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","import type { ChangePasswordInput, ProfileDto, UpdateProfileDto } from './models';\nimport { RestService } from '@abp/ng.core';\nimport { Injectable } from '@angular/core';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class ProfileService {\n apiName = 'AbpIdentity';\n\n changePassword = (input: ChangePasswordInput) =>\n this.restService.request<any, void>({\n method: 'POST',\n url: '/api/identity/my-profile/change-password',\n body: input,\n },\n { apiName: this.apiName });\n\n get = () =>\n this.restService.request<any, ProfileDto>({\n method: 'GET',\n url: '/api/identity/my-profile',\n },\n { apiName: this.apiName });\n\n update = (input: UpdateProfileDto) =>\n this.restService.request<any, ProfileDto>({\n method: 'PUT',\n url: '/api/identity/my-profile',\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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAwDE,6BAAoB,WAAwB;YAA5C,iBAAgD;YAA5B,gBAAW,GAAX,WAAW,CAAa;YA/C5C,YAAO,GAAG,aAAa,CAAC;YAExB,WAAM,GAAG,UAAC,KAA4B,IACpC,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAuB;gBAC7C,MAAM,EAAE,MAAM;gBACd,GAAG,EAAE,qBAAqB;gBAC1B,IAAI,EAAE,KAAK;aACZ,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,WAAM,GAAG,UAAC,EAAU,IAClB,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAY;gBAClC,MAAM,EAAE,QAAQ;gBAChB,GAAG,EAAE,yBAAuB,EAAI;aACjC,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,QAAG,GAAG,UAAC,EAAU,IACf,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAuB;gBAC7C,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,yBAAuB,EAAI;aACjC,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,eAAU,GAAG,cACX,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAsC;gBAC5D,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,yBAAyB;aAC/B,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,YAAO,GAAG,UAAC,KAA4B,IACrC,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAuC;gBAC7D,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,qBAAqB;gBAC1B,MAAM,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE,SAAS,EAAE,KAAK,CAAC,SAAS,EAAE,cAAc,EAAE,KAAK,CAAC,cAAc,EAAE;aAC3H,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,WAAM,GAAG,UAAC,EAAU,EAAE,KAA4B,IAChD,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAuB;gBAC7C,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,yBAAuB,EAAI;gBAChC,IAAI,EAAE,KAAK;aACZ,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;SAEmB;;;0IAhDrC,mBAAmB;8IAAnB,mBAAmB,cAFlB,MAAM;qHAEP,mBAAmB;sBAH/BA,aAAU;uBAAC;wBACV,UAAU,EAAE,MAAM;qBACnB;;;;QCmCC,mCAAoB,WAAwB;YAA5C,iBAAgD;YAA5B,gBAAW,GAAX,WAAW,CAAa;YAhC5C,YAAO,GAAG,aAAa,CAAC;YAExB,aAAQ,GAAG,UAAC,EAAU,IACpB,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAgB;gBACtC,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,gCAA8B,EAAI;aACxC,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,mBAAc,GAAG,UAAC,QAAgB,IAChC,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAgB;gBACtC,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,4CAA0C,QAAU;aAC1D,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,aAAQ,GAAG,UAAC,KAA8B,IACxC,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAc;gBACpC,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,kCAAkC;gBACvC,MAAM,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE;aACjC,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,WAAM,GAAG,UAAC,KAA+B,IACvC,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAA+B;gBACrD,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,mCAAmC;gBACxC,MAAM,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE,SAAS,EAAE,KAAK,CAAC,SAAS,EAAE,cAAc,EAAE,KAAK,CAAC,cAAc,EAAE;aAC3H,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;SAEmB;;;gJAjCrC,yBAAyB;oJAAzB,yBAAyB,cAFxB,MAAM;qHAEP,yBAAyB;sBAHrCA,aAAU;uBAAC;wBACV,UAAU,EAAE,MAAM;qBACnB;;;;QC6EC,6BAAoB,WAAwB;YAA5C,iBAAgD;YAA5B,gBAAW,GAAX,WAAW,CAAa;YA5E5C,YAAO,GAAG,aAAa,CAAC;YAExB,WAAM,GAAG,UAAC,KAA4B,IACpC,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAuB;gBAC7C,MAAM,EAAE,MAAM;gBACd,GAAG,EAAE,qBAAqB;gBAC1B,IAAI,EAAE,KAAK;aACZ,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,WAAM,GAAG,UAAC,EAAU,IAClB,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAY;gBAClC,MAAM,EAAE,QAAQ;gBAChB,GAAG,EAAE,yBAAuB,EAAI;aACjC,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,gBAAW,GAAG,UAAC,KAAa,IAC1B,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAuB;gBAC7C,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,kCAAgC,KAAO;aAC7C,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,mBAAc,GAAG,UAAC,QAAgB,IAChC,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAuB;gBAC7C,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,qCAAmC,QAAU;aACnD,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,QAAG,GAAG,UAAC,EAAU,IACf,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAuB;gBAC7C,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,yBAAuB,EAAI;aACjC,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,uBAAkB,GAAG,cACnB,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAsC;gBAC5D,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,sCAAsC;aAC5C,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,YAAO,GAAG,UAAC,KAA4B,IACrC,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAuC;gBAC7D,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,qBAAqB;gBAC1B,MAAM,EAAE,EAAE,MAAM,EAAE,KAAK,CAAC,MAAM,EAAE,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE,SAAS,EAAE,KAAK,CAAC,SAAS,EAAE,cAAc,EAAE,KAAK,CAAC,cAAc,EAAE;aAC3H,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,aAAQ,GAAG,UAAC,EAAU,IACpB,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAsC;gBAC5D,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,yBAAuB,EAAE,WAAQ;aACvC,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,WAAM,GAAG,UAAC,EAAU,EAAE,KAA4B,IAChD,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAuB;gBAC7C,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,yBAAuB,EAAI;gBAChC,IAAI,EAAE,KAAK;aACZ,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,gBAAW,GAAG,UAAC,EAAU,EAAE,KAAiC,IAC1D,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAY;gBAClC,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,yBAAuB,EAAE,WAAQ;gBACtC,IAAI,EAAE,KAAK;aACZ,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;SAEmB;;;0IA7ErC,mBAAmB;8IAAnB,mBAAmB,cAFlB,MAAM;qHAEP,mBAAmB;sBAH/BA,aAAU;uBAAC;wBACV,UAAU,EAAE,MAAM;qBACnB;;;;QC0BC,wBAAoB,WAAwB;YAA5C,iBAAgD;YAA5B,gBAAW,GAAX,WAAW,CAAa;YAzB5C,YAAO,GAAG,aAAa,CAAC;YAExB,mBAAc,GAAG,UAAC,KAA0B,IAC1C,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAY;gBAClC,MAAM,EAAE,MAAM;gBACd,GAAG,EAAE,0CAA0C;gBAC/C,IAAI,EAAE,KAAK;aACZ,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,QAAG,GAAG,cACJ,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAkB;gBACxC,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,0BAA0B;aAChC,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;YAE7B,WAAM,GAAG,UAAC,KAAuB,IAC/B,OAAA,KAAI,CAAC,WAAW,CAAC,OAAO,CAAkB;gBACxC,MAAM,EAAE,KAAK;gBACb,GAAG,EAAE,0BAA0B;gBAC/B,IAAI,EAAE,KAAK;aACZ,EACD,EAAE,OAAO,EAAE,KAAI,CAAC,OAAO,EAAE,CAAC,GAAA,CAAC;SAEmB;;;qIA1BrC,cAAc;yIAAd,cAAc,cAFb,MAAM;qHAEP,cAAc;sBAH1BA,aAAU;uBAAC;wBACV,UAAU,EAAE,MAAM;qBACnB;;;ICND;;;;;;;;;;;;;;;"}
|