@provoly/dashboard 0.15.7 → 0.15.9

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 (71) hide show
  1. package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +7 -6
  2. package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +5 -4
  3. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +3 -3
  4. package/esm2022/admin/components/admin-dataset/shared/admin-form-dataset/admin-form-dataset.component.mjs +2 -2
  5. package/esm2022/admin/i18n/fr.translations.mjs +2 -2
  6. package/esm2022/dataset/i18n/fr.translations.mjs +2 -2
  7. package/esm2022/lib/core/auth/geoAuth.service.mjs +8 -15
  8. package/esm2022/lib/core/model/widget-map-manifest.interface.mjs +1 -1
  9. package/esm2022/lib/dashboard/components/widgets/settings/settings.component.mjs +7 -4
  10. package/esm2022/lib/dashboard/store/dashboard.actions.mjs +1 -1
  11. package/esm2022/lib/dashboard/store/manifest.service.mjs +1 -1
  12. package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +2 -2
  13. package/esm2022/presentation/components/presentation.component.mjs +10 -6
  14. package/esm2022/presentation/i18n/en.translations.mjs +5 -3
  15. package/esm2022/presentation/i18n/fr.translations.mjs +8 -6
  16. package/esm2022/presentation/style/css.component.mjs +2 -2
  17. package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +3 -3
  18. package/esm2022/restitution/i18n/fr.translations.mjs +2 -2
  19. package/esm2022/restitution/style/css.component.mjs +2 -2
  20. package/esm2022/tooltips/attribute/attribute-tooltip.component.mjs +19 -10
  21. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +1 -1
  22. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +1 -1
  23. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +1 -1
  24. package/esm2022/widgets/widget-iframe/component/widget-iframe.component.mjs +1 -1
  25. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +19 -12
  26. package/esm2022/widgets/widget-map/utils/widget-map.utils.mjs +36 -1
  27. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +8 -6
  28. package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +1 -1
  29. package/esm2022/widgets/widget-vega/component/widget-vega.component.mjs +1 -1
  30. package/fesm2022/provoly-dashboard-admin.mjs +14 -12
  31. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  32. package/fesm2022/provoly-dashboard-dataset.mjs +1 -1
  33. package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
  34. package/fesm2022/provoly-dashboard-presentation.mjs +23 -15
  35. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  36. package/fesm2022/provoly-dashboard-restitution.mjs +5 -5
  37. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  38. package/fesm2022/provoly-dashboard-tooltips-attribute.mjs +18 -9
  39. package/fesm2022/provoly-dashboard-tooltips-attribute.mjs.map +1 -1
  40. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +1 -1
  41. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  42. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +1 -1
  43. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
  44. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +1 -1
  45. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
  46. package/fesm2022/provoly-dashboard-widgets-widget-iframe.mjs +1 -1
  47. package/fesm2022/provoly-dashboard-widgets-widget-iframe.mjs.map +1 -1
  48. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +53 -11
  49. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  50. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +7 -5
  51. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
  52. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +1 -1
  53. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
  54. package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs +1 -1
  55. package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs.map +1 -1
  56. package/fesm2022/provoly-dashboard.mjs +13 -18
  57. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  58. package/lib/core/auth/geoAuth.service.d.ts +3 -1
  59. package/lib/core/model/widget-map-manifest.interface.d.ts +1 -0
  60. package/lib/dashboard/components/widgets/settings/settings.component.d.ts +2 -1
  61. package/lib/dashboard/store/dashboard.actions.d.ts +2 -2
  62. package/lib/dashboard/store/manifest.service.d.ts +1 -1
  63. package/package.json +1 -1
  64. package/presentation/components/presentation.component.d.ts +3 -2
  65. package/presentation/i18n/en.translations.d.ts +2 -0
  66. package/presentation/i18n/fr.translations.d.ts +2 -0
  67. package/presentation/style/_o-pry-presentation.scss +7 -2
  68. package/tooltips/attribute/attribute-tooltip.component.d.ts +5 -1
  69. package/widgets/widget-map/component/widget-map.component.d.ts +3 -4
  70. package/widgets/widget-map/utils/widget-map.utils.d.ts +1 -0
  71. package/widgets/widget-table/component/widget-table.component.d.ts +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.