@provoly/dashboard 0.22.3 → 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 (196) 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/lib/dashboard/resultset-utils.mjs +3 -3
  40. package/esm2022/notification/store/notification.service.mjs +1 -1
  41. package/esm2022/notification/style/css.component.mjs +2 -2
  42. package/esm2022/pipeline/components/pipeline-editor/pipeline-editor.component.mjs +3 -3
  43. package/esm2022/pipeline-components/filter/component/filter.component.mjs +1 -1
  44. package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +1 -1
  45. package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +1 -1
  46. package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +1 -1
  47. package/esm2022/presentation/components/presentation.component.mjs +4 -3
  48. package/esm2022/presentation/style/css.component.mjs +2 -2
  49. package/esm2022/restitution/components/restitution/restitution.component.mjs +3 -3
  50. package/esm2022/restitution/components/restitution-catalog/restitution-catalog.component.mjs +3 -3
  51. package/esm2022/restitution/components/restitution-list/restitution-list.component.mjs +3 -3
  52. package/esm2022/restitution/components/restitution-list-item/restitution-list-item.component.mjs +3 -3
  53. package/esm2022/restitution/style/css.component.mjs +2 -2
  54. package/esm2022/search/search-home/search-home.component.mjs +2 -2
  55. package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +1 -1
  56. package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +1 -1
  57. package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +1 -1
  58. package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +1 -1
  59. package/esm2022/toolbox/components/automate-refresh/automate-refresh.component.mjs +3 -3
  60. package/esm2022/toolbox/components/clear-view/clear-view.component.mjs +3 -3
  61. package/esm2022/toolbox/components/delete/delete.component.mjs +3 -3
  62. package/esm2022/toolbox/components/drag-widgets/drag-widgets.component.mjs +3 -3
  63. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +20 -8
  64. package/esm2022/toolbox/components/launch-tab/launch-tab.component.mjs +3 -3
  65. package/esm2022/toolbox/components/refresh-datasets/refresh-datasets.component.mjs +3 -3
  66. package/esm2022/toolbox/components/save-view/save-view.component.mjs +3 -3
  67. package/esm2022/toolbox/components/select-grid-layout/select-grid-layout.component.mjs +3 -3
  68. package/esm2022/toolbox/components/share/share.component.mjs +4 -3
  69. package/esm2022/toolbox/components/switch-to-edit-content/switch-to-edit-content.component.mjs +3 -3
  70. package/esm2022/toolbox/components/toolbox.component.mjs +13 -3
  71. package/esm2022/toolbox/style/css.component.mjs +2 -2
  72. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +3 -3
  73. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +1 -1
  74. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +1 -1
  75. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +7 -7
  76. package/esm2022/widgets/widget-map/pipe/widget-map-legend-url.pipe.mjs +3 -2
  77. package/esm2022/widgets/widget-map/style/css.component.mjs +3 -3
  78. package/esm2022/widgets/widget-map/utils/widget-map.utils.mjs +5 -1
  79. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +1 -1
  80. package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +1 -1
  81. package/fesm2022/provoly-dashboard-admin.mjs +14 -14
  82. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  83. package/fesm2022/provoly-dashboard-components-checkbox.mjs +2 -2
  84. package/fesm2022/provoly-dashboard-components-checkbox.mjs.map +1 -1
  85. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +1 -1
  86. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
  87. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +1 -1
  88. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs.map +1 -1
  89. package/fesm2022/provoly-dashboard-dataset.mjs +8 -8
  90. package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
  91. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +1 -1
  92. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
  93. package/fesm2022/provoly-dashboard-filters-list.mjs +1 -1
  94. package/fesm2022/provoly-dashboard-filters-list.mjs.map +1 -1
  95. package/fesm2022/provoly-dashboard-import.mjs +1 -1
  96. package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
  97. package/fesm2022/provoly-dashboard-notification.mjs +2 -2
  98. package/fesm2022/provoly-dashboard-notification.mjs.map +1 -1
  99. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +1 -1
  100. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
  101. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +1 -1
  102. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
  103. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +1 -1
  104. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
  105. package/fesm2022/provoly-dashboard-pipeline.mjs +2 -2
  106. package/fesm2022/provoly-dashboard-pipeline.mjs.map +1 -1
  107. package/fesm2022/provoly-dashboard-presentation.mjs +6 -5
  108. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  109. package/fesm2022/provoly-dashboard-restitution.mjs +10 -10
  110. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  111. package/fesm2022/provoly-dashboard-search.mjs +5 -5
  112. package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
  113. package/fesm2022/provoly-dashboard-toolbox.mjs +54 -31
  114. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  115. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +2 -2
  116. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  117. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +1 -1
  118. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
  119. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +1 -1
  120. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
  121. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +13 -8
  122. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  123. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +1 -1
  124. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
  125. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +1 -1
  126. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
  127. package/fesm2022/provoly-dashboard.mjs +59 -33
  128. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  129. package/lib/core/components/overlay/dialog-confirm.component.d.ts +1 -1
  130. package/lib/core/components/select/select.component.d.ts +2 -1
  131. package/lib/core/i18n/en.translations.d.ts +5 -0
  132. package/lib/core/i18n/fr.translations.d.ts +5 -0
  133. package/lib/dashboard/filter/style/_o-pry-filter-group.scss +1 -1
  134. package/notification/style/_m-notifications.scss +4 -10
  135. package/package.json +13 -13
  136. package/presentation/style/_o-pry-new-presentation.scss +0 -4
  137. package/presentation/style/_o-pry-presentation.scss +6 -1
  138. package/restitution/style/_o-restitution-list.scss +1 -1
  139. package/styles/abstracts/_mixins.scss +13 -0
  140. package/styles/components/_a-btn.scss +8 -26
  141. package/styles/components/_a-chip.scss +13 -0
  142. package/styles/components/_m-info-icon.scss +2 -3
  143. package/styles/components/{_o-datasources.scss → _o-chips-selector.scss} +3 -4
  144. package/styles/components/_o-dashboard.scss +41 -7
  145. package/styles/components/_o-modal.scss +1 -1
  146. package/styles/components/_o-widget.scss +5 -5
  147. package/styles/layout/_o-manifest-layout.scss +4 -0
  148. package/styles/libs/_reset-lib-ol.scss +9 -5
  149. package/styles/main.scss +7 -7
  150. package/styles-theme/abstracts-theme/_abstracts-overlays.theme.scss +6 -0
  151. package/styles-theme/abstracts-theme/variables/_variables-colors.scss +18 -25
  152. package/styles-theme/abstracts-theme/variables/_variables-decoration.scss +2 -2
  153. package/styles-theme/abstracts-theme/variables/_variables-typo.scss +2 -2
  154. package/styles-theme/components-theme/_a-btn.theme.scss +45 -72
  155. package/styles-theme/components-theme/_a-checkbox.theme.scss +3 -45
  156. package/styles-theme/components-theme/_a-chip.theme.scss +32 -0
  157. package/styles-theme/components-theme/_a-form-field.theme.scss +1 -1
  158. package/styles-theme/components-theme/_a-pry-select.theme.scss +11 -3
  159. package/styles-theme/components-theme/_a-toggle.theme.scss +7 -8
  160. package/styles-theme/components-theme/_m-filter.theme.scss +4 -13
  161. package/styles-theme/components-theme/_m-form-radio-group.theme.scss +17 -0
  162. package/styles-theme/components-theme/_m-info-icon.theme.scss +11 -0
  163. package/styles-theme/components-theme/_m-minus-plus.theme.scss +2 -2
  164. package/styles-theme/components-theme/_m-notifications.theme.scss +8 -4
  165. package/styles-theme/components-theme/_m-time-picker.theme.scss +1 -1
  166. package/styles-theme/components-theme/_o-catalog.theme.scss +1 -1
  167. package/styles-theme/components-theme/_o-date-picker.theme.scss +2 -2
  168. package/styles-theme/components-theme/_o-draggable-menu.theme.scss +2 -2
  169. package/styles-theme/components-theme/_o-multi-class-field-selection.theme.scss +1 -1
  170. package/styles-theme/components-theme/_o-object-panel.theme.scss +1 -1
  171. package/styles-theme/components-theme/_o-pry-admin-classes-customize.theme.scss +0 -9
  172. package/styles-theme/components-theme/_o-pry-dataset-card.theme.scss +8 -0
  173. package/styles-theme/components-theme/_o-pry-presentation.theme.scss +12 -14
  174. package/styles-theme/components-theme/_o-pry-search-tools.theme.scss +2 -13
  175. package/styles-theme/components-theme/_o-pry-stepper.theme.scss +6 -8
  176. package/styles-theme/components-theme/_o-restitution-list.theme.scss +1 -1
  177. package/styles-theme/components-theme/_o-search-fulltext.theme.scss +2 -2
  178. package/styles-theme/components-theme/_o-search-multi-class.theme.scss +0 -5
  179. package/styles-theme/components-theme/_o-settings.theme.scss +1 -1
  180. package/styles-theme/components-theme/_o-tabs.theme.scss +1 -1
  181. package/styles-theme/components-theme/_o-widget-iframe.theme.scss +2 -2
  182. package/styles-theme/components-theme/_o-widget.theme.scss +31 -2
  183. package/styles-theme/components-theme/_overlay.theme.scss +3 -3
  184. package/styles-theme/layout-theme/_o-base-layout.theme.scss +3 -3
  185. package/styles-theme/layout-theme/_o-manifest-layout.theme.scss +8 -2
  186. package/styles-theme/libs-theme/_reset-lib-ol.theme.scss +12 -3
  187. package/styles-theme/main-theme.scss +5 -4
  188. package/toolbox/components/filter-settings/filter-settings.component.d.ts +3 -2
  189. package/toolbox/components/toolbox.component.d.ts +3 -1
  190. package/toolbox/style/_o-filter-settings.scss +0 -4
  191. package/toolbox/style/_o-toolbox.scss +2 -26
  192. package/widgets/widget-map/pipe/widget-map-legend-url.pipe.d.ts +1 -1
  193. package/widgets/widget-map/style/{_o-layer-legend.scss → _m-layer-legend.scss} +7 -8
  194. package/widgets/widget-map/style/_o-widget-map.scss +2 -2
  195. package/styles/components/_a-chips.scss +0 -15
  196. package/styles-theme/components-theme/_o-datasources.theme.scss +0 -41
@@ -11,7 +11,7 @@ export interface PryDialogConfirmAction {
11
11
  id: number;
12
12
  label: string;
13
13
  icon?: string;
14
- color?: 'primary' | 'secondary' | 'tertiary' | 'ghost';
14
+ color?: 'primary' | 'secondary';
15
15
  actions?: Action[];
16
16
  }
17
17
  export declare class PryDialogConfirmComponent {
@@ -37,6 +37,7 @@ export declare class PrySelectComponent extends SubscriptionnerDirective impleme
37
37
  i18nPrefix: string | null;
38
38
  searched: EventEmitter<string>;
39
39
  cleared: EventEmitter<void>;
40
+ bindClasses: any;
40
41
  search$: BehaviorSubject<string>;
41
42
  _loading: boolean;
42
43
  hasLoaded: boolean;
@@ -76,5 +77,5 @@ export declare class PrySelectComponent extends SubscriptionnerDirective impleme
76
77
  onKeydownOption: (event: KeyboardEvent, item: any, index: number, optionDivRef: HTMLDivElement, first: boolean, last: boolean) => void;
77
78
  focusInitialSelection: () => void;
78
79
  static ɵfac: i0.ɵɵFactoryDeclaration<PrySelectComponent, never>;
79
- static ɵcmp: i0.ɵɵComponentDeclaration<PrySelectComponent, "pry-select", never, { "items": { "alias": "items"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "isForm": { "alias": "isForm"; "required": false; }; "required": { "alias": "required"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "bindIcon": { "alias": "bindIcon"; "required": false; }; "template": { "alias": "template"; "required": false; }; "i18nPrefix": { "alias": "i18nPrefix"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "elementRef": { "alias": "elementRef"; "required": false; }; }, { "searched": "searched"; "cleared": "cleared"; }, never, never, false, never>;
80
+ static ɵcmp: i0.ɵɵComponentDeclaration<PrySelectComponent, "pry-select", never, { "items": { "alias": "items"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "closeOnSelect": { "alias": "closeOnSelect"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "isForm": { "alias": "isForm"; "required": false; }; "required": { "alias": "required"; "required": false; }; "name": { "alias": "name"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "bindIcon": { "alias": "bindIcon"; "required": false; }; "template": { "alias": "template"; "required": false; }; "i18nPrefix": { "alias": "i18nPrefix"; "required": false; }; "bindClasses": { "alias": "bindClasses"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "elementRef": { "alias": "elementRef"; "required": false; }; }, { "searched": "searched"; "cleared": "cleared"; }, never, never, false, never>;
80
81
  }
@@ -162,6 +162,7 @@ export declare const enTranslations: {
162
162
  switchEditContent: string;
163
163
  share: string;
164
164
  delete: string;
165
+ notInDsAttr: string;
165
166
  };
166
167
  manifest: {
167
168
  name: string;
@@ -382,4 +383,8 @@ export declare const enTranslations: {
382
383
  failure: string;
383
384
  };
384
385
  };
386
+ grid: {
387
+ rows: string;
388
+ columns: string;
389
+ };
385
390
  };
@@ -162,6 +162,7 @@ export declare const frTranslations: {
162
162
  switchEditContent: string;
163
163
  share: string;
164
164
  delete: string;
165
+ notInDsAttr: string;
165
166
  };
166
167
  manifest: {
167
168
  name: string;
@@ -381,5 +382,9 @@ export declare const frTranslations: {
381
382
  geoAuth: {
382
383
  failure: string;
383
384
  };
385
+ grid: {
386
+ rows: string;
387
+ columns: string;
388
+ };
384
389
  };
385
390
  };
@@ -23,7 +23,7 @@
23
23
  &__filter-actions {
24
24
  display: flex;
25
25
  align-items: center;
26
- gap: toRem(10);
26
+ gap: toRem(15);
27
27
  padding: 0 toRem(10);
28
28
  }
29
29
  }
@@ -76,20 +76,15 @@
76
76
 
77
77
  &__items {
78
78
  @extend %list-unstyled;
79
- padding: 0 15px;
80
79
 
81
80
  &__li {
82
81
  position: relative;
83
82
  display: flex;
84
83
  justify-content: space-between;
85
- align-items: center;
86
- padding: toRem(13) 0 toRem(15) 0;
84
+ align-items: stretch;
85
+ padding: toRem(15);
87
86
  gap: toRem(5);
88
87
 
89
- &:last-of-type {
90
- padding-bottom: toRem(5);
91
- }
92
-
93
88
  &__txt {
94
89
  flex: 1;
95
90
 
@@ -117,9 +112,8 @@
117
112
 
118
113
  .a-btn--delete {
119
114
  position: relative;
120
- width: toRem(22);
121
- height: toRem(22);
122
- padding: toRem(3);
115
+ padding: 0 toRem(3);
116
+ height: auto
123
117
  }
124
118
  }
125
119
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "0.22.3",
3
+ "version": "0.22.5",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "14.x || 15.x || 16.x",
@@ -96,18 +96,18 @@
96
96
  "esm": "./esm2022/import/provoly-dashboard-import.mjs",
97
97
  "default": "./fesm2022/provoly-dashboard-import.mjs"
98
98
  },
99
- "./pipeline": {
100
- "types": "./pipeline/index.d.ts",
101
- "esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
102
- "esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
103
- "default": "./fesm2022/provoly-dashboard-pipeline.mjs"
104
- },
105
99
  "./notification": {
106
100
  "types": "./notification/index.d.ts",
107
101
  "esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
108
102
  "esm": "./esm2022/notification/provoly-dashboard-notification.mjs",
109
103
  "default": "./fesm2022/provoly-dashboard-notification.mjs"
110
104
  },
105
+ "./pipeline": {
106
+ "types": "./pipeline/index.d.ts",
107
+ "esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
108
+ "esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
109
+ "default": "./fesm2022/provoly-dashboard-pipeline.mjs"
110
+ },
111
111
  "./presentation": {
112
112
  "types": "./presentation/index.d.ts",
113
113
  "esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
@@ -186,18 +186,18 @@
186
186
  "esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
187
187
  "default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
188
188
  },
189
- "./filters/autocomplete": {
190
- "types": "./filters/autocomplete/index.d.ts",
191
- "esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
192
- "esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
193
- "default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
194
- },
195
189
  "./filters/date": {
196
190
  "types": "./filters/date/index.d.ts",
197
191
  "esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
198
192
  "esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
199
193
  "default": "./fesm2022/provoly-dashboard-filters-date.mjs"
200
194
  },
195
+ "./filters/autocomplete": {
196
+ "types": "./filters/autocomplete/index.d.ts",
197
+ "esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
198
+ "esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
199
+ "default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
200
+ },
201
201
  "./filters/list": {
202
202
  "types": "./filters/list/index.d.ts",
203
203
  "esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
@@ -29,10 +29,6 @@ pry-add-edit-presentation {
29
29
  justify-content: space-between;
30
30
  align-items: center;
31
31
  gap: toRem(15);
32
-
33
- .a-btn {
34
- border-radius: 22px;
35
- }
36
32
  }
37
33
 
38
34
  .o-presentation-form-wrapper {
@@ -1,4 +1,5 @@
1
- @use '../../styles/abstracts/index' as *;
1
+ @use '../../styles/abstracts' as *;
2
+ @use '../../styles-theme/abstracts-theme/variables.theme' as *;
2
3
 
3
4
  /* Organism - pry-presentation */
4
5
 
@@ -29,6 +30,7 @@
29
30
 
30
31
  .o-manifest-layout__content,
31
32
  .o-dashboard-widget {
33
+ grid-area: middle;
32
34
  flex: 100% 1 1;
33
35
  }
34
36
  }
@@ -94,6 +96,7 @@
94
96
  position: absolute;
95
97
  top: toRem(10);
96
98
  left: toRem(10);
99
+ z-index: 1;
97
100
  }
98
101
 
99
102
  .a-tooltip {
@@ -110,12 +113,14 @@
110
113
 
111
114
  .a-h3 {
112
115
  font-size: toRem(14);
116
+ padding-bottom: toRem(5);
113
117
  }
114
118
 
115
119
  .a-p {
116
120
  font-size: toRem(13);
117
121
 
118
122
  &.-date {
123
+ padding-top: toRem(10);
119
124
  margin-bottom: 0;
120
125
  }
121
126
  }
@@ -148,7 +148,7 @@
148
148
  padding: toRem(6) toRem(10);
149
149
  text-align: center;
150
150
 
151
- .a-btn--ghost {
151
+ .a-btn--secondary {
152
152
  height: auto;
153
153
  padding: 0 toRem(5);
154
154
  }
@@ -321,3 +321,16 @@
321
321
  * Effects
322
322
  *
323
323
  */
324
+
325
+ @mixin changeBgColor($targetBgColor, $targetTextColor: false, $targetBorderColor: false) {
326
+ transition: background-color 0.3s ease,
327
+ color 0.3s ease;
328
+
329
+ background-color: $targetBgColor;
330
+ @if $targetTextColor {
331
+ color: $targetTextColor;
332
+ }
333
+ @if $targetBorderColor {
334
+ border-color: $targetBorderColor;
335
+ }
336
+ }
@@ -17,11 +17,9 @@
17
17
  user-select: none;
18
18
  transition: all 0.24s ease-in-out;
19
19
 
20
- gap: toRem(3);
21
- height: toRem(30);
22
- padding: toRem(8) toRem(12);
23
- font-size: toRem(12);
24
- line-height: toRem(13);
20
+ gap: toRem(5);
21
+ height: toRem(34);
22
+ padding: 0 toRem(30);
25
23
 
26
24
  &.-circle {
27
25
  width: toRem(34);
@@ -172,31 +170,15 @@
172
170
  }
173
171
  }
174
172
 
175
- &.-size-md {
176
- gap: toRem(5);
177
- height: toRem(34);
178
- padding-left: toRem(15);
179
- padding-right: toRem(15);
173
+ &.-size-s {
174
+ gap: toRem(3);
175
+ height: toRem(30);
176
+ padding: toRem(8) toRem(12);
180
177
  font-size: toRem(12);
181
- line-height: toRem(14);
182
-
183
- &.-circle {
184
- width: toRem(34);
185
- height: toRem(34);
186
- }
187
-
188
- pry-icon,
189
- .a-icon {
190
- width: 17px !important;
191
- height: auto;
192
- }
178
+ line-height: toRem(13);
193
179
  }
194
180
 
195
181
  &.-width-full {
196
182
  width: 100%;
197
183
  }
198
184
  }
199
-
200
- /*a[href].a-btn {
201
- color: inherit;
202
- }*/
@@ -0,0 +1,13 @@
1
+ @use '../abstracts' as *;
2
+
3
+ .a-chip {
4
+ border-radius: toRem(24);
5
+ height: toRem(14);
6
+ font-size: toRem(10);
7
+ padding: toRem(2) toRem(7);
8
+
9
+ &.-md {
10
+ height: toRem(20);
11
+ font-size: toRem(12);
12
+ }
13
+ }
@@ -9,8 +9,7 @@
9
9
  position: relative;
10
10
  cursor: pointer;
11
11
 
12
- width: 1.5rem;
13
- height: 1.5rem;
14
- border: 1px solid #3E546A;
12
+ width: toRem(16);
13
+ height: toRem(16);
15
14
  border-radius: 50%;
16
15
  }
@@ -10,7 +10,7 @@
10
10
  padding-right: toRem(15);
11
11
  }
12
12
 
13
- .o-datasources {
13
+ .o-chips-selector {
14
14
  &__list {
15
15
  @extend %list-unstyled;
16
16
  gap: toRem(15) toRem(30);
@@ -21,21 +21,20 @@
21
21
 
22
22
  &__main {
23
23
  flex: 1 1;
24
- overflow: overlay;
25
24
  }
26
25
 
27
26
  &__bottom {
28
27
  padding: toRem(5);
29
28
  }
30
29
 
31
- &__card,
32
- .o-pry-card {
30
+ &__chip {
33
31
  border-radius: toRem(15);
34
32
  padding: toRem(5) toRem(10);
35
33
  display: flex;
36
34
  flex-direction: row;
37
35
  align-items: center;
38
36
  gap: 5px;
37
+ min-height: toRem(35);
39
38
 
40
39
  p {
41
40
  margin-bottom: 0;
@@ -2,28 +2,62 @@
2
2
 
3
3
  /* Organism - Dashboard */
4
4
 
5
+ .o-dashboard-edit {
6
+ display: grid;
7
+ grid-template-areas: 'corner top'
8
+ 'left middle';
9
+ grid-auto-rows: min-content 1fr;
10
+ grid-auto-columns: min-content 1fr;
11
+ height: 100%;
12
+
13
+ &.-edit {
14
+ gap: toRem(10);
15
+
16
+ .o-dashboard-add {
17
+ display: flex;
18
+ }
19
+ }
20
+ }
21
+
5
22
  .o-dashboard-grid {
23
+ grid-area: middle;
6
24
  display: grid;
7
25
  grid-template-rows: repeat(12, 1fr);
8
26
  height: 100%;
9
27
  }
10
28
 
11
29
  .o-dashboard-add {
12
- position: absolute;
13
- display: flex;
14
- justify-content: space-evenly;
30
+ display: none;
15
31
  z-index: 2;
32
+ gap: toRem(5);
33
+ font-size: toRem(12);
34
+
35
+ p {
36
+ margin-bottom: 0;
37
+ }
38
+
39
+ button {
40
+ padding: 0;
41
+ height: 12px;
42
+ }
16
43
 
17
44
  &.-cols {
18
- transform: translateY(-50%);
45
+ grid-area: top;
46
+ align-items: flex-start;
47
+ height: toRem(30);
48
+ padding-top: toRem(10);
19
49
  }
20
50
 
21
51
  &.-rows {
52
+ grid-area: left;
22
53
  flex-direction: column;
23
- transform: translateX(-50%);
54
+ align-items: center;
55
+ width: toRem(30);
56
+ padding-left: toRem(10);
24
57
 
25
- pry-icon span {
26
- transform: rotate(90deg);
58
+ p {
59
+ margin-top: toRem(20);
60
+ transform: rotate(-90deg);
27
61
  }
28
62
  }
29
63
  }
@@ -94,7 +94,7 @@
94
94
  padding: toRem(5);
95
95
  }
96
96
 
97
- .a-btn--ghost.select-it {
97
+ .a-btn--secondary.select-it {
98
98
  justify-content: flex-start;
99
99
  width: 100%;
100
100
  height: 100%;
@@ -179,7 +179,7 @@
179
179
  display: flex;
180
180
  flex-direction: column;
181
181
  gap: toRem(10);
182
- padding: toRem(7);
182
+ padding: toRem(10);
183
183
  background: white;
184
184
  border-radius: toRem(6) 0 toRem(6) toRem(6);
185
185
  border: none;
@@ -197,20 +197,20 @@
197
197
  .a-btn.a-btn--icon-only.a-tooltip.-map-toggle {
198
198
  background: white;
199
199
  border: none;
200
- height: toRem(34);
200
+ height: toRem(40);
201
201
  border-radius: 0 toRem(6) toRem(6) 0;
202
202
  }
203
203
 
204
204
  &.-map-export {
205
- padding: toRem(7);
205
+ padding: toRem(10);
206
206
  background: white;
207
207
  border-radius: toRem(6);
208
208
  border: none;
209
- top: toRem(45);
209
+ top: toRem(51);
210
210
  z-index: 1;
211
211
 
212
212
  &.-with-header {
213
- top: toRem(75);
213
+ top: toRem(85);
214
214
  }
215
215
  }
216
216
  }
@@ -31,6 +31,10 @@
31
31
  min-height: 10px;
32
32
  }
33
33
 
34
+ .search-icon {
35
+ display: inline;
36
+ }
37
+
34
38
  .a-icon {
35
39
  position: absolute;
36
40
  right: 0.6875rem;
@@ -4,15 +4,19 @@
4
4
 
5
5
  .ol-control button,
6
6
  .ol-searchbar button {
7
- width: 30px !important;
8
- height: 30px !important;
7
+ width: 40px !important;
8
+ height: 40px !important;
9
9
  cursor: pointer;
10
10
  }
11
11
 
12
12
  .ol-zoom {
13
- border-width: toRem(1);
14
- border-style: solid;
15
- border-radius: toRem(7);
13
+ .ol-zoom-in {
14
+ border-radius: toRem(8) toRem(8) 0 0 !important;
15
+ }
16
+
17
+ .ol-zoom-out {
18
+ border-radius: 0 0 toRem(8) toRem(8) !important;
19
+ }
16
20
  }
17
21
 
18
22
  .ol-searchbar {
package/styles/main.scss CHANGED
@@ -7,19 +7,19 @@
7
7
  @use 'components/a-badge' as *;
8
8
  @use 'components/a-btn' as *;
9
9
  @use 'components/a-checkbox' as *;
10
+ @use 'components/a-chip' as *;
11
+ @use 'components/a-color-picker' as *;
10
12
  @use 'components/a-expandable-value' as *;
11
13
  @use 'components/a-form-field' as *;
12
14
  @use 'components/a-label' as *;
13
15
  @use 'components/a-link' as *;
14
16
  @use 'components/a-loader' as *;
17
+ @use 'components/a-page-loader' as *;
15
18
  @use 'components/a-pastille' as *;
16
19
  @use 'components/a-range-slider' as *;
17
20
  @use 'components/a-table' as *;
18
21
  @use 'components/a-toggle' as *;
19
22
  @use 'components/a-tooltip' as *;
20
- @use 'components/a-chips' as *;
21
- @use 'components/a-color-picker' as *;
22
- @use 'components/a-page-loader' as *;
23
23
 
24
24
  /* Atoms lib */
25
25
  @use 'components/a-pry-select' as *;
@@ -29,6 +29,7 @@
29
29
  @use 'components/m-actions-list' as *;
30
30
  @use 'components/m-btn-group' as *;
31
31
  @use 'components/m-btn-sorttable' as *;
32
+ @use 'components/m-color-scheme' as *;
32
33
  @use 'components/m-color-selector' as *;
33
34
  @use 'components/m-context-menu' as *;
34
35
  @use 'components/m-filter' as *;
@@ -41,20 +42,20 @@
41
42
  @use 'components/m-minus-plus' as *;
42
43
  @use 'components/m-nav-links' as *;
43
44
  @use 'components/m-presentation-title' as *;
45
+ @use 'components/m-pry-overlay' as *;
44
46
  @use 'components/m-snackbar' as *;
45
47
  @use 'components/m-time-picker' as *;
46
48
  @use 'components/m-toolbox' as *;
47
49
  @use 'components/m-tooltip' as *;
48
- @use 'components/m-pry-overlay' as *;
49
- @use 'components/m-color-scheme' as *;
50
50
 
51
51
  /* Organisms */
52
+ @use 'components/o-about' as *;
52
53
  @use 'components/o-accordion' as *;
53
54
  @use 'components/o-card' as *;
54
55
  @use 'components/o-cards-list' as *;
55
56
  @use 'components/o-dashboard' as *;
56
57
  @use 'components/o-date-picker' as *;
57
- @use 'components/o-datasources' as *;
58
+ @use 'components/o-chips-selector' as *;
58
59
  @use 'components/o-draggable-menu' as *;
59
60
  @use 'components/o-form' as *;
60
61
  @use 'components/o-modal' as *;
@@ -73,7 +74,6 @@
73
74
  @use 'components/o-pry-expand-panel' as *;
74
75
  @use 'components/o-pry-stepper' as *;
75
76
  @use 'components/overlay' as *;
76
- @use 'components/o-about' as *;
77
77
 
78
78
  /* Layout */
79
79
  @use 'layout/o-base-layout' as *;
@@ -8,3 +8,9 @@
8
8
  background-color: white;
9
9
  box-shadow: themed($theme-map, 'decoration', 'shadow', 'default');
10
10
  }
11
+
12
+ .backdrop {
13
+ &--with-color {
14
+ background-color: rgba(0, 0, 0, 0.3);
15
+ }
16
+ }
@@ -2,24 +2,19 @@
2
2
 
3
3
  // Primary palette
4
4
  $theme-colors-primary: (
5
- 50: #ffffff,
6
- 100: #f9fafb,
7
- 200: #f5f7f9,
8
- 300: #dfe5ec,
9
- 400: #bccad8,
10
- 500: #7b96b2,
11
- 600: #3e546a,
12
- 700: #263340,
13
- 800: #131920,
5
+ 50: #FFFFFF,
6
+ 100: #F9FAFB,
7
+ 200: #F5F7F9,
8
+ 300: #D8E7F7, // hover - card, button ("Bleu Clair" in figma)
9
+ 400: #BCCAD8, //filter border
10
+ 500: #7B96B2,
11
+ 600: #113B6E, // new primary color
12
+ 700: #3E546A, // all typography
13
+ 750: #263340, // typography - titles, categories
14
+ 800: #131920, // focus, active button
15
+
14
16
  'contrast': (
15
- 50: #263340,
16
- 100: #263340,
17
- 200: #263340,
18
- 400: #263340,
19
- 500: #ffffff,
20
- 600: #ffffff,
21
- 700: #ffffff,
22
- 800: #ffffff
17
+ 50: #FFFFFF,
23
18
  )
24
19
  );
25
20
 
@@ -32,14 +27,9 @@ $theme-colors-accent: (
32
27
  600: #40b688,
33
28
  700: #3caa7f,
34
29
  800: #328f6b,
30
+
35
31
  'contrast': (
36
- 50: #263340,
37
- 100: #ffffff,
38
- 400: #ffffff,
39
- 500: #ffffff,
40
- 600: #ffffff,
41
- 700: #ffffff,
42
- 800: #ffffff
32
+ 50: #ffffff,
43
33
  )
44
34
  );
45
35
 
@@ -48,10 +38,13 @@ $theme-colors-grey: (
48
38
  50: #fafafa,
49
39
  100: #f5f5f5,
50
40
  200: #eeeeee,
41
+ 300: #DFE5EC, // card inner border
51
42
  400: #bdbdbd,
52
43
  500: #9e9e9e,
53
44
  600: #757575,
45
+ 800: #424B5A, // filter label ("Grey Primary" in Figma)
54
46
  1000: #000000,
47
+
55
48
  'contrast': (
56
49
  50: #263340,
57
50
  100: #263340,
@@ -65,7 +58,7 @@ $theme-colors-grey: (
65
58
 
66
59
  // Status palette
67
60
  $theme-colors-status: (
68
- 'ok': #35b99f,
61
+ 'ok': #0AC865,
69
62
  'warning': #f8cd59,
70
63
  'error': #fc5640,
71
64
  'active': #242a47,
@@ -8,14 +8,14 @@
8
8
  $theme-focus-visible: (
9
9
  'border-color-light': white,
10
10
  'border-color-dark': #35b99f,
11
- 'border-radius': 22px
11
+ 'border-radius': 5px
12
12
  );
13
13
 
14
14
  // Border-radius
15
15
  $theme-border-radius: (
16
16
  'scrollbar-thumb': 6px,
17
17
  'button': (
18
- 'default': 22px
18
+ 'default': 5px
19
19
  ),
20
20
  'checkbox': 3px,
21
21
  'card': (