nuxeo-development-framework 3.7.6 → 3.7.7-dms-mep

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 (261) hide show
  1. package/bundles/nuxeo-development-framework.umd.js +1549 -1022
  2. package/bundles/nuxeo-development-framework.umd.js.map +1 -1
  3. package/esm2015/lib/Core/adapters/adapter.service.js +4 -4
  4. package/esm2015/lib/Core/core.module.js +5 -5
  5. package/esm2015/lib/Core/services/callApi/call-api.service.js +4 -4
  6. package/esm2015/lib/Core/services/extension/component-register.service.js +4 -4
  7. package/esm2015/lib/Core/services/extension/extension-loader.service.js +4 -4
  8. package/esm2015/lib/Core/services/extension/extension.service.js +4 -4
  9. package/esm2015/lib/Core/services/initialization/initialization.service.js +4 -4
  10. package/esm2015/lib/Core/services/localStorag/local-storag.service.js +4 -4
  11. package/esm2015/lib/Core/services/nuxeo/nuxeo.service.js +4 -4
  12. package/esm2015/lib/Core/services/roles/roles.service.js +4 -4
  13. package/esm2015/lib/Core/services/translation/translate-loader.service.js +4 -4
  14. package/esm2015/lib/Core/services/translation/translation.service.js +4 -4
  15. package/esm2015/lib/Core/services/user/user-preferences.service.js +4 -4
  16. package/esm2015/lib/Core/utilities/moment-date-adapter.js +4 -4
  17. package/esm2015/lib/Core/utilities/utility.service.js +4 -4
  18. package/esm2015/lib/components/activities-log/activities-log/activities-log.component.js +4 -4
  19. package/esm2015/lib/components/activities-log/activities-log/activities-log.service.js +4 -4
  20. package/esm2015/lib/components/activities-log/activities-log.module.js +5 -5
  21. package/esm2015/lib/components/activity/activity/activity.component.js +4 -4
  22. package/esm2015/lib/components/activity/activity.module.js +5 -5
  23. package/esm2015/lib/components/attachment-item/attachment-item/attachment-item.component.js +4 -4
  24. package/esm2015/lib/components/attachment-item/attachment-item.module.js +5 -5
  25. package/esm2015/lib/components/attachment-modal/attachment-modal.module.js +5 -5
  26. package/esm2015/lib/components/attachment-modal/attachments/attachments.component.js +4 -4
  27. package/esm2015/lib/components/avatar/avatar/avatar.component.js +4 -4
  28. package/esm2015/lib/components/avatar/avatar.module.js +5 -5
  29. package/esm2015/lib/components/card/card.component.js +4 -4
  30. package/esm2015/lib/components/card/card.module.js +5 -5
  31. package/esm2015/lib/components/comments/comments.module.js +5 -5
  32. package/esm2015/lib/components/comments/components/comment-item/comment-item.component.js +4 -4
  33. package/esm2015/lib/components/comments/components/comments-dashlet/comments-dashlet.component.js +4 -4
  34. package/esm2015/lib/components/comments/components/comments-list/comments-list.component.js +4 -4
  35. package/esm2015/lib/components/comments/components/edit-delete-modal/edit-delete-modal.component.js +4 -4
  36. package/esm2015/lib/components/comments/services/comment-api.service.js +4 -4
  37. package/esm2015/lib/components/confirm-caller/confirm-caller.dialog.js +4 -4
  38. package/esm2015/lib/components/confirm-caller/confirm-caller.module.js +5 -5
  39. package/esm2015/lib/components/confirm-caller/confirm-dialog/confirm-dialog.component.js +4 -4
  40. package/esm2015/lib/components/confirmation-dialog/confirmation-dialog/confirmation-dialog.component.js +4 -4
  41. package/esm2015/lib/components/confirmation-dialog/confirmation-dialog.module.js +5 -5
  42. package/esm2015/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.js +4 -4
  43. package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-create-form/correspondence-relation-create-form.component.js +4 -4
  44. package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.js +4 -4
  45. package/esm2015/lib/components/correspondence-relation/components/correspondence-relation-reply/correspondence-relation-reply.component.js +4 -4
  46. package/esm2015/lib/components/correspondence-relation/components/versions/versions.component.js +4 -4
  47. package/esm2015/lib/components/correspondence-relation/correspondence-relation.module.js +5 -5
  48. package/esm2015/lib/components/correspondence-relation/services/correspondence-realation.service.js +4 -4
  49. package/esm2015/lib/components/correspondence-relation/services/viewer-files.service.js +4 -4
  50. package/esm2015/lib/components/create-entity/create-entity/create-entity.component.js +4 -4
  51. package/esm2015/lib/components/create-entity/create-entity.module.js +5 -5
  52. package/esm2015/lib/components/cts-tags/components/correspondence-tags/correspondence-tags.component.js +4 -4
  53. package/esm2015/lib/components/cts-tags/cts-tags.module.js +5 -5
  54. package/esm2015/lib/components/cts-tags/services/tags-api.service.js +4 -4
  55. package/esm2015/lib/components/custom-toastr/components/custom-toastr/custom-toastr.component.js +4 -4
  56. package/esm2015/lib/components/custom-toastr/custom-toastr.module.js +5 -5
  57. package/esm2015/lib/components/custom-toastr/services/custom-toastr.service.js +4 -4
  58. package/esm2015/lib/components/display-suitable-icon/display-suitable-icon/display-suitable-icon.component.js +4 -4
  59. package/esm2015/lib/components/display-suitable-icon/display-suitable-icon/icon.service.js +4 -4
  60. package/esm2015/lib/components/display-suitable-icon/display-suitable-icon.module.js +5 -5
  61. package/esm2015/lib/components/documents/components/attachments-list/attachments-list.component.js +4 -4
  62. package/esm2015/lib/components/documents/components/attachments-page-provider/attachments-page-provider.component.js +4 -4
  63. package/esm2015/lib/components/documents/components/document-list/documents-list.component.js +4 -4
  64. package/esm2015/lib/components/documents/components/document-scan/document-scan.component.js +4 -4
  65. package/esm2015/lib/components/documents/components/document-scan/document-scan.service.js +4 -4
  66. package/esm2015/lib/components/documents/components/document-upload/document-upload.component.js +4 -4
  67. package/esm2015/lib/components/documents/components/documents/documents.component.js +4 -4
  68. package/esm2015/lib/components/documents/documents.module.js +5 -5
  69. package/esm2015/lib/components/documents/services/document-templates.service.js +4 -4
  70. package/esm2015/lib/components/documents/services/documents.service.js +4 -4
  71. package/esm2015/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.js +4 -4
  72. package/esm2015/lib/components/dynamic-chart/dynamic-chart.module.js +5 -5
  73. package/esm2015/lib/components/dynamic-chart/dynamic-single-chart/dynamic-single-chart.component.js +4 -4
  74. package/esm2015/lib/components/dynamic-chart/services/chart-data.service.js +4 -4
  75. package/esm2015/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.js +58 -17
  76. package/esm2015/lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module.js +12 -8
  77. package/esm2015/lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component.js +4 -4
  78. package/esm2015/lib/components/dynamic-filter/dynamic-filter.module.js +5 -5
  79. package/esm2015/lib/components/dynamic-form/components/department-form/department-form.component.js +4 -4
  80. package/esm2015/lib/components/dynamic-form/components/dynamic-form/dynamic-form.component.js +4 -4
  81. package/esm2015/lib/components/dynamic-form/components/dynamic-form/fields.adapter.js +4 -4
  82. package/esm2015/lib/components/dynamic-form/components/dynamic-form/form-builder.service.js +4 -4
  83. package/esm2015/lib/components/dynamic-form/components/dynamic-form-boolitem/dynamic-form-boolitem.component.js +4 -4
  84. package/esm2015/lib/components/dynamic-form/components/dynamic-form-builder/dynamic-form-builder.component.js +4 -4
  85. package/esm2015/lib/components/dynamic-form/components/dynamic-form-checkbox-item/dynamic-form-checkbox-item.component.js +4 -4
  86. package/esm2015/lib/components/dynamic-form/components/dynamic-form-dateitem/dynamic-form-dateitem.component.js +4 -4
  87. package/esm2015/lib/components/dynamic-form/components/dynamic-form-dateitem/owlDateTimeIntl.js +4 -4
  88. package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/dynamic-form-department.component.js +4 -4
  89. package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/services/department-api.service.js +4 -4
  90. package/esm2015/lib/components/dynamic-form/components/dynamic-form-department/services/department-management.service.js +4 -4
  91. package/esm2015/lib/components/dynamic-form/components/dynamic-form-field/dynamic-form-field.component.js +4 -4
  92. package/esm2015/lib/components/dynamic-form/components/dynamic-form-hijri-dateitem/dynamic-form-hijri-dateitem.component.js +4 -4
  93. package/esm2015/lib/components/dynamic-form/components/dynamic-form-item-dispatcher/dynamic-form-item-dispatcher.component.js +4 -4
  94. package/esm2015/lib/components/dynamic-form/components/dynamic-form-mapitem/dynamic-form-mapitem.component.js +4 -4
  95. package/esm2015/lib/components/dynamic-form/components/dynamic-form-options/dynamic-form-options.component.js +4 -4
  96. package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-tag/dynamic-form-select-tag.component.js +4 -4
  97. package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-user-filter/dynamic-form-select-user-filter.component.js +4 -4
  98. package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-users/dynamic-form-select-users.component.js +4 -4
  99. package/esm2015/lib/components/dynamic-form/components/dynamic-form-select-users/services/user-api.service.js +4 -4
  100. package/esm2015/lib/components/dynamic-form/components/dynamic-form-selectitem/dynamic-form-selectitem.component.js +4 -4
  101. package/esm2015/lib/components/dynamic-form/components/dynamic-form-slide-toggleitem/dynamic-form-slide-toggleitem.component.js +4 -4
  102. package/esm2015/lib/components/dynamic-form/components/dynamic-form-textarea/dynamic-form-textarea.component.js +4 -4
  103. package/esm2015/lib/components/dynamic-form/components/dynamic-form-textitem/dynamic-form-textitem.component.js +4 -4
  104. package/esm2015/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select-i18n.js +4 -4
  105. package/esm2015/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select.component.js +4 -4
  106. package/esm2015/lib/components/dynamic-form/components/dynamic-form-viewer/dynamic-form-viewer.component.js +4 -4
  107. package/esm2015/lib/components/dynamic-form/components/dynamic-form-vocabulary-item/dynamic-form-vocabulary-item.component.js +4 -4
  108. package/esm2015/lib/components/dynamic-form/components/form-wrappers/date-wrapper/date-wrapper.component.js +4 -4
  109. package/esm2015/lib/components/dynamic-form/components/form-wrappers/toggle-wrapper/toggle-wrapper.component.js +4 -4
  110. package/esm2015/lib/components/dynamic-form/components/form-wrappers/user-selector-wrapper/user-selector-wrapper.component.js +4 -4
  111. package/esm2015/lib/components/dynamic-form/components/form-wrappers/vocabulary-wrapper/vocabulary-wrapper.component.js +4 -4
  112. package/esm2015/lib/components/dynamic-form/directives/dynamic-form-content-proxy.directive.js +4 -4
  113. package/esm2015/lib/components/dynamic-form/dynamic-form.module.js +5 -5
  114. package/esm2015/lib/components/dynamic-form/services/card-item-types.service.js +4 -4
  115. package/esm2015/lib/components/dynamic-form/services/dynamic-form-update.service.js +4 -4
  116. package/esm2015/lib/components/dynamic-search/dynamic-search/dynamic-search.component.js +4 -4
  117. package/esm2015/lib/components/dynamic-search/dynamic-search.module.js +5 -5
  118. package/esm2015/lib/components/dynamic-table/dynamic-table/dynamic-table.component.js +4 -4
  119. package/esm2015/lib/components/dynamic-table/dynamic-table.module.js +5 -5
  120. package/esm2015/lib/components/dynamic-table/services/dynamic-table.service.js +4 -4
  121. package/esm2015/lib/components/dynamic-tabs/dynamic-tabs/dynamic-tabs.component.js +4 -4
  122. package/esm2015/lib/components/dynamic-tabs/dynamic-tabs.module.js +5 -5
  123. package/esm2015/lib/components/dynamic-view/boolean-viewer/boolean-viewer.component.js +4 -4
  124. package/esm2015/lib/components/dynamic-view/custom-document-viewer/custom-document-viewer.component.js +4 -4
  125. package/esm2015/lib/components/dynamic-view/custom-pp-viewer/custom-pp-viewer.component.js +4 -4
  126. package/esm2015/lib/components/dynamic-view/cutome-voc-viewer/cutome-voc-viewer.component.js +4 -4
  127. package/esm2015/lib/components/dynamic-view/data-viewer/data-viewer.component.js +4 -4
  128. package/esm2015/lib/components/dynamic-view/date-viewer/date-viewer.component.js +4 -4
  129. package/esm2015/lib/components/dynamic-view/department-viewer/department-viewer.component.js +4 -4
  130. package/esm2015/lib/components/dynamic-view/dropdown-viewer/dropdown-viewer.component.js +4 -4
  131. package/esm2015/lib/components/dynamic-view/dynamic-view.module.js +5 -5
  132. package/esm2015/lib/components/dynamic-view/dynamic-viewe.service.js +4 -4
  133. package/esm2015/lib/components/dynamic-view/list-viewer/list-viewer.component.js +4 -4
  134. package/esm2015/lib/components/file-manger/components/add-to-collection/add-to-collection.component.js +4 -4
  135. package/esm2015/lib/components/file-manger/components/clipboard/clipboard.component.js +4 -4
  136. package/esm2015/lib/components/file-manger/components/copy/copy.component.js +4 -4
  137. package/esm2015/lib/components/file-manger/components/create-directory/create-directory.component.js +4 -4
  138. package/esm2015/lib/components/file-manger/components/create-modal/create-modal.component.js +105 -29
  139. package/esm2015/lib/components/file-manger/components/creation-type/creation-type.component.js +4 -4
  140. package/esm2015/lib/components/file-manger/components/delete/delete.component.js +4 -4
  141. package/esm2015/lib/components/file-manger/components/folder-modal/folder-modal.component.js +4 -4
  142. package/esm2015/lib/components/file-manger/components/loan-request/loan-request.component.js +4 -4
  143. package/esm2015/lib/components/file-manger/components/move/move.component.js +4 -4
  144. package/esm2015/lib/components/file-manger/components/publish-dialog/publish-dialog.component.js +4 -4
  145. package/esm2015/lib/components/file-manger/components/rename/rename.component.js +4 -4
  146. package/esm2015/lib/components/file-manger/components/scan-modal/scan-modal.component.js +4 -4
  147. package/esm2015/lib/components/file-manger/components/share-dialog/share-dialog.component.js +4 -4
  148. package/esm2015/lib/components/file-manger/components/sidepanel/sidepanel.component.js +4 -4
  149. package/esm2015/lib/components/file-manger/components/template-modal/template-modal.component.js +4 -4
  150. package/esm2015/lib/components/file-manger/components/transfer-doc/transfer-doc.component.js +4 -4
  151. package/esm2015/lib/components/file-manger/components/update-modal/update-modal.component.js +4 -4
  152. package/esm2015/lib/components/file-manger/file-manager.abstract.js +4 -4
  153. package/esm2015/lib/components/file-manger/file-manger.module.js +5 -5
  154. package/esm2015/lib/components/filter/filter/filter.component.js +4 -4
  155. package/esm2015/lib/components/filter/filter.module.js +5 -5
  156. package/esm2015/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/gregorian-datepicker/gregorian-datepicker.component.js +4 -4
  157. package/esm2015/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/hijri-datepicker/hijri-datepicker.component.js +4 -4
  158. package/esm2015/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/hijri-gregorian-datepicker.component.js +4 -4
  159. package/esm2015/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/provide-parent-form.directive.js +4 -4
  160. package/esm2015/lib/components/hijri-gregorian-datepicker/ngx-hijri-gregorian-datepicker.module.js +5 -5
  161. package/esm2015/lib/components/hijri-gregorian-datepicker/services/date-formatter.service.js +4 -4
  162. package/esm2015/lib/components/hijri-gregorian-datepicker/services/date-helper.service.js +4 -4
  163. package/esm2015/lib/components/hijri-gregorian-datepicker/utils/CustomNgbDateParserFormatter.js +4 -4
  164. package/esm2015/lib/components/hijri-gregorian-datepicker/utils/IslamicI18n.js +4 -4
  165. package/esm2015/lib/components/latest-activity/components/activity-line/activity-line.component.js +4 -4
  166. package/esm2015/lib/components/latest-activity/components/latest-activity/latest-activity.component.js +4 -4
  167. package/esm2015/lib/components/latest-activity/components/single-activity/single-activity.component.js +4 -4
  168. package/esm2015/lib/components/latest-activity/latest-activity.module.js +5 -5
  169. package/esm2015/lib/components/latest-activity/services/activity-log.service.js +4 -4
  170. package/esm2015/lib/components/mutiple-dynamic-form-viewer/multiple-dynamic-form-viewer/multiple-dynamic-form-viewer.component.js +4 -4
  171. package/esm2015/lib/components/mutiple-dynamic-form-viewer/mutiple-dynamic-form-viewer.module.js +5 -5
  172. package/esm2015/lib/components/notifications/components/notification-item/notification-item.component.js +4 -4
  173. package/esm2015/lib/components/notifications/components/notification-options/notification-options.component.js +4 -4
  174. package/esm2015/lib/components/notifications/components/notification-toast/notification-toast.component.js +4 -4
  175. package/esm2015/lib/components/notifications/components/notifications-button/notifications-button.component.js +4 -4
  176. package/esm2015/lib/components/notifications/components/notifications-list/notifications-list.component.js +4 -4
  177. package/esm2015/lib/components/notifications/notifications.module.js +5 -5
  178. package/esm2015/lib/components/notifications/notifications.service.js +4 -4
  179. package/esm2015/lib/components/pagination/pagination/pagination.component.js +4 -4
  180. package/esm2015/lib/components/pagination/pagination.module.js +5 -5
  181. package/esm2015/lib/components/pdf-tron/pdf-tron.module.js +5 -5
  182. package/esm2015/lib/components/pdf-tron/pdftron/pdftron.component.js +4 -4
  183. package/esm2015/lib/components/pdf-tron/pdftron/pdftron.service.js +4 -4
  184. package/esm2015/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.js +4 -4
  185. package/esm2015/lib/components/permissions/permission.service.js +4 -4
  186. package/esm2015/lib/components/permissions/permissions/permissions.component.js +4 -4
  187. package/esm2015/lib/components/permissions/permissions-template/permissions-template.component.js +4 -4
  188. package/esm2015/lib/components/permissions/permissions.module.js +5 -5
  189. package/esm2015/lib/components/select/select/select.component.js +4 -4
  190. package/esm2015/lib/components/select/select.module.js +10 -8
  191. package/esm2015/lib/components/select-users-by-department/select-users-by-department.module.js +5 -5
  192. package/esm2015/lib/components/select-users-by-department/select-users-by-departments/department-management.service.js +4 -4
  193. package/esm2015/lib/components/select-users-by-department/select-users-by-departments/select-users-by-departments.component.js +4 -4
  194. package/esm2015/lib/components/table/dynamic-column/dynamic-column.component.js +4 -4
  195. package/esm2015/lib/components/table/table/table.component.js +4 -4
  196. package/esm2015/lib/components/table/table.module.js +5 -5
  197. package/esm2015/lib/components/user/user/user.component.js +4 -4
  198. package/esm2015/lib/components/user/user.module.js +5 -5
  199. package/esm2015/lib/components/users-card/users-card.component.js +4 -4
  200. package/esm2015/lib/components/users-card/users-card.module.js +5 -5
  201. package/esm2015/lib/components/viewer-log/components/viewer-log/viewer-log.component.js +4 -4
  202. package/esm2015/lib/components/viewer-log/viewer-log.module.js +5 -5
  203. package/esm2015/lib/components/vocabulary/services/vocabulary-api.service.js +13 -13
  204. package/esm2015/lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component.js +207 -0
  205. package/esm2015/lib/components/vocabulary/vocabulary/vocabulary.component.js +4 -4
  206. package/esm2015/lib/components/vocabulary/vocabulary.module.js +17 -10
  207. package/esm2015/lib/configuration/app-config.service.js +4 -4
  208. package/esm2015/lib/directive/app-has-role/app-has-role.directive.js +4 -4
  209. package/esm2015/lib/directive/clickOutSide/click-outside.directive.js +4 -4
  210. package/esm2015/lib/directive/directive.module.js +5 -5
  211. package/esm2015/lib/directive/drag-and-drop/drag-and-drop.directive.js +4 -4
  212. package/esm2015/lib/directive/permissions/evaluators.service.js +4 -4
  213. package/esm2015/lib/directive/permissions/permissions.directive.js +4 -4
  214. package/esm2015/lib/directive/rtl/set-dir-rtl.directive.js +4 -4
  215. package/esm2015/lib/directive/rtl/set-rtl.directive.js +4 -4
  216. package/esm2015/lib/nuxeo-development-framework.component.js +4 -4
  217. package/esm2015/lib/nuxeo-development-framework.module.js +5 -5
  218. package/esm2015/lib/nuxeo-development-framework.service.js +4 -4
  219. package/esm2015/lib/pipes/file-size.pipe.js +4 -4
  220. package/esm2015/lib/pipes/hijri-date.pipe.js +4 -4
  221. package/esm2015/lib/pipes/localized-date.pipe.js +4 -4
  222. package/esm2015/lib/pipes/multi-value.pipe.js +4 -4
  223. package/esm2015/lib/pipes/pipes.module.js +5 -5
  224. package/esm2015/lib/pipes/secure-html.pipe.js +4 -4
  225. package/esm2015/lib/pipes/secure.pipe.js +4 -4
  226. package/esm2015/lib/pipes/time-ago.pipe.js +4 -4
  227. package/esm2015/lib/shared/components/button/button.component.js +4 -4
  228. package/esm2015/lib/shared/components/item-list/item-list.component.js +4 -4
  229. package/esm2015/lib/shared/components/no-data/no-data.component.js +4 -4
  230. package/esm2015/lib/shared/components/read-more/read-more.component.js +4 -4
  231. package/esm2015/lib/shared/components/search-autocomplete/search-autocomplete.component.js +4 -4
  232. package/esm2015/lib/shared/components/spinner/spinner.component.js +4 -4
  233. package/esm2015/lib/shared/components/user-card/user-card.component.js +4 -4
  234. package/esm2015/lib/shared/libraryShared.module.js +5 -5
  235. package/esm2015/lib/shared-services/dialog-mangment.service.js +4 -4
  236. package/esm2015/lib/shared-services/dynamic-form.service.js +4 -4
  237. package/esm2015/lib/shared-services/file-manager.adapter.js +4 -4
  238. package/esm2015/lib/shared-services/file-manager.service.js +31 -7
  239. package/esm2015/lib/shared-services/global-admin.service.js +4 -4
  240. package/esm2015/lib/shared-services/global-pdftron.service.js +4 -4
  241. package/esm2015/lib/shared-services/mainfolder.service.js +4 -4
  242. package/esm2015/lib/shared-services/publishing-document.service.js +4 -4
  243. package/esm2015/lib/shared-services/recently-viewed.service.js +4 -4
  244. package/esm2015/lib/shared-services/shared-docs.service.js +4 -4
  245. package/esm2015/lib/shared-services/shared-services.module.js +5 -5
  246. package/esm2015/lib/shared-services/upload-file.service.js +4 -4
  247. package/esm2015/lib/shared-services/upload-managment.service.js +4 -4
  248. package/esm2015/lib/shared-services/user.service.js +4 -4
  249. package/esm2015/public-api.js +2 -1
  250. package/fesm2015/nuxeo-development-framework.js +1202 -856
  251. package/fesm2015/nuxeo-development-framework.js.map +1 -1
  252. package/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.d.ts +11 -2
  253. package/lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module.d.ts +2 -1
  254. package/lib/components/file-manger/components/create-modal/create-modal.component.d.ts +19 -36
  255. package/lib/components/select/select.module.d.ts +1 -1
  256. package/lib/components/vocabulary/services/vocabulary-api.service.d.ts +1 -1
  257. package/lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component.d.ts +80 -0
  258. package/lib/components/vocabulary/vocabulary.module.d.ts +6 -4
  259. package/lib/shared-services/file-manager.service.d.ts +10 -8
  260. package/package.json +1 -1
  261. package/public-api.d.ts +1 -0
@@ -1,7 +1,9 @@
1
1
  import { OnInit } from '@angular/core';
2
+ import { FormGroup } from '@angular/forms';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class DynamicFieldsRendererComponent implements OnInit {
4
- form: any;
5
+ pdfOrWordFile: boolean;
6
+ form: FormGroup;
5
7
  agencyNameFilter: any;
6
8
  countryNameFilter: any;
7
9
  mode: string;
@@ -30,6 +32,7 @@ export declare class DynamicFieldsRendererComponent implements OnInit {
30
32
  vocbularyId?: undefined;
31
33
  useFilter?: undefined;
32
34
  filter?: undefined;
35
+ params?: undefined;
33
36
  } | {
34
37
  type: string;
35
38
  label: string;
@@ -55,6 +58,7 @@ export declare class DynamicFieldsRendererComponent implements OnInit {
55
58
  vocbularyId?: undefined;
56
59
  useFilter?: undefined;
57
60
  filter?: undefined;
61
+ params?: undefined;
58
62
  } | {
59
63
  type: string;
60
64
  label: string;
@@ -80,6 +84,7 @@ export declare class DynamicFieldsRendererComponent implements OnInit {
80
84
  vocbularyId?: undefined;
81
85
  useFilter?: undefined;
82
86
  filter?: undefined;
87
+ params?: undefined;
83
88
  } | {
84
89
  type: string;
85
90
  label: string;
@@ -105,6 +110,7 @@ export declare class DynamicFieldsRendererComponent implements OnInit {
105
110
  vocbularyId?: undefined;
106
111
  useFilter?: undefined;
107
112
  filter?: undefined;
113
+ params?: undefined;
108
114
  } | {
109
115
  type: string;
110
116
  label: string;
@@ -120,6 +126,9 @@ export declare class DynamicFieldsRendererComponent implements OnInit {
120
126
  placeholder: string;
121
127
  useFilter: boolean;
122
128
  filter: string;
129
+ params: {
130
+ labelFieldName: string;
131
+ };
123
132
  permission: string;
124
133
  required?: undefined;
125
134
  bindLabel?: undefined;
@@ -134,5 +143,5 @@ export declare class DynamicFieldsRendererComponent implements OnInit {
134
143
  constructor();
135
144
  ngOnInit(): void;
136
145
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFieldsRendererComponent, never>;
137
- static ɵcmp: i0.ɵɵComponentDeclaration<DynamicFieldsRendererComponent, "app-dynamic-fields-renderer", never, { "form": "form"; "agencyNameFilter": "agencyNameFilter"; "countryNameFilter": "countryNameFilter"; "mode": "mode"; "fields": "fields"; }, {}, never, never>;
146
+ static ɵcmp: i0.ɵɵComponentDeclaration<DynamicFieldsRendererComponent, "app-dynamic-fields-renderer", never, { "pdfOrWordFile": "pdfOrWordFile"; "form": "form"; "agencyNameFilter": "agencyNameFilter"; "countryNameFilter": "countryNameFilter"; "mode": "mode"; "fields": "fields"; }, {}, never, never>;
138
147
  }
@@ -5,8 +5,9 @@ import * as i3 from "../dynamic-form/dynamic-form.module";
5
5
  import * as i4 from "@angular/forms";
6
6
  import * as i5 from "../../directive/directive.module";
7
7
  import * as i6 from "@ngx-translate/core";
8
+ import * as i7 from "../vocabulary/vocabulary.module";
8
9
  export declare class DynamicFieldsRendererModule {
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicFieldsRendererModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<DynamicFieldsRendererModule, [typeof i1.DynamicFieldsRendererComponent], [typeof i2.CommonModule, typeof i3.DynamicFormModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.DirectiveModule, typeof i6.TranslateModule], [typeof i1.DynamicFieldsRendererComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DynamicFieldsRendererModule, [typeof i1.DynamicFieldsRendererComponent], [typeof i2.CommonModule, typeof i3.DynamicFormModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.DirectiveModule, typeof i6.TranslateModule, typeof i7.VocabularyModule], [typeof i1.DynamicFieldsRendererComponent]>;
11
12
  static ɵinj: i0.ɵɵInjectorDeclaration<DynamicFieldsRendererModule>;
12
13
  }
@@ -1,18 +1,18 @@
1
1
  import { OnDestroy, OnInit } from '@angular/core';
2
- import { FormBuilder, FormGroup } from '@angular/forms';
2
+ import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
3
3
  import { MatDialogRef } from '@angular/material/dialog';
4
- import { UploadManagmentService } from '../../../../shared-services/upload-managment.service';
4
+ import { Subscription } from 'rxjs';
5
+ import { AppConfigService } from '../../../../configuration/app-config.service';
6
+ import { AdapterService } from '../../../../Core/adapters/adapter.service';
7
+ import { NuxeoService } from '../../../../Core/services/nuxeo/nuxeo.service';
8
+ import { TranslationService } from '../../../../Core/services/translation/translation.service';
5
9
  import { DialogMangmentService } from '../../../../shared-services/dialog-mangment.service';
6
10
  import { DynamicFormService } from '../../../../shared-services/dynamic-form.service';
7
11
  import { FileManagerService } from '../../../../shared-services/file-manager.service';
12
+ import { UploadManagmentService } from '../../../../shared-services/upload-managment.service';
8
13
  import { UserService } from '../../../../shared-services/user.service';
9
- import { Subscription } from 'rxjs';
10
14
  import { CustomToastrService } from '../../../custom-toastr/services/custom-toastr.service';
11
15
  import { DateHelperService } from '../../../hijri-gregorian-datepicker/services/date-helper.service';
12
- import { AdapterService } from '../../../../Core/adapters/adapter.service';
13
- import { AppConfigService } from '../../../../configuration/app-config.service';
14
- import { TranslationService } from '../../../../Core/services/translation/translation.service';
15
- import { NuxeoService } from '../../../../Core/services/nuxeo/nuxeo.service';
16
16
  import * as i0 from "@angular/core";
17
17
  export declare class CreateModalComponent implements OnInit, OnDestroy {
18
18
  data: any;
@@ -57,53 +57,36 @@ export declare class CreateModalComponent implements OnInit, OnDestroy {
57
57
  creating: boolean;
58
58
  displayNoteMessage: boolean;
59
59
  myEnvironment: any;
60
+ fetchedDocumentTypee: Array<{
61
+ code: string;
62
+ entry: any;
63
+ }>;
64
+ showWaitUploadFinishMsg: boolean;
65
+ defaultFileInfoSubscription: Subscription;
66
+ pdfOrWordFile: boolean;
60
67
  KeyUpEvent(event: KeyboardEvent): void;
61
68
  constructor(data: any, dialogRef: MatDialogRef<CreateModalComponent>, uploadMangmentService: UploadManagmentService, dialogMangmentService: DialogMangmentService, fileMangerService: FileManagerService, tosterService: CustomToastrService, formBuilder: FormBuilder, adapeter: AdapterService, fileManagerService: FileManagerService, appConfService: AppConfigService, dateHelperService: DateHelperService, translationService: TranslationService, userService: UserService, nuxeoService: NuxeoService, environment: any, dynamicFormService: DynamicFormService);
62
69
  ngOnInit(): void;
63
70
  initiatfileForm(): void;
71
+ getControl(controlName: string): AbstractControl;
64
72
  createWhenFinish(): void;
65
73
  closeDialog(): void;
66
74
  startAddingProperties(): void;
67
- setStaticData(title: any): {
68
- title: any;
69
- description: string;
70
- subject: string;
71
- documentNumber: string;
72
- gdocumentDate: any;
73
- secrecyLevel: any;
74
- importanceLevel: any;
75
- departmentCode: any;
76
- agencyCategoryCode: any;
77
- agencyName: any;
78
- countryCategoryCode: any;
79
- countryName: any;
80
- remarks: string;
81
- } | {
82
- title: any;
83
- description: string;
84
- subject?: undefined;
85
- documentNumber?: undefined;
86
- gdocumentDate?: undefined;
87
- secrecyLevel?: undefined;
88
- importanceLevel?: undefined;
89
- departmentCode?: undefined;
90
- agencyCategoryCode?: undefined;
91
- agencyName?: undefined;
92
- countryCategoryCode?: undefined;
93
- countryName?: undefined;
94
- remarks?: undefined;
95
- };
75
+ setStaticData(file: any): any;
96
76
  createDocument(): void;
97
77
  constructPayLoadToWorkSpace(files: any): void;
98
78
  tryAgainCreateDocument(): void;
99
79
  constructPayLoad(files: any): void;
100
80
  mappingStaticData(data: any): any;
81
+ onSelectFile(file: any): void;
82
+ selectFileWithoutDefaultData(file: any): void;
101
83
  selectFile(file: any): void;
102
84
  ondynamicFormChange(dynamicData: any): void;
103
85
  minimizDialog(): void;
104
86
  removeItem(item: any, listofFiles: any): void;
105
87
  ApplyChangesToAll(): void;
106
88
  checkValidation(): boolean;
89
+ isPdfOrWordFile(file: any): boolean;
107
90
  ngOnDestroy(): void;
108
91
  static ɵfac: i0.ɵɵFactoryDeclaration<CreateModalComponent, never>;
109
92
  static ɵcmp: i0.ɵɵComponentDeclaration<CreateModalComponent, "app-create-modal", never, {}, {}, never, never>;
@@ -7,6 +7,6 @@ import * as i5 from "@ngx-translate/core";
7
7
  /** @ignore */
8
8
  export declare class SelectModule {
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SelectModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<SelectModule, [typeof i1.SelectComponent], [typeof i2.CommonModule, typeof i3.NgSelectModule, typeof i4.FormsModule, typeof i5.TranslateModule], [typeof i1.SelectComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SelectModule, [typeof i1.SelectComponent], [typeof i2.CommonModule, typeof i3.NgSelectModule, typeof i4.FormsModule, typeof i5.TranslateModule], [typeof i1.SelectComponent, typeof i3.NgSelectModule]>;
11
11
  static ɵinj: i0.ɵɵInjectorDeclaration<SelectModule>;
12
12
  }
@@ -9,7 +9,7 @@ export declare class VocabularyApiService {
9
9
  private environment;
10
10
  vocabular: {};
11
11
  constructor(nuxeoService: NuxeoService, translate: TranslateService, environment: any);
12
- getVocabularyList(listName: any): Observable<any>;
12
+ getVocabularyList(listName: any, displayObsoleteEntries?: boolean, params?: {}, filter?: any): Observable<any>;
13
13
  vocabularyOperations(opName: opType, body: any): Observable<unknown>;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<VocabularyApiService, never>;
15
15
  static ɵprov: i0.ɵɵInjectableDeclaration<VocabularyApiService>;
@@ -0,0 +1,80 @@
1
+ import { EventEmitter, OnChanges, OnDestroy } from '@angular/core';
2
+ import { ControlValueAccessor, FormControl, NgControl } from '@angular/forms';
3
+ import { NgSelectComponent } from '@ng-select/ng-select';
4
+ import { TranslateService } from '@ngx-translate/core';
5
+ import { TranslationService } from '../../../Core/services/translation/translation.service';
6
+ import { VocabularyApiService } from '../services/vocabulary-api.service';
7
+ import * as i0 from "@angular/core";
8
+ export declare class TranslatedVocabularySelectComponent implements OnChanges, OnDestroy, ControlValueAccessor {
9
+ translate: TranslateService;
10
+ private translationService;
11
+ private vocabularyApiServ;
12
+ control: NgControl;
13
+ ngSelectComponent: NgSelectComponent;
14
+ /** Field Label */
15
+ label: string;
16
+ /** Property name to bind value to */
17
+ bindValue: any;
18
+ /** Property name to bind label to */
19
+ arbBindLabel: any;
20
+ /** Property name to bind label to */
21
+ engBindLabel: any;
22
+ /** Items array */
23
+ /** Placeholder string */
24
+ placeholder: any;
25
+ /** can select multiple */
26
+ multiple: boolean;
27
+ /** is searchable */
28
+ searchable: boolean;
29
+ /** should close on select */
30
+ closeOnSelect: boolean;
31
+ /** should hide selected items */
32
+ hideSelectedItems: boolean;
33
+ /** is disabled */
34
+ disabled: boolean;
35
+ /** should show clear action */
36
+ clear: boolean;
37
+ /** filter to be sent from out side to send it in api to filter the vocabulary items */
38
+ filter: any;
39
+ /** flage to indicate if call api without filter or wait untile there is filter and then call api*/
40
+ useFilter: boolean;
41
+ /** is vocabulary select */
42
+ /** vocabulary id for translation (for vocabulary select only) */
43
+ vocbularyId: string;
44
+ /** Should show loading indicator */
45
+ loading: boolean;
46
+ mapingResponse: boolean;
47
+ params: {};
48
+ /** event emitted with selected items */
49
+ onSelectItems: EventEmitter<any>;
50
+ bindLabel: any;
51
+ selection: any[];
52
+ data: any[];
53
+ buffer: any[];
54
+ bufferSize: number;
55
+ numberOfItemsFromEndBeforeFetchingMore: number;
56
+ private _unsubscribeAll;
57
+ isArabic: boolean;
58
+ propagateChange: any;
59
+ validateFn: any;
60
+ onTouched: any;
61
+ get invalid(): boolean;
62
+ get showError(): boolean;
63
+ constructor(translate: TranslateService, translationService: TranslationService, vocabularyApiServ: VocabularyApiService, control: NgControl);
64
+ ngOnInit(): void;
65
+ getlistOfVocabulary(): void;
66
+ ngOnChanges(changes: any): void;
67
+ emitSelection(event: any): void;
68
+ onScrollToEnd(): void;
69
+ private fetchMore;
70
+ writeValue(value: any): void;
71
+ registerOnChange(fn: any): void;
72
+ registerOnTouched(fn: any): void;
73
+ validate(c: FormControl): any;
74
+ isRequired(): any;
75
+ hasErrors(): boolean;
76
+ reset(): void;
77
+ ngOnDestroy(): void;
78
+ static ɵfac: i0.ɵɵFactoryDeclaration<TranslatedVocabularySelectComponent, [null, null, null, { optional: true; self: true; }]>;
79
+ static ɵcmp: i0.ɵɵComponentDeclaration<TranslatedVocabularySelectComponent, "app-translated-vocabulary-select", never, { "label": "label"; "bindValue": "bindValue"; "arbBindLabel": "arbBindLabel"; "engBindLabel": "engBindLabel"; "placeholder": "placeholder"; "multiple": "multiple"; "searchable": "searchable"; "closeOnSelect": "closeOnSelect"; "hideSelectedItems": "hideSelectedItems"; "disabled": "disabled"; "clear": "clear"; "filter": "filter"; "useFilter": "useFilter"; "vocbularyId": "vocbularyId"; "mapingResponse": "mapingResponse"; "params": "params"; }, { "onSelectItems": "onSelectItems"; }, never, never>;
80
+ }
@@ -1,11 +1,13 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./vocabulary/vocabulary.component";
3
- import * as i2 from "@angular/common";
4
- import * as i3 from "../select/select.module";
5
- import * as i4 from "../dynamic-form/dynamic-form.module";
3
+ import * as i2 from "./translated-vocabulary-select/translated-vocabulary-select.component";
4
+ import * as i3 from "@angular/common";
5
+ import * as i4 from "../select/select.module";
6
+ import * as i5 from "../dynamic-form/dynamic-form.module";
7
+ import * as i6 from "@angular/forms";
6
8
  /** @ignore */
7
9
  export declare class VocabularyModule {
8
10
  static ɵfac: i0.ɵɵFactoryDeclaration<VocabularyModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<VocabularyModule, [typeof i1.VocabularyComponent], [typeof i2.CommonModule, typeof i3.SelectModule, typeof i4.DynamicFormModule], [typeof i1.VocabularyComponent]>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<VocabularyModule, [typeof i1.VocabularyComponent, typeof i2.TranslatedVocabularySelectComponent], [typeof i3.CommonModule, typeof i4.SelectModule, typeof i5.DynamicFormModule, typeof i6.FormsModule], [typeof i1.VocabularyComponent, typeof i2.TranslatedVocabularySelectComponent]>;
10
12
  static ɵinj: i0.ɵɵInjectorDeclaration<VocabularyModule>;
11
13
  }
@@ -1,17 +1,17 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { EventEmitter, OnDestroy } from '@angular/core';
3
- import { FileManagerAdapter } from './file-manager.adapter';
3
+ import { MatDialog } from '@angular/material/dialog';
4
+ import { Router } from '@angular/router';
4
5
  import { Observable, Subject, Subscriber, Subscription } from 'rxjs';
5
- import { MainfolderService } from './mainfolder.service';
6
- import { CallApiService } from '../Core/services/callApi/call-api.service';
6
+ import { CustomToastrService } from '../components/custom-toastr/services/custom-toastr.service';
7
+ import { AppConfigService } from '../configuration/app-config.service';
7
8
  import { AdapterService } from '../Core/adapters/adapter.service';
9
+ import { CallApiService } from '../Core/services/callApi/call-api.service';
8
10
  import { NuxeoService } from '../Core/services/nuxeo/nuxeo.service';
9
- import { AppConfigService } from '../configuration/app-config.service';
10
- import { EvaluatorsService } from '../directive/permissions/evaluators.service';
11
- import { CustomToastrService } from '../components/custom-toastr/services/custom-toastr.service';
12
11
  import { TranslationService } from '../Core/services/translation/translation.service';
13
- import { MatDialog } from '@angular/material/dialog';
14
- import { Router } from '@angular/router';
12
+ import { EvaluatorsService } from '../directive/permissions/evaluators.service';
13
+ import { FileManagerAdapter } from './file-manager.adapter';
14
+ import { MainfolderService } from './mainfolder.service';
15
15
  import { RecentlyViewedService } from './recently-viewed.service';
16
16
  import * as i0 from "@angular/core";
17
17
  export declare class FileManagerService implements OnDestroy {
@@ -89,6 +89,8 @@ export declare class FileManagerService implements OnDestroy {
89
89
  downloadAsZip(selectedItems: any, fileTitle: any): Subscription;
90
90
  parseNodeChildren: (observable: any, pageConfigurations: any, parent?: boolean) => any;
91
91
  createTreeNodeChildren(parent: any): Promise<any[]>;
92
+ getDocumentTypeeByCode(code: any, headers?: {}): Observable<any>;
93
+ getFilePapersCount(batchId: string): Observable<number>;
92
94
  static ɵfac: i0.ɵɵFactoryDeclaration<FileManagerService, never>;
93
95
  static ɵprov: i0.ɵɵInjectableDeclaration<FileManagerService>;
94
96
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxeo-development-framework",
3
- "version": "3.7.6",
3
+ "version": "3.7.7-dms-mep",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "12.2.3",
6
6
  "@angular/common": "12.2.3",
package/public-api.d.ts CHANGED
@@ -95,6 +95,7 @@ export * from './lib/components/users-card/users-card.component';
95
95
  export * from './lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component';
96
96
  export * from './lib/components/dynamic-chart/dynamic-single-chart/dynamic-single-chart.component';
97
97
  export * from './lib/components/vocabulary/vocabulary/vocabulary.component';
98
+ export * from './lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component';
98
99
  export * from './lib/components/select/select/select.component';
99
100
  export * from './lib/components/dynamic-table/dynamic-table/dynamic-table.component';
100
101
  export * from './lib/components/table/table/table.component';