@provoly/dashboard 0.12.2 → 0.12.4

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 (74) hide show
  1. package/dataset/style/_o-pry-dataset-detail.scss +11 -2
  2. package/esm2022/admin/store/admin.service.mjs +2 -2
  3. package/esm2022/dataset/style/css.component.mjs +2 -2
  4. package/esm2022/import/components/import.component.mjs +25 -9
  5. package/esm2022/import/i18n/en.translations.mjs +4 -2
  6. package/esm2022/import/i18n/fr.translations.mjs +4 -2
  7. package/esm2022/import/store/import.actions.mjs +1 -1
  8. package/esm2022/import/store/import.effects.mjs +5 -3
  9. package/esm2022/import/store/import.reducer.mjs +1 -1
  10. package/esm2022/import/store/import.selectors.mjs +3 -1
  11. package/esm2022/import/store/import.service.mjs +12 -5
  12. package/esm2022/lib/core/components/upload/upload.component.mjs +2 -2
  13. package/esm2022/lib/dashboard/store/dashboard.effects.mjs +2 -1
  14. package/esm2022/lib/dashboard/store/dashboard.reducers.mjs +9 -5
  15. package/esm2022/pipeline/components/pipeline-list/pipeline-list.component.mjs +1 -7
  16. package/esm2022/pipeline/factory/pipeline-component-factory.service.mjs +5 -5
  17. package/esm2022/pipeline-components/filter/filter.module.mjs +2 -2
  18. package/esm2022/pipeline-components/filter/node-class/filter-node.class.mjs +2 -2
  19. package/esm2022/pipeline-components/input-datasource/input-datasource.module.mjs +2 -2
  20. package/esm2022/pipeline-components/input-datasource/node-class/input-datasourse-node.class.mjs +2 -2
  21. package/esm2022/pipeline-components/noop/noop.module.mjs +2 -2
  22. package/esm2022/pipeline-components/output-dataset/output-dataset.module.mjs +2 -2
  23. package/esm2022/toolbox/components/save-view/save-view.component.mjs +3 -3
  24. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +2 -2
  25. package/fesm2022/provoly-dashboard-admin.mjs +1 -1
  26. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  27. package/fesm2022/provoly-dashboard-dataset.mjs +2 -2
  28. package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
  29. package/fesm2022/provoly-dashboard-import.mjs +47 -16
  30. package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
  31. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +2 -2
  32. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
  33. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +2 -2
  34. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
  35. package/fesm2022/provoly-dashboard-pipeline-components-noop.mjs +1 -1
  36. package/fesm2022/provoly-dashboard-pipeline-components-noop.mjs.map +1 -1
  37. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +1 -1
  38. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
  39. package/fesm2022/provoly-dashboard-pipeline.mjs +5 -11
  40. package/fesm2022/provoly-dashboard-pipeline.mjs.map +1 -1
  41. package/fesm2022/provoly-dashboard-toolbox.mjs +2 -2
  42. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  43. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +1 -1
  44. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  45. package/fesm2022/provoly-dashboard.mjs +10 -5
  46. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  47. package/import/components/import.component.d.ts +11 -5
  48. package/import/i18n/en.translations.d.ts +3 -1
  49. package/import/i18n/fr.translations.d.ts +2 -0
  50. package/import/store/import.actions.d.ts +4 -2
  51. package/import/store/import.effects.d.ts +1 -1
  52. package/import/store/import.reducer.d.ts +1 -1
  53. package/import/store/import.selectors.d.ts +2 -1
  54. package/import/store/import.service.d.ts +1 -1
  55. package/package.json +18 -14
  56. package/pipeline/components/pipeline-list/pipeline-list.component.d.ts +1 -2
  57. package/pipeline/factory/pipeline-component-factory.service.d.ts +1 -2
  58. package/schematics/collection.json +10 -0
  59. package/schematics/ng-add/index.d.ts +3 -0
  60. package/schematics/ng-add/index.js +202 -0
  61. package/schematics/ng-add/index.js.map +1 -0
  62. package/schematics/ng-add/index.spec.d.ts +1 -0
  63. package/schematics/ng-add/index.spec.js +42 -0
  64. package/schematics/ng-add/index.spec.js.map +1 -0
  65. package/schematics/ng-add/schema.d.ts +10 -0
  66. package/schematics/ng-add/schema.js +3 -0
  67. package/schematics/ng-add/schema.js.map +1 -0
  68. package/schematics/ng-add/schema.json +62 -0
  69. package/schematics/utils/file-contents.function.d.ts +2 -0
  70. package/schematics/utils/file-contents.function.js +12 -0
  71. package/schematics/utils/file-contents.function.js.map +1 -0
  72. package/schematics/utils/package-json.interface.d.ts +6 -0
  73. package/schematics/utils/package-json.interface.js +3 -0
  74. package/schematics/utils/package-json.interface.js.map +1 -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.