@acorex/modules 18.1.3 → 18.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/backend/lib/data/api/comment.mock.service.d.ts +62 -0
  2. package/backend/lib/data/api/notification.mock.service.d.ts +34 -0
  3. package/backend/lib/data/index.d.ts +1 -0
  4. package/esm2022/application-management/lib/application-management.service.mjs +3 -3
  5. package/esm2022/application-management/lib/module-designer/module-designer.component.mjs +1 -1
  6. package/esm2022/auth/lib/account/profile/profile-slot.component.mjs +3 -3
  7. package/esm2022/backend/lib/backend.module.mjs +11 -1
  8. package/esm2022/backend/lib/data/api/comment.mock.service.mjs +142 -0
  9. package/esm2022/backend/lib/data/api/notification.mock.service.mjs +71 -0
  10. package/esm2022/backend/lib/data/index.mjs +2 -1
  11. package/esm2022/form-management/lib/form-management.module.mjs +5 -4
  12. package/esm2022/language-management/acorex-modules-language-management.mjs +5 -0
  13. package/esm2022/language-management/index.mjs +2 -0
  14. package/esm2022/language-management/lib/entities/language.entity.mjs +242 -0
  15. package/esm2022/language-management/lib/language-management.module.mjs +39 -0
  16. package/esm2022/language-management/lib/notification-management.service.mjs +23 -0
  17. package/esm2022/notification-management/acorex-modules-notification-management.mjs +5 -0
  18. package/esm2022/notification-management/index.mjs +7 -0
  19. package/esm2022/notification-management/lib/admin-notification-slot/admin-notification-item/admin-notification-item.component.mjs +47 -0
  20. package/esm2022/notification-management/lib/admin-notification-slot/admin-notification-panel/admin-notification-panel.component.mjs +131 -0
  21. package/esm2022/notification-management/lib/admin-notification-slot/admin-notification-slot/admin-notification-slot.component.mjs +36 -0
  22. package/esm2022/notification-management/lib/entities/notification-channel.entity.mjs +345 -0
  23. package/esm2022/notification-management/lib/entities/notification-template.entity.mjs +298 -0
  24. package/esm2022/notification-management/lib/entities/notification.entity.mjs +207 -0
  25. package/esm2022/notification-management/lib/notification-management-mock-data.mjs +55 -0
  26. package/esm2022/notification-management/lib/notification-management.module.mjs +66 -0
  27. package/esm2022/notification-management/lib/notification-management.service.mjs +39 -0
  28. package/esm2022/notification-management/lib/notification-management.type.mjs +2 -0
  29. package/esm2022/notification-management/lib/notification.service.mjs +3 -0
  30. package/esm2022/template-management/acorex-modules-template-management.mjs +5 -0
  31. package/esm2022/template-management/index.mjs +4 -0
  32. package/esm2022/template-management/lib/entities/global-template.entity.mjs +298 -0
  33. package/esm2022/template-management/lib/entities/template-variable.entity.mjs +304 -0
  34. package/esm2022/template-management/lib/template-management-mock-data.mjs +11 -0
  35. package/esm2022/template-management/lib/template-management.module.mjs +45 -0
  36. package/esm2022/template-management/lib/template-management.service.mjs +24 -0
  37. package/fesm2022/{acorex-modules-application-management-module-designer.component-C-lY0Apl.mjs → acorex-modules-application-management-module-designer.component-CFLXuP2G.mjs} +2 -2
  38. package/fesm2022/{acorex-modules-application-management-module-designer.component-C-lY0Apl.mjs.map → acorex-modules-application-management-module-designer.component-CFLXuP2G.mjs.map} +1 -1
  39. package/fesm2022/acorex-modules-application-management.mjs +3 -3
  40. package/fesm2022/acorex-modules-application-management.mjs.map +1 -1
  41. package/fesm2022/{acorex-modules-auth-acorex-modules-auth-4OzzidjS.mjs → acorex-modules-auth-acorex-modules-auth-iGiPFEeb.mjs} +10 -10
  42. package/fesm2022/acorex-modules-auth-acorex-modules-auth-iGiPFEeb.mjs.map +1 -0
  43. package/fesm2022/{acorex-modules-auth-app-chooser.component-CHTEeWgx.mjs → acorex-modules-auth-app-chooser.component-BB3SIzCP.mjs} +2 -2
  44. package/fesm2022/{acorex-modules-auth-app-chooser.component-CHTEeWgx.mjs.map → acorex-modules-auth-app-chooser.component-BB3SIzCP.mjs.map} +1 -1
  45. package/fesm2022/acorex-modules-auth-blank.layout-Bq822Iz4.mjs.map +1 -1
  46. package/fesm2022/{acorex-modules-auth-login.module-DMit4yw0.mjs → acorex-modules-auth-login.module-ChEv9c5I.mjs} +4 -4
  47. package/fesm2022/acorex-modules-auth-login.module-ChEv9c5I.mjs.map +1 -0
  48. package/fesm2022/{acorex-modules-auth-master.layout-BCYIjTB0.mjs → acorex-modules-auth-master.layout-CZv3BD5c.mjs} +2 -2
  49. package/fesm2022/{acorex-modules-auth-master.layout-BCYIjTB0.mjs.map → acorex-modules-auth-master.layout-CZv3BD5c.mjs.map} +1 -1
  50. package/fesm2022/{acorex-modules-auth-password.component-WA-CA0Ln.mjs → acorex-modules-auth-password.component-CPWiBXdG.mjs} +2 -2
  51. package/fesm2022/{acorex-modules-auth-password.component-WA-CA0Ln.mjs.map → acorex-modules-auth-password.component-CPWiBXdG.mjs.map} +1 -1
  52. package/fesm2022/{acorex-modules-auth-password.component-D16ms36y.mjs → acorex-modules-auth-password.component-CxZ1weks.mjs} +2 -2
  53. package/fesm2022/{acorex-modules-auth-password.component-D16ms36y.mjs.map → acorex-modules-auth-password.component-CxZ1weks.mjs.map} +1 -1
  54. package/fesm2022/{acorex-modules-auth-routes-C3ye31RS.mjs → acorex-modules-auth-routes-C7r2Jm6s.mjs} +2 -2
  55. package/fesm2022/{acorex-modules-auth-routes-C3ye31RS.mjs.map → acorex-modules-auth-routes-C7r2Jm6s.mjs.map} +1 -1
  56. package/fesm2022/acorex-modules-auth-tenant-chooser.component-CHr5_kh7.mjs.map +1 -1
  57. package/fesm2022/acorex-modules-auth-two-factor-code.component-B_7l39pX.mjs.map +1 -1
  58. package/fesm2022/{acorex-modules-auth-two-factor.module-CkZCBo0B.mjs → acorex-modules-auth-two-factor.module-BgkJYe7T.mjs} +2 -2
  59. package/fesm2022/acorex-modules-auth-two-factor.module-BgkJYe7T.mjs.map +1 -0
  60. package/fesm2022/acorex-modules-auth.mjs +1 -1
  61. package/fesm2022/acorex-modules-backend.mjs +218 -2
  62. package/fesm2022/acorex-modules-backend.mjs.map +1 -1
  63. package/fesm2022/acorex-modules-form-management-designer.page-SoPH2V7i.mjs.map +1 -1
  64. package/fesm2022/acorex-modules-form-management.mjs +4 -3
  65. package/fesm2022/acorex-modules-form-management.mjs.map +1 -1
  66. package/fesm2022/acorex-modules-language-management-language.entity-CwD5FHGc.mjs +266 -0
  67. package/fesm2022/acorex-modules-language-management-language.entity-CwD5FHGc.mjs.map +1 -0
  68. package/fesm2022/acorex-modules-language-management.mjs +46 -0
  69. package/fesm2022/acorex-modules-language-management.mjs.map +1 -0
  70. package/fesm2022/acorex-modules-notification-management.mjs +1203 -0
  71. package/fesm2022/acorex-modules-notification-management.mjs.map +1 -0
  72. package/fesm2022/acorex-modules-template-management.mjs +690 -0
  73. package/fesm2022/acorex-modules-template-management.mjs.map +1 -0
  74. package/form-management/lib/form-management.module.d.ts +2 -1
  75. package/language-management/README.md +3 -0
  76. package/language-management/index.d.ts +1 -0
  77. package/language-management/lib/entities/language.entity.d.ts +3 -0
  78. package/language-management/lib/language-management.module.d.ts +12 -0
  79. package/language-management/lib/notification-management.service.d.ts +9 -0
  80. package/notification-management/README.md +3 -0
  81. package/notification-management/index.d.ts +6 -0
  82. package/notification-management/lib/admin-notification-slot/admin-notification-item/admin-notification-item.component.d.ts +14 -0
  83. package/notification-management/lib/admin-notification-slot/admin-notification-panel/admin-notification-panel.component.d.ts +30 -0
  84. package/notification-management/lib/admin-notification-slot/admin-notification-slot/admin-notification-slot.component.d.ts +7 -0
  85. package/notification-management/lib/entities/notification-channel.entity.d.ts +3 -0
  86. package/notification-management/lib/entities/notification-template.entity.d.ts +3 -0
  87. package/notification-management/lib/entities/notification.entity.d.ts +3 -0
  88. package/notification-management/lib/notification-management-mock-data.d.ts +41 -0
  89. package/notification-management/lib/notification-management.module.d.ts +13 -0
  90. package/notification-management/lib/notification-management.service.d.ts +15 -0
  91. package/notification-management/lib/notification-management.type.d.ts +42 -0
  92. package/notification-management/lib/notification.service.d.ts +7 -0
  93. package/package.json +23 -11
  94. package/template-management/README.md +3 -0
  95. package/template-management/index.d.ts +3 -0
  96. package/template-management/lib/entities/global-template.entity.d.ts +3 -0
  97. package/template-management/lib/entities/template-variable.entity.d.ts +3 -0
  98. package/template-management/lib/template-management-mock-data.d.ts +7 -0
  99. package/template-management/lib/template-management.module.d.ts +12 -0
  100. package/template-management/lib/template-management.service.d.ts +9 -0
  101. package/esm2022/notification/acorex-modules-notification.mjs +0 -5
  102. package/esm2022/notification/index.mjs +0 -4
  103. package/esm2022/notification/lib/notification.module.mjs +0 -16
  104. package/fesm2022/acorex-modules-auth-acorex-modules-auth-4OzzidjS.mjs.map +0 -1
  105. package/fesm2022/acorex-modules-auth-login.module-DMit4yw0.mjs.map +0 -1
  106. package/fesm2022/acorex-modules-auth-two-factor.module-CkZCBo0B.mjs.map +0 -1
  107. package/fesm2022/acorex-modules-notification.mjs +0 -26
  108. package/fesm2022/acorex-modules-notification.mjs.map +0 -1
  109. package/notification/README.md +0 -4
  110. package/notification/index.d.ts +0 -1
  111. package/notification/lib/notification.module.d.ts +0 -6
@@ -1 +0,0 @@
1
- {"version":3,"file":"acorex-modules-auth-login.module-DMit4yw0.mjs","sources":["../../../../libs/modules/auth/src/lib/login/login.module.ts"],"sourcesContent":["import { NgModule, inject } from '@angular/core';\nimport { ROUTES, RouterModule, Routes } from '@angular/router';\nimport { AXMAuthenticationTypes, 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: 'login',\n loadComponent: () => {\n if (\n [\n AXMAuthenticationTypes.UsernamePassword,\n AXMAuthenticationTypes.EmailPassword,\n AXMAuthenticationTypes.MobilePassword,\n ].includes(val.type)\n ) {\n return import('./password/password.component').then((c) => c.AXPLoginPasswordComponent);\n } else {\n return import('./password/password.component').then((c) => c.AXPLoginPasswordComponent);\n }\n },\n },\n ];\n return routes;\n}\n\n@NgModule({\n imports: [RouterModule],\n exports: [],\n providers: [\n {\n provide: ROUTES,\n multi: true,\n useFactory: routesFacory,\n },\n ],\n})\nexport class AXPSignInModule { }\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAIA,SAAS,YAAY,GAAA;AACnB,IAAA,MAAM,GAAG,GAAG,MAAM,CAAC,qBAAqB,CAAC,CAAC;IAC1C,IAAI,MAAM,GAAW,EAAE,CAAC;AACxB,IAAA,MAAM,GAAG;AACP,QAAA;AACE,YAAA,IAAI,EAAE,OAAO;YACb,aAAa,EAAE,MAAK;gBAClB,IACE;AACE,oBAAA,sBAAsB,CAAC,gBAAgB;AACvC,oBAAA,sBAAsB,CAAC,aAAa;AACpC,oBAAA,sBAAsB,CAAC,cAAc;AACtC,iBAAA,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EACpB;AACA,oBAAA,OAAO,OAAO,uDAA+B,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,yBAAyB,CAAC,CAAC;iBACzF;qBAAM;AACL,oBAAA,OAAO,OAAO,uDAA+B,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,yBAAyB,CAAC,CAAC;iBACzF;aACF;AACF,SAAA;KACF,CAAC;AACF,IAAA,OAAO,MAAM,CAAC;AAChB,CAAC;MAaY,eAAe,CAAA;8GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;AAAf,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,eAAe,YAVhB,YAAY,CAAA,EAAA,CAAA,CAAA,EAAA;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,eAAe,EARf,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,EAAA;;2FAUX,eAAe,EAAA,UAAA,EAAA,CAAA;kBAX3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,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,CAAA;;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"acorex-modules-auth-two-factor.module-CkZCBo0B.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,CAAC;IAC1C,IAAI,MAAM,GAAW,EAAE,CAAC;AACxB,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,CAAC;AACF,IAAA,OAAO,MAAM,CAAC;AAChB,CAAC;MAcY,kBAAkB,CAAA;8GAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;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,EAAA;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,EAAA;;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,CAAA;;;;;"}
@@ -1,26 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { NgModule } from '@angular/core';
3
-
4
- class AXMNotificationModule {
5
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXMNotificationModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
6
- static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.0", ngImport: i0, type: AXMNotificationModule }); }
7
- static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXMNotificationModule }); }
8
- }
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.0", ngImport: i0, type: AXMNotificationModule, decorators: [{
10
- type: NgModule,
11
- args: [{
12
- imports: [],
13
- exports: [],
14
- declarations: [],
15
- }]
16
- }] });
17
-
18
- // export * from './lib/admin-notification/admin-notification-item.component';
19
- // export * from './lib/admin-notification/admin-notification.component';
20
-
21
- /**
22
- * Generated bundle index. Do not edit.
23
- */
24
-
25
- export { AXMNotificationModule };
26
- //# sourceMappingURL=acorex-modules-notification.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"acorex-modules-notification.mjs","sources":["../../../../libs/modules/notification/src/lib/notification.module.ts","../../../../libs/modules/notification/src/index.ts","../../../../libs/modules/notification/src/acorex-modules-notification.ts"],"sourcesContent":["import { NgModule } from \"@angular/core\";\n@NgModule({\n imports: [],\n exports: [],\n declarations: [],\n})\nexport class AXMNotificationModule {\n}\n ","\n// export * from './lib/admin-notification/admin-notification-item.component';\n// export * from './lib/admin-notification/admin-notification.component';\nexport * from './lib/notification.module';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;MAMa,qBAAqB,CAAA;8GAArB,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA,EAAA;+GAArB,qBAAqB,EAAA,CAAA,CAAA,EAAA;+GAArB,qBAAqB,EAAA,CAAA,CAAA,EAAA;;2FAArB,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBALjC,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;AACN,oBAAA,OAAO,EAAE,EAAE;AACX,oBAAA,OAAO,EAAE,EAAE;AACX,oBAAA,YAAY,EAAE,EAAE;AACnB,iBAAA,CAAA;;;ACJD;AACA;;ACFA;;AAEG;;;;"}
@@ -1,4 +0,0 @@
1
- # @acorex/modules/notification
2
-
3
- Secondary entry point of `@acorex/modules`. It can be used by importing from `@acorex/modules/notification`.
4
-
@@ -1 +0,0 @@
1
- export * from './lib/notification.module';
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class AXMNotificationModule {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMNotificationModule, never>;
4
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXMNotificationModule, never, never, never>;
5
- static ɵinj: i0.ɵɵInjectorDeclaration<AXMNotificationModule>;
6
- }