@provoly/dashboard 0.15.3 → 0.15.5

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 (134) hide show
  1. package/components/card/card.module.d.ts +1 -1
  2. package/dataset/style/_o-pry-dataset-detail.scss +4 -0
  3. package/esm2022/components/card/card.component.mjs +3 -3
  4. package/esm2022/components/card/card.module.mjs +5 -5
  5. package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +3 -3
  6. package/esm2022/dataset/style/css.component.mjs +2 -2
  7. package/esm2022/lib/core/components/overlay/overlay.module.mjs +4 -5
  8. package/esm2022/lib/core/components/toggle/toggle.component.mjs +4 -5
  9. package/esm2022/lib/core/errors/http-error-interceptor.service.mjs +2 -5
  10. package/esm2022/lib/core/public-api.mjs +1 -2
  11. package/esm2022/lib/core/store/aggregation/backend-aggregation.service.mjs +21 -10
  12. package/esm2022/lib/core/toolbox/toolbox-manifest.service.mjs +1 -90
  13. package/esm2022/lib/core/toolbox/toolbox-menu.service.mjs +14 -6
  14. package/esm2022/lib/dashboard/components/widgets/data-widget.component.mjs +7 -4
  15. package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +24 -12
  16. package/esm2022/lib/dashboard/components/widgets/settings/settings.component.mjs +4 -5
  17. package/esm2022/lib/dashboard/store/dashboard.effects.mjs +4 -7
  18. package/esm2022/notification/components/notification/notification.component.mjs +3 -3
  19. package/esm2022/notification/i18n/en.translations.mjs +2 -1
  20. package/esm2022/notification/i18n/fr.translations.mjs +2 -1
  21. package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +5 -3
  22. package/esm2022/presentation/components/presentation.component.mjs +5 -4
  23. package/esm2022/presentation/style/css.component.mjs +2 -2
  24. package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +3 -3
  25. package/esm2022/restitution/components/restitution-list-item/restitution-list-item.component.mjs +3 -3
  26. package/esm2022/restitution/style/css.component.mjs +2 -2
  27. package/esm2022/search/i18n/en.translations.mjs +9 -3
  28. package/esm2022/search/i18n/fr.translations.mjs +9 -3
  29. package/esm2022/search/search-fulltext/search-fulltext/search-fulltext.component.mjs +3 -3
  30. package/esm2022/search/search-home/search-home.component.mjs +3 -3
  31. package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +6 -3
  32. package/esm2022/search/search-multi-class/components/search-multi-class/search-multi-class.component.mjs +3 -3
  33. package/esm2022/search/search-tools/search-tools.component.mjs +3 -3
  34. package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +3 -3
  35. package/esm2022/toolbox/components/clear-view/clear-view.component.mjs +3 -3
  36. package/esm2022/toolbox/components/drag-widgets/drag-widgets.component.mjs +3 -3
  37. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +3 -3
  38. package/esm2022/toolbox/components/launch-tab/launch-tab.component.mjs +3 -3
  39. package/esm2022/toolbox/components/named-query/named-query.component.mjs +3 -3
  40. package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +3 -3
  41. package/esm2022/toolbox/components/save-view/save-view.component.mjs +3 -3
  42. package/esm2022/toolbox/components/select-grid-layout/select-grid-layout.component.mjs +3 -3
  43. package/esm2022/toolbox/style/css.component.mjs +2 -2
  44. package/esm2022/tooltips/attribute/attribute-tooltip.component.mjs +22 -7
  45. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +15 -10
  46. package/esm2022/widgets/widget-aggregated-chart/i18n/en.translations.mjs +2 -1
  47. package/esm2022/widgets/widget-aggregated-chart/i18n/fr.translations.mjs +2 -1
  48. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +1 -1
  49. package/esm2022/widgets/widget-detail/component/widget-detail.component.mjs +1 -1
  50. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +3 -3
  51. package/esm2022/widgets/widget-graph/style/css.component.mjs +2 -2
  52. package/esm2022/widgets/widget-iframe/component/widget-iframe.component.mjs +1 -1
  53. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +12 -14
  54. package/esm2022/widgets/widget-map/interaction/interaction-manager.class.mjs +8 -12
  55. package/esm2022/widgets/widget-map/style/css.component.mjs +2 -2
  56. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +1 -1
  57. package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +1 -1
  58. package/esm2022/widgets/widget-vega/component/widget-vega.component.mjs +1 -1
  59. package/fesm2022/provoly-dashboard-components-card.mjs +6 -6
  60. package/fesm2022/provoly-dashboard-components-card.mjs.map +1 -1
  61. package/fesm2022/provoly-dashboard-dataset.mjs +4 -4
  62. package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
  63. package/fesm2022/provoly-dashboard-notification.mjs +4 -2
  64. package/fesm2022/provoly-dashboard-notification.mjs.map +1 -1
  65. package/fesm2022/provoly-dashboard-presentation.mjs +10 -7
  66. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  67. package/fesm2022/provoly-dashboard-restitution.mjs +6 -6
  68. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  69. package/fesm2022/provoly-dashboard-search.mjs +29 -14
  70. package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
  71. package/fesm2022/provoly-dashboard-toolbox.mjs +20 -20
  72. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  73. package/fesm2022/provoly-dashboard-tooltips-attribute.mjs +21 -6
  74. package/fesm2022/provoly-dashboard-tooltips-attribute.mjs.map +1 -1
  75. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +16 -9
  76. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  77. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +1 -1
  78. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
  79. package/fesm2022/provoly-dashboard-widgets-widget-detail.mjs +1 -1
  80. package/fesm2022/provoly-dashboard-widgets-widget-detail.mjs.map +1 -1
  81. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +4 -4
  82. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
  83. package/fesm2022/provoly-dashboard-widgets-widget-iframe.mjs +1 -1
  84. package/fesm2022/provoly-dashboard-widgets-widget-iframe.mjs.map +1 -1
  85. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +21 -26
  86. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  87. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +1 -1
  88. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
  89. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +1 -1
  90. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
  91. package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs +1 -1
  92. package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs.map +1 -1
  93. package/fesm2022/provoly-dashboard.mjs +83 -260
  94. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  95. package/lib/core/components/overlay/overlay.module.d.ts +8 -9
  96. package/lib/core/public-api.d.ts +0 -1
  97. package/lib/core/store/aggregation/backend-aggregation.service.d.ts +2 -0
  98. package/lib/dashboard/components/widgets/data-widget.component.d.ts +3 -2
  99. package/lib/dashboard/components/widgets/header/widget-header.component.d.ts +8 -5
  100. package/notification/i18n/en.translations.d.ts +1 -0
  101. package/notification/i18n/fr.translations.d.ts +1 -0
  102. package/package.json +7 -8
  103. package/presentation/components/add-edit-presentation/add-edit-presentation.component.d.ts +2 -2
  104. package/presentation/style/_o-pry-presentation.scss +17 -13
  105. package/schematics/migration.json +5 -0
  106. package/schematics/ng-add/index.js +0 -1
  107. package/schematics/ng-add/index.js.map +1 -1
  108. package/schematics/ng-update/version-0-15/index.d.ts +2 -0
  109. package/schematics/ng-update/version-0-15/index.js +19 -0
  110. package/schematics/ng-update/version-0-15/index.js.map +1 -0
  111. package/schematics/ng-update/version-0-15/index.spec.d.ts +1 -0
  112. package/schematics/ng-update/version-0-15/index.spec.js +51 -0
  113. package/schematics/ng-update/version-0-15/index.spec.js.map +1 -0
  114. package/search/i18n/en.translations.d.ts +6 -0
  115. package/search/i18n/fr.translations.d.ts +6 -0
  116. package/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.d.ts +1 -0
  117. package/styles/components/_a-tooltip.scss +76 -0
  118. package/styles/components/_o-dashboard.scss +1 -1
  119. package/styles/components/_o-pry-card.scss +14 -0
  120. package/styles/components/_o-widget.scss +1 -0
  121. package/styles/layout/_o-workspace.scss +0 -1
  122. package/styles/main.scss +2 -0
  123. package/styles-theme/components-theme/_a-tooltip.theme.scss +12 -0
  124. package/styles-theme/main-theme.scss +1 -0
  125. package/toolbox/style/_o-toolbox.scss +6 -0
  126. package/tooltips/attribute/attribute-tooltip.component.d.ts +2 -1
  127. package/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.d.ts +2 -0
  128. package/widgets/widget-aggregated-chart/i18n/en.translations.d.ts +1 -0
  129. package/widgets/widget-aggregated-chart/i18n/fr.translations.d.ts +1 -0
  130. package/widgets/widget-graph/style/_o-widget-graph.scss +15 -1
  131. package/widgets/widget-map/component/widget-map.component.d.ts +0 -1
  132. package/widgets/widget-map/style/_o-widget-map.scss +14 -0
  133. package/esm2022/lib/core/components/overlay/tooltip.directive.mjs +0 -121
  134. package/lib/core/components/overlay/tooltip.directive.d.ts +0 -28

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.