@provoly/dashboard 0.18.4 → 0.18.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 (99) hide show
  1. package/assets/svgs/clear_filter.svg +7 -6
  2. package/assets/svgs/refresh_filter.svg +6 -7
  3. package/dataset/style/_o-pry-dataset-card.scss +0 -1
  4. package/dataset/style/_o-pry-dataset-detail.scss +4 -0
  5. package/dataset/style/_o-pry-dataset.scss +1 -1
  6. package/esm2022/admin/components/admin-dataset/shared/admin-form-dataset/admin-form-dataset.component.mjs +3 -3
  7. package/esm2022/components/color-picker/color-picker.component.mjs +2 -2
  8. package/esm2022/dataset/components/dataset-card/dataset-card.component.mjs +3 -3
  9. package/esm2022/dataset/components/dataset.component.mjs +3 -3
  10. package/esm2022/dataset/style/css.component.mjs +2 -2
  11. package/esm2022/filters/date/date-filter.component.mjs +8 -4
  12. package/esm2022/filters/list/list-filter.component.mjs +4 -3
  13. package/esm2022/filters/number/number-filter.component.mjs +3 -3
  14. package/esm2022/filters/text/text-filter.component.mjs +3 -3
  15. package/esm2022/lib/core/i18n/en.translations.mjs +3 -2
  16. package/esm2022/lib/core/i18n/fr.translations.mjs +3 -2
  17. package/esm2022/lib/core/store/aggregation/backend-aggregation.service.mjs +5 -2
  18. package/esm2022/lib/core/store/data-source/datasource-utils.mjs +4 -2
  19. package/esm2022/lib/core/store/search/search.effects.mjs +2 -2
  20. package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +10 -11
  21. package/esm2022/lib/dashboard/filter/base-filter.component.mjs +8 -2
  22. package/esm2022/lib/dashboard/filter/components/filter-instanciator/filter-instanciator.component.mjs +11 -2
  23. package/esm2022/lib/dashboard/item-utils.mjs +1 -60
  24. package/esm2022/lib/dashboard/store/dashboard.actions.mjs +3 -1
  25. package/esm2022/lib/dashboard/store/dashboard.contants.mjs +2 -2
  26. package/esm2022/lib/dashboard/store/dashboard.effects.mjs +14 -2
  27. package/esm2022/lib/dashboard/store/dashboard.reducers.mjs +12 -1
  28. package/esm2022/presentation/components/presentation.component.mjs +3 -3
  29. package/esm2022/presentation/components/title-presentation/title-presentation.component.mjs +3 -4
  30. package/esm2022/presentation/i18n/en.translations.mjs +2 -2
  31. package/esm2022/presentation/i18n/fr.translations.mjs +2 -2
  32. package/esm2022/presentation/style/css.component.mjs +2 -2
  33. package/esm2022/restitution/style/css.component.mjs +2 -2
  34. package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +3 -3
  35. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +45 -8
  36. package/esm2022/widgets/widget-aggregated-chart/style/css.component.mjs +2 -2
  37. package/esm2022/widgets/widget-map/component/widget-map-layer.service.mjs +39 -38
  38. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +12 -12
  39. package/esm2022/widgets/widget-map/pipe/widget-map-geometry-fields-for.pipe.mjs +3 -3
  40. package/esm2022/widgets/widget-map/utils/widget-map.utils.mjs +262 -216
  41. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +3 -3
  42. package/esm2022/widgets/widget-table/style/css.component.mjs +2 -2
  43. package/fesm2022/provoly-dashboard-admin.mjs +2 -2
  44. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  45. package/fesm2022/provoly-dashboard-components-color-picker.mjs +1 -1
  46. package/fesm2022/provoly-dashboard-components-color-picker.mjs.map +1 -1
  47. package/fesm2022/provoly-dashboard-dataset.mjs +6 -6
  48. package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
  49. package/fesm2022/provoly-dashboard-filters-date.mjs +7 -3
  50. package/fesm2022/provoly-dashboard-filters-date.mjs.map +1 -1
  51. package/fesm2022/provoly-dashboard-filters-list.mjs +3 -2
  52. package/fesm2022/provoly-dashboard-filters-list.mjs.map +1 -1
  53. package/fesm2022/provoly-dashboard-filters-number.mjs +2 -2
  54. package/fesm2022/provoly-dashboard-filters-number.mjs.map +1 -1
  55. package/fesm2022/provoly-dashboard-filters-text.mjs +2 -2
  56. package/fesm2022/provoly-dashboard-filters-text.mjs.map +1 -1
  57. package/fesm2022/provoly-dashboard-presentation.mjs +9 -9
  58. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  59. package/fesm2022/provoly-dashboard-restitution.mjs +2 -2
  60. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  61. package/fesm2022/provoly-dashboard-toolbox.mjs +2 -2
  62. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  63. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +46 -9
  64. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  65. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +377 -331
  66. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  67. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +4 -4
  68. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
  69. package/fesm2022/provoly-dashboard.mjs +88 -99
  70. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  71. package/filters/date/date-filter.component.d.ts +1 -0
  72. package/lib/core/i18n/en.translations.d.ts +1 -0
  73. package/lib/core/i18n/fr.translations.d.ts +1 -0
  74. package/lib/dashboard/components/widgets/header/widget-header.component.d.ts +1 -1
  75. package/lib/dashboard/filter/base-filter.component.d.ts +5 -1
  76. package/lib/dashboard/filter/components/filter-instanciator/filter-instanciator.component.d.ts +5 -2
  77. package/lib/dashboard/item-utils.d.ts +0 -8
  78. package/lib/dashboard/store/dashboard.actions.d.ts +2 -0
  79. package/lib/dashboard/store/dashboard.contants.d.ts +1 -1
  80. package/lib/dashboard/store/dashboard.effects.d.ts +1 -1
  81. package/package.json +7 -7
  82. package/presentation/style/_o-pry-new-presentation.scss +1 -1
  83. package/presentation/style/_o-pry-presentation.scss +7 -1
  84. package/styles/components/_a-btn.scss +14 -13
  85. package/styles/components/_a-color-picker.scss +1 -0
  86. package/styles/components/_a-table.scss +1 -1
  87. package/styles/components/_m-filter.scss +57 -2
  88. package/styles/components/_m-form-label-field.scss +6 -0
  89. package/styles/components/_o-about.scss +1 -1
  90. package/styles/components/_o-widget.scss +4 -2
  91. package/styles/layout/_o-workspace.scss +23 -1
  92. package/styles-theme/abstracts-theme/variables/_variables-typo.scss +10 -1
  93. package/styles-theme/components-theme/_m-filter.theme.scss +41 -2
  94. package/styles-theme/components-theme/_m-tooltip.theme.scss +2 -2
  95. package/styles-theme/components-theme/_o-pry-dataset.theme.scss +1 -1
  96. package/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.d.ts +1 -0
  97. package/widgets/widget-aggregated-chart/style/_o-widget-chart.scss +5 -0
  98. package/widgets/widget-map/utils/widget-map.utils.d.ts +23 -17
  99. package/widgets/widget-table/style/_o-widget-table.scss +15 -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.