@provoly/dashboard 0.22.4 → 0.22.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 (195) hide show
  1. package/dataset/style/_o-pry-dataset-card.scss +24 -2
  2. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +1 -1
  3. package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +1 -1
  4. package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +1 -1
  5. package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +1 -1
  6. package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +1 -1
  7. package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +1 -1
  8. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +3 -3
  9. package/esm2022/admin/components/admin-dataset/shared/admin-form-dataset/admin-form-dataset.component.mjs +1 -1
  10. package/esm2022/admin/components/admin-environment/admin-environment-form/admin-environment-form.component.mjs +1 -1
  11. package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +1 -1
  12. package/esm2022/admin/components/admin-links/admin-links-new/admin-links-new.component.mjs +1 -1
  13. package/esm2022/admin/components/admin-metadata/shared/form-metadata/form-metadata.component.mjs +1 -1
  14. package/esm2022/admin/components/admin-metadata-rules/shared/admin-form-metadata-rules/admin-form-metadata-rules.component.mjs +1 -1
  15. package/esm2022/components/checkbox/checkbox.component.mjs +3 -3
  16. package/esm2022/components/metadata-editor/metadata-editor.component.mjs +1 -1
  17. package/esm2022/components/scheme-picker/scheme-picker.component.mjs +1 -1
  18. package/esm2022/dataset/components/dataset-card/dataset-card.component.mjs +3 -3
  19. package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +3 -3
  20. package/esm2022/dataset/components/dataset.component.mjs +3 -3
  21. package/esm2022/dataset/style/css.component.mjs +2 -2
  22. package/esm2022/filters/autocomplete/autocomplete.component.mjs +1 -1
  23. package/esm2022/filters/list/list-filter.component.mjs +1 -1
  24. package/esm2022/import/components/import.component.mjs +1 -1
  25. package/esm2022/lib/core/components/about/about.component.mjs +3 -3
  26. package/esm2022/lib/core/components/base-toolbox-action/base-toolbox-action.component.mjs +3 -3
  27. package/esm2022/lib/core/components/chips-selector/chips-selector.component.mjs +8 -4
  28. package/esm2022/lib/core/components/overlay/dialog-confirm.component.mjs +3 -3
  29. package/esm2022/lib/core/components/select/select.component.mjs +19 -8
  30. package/esm2022/lib/core/components/share/share.component.mjs +1 -1
  31. package/esm2022/lib/core/i18n/en.translations.mjs +7 -2
  32. package/esm2022/lib/core/i18n/fr.translations.mjs +7 -2
  33. package/esm2022/lib/core/store/image/image.service.mjs +4 -3
  34. package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +3 -3
  35. package/esm2022/lib/dashboard/components/dashboard.component.mjs +3 -3
  36. package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-selector.component.mjs +3 -3
  37. package/esm2022/lib/dashboard/filter/components/filter-group/filter-group.component.mjs +3 -3
  38. package/esm2022/lib/dashboard/filter/style/css.component.mjs +2 -2
  39. package/esm2022/notification/store/notification.service.mjs +1 -1
  40. package/esm2022/notification/style/css.component.mjs +2 -2
  41. package/esm2022/pipeline/components/pipeline-editor/pipeline-editor.component.mjs +3 -3
  42. package/esm2022/pipeline-components/filter/component/filter.component.mjs +1 -1
  43. package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +1 -1
  44. package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +1 -1
  45. package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +1 -1
  46. package/esm2022/presentation/components/presentation.component.mjs +4 -3
  47. package/esm2022/presentation/style/css.component.mjs +2 -2
  48. package/esm2022/restitution/components/restitution/restitution.component.mjs +3 -3
  49. package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +3 -3
  50. package/esm2022/restitution/components/restitution-list/restitution-list.component.mjs +3 -3
  51. package/esm2022/restitution/components/restitution-list-item/restitution-list-item.component.mjs +3 -3
  52. package/esm2022/restitution/style/css.component.mjs +2 -2
  53. package/esm2022/search/search-home/search-home.component.mjs +2 -2
  54. package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +1 -1
  55. package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +1 -1
  56. package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +1 -1
  57. package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +1 -1
  58. package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +3 -3
  59. package/esm2022/toolbox/components/clear-view/clear-view.component.mjs +3 -3
  60. package/esm2022/toolbox/components/delete/delete.component.mjs +3 -3
  61. package/esm2022/toolbox/components/drag-widgets/drag-widgets.component.mjs +3 -3
  62. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +20 -8
  63. package/esm2022/toolbox/components/launch-tab/launch-tab.component.mjs +3 -3
  64. package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +3 -3
  65. package/esm2022/toolbox/components/save-view/save-view.component.mjs +3 -3
  66. package/esm2022/toolbox/components/select-grid-layout/select-grid-layout.component.mjs +3 -3
  67. package/esm2022/toolbox/components/share/share.component.mjs +4 -3
  68. package/esm2022/toolbox/components/switch-to-edit-content/switch-to-edit-content.component.mjs +3 -3
  69. package/esm2022/toolbox/components/toolbox.component.mjs +13 -3
  70. package/esm2022/toolbox/style/css.component.mjs +2 -2
  71. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +3 -3
  72. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +1 -1
  73. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +1 -1
  74. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +7 -7
  75. package/esm2022/widgets/widget-map/pipe/widget-map-legend-url.pipe.mjs +3 -2
  76. package/esm2022/widgets/widget-map/style/css.component.mjs +3 -3
  77. package/esm2022/widgets/widget-map/utils/widget-map.utils.mjs +5 -1
  78. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +1 -1
  79. package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +1 -1
  80. package/fesm2022/provoly-dashboard-admin.mjs +14 -14
  81. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  82. package/fesm2022/provoly-dashboard-components-checkbox.mjs +2 -2
  83. package/fesm2022/provoly-dashboard-components-checkbox.mjs.map +1 -1
  84. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +1 -1
  85. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
  86. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +1 -1
  87. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs.map +1 -1
  88. package/fesm2022/provoly-dashboard-dataset.mjs +8 -8
  89. package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
  90. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +1 -1
  91. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
  92. package/fesm2022/provoly-dashboard-filters-list.mjs +1 -1
  93. package/fesm2022/provoly-dashboard-filters-list.mjs.map +1 -1
  94. package/fesm2022/provoly-dashboard-import.mjs +1 -1
  95. package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
  96. package/fesm2022/provoly-dashboard-notification.mjs +2 -2
  97. package/fesm2022/provoly-dashboard-notification.mjs.map +1 -1
  98. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +1 -1
  99. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
  100. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +1 -1
  101. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
  102. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +1 -1
  103. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
  104. package/fesm2022/provoly-dashboard-pipeline.mjs +2 -2
  105. package/fesm2022/provoly-dashboard-pipeline.mjs.map +1 -1
  106. package/fesm2022/provoly-dashboard-presentation.mjs +6 -5
  107. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  108. package/fesm2022/provoly-dashboard-restitution.mjs +10 -10
  109. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  110. package/fesm2022/provoly-dashboard-search.mjs +5 -5
  111. package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
  112. package/fesm2022/provoly-dashboard-toolbox.mjs +54 -31
  113. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  114. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +2 -2
  115. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  116. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +1 -1
  117. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
  118. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +1 -1
  119. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
  120. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +13 -8
  121. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  122. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +1 -1
  123. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
  124. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +1 -1
  125. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
  126. package/fesm2022/provoly-dashboard.mjs +57 -31
  127. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  128. package/lib/core/components/overlay/dialog-confirm.component.d.ts +1 -1
  129. package/lib/core/components/select/select.component.d.ts +2 -1
  130. package/lib/core/i18n/en.translations.d.ts +5 -0
  131. package/lib/core/i18n/fr.translations.d.ts +5 -0
  132. package/lib/dashboard/filter/style/_o-pry-filter-group.scss +1 -1
  133. package/notification/style/_m-notifications.scss +4 -10
  134. package/package.json +19 -19
  135. package/presentation/style/_o-pry-new-presentation.scss +0 -4
  136. package/presentation/style/_o-pry-presentation.scss +6 -1
  137. package/restitution/style/_o-restitution-list.scss +1 -1
  138. package/styles/abstracts/_mixins.scss +13 -0
  139. package/styles/components/_a-btn.scss +8 -26
  140. package/styles/components/_a-chip.scss +13 -0
  141. package/styles/components/_m-info-icon.scss +2 -3
  142. package/styles/components/{_o-datasources.scss → _o-chips-selector.scss} +3 -4
  143. package/styles/components/_o-dashboard.scss +41 -7
  144. package/styles/components/_o-modal.scss +1 -1
  145. package/styles/components/_o-widget.scss +5 -5
  146. package/styles/layout/_o-manifest-layout.scss +4 -0
  147. package/styles/libs/_reset-lib-ol.scss +9 -5
  148. package/styles/main.scss +7 -7
  149. package/styles-theme/abstracts-theme/_abstracts-overlays.theme.scss +6 -0
  150. package/styles-theme/abstracts-theme/variables/_variables-colors.scss +18 -25
  151. package/styles-theme/abstracts-theme/variables/_variables-decoration.scss +2 -2
  152. package/styles-theme/abstracts-theme/variables/_variables-typo.scss +2 -2
  153. package/styles-theme/components-theme/_a-btn.theme.scss +45 -72
  154. package/styles-theme/components-theme/_a-checkbox.theme.scss +3 -45
  155. package/styles-theme/components-theme/_a-chip.theme.scss +32 -0
  156. package/styles-theme/components-theme/_a-form-field.theme.scss +1 -1
  157. package/styles-theme/components-theme/_a-pry-select.theme.scss +11 -3
  158. package/styles-theme/components-theme/_a-toggle.theme.scss +7 -8
  159. package/styles-theme/components-theme/_m-filter.theme.scss +4 -13
  160. package/styles-theme/components-theme/_m-form-radio-group.theme.scss +17 -0
  161. package/styles-theme/components-theme/_m-info-icon.theme.scss +11 -0
  162. package/styles-theme/components-theme/_m-minus-plus.theme.scss +2 -2
  163. package/styles-theme/components-theme/_m-notifications.theme.scss +8 -4
  164. package/styles-theme/components-theme/_m-time-picker.theme.scss +1 -1
  165. package/styles-theme/components-theme/_o-catalog.theme.scss +1 -1
  166. package/styles-theme/components-theme/_o-date-picker.theme.scss +2 -2
  167. package/styles-theme/components-theme/_o-draggable-menu.theme.scss +2 -2
  168. package/styles-theme/components-theme/_o-multi-class-field-selection.theme.scss +1 -1
  169. package/styles-theme/components-theme/_o-object-panel.theme.scss +1 -1
  170. package/styles-theme/components-theme/_o-pry-admin-classes-customize.theme.scss +0 -9
  171. package/styles-theme/components-theme/_o-pry-dataset-card.theme.scss +8 -0
  172. package/styles-theme/components-theme/_o-pry-presentation.theme.scss +12 -14
  173. package/styles-theme/components-theme/_o-pry-search-tools.theme.scss +2 -13
  174. package/styles-theme/components-theme/_o-pry-stepper.theme.scss +6 -8
  175. package/styles-theme/components-theme/_o-restitution-list.theme.scss +1 -1
  176. package/styles-theme/components-theme/_o-search-fulltext.theme.scss +2 -2
  177. package/styles-theme/components-theme/_o-search-multi-class.theme.scss +0 -5
  178. package/styles-theme/components-theme/_o-settings.theme.scss +1 -1
  179. package/styles-theme/components-theme/_o-tabs.theme.scss +1 -1
  180. package/styles-theme/components-theme/_o-widget-iframe.theme.scss +2 -2
  181. package/styles-theme/components-theme/_o-widget.theme.scss +31 -2
  182. package/styles-theme/components-theme/_overlay.theme.scss +3 -3
  183. package/styles-theme/layout-theme/_o-base-layout.theme.scss +3 -3
  184. package/styles-theme/layout-theme/_o-manifest-layout.theme.scss +8 -2
  185. package/styles-theme/libs-theme/_reset-lib-ol.theme.scss +12 -3
  186. package/styles-theme/main-theme.scss +5 -4
  187. package/toolbox/components/filter-settings/filter-settings.component.d.ts +3 -2
  188. package/toolbox/components/toolbox.component.d.ts +3 -1
  189. package/toolbox/style/_o-filter-settings.scss +0 -4
  190. package/toolbox/style/_o-toolbox.scss +2 -26
  191. package/widgets/widget-map/pipe/widget-map-legend-url.pipe.d.ts +1 -1
  192. package/widgets/widget-map/style/{_o-layer-legend.scss → _m-layer-legend.scss} +7 -8
  193. package/widgets/widget-map/style/_o-widget-map.scss +2 -2
  194. package/styles/components/_a-chips.scss +0 -15
  195. package/styles-theme/components-theme/_o-datasources.theme.scss +0 -41
@@ -3,11 +3,11 @@
3
3
 
4
4
  /* Theme Atom - date picker */
5
5
  .o-date-picker {
6
- background: themed($theme-map, 'color', 'primary', 'contrast', 600);
6
+ background: themed($theme-map, 'color', 'primary', 'contrast', 50);
7
7
 
8
8
  &__header__dropdown {
9
9
  color: themed($theme-map, 'color', 'primary', 600);
10
- background-color: themed($theme-map, 'color', 'primary', 'contrast', 600);
10
+ background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
11
11
  }
12
12
 
13
13
  .a-icon {
@@ -6,7 +6,7 @@
6
6
  .o-draggable-menu {
7
7
  border-radius: toRem(8);
8
8
  background-color: themed($theme-map, 'color', 'primary', 50);
9
- box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.2);
9
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
10
10
 
11
11
  &__list {
12
12
  &__item {
@@ -20,7 +20,7 @@
20
20
  &__submenu {
21
21
  border-radius: toRem(5);
22
22
  background-color: themed($theme-map, 'color', 'primary', 50);
23
- box-shadow: 2px 3px 10px 2px rgba(0, 0, 0, 0.2);
23
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
24
24
  }
25
25
  }
26
26
  }
@@ -30,7 +30,7 @@
30
30
  background-color: themed($theme-map, 'color', 'accent', 500);
31
31
 
32
32
  .a-btn {
33
- color: themed($theme-map, 'color', 'accent', 'contrast', 500);
33
+ color: themed($theme-map, 'color', 'accent', 'contrast', 50);
34
34
  }
35
35
  }
36
36
 
@@ -6,6 +6,6 @@
6
6
  .o-object-panel {
7
7
  .date-picker-container {
8
8
  border-color: themed($theme-map, 'color', 'primary', 400);
9
- background-color: themed($theme-map, 'color', 'primary', 'contrast', 700);
9
+ background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
10
10
  }
11
11
  }
@@ -12,12 +12,3 @@
12
12
  }
13
13
  }
14
14
  }
15
-
16
- .a-chips {
17
- color: themed($theme-map, 'color', 'accent', 'contrast', 600);
18
- background-color: themed($theme-map, 'color', 'accent', 600);
19
-
20
- &.-not-found {
21
- background-color: themed($theme-map, 'color', 'accent', 100);
22
- }
23
- }
@@ -15,4 +15,12 @@
15
15
  border-top: 1px themed($theme-map, 'color', 'primary', 300) solid;
16
16
  border-bottom: 1px themed($theme-map, 'color', 'primary', 300) solid;
17
17
  }
18
+
19
+ &:hover {
20
+ background-color: themed($theme-map, 'color', 'primary', 300);
21
+
22
+ .o-pry-dataset-card__footer {
23
+ border-top: 1px themed($theme-map, 'color', 'primary', 400) solid;
24
+ }
25
+ }
18
26
  }
@@ -6,6 +6,14 @@
6
6
  &__item {
7
7
  @extend %card-with-hover;
8
8
 
9
+ &:hover {
10
+ background-color: themed($theme-map, 'color', 'primary', 300);
11
+
12
+ .o-presentation__item__footer {
13
+ border-top: 1px themed($theme-map, 'color', 'primary', 400) solid;
14
+ }
15
+ }
16
+
9
17
  &__header {
10
18
  background-color: themed($theme-map, 'color', 'primary', 100);
11
19
 
@@ -15,27 +23,17 @@
15
23
  }
16
24
 
17
25
  &__txt {
18
- .a-p {
19
- &.-date {
20
- color: themed($theme-map, 'color', 'primary', 500);
21
- }
26
+ .a-h3 {
27
+ color: themed($theme-map, 'color', 'primary', 600);
22
28
  }
23
29
  }
24
30
 
25
31
  &__footer {
26
- border-top: 1px themed($theme-map, 'color', 'primary', 300) solid;
32
+ border-top: 1px themed($theme-map, 'color', 'grey', 300) solid;
27
33
 
28
34
  pry-icon {
29
- color: themed($theme-map, 'color', 'accent', 400);
35
+ color: themed($theme-map, 'color', 'primary', 600);
30
36
  }
31
37
  }
32
38
  }
33
-
34
- .more-button {
35
- background: transparent;
36
-
37
- .a-btn {
38
- background-color: themed($theme-map, 'color', 'primary', 50);
39
- }
40
- }
41
39
  }
@@ -4,13 +4,7 @@
4
4
  /* Theme Organism - pry search tools */
5
5
 
6
6
  .o-pry-search-tools {
7
- // color: themed($theme-map, 'color', 'primary', 'contrast', 500);
8
7
  border-right: 1px themed($theme-map, 'color', 'primary', 300) solid;
9
- // background-color: themed($theme-map, 'color', 'primary', 500);
10
-
11
- /*.a-btn.-back{
12
- color: themed($theme-map, 'color', 'primary', 'contrast', 600);
13
- }*/
14
8
 
15
9
  &.is-close {
16
10
  border-right-color: themed($theme-map, 'color', 'primary', 400);
@@ -20,23 +14,18 @@
20
14
  border-bottom-color: themed($theme-map, 'color', 'primary', 400);
21
15
 
22
16
  [class*='a-h'] {
23
- color: themed($theme-map, 'color', 'primary', 'contrast', 600);
17
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
24
18
  }
25
19
 
26
20
  .a-btn {
27
- color: themed($theme-map, 'color', 'primary', 'contrast', 600);
21
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
28
22
  }
29
23
  }
30
24
 
31
25
  &__content {
32
26
  #btn_reset {
33
- // color: themed($theme-map, 'color', 'primary', 'contrast', 600);
34
27
  font-weight: 300;
35
28
  }
36
-
37
- /*.a-toggle {
38
- color: themed($theme-map, 'color', 'primary', 'contrast', 600);
39
- }*/
40
29
  }
41
30
 
42
31
  &__footer {
@@ -5,30 +5,28 @@
5
5
  .o-pry-stepper {
6
6
  .m-stepper-item {
7
7
  &__count {
8
- background-color: #c2d1d9;
8
+ background-color: themed($theme-map, 'color', 'primary', 400);
9
9
 
10
10
  &.-active {
11
- // background-color: #424B5A;
12
- background-color: themed($theme-map, 'color', 'accent', 700);
11
+ background-color: themed($theme-map, 'color', 'primary', 600);
13
12
  }
14
13
 
15
14
  &.-complete {
16
- // background-color: #6C7784;
17
- background-color: themed($theme-map, 'color', 'accent', 400);
15
+ background-color: themed($theme-map, 'color', 'primary', 600);
18
16
  }
19
17
  }
20
18
  }
21
19
 
22
20
  .m-stepper-line {
23
- background: themed($theme-map, 'color', 'accent', 100);
21
+ background-color: themed($theme-map, 'color', 'primary', 400);
24
22
 
25
23
  &__percent {
26
24
  &.-active {
27
- background-color: themed($theme-map, 'color', 'accent', 800);
25
+ background-color: themed($theme-map, 'color', 'primary', 600);
28
26
  }
29
27
 
30
28
  &.-complete {
31
- background-color: themed($theme-map, 'color', 'accent', 600);
29
+ background-color: themed($theme-map, 'color', 'primary', 600);
32
30
  }
33
31
  }
34
32
  }
@@ -17,7 +17,7 @@
17
17
  &__action {
18
18
  border-top: 1px themed($theme-map, 'color', 'primary', 300) solid;
19
19
 
20
- .a-btn--ghost {
20
+ .a-btn--secondary {
21
21
  font-size: toRem(14);
22
22
  line-height: toRem(18);
23
23
  }
@@ -5,7 +5,7 @@
5
5
  .o-search-fulltext {
6
6
  &__classes {
7
7
  color: themed($theme-map, 'color', 'graph', 01);
8
- background-color: themed($theme-map, 'color', 'primary', 'contrast', 700);
8
+ background-color: themed($theme-map, 'color', 'primary', 'contrast', 50);
9
9
 
10
10
  &__content {
11
11
  color: themed($theme-map, 'color', 'graph', 01);
@@ -28,7 +28,7 @@
28
28
  }
29
29
 
30
30
  &__selected {
31
- color: themed($theme-map, 'color', 'primary', 'contrast', 200);
31
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
32
32
  background-color: themed($theme-map, 'color', 'primary', 200);
33
33
  }
34
34
  }
@@ -4,24 +4,19 @@
4
4
  /* Theme Organism - Search multi class */
5
5
 
6
6
  .o-search-multi-class {
7
- // background-color: themed($theme-map, 'color', 'primary', 500);
8
7
  &__header {
9
8
  .a-h3 {
10
- // color: themed($theme-map, 'color', 'primary', 'contrast', 500);
11
9
  font-size: toRem(14);
12
10
  }
13
11
  }
14
12
 
15
13
  &__add-condition {
16
14
  .a-btn.a-btn--secondary {
17
- // border-color: themed($theme-map, 'color', 'primary', 'contrast', 500);
18
15
  border-width: 1px;
19
- // color: themed($theme-map, 'color', 'primary', 'contrast', 500);
20
16
  }
21
17
  }
22
18
 
23
19
  .a-btn.a-btn--icon-text {
24
- // color: themed($theme-map, 'color', 'primary', 'contrast', 500);
25
20
  font-size: toRem(13);
26
21
  font-weight: 400;
27
22
  }
@@ -34,7 +34,7 @@
34
34
 
35
35
  &:hover,
36
36
  &:active {
37
- color: themed($theme-map, 'color', 'accent', 500);
37
+ color: themed($theme-map, 'color', 'primary', 600);
38
38
  }
39
39
 
40
40
  &[data-func='delete'] {
@@ -16,7 +16,7 @@
16
16
 
17
17
  &[aria-selected='false'] {
18
18
  &:before {
19
- border-color: themed($theme-map, 'color', 'primary', 300);
19
+ border-color: themed($theme-map, 'color', 'accent', 400);
20
20
  }
21
21
  }
22
22
  }
@@ -11,13 +11,13 @@
11
11
  background-color: transparent;
12
12
 
13
13
  &:hover {
14
- color: themed($theme-map, 'color', 'accent', 'contrast', 500);
14
+ color: themed($theme-map, 'color', 'accent', 'contrast', 50);
15
15
  background-color: themed($theme-map, 'color', 'accent', 500);
16
16
  }
17
17
 
18
18
  &:focus,
19
19
  &:active {
20
- color: themed($theme-map, 'color', 'accent', 'contrast', 500);
20
+ color: themed($theme-map, 'color', 'accent', 'contrast', 50);
21
21
  background-color: themed($theme-map, 'color', 'accent', 600);
22
22
  }
23
23
 
@@ -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
 
@@ -8,17 +8,17 @@
8
8
  border-right: 1px themed($theme-map, 'color', 'primary', 400) solid;
9
9
 
10
10
  .a-btn {
11
- color: themed($theme-map, 'color', 'primary', 'contrast', 600);
11
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
12
12
  }
13
13
  }
14
14
 
15
15
  &__menu {
16
16
  border-right: 1px themed($theme-map, 'color', 'primary', 400) solid;
17
- color: themed($theme-map, 'color', 'primary', 'contrast', 600);
17
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
18
18
  }
19
19
 
20
20
  &__toolbox {
21
21
  border-bottom-color: themed($theme-map, 'color', 'primary', 300);
22
- color: themed($theme-map, 'color', 'primary', 'contrast', 100);
22
+ color: themed($theme-map, 'color', 'primary', 'contrast', 50);
23
23
  }
24
24
  }
@@ -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,16 @@
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 *;
28
30
  @use 'components-theme/m-metadata-tag.theme' as *;
29
31
  @use 'components-theme/m-minus-plus.theme' as *;
30
32
  @use 'components-theme/m-nav-links.theme' as *;
31
33
  @use 'components-theme/m-notifications.theme' as *;
34
+ @use 'components-theme/m-pry-search-select-attribute.theme' as *;
32
35
  @use 'components-theme/m-snackbar.theme' as *;
33
36
  @use 'components-theme/m-time-picker.theme' as *;
34
37
  @use 'components-theme/m-toolbox.theme' as *;
35
38
  @use 'components-theme/m-tooltip.theme' as *;
36
- @use 'components-theme/m-pry-search-select-attribute.theme' as *;
37
39
 
38
40
  /* Organisms */
39
41
  @use 'components-theme/o-accordion.theme' as *;
@@ -41,7 +43,6 @@
41
43
  @use 'components-theme/o-catalog.theme' as *;
42
44
  @use 'components-theme/o-dashboard.theme' as *;
43
45
  @use 'components-theme/o-date-picker.theme' as *;
44
- @use 'components-theme/o-datasources.theme' as *;
45
46
  @use 'components-theme/o-draggable-menu.theme' as *;
46
47
  @use 'components-theme/o-modal.theme' as *;
47
48
  @use 'components-theme/o-multi-class-condition.theme' as *;
@@ -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;
@@ -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
  }
@@ -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 {