nuxeo-development-framework 0.0.2 → 0.0.3-bos

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 (885) hide show
  1. package/README.md +24 -24
  2. package/fesm2022/nuxeo-development-framework.mjs +48407 -0
  3. package/fesm2022/nuxeo-development-framework.mjs.map +1 -0
  4. package/{nuxeo-development-framework.d.ts → index.d.ts} +1 -0
  5. package/lib/components/activities-log/activities-log/activities-log.component.d.ts +30 -0
  6. package/lib/components/activities-log/activities-log/activities-log.service.d.ts +9 -0
  7. package/lib/components/activities-log/activities-log.module.d.ts +12 -0
  8. package/lib/components/activity/activity/activity.component.d.ts +13 -0
  9. package/lib/components/activity/activity.module.d.ts +13 -0
  10. package/lib/components/attachment-item/attachment-item/attachment-item.component.d.ts +21 -0
  11. package/lib/components/attachment-item/attachment-item.module.d.ts +13 -0
  12. package/lib/components/attachment-modal/attachment-modal.module.d.ts +12 -0
  13. package/lib/components/attachment-modal/attachments/attachments.component.d.ts +50 -0
  14. package/lib/components/avatar/avatar/avatar.component.d.ts +23 -0
  15. package/lib/components/avatar/avatar.module.d.ts +13 -0
  16. package/lib/components/card/card.component.d.ts +33 -0
  17. package/lib/components/card/card.module.d.ts +12 -0
  18. package/lib/components/comments/comments.module.d.ts +27 -0
  19. package/lib/components/comments/components/comment-item/comment-item.component.d.ts +26 -0
  20. package/lib/components/comments/components/comments-dashlet/comments-dashlet.component.d.ts +47 -0
  21. package/lib/components/comments/components/comments-list/comments-list.component.d.ts +28 -0
  22. package/lib/components/comments/components/edit-delete-modal/edit-delete-modal.component.d.ts +25 -0
  23. package/lib/components/comments/constants/comment.d.ts +25 -0
  24. package/lib/components/comments/services/comment-api.service.d.ts +16 -0
  25. package/lib/components/confirm-caller/confirm-caller.dialog.d.ts +46 -0
  26. package/lib/components/confirm-caller/confirm-caller.module.d.ts +17 -0
  27. package/lib/components/confirm-caller/confirm-dialog/confirm-dialog.component.d.ts +12 -0
  28. package/lib/components/confirmation-dialog/confirmation-dialog/confirmation-dialog.component.d.ts +12 -0
  29. package/lib/components/confirmation-dialog/confirmation-dialog.module.d.ts +10 -0
  30. package/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.d.ts +34 -0
  31. package/lib/components/correspondence-relation/components/correspondence-relation-create-form/correspondence-relation-create-form.component.d.ts +45 -0
  32. package/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.d.ts +31 -0
  33. package/lib/components/correspondence-relation/components/correspondence-relation-reply/correspondence-relation-reply.component.d.ts +18 -0
  34. package/lib/components/correspondence-relation/components/versions/versions.component.d.ts +50 -0
  35. package/lib/components/correspondence-relation/correspondence-relation.module.d.ts +32 -0
  36. package/lib/components/correspondence-relation/services/correspondence-realation.service.d.ts +26 -0
  37. package/lib/components/correspondence-relation/services/viewer-files.service.d.ts +18 -0
  38. package/lib/components/create-entity/create-entity/create-entity.component.d.ts +17 -0
  39. package/lib/components/create-entity/create-entity.module.d.ts +11 -0
  40. package/lib/components/cts-tags/components/correspondence-tags/correspondence-tags.component.d.ts +45 -0
  41. package/lib/components/cts-tags/cts-tags.module.d.ts +21 -0
  42. package/lib/components/cts-tags/services/tags-api.service.d.ts +17 -0
  43. package/lib/components/custom-toastr/components/custom-toastr/custom-toastr.component.d.ts +23 -0
  44. package/lib/components/custom-toastr/custom-toastr.module.d.ts +12 -0
  45. package/lib/components/custom-toastr/interfaces/toast-type.interface.d.ts +1 -0
  46. package/lib/components/custom-toastr/services/custom-toastr.service.d.ts +30 -0
  47. package/lib/components/diagrams/components/base-node.component.d.ts +30 -0
  48. package/lib/components/diagrams/components/circle-node/circle-node.component.d.ts +7 -0
  49. package/lib/components/diagrams/components/connection-label.component.d.ts +19 -0
  50. package/lib/components/diagrams/components/content-node/content-node.component.d.ts +8 -0
  51. package/lib/components/diagrams/components/custom-connection.component.d.ts +13 -0
  52. package/lib/components/diagrams/components/custom-socket.component.d.ts +6 -0
  53. package/lib/components/diagrams/components/gateway-node/gateway-node.component.d.ts +6 -0
  54. package/lib/components/diagrams/components/gateway-ports.component.d.ts +11 -0
  55. package/lib/components/diagrams/components/index.d.ts +15 -0
  56. package/lib/components/diagrams/components/node-icon.component.d.ts +8 -0
  57. package/lib/components/diagrams/components/node-inputs.component.d.ts +11 -0
  58. package/lib/components/diagrams/components/node-outputs.component.d.ts +11 -0
  59. package/lib/components/diagrams/components/node-ports.component.d.ts +12 -0
  60. package/lib/components/diagrams/components/remove-button.component.d.ts +7 -0
  61. package/lib/components/diagrams/components/status-icon.component.d.ts +8 -0
  62. package/lib/components/diagrams/components/template-node/template-node.component.d.ts +17 -0
  63. package/lib/components/diagrams/components/zoom-control.component.d.ts +11 -0
  64. package/lib/components/diagrams/constants/defaults.d.ts +1 -0
  65. package/lib/components/diagrams/constants/direction.d.ts +6 -0
  66. package/lib/components/diagrams/constants/index.d.ts +7 -0
  67. package/lib/components/diagrams/constants/message-type.d.ts +4 -0
  68. package/lib/components/diagrams/constants/node-type.d.ts +7 -0
  69. package/lib/components/diagrams/constants/notify-events.d.ts +3 -0
  70. package/lib/components/diagrams/constants/sizes.d.ts +7 -0
  71. package/lib/components/diagrams/constants/status.d.ts +11 -0
  72. package/lib/components/diagrams/diagrams.module.d.ts +29 -0
  73. package/lib/components/diagrams/directive/diagram.directive.d.ts +27 -0
  74. package/lib/components/diagrams/directive/index.d.ts +1 -0
  75. package/lib/components/diagrams/editor/customize.d.ts +24 -0
  76. package/lib/components/diagrams/editor/editor.d.ts +3 -0
  77. package/lib/components/diagrams/editor/index.d.ts +4 -0
  78. package/lib/components/diagrams/editor/overrides/connection-path.transformers.d.ts +2 -0
  79. package/lib/components/diagrams/editor/overrides/index.d.ts +1 -0
  80. package/lib/components/diagrams/editor/path-plugin.d.ts +4 -0
  81. package/lib/components/diagrams/editor/socket-position-watcher.d.ts +3 -0
  82. package/lib/components/diagrams/index.d.ts +1 -0
  83. package/lib/components/diagrams/models/base-node.model.d.ts +30 -0
  84. package/lib/components/diagrams/models/circle-node.model.d.ts +7 -0
  85. package/lib/components/diagrams/models/common.type.d.ts +4 -0
  86. package/lib/components/diagrams/models/connection-config.type.d.ts +11 -0
  87. package/lib/components/diagrams/models/connection-label.type.d.ts +4 -0
  88. package/lib/components/diagrams/models/connection.model.d.ts +20 -0
  89. package/lib/components/diagrams/models/content-node.model.d.ts +5 -0
  90. package/lib/components/diagrams/models/customization.type.d.ts +10 -0
  91. package/lib/components/diagrams/models/diagram-config.type.d.ts +40 -0
  92. package/lib/components/diagrams/models/diagram-editor.type.d.ts +26 -0
  93. package/lib/components/diagrams/models/emitter-type.d.ts +5 -0
  94. package/lib/components/diagrams/models/gate-way.model.d.ts +8 -0
  95. package/lib/components/diagrams/models/index.d.ts +24 -0
  96. package/lib/components/diagrams/models/layout.type.d.ts +13 -0
  97. package/lib/components/diagrams/models/node-content.d.ts +9 -0
  98. package/lib/components/diagrams/models/node-definition.d.ts +20 -0
  99. package/lib/components/diagrams/models/node-status.type.d.ts +2 -0
  100. package/lib/components/diagrams/models/node.type.d.ts +2 -0
  101. package/lib/components/diagrams/models/notify-event.type.d.ts +2 -0
  102. package/lib/components/diagrams/models/path.type.d.ts +18 -0
  103. package/lib/components/diagrams/models/ports-config.type.d.ts +12 -0
  104. package/lib/components/diagrams/models/ports.model.d.ts +11 -0
  105. package/lib/components/diagrams/models/schemes.d.ts +5 -0
  106. package/lib/components/diagrams/models/socket.model.d.ts +7 -0
  107. package/lib/components/diagrams/models/socket.type.d.ts +5 -0
  108. package/lib/components/diagrams/models/template-node.model.d.ts +8 -0
  109. package/lib/components/diagrams/public-api.d.ts +7 -0
  110. package/lib/components/diagrams/services/diagram-plugins.service.d.ts +16 -0
  111. package/lib/components/diagrams/services/diagram.service.d.ts +54 -0
  112. package/lib/components/diagrams/services/index.d.ts +4 -0
  113. package/lib/components/diagrams/services/message.service.d.ts +10 -0
  114. package/lib/components/diagrams/services/workflow.service.d.ts +80 -0
  115. package/lib/components/diagrams/utilities/common.d.ts +19 -0
  116. package/lib/components/diagrams/utilities/index.d.ts +4 -0
  117. package/lib/components/diagrams/utilities/random.d.ts +1 -0
  118. package/lib/components/diagrams/utilities/remove.util.d.ts +29 -0
  119. package/lib/components/diagrams/utilities/serialize.d.ts +15 -0
  120. package/lib/components/display-suitable-icon/display-suitable-icon/display-suitable-icon.component.d.ts +17 -0
  121. package/lib/components/display-suitable-icon/display-suitable-icon/icon.service.d.ts +16 -0
  122. package/lib/components/display-suitable-icon/display-suitable-icon.module.d.ts +8 -0
  123. package/lib/components/documents/components/attachments-list/attachments-list.component.d.ts +55 -0
  124. package/lib/components/documents/components/attachments-page-provider/attachments-page-provider.component.d.ts +38 -0
  125. package/lib/components/documents/components/document-list/documents-list.component.d.ts +81 -0
  126. package/lib/components/documents/components/document-scan/document-scan.component.d.ts +112 -0
  127. package/lib/components/documents/components/document-scan/document-scan.service.d.ts +14 -0
  128. package/lib/components/documents/components/document-upload/document-upload.component.d.ts +66 -0
  129. package/lib/components/documents/components/documents/documents.component.d.ts +27 -0
  130. package/lib/components/documents/constants/document-templates.d.ts +33 -0
  131. package/lib/components/documents/constants/documents.d.ts +95 -0
  132. package/lib/components/documents/documents.module.d.ts +33 -0
  133. package/lib/components/documents/services/document-templates.service.d.ts +24 -0
  134. package/lib/components/documents/services/documents.service.d.ts +36 -0
  135. package/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.d.ts +79 -0
  136. package/lib/components/dynamic-chart/dynamic-chart.module.d.ts +15 -0
  137. package/lib/components/dynamic-chart/services/chart-data.service.d.ts +37 -0
  138. package/lib/components/dynamic-fields-renderer/dynamic-fields-renderer/dynamic-fields-renderer.component.d.ts +145 -0
  139. package/lib/components/dynamic-fields-renderer/dynamic-fields-renderer.module.d.ts +14 -0
  140. package/lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component.d.ts +55 -0
  141. package/lib/components/dynamic-filter/dynamic-filter.module.d.ts +17 -0
  142. package/lib/components/dynamic-form/components/department-form/department-form.component.d.ts +28 -0
  143. package/lib/components/dynamic-form/components/dynamic-form/dynamic-form.component.d.ts +30 -0
  144. package/lib/components/dynamic-form/components/dynamic-form/fields.adapter.d.ts +6 -0
  145. package/lib/components/dynamic-form/components/dynamic-form/form-builder.service.d.ts +21 -0
  146. package/lib/components/dynamic-form/components/dynamic-form-boolitem/dynamic-form-boolitem.component.d.ts +17 -0
  147. package/lib/components/dynamic-form/components/dynamic-form-builder/dynamic-form-builder.component.d.ts +57 -0
  148. package/lib/components/dynamic-form/components/dynamic-form-checkbox-item/dynamic-form-checkbox-item.component.d.ts +35 -0
  149. package/lib/components/dynamic-form/components/dynamic-form-dateitem/dynamic-form-dateitem.component.d.ts +70 -0
  150. package/lib/components/dynamic-form/components/dynamic-form-dateitem/owlDateTimeIntl.d.ts +52 -0
  151. package/lib/components/dynamic-form/components/dynamic-form-department/constants/department.d.ts +12 -0
  152. package/lib/components/dynamic-form/components/dynamic-form-department/dynamic-form-department.component.d.ts +91 -0
  153. package/lib/components/dynamic-form/components/dynamic-form-department/services/department-api.service.d.ts +33 -0
  154. package/lib/components/dynamic-form/components/dynamic-form-department/services/department-management.service.d.ts +23 -0
  155. package/lib/components/dynamic-form/components/dynamic-form-field/dynamic-form-field.component.d.ts +30 -0
  156. package/lib/components/dynamic-form/components/dynamic-form-hijri-dateitem/dynamic-form-hijri-dateitem.component.d.ts +74 -0
  157. package/lib/components/dynamic-form/components/dynamic-form-item-dispatcher/dynamic-form-item-dispatcher.component.d.ts +25 -0
  158. package/lib/components/dynamic-form/components/dynamic-form-mapitem/dynamic-form-mapitem.component.d.ts +15 -0
  159. package/lib/components/dynamic-form/components/dynamic-form-options/dynamic-form-options.component.d.ts +45 -0
  160. package/lib/components/dynamic-form/components/dynamic-form-select-tag/dynamic-form-select-tag.component.d.ts +44 -0
  161. package/lib/components/dynamic-form/components/dynamic-form-select-user-filter/dynamic-form-select-user-filter.component.d.ts +65 -0
  162. package/lib/components/dynamic-form/components/dynamic-form-select-users/dynamic-form-select-users.component.d.ts +104 -0
  163. package/lib/components/dynamic-form/components/dynamic-form-select-users/services/user-api.service.d.ts +17 -0
  164. package/lib/components/dynamic-form/components/dynamic-form-selectitem/dynamic-form-selectitem.component.d.ts +86 -0
  165. package/lib/components/dynamic-form/components/dynamic-form-slide-toggleitem/dynamic-form-slide-toggleitem.component.d.ts +40 -0
  166. package/lib/components/dynamic-form/components/dynamic-form-textarea/dynamic-form-textarea.component.d.ts +71 -0
  167. package/lib/components/dynamic-form/components/dynamic-form-textitem/dynamic-form-textitem.component.d.ts +94 -0
  168. package/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select-i18n.d.ts +22 -0
  169. package/lib/components/dynamic-form/components/dynamic-form-treeview-select/dropdown-treeview-select.component.d.ts +132 -0
  170. package/lib/components/dynamic-form/components/dynamic-form-treeview-select/hight-light-text.pipe.d.ts +7 -0
  171. package/lib/components/dynamic-form/components/dynamic-form-viewer/dynamic-form-viewer.component.d.ts +20 -0
  172. package/lib/components/dynamic-form/components/dynamic-form-vocabulary-item/dynamic-form-vocabulary-item.component.d.ts +81 -0
  173. package/lib/components/dynamic-form/components/form-wrappers/base-edit-form/base-edit-form.d.ts +599 -0
  174. package/lib/components/dynamic-form/components/form-wrappers/date-wrapper/date-wrapper.component.d.ts +13 -0
  175. package/lib/components/dynamic-form/components/form-wrappers/date-wrapper/date-wrapper.formio.d.ts +2 -0
  176. package/lib/components/dynamic-form/components/form-wrappers/toggle-wrapper/toggle-wrapper.component.d.ts +13 -0
  177. package/lib/components/dynamic-form/components/form-wrappers/toggle-wrapper/toggle-wrapper.formio.d.ts +2 -0
  178. package/lib/components/dynamic-form/components/form-wrappers/user-selector-wrapper/user-selector-wrapper.component.d.ts +16 -0
  179. package/lib/components/dynamic-form/components/form-wrappers/user-selector-wrapper/user-selector-wrapper.formio.d.ts +2 -0
  180. package/lib/components/dynamic-form/components/form-wrappers/vocabulary-wrapper/vocabulary-wrapper.component.d.ts +13 -0
  181. package/lib/components/dynamic-form/components/form-wrappers/vocabulary-wrapper/vocabulary-wrapper.formio.d.ts +2 -0
  182. package/lib/components/dynamic-form/directives/dynamic-form-content-proxy.directive.d.ts +9 -0
  183. package/lib/components/dynamic-form/dynamic-form.module.d.ts +69 -0
  184. package/lib/components/dynamic-form/interfaces/dynamic-form-boolitem-properties.interface.d.ts +5 -0
  185. package/lib/components/dynamic-form/interfaces/dynamic-form-dateitem-properties.interface.d.ts +5 -0
  186. package/lib/components/dynamic-form/interfaces/dynamic-form-item-properties.interface.d.ts +15 -0
  187. package/lib/components/dynamic-form/interfaces/dynamic-form-item-validator.interface.d.ts +4 -0
  188. package/lib/components/dynamic-form/interfaces/dynamic-form-item.interface.d.ts +12 -0
  189. package/lib/components/dynamic-form/interfaces/dynamic-form-keyvaluepairsitem-properties.interface.d.ts +8 -0
  190. package/lib/components/dynamic-form/interfaces/dynamic-form-selectitem-properties.interface.d.ts +10 -0
  191. package/lib/components/dynamic-form/interfaces/dynamic-form-textitem-pipe-property.interface.d.ts +5 -0
  192. package/lib/components/dynamic-form/interfaces/dynamic-form-textitem-properties.interface.d.ts +8 -0
  193. package/lib/components/dynamic-form/interfaces/dynamic-form.interfaces.d.ts +9 -0
  194. package/lib/components/dynamic-form/models/dynamic-form-baseitem.model.d.ts +21 -0
  195. package/lib/components/dynamic-form/models/dynamic-form-boolitem.model.d.ts +11 -0
  196. package/lib/components/dynamic-form/models/dynamic-form-dateitem.model.d.ts +13 -0
  197. package/lib/components/dynamic-form/models/dynamic-form-datetimeitem.model.d.ts +9 -0
  198. package/lib/components/dynamic-form/models/dynamic-form-mapitem.model.d.ts +8 -0
  199. package/lib/components/dynamic-form/models/dynamic-form-selectitem.model.d.ts +11 -0
  200. package/lib/components/dynamic-form/models/dynamic-form-textitem.model.d.ts +15 -0
  201. package/lib/components/dynamic-form/models/dynamic-form.models.d.ts +7 -0
  202. package/lib/components/dynamic-form/services/card-item-types.service.d.ts +13 -0
  203. package/lib/components/dynamic-form/services/dynamic-component-mapper.service.d.ts +36 -0
  204. package/lib/components/dynamic-form/services/dynamic-form-update.service.d.ts +25 -0
  205. package/lib/components/dynamic-form/utils/custom-from-group.d.ts +4 -0
  206. package/lib/components/dynamic-form/utils/generate-guid.d.ts +1 -0
  207. package/lib/components/dynamic-form/utils/index.d.ts +2 -0
  208. package/lib/components/dynamic-form/validators/length-validator.d.ts +7 -0
  209. package/lib/components/dynamic-form/validators/regex-validator.d.ts +7 -0
  210. package/lib/components/dynamic-form/validators/required-validator.d.ts +5 -0
  211. package/lib/components/dynamic-form/validators/value-validator.d.ts +7 -0
  212. package/lib/components/dynamic-search/dynamic-search/dynamic-search.component.d.ts +110 -0
  213. package/lib/components/dynamic-search/dynamic-search.module.d.ts +20 -0
  214. package/lib/components/dynamic-tabs/dynamic-tabs/dynamic-tabs.component.d.ts +13 -0
  215. package/lib/components/dynamic-tabs/dynamic-tabs.module.d.ts +11 -0
  216. package/lib/components/dynamic-view/boolean-viewer/boolean-viewer.component.d.ts +13 -0
  217. package/lib/components/dynamic-view/custom-document-viewer/custom-document-viewer.component.d.ts +22 -0
  218. package/lib/components/dynamic-view/custom-pp-viewer/custom-pp-viewer.component.d.ts +28 -0
  219. package/lib/components/dynamic-view/cutome-voc-viewer/cutome-voc-viewer.component.d.ts +16 -0
  220. package/lib/components/dynamic-view/data-viewer/data-viewer.component.d.ts +13 -0
  221. package/lib/components/dynamic-view/date-viewer/date-viewer.component.d.ts +22 -0
  222. package/lib/components/dynamic-view/department-viewer/department-viewer.component.d.ts +30 -0
  223. package/lib/components/dynamic-view/dropdown-viewer/dropdown-viewer.component.d.ts +39 -0
  224. package/lib/components/dynamic-view/dynamic-view.module.d.ts +25 -0
  225. package/lib/components/dynamic-view/dynamic-viewe.service.d.ts +15 -0
  226. package/lib/components/dynamic-view/list-viewer/list-viewer.component.d.ts +20 -0
  227. package/lib/components/file-manger/components/add-to-collection/add-to-collection.component.d.ts +49 -0
  228. package/lib/components/file-manger/components/clipboard/clipboard.component.d.ts +41 -0
  229. package/lib/components/file-manger/components/copy/copy.component.d.ts +41 -0
  230. package/lib/components/file-manger/components/create-directory/create-directory.component.d.ts +31 -0
  231. package/lib/components/file-manger/components/create-modal/create-modal.component.d.ts +106 -0
  232. package/lib/components/file-manger/components/creation-type/creation-type.component.d.ts +13 -0
  233. package/lib/components/file-manger/components/delete/delete.component.d.ts +32 -0
  234. package/lib/components/file-manger/components/folder-modal/folder-modal.component.d.ts +57 -0
  235. package/lib/components/file-manger/components/loan-request/loan-request.component.d.ts +30 -0
  236. package/lib/components/file-manger/components/move/move.component.d.ts +41 -0
  237. package/lib/components/file-manger/components/publish-dialog/publish-dialog.component.d.ts +39 -0
  238. package/lib/components/file-manger/components/rename/rename.component.d.ts +32 -0
  239. package/lib/components/file-manger/components/scan-modal/scan-modal.component.d.ts +96 -0
  240. package/lib/components/file-manger/components/share-dialog/share-dialog-types.d.ts +61 -0
  241. package/lib/components/file-manger/components/share-dialog/share-dialog.component.d.ts +63 -0
  242. package/lib/components/file-manger/components/sidepanel/sidepanel.component.d.ts +62 -0
  243. package/lib/components/file-manger/components/template-modal/template-modal.component.d.ts +35 -0
  244. package/lib/components/file-manger/components/transfer-doc/transfer-doc.component.d.ts +31 -0
  245. package/lib/components/file-manger/components/update-modal/update-modal.component.d.ts +196 -0
  246. package/lib/components/file-manger/directives/file-grid-infinite-scroll.directive.d.ts +12 -0
  247. package/lib/components/file-manger/file-manager.abstract.d.ts +202 -0
  248. package/lib/components/file-manger/file-manger.module.d.ts +68 -0
  249. package/lib/components/file-manger/models/file-manager-config.model.d.ts +8 -0
  250. package/lib/components/file-manger/models/index.d.ts +3 -0
  251. package/lib/components/file-manger/models/pagination-payload.mode.d.ts +3 -0
  252. package/lib/components/file-manger/models/pagination-response.model.d.ts +30 -0
  253. package/lib/components/filter/filter/filter.component.d.ts +31 -0
  254. package/lib/components/filter/filter.module.d.ts +15 -0
  255. package/lib/components/hijri-gregorian-datepicker/base-datePicker/base-datePicker.d.ts +46 -0
  256. package/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/gregorian-datepicker/gregorian-datepicker.component.d.ts +6 -0
  257. package/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/hijri-datepicker/hijri-datepicker.component.d.ts +6 -0
  258. package/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/hijri-gregorian-datepicker.component.d.ts +49 -0
  259. package/lib/components/hijri-gregorian-datepicker/hijri-gregorian-datepicker/provide-parent-form.directive.d.ts +9 -0
  260. package/lib/components/hijri-gregorian-datepicker/ngx-hijri-gregorian-datepicker.module.d.ts +16 -0
  261. package/lib/components/hijri-gregorian-datepicker/services/date-formatter.service.d.ts +15 -0
  262. package/lib/components/hijri-gregorian-datepicker/services/date-helper.service.d.ts +9 -0
  263. package/lib/components/hijri-gregorian-datepicker/utils/CustomNgbDateParserFormatter.d.ts +12 -0
  264. package/lib/components/hijri-gregorian-datepicker/utils/DATE_FORMAT.d.ts +2 -0
  265. package/lib/components/hijri-gregorian-datepicker/utils/GregorianI18n.d.ts +7 -0
  266. package/lib/components/hijri-gregorian-datepicker/utils/IslamicI18n.d.ts +7 -0
  267. package/lib/components/hijri-gregorian-datepicker/utils/baseDatepickerI18n.d.ts +20 -0
  268. package/lib/components/hijri-gregorian-datepicker/utils/consts.d.ts +4 -0
  269. package/lib/components/latest-activity/components/activity-line/activity-line.component.d.ts +19 -0
  270. package/lib/components/latest-activity/components/latest-activity/latest-activity.component.d.ts +23 -0
  271. package/lib/components/latest-activity/components/single-activity/single-activity.component.d.ts +16 -0
  272. package/lib/components/latest-activity/constants/activitylog.d.ts +83 -0
  273. package/lib/components/latest-activity/latest-activity.module.d.ts +20 -0
  274. package/lib/components/latest-activity/services/activity-log.service.d.ts +12 -0
  275. package/lib/components/mutiple-dynamic-form-viewer/multiple-dynamic-form-viewer/multiple-dynamic-form-viewer.component.d.ts +17 -0
  276. package/lib/components/mutiple-dynamic-form-viewer/mutiple-dynamic-form-viewer.module.d.ts +10 -0
  277. package/lib/components/ndf-config-editor/components/config-editor-actions/config-editor-actions.component.d.ts +14 -0
  278. package/lib/components/ndf-config-editor/components/editor-mode-switch.component.d.ts +17 -0
  279. package/lib/components/ndf-config-editor/components/index.d.ts +3 -0
  280. package/lib/components/ndf-config-editor/components/info-dialog/info-dialog.component.d.ts +12 -0
  281. package/lib/components/ndf-config-editor/config.token.d.ts +9 -0
  282. package/lib/components/ndf-config-editor/constants/index.d.ts +3 -0
  283. package/lib/components/ndf-config-editor/constants/mode.d.ts +4 -0
  284. package/lib/components/ndf-config-editor/constants/query.d.ts +4 -0
  285. package/lib/components/ndf-config-editor/containers/config-preview/config-preview.component.d.ts +15 -0
  286. package/lib/components/ndf-config-editor/containers/editor-settings/editor-settings.component.d.ts +24 -0
  287. package/lib/components/ndf-config-editor/containers/index.d.ts +4 -0
  288. package/lib/components/ndf-config-editor/containers/monaco-editor.component.d.ts +33 -0
  289. package/lib/components/ndf-config-editor/containers/ndf-config-editor/ndf-config-editor.component.d.ts +49 -0
  290. package/lib/components/ndf-config-editor/index.d.ts +1 -0
  291. package/lib/components/ndf-config-editor/metadata-token.d.ts +8 -0
  292. package/lib/components/ndf-config-editor/models/config.d.ts +28 -0
  293. package/lib/components/ndf-config-editor/models/dialog-data.d.ts +7 -0
  294. package/lib/components/ndf-config-editor/models/editor-model.d.ts +15 -0
  295. package/lib/components/ndf-config-editor/models/index.d.ts +4 -0
  296. package/lib/components/ndf-config-editor/models/payload-data.d.ts +6 -0
  297. package/lib/components/ndf-config-editor/models/type-helper.d.ts +3 -0
  298. package/lib/components/ndf-config-editor/ndf-config-editor.module.d.ts +36 -0
  299. package/lib/components/ndf-config-editor/pipes/index.d.ts +2 -0
  300. package/lib/components/ndf-config-editor/pipes/is-valid-json.pipe.d.ts +7 -0
  301. package/lib/components/ndf-config-editor/pipes/validate-object.pipe.d.ts +7 -0
  302. package/lib/components/ndf-config-editor/public/editor-navigate-button.d.ts +33 -0
  303. package/lib/components/ndf-config-editor/public/index.d.ts +1 -0
  304. package/lib/components/ndf-config-editor/public-api.d.ts +7 -0
  305. package/lib/components/ndf-config-editor/services/data-access.service.d.ts +11 -0
  306. package/lib/components/ndf-config-editor/services/data-store.service.d.ts +27 -0
  307. package/lib/components/ndf-config-editor/services/index.d.ts +3 -0
  308. package/lib/components/ndf-config-editor/services/monaco.loader.service.d.ts +14 -0
  309. package/lib/components/ndf-config-editor/utility/index.d.ts +1 -0
  310. package/lib/components/ndf-config-editor/utility/json.d.ts +1 -0
  311. package/lib/components/ndf-datepicker/adapters/hijri-adapter.d.ts +35 -0
  312. package/lib/components/ndf-datepicker/adapters/index.d.ts +2 -0
  313. package/lib/components/ndf-datepicker/adapters/moment-adapter.d.ts +50 -0
  314. package/lib/components/ndf-datepicker/base/base-value-accessor.d.ts +38 -0
  315. package/lib/components/ndf-datepicker/base/index.d.ts +1 -0
  316. package/lib/components/ndf-datepicker/components/base-datepicker.d.ts +13 -0
  317. package/lib/components/ndf-datepicker/components/index.d.ts +3 -0
  318. package/lib/components/ndf-datepicker/components/input-date.component.d.ts +19 -0
  319. package/lib/components/ndf-datepicker/components/input-range-date.component.d.ts +19 -0
  320. package/lib/components/ndf-datepicker/constants/date-locale-keys.d.ts +6 -0
  321. package/lib/components/ndf-datepicker/constants/date-picker.d.ts +1 -0
  322. package/lib/components/ndf-datepicker/constants/date-type.d.ts +4 -0
  323. package/lib/components/ndf-datepicker/constants/formats.d.ts +5 -0
  324. package/lib/components/ndf-datepicker/constants/hijri-dates-names.d.ts +12 -0
  325. package/lib/components/ndf-datepicker/constants/index.d.ts +5 -0
  326. package/lib/components/ndf-datepicker/containers/datepicker-container.d.ts +15 -0
  327. package/lib/components/ndf-datepicker/containers/index.d.ts +2 -0
  328. package/lib/components/ndf-datepicker/containers/ndf-gregorian-datepicker.component.d.ts +10 -0
  329. package/lib/components/ndf-datepicker/containers/ndf-hijri-datepicker.component.d.ts +10 -0
  330. package/lib/components/ndf-datepicker/index.d.ts +9 -0
  331. package/lib/components/ndf-datepicker/models/data-types.d.ts +11 -0
  332. package/lib/components/ndf-datepicker/models/index.d.ts +2 -0
  333. package/lib/components/ndf-datepicker/models/value-object.d.ts +8 -0
  334. package/lib/components/ndf-datepicker/ndf-datepicker.component.d.ts +47 -0
  335. package/lib/components/ndf-datepicker/ndf-datepicker.module.d.ts +21 -0
  336. package/lib/components/ndf-datepicker/services/calendar.service.d.ts +33 -0
  337. package/lib/components/ndf-datepicker/services/index.d.ts +2 -0
  338. package/lib/components/ndf-datepicker/services/localize-state.service.d.ts +34 -0
  339. package/lib/components/ndf-filters/base/base-aggregation-field.component.d.ts +36 -0
  340. package/lib/components/ndf-filters/base/base-checkbox-radio.component.d.ts +23 -0
  341. package/lib/components/ndf-filters/base/base-custom-field.component.d.ts +21 -0
  342. package/lib/components/ndf-filters/base/base-predicate-field.component.d.ts +35 -0
  343. package/lib/components/ndf-filters/base/base-value-accessor.component.d.ts +20 -0
  344. package/lib/components/ndf-filters/base/index.d.ts +5 -0
  345. package/lib/components/ndf-filters/components/__parts/field-header.component.d.ts +5 -0
  346. package/lib/components/ndf-filters/components/__parts/filter-autocomplete-input/filter-autocomplete-input.component.d.ts +38 -0
  347. package/lib/components/ndf-filters/components/__parts/filter-autocomplete-input/filter-autocomplete.service.d.ts +14 -0
  348. package/lib/components/ndf-filters/components/__parts/filter-collapse-control/filter-collapse-control.component.d.ts +12 -0
  349. package/lib/components/ndf-filters/components/__parts/filter-date-range/filter-date-range.component.d.ts +17 -0
  350. package/lib/components/ndf-filters/components/__parts/filter-empty-message.component.d.ts +6 -0
  351. package/lib/components/ndf-filters/components/__parts/filter-option-text/filter-option-text.component.d.ts +9 -0
  352. package/lib/components/ndf-filters/components/__parts/filter-options-sort/filter-options-sort.component.d.ts +11 -0
  353. package/lib/components/ndf-filters/components/__parts/filter-search-input/filter-search-input.component.d.ts +10 -0
  354. package/lib/components/ndf-filters/components/__parts/html-dialog/html-dialog.component.d.ts +11 -0
  355. package/lib/components/ndf-filters/components/__parts/index.d.ts +9 -0
  356. package/lib/components/ndf-filters/components/aggregation-autocomplete/aggregation-autocomplete.component.d.ts +20 -0
  357. package/lib/components/ndf-filters/components/aggregation-checkbox/aggregation-checkbox.component.d.ts +10 -0
  358. package/lib/components/ndf-filters/components/aggregation-custom/aggregation-custom.component.d.ts +9 -0
  359. package/lib/components/ndf-filters/components/aggregation-date-list/aggregation-date-list.component.d.ts +44 -0
  360. package/lib/components/ndf-filters/components/aggregation-radio/aggregation-radio.component.d.ts +11 -0
  361. package/lib/components/ndf-filters/components/aggregation-select/aggregation-select.component.d.ts +14 -0
  362. package/lib/components/ndf-filters/components/aggregation-switch/aggregation-switch.component.d.ts +11 -0
  363. package/lib/components/ndf-filters/components/index.d.ts +11 -0
  364. package/lib/components/ndf-filters/components/predicate-date-input/predicate-date-input.component.d.ts +28 -0
  365. package/lib/components/ndf-filters/components/predicate-selection-list/predicate-selection-list.component.d.ts +32 -0
  366. package/lib/components/ndf-filters/components/predicate-text-input/predicate-text-input.component.d.ts +29 -0
  367. package/lib/components/ndf-filters/constants/common.d.ts +3 -0
  368. package/lib/components/ndf-filters/constants/field.d.ts +5 -0
  369. package/lib/components/ndf-filters/constants/index.d.ts +4 -0
  370. package/lib/components/ndf-filters/constants/operators.d.ts +17 -0
  371. package/lib/components/ndf-filters/constants/sort.d.ts +2 -0
  372. package/lib/components/ndf-filters/constants/type.d.ts +28 -0
  373. package/lib/components/ndf-filters/containers/aggregation-field/aggregation-field.component.d.ts +14 -0
  374. package/lib/components/ndf-filters/containers/base-field.d.ts +23 -0
  375. package/lib/components/ndf-filters/containers/custom-field/custom-field.component.d.ts +14 -0
  376. package/lib/components/ndf-filters/containers/filters-panel/base-filters-panel.d.ts +19 -0
  377. package/lib/components/ndf-filters/containers/filters-panel/filters-panel.component.d.ts +56 -0
  378. package/lib/components/ndf-filters/containers/index.d.ts +4 -0
  379. package/lib/components/ndf-filters/containers/predicate-field/predicate-field.component.d.ts +12 -0
  380. package/lib/components/ndf-filters/custom-components/active-user-switch/active-user-switch.component.d.ts +14 -0
  381. package/lib/components/ndf-filters/custom-components/active-user-switch/active-user.service.d.ts +8 -0
  382. package/lib/components/ndf-filters/custom-components/active-user-switch/user-types.d.ts +29 -0
  383. package/lib/components/ndf-filters/custom-components/aggregation-group/aggregation-group.component.d.ts +27 -0
  384. package/lib/components/ndf-filters/custom-components/aggregation-group/map-aggregation-config.d.ts +9 -0
  385. package/lib/components/ndf-filters/custom-components/custom-template/custom-template.component.d.ts +9 -0
  386. package/lib/components/ndf-filters/custom-components/index.d.ts +4 -0
  387. package/lib/components/ndf-filters/directives/autocomplete-template.directive.d.ts +9 -0
  388. package/lib/components/ndf-filters/directives/checkbox-template.directive.d.ts +9 -0
  389. package/lib/components/ndf-filters/directives/custom-template.directive.d.ts +9 -0
  390. package/lib/components/ndf-filters/directives/date-template.directive.d.ts +9 -0
  391. package/lib/components/ndf-filters/directives/dropdown-label-template.directive.d.ts +16 -0
  392. package/lib/components/ndf-filters/directives/dropdown-template.directive.d.ts +9 -0
  393. package/lib/components/ndf-filters/directives/index.d.ts +8 -0
  394. package/lib/components/ndf-filters/directives/radio-template.directive.d.ts +9 -0
  395. package/lib/components/ndf-filters/directives/switch-template.directive.d.ts +9 -0
  396. package/lib/components/ndf-filters/index.d.ts +1 -0
  397. package/lib/components/ndf-filters/models/aggregation-field-config.d.ts +43 -0
  398. package/lib/components/ndf-filters/models/aggregation-response.model.d.ts +20 -0
  399. package/lib/components/ndf-filters/models/base-field-config.d.ts +16 -0
  400. package/lib/components/ndf-filters/models/common.d.ts +5 -0
  401. package/lib/components/ndf-filters/models/custom-field-config.d.ts +8 -0
  402. package/lib/components/ndf-filters/models/field-config.model.d.ts +14 -0
  403. package/lib/components/ndf-filters/models/field-options/autocomplete-options.d.ts +13 -0
  404. package/lib/components/ndf-filters/models/field-options/checkbox-options.d.ts +14 -0
  405. package/lib/components/ndf-filters/models/field-options/common-utils.d.ts +61 -0
  406. package/lib/components/ndf-filters/models/field-options/custom-fields-options.d.ts +27 -0
  407. package/lib/components/ndf-filters/models/field-options/custom-options.d.ts +5 -0
  408. package/lib/components/ndf-filters/models/field-options/date-list-options.d.ts +10 -0
  409. package/lib/components/ndf-filters/models/field-options/date-options.d.ts +22 -0
  410. package/lib/components/ndf-filters/models/field-options/dropdown-options.d.ts +6 -0
  411. package/lib/components/ndf-filters/models/field-options/index.d.ts +11 -0
  412. package/lib/components/ndf-filters/models/field-options/input-options.d.ts +61 -0
  413. package/lib/components/ndf-filters/models/field-options/radio-options.d.ts +6 -0
  414. package/lib/components/ndf-filters/models/field-options/selection-list-options.d.ts +17 -0
  415. package/lib/components/ndf-filters/models/field-options/switch-options.d.ts +6 -0
  416. package/lib/components/ndf-filters/models/field-options-type.d.ts +6 -0
  417. package/lib/components/ndf-filters/models/filter-option.model.d.ts +13 -0
  418. package/lib/components/ndf-filters/models/form-query-request.d.ts +5 -0
  419. package/lib/components/ndf-filters/models/index.d.ts +15 -0
  420. package/lib/components/ndf-filters/models/operator-value-object.d.ts +6 -0
  421. package/lib/components/ndf-filters/models/options-type.d.ts +18 -0
  422. package/lib/components/ndf-filters/models/predicate-field-config.d.ts +9 -0
  423. package/lib/components/ndf-filters/models/types-helper.d.ts +6 -0
  424. package/lib/components/ndf-filters/models/value-object.model.d.ts +18 -0
  425. package/lib/components/ndf-filters/ndf-filters-panel.module.d.ts +79 -0
  426. package/lib/components/ndf-filters/pipes/autocomplete-filter.pipe.d.ts +11 -0
  427. package/lib/components/ndf-filters/pipes/check-condition.pipe.d.ts +12 -0
  428. package/lib/components/ndf-filters/pipes/filter.pipe.d.ts +11 -0
  429. package/lib/components/ndf-filters/pipes/hash-translate.pipe.d.ts +18 -0
  430. package/lib/components/ndf-filters/pipes/index.d.ts +9 -0
  431. package/lib/components/ndf-filters/pipes/localized-label.pipe.d.ts +14 -0
  432. package/lib/components/ndf-filters/pipes/roles-filters.pipe.d.ts +12 -0
  433. package/lib/components/ndf-filters/pipes/sanitizer.pipe.d.ts +10 -0
  434. package/lib/components/ndf-filters/pipes/sort.pipe.d.ts +11 -0
  435. package/lib/components/ndf-filters/pipes/tooltip.pipe.d.ts +21 -0
  436. package/lib/components/ndf-filters/public-api.d.ts +13 -0
  437. package/lib/components/ndf-filters/services/aggregation-field.service.d.ts +16 -0
  438. package/lib/components/ndf-filters/services/dynamic-component-loader.service.d.ts +16 -0
  439. package/lib/components/ndf-filters/services/filters-mapper.service.d.ts +17 -0
  440. package/lib/components/ndf-filters/services/filters-query.service.d.ts +58 -0
  441. package/lib/components/ndf-filters/services/index.d.ts +4 -0
  442. package/lib/components/ndf-filters/tokens/custom-filters-options.d.ts +7 -0
  443. package/lib/components/ndf-filters/tokens/index.d.ts +1 -0
  444. package/lib/components/ndf-filters/utility/index.d.ts +3 -0
  445. package/lib/components/ndf-filters/utility/nxql-query.d.ts +12 -0
  446. package/lib/components/ndf-filters/utility/nxql.d.ts +19 -0
  447. package/lib/components/ndf-filters/utility/object.d.ts +7 -0
  448. package/lib/components/ndf-panel/component/ndf-panel.component.d.ts +10 -0
  449. package/lib/components/ndf-panel/index.d.ts +2 -0
  450. package/lib/components/ndf-panel/ndf-panel.module.d.ts +8 -0
  451. package/lib/components/ndf-scanner/index.d.ts +2 -0
  452. package/lib/components/ndf-scanner/ndf-scanner.component.d.ts +105 -0
  453. package/lib/components/ndf-scanner/ndf-scanner.module.d.ts +13 -0
  454. package/lib/components/ndf-signer/index.d.ts +1 -0
  455. package/lib/components/ndf-signer/services/index.d.ts +1 -0
  456. package/lib/components/ndf-signer/services/signer.service.d.ts +28 -0
  457. package/lib/components/ndf-tabs/component/ndf-tabs.component.d.ts +30 -0
  458. package/lib/components/ndf-tabs/index.d.ts +3 -0
  459. package/lib/components/ndf-tabs/ndf-tabs.module.d.ts +9 -0
  460. package/lib/components/ndf-tabs/tab.type.d.ts +14 -0
  461. package/lib/components/ndf-uploader/components/bottom-sheet/ndf-uploader-bottom-sheet.component.d.ts +28 -0
  462. package/lib/components/ndf-uploader/components/index.d.ts +1 -0
  463. package/lib/components/ndf-uploader/config/index.d.ts +1 -0
  464. package/lib/components/ndf-uploader/config/uploader.config.d.ts +9 -0
  465. package/lib/components/ndf-uploader/constant/file-content.d.ts +5 -0
  466. package/lib/components/ndf-uploader/constant/index.d.ts +1 -0
  467. package/lib/components/ndf-uploader/helpers/index.d.ts +1 -0
  468. package/lib/components/ndf-uploader/helpers/uploader.helper.d.ts +10 -0
  469. package/lib/components/ndf-uploader/index.d.ts +7 -0
  470. package/lib/components/ndf-uploader/models/batch.model.d.ts +28 -0
  471. package/lib/components/ndf-uploader/models/index.d.ts +3 -0
  472. package/lib/components/ndf-uploader/models/ndf-file.model.d.ts +47 -0
  473. package/lib/components/ndf-uploader/models/provider.model.d.ts +7 -0
  474. package/lib/components/ndf-uploader/ndf-uploader-bottom-sheet.service.d.ts +31 -0
  475. package/lib/components/ndf-uploader/ndf-uploader.module.d.ts +16 -0
  476. package/lib/components/ndf-uploader/ndf-uploader.service.d.ts +25 -0
  477. package/lib/components/ndf-uploader/nuxeo-base-url.d.ts +1 -0
  478. package/lib/components/ndf-uploader/providers/index.d.ts +2 -0
  479. package/lib/components/ndf-uploader/providers/nuxeo-provider.service.d.ts +13 -0
  480. package/lib/components/ndf-uploader/providers/s3-provider.service.d.ts +13 -0
  481. package/lib/components/no-data-found/index.d.ts +2 -0
  482. package/lib/components/no-data-found/no-data-found.component.d.ts +8 -0
  483. package/lib/components/no-data-found/no-data.module.d.ts +9 -0
  484. package/lib/components/notifications/app-key-token.d.ts +2 -0
  485. package/lib/components/notifications/components/base-list-notfications.component.d.ts +42 -0
  486. package/lib/components/notifications/components/base-notifications.component.d.ts +12 -0
  487. package/lib/components/notifications/components/index.d.ts +6 -0
  488. package/lib/components/notifications/components/notification-item/get-icon.pipe.d.ts +8 -0
  489. package/lib/components/notifications/components/notification-item/notification-item.component.d.ts +24 -0
  490. package/lib/components/notifications/components/notification-source-select/notification-source-select.component.d.ts +15 -0
  491. package/lib/components/notifications/components/notification-status-toggle/notification-status-toggle.component.d.ts +8 -0
  492. package/lib/components/notifications/components/notifications-button/notifications-button.component.d.ts +43 -0
  493. package/lib/components/notifications/components/notifications-date-select/notifications-date-select.component.d.ts +22 -0
  494. package/lib/components/notifications/components/notifications-list/notifications-list.component.d.ts +19 -0
  495. package/lib/components/notifications/components/notifications-list/options.d.ts +2 -0
  496. package/lib/components/notifications/components/notifications-list-actions/notifications-list-actions.component.d.ts +15 -0
  497. package/lib/components/notifications/components/notifications-settings/check-if-subscribed.pipe.d.ts +8 -0
  498. package/lib/components/notifications/components/notifications-settings/notifications-settings.adapter.d.ts +3 -0
  499. package/lib/components/notifications/components/notifications-settings/notifications-settings.component.d.ts +40 -0
  500. package/lib/components/notifications/components/notifications-sidebar/notifications-sidebar-content.d.ts +9 -0
  501. package/lib/components/notifications/components/notifications-sidebar/notifications-sidebar.component.d.ts +43 -0
  502. package/lib/components/notifications/constants/date.d.ts +7 -0
  503. package/lib/components/notifications/constants/index.d.ts +4 -0
  504. package/lib/components/notifications/constants/pagination.d.ts +4 -0
  505. package/lib/components/notifications/constants/panel.d.ts +4 -0
  506. package/lib/components/notifications/constants/status.d.ts +9 -0
  507. package/lib/components/notifications/containers/index.d.ts +2 -0
  508. package/lib/components/notifications/containers/notifications-list-container/notifications-list-container.component.d.ts +27 -0
  509. package/lib/components/notifications/containers/notifications-list-container/options.d.ts +2 -0
  510. package/lib/components/notifications/containers/notifications-settings-container/notifications-settings-container.component.d.ts +22 -0
  511. package/lib/components/notifications/directives/button.directive.d.ts +9 -0
  512. package/lib/components/notifications/directives/index.d.ts +2 -0
  513. package/lib/components/notifications/directives/notification.directive.d.ts +9 -0
  514. package/lib/components/notifications/index.d.ts +1 -0
  515. package/lib/components/notifications/models/common.d.ts +64 -0
  516. package/lib/components/notifications/models/index.d.ts +11 -0
  517. package/lib/components/notifications/models/notification-definition.model.d.ts +17 -0
  518. package/lib/components/notifications/models/notification-message.mode.d.ts +14 -0
  519. package/lib/components/notifications/models/notification-options.d.ts +7 -0
  520. package/lib/components/notifications/models/notification-setting.presenter.d.ts +24 -0
  521. package/lib/components/notifications/models/notification-subscription.model.d.ts +13 -0
  522. package/lib/components/notifications/models/notification.model.d.ts +8 -0
  523. package/lib/components/notifications/models/notifications-list-options.d.ts +38 -0
  524. package/lib/components/notifications/models/paging-response.model.d.ts +12 -0
  525. package/lib/components/notifications/models/params.model.d.ts +6 -0
  526. package/lib/components/notifications/models/vocabularies.d.ts +12 -0
  527. package/lib/components/notifications/notifications.module.d.ts +41 -0
  528. package/lib/components/notifications/public-api.d.ts +12 -0
  529. package/lib/components/notifications/services/index.d.ts +2 -0
  530. package/lib/components/notifications/services/listener.service.d.ts +8 -0
  531. package/lib/components/notifications/services/notifications-state.service.d.ts +12 -0
  532. package/lib/components/notifications/services/notifications.service.d.ts +64 -0
  533. package/lib/components/notifications/services/params.service.d.ts +19 -0
  534. package/lib/components/notifications/services/response.service.d.ts +19 -0
  535. package/lib/components/notifications/services/socket.service.d.ts +26 -0
  536. package/lib/components/notifications/utilities/index.d.ts +1 -0
  537. package/lib/components/notifications/utilities/response.adapter.d.ts +3 -0
  538. package/lib/components/pagination/pagination/pagination.component.d.ts +46 -0
  539. package/lib/components/pagination/pagination.module.d.ts +13 -0
  540. package/lib/components/pdf-tron/directives/index.d.ts +1 -0
  541. package/lib/components/pdf-tron/directives/ndf-tron-extract-text.directive.d.ts +51 -0
  542. package/lib/components/pdf-tron/models/index.d.ts +1 -0
  543. package/lib/components/pdf-tron/models/tron.model.d.ts +35 -0
  544. package/lib/components/pdf-tron/pdf-tron.module.d.ts +9 -0
  545. package/lib/components/pdf-tron/pdftron/pdftron.component.d.ts +113 -0
  546. package/lib/components/pdf-tron/pdftron/pdftron.service.d.ts +33 -0
  547. package/lib/components/pdf-tron/pdftron/silent-pdftron.service.d.ts +16 -0
  548. package/lib/components/permissions/add-permissions-dialog/add-permissions-dialog.component.d.ts +46 -0
  549. package/lib/components/permissions/permission.service.d.ts +21 -0
  550. package/lib/components/permissions/permissions/permissions.component.d.ts +50 -0
  551. package/lib/components/permissions/permissions-template/permissions-template.component.d.ts +22 -0
  552. package/lib/components/permissions/permissions.module.d.ts +22 -0
  553. package/lib/components/reports/chart-panel.d.ts +19 -0
  554. package/lib/components/reports/charts/chart.const.d.ts +2 -0
  555. package/lib/components/reports/charts/chart.token.d.ts +13 -0
  556. package/lib/components/reports/charts/charts.module.d.ts +9 -0
  557. package/lib/components/reports/charts/components/base-chart.component.d.ts +17 -0
  558. package/lib/components/reports/charts/components/chart.component.d.ts +28 -0
  559. package/lib/components/reports/charts/components/data-chart.component.d.ts +39 -0
  560. package/lib/components/reports/charts/components/index.d.ts +3 -0
  561. package/lib/components/reports/charts/defaults/bar.d.ts +2 -0
  562. package/lib/components/reports/charts/defaults/doughnut.d.ts +2 -0
  563. package/lib/components/reports/charts/defaults/index.d.ts +4 -0
  564. package/lib/components/reports/charts/defaults/line.d.ts +2 -0
  565. package/lib/components/reports/charts/defaults/pie.d.ts +2 -0
  566. package/lib/components/reports/charts/index.d.ts +1 -0
  567. package/lib/components/reports/charts/models/index.d.ts +4 -0
  568. package/lib/components/reports/charts/models/options.d.ts +15 -0
  569. package/lib/components/reports/charts/models/plugins-options.d.ts +18 -0
  570. package/lib/components/reports/charts/models/response.d.ts +5 -0
  571. package/lib/components/reports/charts/models/statistic-request-config.d.ts +30 -0
  572. package/lib/components/reports/charts/plugins/data-labels.d.ts +3 -0
  573. package/lib/components/reports/charts/plugins/doughnut-center-text.d.ts +2 -0
  574. package/lib/components/reports/charts/plugins/doughnut-empty-state.d.ts +2 -0
  575. package/lib/components/reports/charts/plugins/index.d.ts +5 -0
  576. package/lib/components/reports/charts/plugins/legend-margin.d.ts +2 -0
  577. package/lib/components/reports/charts/plugins/scrollable-legends.d.ts +6 -0
  578. package/lib/components/reports/charts/public-api.d.ts +9 -0
  579. package/lib/components/reports/charts/services/index.d.ts +1 -0
  580. package/lib/components/reports/charts/services/statistic.service.d.ts +23 -0
  581. package/lib/components/reports/charts/utility/colors.d.ts +17 -0
  582. package/lib/components/reports/charts/utility/common.d.ts +4 -0
  583. package/lib/components/reports/charts/utility/css.d.ts +49 -0
  584. package/lib/components/reports/charts/utility/index.d.ts +3 -0
  585. package/lib/components/reports/index.d.ts +3 -0
  586. package/lib/components/reports/ndf-reports/base/base-chart.d.ts +30 -0
  587. package/lib/components/reports/ndf-reports/base/base-custom-report.d.ts +55 -0
  588. package/lib/components/reports/ndf-reports/base/base-graph.report.d.ts +18 -0
  589. package/lib/components/reports/ndf-reports/base/base-report.d.ts +62 -0
  590. package/lib/components/reports/ndf-reports/base/index.d.ts +4 -0
  591. package/lib/components/reports/ndf-reports/charts-components/custom-chart/custom-chart.component.d.ts +15 -0
  592. package/lib/components/reports/ndf-reports/charts-components/digit-chart/digit-chart.component.d.ts +14 -0
  593. package/lib/components/reports/ndf-reports/charts-components/graph-chart/graph-chart.component.d.ts +24 -0
  594. package/lib/components/reports/ndf-reports/charts-components/graph-chart/graph-chart.service.d.ts +6 -0
  595. package/lib/components/reports/ndf-reports/charts-components/index.d.ts +3 -0
  596. package/lib/components/reports/ndf-reports/components/_parts/chart-type-selector/chart-type-selector.component.d.ts +26 -0
  597. package/lib/components/reports/ndf-reports/components/_parts/custom-chart-dialog/custom-chart-dialog.component.d.ts +14 -0
  598. package/lib/components/reports/ndf-reports/components/_parts/graph-dialog/graph-dialog.component.d.ts +17 -0
  599. package/lib/components/reports/ndf-reports/components/_parts/index.d.ts +6 -0
  600. package/lib/components/reports/ndf-reports/components/_parts/report-actions/report-actions.component.d.ts +18 -0
  601. package/lib/components/reports/ndf-reports/components/_parts/time-group-selector/time-group-selector.component.d.ts +21 -0
  602. package/lib/components/reports/ndf-reports/components/_parts/timeline-dialog/timeline-dialog.component.d.ts +21 -0
  603. package/lib/components/reports/ndf-reports/components/custom-report/custom-report.component.d.ts +13 -0
  604. package/lib/components/reports/ndf-reports/components/digit-report/digit-report.component.d.ts +7 -0
  605. package/lib/components/reports/ndf-reports/components/dynamic-timeline-report/dynamic-timeline-report.component.d.ts +41 -0
  606. package/lib/components/reports/ndf-reports/components/graph-report/graph-report.component.d.ts +12 -0
  607. package/lib/components/reports/ndf-reports/components/index.d.ts +5 -0
  608. package/lib/components/reports/ndf-reports/constants/charts-types.d.ts +13 -0
  609. package/lib/components/reports/ndf-reports/constants/index.d.ts +2 -0
  610. package/lib/components/reports/ndf-reports/constants/time-group.d.ts +6 -0
  611. package/lib/components/reports/ndf-reports/containers/index.d.ts +2 -0
  612. package/lib/components/reports/ndf-reports/containers/ndf-report/ndf-report.component.d.ts +35 -0
  613. package/lib/components/reports/ndf-reports/containers/ndf-reports/ndf-reports.component.d.ts +106 -0
  614. package/lib/components/reports/ndf-reports/directives/index.d.ts +1 -0
  615. package/lib/components/reports/ndf-reports/directives/scrollable-div.directive.d.ts +14 -0
  616. package/lib/components/reports/ndf-reports/index.d.ts +1 -0
  617. package/lib/components/reports/ndf-reports/models/base.d.ts +24 -0
  618. package/lib/components/reports/ndf-reports/models/common.d.ts +20 -0
  619. package/lib/components/reports/ndf-reports/models/custom-definition.d.ts +13 -0
  620. package/lib/components/reports/ndf-reports/models/details.d.ts +28 -0
  621. package/lib/components/reports/ndf-reports/models/dialog-data.d.ts +20 -0
  622. package/lib/components/reports/ndf-reports/models/digit.d.ts +17 -0
  623. package/lib/components/reports/ndf-reports/models/dynamic-line.d.ts +59 -0
  624. package/lib/components/reports/ndf-reports/models/graph-definition.d.ts +70 -0
  625. package/lib/components/reports/ndf-reports/models/index.d.ts +14 -0
  626. package/lib/components/reports/ndf-reports/models/ndf-reports.config.d.ts +15 -0
  627. package/lib/components/reports/ndf-reports/models/report-config.d.ts +6 -0
  628. package/lib/components/reports/ndf-reports/models/report-data-source.d.ts +19 -0
  629. package/lib/components/reports/ndf-reports/models/report-response.model.d.ts +4 -0
  630. package/lib/components/reports/ndf-reports/models/reports-filters.d.ts +16 -0
  631. package/lib/components/reports/ndf-reports/models/request.d.ts +11 -0
  632. package/lib/components/reports/ndf-reports/ndf-reports.module.d.ts +41 -0
  633. package/lib/components/reports/ndf-reports/options/doughnut.d.ts +7 -0
  634. package/lib/components/reports/ndf-reports/options/horizontal-bar.d.ts +7 -0
  635. package/lib/components/reports/ndf-reports/options/index.d.ts +5 -0
  636. package/lib/components/reports/ndf-reports/options/line.d.ts +7 -0
  637. package/lib/components/reports/ndf-reports/options/pie.d.ts +7 -0
  638. package/lib/components/reports/ndf-reports/options/vertical-bar.d.ts +7 -0
  639. package/lib/components/reports/ndf-reports/public-api.d.ts +6 -0
  640. package/lib/components/reports/ndf-reports/services/base-chart-builder.service.d.ts +22 -0
  641. package/lib/components/reports/ndf-reports/services/chart-callbacks-register.services.d.ts +14 -0
  642. package/lib/components/reports/ndf-reports/services/chart-data-transformers.service.d.ts +85 -0
  643. package/lib/components/reports/ndf-reports/services/chart-manager.service.d.ts +19 -0
  644. package/lib/components/reports/ndf-reports/services/chart-plugins-registry.service.d.ts +40 -0
  645. package/lib/components/reports/ndf-reports/services/chart-theme.service.d.ts +14 -0
  646. package/lib/components/reports/ndf-reports/services/custom-reports-registry.service.d.ts +84 -0
  647. package/lib/components/reports/ndf-reports/services/digit-chart.service.d.ts +11 -0
  648. package/lib/components/reports/ndf-reports/services/dynamic-timeline-report.service.d.ts +30 -0
  649. package/lib/components/reports/ndf-reports/services/index.d.ts +15 -0
  650. package/lib/components/reports/ndf-reports/services/ndf-reports.service.d.ts +23 -0
  651. package/lib/components/reports/ndf-reports/services/report-config-mapper.service.d.ts +45 -0
  652. package/lib/components/reports/ndf-reports/services/report-configuration.service.d.ts +14 -0
  653. package/lib/components/reports/ndf-reports/services/report-transform.service.d.ts +18 -0
  654. package/lib/components/reports/ndf-reports/services/reports-data-transformers.service.d.ts +48 -0
  655. package/lib/components/reports/ndf-reports/services/reports-dialog.service.d.ts +21 -0
  656. package/lib/components/reports/ndf-reports/services/reports-state.service.d.ts +7 -0
  657. package/lib/components/reports/ndf-reports/utilities/dataset-colors.d.ts +1 -0
  658. package/lib/components/reports/ndf-reports/utilities/index.d.ts +2 -0
  659. package/lib/components/reports/ndf-reports/utilities/reports-table.mapper.d.ts +7 -0
  660. package/lib/components/select/select/select.component.d.ts +43 -0
  661. package/lib/components/select/select.module.d.ts +12 -0
  662. package/lib/components/select-users-by-department/select-users-by-department.module.d.ts +13 -0
  663. package/lib/components/select-users-by-department/select-users-by-departments/department-management.service.d.ts +11 -0
  664. package/lib/components/select-users-by-department/select-users-by-departments/select-users-by-departments.component.d.ts +36 -0
  665. package/lib/components/skeleton/index.d.ts +3 -0
  666. package/lib/components/skeleton/skeleton.component.d.ts +22 -0
  667. package/lib/components/skeleton/skeleton.module.d.ts +9 -0
  668. package/lib/components/skeleton/table-skeleton.component.d.ts +8 -0
  669. package/lib/components/spell-checker-field/spell-checker-field.module.d.ts +10 -0
  670. package/lib/components/spell-checker-field/spell-checker-text-field/spell-checker-text-field.component.d.ts +24 -0
  671. package/lib/components/tables/dynamic-table/directives/empty-state.directive.d.ts +9 -0
  672. package/lib/components/tables/dynamic-table/dynamic-table/dynamic-table.component.d.ts +179 -0
  673. package/lib/components/tables/dynamic-table/dynamic-table.module.d.ts +19 -0
  674. package/lib/components/tables/dynamic-table/index.d.ts +1 -0
  675. package/lib/components/tables/dynamic-table/public-api.d.ts +5 -0
  676. package/lib/components/tables/dynamic-table/services/dynamic-table.service.d.ts +8 -0
  677. package/lib/components/tables/dynamic-table/services/table-hooks.service.d.ts +13 -0
  678. package/lib/components/tables/index.d.ts +1 -0
  679. package/lib/components/tables/ndf-table/components/index.d.ts +5 -0
  680. package/lib/components/tables/ndf-table/components/mode-toggler/mode-toggler.component.d.ts +13 -0
  681. package/lib/components/tables/ndf-table/components/sorting-list/sorting-list.component.d.ts +12 -0
  682. package/lib/components/tables/ndf-table/components/table-columns-toggler/table-columns-toggler.component.d.ts +35 -0
  683. package/lib/components/tables/ndf-table/components/table-export/table-export.component.d.ts +13 -0
  684. package/lib/components/tables/ndf-table/components/text-search/text-search.component.d.ts +24 -0
  685. package/lib/components/tables/ndf-table/constants/index.d.ts +1 -0
  686. package/lib/components/tables/ndf-table/constants/sizes.d.ts +4 -0
  687. package/lib/components/tables/ndf-table/containers/index.d.ts +1 -0
  688. package/lib/components/tables/ndf-table/containers/ndf-table/ndf-table.component.d.ts +152 -0
  689. package/lib/components/tables/ndf-table/directives/actions.directive.d.ts +9 -0
  690. package/lib/components/tables/ndf-table/directives/filter-custom.directive.d.ts +9 -0
  691. package/lib/components/tables/ndf-table/directives/index.d.ts +4 -0
  692. package/lib/components/tables/ndf-table/directives/pagination.directive.d.ts +9 -0
  693. package/lib/components/tables/ndf-table/directives/search.directive.d.ts +9 -0
  694. package/lib/components/tables/ndf-table/index.d.ts +1 -0
  695. package/lib/components/tables/ndf-table/models/index.d.ts +7 -0
  696. package/lib/components/tables/ndf-table/models/payload-types.d.ts +24 -0
  697. package/lib/components/tables/ndf-table/models/search.config.d.ts +15 -0
  698. package/lib/components/tables/ndf-table/models/table-column.d.ts +34 -0
  699. package/lib/components/tables/ndf-table/models/table-config.d.ts +79 -0
  700. package/lib/components/tables/ndf-table/models/table-mode.d.ts +25 -0
  701. package/lib/components/tables/ndf-table/models/table-options.d.ts +65 -0
  702. package/lib/components/tables/ndf-table/models/types.d.ts +28 -0
  703. package/lib/components/tables/ndf-table/ndf-table.module.d.ts +36 -0
  704. package/lib/components/tables/ndf-table/public-api.d.ts +7 -0
  705. package/lib/components/tables/ndf-table/services/index.d.ts +2 -0
  706. package/lib/components/tables/ndf-table/services/ndf-table-configuration.service.d.ts +12 -0
  707. package/lib/components/tables/ndf-table/services/ndf-table.service.d.ts +10 -0
  708. package/lib/components/tables/ndf-table/tokens/index.d.ts +1 -0
  709. package/lib/components/tables/ndf-table/tokens/table-options.d.ts +5 -0
  710. package/lib/components/tables/public-api.d.ts +3 -0
  711. package/lib/components/tables/table/dynamic-column/dynamic-column.component.d.ts +23 -0
  712. package/lib/components/tables/table/dynamic-component.d.ts +24 -0
  713. package/lib/components/tables/table/index.d.ts +1 -0
  714. package/lib/components/tables/table/page-sizes-list/page-sizes-list.component.d.ts +17 -0
  715. package/lib/components/tables/table/public-api.d.ts +5 -0
  716. package/lib/components/tables/table/table/table.component.d.ts +164 -0
  717. package/lib/components/tables/table/table.module.d.ts +26 -0
  718. package/lib/components/toasts/components/notification-toast/notification-toast.component.d.ts +17 -0
  719. package/lib/components/toasts/index.d.ts +1 -0
  720. package/lib/components/toasts/public-api.d.ts +2 -0
  721. package/lib/components/toasts/toasts.module.d.ts +8 -0
  722. package/lib/components/user/user/user.component.d.ts +13 -0
  723. package/lib/components/user/user.module.d.ts +10 -0
  724. package/lib/components/users-card/users-card.component.d.ts +22 -0
  725. package/lib/components/users-card/users-card.module.d.ts +17 -0
  726. package/lib/components/viewer-log/components/viewer-log/viewer-log.component.d.ts +14 -0
  727. package/lib/components/viewer-log/viewer-log.module.d.ts +10 -0
  728. package/lib/components/vocabulary/interfaces/op-type.interface.d.ts +1 -0
  729. package/lib/components/vocabulary/services/vocabulary-api.service.d.ts +19 -0
  730. package/lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component.d.ts +81 -0
  731. package/lib/components/vocabulary/vocabulary/vocabulary.component.d.ts +37 -0
  732. package/lib/components/vocabulary/vocabulary.module.d.ts +13 -0
  733. package/lib/configuration/app-config.service.d.ts +14 -0
  734. package/lib/configuration/helpers/app-initializer.d.ts +2 -0
  735. package/lib/core/adapters/adapter.service.d.ts +11 -0
  736. package/lib/core/core.module.d.ts +16 -0
  737. package/lib/core/enums/language.enum.d.ts +4 -0
  738. package/lib/core/env/env-manager.d.ts +54 -0
  739. package/lib/core/env/index.d.ts +1 -0
  740. package/lib/core/models/api-response.model.d.ts +25 -0
  741. package/lib/core/models/automation-response.model.d.ts +24 -0
  742. package/lib/core/models/base-response.models.d.ts +12 -0
  743. package/lib/core/models/component.model.d.ts +6 -0
  744. package/lib/core/models/index.d.ts +4 -0
  745. package/lib/core/services/callApi/call-api.service.d.ts +19 -0
  746. package/lib/core/services/column-renderer/column-renderer-registry.service.d.ts +52 -0
  747. package/lib/core/services/column-renderer/helpers.d.ts +2 -0
  748. package/lib/core/services/column-renderer/index.d.ts +3 -0
  749. package/lib/core/services/column-renderer/types.d.ts +25 -0
  750. package/lib/core/services/extension/action.extensions.d.ts +31 -0
  751. package/lib/core/services/extension/component-register.service.d.ts +20 -0
  752. package/lib/core/services/extension/extenion-utils.d.ts +14 -0
  753. package/lib/core/services/extension/extension-element.d.ts +5 -0
  754. package/lib/core/services/extension/extension-loader.service.d.ts +28 -0
  755. package/lib/core/services/extension/extension.service.d.ts +103 -0
  756. package/lib/core/services/index.d.ts +4 -0
  757. package/lib/core/services/initialization/initialization.service.d.ts +31 -0
  758. package/lib/core/services/localStorag/local-storag.service.d.ts +41 -0
  759. package/lib/core/services/ndf-transform.service.d.ts +61 -0
  760. package/lib/core/services/nuxeo/new-nuxeo-overide.d.ts +15 -0
  761. package/lib/core/services/nuxeo/nuxeo-override.d.ts +9 -0
  762. package/lib/core/services/nuxeo/nuxeo.service.d.ts +37 -0
  763. package/lib/core/services/roles/roles.service.d.ts +12 -0
  764. package/lib/core/services/translation/translate-loader.service.d.ts +26 -0
  765. package/lib/core/services/translation/translation.service.d.ts +75 -0
  766. package/lib/core/services/user/user-preferences.service.d.ts +81 -0
  767. package/lib/core/tokens/index.d.ts +1 -0
  768. package/lib/core/tokens/project.token.d.ts +2 -0
  769. package/lib/core/utilities/moment-date-adapter.d.ts +37 -0
  770. package/lib/core/utilities/utility.service.d.ts +11 -0
  771. package/lib/directive/app-has-role/app-has-role.directive.d.ts +18 -0
  772. package/lib/directive/clickOutSide/click-outside.directive.d.ts +11 -0
  773. package/lib/directive/directive.module.d.ts +18 -0
  774. package/lib/directive/drag-and-drop/drag-and-drop.directive.d.ts +11 -0
  775. package/lib/directive/permissions/evaluators.service.d.ts +39 -0
  776. package/lib/directive/permissions/permissions.directive.d.ts +40 -0
  777. package/lib/directive/rtl/set-dir-rtl.directive.d.ts +13 -0
  778. package/lib/directive/rtl/set-rtl.directive.d.ts +13 -0
  779. package/lib/directive/tooltip-if-overflow/tooltip-if-overflow.d.ts +26 -0
  780. package/lib/nuxeo-development-framework.component.d.ts +3 -0
  781. package/lib/nuxeo-development-framework.module.d.ts +7 -0
  782. package/lib/nuxeo-development-framework.service.d.ts +3 -0
  783. package/lib/pipes/file-size.pipe.d.ts +34 -0
  784. package/lib/pipes/hijri-date.pipe.d.ts +32 -0
  785. package/lib/pipes/localized-date.pipe.d.ts +44 -0
  786. package/lib/pipes/multi-value.pipe.d.ts +32 -0
  787. package/lib/pipes/pipes.module.d.ts +18 -0
  788. package/lib/pipes/secure-html.pipe.d.ts +26 -0
  789. package/lib/pipes/secure.pipe.d.ts +29 -0
  790. package/lib/pipes/time-ago.pipe.d.ts +35 -0
  791. package/lib/shared/components/base/base-column.component.d.ts +16 -0
  792. package/lib/shared/components/base/base-dialog.component.d.ts +13 -0
  793. package/lib/shared/components/base/base-selector.component.d.ts +43 -0
  794. package/lib/shared/components/base/base-table-custom.component.d.ts +22 -0
  795. package/lib/shared/components/base/base.component.d.ts +34 -0
  796. package/lib/shared/components/base/destroy.subject.d.ts +9 -0
  797. package/lib/shared/components/base/index.d.ts +7 -0
  798. package/lib/shared/components/button/button.component.d.ts +39 -0
  799. package/lib/shared/components/index.d.ts +2 -0
  800. package/lib/shared/components/item-list/item-list.component.d.ts +45 -0
  801. package/lib/shared/components/no-data/no-data.component.d.ts +22 -0
  802. package/lib/shared/components/nuxeo-dialog/confirmation/ndf-confirmation-dialog.component.d.ts +9 -0
  803. package/lib/shared/components/nuxeo-dialog/index.d.ts +5 -0
  804. package/lib/shared/components/nuxeo-dialog/models/confirm-options.model.d.ts +24 -0
  805. package/lib/shared/components/nuxeo-dialog/models/dialog-option.model.d.ts +19 -0
  806. package/lib/shared/components/nuxeo-dialog/nuxeo-dialog.module.d.ts +15 -0
  807. package/lib/shared/components/nuxeo-dialog/nuxeo.dialog.d.ts +26 -0
  808. package/lib/shared/components/nuxeo-dialog/services/nuxeo-dialog.service.d.ts +12 -0
  809. package/lib/shared/components/read-more/read-more.component.d.ts +37 -0
  810. package/lib/shared/components/search-autocomplete/search-autocomplete.component.d.ts +51 -0
  811. package/lib/shared/components/spinner/spinner.component.d.ts +18 -0
  812. package/lib/shared/components/user-card/user-card.component.d.ts +30 -0
  813. package/lib/shared/constants/editor-config-type.d.ts +4 -0
  814. package/lib/shared/constants/index.d.ts +2 -0
  815. package/lib/shared/constants/licence-keys.d.ts +4 -0
  816. package/lib/shared/directives/copy-to-clipboard.directive.d.ts +15 -0
  817. package/lib/shared/directives/element-height.directive.d.ts +28 -0
  818. package/lib/shared/directives/fluid-height.directive.d.ts +40 -0
  819. package/lib/shared/directives/index.d.ts +3 -0
  820. package/lib/shared/evaluator/evaluator.d.ts +79 -0
  821. package/lib/shared/evaluator/index.d.ts +2 -0
  822. package/lib/shared/evaluator/types.d.ts +18 -0
  823. package/lib/shared/index.d.ts +8 -0
  824. package/lib/shared/libraryShared.module.d.ts +30 -0
  825. package/lib/shared/models/index.d.ts +5 -0
  826. package/lib/shared/models/mapper/index.d.ts +1 -0
  827. package/lib/shared/models/mapper/nuxeo-mapper.d.ts +8 -0
  828. package/lib/shared/models/ndf-request.model.d.ts +7 -0
  829. package/lib/shared/models/nuxeo-response.model.d.ts +61 -0
  830. package/lib/shared/models/task.model.d.ts +71 -0
  831. package/lib/shared/models/type-helpers.d.ts +10 -0
  832. package/lib/shared/services/base/base-editor-config.service.d.ts +33 -0
  833. package/lib/shared/services/base/base.service.d.ts +30 -0
  834. package/lib/shared/services/base/cache-base.service.d.ts +18 -0
  835. package/lib/shared/services/base/config/default-ttl-config.d.ts +9 -0
  836. package/lib/shared/services/base/config/index.d.ts +1 -0
  837. package/lib/shared/services/base/constants/default-cache-options.d.ts +17 -0
  838. package/lib/shared/services/base/constants/index.d.ts +1 -0
  839. package/lib/shared/services/base/http-base.service.d.ts +17 -0
  840. package/lib/shared/services/base/index.d.ts +4 -0
  841. package/lib/shared/services/base/models/cache-info-model.d.ts +51 -0
  842. package/lib/shared/services/base/models/http-options.model.d.ts +7 -0
  843. package/lib/shared/services/base/models/index.d.ts +5 -0
  844. package/lib/shared/services/base/models/operation-options.model.d.ts +8 -0
  845. package/lib/shared/services/base/models/query-options.model.d.ts +5 -0
  846. package/lib/shared/services/base/models/request-options.model.d.ts +7 -0
  847. package/lib/shared/services/encryption/encryption.service.d.ts +13 -0
  848. package/lib/shared/services/index.d.ts +2 -0
  849. package/lib/shared/utilities/departments.d.ts +1 -0
  850. package/lib/shared/utilities/index.d.ts +1 -0
  851. package/lib/shared-services/apis-errors-messages.service.d.ts +11 -0
  852. package/lib/shared-services/base-shared-doc.service.d.ts +24 -0
  853. package/lib/shared-services/dialog-mangment.service.d.ts +28 -0
  854. package/lib/shared-services/dynamic-form.service.d.ts +24 -0
  855. package/lib/shared-services/file-manager.adapter.d.ts +46 -0
  856. package/lib/shared-services/file-manager.service.d.ts +102 -0
  857. package/lib/shared-services/global-admin.service.d.ts +11 -0
  858. package/lib/shared-services/global-department.service.d.ts +8 -0
  859. package/lib/shared-services/global-pdftron.service.d.ts +11 -0
  860. package/lib/shared-services/index.d.ts +17 -0
  861. package/lib/shared-services/mainfolder.service.d.ts +32 -0
  862. package/lib/shared-services/publishing-document.service.d.ts +25 -0
  863. package/lib/shared-services/recently-viewed.service.d.ts +17 -0
  864. package/lib/shared-services/shared-docs.service.d.ts +9 -0
  865. package/lib/shared-services/shared-services.module.d.ts +7 -0
  866. package/lib/shared-services/upload-file.service.d.ts +10 -0
  867. package/lib/shared-services/upload-managment.service.d.ts +72 -0
  868. package/lib/shared-services/user.service.d.ts +12 -0
  869. package/package.json +86 -21
  870. package/public-api.d.ts +240 -1
  871. package/src/docs/ndf-filters.doc.md +1026 -0
  872. package/src/docs/ndf-reports.doc.md +1332 -0
  873. package/src/docs/ndf-table.doc.md +1502 -0
  874. package/bundles/nuxeo-development-framework.umd.js +0 -67
  875. package/bundles/nuxeo-development-framework.umd.js.map +0 -1
  876. package/bundles/nuxeo-development-framework.umd.min.js +0 -2
  877. package/bundles/nuxeo-development-framework.umd.min.js.map +0 -1
  878. package/esm2015/lib/nuxeo-development-framework.component.js +0 -18
  879. package/esm2015/lib/nuxeo-development-framework.module.js +0 -16
  880. package/esm2015/lib/nuxeo-development-framework.service.js +0 -13
  881. package/esm2015/nuxeo-development-framework.js +0 -5
  882. package/esm2015/public-api.js +0 -7
  883. package/fesm2015/nuxeo-development-framework.js +0 -54
  884. package/fesm2015/nuxeo-development-framework.js.map +0 -1
  885. package/nuxeo-development-framework.metadata.json +0 -1
@@ -0,0 +1,28 @@
1
+ import { HttpClient } from '@angular/common/http';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ExtensionLoaderService {
4
+ private http;
5
+ constructor(http: HttpClient);
6
+ load(configPath: string, pluginsPath: string, extensions?: string[]): Promise<any>;
7
+ protected getMetadata(config: any): any;
8
+ protected loadConfig(url: string, order: number): Promise<{
9
+ order: number;
10
+ config: any;
11
+ }>;
12
+ /**
13
+ * Retrieves configuration elements.
14
+ * Filters element by **enabled** and **order** attributes.
15
+ * Example:
16
+ * `getElements<ViewerExtensionRef>(config, 'features.viewer.content')`
17
+ */
18
+ getElements<T extends any>(config: any, key: string, fallback?: Array<T>): Array<T>;
19
+ getContentActions(config: any, key: string): Array<any>;
20
+ getRules(config: any): Array<any>;
21
+ getRoutes(config: any): Array<any>;
22
+ getActions(config: any): Array<any>;
23
+ getFeatures(config: any): any;
24
+ protected setActionDefaults(action: any): any;
25
+ private filterIgnoredExtensions;
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<ExtensionLoaderService, never>;
27
+ static ɵprov: i0.ɵɵInjectableDeclaration<ExtensionLoaderService>;
28
+ }
@@ -0,0 +1,103 @@
1
+ import { Type, InjectionToken } from '@angular/core';
2
+ import { BehaviorSubject } from 'rxjs';
3
+ import { ComponentRegisterService } from './component-register.service';
4
+ import { ExtensionLoaderService } from './extension-loader.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare function extensionJsonsFactory(): any[];
7
+ export declare const EXTENSION_JSONS: InjectionToken<string[][]>;
8
+ export declare function provideExtensionConfig(jsons: string[]): {
9
+ provide: InjectionToken<string[][]>;
10
+ useValue: string[];
11
+ multi: boolean;
12
+ };
13
+ export declare class ExtensionService {
14
+ protected loader: ExtensionLoaderService;
15
+ protected componentRegister: ComponentRegisterService;
16
+ protected extensionJsons: string[];
17
+ protected config: any;
18
+ configPath: string;
19
+ pluginsPath: string;
20
+ features: Array<any>;
21
+ authGuards: {
22
+ [key: string]: Type<{}>;
23
+ };
24
+ protected onSetup$: BehaviorSubject<any>;
25
+ setup$: import("rxjs").Observable<any>;
26
+ constructor(loader: ExtensionLoaderService, componentRegister: ComponentRegisterService, extensionJsons: string[]);
27
+ /**
28
+ * Gets features by key.
29
+ * @param key Key string, using dot notation
30
+ * @returns Features array found by key
31
+ */
32
+ getFeature(key: string): any[];
33
+ getElements(key: string, fallback?: Array<any>): Array<any>;
34
+ /**
35
+ * Adds one or more new auth guards to the existing set.
36
+ * @param values The new auth guards to add
37
+ */
38
+ setAuthGuards(values: {
39
+ [key: string]: Type<{}>;
40
+ }): void;
41
+ /**
42
+ * Adds one or more new components to the existing set.
43
+ * @param values The new components to add
44
+ * @deprecated This method is deprecated for column components and will be removed in a future version.
45
+ * Use `ColumnRendererRegistryService.register()` instead for registering column components.
46
+ *
47
+ * @example
48
+ * // For columns (deprecated)
49
+ * this.setComponents({ 'common.components.text': TextComponent, 'number': NumberComponent });
50
+ *
51
+ * // For columns (recommended - single)
52
+ * this.columnRegistry.register({
53
+ * name: 'Text Column',
54
+ * type: 'common.text',
55
+ * category: 'basic',
56
+ * component: TextComponent
57
+ * });
58
+ *
59
+ * // For columns (recommended - multiple)
60
+ * this.columnRegistry.register([
61
+ * {
62
+ * name: 'Text Column',
63
+ * type: 'common.text',
64
+ * category: 'basic',
65
+ * component: TextComponent
66
+ * },
67
+ * {
68
+ * name: 'Number Column',
69
+ * type: 'common.number',
70
+ * category: 'basic',
71
+ * component: NumberComponent
72
+ * }
73
+ * ]);
74
+ *
75
+ * // For viewer components (still supported)
76
+ * this.setComponents({ 'viewer.components.pdf': PdfViewerComponent });
77
+ */
78
+ setComponents(values: {
79
+ [key: string]: Type<{}>;
80
+ }): void;
81
+ /**
82
+ * Retrieves one or more auth guards using an array of ID values.
83
+ * @param ids Array of ID value to look for
84
+ * @returns Array of auth guards or empty array if none were found
85
+ */
86
+ getAuthGuards(ids: string[]): Array<Type<{}>>;
87
+ /**
88
+ * Retrieves a registered extension component using its ID value.
89
+ * @param id The ID value to look for
90
+ * @returns The component or null if not found
91
+ */
92
+ getComponentById<T>(id: string): Type<T>;
93
+ /**
94
+ * Runs a lightweight expression stored in a string.
95
+ * @param value String containing the expression or literal value
96
+ * @param context Parameter object for the expression with details of app state
97
+ * @returns Result of evaluated expression, if found, or the literal value otherwise
98
+ */
99
+ runExpression(value: string | {}, context?: any): {};
100
+ private evaluateExpression;
101
+ static ɵfac: i0.ɵɵFactoryDeclaration<ExtensionService, never>;
102
+ static ɵprov: i0.ɵɵInjectableDeclaration<ExtensionService>;
103
+ }
@@ -0,0 +1,4 @@
1
+ export * from './ndf-transform.service';
2
+ export * from './nuxeo/nuxeo.service';
3
+ export * from './roles/roles.service';
4
+ export * from './column-renderer';
@@ -0,0 +1,31 @@
1
+ import { KeycloakService } from 'keycloak-angular';
2
+ import { NuxeoService } from '../nuxeo/nuxeo.service';
3
+ import { UserPreferencesService } from '../user/user-preferences.service';
4
+ import { LocalStoragService } from '../localStorag/local-storag.service';
5
+ import { Router } from '@angular/router';
6
+ import { HttpClient } from '@angular/common/http';
7
+ import { Subscription } from 'rxjs';
8
+ import { CookieService } from 'ngx-cookie-service';
9
+ import * as i0 from "@angular/core";
10
+ export declare class InitializationService {
11
+ private keycloak;
12
+ private nuxeoService;
13
+ private router;
14
+ private cookieService;
15
+ private httpClient;
16
+ private storage;
17
+ private userPreferences;
18
+ private environment;
19
+ routerSubscription: Subscription;
20
+ constructor(keycloak: KeycloakService, nuxeoService: NuxeoService, router: Router, cookieService: CookieService, httpClient: HttpClient, storage: LocalStoragService, userPreferences: UserPreferencesService, environment: any);
21
+ initializer(loginMethod?: string): Promise<unknown>;
22
+ initiateKeyClock(): Promise<any>;
23
+ initiateNuxeoLogin(resolve: any, reject: any): void;
24
+ getFromNuxeo(code: any): import("rxjs").Observable<Object>;
25
+ initiateClientWithNuxeo(token: any, resolve: any, reject: any): void;
26
+ login(): void;
27
+ encriptFormating(cachable: any): string;
28
+ decriptFormating(formate: string): any;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<InitializationService, never>;
30
+ static ɵprov: i0.ɵɵInjectableDeclaration<InitializationService>;
31
+ }
@@ -0,0 +1,41 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class LocalStoragService {
3
+ private memoryStore;
4
+ private readonly useLocalStorage;
5
+ private _prefix;
6
+ get prefix(): string;
7
+ set prefix(prefix: string);
8
+ constructor();
9
+ /**
10
+ * Gets an item.
11
+ * @param key Key to identify the item
12
+ * @returns The item (if any) retrieved by the key
13
+ */
14
+ getItem(key: string): string | null;
15
+ /**
16
+ * Stores an item
17
+ * @param key Key to identify the item
18
+ * @param data Data to store
19
+ */
20
+ setItem(key: string, data: string): void;
21
+ /** Removes all currently stored items. */
22
+ clear(): void;
23
+ /**
24
+ * Removes a single item.
25
+ * @param key Key to identify the item
26
+ */
27
+ removeItem(key: string): void;
28
+ /**
29
+ * Is any item currently stored under `key`?
30
+ * @param key Key identifying item to check
31
+ * @returns True if key retrieves an item, false otherwise
32
+ */
33
+ hasItem(key: string): boolean;
34
+ private storageAvailable;
35
+ getLocal(key: string): any;
36
+ setLocal(key: string, value: any): void;
37
+ removeLocal(key: string): void;
38
+ removeAllLocals(): void;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<LocalStoragService, never>;
40
+ static ɵprov: i0.ɵɵInjectableDeclaration<LocalStoragService>;
41
+ }
@@ -0,0 +1,61 @@
1
+ import { Observable } from 'rxjs';
2
+ import * as i0 from "@angular/core";
3
+ export interface NdfTransformerDataModel {
4
+ id?: string;
5
+ code?: string;
6
+ arabicTitle: string;
7
+ englishTitle: string;
8
+ }
9
+ export type NdfTransformerFunction = (keys: string[]) => Observable<NdfTransformerDataModel[]>;
10
+ export declare class NdfTransformService {
11
+ private readonly _transformations;
12
+ /**
13
+ * Registers one or multiple transformer functions.
14
+ *
15
+ * @param {Record<string, NdfTransformerFunction> | string} keys - A record of key-function pairs or a single key.
16
+ * @param {NdfTransformerFunction} [arg2] - A transformer function if registering a single key.
17
+ */
18
+ register(keys: Record<string, NdfTransformerFunction>): void;
19
+ register(key: string, fn: NdfTransformerFunction): void;
20
+ /**
21
+ * Retrieves a transformer function by its key.
22
+ *
23
+ * @param {string} key - The key of the transformer function.
24
+ * @returns {NdfTransformerFunction | undefined} - The transformer function or undefined if not found.
25
+ */
26
+ get(key: string): NdfTransformerFunction | undefined;
27
+ /**
28
+ * Retrieves all registered transformer functions.
29
+ *
30
+ * @returns {Map<string, NdfTransformerFunction>} - A map of all transformer functions.
31
+ */
32
+ getAll(): Map<string, NdfTransformerFunction>;
33
+ /**
34
+ * Clears all registered transformer functions.
35
+ */
36
+ clear(): void;
37
+ /**
38
+ * Checks if a transformer function is registered for a specific key.
39
+ *
40
+ * @param {string} key - The key to check.
41
+ * @returns {boolean} - True if the key exists, false otherwise.
42
+ */
43
+ has(key: string): boolean;
44
+ /**
45
+ * Removes a transformer function by its key.
46
+ *
47
+ * @param {string} key - The key of the transformer function to remove.
48
+ */
49
+ remove(key: string): void;
50
+ /**
51
+ * Executes a transformer function for a specific key with the provided input keys.
52
+ *
53
+ * @param {string} key - The key of the transformer function to execute.
54
+ * @param {string[]} keys - The input keys to pass to the transformer function.
55
+ * @throws {Error} - If no transformer function is registered for the key.
56
+ * @returns {Observable<NdfTransformerDataModel[]>} - The result of the transformer function.
57
+ */
58
+ transform(key: string, keys: string[]): Observable<NdfTransformerDataModel[]>;
59
+ static ɵfac: i0.ɵɵFactoryDeclaration<NdfTransformService, never>;
60
+ static ɵprov: i0.ɵɵInjectableDeclaration<NdfTransformService>;
61
+ }
@@ -0,0 +1,15 @@
1
+ import { CookieService } from 'ngx-cookie-service';
2
+ import Nuxeo from 'nuxeo';
3
+ export declare class NewNuxeoOverride extends Nuxeo {
4
+ private environment;
5
+ private cookieService;
6
+ [x: string]: any;
7
+ static [x: string]: any;
8
+ constructor(opts: {}, environment: any, cookieService: CookieService);
9
+ http(opts?: any): any;
10
+ refreshAccessToken(): Promise<any>;
11
+ login(): void;
12
+ logout(): void;
13
+ encriptFormating(cachable: any): string;
14
+ getAccessToken(baseURL: any, clientId: any, refreshToken: any, clientSecret: any): Promise<unknown>;
15
+ }
@@ -0,0 +1,9 @@
1
+ import { KeycloakService } from 'keycloak-angular';
2
+ import Nuxeo from 'nuxeo';
3
+ export declare class NuxeoOverride extends Nuxeo {
4
+ private keycloak;
5
+ [x: string]: any;
6
+ static [x: string]: any;
7
+ constructor(opts: {}, keycloak: KeycloakService);
8
+ http(opts?: any): any;
9
+ }
@@ -0,0 +1,37 @@
1
+ import { HttpClient } from "@angular/common/http";
2
+ import { KeycloakService } from "keycloak-angular";
3
+ import { CookieService } from "ngx-cookie-service";
4
+ import { Observable } from "rxjs";
5
+ import { RolesService } from "../roles/roles.service";
6
+ import * as i0 from "@angular/core";
7
+ export declare class NuxeoService {
8
+ private http;
9
+ private keycloak;
10
+ private baseHref;
11
+ private environment;
12
+ private cookiesService;
13
+ private rolesService;
14
+ nuxeoClient: any;
15
+ excludedUrls: any[];
16
+ enableBearerInterceptor: boolean;
17
+ authenticated: boolean;
18
+ token: any;
19
+ tokenObservable: any;
20
+ constructor(http: HttpClient, keycloak: KeycloakService, baseHref: string, environment: any, cookiesService: CookieService, rolesService: RolesService);
21
+ init(): Promise<any>;
22
+ initWithNuxeoToken(token: any): Promise<unknown>;
23
+ createClientWithNuxeoToken(token: any): void;
24
+ createTokenClient(token: any): void;
25
+ getToken(): Promise<string>;
26
+ doLogout(): void;
27
+ isUserInRole(role: any, committeeCode?: any): Observable<any>;
28
+ createBlob(file: any): any;
29
+ getDuplicates(params?: {}, body?: {}): Observable<any>;
30
+ checkForRoles(): void;
31
+ ctsUser: boolean;
32
+ isCtsUser(): void;
33
+ ctsManger: boolean;
34
+ isCtsManger(): void;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<NuxeoService, never>;
36
+ static ɵprov: i0.ɵɵInjectableDeclaration<NuxeoService>;
37
+ }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class RolesService {
3
+ private environment;
4
+ constructor(environment: any);
5
+ getRoleName(role: any, code?: any): string;
6
+ isUserInRole(user: any, role: any, code?: any): boolean;
7
+ getUserRoleName(user: any, code: any, roleIncludes?: string): any;
8
+ isUserManagerInDepartment(user: any, code: any): boolean;
9
+ getUserDepartment(currentUser: any, prefix?: string, option?: any): string;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<RolesService, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<RolesService>;
12
+ }
@@ -0,0 +1,26 @@
1
+ import { HttpClient } from '@angular/common/http';
2
+ import { TranslateLoader } from '@ngx-translate/core';
3
+ import { Observable } from 'rxjs';
4
+ import { ComponentTranslationModel } from '../../models/component.model';
5
+ import * as i0 from "@angular/core";
6
+ export declare class TranslateLoaderService implements TranslateLoader {
7
+ private http;
8
+ private prefix;
9
+ private suffix;
10
+ private providers;
11
+ private queue;
12
+ private defaultLang;
13
+ constructor(http: HttpClient);
14
+ setDefaultLang(value: string): void;
15
+ registerProvider(name: string, path: string): void;
16
+ providerRegistered(name: string): boolean;
17
+ fetchLanguageFile(lang: string, component: ComponentTranslationModel, fallbackUrl?: string): Observable<void>;
18
+ getComponentToFetch(lang: string): Array<Observable<any>>;
19
+ init(lang: string): void;
20
+ isComponentInQueue(lang: string, name: string): boolean;
21
+ getFullTranslationJSON(lang: string): any;
22
+ getTranslation(lang: string): Observable<any>;
23
+ merge(...objects: any[]): any;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<TranslateLoaderService, never>;
25
+ static ɵprov: i0.ɵɵInjectableDeclaration<TranslateLoaderService>;
26
+ }
@@ -0,0 +1,75 @@
1
+ import { InjectionToken, RendererFactory2 } from '@angular/core';
2
+ import { TranslateService } from '@ngx-translate/core';
3
+ import { BehaviorSubject, Observable, Subscription } from 'rxjs';
4
+ import { AppConfigService } from '../../../configuration/app-config.service';
5
+ import { LocalStoragService } from '../localStorag/local-storag.service';
6
+ import { NuxeoService } from '../nuxeo/nuxeo.service';
7
+ import { UserPreferencesService } from '../user/user-preferences.service';
8
+ import { TranslateLoaderService } from './translate-loader.service';
9
+ import * as i0 from "@angular/core";
10
+ export declare const TRANSLATION_PROVIDER: InjectionToken<unknown>;
11
+ export interface TranslationProvider {
12
+ name: string;
13
+ source: string;
14
+ }
15
+ export declare class TranslationService {
16
+ translate: TranslateService;
17
+ private rendererFactory;
18
+ private localStorage;
19
+ private appConfig;
20
+ private nuxeoService;
21
+ private environment;
22
+ arabicFile: any;
23
+ englishFile: any;
24
+ defaultLang: string;
25
+ userLang: string;
26
+ customLoader: TranslateLoaderService;
27
+ lang: string;
28
+ private renderer;
29
+ isArabic: BehaviorSubject<boolean>;
30
+ isArabic$: Observable<boolean>;
31
+ translationApiName: any;
32
+ loadSub: Subscription;
33
+ constructor(translate: TranslateService, rendererFactory: RendererFactory2, localStorage: LocalStoragService, userPreferencesService: UserPreferencesService, appConfig: AppConfigService, nuxeoService: NuxeoService, environment: any, providers: TranslationProvider[]);
34
+ /**
35
+ * Adds a new folder of translation source files.
36
+ * @param name Name for the translation provider
37
+ * @param path Path to the folder
38
+ */
39
+ addTranslationFolder(name?: string, path?: string): void;
40
+ /**
41
+ * Loads a translation file.
42
+ * @param lang Language code for the language to load
43
+ * @param fallback Language code to fall back to if the first one was unavailable
44
+ */
45
+ loadTranslation(lang: string, fallback?: string): void;
46
+ /**
47
+ * Triggers a notification callback when the translation language changes.
48
+ * @param lang The new language code
49
+ */
50
+ onTranslationChanged(lang: string): void;
51
+ /**
52
+ * Sets the target language for translations.
53
+ * @param lang Code name for the language
54
+ * @returns Translations available for the language
55
+ */
56
+ use(lang: string): Observable<any>;
57
+ /**
58
+ * Gets the translation for the supplied key.
59
+ * @param key Key to translate
60
+ * @param interpolateParams String(s) to be interpolated into the main message
61
+ * @returns Translated text
62
+ */
63
+ get(key: string | Array<string>, interpolateParams?: Object): Observable<string | any>;
64
+ /**
65
+ * Directly returns the translation for the supplied key.
66
+ * @param key Key to translate
67
+ * @param interpolateParams String(s) to be interpolated into the main message
68
+ * @returns Translated text
69
+ */
70
+ instant(key: string | Array<string>, interpolateParams?: Object): string | any;
71
+ getOrCreateTranslationFile(lang: any): Observable<unknown>;
72
+ updateTranslationFile(doc: any, params?: {}): Observable<any>;
73
+ static ɵfac: i0.ɵɵFactoryDeclaration<TranslationService, [null, null, null, null, null, null, null, { optional: true; }]>;
74
+ static ɵprov: i0.ɵɵInjectableDeclaration<TranslationService>;
75
+ }
@@ -0,0 +1,81 @@
1
+ import { TranslateService } from '@ngx-translate/core';
2
+ import { Observable } from 'rxjs';
3
+ import { LocalStoragService } from '../localStorag/local-storag.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare enum UserPreferenceValues {
6
+ Locale = "locale",
7
+ ExpandedSideNavStatus = "expandedSidenav"
8
+ }
9
+ export declare class UserPreferencesService {
10
+ #private;
11
+ translate: TranslateService;
12
+ private storage;
13
+ defaults: {
14
+ locale: string;
15
+ expandedSidenav: boolean;
16
+ };
17
+ private userPreferenceStatus;
18
+ private onChangeSubject;
19
+ onChange: Observable<any>;
20
+ constructor(translate: TranslateService, storage: LocalStoragService);
21
+ private initUserPreferenceStatus;
22
+ private initUserLanguage;
23
+ /**
24
+ * Sets up a callback to notify when a property has changed.
25
+ * @param property The property to watch
26
+ * @returns Notification callback
27
+ */
28
+ select(property: string): Observable<any>;
29
+ /**
30
+ * Gets a preference property.
31
+ * @param property Name of the property
32
+ * @param defaultValue Default to return if the property is not found
33
+ * @returns Preference property
34
+ */
35
+ get(property: string, defaultValue?: string, withoutUser?: boolean): string;
36
+ /**
37
+ * Sets a preference property.
38
+ * @param property Name of the property
39
+ * @param value New value for the property
40
+ */
41
+ set(property: string, value: any, withoutUser?: boolean): void;
42
+ /**
43
+ * Sets a preference property.
44
+ * @param property Name of the property
45
+ * @param value New value for the property
46
+ */
47
+ setWithoutStore(property: string, value: any): void;
48
+ /**
49
+ * Check if an item is present in the storage
50
+ * @param property Name of the property
51
+ * @returns True if the item is present, false otherwise
52
+ */
53
+ hasItem(property: string, withoutUser?: boolean): boolean;
54
+ /**
55
+ * Gets the active storage prefix for preferences.
56
+ * @returns Storage prefix
57
+ */
58
+ getStoragePrefix(): string;
59
+ /**
60
+ * Sets the active storage prefix for preferences.
61
+ * @param value Name of the prefix
62
+ */
63
+ setStoragePrefix(value: string): void;
64
+ /**
65
+ * Gets the full property key with prefix.
66
+ * @param property The property name
67
+ * @returns Property key
68
+ */
69
+ getPropertyKey(property: string): string;
70
+ /** Current locale setting. */
71
+ get locale(): string;
72
+ set locale(value: string);
73
+ /**
74
+ * Gets the default locale.
75
+ * @returns Default locale language code
76
+ */
77
+ getDefaultLocale(): string;
78
+ private getLanguageByKey;
79
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserPreferencesService, never>;
80
+ static ɵprov: i0.ɵɵInjectableDeclaration<UserPreferencesService>;
81
+ }
@@ -0,0 +1 @@
1
+ export * from './project.token';
@@ -0,0 +1,2 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ export declare const PROJECT_BASE_HREF: InjectionToken<unknown>;
@@ -0,0 +1,37 @@
1
+ import { DateAdapter } from "@angular/material/core";
2
+ import { Moment } from "moment";
3
+ import * as i0 from "@angular/core";
4
+ export declare class MomentDateAdapter extends DateAdapter<Moment> {
5
+ private localeData;
6
+ overrideDisplayFormat: string;
7
+ getYear(date: Moment): number;
8
+ getMonth(date: Moment): number;
9
+ getDate(date: Moment): number;
10
+ getDayOfWeek(date: Moment): number;
11
+ getMonthNames(style: "long" | "short" | "narrow"): string[];
12
+ getDateNames(): string[];
13
+ getDayOfWeekNames(style: "long" | "short" | "narrow"): string[];
14
+ getYearName(date: Moment): string;
15
+ getFirstDayOfWeek(): number;
16
+ getNumDaysInMonth(date: Moment): number;
17
+ clone(date: Moment): Moment;
18
+ createDate(year: number, month: number, date: number): Moment;
19
+ today(): Moment;
20
+ parse(value: any, parseFormat: any): Moment;
21
+ format(date: Moment, displayFormat: any): string;
22
+ addCalendarYears(date: Moment, years: number): Moment;
23
+ addCalendarMonths(date: Moment, months: number): Moment;
24
+ addCalendarDays(date: Moment, days: number): Moment;
25
+ getISODateString(date: Moment): string;
26
+ setLocale(locale: any): void;
27
+ compareDate(first: Moment, second: Moment): number;
28
+ sameDate(first: any | Moment, second: any | Moment): boolean;
29
+ clampDate(date: Moment, min?: any | Moment, max?: any | Moment): Moment;
30
+ isDateInstance(date: any): boolean;
31
+ isValid(date: Moment): boolean;
32
+ toIso8601(date: Moment): string;
33
+ fromIso8601(iso8601String: string): Moment | null;
34
+ invalid(): Moment;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<MomentDateAdapter, never>;
36
+ static ɵprov: i0.ɵɵInjectableDeclaration<MomentDateAdapter>;
37
+ }
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class UtilityService {
3
+ constructor();
4
+ objectFlip(obj: any): object;
5
+ parseIfJson(str: any): any;
6
+ getValue(target: any, key: string): any;
7
+ merge(...objects: any[]): any;
8
+ getPlainText(description: string, maxLength?: number): string;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<UtilityService, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<UtilityService>;
11
+ }
@@ -0,0 +1,18 @@
1
+ import { OnChanges, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
2
+ import { Subject } from 'rxjs';
3
+ import { NuxeoService } from '../../core/services/nuxeo/nuxeo.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class AppHasRoleDirective implements OnInit, OnChanges {
6
+ private viewContainerRef;
7
+ private templateRef;
8
+ private nuxeoService;
9
+ /** the role the user must have */
10
+ appHasRole: any;
11
+ stop$: Subject<unknown>;
12
+ isVisible: boolean;
13
+ constructor(viewContainerRef: ViewContainerRef, templateRef: TemplateRef<any>, nuxeoService: NuxeoService);
14
+ ngOnInit(): void;
15
+ ngOnChanges(): void;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<AppHasRoleDirective, never>;
17
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AppHasRoleDirective, "[appHasRole]", never, { "appHasRole": { "alias": "appHasRole"; "required": false; }; }, {}, never, never, false, never>;
18
+ }
@@ -0,0 +1,11 @@
1
+ import { ElementRef, EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ /** @ignore */
4
+ export declare class ClickOutsideDirective {
5
+ private elementRef;
6
+ clickOutside: EventEmitter<void>;
7
+ constructor(elementRef: ElementRef);
8
+ onClick(target: any): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, {}, { "clickOutside": "clickOutside"; }, never, never, false, never>;
11
+ }
@@ -0,0 +1,18 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./clickOutSide/click-outside.directive";
3
+ import * as i2 from "./rtl/set-rtl.directive";
4
+ import * as i3 from "./rtl/set-dir-rtl.directive";
5
+ import * as i4 from "./app-has-role/app-has-role.directive";
6
+ import * as i5 from "./drag-and-drop/drag-and-drop.directive";
7
+ import * as i6 from "@angular/common";
8
+ import * as i7 from "./permissions/permissions.directive";
9
+ import * as i8 from "./tooltip-if-overflow/tooltip-if-overflow";
10
+ /**
11
+ * @title
12
+ * Directives Module
13
+ */
14
+ export declare class DirectiveModule {
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveModule, never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DirectiveModule, [typeof i1.ClickOutsideDirective, typeof i2.SetRtlDirective, typeof i3.SetDirRtlDirective, typeof i4.AppHasRoleDirective, typeof i5.DragAndDropDirective], [typeof i6.CommonModule, typeof i7.PermissionsDirective, typeof i8.TooltipIfOverflowDirective], [typeof i1.ClickOutsideDirective, typeof i2.SetRtlDirective, typeof i7.PermissionsDirective, typeof i3.SetDirRtlDirective, typeof i4.AppHasRoleDirective, typeof i5.DragAndDropDirective, typeof i8.TooltipIfOverflowDirective]>;
17
+ static ɵinj: i0.ɵɵInjectorDeclaration<DirectiveModule>;
18
+ }
@@ -0,0 +1,11 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class DragAndDropDirective {
4
+ fileDroped: EventEmitter<any>;
5
+ constructor();
6
+ onDragOver(evt: any): void;
7
+ onDragLeave(evt: any): void;
8
+ onDrop(evt: any): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<DragAndDropDirective, never>;
10
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DragAndDropDirective, "[appDragAndDrop]", never, {}, { "fileDroped": "fileDroped"; }, never, never, false, never>;
11
+ }