@provoly/dashboard 1.4.57 → 1.4.59
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/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +1 -1
- package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +1 -1
- package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +1 -1
- package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +1 -1
- package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +1 -1
- package/esm2022/admin/components/admin-classes/admin-classes-form/admin-classes-form.component.mjs +1 -1
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +1 -1
- package/esm2022/admin/components/admin-dataset/admin-form-dataset/admin-form-dataset.component.mjs +1 -1
- package/esm2022/admin/components/admin-environment/admin-environment-form/admin-environment-form.component.mjs +1 -1
- package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +1 -1
- package/esm2022/admin/components/admin-links/admin-links-new/admin-links-new.component.mjs +1 -1
- package/esm2022/admin/components/admin-metadata/shared/form-metadata/form-metadata.component.mjs +1 -1
- package/esm2022/admin/components/admin-metadata-rules/shared/admin-form-metadata-rules/admin-form-metadata-rules.component.mjs +1 -1
- package/esm2022/components/metadata-editor/metadata-editor.component.mjs +1 -1
- package/esm2022/components/scheme-picker/scheme-picker.component.mjs +1 -1
- package/esm2022/filters/autocomplete/autocomplete.component.mjs +1 -1
- package/esm2022/filters/list/list-filter.component.mjs +1 -1
- package/esm2022/import/components/form/import-form.component.mjs +1 -1
- package/esm2022/import/components/list/import-list.component.mjs +1 -1
- package/esm2022/lib/core/components/overlay/dialog.service.mjs +4 -2
- package/esm2022/lib/core/components/select/select.component.mjs +8 -4
- package/esm2022/lib/core/components/share/access-rights-share/access-rights-share.component.mjs +1 -1
- package/esm2022/lib/core/components/share/legacy-share/share.component.mjs +1 -1
- package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +1 -1
- package/esm2022/lib/dashboard/components/dashboard.component.mjs +22 -12
- package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-list/datasource-list.component.mjs +1 -1
- package/esm2022/lib/dashboard/components/widgets/header/widget-header.component.mjs +90 -19
- package/esm2022/lib/dashboard/store/dashboard.selectors.mjs +3 -2
- package/esm2022/lib/dashboard/store/manifest.service.mjs +5 -3
- package/esm2022/pipeline-components/filter/component/filter.component.mjs +1 -1
- package/esm2022/pipeline-components/input-datasource/component/input-datasource.component.mjs +1 -1
- package/esm2022/pipeline-components/output-dataset/component/output-dataset.component.mjs +1 -1
- package/esm2022/restitution/components/restitution/restitution.component.mjs +1 -1
- package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +1 -1
- package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +1 -1
- package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +1 -1
- package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +1 -1
- package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +1 -1
- package/esm2022/toolbox/shared/presentation-form/presentation-form.component.mjs +1 -1
- package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +1 -1
- package/esm2022/widgets/widget-analytic/component/widget-analytic.component.mjs +1 -1
- package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +1 -1
- package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +1 -1
- package/esm2022/widgets/widget-map/component/widget-map.component.mjs +1 -1
- package/esm2022/widgets/widget-table/component/widget-table.component.mjs +1 -1
- package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +1 -1
- package/esm2022/widgets/widget-vega/component/widget-vega.component.mjs +5 -5
- package/fesm2022/provoly-dashboard-admin.mjs +13 -13
- package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +1 -1
- package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-scheme-picker.mjs +1 -1
- package/fesm2022/provoly-dashboard-components-scheme-picker.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-filters-list.mjs +1 -1
- package/fesm2022/provoly-dashboard-filters-list.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-import.mjs +2 -2
- package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +1 -1
- package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-restitution.mjs +1 -1
- package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-search.mjs +4 -4
- package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-toolbox.mjs +2 -2
- package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs +4 -4
- package/fesm2022/provoly-dashboard-widgets-widget-vega.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +206 -118
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/core/components/overlay/dialog.service.d.ts +2 -0
- package/lib/core/components/select/select.component.d.ts +3 -2
- package/lib/dashboard/components/dashboard.component.d.ts +8 -1
- package/lib/dashboard/components/widgets/header/widget-header.component.d.ts +18 -1
- package/lib/dashboard/store/dashboard.selectors.d.ts +17 -0
- package/lib/dashboard/store/manifest.service.d.ts +11 -2
- package/package.json +37 -37
- package/styles/components/_o-widget.scss +28 -0
|
@@ -9,8 +9,10 @@ interface PryDialogConfig {
|
|
|
9
9
|
backdropClass?: string;
|
|
10
10
|
data?: any;
|
|
11
11
|
overlayConfig?: OverlayConfig;
|
|
12
|
+
index?: number;
|
|
12
13
|
}
|
|
13
14
|
export declare const PRY_DIALOG_DATA: InjectionToken<any>;
|
|
15
|
+
export declare const INDEX_DATA: InjectionToken<any>;
|
|
14
16
|
export declare class PryDialogService {
|
|
15
17
|
private injector;
|
|
16
18
|
private overlay;
|
|
@@ -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
|
-
|
|
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
|
-
|
|
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.
|
|
3
|
+
"version": "1.4.59",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"homepage": "https://documentation.provoly.com/provoly-dashboard/main/index.html",
|
|
6
6
|
"repository": {
|
|
@@ -145,6 +145,36 @@
|
|
|
145
145
|
"esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
146
146
|
"default": "./fesm2022/provoly-dashboard-toolbox.mjs"
|
|
147
147
|
},
|
|
148
|
+
"./filters/autocomplete": {
|
|
149
|
+
"types": "./filters/autocomplete/index.d.ts",
|
|
150
|
+
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
151
|
+
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
152
|
+
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
153
|
+
},
|
|
154
|
+
"./filters/date": {
|
|
155
|
+
"types": "./filters/date/index.d.ts",
|
|
156
|
+
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
157
|
+
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
158
|
+
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
159
|
+
},
|
|
160
|
+
"./filters/list": {
|
|
161
|
+
"types": "./filters/list/index.d.ts",
|
|
162
|
+
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
163
|
+
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
164
|
+
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
165
|
+
},
|
|
166
|
+
"./filters/number": {
|
|
167
|
+
"types": "./filters/number/index.d.ts",
|
|
168
|
+
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
169
|
+
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
170
|
+
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
171
|
+
},
|
|
172
|
+
"./filters/text": {
|
|
173
|
+
"types": "./filters/text/index.d.ts",
|
|
174
|
+
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
175
|
+
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
176
|
+
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
177
|
+
},
|
|
148
178
|
"./components/card": {
|
|
149
179
|
"types": "./components/card/index.d.ts",
|
|
150
180
|
"esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
|
|
@@ -217,36 +247,6 @@
|
|
|
217
247
|
"esm": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
|
|
218
248
|
"default": "./fesm2022/provoly-dashboard-components-text-editor.mjs"
|
|
219
249
|
},
|
|
220
|
-
"./filters/autocomplete": {
|
|
221
|
-
"types": "./filters/autocomplete/index.d.ts",
|
|
222
|
-
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
223
|
-
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
224
|
-
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
225
|
-
},
|
|
226
|
-
"./filters/date": {
|
|
227
|
-
"types": "./filters/date/index.d.ts",
|
|
228
|
-
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
229
|
-
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
230
|
-
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
231
|
-
},
|
|
232
|
-
"./filters/list": {
|
|
233
|
-
"types": "./filters/list/index.d.ts",
|
|
234
|
-
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
235
|
-
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
236
|
-
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
237
|
-
},
|
|
238
|
-
"./filters/number": {
|
|
239
|
-
"types": "./filters/number/index.d.ts",
|
|
240
|
-
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
241
|
-
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
242
|
-
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
243
|
-
},
|
|
244
|
-
"./filters/text": {
|
|
245
|
-
"types": "./filters/text/index.d.ts",
|
|
246
|
-
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
247
|
-
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
248
|
-
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
249
|
-
},
|
|
250
250
|
"./pipeline-components/filter": {
|
|
251
251
|
"types": "./pipeline-components/filter/index.d.ts",
|
|
252
252
|
"esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
@@ -349,17 +349,17 @@
|
|
|
349
349
|
"esm": "./esm2022/widgets/widget-template/provoly-dashboard-widgets-widget-template.mjs",
|
|
350
350
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-template.mjs"
|
|
351
351
|
},
|
|
352
|
-
"./widgets/widget-tile": {
|
|
353
|
-
"types": "./widgets/widget-tile/index.d.ts",
|
|
354
|
-
"esm2022": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
|
|
355
|
-
"esm": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
|
|
356
|
-
"default": "./fesm2022/provoly-dashboard-widgets-widget-tile.mjs"
|
|
357
|
-
},
|
|
358
352
|
"./widgets/widget-vega": {
|
|
359
353
|
"types": "./widgets/widget-vega/index.d.ts",
|
|
360
354
|
"esm2022": "./esm2022/widgets/widget-vega/provoly-dashboard-widgets-widget-vega.mjs",
|
|
361
355
|
"esm": "./esm2022/widgets/widget-vega/provoly-dashboard-widgets-widget-vega.mjs",
|
|
362
356
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-vega.mjs"
|
|
357
|
+
},
|
|
358
|
+
"./widgets/widget-tile": {
|
|
359
|
+
"types": "./widgets/widget-tile/index.d.ts",
|
|
360
|
+
"esm2022": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
|
|
361
|
+
"esm": "./esm2022/widgets/widget-tile/provoly-dashboard-widgets-widget-tile.mjs",
|
|
362
|
+
"default": "./fesm2022/provoly-dashboard-widgets-widget-tile.mjs"
|
|
363
363
|
}
|
|
364
364
|
},
|
|
365
365
|
"schematics": "./schematics/collection.json",
|
|
@@ -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
|
+
}
|