@provoly/dashboard 0.20.1 → 0.20.3

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 (79) hide show
  1. package/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.d.ts +5 -2
  2. package/admin/components/admin-fields/admin-fields-select/admin-fields-select.component.d.ts +1 -1
  3. package/admin/i18n/en.translations.d.ts +1 -0
  4. package/admin/i18n/fr.translations.d.ts +1 -0
  5. package/esm2022/admin/components/admin-classes/admin-classes-customize/admin-classes-customize.component.mjs +5 -5
  6. package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +3 -3
  7. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +36 -11
  8. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-new/admin-attributes-new.component.mjs +1 -1
  9. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-select/admin-attributes-select.component.mjs +3 -3
  10. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-classes-view.component.mjs +3 -3
  11. package/esm2022/admin/components/admin-fields/admin-fields-select/admin-fields-select.component.mjs +2 -2
  12. package/esm2022/admin/i18n/en.translations.mjs +3 -2
  13. package/esm2022/admin/i18n/fr.translations.mjs +3 -2
  14. package/esm2022/lib/core/components/about/about.component.mjs +8 -5
  15. package/esm2022/lib/core/model/admin-api.model.mjs +1 -1
  16. package/esm2022/lib/core/model/filter.interface.mjs +1 -1
  17. package/esm2022/lib/core/store/class/class.interface.mjs +1 -1
  18. package/esm2022/lib/core/store/class/class.selectors.mjs +6 -2
  19. package/esm2022/lib/core/store/search/search.actions.mjs +2 -2
  20. package/esm2022/lib/core/store/search/search.service.mjs +1 -1
  21. package/esm2022/lib/dashboard/action-bus/service/bus.service.mjs +2 -2
  22. package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +26 -26
  23. package/esm2022/lib/dashboard/components/dashboard.component.mjs +4 -1
  24. package/esm2022/lib/dashboard/item-utils.mjs +7 -7
  25. package/esm2022/lib/dashboard/store/dashboard.actions.mjs +2 -2
  26. package/esm2022/lib/dashboard/store/proxy.utils.mjs +4 -24
  27. package/esm2022/pipeline/store/pipeline.actions.mjs +1 -1
  28. package/esm2022/pipeline-components/filter/component/filter.component.mjs +4 -4
  29. package/esm2022/presentation/components/presentation.component.mjs +3 -3
  30. package/esm2022/restitution/components/restitution/restitution.component.mjs +5 -5
  31. package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +3 -3
  32. package/esm2022/restitution/i18n/en.translations.mjs +2 -2
  33. package/esm2022/restitution/i18n/fr.translations.mjs +2 -2
  34. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +3 -3
  35. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +10 -3
  36. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +12 -12
  37. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +4 -4
  38. package/esm2022/widgets/widget-map/pipe/widget-map-geometry-fields-for.pipe.mjs +3 -3
  39. package/esm2022/widgets/widget-map/utils/cql-utils.class.mjs +2 -2
  40. package/esm2022/widgets/widget-map/utils/widget-map.utils.mjs +10 -6
  41. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +4 -4
  42. package/esm2022/widgets/widget-table/get-value/get-value.pipe.mjs +2 -2
  43. package/fesm2022/provoly-dashboard-admin.mjs +49 -22
  44. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  45. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +3 -3
  46. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
  47. package/fesm2022/provoly-dashboard-pipeline.mjs.map +1 -1
  48. package/fesm2022/provoly-dashboard-presentation.mjs +2 -2
  49. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  50. package/fesm2022/provoly-dashboard-restitution.mjs +8 -8
  51. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  52. package/fesm2022/provoly-dashboard-toolbox.mjs +2 -2
  53. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  54. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +9 -2
  55. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  56. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +11 -11
  57. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
  58. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +15 -11
  59. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  60. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +4 -4
  61. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
  62. package/fesm2022/provoly-dashboard.mjs +51 -61
  63. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  64. package/lib/core/components/about/about.component.d.ts +2 -1
  65. package/lib/core/model/admin-api.model.d.ts +1 -0
  66. package/lib/core/model/filter.interface.d.ts +1 -1
  67. package/lib/core/store/class/class.interface.d.ts +1 -0
  68. package/lib/core/store/class/class.selectors.d.ts +105 -5
  69. package/lib/core/store/search/search.actions.d.ts +2 -2
  70. package/lib/core/store/search/search.service.d.ts +1 -1
  71. package/lib/dashboard/store/dashboard.actions.d.ts +2 -2
  72. package/lib/dashboard/store/dashboard.effects.d.ts +3 -3
  73. package/lib/dashboard/store/proxy.utils.d.ts +1 -1
  74. package/package.json +1 -1
  75. package/pipeline/store/pipeline.actions.d.ts +1 -1
  76. package/styles/components/_o-about.scss +44 -6
  77. package/styles-theme/components-theme/_a-pry-select.theme.scss +1 -1
  78. package/toolbox/components/filter-settings/filter-settings.component.d.ts +2 -2
  79. package/widgets/widget-aggregated-chart/component/widget-aggregated-chart.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.