@provoly/dashboard 1.2.5 → 1.2.7

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 (111) hide show
  1. package/components/color-picker/color-picker.component.d.ts +1 -1
  2. package/dataset/components/dataset-detail/dataset-detail.component.d.ts +1 -1
  3. package/dataset/style/_o-pry-dataset-card.scss +7 -3
  4. package/esm2022/components/color-picker/color-picker.component.mjs +2 -2
  5. package/esm2022/components/scheme-picker/scheme-picker.component.mjs +2 -5
  6. package/esm2022/dataset/components/dataset-card/dataset-card.component.mjs +3 -3
  7. package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +8 -6
  8. package/esm2022/dataset/style/css.component.mjs +2 -2
  9. package/esm2022/lib/core/components/share/access-rights-share-modal/access-rights-share-modal.component.mjs +9 -5
  10. package/esm2022/lib/core/i18n/en.translations.mjs +4 -2
  11. package/esm2022/lib/core/i18n/fr.translations.mjs +4 -2
  12. package/esm2022/lib/core/model/display-options.interface.mjs +7 -4
  13. package/esm2022/lib/dashboard/filter/components/filter-group/filter-group.component.mjs +3 -3
  14. package/esm2022/lib/dashboard/filter/style/css.component.mjs +2 -2
  15. package/esm2022/lib/dashboard/store/dashboard.selectors.mjs +3 -1
  16. package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +25 -57
  17. package/esm2022/presentation/components/presentation.component.mjs +12 -13
  18. package/esm2022/presentation/components/title-presentation/title-presentation.component.mjs +4 -7
  19. package/esm2022/presentation/presentation.module.mjs +10 -14
  20. package/esm2022/presentation/style/css.component.mjs +2 -2
  21. package/esm2022/restitution/style/css.component.mjs +2 -2
  22. package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +2 -2
  23. package/esm2022/toolbox/components/clear-view/clear-view.component.mjs +2 -2
  24. package/esm2022/toolbox/components/dashboard-details/dashboard-details.component.mjs +4 -4
  25. package/esm2022/toolbox/components/delete/delete.component.mjs +2 -2
  26. package/esm2022/toolbox/components/drag-widgets/drag-widgets.component.mjs +2 -2
  27. package/esm2022/toolbox/components/edit-mode-action/edit-mode-action.component.mjs +2 -2
  28. package/esm2022/toolbox/components/edit-mode-toggle/edit-mode-toggle.component.mjs +2 -2
  29. package/esm2022/toolbox/components/edit-presentation/edit-presentation.component.mjs +64 -0
  30. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +2 -2
  31. package/esm2022/toolbox/components/launch-tab/launch-tab.component.mjs +2 -2
  32. package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +2 -2
  33. package/esm2022/toolbox/components/save-view/save-view.component.mjs +7 -15
  34. package/esm2022/toolbox/components/select-grid-layout/select-grid-layout.component.mjs +2 -2
  35. package/esm2022/toolbox/components/share/share.component.mjs +2 -2
  36. package/esm2022/toolbox/components/switch-to-edit-content/switch-to-edit-content.component.mjs +2 -2
  37. package/esm2022/toolbox/components/toolbox.component.mjs +16 -9
  38. package/esm2022/toolbox/public-api.mjs +5 -3
  39. package/esm2022/toolbox/shared/presentation-form/presentation-form.component.mjs +97 -0
  40. package/esm2022/toolbox/shared/toolbox-action/toolbox-action.component.mjs +44 -0
  41. package/esm2022/toolbox/shared/toolbox-action-instanciator/toolbox-action-instanciator.component.mjs +58 -0
  42. package/esm2022/toolbox/style/css.component.mjs +2 -2
  43. package/esm2022/toolbox/toolbox.model.mjs +13 -5
  44. package/esm2022/toolbox/toolbox.module.mjs +21 -10
  45. package/esm2022/widgets/widget-analytic/component/widget-analytic.component.mjs +2 -2
  46. package/esm2022/widgets/widget-analytic/style/css.component.mjs +2 -2
  47. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +19 -14
  48. package/fesm2022/provoly-dashboard-components-color-picker.mjs +1 -1
  49. package/fesm2022/provoly-dashboard-components-color-picker.mjs.map +1 -1
  50. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +1 -4
  51. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs.map +1 -1
  52. package/fesm2022/provoly-dashboard-dataset.mjs +11 -9
  53. package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
  54. package/fesm2022/provoly-dashboard-presentation.mjs +50 -87
  55. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  56. package/fesm2022/provoly-dashboard-restitution.mjs +2 -2
  57. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  58. package/fesm2022/provoly-dashboard-toolbox.mjs +205 -55
  59. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  60. package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs +3 -3
  61. package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs.map +1 -1
  62. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +18 -13
  63. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  64. package/fesm2022/provoly-dashboard.mjs +24 -12
  65. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  66. package/lib/core/i18n/en.translations.d.ts +2 -0
  67. package/lib/core/i18n/fr.translations.d.ts +2 -0
  68. package/lib/core/model/display-options.interface.d.ts +1 -0
  69. package/lib/dashboard/filter/style/_o-pry-filter-group.scss +0 -4
  70. package/lib/dashboard/store/dashboard.selectors.d.ts +1 -0
  71. package/package.json +31 -31
  72. package/presentation/components/add-edit-presentation/add-edit-presentation.component.d.ts +14 -21
  73. package/presentation/components/presentation.component.d.ts +7 -8
  74. package/presentation/style/_o-pry-new-presentation.scss +9 -10
  75. package/presentation/style/_o-pry-presentation.scss +1 -3
  76. package/styles/base/_utils.scss +3 -0
  77. package/styles/components/_a-btn.scss +4 -0
  78. package/styles/components/_m-actions-list.scss +5 -1
  79. package/styles/components/_m-presentation-title.scss +1 -5
  80. package/styles/components/_o-widget.scss +5 -6
  81. package/styles/layout/_o-workspace.scss +4 -21
  82. package/styles-theme/components-theme/_a-btn.theme.scss +16 -0
  83. package/styles-theme/main-theme.scss +0 -2
  84. package/toolbox/components/automate-refresh/automate-refresh.component.d.ts +1 -1
  85. package/toolbox/components/clear-view/clear-view.component.d.ts +1 -1
  86. package/toolbox/components/dashboard-details/dashboard-details.component.d.ts +1 -1
  87. package/toolbox/components/delete/delete.component.d.ts +1 -1
  88. package/toolbox/components/drag-widgets/drag-widgets.component.d.ts +1 -1
  89. package/toolbox/components/edit-mode-action/edit-mode-action.component.d.ts +1 -1
  90. package/toolbox/components/edit-mode-toggle/edit-mode-toggle.component.d.ts +1 -1
  91. package/toolbox/components/edit-presentation/edit-presentation.component.d.ts +22 -0
  92. package/toolbox/components/filter-settings/filter-settings.component.d.ts +1 -1
  93. package/toolbox/components/launch-tab/launch-tab.component.d.ts +1 -1
  94. package/toolbox/components/refresh-datasets/refresh-datasets.component.d.ts +1 -1
  95. package/toolbox/components/save-view/save-view.component.d.ts +5 -6
  96. package/toolbox/components/select-grid-layout/select-grid-layout.component.d.ts +1 -1
  97. package/toolbox/components/share/share.component.d.ts +1 -1
  98. package/toolbox/components/switch-to-edit-content/switch-to-edit-content.component.d.ts +1 -1
  99. package/toolbox/components/toolbox.component.d.ts +3 -2
  100. package/toolbox/public-api.d.ts +4 -2
  101. package/toolbox/shared/presentation-form/presentation-form.component.d.ts +42 -0
  102. package/toolbox/style/_o-dashboard-details.component.scss +0 -13
  103. package/toolbox/toolbox.model.d.ts +1 -1
  104. package/toolbox/toolbox.module.d.ts +14 -12
  105. package/widgets/widget-analytic/style/_o-widget-analytic.scss +2 -0
  106. package/widgets/widget-map/component/widget-map.component.d.ts +1 -3
  107. package/esm2022/toolbox/components/toolbox-action/toolbox-action.component.mjs +0 -46
  108. package/esm2022/toolbox/components/toolbox-action-instanciator/toolbox-action-instanciator.component.mjs +0 -58
  109. package/styles-theme/layout-theme/_o-workspace.theme.scss +0 -18
  110. /package/toolbox/{components → shared}/toolbox-action/toolbox-action.component.d.ts +0 -0
  111. /package/toolbox/{components → shared}/toolbox-action-instanciator/toolbox-action-instanciator.component.d.ts +0 -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.