@acorex/modules 18.1.6 → 18.2.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/application-management/lib/application-management.service.d.ts +1 -8
- package/application-management/lib/menu.provider.d.ts +1 -0
- package/application-management/lib/services/application-management.service.d.ts +10 -0
- package/application-management/lib/services/module-management.service.d.ts +10 -0
- package/auth/lib/menu.provider.d.ts +1 -0
- package/conversation/README.md +3 -0
- package/conversation/index.d.ts +5 -0
- package/conversation/lib/comments/comment-list-view.component.d.ts +66 -0
- package/conversation/lib/comments/comment-lookup-popup.component.d.ts +10 -0
- package/conversation/lib/comments/comment.module.d.ts +25 -0
- package/conversation/lib/comments/comments.service.d.ts +5 -0
- package/conversation/lib/comments/comments.type.d.ts +74 -0
- package/conversation/lib/conversation.module.d.ts +8 -0
- package/esm2022/application-management/lib/application-management.module.mjs +11 -1
- package/esm2022/application-management/lib/application-management.service.mjs +2 -18
- package/esm2022/application-management/lib/entities/applications.entity.mjs +8 -8
- package/esm2022/application-management/lib/entities/modules.entity.mjs +12 -15
- package/esm2022/application-management/lib/menu.provider.mjs +9 -3
- package/esm2022/application-management/lib/services/application-management.service.mjs +17 -0
- package/esm2022/application-management/lib/services/module-management.service.mjs +17 -0
- package/esm2022/auth/lib/account/profile/profile-slot.component.mjs +3 -3
- package/esm2022/auth/lib/menu.provider.mjs +15 -7
- package/esm2022/conversation/acorex-modules-conversation.mjs +5 -0
- package/esm2022/conversation/index.mjs +6 -0
- package/esm2022/conversation/lib/comments/comment-list-view.component.mjs +393 -0
- package/esm2022/conversation/lib/comments/comment-lookup-popup.component.mjs +56 -0
- package/esm2022/conversation/lib/comments/comment.module.mjs +89 -0
- package/esm2022/conversation/lib/comments/comments.service.mjs +4 -0
- package/esm2022/conversation/lib/comments/comments.type.mjs +2 -0
- package/esm2022/conversation/lib/conversation.module.mjs +17 -0
- package/esm2022/form-management/lib/menu.provider.mjs +17 -11
- package/esm2022/notification-management/lib/menu.provider.mjs +18 -12
- package/esm2022/notification-management/lib/notification-management.module.mjs +5 -5
- package/esm2022/platform-management/lib/comments/comment-management.service.mjs +1 -1
- package/esm2022/platform-management/lib/menu.provider.mjs +16 -10
- package/esm2022/platform-management/lib/platform-management.module.mjs +5 -5
- package/esm2022/template-management/lib/entities/category.entity.mjs +3 -2
- package/esm2022/template-management/lib/entities/template-variable.entity.mjs +14 -13
- package/esm2022/template-management/lib/entities/text-template.entity.mjs +3 -2
- package/esm2022/template-management/lib/menu.provider.mjs +14 -8
- package/fesm2022/acorex-modules-application-management.mjs +67 -47
- package/fesm2022/acorex-modules-application-management.mjs.map +1 -1
- package/fesm2022/{acorex-modules-auth-acorex-modules-auth-B0aeYVeJ.mjs → acorex-modules-auth-acorex-modules-auth-D2WBJhj6.mjs} +23 -17
- package/fesm2022/acorex-modules-auth-acorex-modules-auth-D2WBJhj6.mjs.map +1 -0
- package/fesm2022/{acorex-modules-auth-app-chooser.component-4b6b3ttW.mjs → acorex-modules-auth-app-chooser.component-B7BwymT_.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-app-chooser.component-4b6b3ttW.mjs.map → acorex-modules-auth-app-chooser.component-B7BwymT_.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-login.module-A7u1YYeo.mjs → acorex-modules-auth-login.module-BjvPlYQZ.mjs} +4 -4
- package/fesm2022/{acorex-modules-auth-login.module-A7u1YYeo.mjs.map → acorex-modules-auth-login.module-BjvPlYQZ.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-master.layout--UllrmW0.mjs → acorex-modules-auth-master.layout-CeqMPrx8.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-master.layout--UllrmW0.mjs.map → acorex-modules-auth-master.layout-CeqMPrx8.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-password.component-BjqQ-qVo.mjs → acorex-modules-auth-password.component-87NrYq3i.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-password.component-BjqQ-qVo.mjs.map → acorex-modules-auth-password.component-87NrYq3i.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-password.component-Dv0VXzh_.mjs → acorex-modules-auth-password.component-X3BUidi1.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-password.component-Dv0VXzh_.mjs.map → acorex-modules-auth-password.component-X3BUidi1.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-routes-C4eNPru3.mjs → acorex-modules-auth-routes-D1JZT2cF.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-routes-C4eNPru3.mjs.map → acorex-modules-auth-routes-D1JZT2cF.mjs.map} +1 -1
- package/fesm2022/{acorex-modules-auth-two-factor.module-C6V_pb_Q.mjs → acorex-modules-auth-two-factor.module-C28ix6Wr.mjs} +2 -2
- package/fesm2022/{acorex-modules-auth-two-factor.module-C6V_pb_Q.mjs.map → acorex-modules-auth-two-factor.module-C28ix6Wr.mjs.map} +1 -1
- package/fesm2022/acorex-modules-auth.mjs +1 -1
- package/fesm2022/acorex-modules-conversation.mjs +550 -0
- package/fesm2022/acorex-modules-conversation.mjs.map +1 -0
- package/fesm2022/acorex-modules-form-management.mjs +16 -11
- package/fesm2022/acorex-modules-form-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-notification-management.mjs +20 -15
- package/fesm2022/acorex-modules-notification-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-platform-management.mjs +17 -12
- package/fesm2022/acorex-modules-platform-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-template-management.mjs +29 -21
- package/fesm2022/acorex-modules-template-management.mjs.map +1 -1
- package/form-management/lib/menu.provider.d.ts +1 -0
- package/notification-management/lib/menu.provider.d.ts +1 -0
- package/package.json +18 -12
- package/platform-management/lib/comments/comment-management.service.d.ts +4 -4
- package/platform-management/lib/menu.provider.d.ts +1 -0
- package/template-management/lib/menu.provider.d.ts +2 -1
- package/fesm2022/acorex-modules-auth-acorex-modules-auth-B0aeYVeJ.mjs.map +0 -1
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as i0 from '@angular/core';
|
2
2
|
import { inject, NgModule } from '@angular/core';
|
3
3
|
import { RouterModule, ROUTES } from '@angular/router';
|
4
|
-
import { A as AXM_AUTH_CONFIG_TOKEN } from './acorex-modules-auth-acorex-modules-auth-
|
4
|
+
import { A as AXM_AUTH_CONFIG_TOKEN } from './acorex-modules-auth-acorex-modules-auth-D2WBJhj6.mjs';
|
5
5
|
import '@acorex/platform/auth';
|
6
6
|
import '@acorex/platform/common';
|
7
7
|
import '@angular/common/http';
|
@@ -58,4 +58,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImpor
|
|
58
58
|
}] });
|
59
59
|
|
60
60
|
export { AXPTwoFactorModule };
|
61
|
-
//# sourceMappingURL=acorex-modules-auth-two-factor.module-
|
61
|
+
//# sourceMappingURL=acorex-modules-auth-two-factor.module-C28ix6Wr.mjs.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"acorex-modules-auth-two-factor.module-
|
1
|
+
{"version":3,"file":"acorex-modules-auth-two-factor.module-C28ix6Wr.mjs","sources":["../../../../libs/modules/auth/src/lib/two-factor/two-factor.module.ts"],"sourcesContent":["import { inject, NgModule } from '@angular/core';\nimport { RouterModule, ROUTES, Routes } from '@angular/router';\nimport { AXM_AUTH_CONFIG_TOKEN } from '../auth.config';\n\nfunction routesFacory() {\n const val = inject(AXM_AUTH_CONFIG_TOKEN);\n let routes: Routes = [];\n routes = [\n {\n path: 'two-step',\n loadComponent: () =>\n import('./two-factor-code/two-factor-code.component').then(\n (c) => c.AXPAuthTwoFactorCodeComponent\n ),\n },\n ];\n return routes;\n}\n\n@NgModule({\n declarations: [],\n imports: [RouterModule],\n exports: [],\n providers: [\n {\n provide: ROUTES,\n multi: true,\n useFactory: routesFacory,\n },\n ],\n})\nexport class AXPTwoFactorModule { }\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAIA,SAAS,YAAY,GAAA;AACnB,IAAA,MAAM,GAAG,GAAG,MAAM,CAAC,qBAAqB,CAAC;IACzC,IAAI,MAAM,GAAW,EAAE;AACvB,IAAA,MAAM,GAAG;AACP,QAAA;AACE,YAAA,IAAI,EAAE,UAAU;AAChB,YAAA,aAAa,EAAE,MACb,OAAO,8DAA6C,CAAC,CAAC,IAAI,CACxD,CAAC,CAAC,KAAK,CAAC,CAAC,6BAA6B,CACvC;AACJ,SAAA;KACF;AACD,IAAA,OAAO,MAAM;AACf;MAca,kBAAkB,CAAA;8GAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAlB,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,kBAAkB,YAVnB,YAAY,CAAA,EAAA,CAAA,CAAA;AAUX,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,kBAAkB,EARlB,SAAA,EAAA;AACT,YAAA;AACE,gBAAA,OAAO,EAAE,MAAM;AACf,gBAAA,KAAK,EAAE,IAAI;AACX,gBAAA,UAAU,EAAE,YAAY;AACzB,aAAA;AACF,SAAA,EAAA,OAAA,EAAA,CARS,YAAY,CAAA,EAAA,CAAA,CAAA;;2FAUX,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAZ9B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACR,oBAAA,YAAY,EAAE,EAAE;oBAChB,OAAO,EAAE,CAAC,YAAY,CAAC;AACvB,oBAAA,OAAO,EAAE,EAAE;AACX,oBAAA,SAAS,EAAE;AACT,wBAAA;AACE,4BAAA,OAAO,EAAE,MAAM;AACf,4BAAA,KAAK,EAAE,IAAI;AACX,4BAAA,UAAU,EAAE,YAAY;AACzB,yBAAA;AACF,qBAAA;AACF,iBAAA;;;;;"}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
export { d as AXMAuthErrorHandler, g as AXMAuthModule, a as AXMAuthenticationTypes, e as AXMDefaultAuthConfigs, A as AXM_AUTH_CONFIG_TOKEN, h as AXPIdleService, f as configAuthModule } from './acorex-modules-auth-acorex-modules-auth-
|
1
|
+
export { d as AXMAuthErrorHandler, g as AXMAuthModule, a as AXMAuthenticationTypes, e as AXMDefaultAuthConfigs, A as AXM_AUTH_CONFIG_TOKEN, h as AXPIdleService, f as configAuthModule } from './acorex-modules-auth-acorex-modules-auth-D2WBJhj6.mjs';
|
2
2
|
import '@acorex/platform/auth';
|
3
3
|
import '@acorex/platform/common';
|
4
4
|
import '@angular/common/http';
|