@provoly/dashboard 0.15.6 → 0.15.8

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/admin/i18n/en.translations.d.ts +1 -0
  2. package/admin/i18n/fr.translations.d.ts +1 -0
  3. package/assets/svgs/arrow-left-s-fill.svg +1 -0
  4. package/assets/svgs/arrow-right-s-fill.svg +1 -0
  5. package/assets/svgs/skip-left-fill.svg +1 -0
  6. package/assets/svgs/skip-right-fill.svg +1 -0
  7. package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +8 -5
  8. package/esm2022/admin/components/admin-metadata/admin-select-metadata/admin-select-metadata.component.mjs +15 -13
  9. package/esm2022/admin/i18n/en.translations.mjs +3 -2
  10. package/esm2022/admin/i18n/fr.translations.mjs +3 -2
  11. package/esm2022/components/metadata-editor/metadata-editor.component.mjs +4 -4
  12. package/esm2022/dataset/components/dataset.component.mjs +3 -2
  13. package/esm2022/lib/core/auth/geoAuth.service.mjs +11 -7
  14. package/esm2022/lib/core/model/admin-api.model.mjs +1 -1
  15. package/esm2022/lib/dashboard/components/widgets/settings/settings.component.mjs +7 -4
  16. package/esm2022/lib/dashboard/resultset-utils.mjs +17 -2
  17. package/esm2022/lib/dashboard/store/dashboard.actions.mjs +1 -1
  18. package/esm2022/lib/dashboard/store/manifest.service.mjs +1 -1
  19. package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +2 -2
  20. package/esm2022/presentation/components/presentation.component.mjs +8 -4
  21. package/esm2022/presentation/i18n/en.translations.mjs +3 -2
  22. package/esm2022/presentation/i18n/fr.translations.mjs +3 -2
  23. package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +3 -3
  24. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +1 -1
  25. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +1 -1
  26. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +1 -1
  27. package/esm2022/widgets/widget-iframe/component/widget-iframe.component.mjs +1 -1
  28. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +19 -11
  29. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +43 -5
  30. package/esm2022/widgets/widget-table/i18n/en.translations.mjs +3 -2
  31. package/esm2022/widgets/widget-table/i18n/fr.translations.mjs +3 -2
  32. package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +1 -1
  33. package/esm2022/widgets/widget-vega/component/widget-vega.component.mjs +1 -1
  34. package/fesm2022/provoly-dashboard-admin.mjs +25 -18
  35. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  36. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +3 -3
  37. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
  38. package/fesm2022/provoly-dashboard-dataset.mjs +2 -1
  39. package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
  40. package/fesm2022/provoly-dashboard-presentation.mjs +12 -6
  41. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  42. package/fesm2022/provoly-dashboard-restitution.mjs +2 -2
  43. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  44. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +1 -1
  45. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  46. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +1 -1
  47. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
  48. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +1 -1
  49. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
  50. package/fesm2022/provoly-dashboard-widgets-widget-iframe.mjs +1 -1
  51. package/fesm2022/provoly-dashboard-widgets-widget-iframe.mjs.map +1 -1
  52. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +18 -10
  53. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  54. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +46 -6
  55. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
  56. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +1 -1
  57. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
  58. package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs +1 -1
  59. package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs.map +1 -1
  60. package/fesm2022/provoly-dashboard.mjs +32 -10
  61. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  62. package/lib/core/model/admin-api.model.d.ts +2 -0
  63. package/lib/dashboard/components/widgets/settings/settings.component.d.ts +2 -1
  64. package/lib/dashboard/store/dashboard.actions.d.ts +2 -2
  65. package/lib/dashboard/store/manifest.service.d.ts +1 -1
  66. package/package.json +13 -13
  67. package/presentation/components/presentation.component.d.ts +3 -2
  68. package/presentation/i18n/en.translations.d.ts +1 -0
  69. package/presentation/i18n/fr.translations.d.ts +1 -0
  70. package/styles/components/_a-table.scss +33 -2
  71. package/widgets/widget-map/component/widget-map.component.d.ts +4 -2
  72. package/widgets/widget-table/component/widget-table.component.d.ts +14 -1
  73. package/widgets/widget-table/i18n/en.translations.d.ts +1 -0
  74. package/widgets/widget-table/i18n/fr.translations.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.