nuxeo-development-framework 0.0.1-bos → 0.0.1

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 (195) hide show
  1. package/fesm2022/nuxeo-development-framework.mjs +7862 -12189
  2. package/fesm2022/nuxeo-development-framework.mjs.map +1 -1
  3. package/lib/components/diagrams/services/diagram.service.d.ts +0 -3
  4. package/lib/components/documents/components/document-scan/document-scan.component.d.ts +2 -1
  5. package/lib/components/documents/documents.module.d.ts +21 -24
  6. package/lib/components/dynamic-filter/dynamic-filter/dynamic-filter.component.d.ts +2 -1
  7. package/lib/components/dynamic-form/components/dynamic-form/dynamic-form.component.d.ts +2 -1
  8. package/lib/components/dynamic-form/components/dynamic-form/form-builder.service.d.ts +3 -4
  9. package/lib/components/dynamic-form/components/dynamic-form-hijri-dateitem/dynamic-form-hijri-dateitem.component.d.ts +0 -1
  10. package/lib/components/dynamic-form/components/dynamic-form-selectitem/dynamic-form-selectitem.component.d.ts +0 -1
  11. package/lib/components/dynamic-form/components/dynamic-form-slide-toggleitem/dynamic-form-slide-toggleitem.component.d.ts +1 -1
  12. package/lib/components/dynamic-form/components/dynamic-form-vocabulary-item/dynamic-form-vocabulary-item.component.d.ts +7 -3
  13. package/lib/components/dynamic-form/dynamic-form.module.d.ts +44 -53
  14. package/lib/components/dynamic-form/interfaces/dynamic-form.interfaces.d.ts +0 -1
  15. package/lib/components/dynamic-form/models/dynamic-component.model.d.ts +3 -0
  16. package/lib/components/dynamic-form/models/dynamic-form-boolitem.model.d.ts +1 -1
  17. package/lib/components/dynamic-form/models/dynamic-form-dateitem.model.d.ts +1 -1
  18. package/lib/components/dynamic-form/models/dynamic-form-datetimeitem.model.d.ts +1 -1
  19. package/lib/components/dynamic-form/models/dynamic-form-selectitem.model.d.ts +1 -1
  20. package/lib/components/dynamic-form/models/dynamic-form-textitem.model.d.ts +1 -1
  21. package/lib/components/dynamic-form/models/dynamic-form.models.d.ts +1 -1
  22. package/lib/components/dynamic-form/services/dynamic-form-update.service.d.ts +1 -1
  23. package/lib/components/dynamic-form/utils/index.d.ts +0 -1
  24. package/lib/components/dynamic-search/dynamic-search/dynamic-search.component.d.ts +16 -3
  25. package/lib/components/dynamic-search/dynamic-search.module.d.ts +2 -1
  26. package/lib/components/file-manger/components/share-dialog/share-dialog.component.d.ts +1 -1
  27. package/lib/components/file-manger/file-manger.module.d.ts +56 -63
  28. package/lib/components/file-manger/models/file-manager-config.model.d.ts +1 -1
  29. package/lib/components/latest-activity/components/latest-activity/latest-activity.component.d.ts +3 -1
  30. package/lib/components/latest-activity/latest-activity.module.d.ts +5 -6
  31. package/lib/components/ndf-filters/base/base-aggregation-field.component.d.ts +0 -3
  32. package/lib/components/ndf-filters/base/base-checkbox-radio.component.d.ts +0 -3
  33. package/lib/components/ndf-filters/base/base-predicate-field.component.d.ts +1 -0
  34. package/lib/components/ndf-filters/components/__parts/filter-autocomplete-input/filter-autocomplete.service.d.ts +1 -1
  35. package/lib/components/ndf-filters/components/aggregation-date-list/aggregation-date-list.component.d.ts +9 -2
  36. package/lib/components/ndf-filters/containers/filters-panel/filters-panel.component.d.ts +9 -9
  37. package/lib/components/ndf-filters/models/base-field-config.d.ts +2 -1
  38. package/lib/components/ndf-filters/models/field-options/date-list-options.d.ts +2 -1
  39. package/lib/components/ndf-filters/models/filter-option.model.d.ts +9 -0
  40. package/lib/components/ndf-filters/ndf-filters-panel.module.d.ts +47 -49
  41. package/lib/components/ndf-filters/pipes/check-condition.pipe.d.ts +1 -2
  42. package/lib/components/ndf-filters/pipes/evaluate-label.pipe.d.ts +11 -0
  43. package/lib/components/ndf-filters/pipes/index.d.ts +3 -2
  44. package/lib/components/ndf-filters/pipes/localized-label.pipe.d.ts +0 -3
  45. package/lib/components/ndf-filters/pipes/tooltip.pipe.d.ts +0 -3
  46. package/lib/components/ndf-signatures/emdha/dialogs/auth/emdha-auth.dialog.d.ts +18 -0
  47. package/lib/components/ndf-signatures/emdha/dialogs/index.d.ts +1 -0
  48. package/lib/components/{ndf-signer → ndf-signatures/emdha}/index.d.ts +1 -0
  49. package/lib/components/ndf-signatures/emdha/services/emdha.service.d.ts +28 -0
  50. package/lib/components/ndf-signatures/emdha/services/index.d.ts +1 -0
  51. package/lib/components/ndf-signatures/index.d.ts +3 -0
  52. package/lib/components/ndf-signatures/ndf-signature-panel/ndf-signature-panel.component.d.ts +30 -0
  53. package/lib/components/ndf-signatures/services/index.d.ts +2 -0
  54. package/lib/components/ndf-signatures/services/signatures.service.d.ts +58 -0
  55. package/lib/components/{ndf-signer → ndf-signatures}/services/signer.service.d.ts +3 -0
  56. package/lib/components/ndf-tabs/component/ndf-tabs.component.d.ts +10 -12
  57. package/lib/components/ndf-tabs/tab.type.d.ts +1 -2
  58. package/lib/components/ndf-uploader/helpers/uploader.helper.d.ts +1 -1
  59. package/lib/components/ndf-uploader/ndf-uploader-bottom-sheet.service.d.ts +2 -2
  60. package/lib/components/ndf-uploader/ndf-uploader.service.d.ts +3 -2
  61. package/lib/components/ndf-uploader/providers/nuxeo-provider.service.d.ts +3 -2
  62. package/lib/components/ndf-uploader/providers/s3-provider.service.d.ts +3 -2
  63. package/lib/components/notifications/components/base-list-notfications.component.d.ts +4 -0
  64. package/lib/components/notifications/components/notification-sortby-toggle/notification-sortby-toggle.component.d.ts +8 -0
  65. package/lib/components/notifications/containers/notifications-list-container/notifications-list-container.component.d.ts +8 -4
  66. package/lib/components/notifications/models/notifications-list-options.d.ts +1 -0
  67. package/lib/components/notifications/models/vocabularies.d.ts +6 -0
  68. package/lib/components/notifications/notifications.module.d.ts +20 -19
  69. package/lib/components/notifications/services/notifications.service.d.ts +7 -6
  70. package/lib/components/pdf-tron/pdftron/pdftron.component.d.ts +4 -2
  71. package/lib/components/pdf-tron/pdftron/pdftron.service.d.ts +1 -1
  72. package/lib/components/reports/charts/plugins/data-labels.d.ts +1 -2
  73. package/lib/components/reports/charts/plugins/doughnut-center-text.d.ts +1 -1
  74. package/lib/components/reports/charts/plugins/doughnut-empty-state.d.ts +1 -1
  75. package/lib/components/reports/charts/plugins/scrollable-legends.d.ts +2 -2
  76. package/lib/components/reports/ndf-reports/components/dynamic-timeline-report/dynamic-timeline-report.component.d.ts +2 -2
  77. package/lib/components/reports/ndf-reports/components/graph-report/graph-report.component.d.ts +1 -1
  78. package/lib/components/reports/ndf-reports/containers/ndf-reports/ndf-reports.component.d.ts +14 -5
  79. package/lib/components/reports/ndf-reports/directives/empty-content-template.directive.d.ts +9 -0
  80. package/lib/components/reports/ndf-reports/directives/header-panel-template.directive.d.ts +9 -0
  81. package/lib/components/reports/ndf-reports/directives/index.d.ts +2 -0
  82. package/lib/components/reports/ndf-reports/models/base-reports-types.d.ts +4 -0
  83. package/lib/components/reports/ndf-reports/models/common.d.ts +9 -1
  84. package/lib/components/reports/ndf-reports/models/details.d.ts +2 -4
  85. package/lib/components/reports/ndf-reports/models/dynamic-line.d.ts +1 -2
  86. package/lib/components/reports/ndf-reports/models/index.d.ts +1 -1
  87. package/lib/components/reports/ndf-reports/models/ndf-reports.config.d.ts +19 -1
  88. package/lib/components/reports/ndf-reports/ndf-reports.module.d.ts +29 -26
  89. package/lib/components/reports/ndf-reports/options/doughnut.d.ts +1 -1
  90. package/lib/components/reports/ndf-reports/options/horizontal-bar.d.ts +1 -1
  91. package/lib/components/reports/ndf-reports/options/pie.d.ts +1 -1
  92. package/lib/components/reports/ndf-reports/options/vertical-bar.d.ts +1 -1
  93. package/lib/components/reports/ndf-reports/pipes/check-condition.pipe.d.ts +8 -0
  94. package/lib/components/reports/ndf-reports/public-api.d.ts +5 -4
  95. package/lib/components/reports/ndf-reports/services/chart-plugins-registry.service.d.ts +2 -2
  96. package/lib/components/reports/ndf-reports/services/dynamic-timeline-report.service.d.ts +4 -2
  97. package/lib/components/reports/ndf-reports/services/index.d.ts +11 -10
  98. package/lib/components/reports/ndf-reports/services/ndf-reports.service.d.ts +19 -10
  99. package/lib/components/reports/ndf-reports/services/reports-dialog.service.d.ts +2 -2
  100. package/lib/components/reports/ndf-reports/services/reports-hooks.service.d.ts +24 -0
  101. package/lib/components/spell-checker-field/spell-checker-field.module.d.ts +2 -1
  102. package/lib/components/tables/dynamic-table/dynamic-table/dynamic-table.component.d.ts +15 -23
  103. package/lib/components/tables/dynamic-table/public-api.d.ts +0 -1
  104. package/lib/components/tables/ndf-table/components/table-columns-toggler/table-columns-toggler.component.d.ts +6 -6
  105. package/lib/components/tables/ndf-table/containers/ndf-table/ndf-table.component.d.ts +20 -6
  106. package/lib/components/tables/ndf-table/models/table-config.d.ts +7 -0
  107. package/lib/components/tables/ndf-table/models/table-options.d.ts +2 -1
  108. package/lib/components/tables/ndf-table/services/ndf-table.service.d.ts +0 -2
  109. package/lib/components/tables/public-api.d.ts +3 -2
  110. package/lib/components/tables/shared/index.d.ts +1 -0
  111. package/lib/components/tables/shared/table-hooks.service.d.ts +36 -0
  112. package/lib/components/tables/table/table/table.component.d.ts +2 -1
  113. package/lib/components/versions/index.d.ts +3 -0
  114. package/lib/components/{correspondence-relation/components/versions → versions}/versions.component.d.ts +3 -3
  115. package/lib/components/versions/versions.module.d.ts +27 -0
  116. package/lib/components/{correspondence-relation/services → versions}/viewer-files.service.d.ts +3 -3
  117. package/lib/components/vocabulary/translated-vocabulary-select/translated-vocabulary-select.component.d.ts +0 -2
  118. package/lib/components/vocabulary/vocabulary.module.d.ts +6 -7
  119. package/lib/core/core.module.d.ts +1 -2
  120. package/lib/core/services/callApi/call-api.service.d.ts +3 -1
  121. package/lib/core/services/translation/translation.service.d.ts +2 -2
  122. package/lib/pipes/escape.pipe.d.ts +8 -0
  123. package/lib/pipes/pipes.module.d.ts +6 -7
  124. package/lib/shared/components/item-list/item-list.component.d.ts +1 -1
  125. package/lib/shared/components/nuxeo-dialog/nuxeo-dialog.module.d.ts +2 -1
  126. package/lib/shared/components/spinner/spinner.component.d.ts +6 -1
  127. package/lib/shared/index.d.ts +3 -1
  128. package/lib/shared/libraryShared.module.d.ts +2 -1
  129. package/lib/shared/services/base/base.service.d.ts +7 -3
  130. package/lib/shared/services/base/index.d.ts +2 -2
  131. package/lib/shared/services/index.d.ts +1 -0
  132. package/lib/shared/services/override-token.service.d.ts +10 -0
  133. package/package.json +2 -17
  134. package/public-api.d.ts +6 -45
  135. package/src/docs/ndf-table.doc.md +764 -789
  136. package/lib/components/activities-log/activities-log/activities-log.component.d.ts +0 -30
  137. package/lib/components/activities-log/activities-log/activities-log.service.d.ts +0 -9
  138. package/lib/components/activities-log/activities-log.module.d.ts +0 -12
  139. package/lib/components/activity/activity/activity.component.d.ts +0 -13
  140. package/lib/components/activity/activity.module.d.ts +0 -13
  141. package/lib/components/correspondence-relation/components/correspondence-relation/correspondence-relation.component.d.ts +0 -34
  142. package/lib/components/correspondence-relation/components/correspondence-relation-create-form/correspondence-relation-create-form.component.d.ts +0 -45
  143. package/lib/components/correspondence-relation/components/correspondence-relation-list/correspondence-relation-list.component.d.ts +0 -31
  144. package/lib/components/correspondence-relation/components/correspondence-relation-reply/correspondence-relation-reply.component.d.ts +0 -18
  145. package/lib/components/correspondence-relation/correspondence-relation.module.d.ts +0 -32
  146. package/lib/components/correspondence-relation/services/correspondence-realation.service.d.ts +0 -26
  147. package/lib/components/create-entity/create-entity/create-entity.component.d.ts +0 -17
  148. package/lib/components/create-entity/create-entity.module.d.ts +0 -11
  149. package/lib/components/documents/components/attachments-list/attachments-list.component.d.ts +0 -55
  150. package/lib/components/documents/components/attachments-page-provider/attachments-page-provider.component.d.ts +0 -38
  151. package/lib/components/documents/components/documents/documents.component.d.ts +0 -27
  152. package/lib/components/documents/services/document-templates.service.d.ts +0 -24
  153. package/lib/components/dynamic-chart/dynamic-chart/dynamic-chart.component.d.ts +0 -79
  154. package/lib/components/dynamic-chart/dynamic-chart.module.d.ts +0 -15
  155. package/lib/components/dynamic-chart/services/chart-data.service.d.ts +0 -37
  156. package/lib/components/dynamic-form/components/dynamic-form-boolitem/dynamic-form-boolitem.component.d.ts +0 -17
  157. package/lib/components/dynamic-form/components/dynamic-form-field/dynamic-form-field.component.d.ts +0 -30
  158. package/lib/components/dynamic-form/components/dynamic-form-item-dispatcher/dynamic-form-item-dispatcher.component.d.ts +0 -25
  159. package/lib/components/dynamic-form/components/dynamic-form-mapitem/dynamic-form-mapitem.component.d.ts +0 -15
  160. package/lib/components/dynamic-form/components/dynamic-form-options/dynamic-form-options.component.d.ts +0 -45
  161. package/lib/components/dynamic-form/components/dynamic-form-select-user-filter/dynamic-form-select-user-filter.component.d.ts +0 -65
  162. package/lib/components/dynamic-form/components/dynamic-form-viewer/dynamic-form-viewer.component.d.ts +0 -20
  163. package/lib/components/dynamic-form/directives/dynamic-form-content-proxy.directive.d.ts +0 -9
  164. package/lib/components/dynamic-form/interfaces/dynamic-form-keyvaluepairsitem-properties.interface.d.ts +0 -8
  165. package/lib/components/dynamic-form/models/dynamic-form-mapitem.model.d.ts +0 -8
  166. package/lib/components/dynamic-form/services/card-item-types.service.d.ts +0 -13
  167. package/lib/components/dynamic-form/services/dynamic-component-mapper.service.d.ts +0 -36
  168. package/lib/components/dynamic-form/utils/custom-from-group.d.ts +0 -4
  169. package/lib/components/dynamic-tabs/dynamic-tabs/dynamic-tabs.component.d.ts +0 -13
  170. package/lib/components/dynamic-tabs/dynamic-tabs.module.d.ts +0 -11
  171. package/lib/components/file-manger/components/clipboard/clipboard.component.d.ts +0 -41
  172. package/lib/components/file-manger/components/loan-request/loan-request.component.d.ts +0 -30
  173. package/lib/components/file-manger/components/sidepanel/sidepanel.component.d.ts +0 -62
  174. package/lib/components/file-manger/components/transfer-doc/transfer-doc.component.d.ts +0 -31
  175. package/lib/components/filter/filter/filter.component.d.ts +0 -31
  176. package/lib/components/filter/filter.module.d.ts +0 -15
  177. package/lib/components/ndf-signer/services/index.d.ts +0 -1
  178. package/lib/components/select/select/select.component.d.ts +0 -43
  179. package/lib/components/select/select.module.d.ts +0 -12
  180. package/lib/components/tables/dynamic-table/services/table-hooks.service.d.ts +0 -13
  181. package/lib/components/toasts/components/notification-toast/notification-toast.component.d.ts +0 -17
  182. package/lib/components/toasts/index.d.ts +0 -1
  183. package/lib/components/toasts/public-api.d.ts +0 -2
  184. package/lib/components/toasts/toasts.module.d.ts +0 -8
  185. package/lib/components/users-card/users-card.component.d.ts +0 -22
  186. package/lib/components/users-card/users-card.module.d.ts +0 -17
  187. package/lib/components/viewer-log/components/viewer-log/viewer-log.component.d.ts +0 -14
  188. package/lib/components/viewer-log/viewer-log.module.d.ts +0 -10
  189. package/lib/components/vocabulary/vocabulary/vocabulary.component.d.ts +0 -37
  190. package/lib/pipes/multi-value.pipe.d.ts +0 -32
  191. package/lib/pipes/secure-html.pipe.d.ts +0 -26
  192. package/lib/shared/components/search-autocomplete/search-autocomplete.component.d.ts +0 -51
  193. package/lib/shared/evaluator/evaluator.d.ts +0 -79
  194. package/lib/shared/evaluator/index.d.ts +0 -2
  195. package/lib/shared/evaluator/types.d.ts +0 -18

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.