@provoly/dashboard 0.19.4 → 0.19.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 (58) hide show
  1. package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +3 -6
  2. package/esm2022/filters/autocomplete/autocomplete.component.mjs +2 -2
  3. package/esm2022/lib/core/i18n/en.translations.mjs +5 -2
  4. package/esm2022/lib/core/i18n/fr.translations.mjs +5 -2
  5. package/esm2022/lib/core/model/display-options.interface.mjs +29 -36
  6. package/esm2022/lib/core/model/filter.interface.mjs +1 -1
  7. package/esm2022/lib/core/store/config/config.effects.mjs +2 -2
  8. package/esm2022/lib/core/store/search/search.service.mjs +8 -5
  9. package/esm2022/lib/dashboard/components/dashboard.component.mjs +3 -4
  10. package/esm2022/lib/dashboard/store/dashboard.actions.mjs +3 -1
  11. package/esm2022/lib/dashboard/store/dashboard.effects.mjs +7 -4
  12. package/esm2022/lib/dashboard/store/dashboard.selectors.mjs +3 -2
  13. package/esm2022/lib/dashboard/store/manifest.service.mjs +2 -2
  14. package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +41 -8
  15. package/esm2022/presentation/components/presentation.component.mjs +17 -10
  16. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +4 -3
  17. package/esm2022/toolbox/components/toolbox.component.mjs +15 -12
  18. package/fesm2022/provoly-dashboard-dataset.mjs +2 -5
  19. package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
  20. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +1 -1
  21. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
  22. package/fesm2022/provoly-dashboard-presentation.mjs +56 -16
  23. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  24. package/fesm2022/provoly-dashboard-toolbox.mjs +17 -13
  25. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  26. package/fesm2022/provoly-dashboard.mjs +76 -70
  27. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  28. package/lib/core/i18n/en.translations.d.ts +3 -0
  29. package/lib/core/i18n/fr.translations.d.ts +3 -0
  30. package/lib/core/model/display-options.interface.d.ts +3 -8
  31. package/lib/core/model/filter.interface.d.ts +1 -0
  32. package/lib/core/store/search/search.service.d.ts +1 -1
  33. package/lib/dashboard/store/dashboard.actions.d.ts +8 -6
  34. package/lib/dashboard/store/dashboard.effects.d.ts +9 -5
  35. package/lib/dashboard/store/dashboard.selectors.d.ts +1 -1
  36. package/package.json +31 -31
  37. package/presentation/components/add-edit-presentation/add-edit-presentation.component.d.ts +10 -2
  38. package/presentation/components/presentation.component.d.ts +5 -3
  39. package/styles/components/_a-btn.scss +11 -17
  40. package/styles-theme/base-theme/_typography.theme.scss +2 -1
  41. package/styles-theme/components-theme/_a-btn.theme.scss +4 -3
  42. package/styles-theme/components-theme/_a-form-field.theme.scss +1 -1
  43. package/styles-theme/components-theme/_a-label.theme.scss +1 -1
  44. package/styles-theme/components-theme/_a-pry-select.theme.scss +1 -1
  45. package/styles-theme/components-theme/_a-table.theme.scss +2 -2
  46. package/styles-theme/components-theme/_m-context-menu.theme.scss +1 -1
  47. package/styles-theme/components-theme/_m-filter.theme.scss +1 -1
  48. package/styles-theme/components-theme/_m-time-picker.theme.scss +1 -1
  49. package/styles-theme/components-theme/_o-date-picker.theme.scss +1 -1
  50. package/styles-theme/components-theme/_o-pry-card-menu.theme.scss +1 -1
  51. package/styles-theme/components-theme/_o-pry-presentation.theme.scss +0 -2
  52. package/styles-theme/components-theme/_o-search-fulltext.theme.scss +7 -7
  53. package/styles-theme/components-theme/_o-settings.theme.scss +1 -1
  54. package/styles-theme/components-theme/_o-widget.theme.scss +1 -3
  55. package/styles-theme/components-theme/_overlay.theme.scss +4 -4
  56. package/styles-theme/layout-theme/_o-manifest-layout.theme.scss +1 -1
  57. package/styles-theme/layout-theme/_o-workspace.theme.scss +1 -1
  58. package/toolbox/components/toolbox.component.d.ts +2 -1
@@ -5,12 +5,12 @@
5
5
 
6
6
  .pry-tooltip-container {
7
7
  @include typography-level(themed($theme-map, 'typography', 'panel'));
8
- color: themed($theme-map, 'color', 'primary', 700);
8
+ color: themed($theme-map, 'color', 'graph', 01);
9
9
  background-color: themed($theme-map, 'color', 'primary', 50);
10
10
 
11
11
  &.pry-tooltip-reversed {
12
12
  color: themed($theme-map, 'color', 'primary', 'contrast', 700);
13
- background-color: themed($theme-map, 'color', 'primary', 700);
13
+ background-color: themed($theme-map, 'color', 'graph', 01);
14
14
  }
15
15
 
16
16
  box-shadow:
@@ -20,12 +20,12 @@
20
20
  }
21
21
 
22
22
  .pry-overlay-container {
23
- color: themed($theme-map, 'color', 'primary', 700);
23
+ color: themed($theme-map, 'color', 'graph', 01);
24
24
  background-color: themed($theme-map, 'color', 'primary', 'contrast', 700);
25
25
 
26
26
  &.pry-overlay-reversed {
27
27
  color: themed($theme-map, 'color', 'primary', 'contrast', 700);
28
- background-color: themed($theme-map, 'color', 'primary', 700);
28
+ background-color: themed($theme-map, 'color', 'graph', 01);
29
29
  }
30
30
 
31
31
  box-shadow:
@@ -15,7 +15,7 @@
15
15
  }
16
16
 
17
17
  .a-p {
18
- color: themed($theme-map, 'color', 'primary', 700);
18
+ color: themed($theme-map, 'color', 'graph', 01);
19
19
 
20
20
  &__title {
21
21
  color: themed($theme-map, 'color', 'primary', 400);
@@ -9,7 +9,7 @@
9
9
 
10
10
  .m-actions-list__item {
11
11
  .a-toggle {
12
- color: themed($theme-map, 'color', 'primary', 700);
12
+ color: themed($theme-map, 'color', 'graph', 01);
13
13
  font-size: toRem(15);
14
14
  font-weight: 400;
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { Store } from '@ngrx/store';
3
- import { PryBaseAccess } from '@provoly/dashboard';
3
+ import { DisplayOptions, PryBaseAccess } from '@provoly/dashboard';
4
4
  import { BehaviorSubject, Observable } from 'rxjs';
5
5
  import { ToolboxAction } from '../toolbox.model';
6
6
  import * as i0 from "@angular/core";
@@ -19,6 +19,7 @@ export declare class ToolboxComponent implements OnInit {
19
19
  dropdownActions$: Observable<ToolboxAction[]>;
20
20
  showDropdownButton$: Observable<boolean>;
21
21
  isDropdownOpen: boolean;
22
+ actionsAvailable$: Observable<DisplayOptions | undefined>;
22
23
  set actions(actions: ToolboxAction[]);
23
24
  set dropdownActions(dropdownActions: {
24
25
  name: string;