nuxeo-development-framework 5.4.5 → 5.4.7

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 (80) hide show
  1. package/bundles/nuxeo-development-framework.umd.js +688 -384
  2. package/bundles/nuxeo-development-framework.umd.js.map +1 -1
  3. package/esm2015/lib/components/dynamic-search/dynamic-search/dynamic-search.component.js +2 -2
  4. package/esm2015/lib/components/ndf-config-editor/services/dummy-data.js +2 -2
  5. package/esm2015/lib/components/ndf-filters/containers/aggregation-field/aggregation-field.component.js +3 -17
  6. package/esm2015/lib/components/ndf-filters/containers/filters-panel/filters-panel.component.js +62 -16
  7. package/esm2015/lib/components/ndf-filters/custom-components/index.js +2 -1
  8. package/esm2015/lib/components/ndf-filters/models/base-field-config.js +1 -1
  9. package/esm2015/lib/components/ndf-filters/ndf-filters-panel.module.js +8 -9
  10. package/esm2015/lib/components/ndf-filters/pipes/check-condition.pipe.js +3 -3
  11. package/esm2015/lib/components/ndf-filters/services/dynamic-component-loader.service.js +6 -1
  12. package/esm2015/lib/components/ndf-tabs/component/ndf-tabs.component.js +2 -2
  13. package/esm2015/lib/components/reports/ndf-reports/base/base-custom-report.js +41 -0
  14. package/esm2015/lib/components/reports/ndf-reports/base/base-report.js +3 -2
  15. package/esm2015/lib/components/reports/ndf-reports/base/index.js +5 -0
  16. package/esm2015/lib/components/reports/ndf-reports/charts-components/graph-chart/graph-chart.component.js +1 -1
  17. package/esm2015/lib/components/reports/ndf-reports/components/custom-report/custom-report.component.js +49 -0
  18. package/esm2015/lib/components/reports/ndf-reports/components/digit-report/digit-report.component.js +1 -1
  19. package/esm2015/lib/components/reports/ndf-reports/components/dynamic-timeline-report/dynamic-timeline-report.component.js +2 -2
  20. package/esm2015/lib/components/reports/ndf-reports/components/graph-report/graph-report.component.js +2 -2
  21. package/esm2015/lib/components/reports/ndf-reports/components/index.js +2 -1
  22. package/esm2015/lib/components/reports/ndf-reports/constants/charts-types.js +2 -1
  23. package/esm2015/lib/components/reports/ndf-reports/containers/ndf-report/ndf-report.component.js +1 -1
  24. package/esm2015/lib/components/reports/ndf-reports/containers/ndf-reports/ndf-reports.component.js +5 -2
  25. package/esm2015/lib/components/reports/ndf-reports/models/base.js +1 -1
  26. package/esm2015/lib/components/reports/ndf-reports/models/custom-definition.js +2 -0
  27. package/esm2015/lib/components/reports/ndf-reports/models/details.js +1 -1
  28. package/esm2015/lib/components/reports/ndf-reports/models/dialog-data.js +1 -1
  29. package/esm2015/lib/components/reports/ndf-reports/models/dynamic-line.js +1 -1
  30. package/esm2015/lib/components/reports/ndf-reports/models/graph-definition.js +2 -0
  31. package/esm2015/lib/components/reports/ndf-reports/models/index.js +3 -2
  32. package/esm2015/lib/components/reports/ndf-reports/models/ndf-reports.config.js +1 -1
  33. package/esm2015/lib/components/reports/ndf-reports/models/report-config.js +1 -1
  34. package/esm2015/lib/components/reports/ndf-reports/ndf-reports.module.js +4 -3
  35. package/esm2015/lib/components/reports/ndf-reports/services/custom-reports-registry.service.js +132 -0
  36. package/esm2015/lib/components/reports/ndf-reports/services/index.js +2 -1
  37. package/esm2015/lib/components/reports/ndf-reports/services/report-config-mapper.service.js +8 -1
  38. package/esm2015/lib/components/reports/ndf-reports/utilities/reports-table.mapper.js +4 -3
  39. package/esm2015/lib/components/spell-checker-field/spell-checker-field.module.js +1 -1
  40. package/esm2015/lib/components/tables/dynamic-table/dynamic-table/dynamic-table.component.js +32 -8
  41. package/esm2015/lib/components/tables/ndf-table/containers/ndf-table/ndf-table.component.js +2 -2
  42. package/esm2015/lib/components/tables/ndf-table/models/table-config.js +1 -1
  43. package/esm2015/lib/shared/components/nuxeo-dialog/nuxeo.dialog.js +7 -6
  44. package/esm2015/lib/shared/evaluator/evaluator.js +3 -2
  45. package/esm2015/lib/shared/evaluator/types.js +1 -1
  46. package/fesm2015/nuxeo-development-framework.js +644 -358
  47. package/fesm2015/nuxeo-development-framework.js.map +1 -1
  48. package/lib/components/ndf-filters/containers/aggregation-field/aggregation-field.component.d.ts +0 -7
  49. package/lib/components/ndf-filters/containers/filters-panel/filters-panel.component.d.ts +10 -3
  50. package/lib/components/ndf-filters/custom-components/index.d.ts +1 -0
  51. package/lib/components/ndf-filters/models/base-field-config.d.ts +2 -2
  52. package/lib/components/ndf-filters/ndf-filters-panel.module.d.ts +60 -60
  53. package/lib/components/ndf-filters/pipes/check-condition.pipe.d.ts +1 -1
  54. package/lib/components/ndf-filters/services/dynamic-component-loader.service.d.ts +1 -0
  55. package/lib/components/reports/ndf-reports/base/base-custom-report.d.ts +38 -0
  56. package/lib/components/reports/ndf-reports/base/index.d.ts +4 -0
  57. package/lib/components/reports/ndf-reports/components/_parts/report-actions/report-actions.component.d.ts +1 -0
  58. package/lib/components/reports/ndf-reports/components/custom-report/custom-report.component.d.ts +14 -0
  59. package/lib/components/reports/ndf-reports/components/index.d.ts +1 -0
  60. package/lib/components/reports/ndf-reports/constants/charts-types.d.ts +1 -0
  61. package/lib/components/reports/ndf-reports/containers/ndf-report/ndf-report.component.d.ts +1 -0
  62. package/lib/components/reports/ndf-reports/containers/ndf-reports/ndf-reports.component.d.ts +1 -0
  63. package/lib/components/reports/ndf-reports/models/base.d.ts +6 -4
  64. package/lib/components/reports/ndf-reports/models/custom-definition.d.ts +11 -0
  65. package/lib/components/reports/ndf-reports/models/details.d.ts +6 -1
  66. package/lib/components/reports/ndf-reports/models/dialog-data.d.ts +1 -1
  67. package/lib/components/reports/ndf-reports/models/dynamic-line.d.ts +1 -1
  68. package/lib/components/reports/ndf-reports/models/index.d.ts +2 -1
  69. package/lib/components/reports/ndf-reports/models/ndf-reports.config.d.ts +3 -0
  70. package/lib/components/reports/ndf-reports/models/report-config.d.ts +3 -2
  71. package/lib/components/reports/ndf-reports/ndf-reports.module.d.ts +21 -20
  72. package/lib/components/reports/ndf-reports/services/custom-reports-registry.service.d.ts +83 -0
  73. package/lib/components/reports/ndf-reports/services/index.d.ts +1 -0
  74. package/lib/components/reports/ndf-reports/services/report-config-mapper.service.d.ts +6 -1
  75. package/lib/components/tables/dynamic-table/dynamic-table/dynamic-table.component.d.ts +5 -1
  76. package/lib/components/tables/ndf-table/models/table-config.d.ts +5 -0
  77. package/lib/shared/evaluator/types.d.ts +3 -1
  78. package/package.json +1 -1
  79. package/esm2015/lib/components/reports/ndf-reports/models/graph.js +0 -2
  80. /package/lib/components/reports/ndf-reports/models/{graph.d.ts → graph-definition.d.ts} +0 -0

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.