@provoly/dashboard 1.4.58 → 1.4.60

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 (101) hide show
  1. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +1 -1
  2. package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +1 -1
  3. package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +1 -1
  4. package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +1 -1
  5. package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +1 -1
  6. package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +1 -1
  7. package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +1 -1
  8. package/esm2022/admin/components/admin-dataset/admin-form-dataset/admin-form-dataset.component.mjs +1 -1
  9. package/esm2022/admin/components/admin-environment/admin-environment-form/admin-environment-form.component.mjs +1 -1
  10. package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +1 -1
  11. package/esm2022/admin/components/admin-links/admin-links-new/admin-links-new.component.mjs +1 -1
  12. package/esm2022/admin/components/admin-metadata/shared/form-metadata/form-metadata.component.mjs +1 -1
  13. package/esm2022/admin/components/admin-metadata-rules/shared/admin-form-metadata-rules/admin-form-metadata-rules.component.mjs +1 -1
  14. package/esm2022/components/metadata-editor/metadata-editor.component.mjs +1 -1
  15. package/esm2022/components/scheme-picker/scheme-picker.component.mjs +1 -1
  16. package/esm2022/filters/autocomplete/autocomplete.component.mjs +1 -1
  17. package/esm2022/filters/list/list-filter.component.mjs +1 -1
  18. package/esm2022/import/components/form/import-form.component.mjs +1 -1
  19. package/esm2022/import/components/list/import-list.component.mjs +1 -1
  20. package/esm2022/lib/core/components/select/select.component.mjs +8 -4
  21. package/esm2022/lib/core/components/share/access-rights-share/access-rights-share.component.mjs +1 -1
  22. package/esm2022/lib/core/components/share/legacy-share/share.component.mjs +1 -1
  23. package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +1 -1
  24. package/esm2022/lib/dashboard/components/dashboard.component.mjs +22 -12
  25. package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-list/datasource-list.component.mjs +1 -1
  26. package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +90 -19
  27. package/esm2022/lib/dashboard/store/dashboard.selectors.mjs +3 -2
  28. package/esm2022/lib/dashboard/store/manifest.service.mjs +5 -3
  29. package/esm2022/pipeline-components/filter/component/filter.component.mjs +1 -1
  30. package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +1 -1
  31. package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +1 -1
  32. package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +39 -30
  33. package/esm2022/presentation/components/presentation.component.mjs +6 -3
  34. package/esm2022/restitution/components/restitution/restitution.component.mjs +1 -1
  35. package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +1 -1
  36. package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +1 -1
  37. package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +1 -1
  38. package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +1 -1
  39. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +1 -1
  40. package/esm2022/toolbox/shared/presentation-form/presentation-form.component.mjs +1 -1
  41. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +1 -1
  42. package/esm2022/widgets/widget-analytic/component/widget-analytic.component.mjs +1 -1
  43. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +1 -1
  44. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +1 -1
  45. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +1 -1
  46. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +1 -1
  47. package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +1 -1
  48. package/esm2022/widgets/widget-vega/component/widget-vega.component.mjs +5 -5
  49. package/fesm2022/provoly-dashboard-admin.mjs +13 -13
  50. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  51. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +1 -1
  52. package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
  53. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +1 -1
  54. package/fesm2022/provoly-dashboard-components-scheme-picker.mjs.map +1 -1
  55. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +1 -1
  56. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
  57. package/fesm2022/provoly-dashboard-filters-list.mjs +1 -1
  58. package/fesm2022/provoly-dashboard-filters-list.mjs.map +1 -1
  59. package/fesm2022/provoly-dashboard-import.mjs +2 -2
  60. package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
  61. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +1 -1
  62. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
  63. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +1 -1
  64. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
  65. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +1 -1
  66. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
  67. package/fesm2022/provoly-dashboard-presentation.mjs +43 -31
  68. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  69. package/fesm2022/provoly-dashboard-restitution.mjs +1 -1
  70. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  71. package/fesm2022/provoly-dashboard-search.mjs +4 -4
  72. package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
  73. package/fesm2022/provoly-dashboard-toolbox.mjs +2 -2
  74. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  75. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +1 -1
  76. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  77. package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs +1 -1
  78. package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs.map +1 -1
  79. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +1 -1
  80. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
  81. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +1 -1
  82. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
  83. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +1 -1
  84. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  85. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +1 -1
  86. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
  87. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +1 -1
  88. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
  89. package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs +4 -4
  90. package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs.map +1 -1
  91. package/fesm2022/provoly-dashboard.mjs +202 -116
  92. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  93. package/lib/core/components/select/select.component.d.ts +3 -2
  94. package/lib/dashboard/components/dashboard.component.d.ts +8 -1
  95. package/lib/dashboard/components/widgets/header/widget-header.component.d.ts +18 -1
  96. package/lib/dashboard/store/dashboard.selectors.d.ts +17 -0
  97. package/lib/dashboard/store/manifest.service.d.ts +11 -2
  98. package/package.json +7 -7
  99. package/presentation/components/add-edit-presentation/add-edit-presentation.component.d.ts +2 -1
  100. package/presentation/components/presentation.component.d.ts +2 -1
  101. package/styles/components/_o-widget.scss +28 -0
@@ -25,6 +25,7 @@ export declare class PrySelectComponent extends SubscriptionnerDirective impleme
25
25
  multiple: boolean;
26
26
  closeOnSelect: boolean;
27
27
  placeholder?: string;
28
+ forcePlaceHolder?: boolean | undefined;
28
29
  isForm: boolean;
29
30
  required?: any;
30
31
  name?: any;
@@ -54,7 +55,7 @@ export declare class PrySelectComponent extends SubscriptionnerDirective impleme
54
55
  selectElement: ElementRef<HTMLDivElement>;
55
56
  elementRef: HTMLDivElement;
56
57
  input?: ElementRef<HTMLInputElement>;
57
- private _onChange;
58
+ _onChange: (_: any) => void;
58
59
  private _onTouched;
59
60
  private _disabled;
60
61
  focused: boolean;
@@ -84,5 +85,5 @@ export declare class PrySelectComponent extends SubscriptionnerDirective impleme
84
85
  focusInitialSelection: () => void;
85
86
  enterPressed($event: any): void;
86
87
  static ɵfac: i0.ɵɵFactoryDeclaration<PrySelectComponent, never>;
87
- 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; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "alwaysShowAutosuggestedValues": { "alias": "alwaysShowAutosuggestedValues"; "required": false; }; "externalAutocompleteService": { "alias": "externalAutocompleteService"; "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"; "clicked": "clicked"; "pressedEnter": "pressedEnter"; }, never, never, false, never>;
88
+ 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; }; "forcePlaceHolder": { "alias": "forcePlaceHolder"; "required": false; }; "isForm": { "alias": "isForm"; "required": false; }; "required": { "alias": "required"; "required": false; }; "name": { "alias": "name"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "alwaysShowAutosuggestedValues": { "alias": "alwaysShowAutosuggestedValues"; "required": false; }; "externalAutocompleteService": { "alias": "externalAutocompleteService"; "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"; "clicked": "clicked"; "pressedEnter": "pressedEnter"; }, never, never, false, never>;
88
89
  }
@@ -7,6 +7,7 @@ import { DashboardGridLayout, DashboardManifest, WidgetLayout, WidgetManifest }
7
7
  import { DashboardCellParams } from '../store/dashboard.actions';
8
8
  import { SubscriptionnerDirective } from './subscriptionner.directive';
9
9
  import { WidgetInstanciatorComponent } from './widgets/widget-instanciator/widget-instanciator.component';
10
+ import { ManifestService } from '../store/manifest.service';
10
11
  import * as i0 from "@angular/core";
11
12
  export declare const MIME_TYPE_WIDGET_MANIFEST = "application/widget-manifest";
12
13
  export declare const MIME_TYPE_WIDGET_TYPE = "application/widget-type-";
@@ -15,6 +16,7 @@ export declare class DashboardComponent extends SubscriptionnerDirective impleme
15
16
  private store;
16
17
  private overlay;
17
18
  private viewContainerRef;
19
+ private manifestService;
18
20
  private el;
19
21
  manifest: DashboardManifest | null;
20
22
  windowManifest$: Observable<DashboardManifest>;
@@ -37,6 +39,11 @@ export declare class DashboardComponent extends SubscriptionnerDirective impleme
37
39
  width: number;
38
40
  height: number;
39
41
  }>;
42
+ widgetZoomIn: {
43
+ index: number;
44
+ zoom: boolean;
45
+ layout: WidgetLayout;
46
+ };
40
47
  get widgetsInstances(): any[];
41
48
  set staticDashboard(window: DashboardManifest);
42
49
  set forceModeEdition(mode: boolean);
@@ -65,7 +72,7 @@ export declare class DashboardComponent extends SubscriptionnerDirective impleme
65
72
  backgroundArea$: Observable<string>;
66
73
  private confirmRemoveRef?;
67
74
  Array: any;
68
- constructor(store: Store<any>, overlay: Overlay, viewContainerRef: ViewContainerRef, el: ElementRef);
75
+ constructor(store: Store<any>, overlay: Overlay, viewContainerRef: ViewContainerRef, manifestService: ManifestService, el: ElementRef);
69
76
  ngAfterViewChecked(): void;
70
77
  ngOnInit(): void;
71
78
  ngAfterViewInit(): void;
@@ -9,6 +9,7 @@ import { LibraryTypes } from '../../../../core/store/image/image.service';
9
9
  import { ToolboxMenuService } from '../../../../core/toolbox/toolbox-menu.service';
10
10
  import { SubscriptionnerDirective } from '../../subscriptionner.directive';
11
11
  import { WidgetContextMenuDisplayOptions } from '../../../../core/model/display-options.interface';
12
+ import { ManifestService } from '../../../store/manifest.service';
12
13
  import * as i0 from "@angular/core";
13
14
  export declare const WIDGET_HEADER_HEIGHT: {
14
15
  value: number;
@@ -24,6 +25,7 @@ export declare class PryWidgetHeaderComponent extends SubscriptionnerDirective i
24
25
  private overlay;
25
26
  private viewContainerRef;
26
27
  toolboxMenuService: ToolboxMenuService;
28
+ manifestService: ManifestService;
27
29
  template: TemplateRef<any>;
28
30
  templateModal: TemplateRef<any>;
29
31
  toggle: TemplateRef<any>;
@@ -45,6 +47,16 @@ export declare class PryWidgetHeaderComponent extends SubscriptionnerDirective i
45
47
  usedDatasources$: Observable<DataSource[]>;
46
48
  openSub?: Subscription;
47
49
  targetManifest?: DashboardManifest;
50
+ zoomLevel: number;
51
+ zoomWidth: number;
52
+ zoomHeight: number;
53
+ maxWidth: number;
54
+ maxHeight: number;
55
+ widgetX: number;
56
+ widgetY: number;
57
+ widgetWidth: number;
58
+ widgetHeight: number;
59
+ clickMax: import("@angular/core").WritableSignal<boolean>;
48
60
  set manifest(manifest: WidgetManifest | null);
49
61
  set openData$(open$: Observable<void> | Subject<void>);
50
62
  additionalOptions: HeaderAction[] | null;
@@ -75,7 +87,11 @@ export declare class PryWidgetHeaderComponent extends SubscriptionnerDirective i
75
87
  private spotRef?;
76
88
  menu: boolean;
77
89
  type: LibraryTypes;
78
- constructor(store: Store, overlay: Overlay, viewContainerRef: ViewContainerRef, toolboxMenuService: ToolboxMenuService);
90
+ widgetsZoomed: {
91
+ index: number;
92
+ zoom: boolean;
93
+ }[];
94
+ constructor(store: Store, overlay: Overlay, viewContainerRef: ViewContainerRef, toolboxMenuService: ToolboxMenuService, manifestService: ManifestService);
79
95
  onArrowUp(): void;
80
96
  onArrowDown(): void;
81
97
  get currentLayout(): string;
@@ -85,6 +101,7 @@ export declare class PryWidgetHeaderComponent extends SubscriptionnerDirective i
85
101
  toggleDatasourceSelection(): void;
86
102
  moveInNewWindow(widgetIndex: number, targetIndex: number): void;
87
103
  maximize(widgetIndex: number): void;
104
+ minimize(widgetIndex: number): void;
88
105
  emitManifest(): void;
89
106
  toggleRemoveConfirm($event?: MouseEvent): void;
90
107
  confirmRemove(): void;
@@ -329,4 +329,21 @@ export declare const DashboardSelectors: {
329
329
  }, (s1: DashboardState) => {
330
330
  [url: string]: import("@provoly/dashboard").GetCapabilitiesResponse | null;
331
331
  }>;
332
+ manifests: MemoizedSelector<object, {
333
+ sender: string;
334
+ tenants: string[];
335
+ manifest: GlobalManifest;
336
+ list: import("../../core/model/manifest.interface").ManifestDescription[];
337
+ currentId: string;
338
+ staticManifest: GlobalManifest;
339
+ loading: boolean;
340
+ }, (s1: DashboardState) => {
341
+ sender: string;
342
+ tenants: string[];
343
+ manifest: GlobalManifest;
344
+ list: import("../../core/model/manifest.interface").ManifestDescription[];
345
+ currentId: string;
346
+ staticManifest: GlobalManifest;
347
+ loading: boolean;
348
+ }>;
332
349
  };
@@ -1,9 +1,9 @@
1
1
  import { HttpClient } from '@angular/common/http';
2
2
  import { Store } from '@ngrx/store';
3
- import { Observable } from 'rxjs';
3
+ import { Observable, Subject } from 'rxjs';
4
4
  import { PrySnackbarService } from '../../core/components/snackbar/snackbar.service';
5
5
  import { PryI18nService } from '../../core/i18n/i18n.service';
6
- import { GlobalManifest, ManifestDescription } from '../../core/model/manifest.interface';
6
+ import { GlobalManifest, ManifestDescription, WidgetLayout } from '../../core/model/manifest.interface';
7
7
  import { ShareConflict } from '../../core/components/share/share.model';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare class ManifestService {
@@ -11,6 +11,15 @@ export declare class ManifestService {
11
11
  private store;
12
12
  private snackBar;
13
13
  private translateService;
14
+ widgetZoomIn: Subject<{
15
+ index: number;
16
+ zoom: boolean;
17
+ layout: WidgetLayout;
18
+ }>;
19
+ widgetZoomed: import("@angular/core").WritableSignal<{
20
+ index: number;
21
+ zoom: boolean;
22
+ }[]>;
14
23
  constructor(httpClient: HttpClient, store: Store<any>, snackBar: PrySnackbarService, translateService: PryI18nService);
15
24
  list(): Observable<ManifestDescription[]>;
16
25
  get(id: string): Observable<GlobalManifest>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "1.4.58",
3
+ "version": "1.4.60",
4
4
  "type": "commonjs",
5
5
  "homepage": "https://documentation.provoly.com/provoly-dashboard/main/index.html",
6
6
  "repository": {
@@ -97,18 +97,18 @@
97
97
  "esm": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
98
98
  "default": "./fesm2022/provoly-dashboard-dataset.mjs"
99
99
  },
100
- "./import": {
101
- "types": "./import/index.d.ts",
102
- "esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
103
- "esm": "./esm2022/import/provoly-dashboard-import.mjs",
104
- "default": "./fesm2022/provoly-dashboard-import.mjs"
105
- },
106
100
  "./mock": {
107
101
  "types": "./mock/index.d.ts",
108
102
  "esm2022": "./esm2022/mock/provoly-dashboard-mock.mjs",
109
103
  "esm": "./esm2022/mock/provoly-dashboard-mock.mjs",
110
104
  "default": "./fesm2022/provoly-dashboard-mock.mjs"
111
105
  },
106
+ "./import": {
107
+ "types": "./import/index.d.ts",
108
+ "esm2022": "./esm2022/import/provoly-dashboard-import.mjs",
109
+ "esm": "./esm2022/import/provoly-dashboard-import.mjs",
110
+ "default": "./fesm2022/provoly-dashboard-import.mjs"
111
+ },
112
112
  "./notification": {
113
113
  "types": "./notification/index.d.ts",
114
114
  "esm2022": "./esm2022/notification/provoly-dashboard-notification.mjs",
@@ -25,6 +25,7 @@ export declare class PryAddEditPresentationComponent extends SubscriptionnerDire
25
25
  editionStartUrl: string;
26
26
  mode: 'theme' | 'meta';
27
27
  goBack: EventEmitter<void>;
28
+ officialPresentationNames: string[];
28
29
  constructor(store: Store, manifestService: ManifestService, router: Router);
29
30
  saveOrUpdateDashboard(): void;
30
31
  saveDashboard(): void;
@@ -34,5 +35,5 @@ export declare class PryAddEditPresentationComponent extends SubscriptionnerDire
34
35
  metadata(): MetadataValue[];
35
36
  getNewManifest(): GlobalManifest;
36
37
  static ɵfac: i0.ɵɵFactoryDeclaration<PryAddEditPresentationComponent, [null, null, { optional: true; }]>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<PryAddEditPresentationComponent, "pry-add-edit-presentation", never, { "selectedPresentation": { "alias": "selectedPresentation"; "required": false; }; "edition": { "alias": "edition"; "required": false; }; "themePrefix": { "alias": "themePrefix"; "required": false; }; "editionStartUrl": { "alias": "editionStartUrl"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, { "goBack": "goBack"; }, never, never, false, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<PryAddEditPresentationComponent, "pry-add-edit-presentation", never, { "selectedPresentation": { "alias": "selectedPresentation"; "required": false; }; "edition": { "alias": "edition"; "required": false; }; "themePrefix": { "alias": "themePrefix"; "required": false; }; "editionStartUrl": { "alias": "editionStartUrl"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "officialPresentationNames": { "alias": "officialPresentationNames"; "required": false; }; }, { "goBack": "goBack"; }, never, never, false, never>;
38
39
  }
@@ -36,6 +36,7 @@ export declare class PryPresentationComponent extends SubscriptionnerDirective {
36
36
  showTheme: boolean;
37
37
  listOfManifests$: BehaviorSubject<ManifestDescription[] | null>;
38
38
  set listOfManifests(manifests: ManifestDescription[] | null);
39
+ officialPresentationNames: string[];
39
40
  inputSearch$: BehaviorSubject<string>;
40
41
  set search(query: string);
41
42
  constructor(store: Store<any>, overlay: Overlay, viewContainerRef: ViewContainerRef, router: Router, titleService: PryTitleService, activatedRoute: ActivatedRoute, ngZone: NgZone, access: PryBaseAccess, dialog: PryDialogService);
@@ -50,6 +51,6 @@ export declare class PryPresentationComponent extends SubscriptionnerDirective {
50
51
  isPrivate(presentation: ManifestDescription): boolean;
51
52
  canModify$(presentation: ManifestDescription): Observable<boolean>;
52
53
  static ɵfac: i0.ɵɵFactoryDeclaration<PryPresentationComponent, [null, null, null, null, null, null, null, { optional: true; }, null]>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<PryPresentationComponent, "pry-presentation", never, { "editionStartUrl": { "alias": "editionStartUrl"; "required": false; }; "consultStartUrl": { "alias": "consultStartUrl"; "required": false; }; "meAsOwner": { "alias": "meAsOwner"; "required": false; }; "themePrefix": { "alias": "themePrefix"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "hideToolbox": { "alias": "hideToolbox"; "required": false; }; "showTheme": { "alias": "showTheme"; "required": false; }; "listOfManifests": { "alias": "listOfManifests"; "required": false; }; "search": { "alias": "search"; "required": false; }; }, {}, never, never, false, never>;
54
+ static ɵcmp: i0.ɵɵComponentDeclaration<PryPresentationComponent, "pry-presentation", never, { "editionStartUrl": { "alias": "editionStartUrl"; "required": false; }; "consultStartUrl": { "alias": "consultStartUrl"; "required": false; }; "meAsOwner": { "alias": "meAsOwner"; "required": false; }; "themePrefix": { "alias": "themePrefix"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "hideToolbox": { "alias": "hideToolbox"; "required": false; }; "showTheme": { "alias": "showTheme"; "required": false; }; "listOfManifests": { "alias": "listOfManifests"; "required": false; }; "officialPresentationNames": { "alias": "officialPresentationNames"; "required": false; }; "search": { "alias": "search"; "required": false; }; }, {}, never, never, false, never>;
54
55
  }
55
56
  export {};
@@ -283,3 +283,31 @@ pry-datasource-selector {
283
283
  padding: toRem(20);
284
284
  height: 100%;
285
285
  }
286
+
287
+ .widget-zoom-in {
288
+ z-index: 2
289
+ }
290
+
291
+ .vega-zoom-container {
292
+ display: flex;
293
+ margin-left: auto;
294
+ padding-right: 1em;
295
+ gap: 0.5em;
296
+ align-items: center;
297
+
298
+ > div {
299
+ display: flex;
300
+ justify-content: center;
301
+ align-items: center;
302
+ width: 2em;
303
+ height: 2em;
304
+ cursor:pointer;
305
+ border-radius: 0.2em;
306
+ color: #183C6B;
307
+
308
+ &:active, &.zoom-clicked, &:hover {
309
+ background: #FFD841;
310
+ outline: 1px solid #666666
311
+ }
312
+ }
313
+ }