@provoly/dashboard 0.13.5 → 0.13.7
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/admin/components/admin-dataset/store/admin-dataset.effects.d.ts +2 -2
- 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-view/admin-attributes-form/admin-attributes-form.component.mjs +1 -1
- package/esm2022/admin/components/admin-dataset/admin-select-dataset/admin-select-dataset.component.mjs +1 -1
- package/esm2022/admin/components/admin-dataset/shared/admin-form-dataset/admin-form-dataset.component.mjs +1 -1
- package/esm2022/admin/components/admin-dataset/store/admin-dataset.effects.mjs +5 -3
- 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/admin/components/admin-user/admin-user-select/admin-user-select.component.mjs +1 -1
- package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +1 -1
- package/esm2022/filters/list/list-filter.component.mjs +1 -1
- package/esm2022/import/components/import.component.mjs +1 -1
- package/esm2022/lib/core/components/select/select.component.mjs +7 -4
- package/esm2022/lib/core/components/share/share.component.mjs +1 -1
- package/esm2022/lib/core/model/display-options.interface.mjs +55 -0
- package/esm2022/lib/core/model/public-api.mjs +2 -1
- package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +1 -1
- package/esm2022/lib/dashboard/components/dashboard.component.mjs +9 -2
- package/esm2022/lib/dashboard/store/dashboard.actions.mjs +3 -2
- package/esm2022/lib/dashboard/store/dashboard.reducers.mjs +7 -1
- package/esm2022/lib/dashboard/store/dashboard.selectors.mjs +4 -2
- 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/presentation/components/presentation.component.mjs +5 -2
- 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/supervision/components/supervision-integration-errors/supervision-integration-errors.component.mjs +1 -1
- package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +1 -1
- package/esm2022/toolbox/components/toolbox.component.mjs +4 -3
- package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.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 +3 -3
- package/esm2022/widgets/widget-map/pipe/widget-map-legend-url.pipe.mjs +7 -2
- package/esm2022/widgets/widget-map/public-api.mjs +2 -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/fesm2022/provoly-dashboard-admin.mjs +18 -16
- package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-dataset.mjs +1 -1
- package/fesm2022/provoly-dashboard-dataset.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 +1 -1
- 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-presentation.mjs +4 -1
- package/fesm2022/provoly-dashboard-presentation.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-supervision.mjs +1 -1
- package/fesm2022/provoly-dashboard-supervision.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-toolbox.mjs +4 -3
- 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-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 +9 -4
- 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.mjs +81 -9
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/core/components/select/select.component.d.ts +2 -1
- package/lib/core/model/display-options.interface.d.ts +24 -0
- package/lib/core/model/public-api.d.ts +1 -0
- package/lib/dashboard/components/dashboard.component.d.ts +6 -3
- package/lib/dashboard/store/dashboard.actions.d.ts +8 -0
- package/lib/dashboard/store/dashboard.reducers.d.ts +2 -0
- package/lib/dashboard/store/dashboard.selectors.d.ts +1 -0
- package/package.json +30 -30
- package/toolbox/components/toolbox.component.d.ts +1 -0
- package/widgets/widget-map/public-api.d.ts +1 -0
|
@@ -11,6 +11,7 @@ export declare class PrySelectComponent implements ControlValueAccessor {
|
|
|
11
11
|
clearable: boolean;
|
|
12
12
|
multiple: boolean;
|
|
13
13
|
multipleClearRight: boolean;
|
|
14
|
+
closeOnSelect: boolean;
|
|
14
15
|
placeholder?: string;
|
|
15
16
|
isForm: boolean;
|
|
16
17
|
required?: any;
|
|
@@ -38,5 +39,5 @@ export declare class PrySelectComponent implements ControlValueAccessor {
|
|
|
38
39
|
writeValue(obj: any): void;
|
|
39
40
|
customSearchFn(term: string, item: any): boolean;
|
|
40
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<PrySelectComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PrySelectComponent, "pry-select", never, { "labelTranslate": { "alias": "labelTranslate"; "required": false; }; "baseTranslate": { "alias": "baseTranslate"; "required": false; }; "translationFn": { "alias": "translationFn"; "required": false; }; "translationFnArgs": { "alias": "translationFnArgs"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "multipleClearRight": { "alias": "multipleClearRight"; "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; }; "items": { "alias": "items"; "required": false; }; "itemsAsOption": { "alias": "itemsAsOption"; "required": false; }; "bindData": { "alias": "bindData"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "bindIcon": { "alias": "bindIcon"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "templateLabel": { "alias": "templateLabel"; "required": false; }; "templateOption": { "alias": "templateOption"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; }, {}, never, never, false, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PrySelectComponent, "pry-select", never, { "labelTranslate": { "alias": "labelTranslate"; "required": false; }; "baseTranslate": { "alias": "baseTranslate"; "required": false; }; "translationFn": { "alias": "translationFn"; "required": false; }; "translationFnArgs": { "alias": "translationFnArgs"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "multipleClearRight": { "alias": "multipleClearRight"; "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; }; "items": { "alias": "items"; "required": false; }; "itemsAsOption": { "alias": "itemsAsOption"; "required": false; }; "bindData": { "alias": "bindData"; "required": false; }; "bindValue": { "alias": "bindValue"; "required": false; }; "bindLabel": { "alias": "bindLabel"; "required": false; }; "bindIcon": { "alias": "bindIcon"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "templateLabel": { "alias": "templateLabel"; "required": false; }; "templateOption": { "alias": "templateOption"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; }, {}, never, never, false, never>;
|
|
42
43
|
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export interface DisplayOptions {
|
|
2
|
+
search: boolean;
|
|
3
|
+
catalog: boolean;
|
|
4
|
+
useFilters: boolean;
|
|
5
|
+
toolbox: ToolboxDisplayOptions;
|
|
6
|
+
}
|
|
7
|
+
export interface ToolboxDisplayOptions {
|
|
8
|
+
save_view: boolean;
|
|
9
|
+
save_view_as: boolean;
|
|
10
|
+
filter_settings: boolean;
|
|
11
|
+
new_tab: boolean;
|
|
12
|
+
clear_view: boolean;
|
|
13
|
+
default_size: boolean;
|
|
14
|
+
refresh_datasets: boolean;
|
|
15
|
+
automate_refresh: boolean;
|
|
16
|
+
}
|
|
17
|
+
export declare enum DisplayMode {
|
|
18
|
+
CONSULT = "CONSULT",
|
|
19
|
+
CREATE = "CREATE",
|
|
20
|
+
EDIT = "EDIT",
|
|
21
|
+
SEARCH = "SEARCH",
|
|
22
|
+
CUSTOM = "CUSTOM"
|
|
23
|
+
}
|
|
24
|
+
export declare function getDisplayOptions(mode: DisplayMode): DisplayOptions;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
import { Overlay } from '@angular/cdk/overlay';
|
|
2
|
-
import { AfterViewInit, ElementRef, EventEmitter, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { AfterViewInit, ElementRef, EventEmitter, OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
3
3
|
import { Store } from '@ngrx/store';
|
|
4
4
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
5
5
|
import { DashboardGridLayout, DashboardManifest, WidgetLayout, WidgetManifest } from '../../core/model/manifest.interface';
|
|
6
6
|
import { DashboardCellParams } from '../store/dashboard.actions';
|
|
7
7
|
import { SubscriptionnerDirective } from './subscriptionner.directive';
|
|
8
8
|
import { BaseWidgetComponent } from './widgets/base-widget.component';
|
|
9
|
+
import { DisplayOptions } from '../../core/model/display-options.interface';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare const MIME_TYPE_WIDGET_MANIFEST = "application/widget-manifest";
|
|
11
12
|
export declare const MIME_TYPE_WIDGET_TYPE = "application/widget-type-";
|
|
12
13
|
export declare const MIME_TYPE_WIDGET_SIZE = "application/widget-size-";
|
|
13
|
-
export declare class DashboardComponent extends SubscriptionnerDirective implements AfterViewInit {
|
|
14
|
+
export declare class DashboardComponent extends SubscriptionnerDirective implements OnInit, AfterViewInit {
|
|
14
15
|
private store;
|
|
15
16
|
private overlay;
|
|
16
17
|
private viewContainerRef;
|
|
@@ -29,6 +30,7 @@ export declare class DashboardComponent extends SubscriptionnerDirective impleme
|
|
|
29
30
|
loading$: Observable<boolean>;
|
|
30
31
|
set staticDashboard(window: DashboardManifest);
|
|
31
32
|
CloseOnDragOut: boolean;
|
|
33
|
+
displayOptions?: DisplayOptions;
|
|
32
34
|
gridRef: ElementRef;
|
|
33
35
|
private canCalculateView;
|
|
34
36
|
targetIndexes$: Observable<number[]>;
|
|
@@ -52,6 +54,7 @@ export declare class DashboardComponent extends SubscriptionnerDirective impleme
|
|
|
52
54
|
private confirmRemoveRef?;
|
|
53
55
|
Array: any;
|
|
54
56
|
constructor(store: Store<any>, overlay: Overlay, viewContainerRef: ViewContainerRef);
|
|
57
|
+
ngOnInit(): void;
|
|
55
58
|
ngAfterViewInit(): void;
|
|
56
59
|
/***
|
|
57
60
|
* Manage display
|
|
@@ -96,5 +99,5 @@ export declare class DashboardComponent extends SubscriptionnerDirective impleme
|
|
|
96
99
|
trackWidgets(index: number, widgetManifest: WidgetManifest): string;
|
|
97
100
|
updateInstance(widgetIndex: number, $event: BaseWidgetComponent): void;
|
|
98
101
|
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardComponent, never>;
|
|
99
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardComponent, "pry-dashboard", never, { "staticDashboard": { "alias": "staticDashboard"; "required": false; }; "CloseOnDragOut": { "alias": "CloseOnDragOut"; "required": false; }; }, { "rowHeight": "rowHeight"; "rows": "rows"; }, never, never, false, never>;
|
|
102
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardComponent, "pry-dashboard", never, { "staticDashboard": { "alias": "staticDashboard"; "required": false; }; "CloseOnDragOut": { "alias": "CloseOnDragOut"; "required": false; }; "displayOptions": { "alias": "displayOptions"; "required": false; }; }, { "rowHeight": "rowHeight"; "rows": "rows"; }, never, never, false, never>;
|
|
100
103
|
}
|
|
@@ -6,6 +6,7 @@ import { DashboardGridLayout, DashboardManifest, GlobalManifest, ManifestDescrip
|
|
|
6
6
|
import { Relation } from '../../core/model/relation.interface';
|
|
7
7
|
import { OrderValue } from '../../core/model/result-order.interface';
|
|
8
8
|
import { ResultSet, ResultSets } from '../../core/model/result-set.interface';
|
|
9
|
+
import { DisplayMode, DisplayOptions } from '../../core/model/display-options.interface';
|
|
9
10
|
export type DashboardCellParams = {
|
|
10
11
|
gridWidth: number;
|
|
11
12
|
gridHeight: number;
|
|
@@ -453,4 +454,11 @@ export declare const DashboardActions: {
|
|
|
453
454
|
}) => {
|
|
454
455
|
features: any;
|
|
455
456
|
} & import("@ngrx/store/src/models").TypedAction<"[Widget map] Set Wms layer features">>;
|
|
457
|
+
updateDisplayOptions: import("@ngrx/store").ActionCreator<"[Dashboard/Display] Update displayed dashboard management features", (props: {
|
|
458
|
+
mode: DisplayMode;
|
|
459
|
+
customDisplay?: DisplayOptions | undefined;
|
|
460
|
+
}) => {
|
|
461
|
+
mode: DisplayMode;
|
|
462
|
+
customDisplay?: DisplayOptions | undefined;
|
|
463
|
+
} & import("@ngrx/store/src/models").TypedAction<"[Dashboard/Display] Update displayed dashboard management features">>;
|
|
456
464
|
};
|
|
@@ -4,6 +4,7 @@ import { GlobalManifest, ManifestDescription } from '../../core/model/manifest.i
|
|
|
4
4
|
import { ResultOrder } from '../../core/model/result-order.interface';
|
|
5
5
|
import { ResultSets } from '../../core/model/result-set.interface';
|
|
6
6
|
import { DashboardCellParams, ViewMode } from './dashboard.actions';
|
|
7
|
+
import { DisplayOptions } from '../../core/model/display-options.interface';
|
|
7
8
|
export declare const dashboardFeatureKey = "@pry/dashboard";
|
|
8
9
|
export interface DashboardState {
|
|
9
10
|
manifests: {
|
|
@@ -44,6 +45,7 @@ export interface DashboardState {
|
|
|
44
45
|
editionMode: boolean;
|
|
45
46
|
};
|
|
46
47
|
wmsFeatures: any[];
|
|
48
|
+
display?: DisplayOptions;
|
|
47
49
|
}
|
|
48
50
|
export declare const dashboardInitialState: DashboardState;
|
|
49
51
|
export declare function dashboardReducer(state: DashboardState, action: Action): DashboardState;
|
|
@@ -395,4 +395,5 @@ export declare const DashboardSelectors: {
|
|
|
395
395
|
[datasourceId: string]: FilterContext[];
|
|
396
396
|
}>;
|
|
397
397
|
wmsFeatures: MemoizedSelector<object, any[], (s1: DashboardState) => any[]>;
|
|
398
|
+
displayOptions: MemoizedSelector<object, import("@provoly/dashboard").DisplayOptions | undefined, (s1: DashboardState) => import("@provoly/dashboard").DisplayOptions | undefined>;
|
|
398
399
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "0.13.
|
|
3
|
+
"version": "0.13.7",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "15.x || 16.x",
|
|
@@ -85,41 +85,17 @@
|
|
|
85
85
|
"esm": "./esm2022/search/provoly-dashboard-search.mjs",
|
|
86
86
|
"default": "./fesm2022/provoly-dashboard-search.mjs"
|
|
87
87
|
},
|
|
88
|
-
"./toolbox": {
|
|
89
|
-
"types": "./toolbox/index.d.ts",
|
|
90
|
-
"esm2022": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
91
|
-
"esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
92
|
-
"default": "./fesm2022/provoly-dashboard-toolbox.mjs"
|
|
93
|
-
},
|
|
94
88
|
"./supervision": {
|
|
95
89
|
"types": "./supervision/index.d.ts",
|
|
96
90
|
"esm2022": "./esm2022/supervision/provoly-dashboard-supervision.mjs",
|
|
97
91
|
"esm": "./esm2022/supervision/provoly-dashboard-supervision.mjs",
|
|
98
92
|
"default": "./fesm2022/provoly-dashboard-supervision.mjs"
|
|
99
93
|
},
|
|
100
|
-
"./
|
|
101
|
-
"types": "./
|
|
102
|
-
"esm2022": "./esm2022/
|
|
103
|
-
"esm": "./esm2022/
|
|
104
|
-
"default": "./fesm2022/provoly-dashboard-
|
|
105
|
-
},
|
|
106
|
-
"./filters/list": {
|
|
107
|
-
"types": "./filters/list/index.d.ts",
|
|
108
|
-
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
109
|
-
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
110
|
-
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
111
|
-
},
|
|
112
|
-
"./filters/number": {
|
|
113
|
-
"types": "./filters/number/index.d.ts",
|
|
114
|
-
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
115
|
-
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
116
|
-
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
117
|
-
},
|
|
118
|
-
"./filters/text": {
|
|
119
|
-
"types": "./filters/text/index.d.ts",
|
|
120
|
-
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
121
|
-
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
122
|
-
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
94
|
+
"./toolbox": {
|
|
95
|
+
"types": "./toolbox/index.d.ts",
|
|
96
|
+
"esm2022": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
97
|
+
"esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
98
|
+
"default": "./fesm2022/provoly-dashboard-toolbox.mjs"
|
|
123
99
|
},
|
|
124
100
|
"./components/card": {
|
|
125
101
|
"types": "./components/card/index.d.ts",
|
|
@@ -157,6 +133,30 @@
|
|
|
157
133
|
"esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
158
134
|
"default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
|
|
159
135
|
},
|
|
136
|
+
"./filters/date": {
|
|
137
|
+
"types": "./filters/date/index.d.ts",
|
|
138
|
+
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
139
|
+
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
140
|
+
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
141
|
+
},
|
|
142
|
+
"./filters/list": {
|
|
143
|
+
"types": "./filters/list/index.d.ts",
|
|
144
|
+
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
145
|
+
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
146
|
+
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
147
|
+
},
|
|
148
|
+
"./filters/number": {
|
|
149
|
+
"types": "./filters/number/index.d.ts",
|
|
150
|
+
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
151
|
+
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
152
|
+
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
153
|
+
},
|
|
154
|
+
"./filters/text": {
|
|
155
|
+
"types": "./filters/text/index.d.ts",
|
|
156
|
+
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
157
|
+
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
158
|
+
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
159
|
+
},
|
|
160
160
|
"./pipeline-components/filter": {
|
|
161
161
|
"types": "./pipeline-components/filter/index.d.ts",
|
|
162
162
|
"esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
@@ -15,6 +15,7 @@ export declare class ToolboxComponent implements OnInit {
|
|
|
15
15
|
allActions$: Observable<ToolboxAction[]>;
|
|
16
16
|
mainActions$: Observable<ToolboxAction[]>;
|
|
17
17
|
dropdownActions$: Observable<ToolboxAction[]>;
|
|
18
|
+
showDropdownButton$: Observable<boolean>;
|
|
18
19
|
isDropdownOpen: boolean;
|
|
19
20
|
constructor(store: Store);
|
|
20
21
|
ngOnInit(): void;
|