@acorex/modules 19.2.11 → 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 (247) 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 +3 -3
  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 +1596 -331
  89. package/fesm2022/acorex-modules-document-management.mjs.map +1 -1
  90. package/fesm2022/{acorex-modules-form-template-management-acorex-modules-form-template-management-BkUdHH_Y.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-D00XZd7o.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-Dy-Cd_iL.mjs → acorex-modules-form-template-management-setting.provider-o2_TSVfK.mjs} +2 -2
  97. package/fesm2022/{acorex-modules-form-template-management-setting.provider-Dy-Cd_iL.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-rGcHfFSh.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-B0DUUdPJ.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-xUrGRQbQ.mjs → acorex-modules-form-template-management-viewer-popup.component-Bllb70Ih.mjs} +2 -2
  105. package/fesm2022/{acorex-modules-form-template-management-viewer-popup.component-xUrGRQbQ.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-PhQRBTtI.mjs → acorex-modules-organization-management-add-item.component-Y-i6xDkl.mjs} +2 -2
  110. package/fesm2022/{acorex-modules-organization-management-add-item.component-PhQRBTtI.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-BSh18amn.mjs → acorex-modules-organization-management-org-chart.page-DXyAFXwE.mjs} +17 -11
  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/document-management/lib/entities/document-type/coulmn-def.widget.d.ts +0 -70
  232. package/fesm2022/acorex-modules-auth-acorex-modules-auth-D1qxdECo.mjs.map +0 -1
  233. package/fesm2022/acorex-modules-auth-password.component-EXWlXGez.mjs +0 -121
  234. package/fesm2022/acorex-modules-auth-password.component-EXWlXGez.mjs.map +0 -1
  235. package/fesm2022/acorex-modules-form-template-management-acorex-modules-form-template-management-BkUdHH_Y.mjs.map +0 -1
  236. package/fesm2022/acorex-modules-form-template-management-category.entity-D00XZd7o.mjs.map +0 -1
  237. package/fesm2022/acorex-modules-form-template-management-designer.page-BLbPLLdP.mjs.map +0 -1
  238. package/fesm2022/acorex-modules-form-template-management-template-picker.component-xiRKc4FF.mjs +0 -126
  239. package/fesm2022/acorex-modules-form-template-management-template-picker.component-xiRKc4FF.mjs.map +0 -1
  240. package/fesm2022/acorex-modules-form-template-management-template-widget-edit.component-rGcHfFSh.mjs.map +0 -1
  241. package/fesm2022/acorex-modules-form-template-management-template.entity-B0DUUdPJ.mjs.map +0 -1
  242. package/fesm2022/acorex-modules-organization-management-branch.entity-CxxFiBPd.mjs.map +0 -1
  243. package/fesm2022/acorex-modules-organization-management-employee.entity-PwlBjkYo.mjs.map +0 -1
  244. package/fesm2022/acorex-modules-organization-management-org-chart.page-BSh18amn.mjs.map +0 -1
  245. package/fesm2022/acorex-modules-organization-management-position.entity-B7ceEEbu.mjs.map +0 -1
  246. package/fesm2022/acorex-modules-organization-management-setting.provider-eLv_qnmE.mjs.map +0 -1
  247. package/platform-management/lib/entities/meta-data-definition/meta-data-definition.module.d.ts +0 -6
@@ -1,8 +1,8 @@
1
- import { AXMEntityCrudServiceImpl, AXPEntityQueryType, AXPEntityCommandScope, AXP_MENU_PROVIDER, AXP_SETTING_DEFINITION_PROVIDER } from '@acorex/platform/common';
1
+ import { AXPEntityQueryType, AXPEntityCommandScope, createAllQueryView, AXP_MENU_PROVIDER, AXP_SETTING_DEFINITION_PROVIDER } from '@acorex/platform/common';
2
2
  import { AXPWidgetsCatalog } from '@acorex/platform/layout/builder';
3
+ import { AXMEntityCrudServiceImpl, AXPEntityService, AXP_ENTITY_DEFINITION_LOADER } from '@acorex/platform/layout/entity';
3
4
  import * as i0 from '@angular/core';
4
5
  import { Injectable, NgModule, inject, Injector } from '@angular/core';
5
- import { AXPEntityService, AXP_ENTITY_DEFINITION_LOADER } from '@acorex/platform/layout/entity';
6
6
 
7
7
  const config = {
8
8
  i18n: 'text-template-management',
@@ -16,6 +16,12 @@ const RootConfig = {
16
16
  icon: 'fa-light fa-file-invoice',
17
17
  },
18
18
  entities: {
19
+ tagTemplate: {
20
+ name: 'tag-Template',
21
+ title: `t("tag-template", { scope: "${config.i18n}" })`,
22
+ titlePlural: `t("tag-templatePlural", { scope: "${config.i18n}" })`,
23
+ icon: 'fa-light fa-tag',
24
+ },
19
25
  category: {
20
26
  name: 'TemplateCategories',
21
27
  title: `t("category", { scope: "${config.i18n}" })`,
@@ -378,6 +384,21 @@ async function templateFactory(injector) {
378
384
  },
379
385
  ],
380
386
  },
387
+ {
388
+ name: 'tags',
389
+ title: `t("tags", { scope: "${i18n}" })`,
390
+ groupId: 'template',
391
+ schema: {
392
+ dataType: 'string',
393
+ interface: {
394
+ type: AXPWidgetsCatalog.tagable,
395
+ options: {
396
+ module: RootConfig.module.name,
397
+ entity: RootConfig.entities.tagTemplate.name,
398
+ },
399
+ },
400
+ },
401
+ },
381
402
  {
382
403
  name: 'content',
383
404
  title: `t("content", { scope: "${i18n}" })`,
@@ -546,6 +567,16 @@ async function templateFactory(injector) {
546
567
  },
547
568
  },
548
569
  },
570
+ {
571
+ name: 'tags',
572
+ layout: {
573
+ positions: {
574
+ lg: {
575
+ colSpan: 6,
576
+ },
577
+ },
578
+ },
579
+ },
549
580
  ],
550
581
  },
551
582
  update: {
@@ -605,6 +636,16 @@ async function templateFactory(injector) {
605
636
  },
606
637
  },
607
638
  },
639
+ {
640
+ name: 'tags',
641
+ layout: {
642
+ positions: {
643
+ lg: {
644
+ colSpan: 6,
645
+ },
646
+ },
647
+ },
648
+ },
608
649
  ],
609
650
  },
610
651
  single: {
@@ -672,6 +713,16 @@ async function templateFactory(injector) {
672
713
  },
673
714
  },
674
715
  },
716
+ {
717
+ name: 'tags',
718
+ layout: {
719
+ positions: {
720
+ lg: {
721
+ colSpan: 12,
722
+ },
723
+ },
724
+ },
725
+ },
675
726
  ],
676
727
  actions: [],
677
728
  },
@@ -748,8 +799,256 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
748
799
  }]
749
800
  }] });
750
801
 
802
+ class AXMTagTemplateService extends AXMEntityCrudServiceImpl {
803
+ }
804
+ class AXMTagTemplateServiceImpl extends AXMTagTemplateService {
805
+ constructor() {
806
+ super(`${RootConfig.module.name}.${RootConfig.entities.tagTemplate.name}`);
807
+ }
808
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMTagTemplateServiceImpl, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
809
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMTagTemplateServiceImpl }); }
810
+ }
811
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMTagTemplateServiceImpl, decorators: [{
812
+ type: Injectable
813
+ }], ctorParameters: () => [] });
814
+
815
+ async function tagTemplateFactory(injector) {
816
+ const dataService = injector.get(AXMTagTemplateService);
817
+ const entityDef = {
818
+ module: RootConfig.module.name,
819
+ name: RootConfig.entities.tagTemplate.name,
820
+ source: '',
821
+ title: RootConfig.entities.tagTemplate.title,
822
+ formats: {
823
+ individual: RootConfig.entities.tagTemplate.title,
824
+ plural: RootConfig.entities.tagTemplate.titlePlural,
825
+ searchResult: {
826
+ title: '{{ title }}',
827
+ description: RootConfig.module.title,
828
+ },
829
+ },
830
+ relatedEntities: [],
831
+ groups: [
832
+ {
833
+ id: 'section',
834
+ title: RootConfig.entities.tagTemplate.title,
835
+ },
836
+ ],
837
+ properties: [
838
+ {
839
+ name: 'name',
840
+ title: 't("name", { scope: "common" })',
841
+ groupId: 'section',
842
+ options: {
843
+ sort: {
844
+ enabled: true,
845
+ },
846
+ },
847
+ schema: {
848
+ dataType: 'string',
849
+ interface: {
850
+ type: AXPWidgetsCatalog.text,
851
+ },
852
+ },
853
+ validations: [
854
+ {
855
+ rule: 'required',
856
+ },
857
+ ],
858
+ },
859
+ {
860
+ name: 'title',
861
+ title: 't("title", { scope: "common" })',
862
+ groupId: 'section',
863
+ schema: {
864
+ dataType: 'string',
865
+ interface: {
866
+ type: AXPWidgetsCatalog.text,
867
+ },
868
+ },
869
+ validations: [
870
+ {
871
+ rule: 'required',
872
+ },
873
+ ],
874
+ },
875
+ ],
876
+ columns: [{ name: 'name' }, { name: 'title' }],
877
+ commands: {
878
+ create: {
879
+ execute: async (data) => {
880
+ const res = await dataService.insertOne(data);
881
+ return { id: res };
882
+ },
883
+ },
884
+ delete: {
885
+ execute: async (id) => {
886
+ return await dataService.deleteOne(id);
887
+ },
888
+ },
889
+ update: {
890
+ execute: async (data) => {
891
+ return await dataService.updateOne(data.id, data);
892
+ },
893
+ },
894
+ },
895
+ queries: {
896
+ byKey: {
897
+ execute: async (id) => {
898
+ return await dataService.getOne(id);
899
+ },
900
+ type: AXPEntityQueryType.Single,
901
+ },
902
+ list: {
903
+ execute: async (e) => {
904
+ return await dataService.query({ skip: e.skip, take: e.take, filter: e.filter });
905
+ },
906
+ type: AXPEntityQueryType.List,
907
+ },
908
+ },
909
+ interfaces: {
910
+ master: {
911
+ create: {
912
+ sections: [
913
+ {
914
+ id: 'section',
915
+ },
916
+ ],
917
+ properties: [
918
+ {
919
+ name: 'name',
920
+ layout: {
921
+ positions: {
922
+ lg: {
923
+ colSpan: 6,
924
+ },
925
+ },
926
+ },
927
+ },
928
+ {
929
+ name: 'title',
930
+ layout: {
931
+ positions: {
932
+ lg: {
933
+ colSpan: 6,
934
+ },
935
+ },
936
+ },
937
+ },
938
+ ],
939
+ },
940
+ update: {
941
+ sections: [
942
+ {
943
+ id: 'section',
944
+ },
945
+ ],
946
+ properties: [
947
+ {
948
+ name: 'name',
949
+ layout: {
950
+ positions: {
951
+ lg: {
952
+ colSpan: 6,
953
+ },
954
+ },
955
+ },
956
+ },
957
+ {
958
+ name: 'title',
959
+ layout: {
960
+ positions: {
961
+ lg: {
962
+ colSpan: 6,
963
+ },
964
+ },
965
+ },
966
+ },
967
+ ],
968
+ },
969
+ single: {
970
+ title: '{{title}}',
971
+ sections: [
972
+ {
973
+ id: 'section',
974
+ layout: {
975
+ positions: {
976
+ lg: {
977
+ colSpan: 12,
978
+ },
979
+ },
980
+ },
981
+ },
982
+ ],
983
+ properties: [
984
+ {
985
+ name: 'name',
986
+ layout: {
987
+ positions: {
988
+ lg: {
989
+ colSpan: 6,
990
+ },
991
+ },
992
+ },
993
+ },
994
+ {
995
+ name: 'title',
996
+ layout: {
997
+ positions: {
998
+ lg: {
999
+ colSpan: 6,
1000
+ },
1001
+ },
1002
+ },
1003
+ },
1004
+ ],
1005
+ actions: [],
1006
+ },
1007
+ list: {
1008
+ actions: [
1009
+ {
1010
+ title: `t("create", { scope: "common" })`,
1011
+ command: 'create-entity',
1012
+ priority: 'primary',
1013
+ type: 'create',
1014
+ scope: AXPEntityCommandScope.TypeLevel,
1015
+ },
1016
+ {
1017
+ title: 't("deleteItems", { scope: "common" })',
1018
+ command: 'delete-entity',
1019
+ priority: 'primary',
1020
+ type: 'delete',
1021
+ scope: AXPEntityCommandScope.Selected,
1022
+ },
1023
+ {
1024
+ title: 't("detail", { scope: "common" })',
1025
+ command: 'open-entity',
1026
+ priority: 'secondary',
1027
+ type: 'view',
1028
+ scope: AXPEntityCommandScope.Individual,
1029
+ },
1030
+ {
1031
+ title: 't("delete", { scope: "common" })',
1032
+ command: 'delete-entity',
1033
+ priority: 'secondary',
1034
+ type: 'delete',
1035
+ scope: AXPEntityCommandScope.Individual,
1036
+ },
1037
+ ],
1038
+ views: [
1039
+ createAllQueryView({ sorts: [{ name: 'title', dir: 'asc' }] }),
1040
+ ],
1041
+ },
1042
+ },
1043
+ },
1044
+ };
1045
+ return entityDef;
1046
+ }
1047
+
751
1048
  var index = /*#__PURE__*/Object.freeze({
752
1049
  __proto__: null,
1050
+ AXMTagTemplateService: AXMTagTemplateService,
1051
+ AXMTagTemplateServiceImpl: AXMTagTemplateServiceImpl,
753
1052
  AXMTextTemplateManagementCategoryEntityModule: AXMTextTemplateManagementCategoryEntityModule,
754
1053
  AXMTextTemplateManagementCategoryEntityService: AXMTextTemplateManagementCategoryEntityService,
755
1054
  AXMTextTemplateManagementCategoryEntityServiceImpl: AXMTextTemplateManagementCategoryEntityServiceImpl,
@@ -757,6 +1056,7 @@ var index = /*#__PURE__*/Object.freeze({
757
1056
  AXMTextTemplateManagementTemplateEntityService: AXMTextTemplateManagementTemplateEntityService,
758
1057
  AXMTextTemplateManagementTemplateEntityServiceImpl: AXMTextTemplateManagementTemplateEntityServiceImpl,
759
1058
  categoryFactory: categoryFactory,
1059
+ tagTemplateFactory: tagTemplateFactory,
760
1060
  templateFactory: templateFactory
761
1061
  });
762
1062
 
@@ -782,6 +1082,10 @@ class AXMEntityProvider {
782
1082
  const entity = (await Promise.resolve().then(function () { return index; })).categoryFactory;
783
1083
  return entity(this.injector);
784
1084
  }
1085
+ case RootConfig.entities.tagTemplate.name: {
1086
+ const entity = (await Promise.resolve().then(function () { return index; })).tagTemplateFactory;
1087
+ return entity(this.injector);
1088
+ }
785
1089
  }
786
1090
  }
787
1091
  return null;
@@ -804,7 +1108,7 @@ class AXMMenuProvider {
804
1108
  {
805
1109
  priority: 9001,
806
1110
  text: `t('root-menu', {scope: "${scope}"})`,
807
- icon: 'fa-light fa-code',
1111
+ icon: RootConfig.module.icon,
808
1112
  data: {
809
1113
  // requiredPermission: 'demo.admin.settings',
810
1114
  },
@@ -812,15 +1116,21 @@ class AXMMenuProvider {
812
1116
  {
813
1117
  text: `t('templates', {scope: "${scope}"})`,
814
1118
  path: this.entityService.createPath(moduleName, RootConfig.entities.template.name),
815
- icon: 'fa-light fa-file-code',
1119
+ icon: RootConfig.entities.template.icon,
816
1120
  priority: 1,
817
1121
  },
818
1122
  {
819
1123
  text: `t('category', {scope: "${scope}"})`,
820
1124
  path: this.entityService.createPath(moduleName, RootConfig.entities.category.name),
821
- icon: 'fa-light fa-layer-group',
1125
+ icon: RootConfig.entities.category.icon,
822
1126
  priority: 2,
823
1127
  },
1128
+ {
1129
+ text: `t('tag-template', {scope: "${scope}"})`,
1130
+ path: this.entityService.createPath(moduleName, RootConfig.entities.tagTemplate.name),
1131
+ icon: RootConfig.entities.tagTemplate.icon,
1132
+ priority: 3,
1133
+ },
824
1134
  ],
825
1135
  },
826
1136
  ]);
@@ -831,6 +1141,10 @@ class AXMTextTemplateManagementModule {
831
1141
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMTextTemplateManagementModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
832
1142
  static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.0.3", ngImport: i0, type: AXMTextTemplateManagementModule, imports: [AXMTextTemplateManagementTemplateEntityModule, AXMTextTemplateManagementCategoryEntityModule] }); }
833
1143
  static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.0.3", ngImport: i0, type: AXMTextTemplateManagementModule, providers: [
1144
+ {
1145
+ provide: AXMTagTemplateService,
1146
+ useClass: AXMTagTemplateServiceImpl,
1147
+ },
834
1148
  {
835
1149
  provide: AXP_MENU_PROVIDER,
836
1150
  useClass: AXMMenuProvider,
@@ -858,6 +1172,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
858
1172
  exports: [],
859
1173
  declarations: [],
860
1174
  providers: [
1175
+ {
1176
+ provide: AXMTagTemplateService,
1177
+ useClass: AXMTagTemplateServiceImpl,
1178
+ },
861
1179
  {
862
1180
  provide: AXP_MENU_PROVIDER,
863
1181
  useClass: AXMMenuProvider,
@@ -884,5 +1202,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.3", ngImpor
884
1202
  * Generated bundle index. Do not edit.
885
1203
  */
886
1204
 
887
- export { AXMEntityProvider, AXMMenuProvider, AXMTextTemplateManagementCategoryEntityModule, AXMTextTemplateManagementCategoryEntityService, AXMTextTemplateManagementCategoryEntityServiceImpl, AXMTextTemplateManagementModule, AXMTextTemplateManagementTemplateEntityModule, AXMTextTemplateManagementTemplateEntityService, AXMTextTemplateManagementTemplateEntityServiceImpl, RootConfig, categoryFactory, templateFactory };
1205
+ export { AXMEntityProvider, AXMMenuProvider, AXMTagTemplateService, AXMTagTemplateServiceImpl, AXMTextTemplateManagementCategoryEntityModule, AXMTextTemplateManagementCategoryEntityService, AXMTextTemplateManagementCategoryEntityServiceImpl, AXMTextTemplateManagementModule, AXMTextTemplateManagementTemplateEntityModule, AXMTextTemplateManagementTemplateEntityService, AXMTextTemplateManagementTemplateEntityServiceImpl, RootConfig, categoryFactory, tagTemplateFactory, templateFactory };
888
1206
  //# sourceMappingURL=acorex-modules-text-template-management.mjs.map