@acorex/modules 19.2.12 → 19.2.15

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 (246) hide show
  1. package/application-management/lib/application-management.service.d.ts +1 -1
  2. package/application-management/lib/application-management.types.d.ts +1 -1
  3. package/application-management/lib/services/application-management.service.d.ts +1 -1
  4. package/application-management/lib/services/application-module-management.service.d.ts +1 -1
  5. package/application-management/lib/services/edition-management.service.d.ts +1 -1
  6. package/application-management/lib/services/entity-management.service.d.ts +1 -1
  7. package/application-management/lib/services/feature-management.service.d.ts +1 -1
  8. package/application-management/lib/services/module-management.service.d.ts +1 -1
  9. package/application-management/lib/services/permission-management.service.d.ts +1 -1
  10. package/application-management/lib/services/property-management.service.d.ts +1 -1
  11. package/auth/lib/auth.module.d.ts +2 -3
  12. package/auth/lib/pages/login/password/password.component.d.ts +1 -0
  13. package/conversation/lib/entities/chat/chat.service.d.ts +1 -1
  14. package/conversation/lib/entities/chat/chat.type.d.ts +1 -1
  15. package/conversation/lib/entities/chat/pages/chat/chat.component.d.ts +1 -1
  16. package/conversation/lib/entities/comments/comments.service.d.ts +1 -1
  17. package/conversation/lib/entities/comments/comments.type.d.ts +1 -1
  18. package/document-management/index.d.ts +1 -0
  19. package/document-management/lib/const.d.ts +6 -5
  20. package/document-management/lib/document-management.module.d.ts +3 -1
  21. package/document-management/lib/entities/document/document.service.d.ts +8 -5
  22. package/document-management/lib/entities/document/document.types.d.ts +2 -1
  23. package/document-management/lib/entities/document-type/document-type.service.d.ts +1 -1
  24. package/document-management/lib/entities/document-type/document-type.types.d.ts +16 -1
  25. package/document-management/lib/entities/document-type-meta-definition/document-type-meta-definition.service.d.ts +1 -1
  26. package/document-management/lib/entities/document-type-meta-definition/document-type-meta-definition.types.d.ts +1 -1
  27. package/document-management/lib/entities/document-type-meta-value/document-type-meta-value.service.d.ts +1 -1
  28. package/document-management/lib/entities/document-type-meta-value/document-type-meta-value.types.d.ts +1 -1
  29. package/document-management/lib/entities/document-type-status-definition/document-type-status-definition.service.d.ts +1 -1
  30. package/document-management/lib/entities/document-type-status-definition/document-type-status-definition.types.d.ts +1 -1
  31. package/document-management/lib/entities/folder/folder.entity.d.ts +3 -0
  32. package/document-management/lib/entities/folder/folder.service.d.ts +12 -0
  33. package/document-management/lib/entities/folder/folder.types.d.ts +37 -0
  34. package/document-management/lib/entities/folder/index.d.ts +3 -0
  35. package/document-management/lib/entities/index.d.ts +6 -0
  36. package/document-management/lib/features/document-explorer/components/create-folder-dialog/create-folder-dialog.component.d.ts +14 -0
  37. package/document-management/lib/features/document-explorer/document-explorer.component.d.ts +74 -0
  38. package/document-management/lib/features/document-explorer/document-explorer.viewmodel.d.ts +57 -0
  39. package/document-management/lib/features/document-explorer/index.d.ts +3 -0
  40. package/document-management/lib/features/document-explorer/settings.keys.d.ts +5 -0
  41. package/document-management/lib/features/drive/drive.component.d.ts +200 -0
  42. package/document-management/lib/features/drive/index.d.ts +3 -0
  43. package/document-management/lib/features/file-type/file-type.module.d.ts +6 -0
  44. package/document-management/lib/features/file-type/index.d.ts +2 -0
  45. package/document-management/lib/features/file-type/providers/archive.file.d.ts +4 -0
  46. package/document-management/lib/features/file-type/providers/audio.file.d.ts +4 -0
  47. package/document-management/lib/features/file-type/providers/code.file.d.ts +4 -0
  48. package/document-management/lib/features/file-type/providers/document.file.d.ts +4 -0
  49. package/document-management/lib/features/file-type/providers/image.file.d.ts +4 -0
  50. package/document-management/lib/features/file-type/providers/index.d.ts +6 -0
  51. package/document-management/lib/features/file-type/providers/video.file.d.ts +4 -0
  52. package/document-management/lib/features/file-type/widgets/file-type-extension/file-type-extension-column.component.d.ts +6 -0
  53. package/document-management/lib/features/file-type/widgets/file-type-extension/file-type-extension-designer.component.d.ts +6 -0
  54. package/document-management/lib/features/file-type/widgets/file-type-extension/file-type-extension-edit.component.d.ts +18 -0
  55. package/document-management/lib/features/file-type/widgets/file-type-extension/file-type-extension-view.component.d.ts +6 -0
  56. package/document-management/lib/features/file-type/widgets/file-type-extension/file-type-extension-widget.config.d.ts +7 -0
  57. package/document-management/lib/features/file-type/widgets/file-type-extension/index.d.ts +5 -0
  58. package/document-management/lib/features/file-type/widgets/index.d.ts +1 -0
  59. package/document-management/lib/features/shared/document-manager.service.d.ts +130 -0
  60. package/document-management/lib/features/shared/document-manager.types.d.ts +21 -0
  61. package/document-management/lib/features/shared/index.d.ts +1 -0
  62. package/document-management/lib/menu.provider.d.ts +1 -0
  63. package/fesm2022/acorex-modules-application-management.mjs +3 -3
  64. package/fesm2022/acorex-modules-application-management.mjs.map +1 -1
  65. package/fesm2022/{acorex-modules-auth-acorex-modules-auth-D1qxdECo.mjs → acorex-modules-auth-acorex-modules-auth-CZ_nTBkL.mjs} +53 -133
  66. package/fesm2022/acorex-modules-auth-acorex-modules-auth-CZ_nTBkL.mjs.map +1 -0
  67. package/fesm2022/{acorex-modules-auth-app-chooser.component-8GCTwtb2.mjs → acorex-modules-auth-app-chooser.component-CGSygSjS.mjs} +2 -2
  68. package/fesm2022/{acorex-modules-auth-app-chooser.component-8GCTwtb2.mjs.map → acorex-modules-auth-app-chooser.component-CGSygSjS.mjs.map} +1 -1
  69. package/fesm2022/{acorex-modules-auth-login.module-DR3QLEM-.mjs → acorex-modules-auth-login.module-B1sF3B_O.mjs} +4 -4
  70. package/fesm2022/{acorex-modules-auth-login.module-DR3QLEM-.mjs.map → acorex-modules-auth-login.module-B1sF3B_O.mjs.map} +1 -1
  71. package/fesm2022/{acorex-modules-auth-master.layout-BMJ5mW63.mjs → acorex-modules-auth-master.layout-CK4nyS8D.mjs} +2 -2
  72. package/fesm2022/{acorex-modules-auth-master.layout-BMJ5mW63.mjs.map → acorex-modules-auth-master.layout-CK4nyS8D.mjs.map} +1 -1
  73. package/fesm2022/{acorex-modules-auth-password.component-avrMwyr8.mjs → acorex-modules-auth-password.component-DC_zi8bV.mjs} +6 -6
  74. package/fesm2022/{acorex-modules-auth-password.component-avrMwyr8.mjs.map → acorex-modules-auth-password.component-DC_zi8bV.mjs.map} +1 -1
  75. package/fesm2022/acorex-modules-auth-password.component-DqvmIMDR.mjs +127 -0
  76. package/fesm2022/acorex-modules-auth-password.component-DqvmIMDR.mjs.map +1 -0
  77. package/fesm2022/{acorex-modules-auth-routes-BPYBFOxg.mjs → acorex-modules-auth-routes-DwHgPrDP.mjs} +2 -2
  78. package/fesm2022/{acorex-modules-auth-routes-BPYBFOxg.mjs.map → acorex-modules-auth-routes-DwHgPrDP.mjs.map} +1 -1
  79. package/fesm2022/{acorex-modules-auth-two-factor-code.component-YhAHhKIr.mjs → acorex-modules-auth-two-factor-code.component-DrV3UBuT.mjs} +5 -5
  80. package/fesm2022/{acorex-modules-auth-two-factor-code.component-YhAHhKIr.mjs.map → acorex-modules-auth-two-factor-code.component-DrV3UBuT.mjs.map} +1 -1
  81. package/fesm2022/{acorex-modules-auth-two-factor.module-B_V_nQN_.mjs → acorex-modules-auth-two-factor.module-BatKQRdJ.mjs} +3 -3
  82. package/fesm2022/{acorex-modules-auth-two-factor.module-B_V_nQN_.mjs.map → acorex-modules-auth-two-factor.module-BatKQRdJ.mjs.map} +1 -1
  83. package/fesm2022/acorex-modules-auth.mjs +1 -1
  84. package/fesm2022/acorex-modules-conversation.mjs +2 -2
  85. package/fesm2022/acorex-modules-conversation.mjs.map +1 -1
  86. package/fesm2022/acorex-modules-document-management-drive.component-bjnFFaLS.mjs +951 -0
  87. package/fesm2022/acorex-modules-document-management-drive.component-bjnFFaLS.mjs.map +1 -0
  88. package/fesm2022/acorex-modules-document-management.mjs +1450 -114
  89. package/fesm2022/acorex-modules-document-management.mjs.map +1 -1
  90. package/fesm2022/{acorex-modules-form-template-management-acorex-modules-form-template-management-BTQ4VpFG.mjs → acorex-modules-form-template-management-acorex-modules-form-template-management-szDh56Bk.mjs} +174 -64
  91. package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-szDh56Bk.mjs.map +1 -0
  92. package/fesm2022/{acorex-modules-form-template-management-category.entity-ChxSjvOF.mjs → acorex-modules-form-template-management-category.entity-BZXqnhwK.mjs} +4 -17
  93. package/fesm2022/acorex-modules-form-template-management-category.entity-BZXqnhwK.mjs.map +1 -0
  94. package/fesm2022/{acorex-modules-form-template-management-designer.page-BLbPLLdP.mjs → acorex-modules-form-template-management-designer.page-Bd_bZ_7p.mjs} +4 -3
  95. package/fesm2022/acorex-modules-form-template-management-designer.page-Bd_bZ_7p.mjs.map +1 -0
  96. package/fesm2022/{acorex-modules-form-template-management-setting.provider-CByIOZMr.mjs → acorex-modules-form-template-management-setting.provider-o2_TSVfK.mjs} +2 -2
  97. package/fesm2022/{acorex-modules-form-template-management-setting.provider-CByIOZMr.mjs.map → acorex-modules-form-template-management-setting.provider-o2_TSVfK.mjs.map} +1 -1
  98. package/fesm2022/acorex-modules-form-template-management-template-picker.component-BxOdV3y2.mjs +191 -0
  99. package/fesm2022/acorex-modules-form-template-management-template-picker.component-BxOdV3y2.mjs.map +1 -0
  100. package/fesm2022/{acorex-modules-form-template-management-template-widget-edit.component-Chle-W7b.mjs → acorex-modules-form-template-management-template-widget-edit.component--MGoF75g.mjs} +32 -49
  101. package/fesm2022/acorex-modules-form-template-management-template-widget-edit.component--MGoF75g.mjs.map +1 -0
  102. package/fesm2022/{acorex-modules-form-template-management-template.entity-BIBMNXD5.mjs → acorex-modules-form-template-management-template.entity-JvWcqjzi.mjs} +3 -3
  103. package/fesm2022/acorex-modules-form-template-management-template.entity-JvWcqjzi.mjs.map +1 -0
  104. package/fesm2022/{acorex-modules-form-template-management-viewer-popup.component-DPxTaC2A.mjs → acorex-modules-form-template-management-viewer-popup.component-Bllb70Ih.mjs} +2 -2
  105. package/fesm2022/{acorex-modules-form-template-management-viewer-popup.component-DPxTaC2A.mjs.map → acorex-modules-form-template-management-viewer-popup.component-Bllb70Ih.mjs.map} +1 -1
  106. package/fesm2022/acorex-modules-form-template-management.mjs +1 -1
  107. package/fesm2022/acorex-modules-notification-management.mjs +10 -3
  108. package/fesm2022/acorex-modules-notification-management.mjs.map +1 -1
  109. package/fesm2022/{acorex-modules-organization-management-add-item.component-BXRyhcjE.mjs → acorex-modules-organization-management-add-item.component-Y-i6xDkl.mjs} +2 -2
  110. package/fesm2022/{acorex-modules-organization-management-add-item.component-BXRyhcjE.mjs.map → acorex-modules-organization-management-add-item.component-Y-i6xDkl.mjs.map} +1 -1
  111. package/fesm2022/acorex-modules-organization-management-branch.entity-DhObzxhh.mjs +344 -0
  112. package/fesm2022/acorex-modules-organization-management-branch.entity-DhObzxhh.mjs.map +1 -0
  113. package/fesm2022/{acorex-modules-organization-management-employee.entity-PwlBjkYo.mjs → acorex-modules-organization-management-employee.entity-DcJCJN3R.mjs} +4 -4
  114. package/fesm2022/acorex-modules-organization-management-employee.entity-DcJCJN3R.mjs.map +1 -0
  115. package/fesm2022/{acorex-modules-organization-management-org-chart-configuration.page-DjzqBdaS.mjs → acorex-modules-organization-management-org-chart-configuration.page-DO8wSZqZ.mjs} +2 -2
  116. package/fesm2022/{acorex-modules-organization-management-org-chart-configuration.page-DjzqBdaS.mjs.map → acorex-modules-organization-management-org-chart-configuration.page-DO8wSZqZ.mjs.map} +1 -1
  117. package/fesm2022/{acorex-modules-organization-management-org-chart.page-DMxaL-70.mjs → acorex-modules-organization-management-org-chart.page-DXyAFXwE.mjs} +16 -10
  118. package/fesm2022/acorex-modules-organization-management-org-chart.page-DXyAFXwE.mjs.map +1 -0
  119. package/fesm2022/{acorex-modules-organization-management-position.entity-B7ceEEbu.mjs → acorex-modules-organization-management-position.entity-D17Yembh.mjs} +2 -2
  120. package/fesm2022/acorex-modules-organization-management-position.entity-D17Yembh.mjs.map +1 -0
  121. package/fesm2022/{acorex-modules-organization-management-branch.entity-CxxFiBPd.mjs → acorex-modules-organization-management-role.entity-Cmbyle8P.mjs} +36 -54
  122. package/fesm2022/acorex-modules-organization-management-role.entity-Cmbyle8P.mjs.map +1 -0
  123. package/fesm2022/{acorex-modules-organization-management-setting.provider-eLv_qnmE.mjs → acorex-modules-organization-management-setting.provider-CAU8Bve9.mjs} +7 -7
  124. package/fesm2022/acorex-modules-organization-management-setting.provider-CAU8Bve9.mjs.map +1 -0
  125. package/fesm2022/acorex-modules-organization-management-team.entity-DcurAtLd.mjs +238 -0
  126. package/fesm2022/acorex-modules-organization-management-team.entity-DcurAtLd.mjs.map +1 -0
  127. package/fesm2022/acorex-modules-organization-management.mjs +200 -105
  128. package/fesm2022/acorex-modules-organization-management.mjs.map +1 -1
  129. package/fesm2022/acorex-modules-platform-management-list-version.component-CoZBz85x.mjs +59 -0
  130. package/fesm2022/acorex-modules-platform-management-list-version.component-CoZBz85x.mjs.map +1 -0
  131. package/fesm2022/acorex-modules-platform-management.mjs +867 -610
  132. package/fesm2022/acorex-modules-platform-management.mjs.map +1 -1
  133. package/fesm2022/acorex-modules-scheduler-job-management.mjs +2 -2
  134. package/fesm2022/acorex-modules-scheduler-job-management.mjs.map +1 -1
  135. package/fesm2022/acorex-modules-security-management.mjs +61 -29
  136. package/fesm2022/acorex-modules-security-management.mjs.map +1 -1
  137. package/fesm2022/acorex-modules-text-template-management.mjs +324 -6
  138. package/fesm2022/acorex-modules-text-template-management.mjs.map +1 -1
  139. package/form-template-management/lib/entities/category/category.service.d.ts +1 -1
  140. package/form-template-management/lib/entities/category/category.types.d.ts +2 -1
  141. package/form-template-management/lib/entities/template/template.service.d.ts +1 -1
  142. package/form-template-management/lib/entities/template/template.types.d.ts +1 -1
  143. package/form-template-management/lib/features/designer/designer.page.d.ts +1 -0
  144. package/form-template-management/lib/features/designer/template.provider.d.ts +1 -1
  145. package/form-template-management/lib/features/designer/widgets/template/template-widget-edit.component.d.ts +0 -4
  146. package/form-template-management/lib/features/designer/widgets/template-designer/template-designer-widget-view.component.d.ts +1 -0
  147. package/form-template-management/lib/features/designer/widgets/template-picker/template-picker.component.d.ts +14 -4
  148. package/form-template-management/lib/features/designer/widgets/template-picker/template.provider.d.ts +2 -1
  149. package/form-template-management/lib/features/designer/workflows/design-template.workflow.d.ts +1 -8
  150. package/form-template-management/lib/features/designer/workflows/workflow.actions.d.ts +17 -0
  151. package/form-template-management/lib/menu.provider.d.ts +1 -0
  152. package/notification-management/lib/entities/channel/channel.service.d.ts +1 -1
  153. package/notification-management/lib/entities/channel/channel.types.d.ts +2 -1
  154. package/notification-management/lib/entities/notification/notification.service.d.ts +1 -1
  155. package/notification-management/lib/entities/notification/notification.types.d.ts +1 -1
  156. package/notification-management/lib/entities/template/template.service.d.ts +1 -1
  157. package/notification-management/lib/entities/template/template.types.d.ts +1 -1
  158. package/notification-management/lib/menu.provider.d.ts +1 -0
  159. package/organization-management/lib/const.d.ts +3 -0
  160. package/organization-management/lib/entities/branch/branch.service.d.ts +1 -1
  161. package/organization-management/lib/entities/branch/branch.types.d.ts +1 -1
  162. package/organization-management/lib/entities/chart/chart.service.d.ts +1 -1
  163. package/organization-management/lib/entities/chart/chart.types.d.ts +1 -1
  164. package/organization-management/lib/entities/company/company.service.d.ts +1 -1
  165. package/organization-management/lib/entities/company/company.types.d.ts +1 -1
  166. package/organization-management/lib/entities/department/department.service.d.ts +1 -1
  167. package/organization-management/lib/entities/department/department.types.d.ts +1 -1
  168. package/organization-management/lib/entities/division/division.service.d.ts +1 -1
  169. package/organization-management/lib/entities/division/division.types.d.ts +1 -1
  170. package/organization-management/lib/entities/employee/employee.service.d.ts +1 -1
  171. package/organization-management/lib/entities/employee/employee.types.d.ts +1 -1
  172. package/organization-management/lib/entities/employment-type/employment-type.service.d.ts +1 -1
  173. package/organization-management/lib/entities/employment-type/employment-type.types.d.ts +1 -1
  174. package/organization-management/lib/entities/index.d.ts +6 -4
  175. package/organization-management/lib/entities/position/position.service.d.ts +1 -1
  176. package/organization-management/lib/entities/position/position.types.d.ts +1 -1
  177. package/organization-management/lib/entities/role/index.d.ts +3 -0
  178. package/organization-management/lib/entities/role/role.entity.d.ts +3 -0
  179. package/organization-management/lib/entities/role/role.module.d.ts +6 -0
  180. package/organization-management/lib/entities/role/role.service.d.ts +10 -0
  181. package/organization-management/lib/entities/role/role.types.d.ts +5 -0
  182. package/organization-management/lib/entities/team/index.d.ts +3 -0
  183. package/organization-management/lib/entities/team/team.entity.d.ts +3 -0
  184. package/organization-management/lib/entities/team/team.module.d.ts +6 -0
  185. package/organization-management/lib/entities/team/team.service.d.ts +10 -0
  186. package/organization-management/lib/entities/team/team.types.d.ts +5 -0
  187. package/organization-management/lib/features/organization-chart/org-chart-configuration.page.d.ts +3 -0
  188. package/organization-management/lib/features/organization-chart/org-chart.page.d.ts +3 -0
  189. package/organization-management/lib/organization-management.module.d.ts +11 -9
  190. package/package.json +1 -1
  191. package/platform-management/lib/common/regional/data-source.provider.d.ts +10 -0
  192. package/platform-management/lib/const.d.ts +6 -0
  193. package/platform-management/lib/entities/app-term/app-term.service.d.ts +1 -1
  194. package/platform-management/lib/entities/app-term/app-term.types.d.ts +1 -1
  195. package/platform-management/lib/entities/app-version/app-version.service.d.ts +1 -1
  196. package/platform-management/lib/entities/app-version/app-version.types.d.ts +1 -1
  197. package/platform-management/lib/entities/app-version/components/slots/app-version-slot.component.d.ts +1 -1
  198. package/platform-management/lib/entities/app-version/workflows/change-log.workflow.d.ts +1 -1
  199. package/platform-management/lib/entities/app-version/workflows/show-release-notes.workflow.d.ts +9 -0
  200. package/platform-management/lib/entities/data-source/data-source.service.d.ts +1 -1
  201. package/platform-management/lib/entities/data-source/data-source.types.d.ts +1 -1
  202. package/platform-management/lib/entities/global-variable/global-variables.service.d.ts +1 -1
  203. package/platform-management/lib/entities/global-variable/global-variables.types.d.ts +1 -1
  204. package/platform-management/lib/entities/index.d.ts +1 -1
  205. package/platform-management/lib/entities/meta-data-definition/index.d.ts +0 -1
  206. package/platform-management/lib/entities/meta-data-definition/meta-data-definition.service.d.ts +5 -5
  207. package/platform-management/lib/entities/meta-data-definition/meta-data-definition.types.d.ts +3 -4
  208. package/platform-management/lib/entities/promotion/promotion.service.d.ts +1 -1
  209. package/platform-management/lib/entities/promotion/promotion.types.d.ts +2 -1
  210. package/platform-management/lib/platform-management.module.d.ts +4 -5
  211. package/scheduler-job-management/lib/entities/scheduler-job/scheduler-job.service.d.ts +1 -1
  212. package/scheduler-job-management/lib/entities/scheduler-job/scheduler-job.types.d.ts +1 -1
  213. package/security-management/lib/entities/index.d.ts +2 -0
  214. package/security-management/lib/entities/profile/profile.types.d.ts +1 -1
  215. package/security-management/lib/entities/roles/roles.service.d.ts +1 -1
  216. package/security-management/lib/entities/roles/roles.types.d.ts +3 -1
  217. package/security-management/lib/entities/users/users.service.d.ts +1 -1
  218. package/security-management/lib/entities/users/users.types.d.ts +12 -3
  219. package/text-template-management/lib/const.d.ts +6 -0
  220. package/text-template-management/lib/entities/category/category.service.d.ts +1 -1
  221. package/text-template-management/lib/entities/category/category.types.d.ts +1 -1
  222. package/text-template-management/lib/entities/index.d.ts +1 -0
  223. package/text-template-management/lib/entities/tag-template/index.d.ts +3 -0
  224. package/text-template-management/lib/entities/tag-template/tag-template.entity.d.ts +3 -0
  225. package/text-template-management/lib/entities/tag-template/tag-template.service.d.ts +10 -0
  226. package/text-template-management/lib/entities/tag-template/tag-template.types.d.ts +5 -0
  227. package/text-template-management/lib/entities/template/template.service.d.ts +1 -1
  228. package/text-template-management/lib/entities/template/template.types.d.ts +1 -1
  229. package/auth/lib/store/auth.effects.d.ts +0 -18
  230. package/auth/lib/store/index.d.ts +0 -1
  231. package/fesm2022/acorex-modules-auth-acorex-modules-auth-D1qxdECo.mjs.map +0 -1
  232. package/fesm2022/acorex-modules-auth-password.component-EXWlXGez.mjs +0 -121
  233. package/fesm2022/acorex-modules-auth-password.component-EXWlXGez.mjs.map +0 -1
  234. package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-BTQ4VpFG.mjs.map +0 -1
  235. package/fesm2022/acorex-modules-form-template-management-category.entity-ChxSjvOF.mjs.map +0 -1
  236. package/fesm2022/acorex-modules-form-template-management-designer.page-BLbPLLdP.mjs.map +0 -1
  237. package/fesm2022/acorex-modules-form-template-management-template-picker.component-BGSucRLY.mjs +0 -126
  238. package/fesm2022/acorex-modules-form-template-management-template-picker.component-BGSucRLY.mjs.map +0 -1
  239. package/fesm2022/acorex-modules-form-template-management-template-widget-edit.component-Chle-W7b.mjs.map +0 -1
  240. package/fesm2022/acorex-modules-form-template-management-template.entity-BIBMNXD5.mjs.map +0 -1
  241. package/fesm2022/acorex-modules-organization-management-branch.entity-CxxFiBPd.mjs.map +0 -1
  242. package/fesm2022/acorex-modules-organization-management-employee.entity-PwlBjkYo.mjs.map +0 -1
  243. package/fesm2022/acorex-modules-organization-management-org-chart.page-DMxaL-70.mjs.map +0 -1
  244. package/fesm2022/acorex-modules-organization-management-position.entity-B7ceEEbu.mjs.map +0 -1
  245. package/fesm2022/acorex-modules-organization-management-setting.provider-eLv_qnmE.mjs.map +0 -1
  246. package/platform-management/lib/entities/meta-data-definition/meta-data-definition.module.d.ts +0 -6
@@ -1,8 +1,10 @@
1
+ export * from './branch';
2
+ export * from './chart';
1
3
  export * from './company';
2
- export * from './division';
3
4
  export * from './department';
4
- export * from './branch';
5
- export * from './position';
5
+ export * from './division';
6
6
  export * from './employee';
7
7
  export * from './employment-type';
8
- export * from './chart';
8
+ export * from './position';
9
+ export * from './role';
10
+ export * from './team';
@@ -1,4 +1,4 @@
1
- import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
1
+ import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
2
2
  import { AXMOrganizationManagementPositionEntityModel } from './position.types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare abstract class AXMOrganizationManagementPositionEntityService extends AXMEntityCrudServiceImpl<string, AXMOrganizationManagementPositionEntityModel> {
@@ -1,4 +1,4 @@
1
- import { AXPEntityModel } from '@acorex/platform/common';
1
+ import { AXPEntityModel } from '@acorex/platform/layout/entity';
2
2
  export interface AXMOrganizationManagementPositionEntityModel extends AXPEntityModel<string> {
3
3
  title: string;
4
4
  description?: string;
@@ -0,0 +1,3 @@
1
+ export * from './role.module';
2
+ export * from './role.service';
3
+ export * from './role.types';
@@ -0,0 +1,3 @@
1
+ import { AXPEntity } from '@acorex/platform/common';
2
+ import { Injector } from '@angular/core';
3
+ export declare function factory(injector: Injector): Promise<AXPEntity | null>;
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class AXMOrganizationManagementRoleEntityModule {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMOrganizationManagementRoleEntityModule, never>;
4
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMOrganizationManagementRoleEntityModule, never, never, never>;
5
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXMOrganizationManagementRoleEntityModule>;
6
+ }
@@ -0,0 +1,10 @@
1
+ import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
2
+ import { AXMOrganizationManagementRoleEntityModel } from './role.types';
3
+ import * as i0 from "@angular/core";
4
+ export declare abstract class AXMOrganizationManagementRoleEntityService extends AXMEntityCrudServiceImpl<string, AXMOrganizationManagementRoleEntityModel> {
5
+ }
6
+ export declare class AXMOrganizationManagementRoleEntityServiceImpl extends AXMOrganizationManagementRoleEntityService {
7
+ constructor();
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMOrganizationManagementRoleEntityServiceImpl, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMOrganizationManagementRoleEntityServiceImpl>;
10
+ }
@@ -0,0 +1,5 @@
1
+ import { AXPEntityModel } from '@acorex/platform/layout/entity';
2
+ export interface AXMOrganizationManagementRoleEntityModel extends AXPEntityModel<string> {
3
+ name: string;
4
+ title: string;
5
+ }
@@ -0,0 +1,3 @@
1
+ export * from './team.module';
2
+ export * from './team.service';
3
+ export * from './team.types';
@@ -0,0 +1,3 @@
1
+ import { AXPEntity } from '@acorex/platform/common';
2
+ import { Injector } from '@angular/core';
3
+ export declare function factory(injector: Injector): Promise<AXPEntity | null>;
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class AXMOrganizationManagementTeamEntityModule {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMOrganizationManagementTeamEntityModule, never>;
4
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMOrganizationManagementTeamEntityModule, never, never, never>;
5
+ static ɵinj: i0.ɵɵInjectorDeclaration<AXMOrganizationManagementTeamEntityModule>;
6
+ }
@@ -0,0 +1,10 @@
1
+ import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
2
+ import { AXMOrganizationManagementTeamEntityModel } from './team.types';
3
+ import * as i0 from "@angular/core";
4
+ export declare abstract class AXMOrganizationManagementTeamEntityService extends AXMEntityCrudServiceImpl<string, AXMOrganizationManagementTeamEntityModel> {
5
+ }
6
+ export declare class AXMOrganizationManagementTeamEntityServiceImpl extends AXMOrganizationManagementTeamEntityService {
7
+ constructor();
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMOrganizationManagementTeamEntityServiceImpl, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMOrganizationManagementTeamEntityServiceImpl>;
10
+ }
@@ -0,0 +1,5 @@
1
+ import { AXPEntityModel } from '@acorex/platform/layout/entity';
2
+ export interface AXMOrganizationManagementTeamEntityModel extends AXPEntityModel<string> {
3
+ name: string;
4
+ title: string;
5
+ }
@@ -67,6 +67,9 @@ export declare class AXMOrgChartConfigurationPage {
67
67
  config: {
68
68
  i18n: string;
69
69
  module: string;
70
+ teamEntity: string;
71
+ rolesEntity: string;
72
+ roleEntity: string;
70
73
  };
71
74
  module: {
72
75
  route: string;
@@ -66,6 +66,9 @@ export declare class AXMOrgChartPage {
66
66
  config: {
67
67
  i18n: string;
68
68
  module: string;
69
+ teamEntity: string;
70
+ rolesEntity: string;
71
+ roleEntity: string;
69
72
  };
70
73
  module: {
71
74
  route: string;
@@ -1,15 +1,17 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "@angular/common";
3
- import * as i2 from "./entities/company/company.module";
4
- import * as i3 from "./entities/department/department.module";
5
- import * as i4 from "./entities/division/division.module";
6
- import * as i5 from "./entities/branch/branch.module";
7
- import * as i6 from "./entities/employee/employee.module";
8
- import * as i7 from "./entities/position/position.module";
9
- import * as i8 from "./entities/chart/chart.module";
10
- import * as i9 from "./entities/employment-type/employment-type.module";
3
+ import * as i2 from "./entities/role/role.module";
4
+ import * as i3 from "./entities/team/team.module";
5
+ import * as i4 from "./entities/company/company.module";
6
+ import * as i5 from "./entities/department/department.module";
7
+ import * as i6 from "./entities/division/division.module";
8
+ import * as i7 from "./entities/branch/branch.module";
9
+ import * as i8 from "./entities/employee/employee.module";
10
+ import * as i9 from "./entities/position/position.module";
11
+ import * as i10 from "./entities/chart/chart.module";
12
+ import * as i11 from "./entities/employment-type/employment-type.module";
11
13
  export declare class AXMOrganizationManagementModule {
12
14
  static ɵfac: i0.ɵɵFactoryDeclaration<AXMOrganizationManagementModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXMOrganizationManagementModule, never, [typeof i1.CommonModule, typeof i2.AXMOrganizationManagementCompanyEntityModule, typeof i3.AXMOrganizationManagementDepartmentEntityModule, typeof i4.AXMOrganizationManagementDivisionEntityModule, typeof i5.AXMOrganizationManagementBranchEntityModule, typeof i6.AXMOrganizationManagementEmployeeEntityModule, typeof i7.AXMOrganizationManagementPositionEntityModule, typeof i8.AXMOrganizationManagementChartEntityModule, typeof i9.AXMOrganizationManagementEmploymentTypeEntityModule], never>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMOrganizationManagementModule, never, [typeof i1.CommonModule, typeof i2.AXMOrganizationManagementRoleEntityModule, typeof i3.AXMOrganizationManagementTeamEntityModule, typeof i4.AXMOrganizationManagementCompanyEntityModule, typeof i5.AXMOrganizationManagementDepartmentEntityModule, typeof i6.AXMOrganizationManagementDivisionEntityModule, typeof i7.AXMOrganizationManagementBranchEntityModule, typeof i8.AXMOrganizationManagementEmployeeEntityModule, typeof i9.AXMOrganizationManagementPositionEntityModule, typeof i10.AXMOrganizationManagementChartEntityModule, typeof i11.AXMOrganizationManagementEmploymentTypeEntityModule], never>;
14
16
  static ɵinj: i0.ɵɵInjectorDeclaration<AXMOrganizationManagementModule>;
15
17
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/modules",
3
- "version": "19.2.12",
3
+ "version": "19.2.15",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.0.0",
6
6
  "@angular/core": ">=19.0.0",
@@ -0,0 +1,10 @@
1
+ import { AXPWidgetDataSource, AXPWidgetDataSourceProvider } from "@acorex/platform/layout/builder";
2
+ export declare class AXPRegionalWidgetDataSourceProvider implements AXPWidgetDataSourceProvider {
3
+ private regionalService;
4
+ private country;
5
+ private cities;
6
+ private provinces;
7
+ private currencies;
8
+ private languages;
9
+ items(): Promise<AXPWidgetDataSource[]>;
10
+ }
@@ -9,6 +9,12 @@ export declare const RootConfig: {
9
9
  icon: string;
10
10
  };
11
11
  entities: {
12
+ sample: {
13
+ name: string;
14
+ title: string;
15
+ titlePlural: string;
16
+ icon: string;
17
+ };
12
18
  localizationManagement: {
13
19
  name: string;
14
20
  title: string;
@@ -1,4 +1,4 @@
1
- import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
1
+ import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
2
2
  import { AXMAppTermEntityModel } from './app-term.types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare abstract class AXMAppTermService extends AXMEntityCrudServiceImpl<string, AXMAppTermEntityModel> {
@@ -1,4 +1,4 @@
1
- import { AXPEntityModel } from '@acorex/platform/common';
1
+ import { AXPEntityModel } from '@acorex/platform/layout/entity';
2
2
  import { SafeHtml } from '@angular/platform-browser';
3
3
  export interface AXMAppTermEntityModel extends AXPEntityModel<string> {
4
4
  type: string;
@@ -1,4 +1,4 @@
1
- import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
1
+ import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
2
2
  import { AXMAppVersionEntityModel } from './app-version.types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare abstract class AXMAppVersionService extends AXMEntityCrudServiceImpl<string, AXMAppVersionEntityModel> {
@@ -1,4 +1,4 @@
1
- import { AXPEntityModel } from '@acorex/platform/common';
1
+ import { AXPEntityModel } from '@acorex/platform/layout/entity';
2
2
  import { SafeHtml } from '@angular/platform-browser';
3
3
  export interface AXMAppVersionEntityModel extends AXPEntityModel<string> {
4
4
  versionNumber: string;
@@ -2,7 +2,7 @@ import { OnInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class AXMAppVersionSlotComponent implements OnInit {
4
4
  private versionProvider;
5
- private popupService;
5
+ private workflowService;
6
6
  text: string;
7
7
  protected versionNumber: string;
8
8
  ngOnInit(): Promise<void>;
@@ -12,4 +12,4 @@ export declare class AXMChangeLogUpdateSettingAction extends AXPWorkflowAction {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<AXMChangeLogUpdateSettingAction, never>;
13
13
  static ɵprov: i0.ɵɵInjectableDeclaration<AXMChangeLogUpdateSettingAction>;
14
14
  }
15
- export declare const AXMChangeLogWorkflow: AXPWorkflow;
15
+ export declare const AXMWhatsNewWorkflow: AXPWorkflow;
@@ -0,0 +1,9 @@
1
+ import { AXPWorkflow, AXPWorkflowAction, AXPWorkflowContext } from "@acorex/platform/workflow";
2
+ import * as i0 from "@angular/core";
3
+ export declare class AXMShowReleaseNotesPopupAction extends AXPWorkflowAction {
4
+ private popupService;
5
+ execute(context: AXPWorkflowContext): Promise<void>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMShowReleaseNotesPopupAction, never>;
7
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMShowReleaseNotesPopupAction>;
8
+ }
9
+ export declare const AXMShowReleaseNotesWorkflow: AXPWorkflow;
@@ -1,4 +1,4 @@
1
- import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
1
+ import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
2
2
  import { AXMDataSourceEntityModel } from './data-source.types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare abstract class AXMDataSourceService extends AXMEntityCrudServiceImpl<string, AXMDataSourceEntityModel> {
@@ -1,5 +1,5 @@
1
- import { AXPEntityModel } from '@acorex/platform/common';
2
1
  import { AXPWidgetDataSource } from '@acorex/platform/layout/builder';
2
+ import { AXPEntityModel } from '@acorex/platform/layout/entity';
3
3
  import { AXMSelectModel } from '../promotion';
4
4
  export interface AXMDataSourceEntityModel extends AXPEntityModel<string>, AXPWidgetDataSource {
5
5
  sourceStatic: any[];
@@ -1,4 +1,4 @@
1
- import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
1
+ import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
2
2
  import { AXMGlobalVariableEntityModel } from './global-variables.types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare abstract class AXMGlobalVariablesService extends AXMEntityCrudServiceImpl<string, AXMGlobalVariableEntityModel> {
@@ -1,4 +1,4 @@
1
- import { AXPEntityModel } from '@acorex/platform/common';
1
+ import { AXPEntityModel } from '@acorex/platform/layout/entity';
2
2
  export interface AXMGlobalVariableEntityModel extends AXPEntityModel<string> {
3
3
  name: string;
4
4
  title: string;
@@ -3,5 +3,5 @@ export * from './app-version';
3
3
  export * from './check-version';
4
4
  export * from './data-source';
5
5
  export * from './global-variable';
6
- export * from './promotion';
7
6
  export * from './meta-data-definition';
7
+ export * from './promotion';
@@ -1,4 +1,3 @@
1
1
  export * from './meta-data-definition.entity';
2
- export * from './meta-data-definition.module';
3
2
  export * from './meta-data-definition.service';
4
3
  export * from './meta-data-definition.types';
@@ -1,10 +1,10 @@
1
- import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
1
+ import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
2
2
  import { AXMPlatformManagementMetaDataDefinitionEntityModel } from './meta-data-definition.types';
3
3
  import * as i0 from "@angular/core";
4
- export declare abstract class AXMPlatformManagementMetaDataDefinitionEntityService extends AXMEntityCrudServiceImpl<string, AXMPlatformManagementMetaDataDefinitionEntityModel> {
4
+ export declare abstract class AXMMetaDataDefinitionService extends AXMEntityCrudServiceImpl<string, AXMPlatformManagementMetaDataDefinitionEntityModel> {
5
5
  }
6
- export declare class AXMPlatformManagementMetaDataDefinitionEntityServiceImpl extends AXMPlatformManagementMetaDataDefinitionEntityService {
6
+ export declare class AXMPMetaDataDefinitionServiceImpl extends AXMMetaDataDefinitionService {
7
7
  constructor();
8
- static ɵfac: i0.ɵɵFactoryDeclaration<AXMPlatformManagementMetaDataDefinitionEntityServiceImpl, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<AXMPlatformManagementMetaDataDefinitionEntityServiceImpl>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMPMetaDataDefinitionServiceImpl, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMPMetaDataDefinitionServiceImpl>;
10
10
  }
@@ -1,5 +1,4 @@
1
- import { AXPEntityModel } from '@acorex/platform/common';
2
- export interface AXMPlatformManagementMetaDataDefinitionEntityModel extends AXPEntityModel<string> {
3
- name: string;
4
- title: string;
1
+ import { AXPMetaDataDefinition } from '@acorex/platform/layout/builder';
2
+ import { AXPEntityModel } from '@acorex/platform/layout/entity';
3
+ export interface AXMPlatformManagementMetaDataDefinitionEntityModel extends AXPEntityModel<string>, AXPMetaDataDefinition {
5
4
  }
@@ -1,4 +1,4 @@
1
- import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
1
+ import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
2
2
  import { AXMPromotionEntityModel } from './promotion.types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare abstract class AXMAppPromotionService extends AXMEntityCrudServiceImpl<string, AXMPromotionEntityModel> {
@@ -1,4 +1,5 @@
1
- import { AXPEntityModel, AXPFileStorageInfo } from '@acorex/platform/common';
1
+ import { AXPFileStorageInfo } from '@acorex/platform/common';
2
+ import { AXPEntityModel } from '@acorex/platform/layout/entity';
2
3
  export interface AXMPromotionEntityModel extends AXPEntityModel<string> {
3
4
  name: string;
4
5
  title: string;
@@ -1,15 +1,14 @@
1
1
  import { AppTermAndVersionCheck } from './entities';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "./entities/meta-data-definition/meta-data-definition.module";
4
- import * as i2 from "./common/common.module";
5
- import * as i3 from "@acorex/platform/workflow";
6
- import * as i4 from "@acorex/platform/common";
3
+ import * as i1 from "./common/common.module";
4
+ import * as i2 from "@acorex/platform/workflow";
5
+ import * as i3 from "@acorex/platform/common";
7
6
  export declare class AXMPlatformManagementModule {
8
7
  /**
9
8
  * @ignore
10
9
  */
11
10
  constructor(appVersionCheck: AppTermAndVersionCheck);
12
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AXMPlatformManagementModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPlatformManagementModule, never, [typeof i1.AXMPlatformManagementMetaDataDefinitionEntityModule, typeof i2.AXMPlatformManagementCommonModule, typeof i3.AXPWorkflowModule, typeof i4.AXPComponentSlotModule], never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<AXMPlatformManagementModule, never, [typeof i1.AXMPlatformManagementCommonModule, typeof i2.AXPWorkflowModule, typeof i3.AXPComponentSlotModule], never>;
14
13
  static ɵinj: i0.ɵɵInjectorDeclaration<AXMPlatformManagementModule>;
15
14
  }
@@ -1,4 +1,4 @@
1
- import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
1
+ import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
2
2
  import { AXMSchedulerJobManagementSchedulerJobEntityModel } from './scheduler-job.types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare abstract class AXMSchedulerJobManagementSchedulerJobEntityService extends AXMEntityCrudServiceImpl<string, AXMSchedulerJobManagementSchedulerJobEntityModel> {
@@ -1,4 +1,4 @@
1
- import { AXPEntityModel } from '@acorex/platform/common';
1
+ import { AXPEntityModel } from '@acorex/platform/layout/entity';
2
2
  export interface AXMSchedulerJobManagementSchedulerJobEntityModel extends AXPEntityModel<string> {
3
3
  name: string;
4
4
  title: string;
@@ -1,3 +1,5 @@
1
1
  export * from './profile/profile.service';
2
2
  export * from './roles/roles.service';
3
+ export * from './roles/roles.types';
3
4
  export * from './users/users.service';
5
+ export * from './users/users.types';
@@ -1,4 +1,4 @@
1
- import { AXPEntityModel } from '@acorex/platform/common';
1
+ import { AXPEntityModel } from '@acorex/platform/layout/entity';
2
2
  export interface AXMSecurityManagementProfileEntityModel extends AXPEntityModel<string> {
3
3
  name: string;
4
4
  title: string;
@@ -1,4 +1,4 @@
1
- import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
1
+ import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
2
2
  import { AXMSecurityManagementRolesEntityModel } from './roles.types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare abstract class AXMSecurityManagementRolesEntityService extends AXMEntityCrudServiceImpl<string, AXMSecurityManagementRolesEntityModel> {
@@ -1,5 +1,7 @@
1
- import { AXPEntityModel } from '@acorex/platform/common';
1
+ import { AXPEntityModel } from '@acorex/platform/layout/entity';
2
2
  export interface AXMSecurityManagementRolesEntityModel extends AXPEntityModel<string> {
3
3
  name: string;
4
4
  title: string;
5
+ description?: string;
6
+ permissions?: string[];
5
7
  }
@@ -1,4 +1,4 @@
1
- import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
1
+ import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
2
2
  import { AXMSecurityManagementUsersEntityModel } from './users.types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare abstract class AXMSecurityManagementUsersEntityService extends AXMEntityCrudServiceImpl<string, AXMSecurityManagementUsersEntityModel> {
@@ -1,5 +1,14 @@
1
- import { AXPEntityModel } from '@acorex/platform/common';
1
+ import { AXPEntityModel } from '@acorex/platform/layout/entity';
2
2
  export interface AXMSecurityManagementUsersEntityModel extends AXPEntityModel<string> {
3
- name: string;
4
- title: string;
3
+ id: string;
4
+ username: string;
5
+ firstname: string;
6
+ lastname: string;
7
+ nationalCode: string;
8
+ password: string;
9
+ mobile: string;
10
+ roles: {
11
+ title: string;
12
+ id: string;
13
+ }[];
5
14
  }
@@ -9,6 +9,12 @@ export declare const RootConfig: {
9
9
  icon: string;
10
10
  };
11
11
  entities: {
12
+ tagTemplate: {
13
+ name: string;
14
+ title: string;
15
+ titlePlural: string;
16
+ icon: string;
17
+ };
12
18
  category: {
13
19
  name: string;
14
20
  title: string;
@@ -1,4 +1,4 @@
1
- import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
1
+ import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
2
2
  import { AXMTextTemplateManagementCategoryEntityModel } from './category.types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare abstract class AXMTextTemplateManagementCategoryEntityService extends AXMEntityCrudServiceImpl<string, AXMTextTemplateManagementCategoryEntityModel> {
@@ -1,4 +1,4 @@
1
- import { AXPEntityModel } from '@acorex/platform/common';
1
+ import { AXPEntityModel } from '@acorex/platform/layout/entity';
2
2
  export interface AXMTextTemplateManagementCategoryEntityModel extends AXPEntityModel<string> {
3
3
  name?: string;
4
4
  title?: string;
@@ -1,2 +1,3 @@
1
1
  export * from './category';
2
2
  export * from './template';
3
+ export * from './tag-template';
@@ -0,0 +1,3 @@
1
+ export * from './tag-template.entity';
2
+ export * from './tag-template.service';
3
+ export * from './tag-template.types';
@@ -0,0 +1,3 @@
1
+ import { AXPEntity } from '@acorex/platform/common';
2
+ import { Injector } from '@angular/core';
3
+ export declare function tagTemplateFactory(injector: Injector): Promise<AXPEntity | null>;
@@ -0,0 +1,10 @@
1
+ import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
2
+ import { AXMTagTemplateEntityModel } from './tag-template.types';
3
+ import * as i0 from "@angular/core";
4
+ export declare abstract class AXMTagTemplateService extends AXMEntityCrudServiceImpl<string, AXMTagTemplateEntityModel> {
5
+ }
6
+ export declare class AXMTagTemplateServiceImpl extends AXMTagTemplateService {
7
+ constructor();
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXMTagTemplateServiceImpl, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXMTagTemplateServiceImpl>;
10
+ }
@@ -0,0 +1,5 @@
1
+ import { AXPEntityModel } from '@acorex/platform/layout/entity';
2
+ export interface AXMTagTemplateEntityModel extends AXPEntityModel<string> {
3
+ name: string;
4
+ title: string;
5
+ }
@@ -1,4 +1,4 @@
1
- import { AXMEntityCrudServiceImpl } from '@acorex/platform/common';
1
+ import { AXMEntityCrudServiceImpl } from '@acorex/platform/layout/entity';
2
2
  import { AXMTextTemplateManagementTemplateEntityModel } from './template.types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare abstract class AXMTextTemplateManagementTemplateEntityService extends AXMEntityCrudServiceImpl<string, AXMTextTemplateManagementTemplateEntityModel> {
@@ -1,4 +1,4 @@
1
- import { AXPEntityModel } from '@acorex/platform/common';
1
+ import { AXPEntityModel } from '@acorex/platform/layout/entity';
2
2
  import { AXMTextTemplateManagementCategoryEntityModel } from '../category';
3
3
  export interface AXMTextTemplateManagementTemplateEntityModel extends AXPEntityModel<string> {
4
4
  name: string;
@@ -1,18 +0,0 @@
1
- import { Router } from '@angular/router';
2
- import { Actions } from '@ngrx/effects';
3
- import * as i0 from "@angular/core";
4
- export declare class AXPAuthEffects {
5
- private actions$;
6
- private router;
7
- private configs;
8
- private sessionService;
9
- private idleService;
10
- private dialogService;
11
- private dialogAlreadyOpen;
12
- constructor(actions$: Actions, router: Router);
13
- signout$: import("rxjs").Observable<never> & import("@ngrx/effects").CreateEffectMetadata;
14
- signin$: import("rxjs").Observable<never> & import("@ngrx/effects").CreateEffectMetadata;
15
- idle$: import("rxjs").Observable<void> & import("@ngrx/effects").CreateEffectMetadata;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<AXPAuthEffects, never>;
17
- static ɵprov: i0.ɵɵInjectableDeclaration<AXPAuthEffects>;
18
- }
@@ -1 +0,0 @@
1
- export * from './auth.effects';