@provoly/dashboard 0.22.5 → 0.22.6

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/README.md +0 -2
  2. package/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.d.ts +8 -4
  3. package/esm2022/admin/components/admin-classes/admin-classes-customize/admin-classes-customize.component.mjs +7 -6
  4. package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +44 -30
  5. package/esm2022/admin/components/admin-menu/admin-menu.component.mjs +3 -3
  6. package/esm2022/lib/core/components/about/about.component.mjs +3 -3
  7. package/esm2022/lib/core/components/base-menu/base-menu.component.mjs +3 -3
  8. package/esm2022/lib/core/components/select/select.component.mjs +5 -4
  9. package/esm2022/lib/core/components/select/select.module.mjs +5 -4
  10. package/esm2022/lib/core/components/select-image/select-image.component.mjs +2 -2
  11. package/esm2022/lib/core/i18n/fr.translations.mjs +2 -2
  12. package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +2 -2
  13. package/esm2022/lib/dashboard/components/widgets/widget-instanciator/widget-factory.service.mjs +16 -1
  14. package/esm2022/lib/dashboard/item-utils.mjs +2 -2
  15. package/esm2022/lib/dashboard/store/dashboard.selectors.mjs +1 -4
  16. package/esm2022/lib/dashboard/store/refresh.service.mjs +14 -9
  17. package/esm2022/presentation/components/presentation.component.mjs +3 -3
  18. package/esm2022/presentation/style/css.component.mjs +2 -2
  19. package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +3 -3
  20. package/esm2022/restitution/style/css.component.mjs +2 -2
  21. package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +12 -9
  22. package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +19 -17
  23. package/esm2022/toolbox/components/toolbox.component.mjs +7 -4
  24. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +3 -3
  25. package/esm2022/widgets/widget-aggregated-chart/style/css.component.mjs +2 -2
  26. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +4 -5
  27. package/esm2022/widgets/widget-graph/style/css.component.mjs +2 -2
  28. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +3 -3
  29. package/fesm2022/provoly-dashboard-admin.mjs +49 -34
  30. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  31. package/fesm2022/provoly-dashboard-presentation.mjs +4 -4
  32. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  33. package/fesm2022/provoly-dashboard-restitution.mjs +4 -4
  34. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  35. package/fesm2022/provoly-dashboard-toolbox.mjs +29 -21
  36. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  37. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +4 -4
  38. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  39. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +5 -6
  40. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
  41. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +2 -2
  42. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  43. package/fesm2022/provoly-dashboard.mjs +56 -39
  44. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  45. package/lib/core/components/select/select.module.d.ts +2 -1
  46. package/lib/dashboard/components/widgets/header/widget-header.component.d.ts +1 -1
  47. package/lib/dashboard/components/widgets/widget-instanciator/widget-factory.service.d.ts +8 -1
  48. package/lib/dashboard/store/dashboard.selectors.d.ts +0 -13
  49. package/lib/dashboard/store/refresh.service.d.ts +3 -1
  50. package/package.json +7 -7
  51. package/presentation/style/_o-pry-presentation.scss +0 -3
  52. package/styles/components/_a-chip.scss +6 -0
  53. package/styles/components/_a-pry-select.scss +13 -0
  54. package/styles/components/_a-range-slider.scss +4 -5
  55. package/styles/components/_m-nav-links.scss +2 -7
  56. package/styles/components/_o-widget.scss +6 -0
  57. package/styles-theme/abstracts-theme/variables/_variables-colors.scss +4 -3
  58. package/styles-theme/base-theme/_typography.theme.scss +5 -2
  59. package/styles-theme/components-theme/_a-btn.theme.scss +3 -7
  60. package/styles-theme/components-theme/_a-label.theme.scss +1 -0
  61. package/styles-theme/components-theme/_a-pry-select.theme.scss +4 -6
  62. package/styles-theme/components-theme/_a-range-slider.theme.scss +16 -16
  63. package/styles-theme/components-theme/_a-table.theme.scss +2 -2
  64. package/styles-theme/components-theme/_m-btn-sorttable.theme.scss +3 -3
  65. package/styles-theme/components-theme/_m-nav-links.theme.scss +18 -0
  66. package/styles-theme/components-theme/_o-pry-presentation.theme.scss +9 -0
  67. package/styles-theme/components-theme/_o-tabs.theme.scss +1 -1
  68. package/styles-theme/layout-theme/_o-base-layout.theme.scss +1 -0
  69. package/styles-theme/main-theme.scss +1 -0
  70. package/toolbox/components/automate-refresh/automate-refresh.component.d.ts +3 -1
  71. package/toolbox/components/refresh-datasets/refresh-datasets.component.d.ts +3 -2
  72. package/widgets/widget-aggregated-chart/style/_o-widget-chart.scss +3 -0
  73. package/widgets/widget-graph/component/widget-graph.component.d.ts +0 -1
  74. package/widgets/widget-graph/style/_o-widget-graph.scss +14 -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.