@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.
- package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +3 -6
- package/esm2022/filters/autocomplete/autocomplete.component.mjs +2 -2
- package/esm2022/lib/core/i18n/en.translations.mjs +5 -2
- package/esm2022/lib/core/i18n/fr.translations.mjs +5 -2
- package/esm2022/lib/core/model/display-options.interface.mjs +29 -36
- package/esm2022/lib/core/model/filter.interface.mjs +1 -1
- package/esm2022/lib/core/store/config/config.effects.mjs +2 -2
- package/esm2022/lib/core/store/search/search.service.mjs +8 -5
- package/esm2022/lib/dashboard/components/dashboard.component.mjs +3 -4
- package/esm2022/lib/dashboard/store/dashboard.actions.mjs +3 -1
- package/esm2022/lib/dashboard/store/dashboard.effects.mjs +7 -4
- package/esm2022/lib/dashboard/store/dashboard.selectors.mjs +3 -2
- package/esm2022/lib/dashboard/store/manifest.service.mjs +2 -2
- package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +41 -8
- package/esm2022/presentation/components/presentation.component.mjs +17 -10
- package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +4 -3
- package/esm2022/toolbox/components/toolbox.component.mjs +15 -12
- package/fesm2022/provoly-dashboard-dataset.mjs +2 -5
- package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +1 -1
- package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-presentation.mjs +56 -16
- package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-toolbox.mjs +17 -13
- package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +76 -70
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/core/i18n/en.translations.d.ts +3 -0
- package/lib/core/i18n/fr.translations.d.ts +3 -0
- package/lib/core/model/display-options.interface.d.ts +3 -8
- package/lib/core/model/filter.interface.d.ts +1 -0
- package/lib/core/store/search/search.service.d.ts +1 -1
- package/lib/dashboard/store/dashboard.actions.d.ts +8 -6
- package/lib/dashboard/store/dashboard.effects.d.ts +9 -5
- package/lib/dashboard/store/dashboard.selectors.d.ts +1 -1
- package/package.json +31 -31
- package/presentation/components/add-edit-presentation/add-edit-presentation.component.d.ts +10 -2
- package/presentation/components/presentation.component.d.ts +5 -3
- package/styles/components/_a-btn.scss +11 -17
- package/styles-theme/base-theme/_typography.theme.scss +2 -1
- package/styles-theme/components-theme/_a-btn.theme.scss +4 -3
- package/styles-theme/components-theme/_a-form-field.theme.scss +1 -1
- package/styles-theme/components-theme/_a-label.theme.scss +1 -1
- package/styles-theme/components-theme/_a-pry-select.theme.scss +1 -1
- package/styles-theme/components-theme/_a-table.theme.scss +2 -2
- package/styles-theme/components-theme/_m-context-menu.theme.scss +1 -1
- package/styles-theme/components-theme/_m-filter.theme.scss +1 -1
- package/styles-theme/components-theme/_m-time-picker.theme.scss +1 -1
- package/styles-theme/components-theme/_o-date-picker.theme.scss +1 -1
- package/styles-theme/components-theme/_o-pry-card-menu.theme.scss +1 -1
- package/styles-theme/components-theme/_o-pry-presentation.theme.scss +0 -2
- package/styles-theme/components-theme/_o-search-fulltext.theme.scss +7 -7
- package/styles-theme/components-theme/_o-settings.theme.scss +1 -1
- package/styles-theme/components-theme/_o-widget.theme.scss +1 -3
- package/styles-theme/components-theme/_overlay.theme.scss +4 -4
- package/styles-theme/layout-theme/_o-manifest-layout.theme.scss +1 -1
- package/styles-theme/layout-theme/_o-workspace.theme.scss +1 -1
- 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', '
|
|
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', '
|
|
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', '
|
|
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', '
|
|
28
|
+
background-color: themed($theme-map, 'color', 'graph', 01);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
box-shadow:
|
|
@@ -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;
|