@provoly/dashboard 0.22.4 → 0.22.6

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 (228) hide show
  1. package/README.md +0 -2
  2. package/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.d.ts +8 -4
  3. package/dataset/style/_o-pry-dataset-card.scss +24 -2
  4. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +1 -1
  5. package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +1 -1
  6. package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +1 -1
  7. package/esm2022/admin/components/admin-classes/admin-classes-customize/admin-classes-customize.component.mjs +7 -6
  8. package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +1 -1
  9. package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +44 -30
  10. package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +1 -1
  11. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +3 -3
  12. package/esm2022/admin/components/admin-dataset/shared/admin-form-dataset/admin-form-dataset.component.mjs +1 -1
  13. package/esm2022/admin/components/admin-environment/admin-environment-form/admin-environment-form.component.mjs +1 -1
  14. package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +1 -1
  15. package/esm2022/admin/components/admin-links/admin-links-new/admin-links-new.component.mjs +1 -1
  16. package/esm2022/admin/components/admin-menu/admin-menu.component.mjs +3 -3
  17. package/esm2022/admin/components/admin-metadata/shared/form-metadata/form-metadata.component.mjs +1 -1
  18. package/esm2022/admin/components/admin-metadata-rules/shared/admin-form-metadata-rules/admin-form-metadata-rules.component.mjs +1 -1
  19. package/esm2022/components/checkbox/checkbox.component.mjs +3 -3
  20. package/esm2022/components/metadata-editor/metadata-editor.component.mjs +1 -1
  21. package/esm2022/components/scheme-picker/scheme-picker.component.mjs +1 -1
  22. package/esm2022/dataset/components/dataset-card/dataset-card.component.mjs +3 -3
  23. package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +3 -3
  24. package/esm2022/dataset/components/dataset.component.mjs +3 -3
  25. package/esm2022/dataset/style/css.component.mjs +2 -2
  26. package/esm2022/filters/autocomplete/autocomplete.component.mjs +1 -1
  27. package/esm2022/filters/list/list-filter.component.mjs +1 -1
  28. package/esm2022/import/components/import.component.mjs +1 -1
  29. package/esm2022/lib/core/components/about/about.component.mjs +3 -3
  30. package/esm2022/lib/core/components/base-menu/base-menu.component.mjs +3 -3
  31. package/esm2022/lib/core/components/base-toolbox-action/base-toolbox-action.component.mjs +3 -3
  32. package/esm2022/lib/core/components/chips-selector/chips-selector.component.mjs +8 -4
  33. package/esm2022/lib/core/components/overlay/dialog-confirm.component.mjs +3 -3
  34. package/esm2022/lib/core/components/select/select.component.mjs +21 -9
  35. package/esm2022/lib/core/components/select/select.module.mjs +5 -4
  36. package/esm2022/lib/core/components/select-image/select-image.component.mjs +2 -2
  37. package/esm2022/lib/core/components/share/share.component.mjs +1 -1
  38. package/esm2022/lib/core/i18n/en.translations.mjs +7 -2
  39. package/esm2022/lib/core/i18n/fr.translations.mjs +8 -3
  40. package/esm2022/lib/core/store/image/image.service.mjs +4 -3
  41. package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +3 -3
  42. package/esm2022/lib/dashboard/components/dashboard.component.mjs +3 -3
  43. package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-selector.component.mjs +3 -3
  44. package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +2 -2
  45. package/esm2022/lib/dashboard/components/widgets/widget-instanciator/widget-factory.service.mjs +16 -1
  46. package/esm2022/lib/dashboard/filter/components/filter-group/filter-group.component.mjs +3 -3
  47. package/esm2022/lib/dashboard/filter/style/css.component.mjs +2 -2
  48. package/esm2022/lib/dashboard/item-utils.mjs +2 -2
  49. package/esm2022/lib/dashboard/store/dashboard.selectors.mjs +1 -4
  50. package/esm2022/lib/dashboard/store/refresh.service.mjs +14 -9
  51. package/esm2022/notification/store/notification.service.mjs +1 -1
  52. package/esm2022/notification/style/css.component.mjs +2 -2
  53. package/esm2022/pipeline/components/pipeline-editor/pipeline-editor.component.mjs +3 -3
  54. package/esm2022/pipeline-components/filter/component/filter.component.mjs +1 -1
  55. package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +1 -1
  56. package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +1 -1
  57. package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +1 -1
  58. package/esm2022/presentation/components/presentation.component.mjs +4 -3
  59. package/esm2022/presentation/style/css.component.mjs +2 -2
  60. package/esm2022/restitution/components/restitution/restitution.component.mjs +3 -3
  61. package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +3 -3
  62. package/esm2022/restitution/components/restitution-list/restitution-list.component.mjs +3 -3
  63. package/esm2022/restitution/components/restitution-list-item/restitution-list-item.component.mjs +3 -3
  64. package/esm2022/restitution/style/css.component.mjs +2 -2
  65. package/esm2022/search/search-home/search-home.component.mjs +2 -2
  66. package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +1 -1
  67. package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +1 -1
  68. package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +1 -1
  69. package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +1 -1
  70. package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +13 -10
  71. package/esm2022/toolbox/components/clear-view/clear-view.component.mjs +3 -3
  72. package/esm2022/toolbox/components/delete/delete.component.mjs +3 -3
  73. package/esm2022/toolbox/components/drag-widgets/drag-widgets.component.mjs +3 -3
  74. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +20 -8
  75. package/esm2022/toolbox/components/launch-tab/launch-tab.component.mjs +3 -3
  76. package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +20 -18
  77. package/esm2022/toolbox/components/save-view/save-view.component.mjs +3 -3
  78. package/esm2022/toolbox/components/select-grid-layout/select-grid-layout.component.mjs +3 -3
  79. package/esm2022/toolbox/components/share/share.component.mjs +4 -3
  80. package/esm2022/toolbox/components/switch-to-edit-content/switch-to-edit-content.component.mjs +3 -3
  81. package/esm2022/toolbox/components/toolbox.component.mjs +19 -6
  82. package/esm2022/toolbox/style/css.component.mjs +2 -2
  83. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +3 -3
  84. package/esm2022/widgets/widget-aggregated-chart/style/css.component.mjs +2 -2
  85. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +1 -1
  86. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +4 -5
  87. package/esm2022/widgets/widget-graph/style/css.component.mjs +2 -2
  88. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +8 -8
  89. package/esm2022/widgets/widget-map/pipe/widget-map-legend-url.pipe.mjs +3 -2
  90. package/esm2022/widgets/widget-map/style/css.component.mjs +3 -3
  91. package/esm2022/widgets/widget-map/utils/widget-map.utils.mjs +5 -1
  92. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +1 -1
  93. package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +1 -1
  94. package/fesm2022/provoly-dashboard-admin.mjs +62 -47
  95. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  96. package/fesm2022/provoly-dashboard-components-checkbox.mjs +2 -2
  97. package/fesm2022/provoly-dashboard-components-checkbox.mjs.map +1 -1
  98. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +1 -1
  99. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
  100. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +1 -1
  101. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs.map +1 -1
  102. package/fesm2022/provoly-dashboard-dataset.mjs +8 -8
  103. package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
  104. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +1 -1
  105. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
  106. package/fesm2022/provoly-dashboard-filters-list.mjs +1 -1
  107. package/fesm2022/provoly-dashboard-filters-list.mjs.map +1 -1
  108. package/fesm2022/provoly-dashboard-import.mjs +1 -1
  109. package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
  110. package/fesm2022/provoly-dashboard-notification.mjs +2 -2
  111. package/fesm2022/provoly-dashboard-notification.mjs.map +1 -1
  112. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +1 -1
  113. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
  114. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +1 -1
  115. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
  116. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +1 -1
  117. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
  118. package/fesm2022/provoly-dashboard-pipeline.mjs +2 -2
  119. package/fesm2022/provoly-dashboard-pipeline.mjs.map +1 -1
  120. package/fesm2022/provoly-dashboard-presentation.mjs +6 -5
  121. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  122. package/fesm2022/provoly-dashboard-restitution.mjs +10 -10
  123. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  124. package/fesm2022/provoly-dashboard-search.mjs +5 -5
  125. package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
  126. package/fesm2022/provoly-dashboard-toolbox.mjs +83 -52
  127. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  128. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +4 -4
  129. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  130. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +1 -1
  131. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
  132. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +5 -6
  133. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
  134. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +14 -9
  135. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  136. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +1 -1
  137. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
  138. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +1 -1
  139. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
  140. package/fesm2022/provoly-dashboard.mjs +108 -65
  141. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  142. package/lib/core/components/overlay/dialog-confirm.component.d.ts +1 -1
  143. package/lib/core/components/select/select.component.d.ts +2 -1
  144. package/lib/core/components/select/select.module.d.ts +2 -1
  145. package/lib/core/i18n/en.translations.d.ts +5 -0
  146. package/lib/core/i18n/fr.translations.d.ts +5 -0
  147. package/lib/dashboard/components/widgets/header/widget-header.component.d.ts +1 -1
  148. package/lib/dashboard/components/widgets/widget-instanciator/widget-factory.service.d.ts +8 -1
  149. package/lib/dashboard/filter/style/_o-pry-filter-group.scss +1 -1
  150. package/lib/dashboard/store/dashboard.selectors.d.ts +0 -13
  151. package/lib/dashboard/store/refresh.service.d.ts +3 -1
  152. package/notification/style/_m-notifications.scss +4 -10
  153. package/package.json +13 -13
  154. package/presentation/style/_o-pry-new-presentation.scss +0 -4
  155. package/presentation/style/_o-pry-presentation.scss +6 -4
  156. package/restitution/style/_o-restitution-list.scss +1 -1
  157. package/styles/abstracts/_mixins.scss +13 -0
  158. package/styles/components/_a-btn.scss +8 -26
  159. package/styles/components/_a-chip.scss +19 -0
  160. package/styles/components/_a-pry-select.scss +13 -0
  161. package/styles/components/_a-range-slider.scss +4 -5
  162. package/styles/components/_m-info-icon.scss +2 -3
  163. package/styles/components/_m-nav-links.scss +2 -7
  164. package/styles/components/{_o-datasources.scss → _o-chips-selector.scss} +3 -4
  165. package/styles/components/_o-dashboard.scss +41 -7
  166. package/styles/components/_o-modal.scss +1 -1
  167. package/styles/components/_o-widget.scss +11 -5
  168. package/styles/layout/_o-manifest-layout.scss +4 -0
  169. package/styles/libs/_reset-lib-ol.scss +9 -5
  170. package/styles/main.scss +7 -7
  171. package/styles-theme/abstracts-theme/_abstracts-overlays.theme.scss +6 -0
  172. package/styles-theme/abstracts-theme/variables/_variables-colors.scss +18 -24
  173. package/styles-theme/abstracts-theme/variables/_variables-decoration.scss +2 -2
  174. package/styles-theme/abstracts-theme/variables/_variables-typo.scss +2 -2
  175. package/styles-theme/base-theme/_typography.theme.scss +5 -2
  176. package/styles-theme/components-theme/_a-btn.theme.scss +42 -73
  177. package/styles-theme/components-theme/_a-checkbox.theme.scss +3 -45
  178. package/styles-theme/components-theme/_a-chip.theme.scss +32 -0
  179. package/styles-theme/components-theme/_a-form-field.theme.scss +1 -1
  180. package/styles-theme/components-theme/_a-label.theme.scss +1 -0
  181. package/styles-theme/components-theme/_a-pry-select.theme.scss +13 -7
  182. package/styles-theme/components-theme/_a-range-slider.theme.scss +16 -16
  183. package/styles-theme/components-theme/_a-table.theme.scss +2 -2
  184. package/styles-theme/components-theme/_a-toggle.theme.scss +7 -8
  185. package/styles-theme/components-theme/_m-btn-sorttable.theme.scss +3 -3
  186. package/styles-theme/components-theme/_m-filter.theme.scss +4 -13
  187. package/styles-theme/components-theme/_m-form-radio-group.theme.scss +17 -0
  188. package/styles-theme/components-theme/_m-info-icon.theme.scss +11 -0
  189. package/styles-theme/components-theme/_m-minus-plus.theme.scss +2 -2
  190. package/styles-theme/components-theme/_m-nav-links.theme.scss +18 -0
  191. package/styles-theme/components-theme/_m-notifications.theme.scss +8 -4
  192. package/styles-theme/components-theme/_m-time-picker.theme.scss +1 -1
  193. package/styles-theme/components-theme/_o-catalog.theme.scss +1 -1
  194. package/styles-theme/components-theme/_o-date-picker.theme.scss +2 -2
  195. package/styles-theme/components-theme/_o-draggable-menu.theme.scss +2 -2
  196. package/styles-theme/components-theme/_o-multi-class-field-selection.theme.scss +1 -1
  197. package/styles-theme/components-theme/_o-object-panel.theme.scss +1 -1
  198. package/styles-theme/components-theme/_o-pry-admin-classes-customize.theme.scss +0 -9
  199. package/styles-theme/components-theme/_o-pry-dataset-card.theme.scss +8 -0
  200. package/styles-theme/components-theme/_o-pry-presentation.theme.scss +18 -11
  201. package/styles-theme/components-theme/_o-pry-search-tools.theme.scss +2 -13
  202. package/styles-theme/components-theme/_o-pry-stepper.theme.scss +6 -8
  203. package/styles-theme/components-theme/_o-restitution-list.theme.scss +1 -1
  204. package/styles-theme/components-theme/_o-search-fulltext.theme.scss +2 -2
  205. package/styles-theme/components-theme/_o-search-multi-class.theme.scss +0 -5
  206. package/styles-theme/components-theme/_o-settings.theme.scss +1 -1
  207. package/styles-theme/components-theme/_o-tabs.theme.scss +1 -1
  208. package/styles-theme/components-theme/_o-widget-iframe.theme.scss +2 -2
  209. package/styles-theme/components-theme/_o-widget.theme.scss +31 -2
  210. package/styles-theme/components-theme/_overlay.theme.scss +3 -3
  211. package/styles-theme/layout-theme/_o-base-layout.theme.scss +4 -3
  212. package/styles-theme/layout-theme/_o-manifest-layout.theme.scss +8 -2
  213. package/styles-theme/libs-theme/_reset-lib-ol.theme.scss +12 -3
  214. package/styles-theme/main-theme.scss +6 -4
  215. package/toolbox/components/automate-refresh/automate-refresh.component.d.ts +3 -1
  216. package/toolbox/components/filter-settings/filter-settings.component.d.ts +3 -2
  217. package/toolbox/components/refresh-datasets/refresh-datasets.component.d.ts +3 -2
  218. package/toolbox/components/toolbox.component.d.ts +3 -1
  219. package/toolbox/style/_o-filter-settings.scss +0 -4
  220. package/toolbox/style/_o-toolbox.scss +2 -26
  221. package/widgets/widget-aggregated-chart/style/_o-widget-chart.scss +3 -0
  222. package/widgets/widget-graph/component/widget-graph.component.d.ts +0 -1
  223. package/widgets/widget-graph/style/_o-widget-graph.scss +14 -0
  224. package/widgets/widget-map/pipe/widget-map-legend-url.pipe.d.ts +1 -1
  225. package/widgets/widget-map/style/{_o-layer-legend.scss → _m-layer-legend.scss} +7 -8
  226. package/widgets/widget-map/style/_o-widget-map.scss +2 -2
  227. package/styles/components/_a-chips.scss +0 -15
  228. package/styles-theme/components-theme/_o-datasources.theme.scss +0 -41
@@ -25,16 +25,45 @@
25
25
  @include typography-level(themed($theme-map, 'typography', 'panel'));
26
26
  }
27
27
 
28
+ .ol-control {
29
+ button {
30
+ color: themed($theme-map, 'color', 'primary', 600);
31
+
32
+ &:hover {
33
+ @include changeBgColor(
34
+ $targetBgColor: themed($theme-map, 'color', 'primary', 600),
35
+ $targetTextColor: themed($theme-map, 'color', 'primary', 'contrast', 50),
36
+ $targetBorderColor: themed($theme-map, 'color', 'primary', 600)
37
+ );
38
+ }
39
+ }
40
+ }
41
+
28
42
  .m-btn-group.-selection-choice, .m-btn-group.-map-selection-choice {
29
43
  border-color: themed($theme-map, 'color', 'primary', 400);
44
+ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
45
+
46
+ &.-map-export {
47
+ &:hover {
48
+ @include changeBgColor(
49
+ $targetBgColor: themed($theme-map, 'color', 'primary', 600),
50
+ $targetTextColor: themed($theme-map, 'color', 'primary', 'contrast', 50),
51
+ $targetBorderColor: themed($theme-map, 'color', 'primary', 600)
52
+ );
53
+
54
+ button {
55
+ color: themed($theme-map, 'color', 'primary', 50);
56
+ }
57
+ }
58
+ }
30
59
 
31
60
  .a-btn {
32
- color: #113b6e;
61
+ color: themed($theme-map, 'color', 'primary', 600);
33
62
  background-color: transparent;
34
63
 
35
64
  &.-selected {
36
65
  color: themed($theme-map, 'color', 'accent', 500);
37
- background-color: themed($theme-map, 'color', 'primary', 'contrast', 500);
66
+ background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
38
67
  }
39
68
  }
40
69
  }
@@ -9,7 +9,7 @@
9
9
  background-color: themed($theme-map, 'color', 'primary', 50);
10
10
 
11
11
  &.pry-tooltip-reversed {
12
- color: themed($theme-map, 'color', 'primary', 'contrast', 700);
12
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
13
13
  background-color: themed($theme-map, 'color', 'graph', 01);
14
14
  }
15
15
 
@@ -21,10 +21,10 @@
21
21
 
22
22
  .pry-overlay-container {
23
23
  color: themed($theme-map, 'color', 'graph', 01);
24
- background-color: themed($theme-map, 'color', 'primary', 'contrast', 700);
24
+ background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
25
25
 
26
26
  &.pry-overlay-reversed {
27
- color: themed($theme-map, 'color', 'primary', 'contrast', 700);
27
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
28
28
  background-color: themed($theme-map, 'color', 'graph', 01);
29
29
  }
30
30
 
@@ -6,19 +6,20 @@
6
6
  .o-base-layout {
7
7
  &__title {
8
8
  border-right: 1px themed($theme-map, 'color', 'primary', 400) solid;
9
+ border-bottom: 1px themed($theme-map, 'color', 'primary', 400) solid;
9
10
 
10
11
  .a-btn {
11
- color: themed($theme-map, 'color', 'primary', 'contrast', 600);
12
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
12
13
  }
13
14
  }
14
15
 
15
16
  &__menu {
16
17
  border-right: 1px themed($theme-map, 'color', 'primary', 400) solid;
17
- color: themed($theme-map, 'color', 'primary', 'contrast', 600);
18
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
18
19
  }
19
20
 
20
21
  &__toolbox {
21
22
  border-bottom-color: themed($theme-map, 'color', 'primary', 300);
22
- color: themed($theme-map, 'color', 'primary', 'contrast', 100);
23
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
23
24
  }
24
25
  }
@@ -6,7 +6,13 @@
6
6
  .o-manifest-layout {
7
7
  &__toolbox {
8
8
  border-bottom-color: themed($theme-map, 'color', 'primary', 300);
9
- color: themed($theme-map, 'color', 'primary', 'contrast', 100);
9
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
10
+
11
+ &__search {
12
+ .a-icon {
13
+ color: themed($theme-map, 'color', 'primary', 600);
14
+ }
15
+ }
10
16
  }
11
17
 
12
18
  .o-card-manifest {
@@ -22,7 +28,7 @@
22
28
  }
23
29
  }
24
30
 
25
- .m-btn-group .a-btn {
31
+ .m-btn-group .search-icon {
26
32
  color: themed($theme-map, 'color', 'primary', 400);
27
33
 
28
34
  &:hover {
@@ -6,30 +6,39 @@
6
6
  .ol-control button {
7
7
  border-color: themed($theme-map, 'color', 'primary', 400);
8
8
  background-color: themed($theme-map, 'color', 'grey', 50);
9
+ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
9
10
  }
10
11
 
11
12
  .ol-zoom {
12
13
  .ol-zoom-in,
13
14
  .ol-zoom-out {
14
- color: themed($theme-map, 'color', 'primary', 500);
15
+ font-family: Arial, sans-serif;
16
+ font-weight: 300;
17
+ font-size: toRem(24);
18
+ color: themed($theme-map, 'color', 'primary', 600);
15
19
  background-color: themed($theme-map, 'color', 'grey', 50);
16
20
 
17
21
  &:hover,
18
22
  &:focus {
19
- background-color: themed($theme-map, 'color', 'grey', 200);
23
+ @include changeBgColor(
24
+ $targetBgColor: themed($theme-map, 'color', 'primary', 600),
25
+ $targetTextColor: themed($theme-map, 'color', 'primary', 'contrast', 50),
26
+ $targetBorderColor: themed($theme-map, 'color', 'primary', 600)
27
+ )
20
28
  }
21
29
  }
22
30
  }
23
31
 
24
32
  .ol-searchbar button,
25
33
  .layer-switcher button {
34
+ box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
26
35
  border-color: themed($theme-map, 'color', 'primary', 400) !important;
27
36
  background-color: themed($theme-map, 'color', 'grey', 50) !important;
28
37
  }
29
38
 
30
39
  .ol-control button:hover,
31
40
  .ol-control button:focus {
32
- background-color: themed($theme-map, 'color', 'grey', 200) !important;
41
+ background-color: themed($theme-map, 'color', 'grey', 200);
33
42
  }
34
43
 
35
44
  .ol-searchbar,
@@ -4,8 +4,10 @@
4
4
  @use 'components-theme/a-badge.theme' as *;
5
5
  @use 'components-theme/a-btn.theme' as *;
6
6
  @use 'components-theme/a-checkbox.theme' as *;
7
- @use 'components-theme/a-icon.theme' as *;
7
+ @use 'components-theme/a-chip.theme' as *;
8
+ @use 'components-theme/a-expandable-value.theme' as *;
8
9
  @use 'components-theme/a-form-field.theme' as *;
10
+ @use 'components-theme/a-icon.theme' as *;
9
11
  @use 'components-theme/a-label.theme' as *;
10
12
  @use 'components-theme/a-link.theme' as *;
11
13
  @use 'components-theme/a-page-loader.theme' as *;
@@ -14,7 +16,6 @@
14
16
  @use 'components-theme/a-table.theme' as *;
15
17
  @use 'components-theme/a-toggle.theme' as *;
16
18
  @use 'components-theme/a-tooltip.theme' as *;
17
- @use 'components-theme/a-expandable-value.theme' as *;
18
19
 
19
20
 
20
21
  /* Atoms lib */
@@ -25,15 +26,17 @@
25
26
  @use 'components-theme/m-choose-widget.theme' as *;
26
27
  @use 'components-theme/m-context-menu.theme' as *;
27
28
  @use 'components-theme/m-filter.theme' as *;
29
+ @use 'components-theme/m-form-radio-group.theme' as *;
30
+ @use 'components-theme/m-info-icon.theme' as *;
28
31
  @use 'components-theme/m-metadata-tag.theme' as *;
29
32
  @use 'components-theme/m-minus-plus.theme' as *;
30
33
  @use 'components-theme/m-nav-links.theme' as *;
31
34
  @use 'components-theme/m-notifications.theme' as *;
35
+ @use 'components-theme/m-pry-search-select-attribute.theme' as *;
32
36
  @use 'components-theme/m-snackbar.theme' as *;
33
37
  @use 'components-theme/m-time-picker.theme' as *;
34
38
  @use 'components-theme/m-toolbox.theme' as *;
35
39
  @use 'components-theme/m-tooltip.theme' as *;
36
- @use 'components-theme/m-pry-search-select-attribute.theme' as *;
37
40
 
38
41
  /* Organisms */
39
42
  @use 'components-theme/o-accordion.theme' as *;
@@ -41,7 +44,6 @@
41
44
  @use 'components-theme/o-catalog.theme' as *;
42
45
  @use 'components-theme/o-dashboard.theme' as *;
43
46
  @use 'components-theme/o-date-picker.theme' as *;
44
- @use 'components-theme/o-datasources.theme' as *;
45
47
  @use 'components-theme/o-draggable-menu.theme' as *;
46
48
  @use 'components-theme/o-modal.theme' as *;
47
49
  @use 'components-theme/o-multi-class-condition.theme' as *;
@@ -1,12 +1,14 @@
1
1
  import { Overlay, OverlayRef } from '@angular/cdk/overlay';
2
2
  import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
3
3
  import { Store } from '@ngrx/store';
4
+ import { WidgetFactoryService } from '@provoly/dashboard';
4
5
  import { Observable } from 'rxjs';
5
6
  import { ToolboxActionComponent } from '../toolbox-action/toolbox-action.component';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class AutomateRefreshComponent extends ToolboxActionComponent implements OnInit {
8
9
  private overlay;
9
10
  private viewContainerRef;
11
+ private widgetFactoryService;
10
12
  datasourceList: TemplateRef<any>;
11
13
  refreshRateList: TemplateRef<any>;
12
14
  refreshRates: number[];
@@ -18,7 +20,7 @@ export declare class AutomateRefreshComponent extends ToolboxActionComponent imp
18
20
  allRefreshRate$: Observable<number>;
19
21
  private overlayRefDatasourceList?;
20
22
  private overlayRefRefreshList?;
21
- constructor(store: Store, overlay: Overlay, viewContainerRef: ViewContainerRef);
23
+ constructor(store: Store, overlay: Overlay, viewContainerRef: ViewContainerRef, widgetFactoryService: WidgetFactoryService);
22
24
  ngOnInit(): void;
23
25
  toggleDatasourceList(): void;
24
26
  hide(overlayRef: OverlayRef | undefined): void;
@@ -2,7 +2,7 @@ import { CdkDragDrop } from '@angular/cdk/drag-drop';
2
2
  import { Overlay, OverlayRef } from '@angular/cdk/overlay';
3
3
  import { Injector, TemplateRef, ViewContainerRef } from '@angular/core';
4
4
  import { Store } from '@ngrx/store';
5
- import { Class, DataSource, FieldType, Filter, FilterFactoryService, GlobalManifest } from '@provoly/dashboard';
5
+ import { Class, DataSource, FieldType, Filter, FilterFactoryService, GlobalManifest, PryI18nService } from '@provoly/dashboard';
6
6
  import { BehaviorSubject, Observable } from 'rxjs';
7
7
  import { ToolboxActionComponent } from '../toolbox-action/toolbox-action.component';
8
8
  import * as i0 from "@angular/core";
@@ -23,6 +23,7 @@ export declare class PryFilterSettingsComponent extends ToolboxActionComponent {
23
23
  private viewContainerRef;
24
24
  private filterFactoryService;
25
25
  private injector;
26
+ private i18nService;
26
27
  label: boolean;
27
28
  templateSettings: TemplateRef<any>;
28
29
  overlayRefSettings?: OverlayRef;
@@ -56,7 +57,7 @@ export declare class PryFilterSettingsComponent extends ToolboxActionComponent {
56
57
  }[]>;
57
58
  selectedAttribute$: BehaviorSubject<string[]>;
58
59
  container: ViewContainerRef;
59
- constructor(store: Store, overlay: Overlay, viewContainerRef: ViewContainerRef, filterFactoryService: FilterFactoryService, injector: Injector);
60
+ constructor(store: Store, overlay: Overlay, viewContainerRef: ViewContainerRef, filterFactoryService: FilterFactoryService, injector: Injector, i18nService: PryI18nService);
60
61
  getDatasourceClass(dataSource: DataSource, classes: Class[]): Class | undefined;
61
62
  isValidAttributeForComponentType(componentType: string, attribute: Attribute): boolean;
62
63
  drop(event: CdkDragDrop<Filter[]>): void;
@@ -1,13 +1,14 @@
1
1
  import { Store } from '@ngrx/store';
2
- import { GlobalManifest } from '@provoly/dashboard';
2
+ import { GlobalManifest, WidgetFactoryService } from '@provoly/dashboard';
3
3
  import { Observable } from 'rxjs';
4
4
  import { ToolboxActionComponent } from '../toolbox-action/toolbox-action.component';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class RefreshDatasetsComponent extends ToolboxActionComponent {
7
+ private widgetFactoryService;
7
8
  manifest$: Observable<GlobalManifest>;
8
9
  manifest?: GlobalManifest;
9
10
  datasetCount: number;
10
- constructor(store: Store);
11
+ constructor(store: Store, widgetFactoryService: WidgetFactoryService);
11
12
  refresh(): void;
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<RefreshDatasetsComponent, never>;
13
14
  static ɵcmp: i0.ɵɵComponentDeclaration<RefreshDatasetsComponent, "pry-refresh-datasets", never, {}, {}, never, never, false, never>;
@@ -3,6 +3,7 @@ import { Store } from '@ngrx/store';
3
3
  import { DisplayOptions, PryBaseAccess } from '@provoly/dashboard';
4
4
  import { BehaviorSubject, Observable } from 'rxjs';
5
5
  import { ToolboxAction } from '../toolbox.model';
6
+ import { ConnectedPosition } from '@angular/cdk/overlay';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare class ToolboxComponent implements OnInit {
8
9
  private role;
@@ -12,6 +13,7 @@ export declare class ToolboxComponent implements OnInit {
12
13
  order: number;
13
14
  }[]>;
14
15
  displayLabels: boolean;
16
+ dropdownPosition: ConnectedPosition[];
15
17
  isManualMode$: Observable<boolean>;
16
18
  allActions$: Observable<ToolboxAction[]>;
17
19
  mainActions$: Observable<ToolboxAction[]>;
@@ -32,5 +34,5 @@ export declare class ToolboxComponent implements OnInit {
32
34
  closeDropdown($event: Event | void): void;
33
35
  getOrder(actionName: string): number | undefined;
34
36
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolboxComponent, [null, { optional: true; }]>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<ToolboxComponent, "pry-toolbox", never, { "displayLabels": { "alias": "displayLabels"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "dropdownActions": { "alias": "dropdownActions"; "required": false; }; }, {}, never, never, false, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToolboxComponent, "pry-toolbox", never, { "displayLabels": { "alias": "displayLabels"; "required": false; }; "dropdownPosition": { "alias": "dropdownPosition"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "dropdownActions": { "alias": "dropdownActions"; "required": false; }; }, {}, never, never, false, never>;
36
38
  }
@@ -12,10 +12,6 @@
12
12
  padding: toRem(30) toRem(40);
13
13
  }
14
14
 
15
- .backdrop {
16
- background-color: rgba(0, 0, 0, 0.3);
17
- }
18
-
19
15
  .o-filters {
20
16
  width: 100%;
21
17
 
@@ -6,31 +6,7 @@
6
6
  &__list {
7
7
  display: flex;
8
8
  flex-direction: column;
9
-
10
- &__item {
11
- .a-btn {
12
- border: none;
13
- color: #40b688;
14
- font-weight: 500;
15
- margin-bottom: toRem(-5);
16
- }
17
-
18
- .a-btn:disabled {
19
- color: #40b688;
20
- opacity: 0.5;
21
- }
22
-
23
- .a-btn::before {
24
- content: '\2192';
25
- font-size: toRem(20);
26
- padding-bottom: toRem(10);
27
- }
28
-
29
- pry-toolbox-action-instanciator {
30
- .a-tooltip[data-tooltip][data-tooltip-position=bottom]::after {
31
- top: calc(100% - 10px);
32
- }
33
- }
34
- }
9
+ padding: toRem(4) 0;
10
+ align-items: flex-end;
35
11
  }
36
12
  }
@@ -18,6 +18,9 @@
18
18
 
19
19
  div.vega-embed {
20
20
  display: block;
21
+ position: absolute;
22
+ height: 100%;
23
+ width: 100%;
21
24
  }
22
25
 
23
26
  div.vega-embed.has-actions {
@@ -48,7 +48,6 @@ export declare class WidgetGraphComponent extends DataWidgetComponent implements
48
48
  relationTypes: RelationType[];
49
49
  move$: Subject<MouseEvent>;
50
50
  mode: 'move' | 'rectangle';
51
- bottomLeft$: Observable<string>;
52
51
  offset: number[];
53
52
  additionnalOffset: [number, number];
54
53
  layouts: {
@@ -3,6 +3,20 @@
3
3
  /* Organism - widget graph */
4
4
  /* Extends o-widget */
5
5
 
6
+ .o-widget {
7
+ &--graph {
8
+ &__canvas {
9
+ position: absolute;
10
+ height: 100%;
11
+ width: 100%;
12
+ }
13
+ }
14
+
15
+ .m-btn-group.-selection-choice {
16
+ transform: translate(10px, 10px);
17
+ }
18
+ }
19
+
6
20
  .a-tooltip {
7
21
  &--move {
8
22
  &[data-tooltip]:not([data-tooltip-position])::after {
@@ -9,7 +9,7 @@ export declare class WidgetMapLegendUrlPipe implements PipeTransform {
9
9
  [p: string]: GetCapabilitiesResponse | null;
10
10
  } | undefined | null;
11
11
  }]): string;
12
- returnStyleForLayer(style: ChildNode): any;
12
+ returnStyleForLayer(style: ChildNode): string;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<WidgetMapLegendUrlPipe, never>;
14
14
  static ɵpipe: i0.ɵɵPipeDeclaration<WidgetMapLegendUrlPipe, "legendUrl", false>;
15
15
  }
@@ -1,4 +1,4 @@
1
- @use '../../../styles/abstracts/index' as *;
1
+ @use '../../../styles/abstracts' as *;
2
2
 
3
3
  .m-map-layer-action {
4
4
  display: flex;
@@ -6,6 +6,10 @@
6
6
  z-index: 2;
7
7
  right: toRem(8);
8
8
 
9
+ button {
10
+ border-radius: 8px;
11
+ }
12
+
9
13
  &.ol-control {
10
14
  border: none;
11
15
  background-color: transparent;
@@ -21,11 +25,6 @@
21
25
  height: toRem(30);
22
26
  }
23
27
 
24
- button {
25
- background-color: #fafafa !important;
26
- color: #113b6e;
27
- }
28
-
29
28
  &__title {
30
29
  display: flex;
31
30
  flex-direction: row;
@@ -41,7 +40,7 @@
41
40
  &__container {
42
41
  color: #113b6e;
43
42
  background-color: white;
44
- border-radius: toRem(2);
43
+ border-radius: toRem(8);
45
44
  padding: toRem(5) toRem(8);
46
45
 
47
46
  .a-h4 {
@@ -90,7 +89,7 @@
90
89
  position: absolute;
91
90
  z-index: 1;
92
91
  background-color: white;
93
- border-radius: toRem(5);
92
+ border-radius: toRem(8);
94
93
  padding: toRem(5);
95
94
 
96
95
  &.-left {
@@ -41,7 +41,7 @@
41
41
  right: unset;
42
42
  border-width: toRem(1);
43
43
  border-style: solid;
44
- border-radius: toRem(7);
44
+ border-radius: toRem(8);
45
45
 
46
46
  button {
47
47
  background-size: 30px;
@@ -57,7 +57,7 @@
57
57
  .ol-attribution, .ol-zoom {
58
58
  top: toRem(5);
59
59
  bottom: unset;
60
- border-radius: toRem(6);
60
+ border-radius: toRem(8);
61
61
  padding: 0;
62
62
  border: none;
63
63
  background: white;
@@ -1,15 +0,0 @@
1
- @use '../abstracts' as *;
2
-
3
- .a-chips {
4
- border-radius: toRem(20);
5
- height: toRem(14);
6
- line-height: toRem(10);
7
- font-size: toRem(10);
8
- padding: toRem(3);
9
-
10
- &.-md {
11
- height: toRem(18);
12
- line-height: toRem(14);
13
- font-size: toRem(14);
14
- }
15
- }
@@ -1,41 +0,0 @@
1
- @use '../../styles/abstracts' as *;
2
- @use '../abstracts-theme' as *;
3
-
4
- /**
5
- Theme organism- Datas sources
6
- */
7
-
8
- .o-datasources {
9
- &__list {
10
- &--selected {
11
- .a-btn--icon-text {
12
- color: themed($theme-map, 'color', 'primary', 600);
13
- background-color: themed($theme-map, 'color', 'accent', 'contrast', 600);
14
- box-shadow: themed($theme-map, 'decoration', 'shadow', 'default');
15
- font-size: toRem(14);
16
- font-weight: 500;
17
-
18
- pry-icon {
19
- background-color: themed($theme-map, 'color', 'accent', 600);
20
- color: themed($theme-map, 'color', 'accent', 'contrast', 600);
21
- border-radius: 50%;
22
- }
23
- }
24
- }
25
- }
26
-
27
- &__card,
28
- .o-pry-card {
29
- @extend %card-with-hover;
30
-
31
- &.-selected {
32
- color: themed($theme-map, 'color', 'accent', 'contrast', 600);
33
- background-color: themed($theme-map, 'color', 'accent', 600);
34
-
35
- .a-btn.a-btn--primary {
36
- color: themed($theme-map, 'color', 'accent', 600);
37
- background-color: themed($theme-map, 'color', 'accent', 'contrast', 600);
38
- }
39
- }
40
- }
41
- }