@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.
Files changed (96) hide show
  1. package/admin/components/admin-dataset/store/admin-dataset.effects.d.ts +2 -2
  2. package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +1 -1
  3. package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +1 -1
  4. package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +1 -1
  5. package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +1 -1
  6. package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.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-select-dataset/admin-select-dataset.component.mjs +1 -1
  9. package/esm2022/admin/components/admin-dataset/shared/admin-form-dataset/admin-form-dataset.component.mjs +1 -1
  10. package/esm2022/admin/components/admin-dataset/store/admin-dataset.effects.mjs +5 -3
  11. package/esm2022/admin/components/admin-environment/admin-environment-form/admin-environment-form.component.mjs +1 -1
  12. package/esm2022/admin/components/admin-fields/admin-fields-form/admin-fields-form.component.mjs +1 -1
  13. package/esm2022/admin/components/admin-links/admin-links-new/admin-links-new.component.mjs +1 -1
  14. package/esm2022/admin/components/admin-metadata/shared/form-metadata/form-metadata.component.mjs +1 -1
  15. package/esm2022/admin/components/admin-metadata-rules/shared/admin-form-metadata-rules/admin-form-metadata-rules.component.mjs +1 -1
  16. package/esm2022/admin/components/admin-user/admin-user-select/admin-user-select.component.mjs +1 -1
  17. package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +1 -1
  18. package/esm2022/filters/list/list-filter.component.mjs +1 -1
  19. package/esm2022/import/components/import.component.mjs +1 -1
  20. package/esm2022/lib/core/components/select/select.component.mjs +7 -4
  21. package/esm2022/lib/core/components/share/share.component.mjs +1 -1
  22. package/esm2022/lib/core/model/display-options.interface.mjs +55 -0
  23. package/esm2022/lib/core/model/public-api.mjs +2 -1
  24. package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +1 -1
  25. package/esm2022/lib/dashboard/components/dashboard.component.mjs +9 -2
  26. package/esm2022/lib/dashboard/store/dashboard.actions.mjs +3 -2
  27. package/esm2022/lib/dashboard/store/dashboard.reducers.mjs +7 -1
  28. package/esm2022/lib/dashboard/store/dashboard.selectors.mjs +4 -2
  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/presentation.component.mjs +5 -2
  33. package/esm2022/restitution/components/restitution/restitution.component.mjs +1 -1
  34. package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +1 -1
  35. package/esm2022/search/search-mono-class/components/search-mono-class/search-mono-class.component.mjs +1 -1
  36. package/esm2022/search/search-mono-class/components/search-order/search-order.component.mjs +1 -1
  37. package/esm2022/search/search-multi-class/components/multi-class-condition/multi-class-condition.component.mjs +1 -1
  38. package/esm2022/supervision/components/supervision-integration-errors/supervision-integration-errors.component.mjs +1 -1
  39. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +1 -1
  40. package/esm2022/toolbox/components/toolbox.component.mjs +4 -3
  41. package/esm2022/widgets/widget-aggregated-chart/component/widget-aggregated-chart.component.mjs +1 -1
  42. package/esm2022/widgets/widget-chart/component/widget-chart.component.mjs +1 -1
  43. package/esm2022/widgets/widget-graph/component/widget-graph.component.mjs +1 -1
  44. package/esm2022/widgets/widget-map/component/widget-map.component.mjs +3 -3
  45. package/esm2022/widgets/widget-map/pipe/widget-map-legend-url.pipe.mjs +7 -2
  46. package/esm2022/widgets/widget-map/public-api.mjs +2 -1
  47. package/esm2022/widgets/widget-table/component/widget-table.component.mjs +1 -1
  48. package/esm2022/widgets/widget-tile/component/widget-tile.component.mjs +1 -1
  49. package/fesm2022/provoly-dashboard-admin.mjs +18 -16
  50. package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
  51. package/fesm2022/provoly-dashboard-dataset.mjs +1 -1
  52. package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
  53. package/fesm2022/provoly-dashboard-filters-list.mjs +1 -1
  54. package/fesm2022/provoly-dashboard-filters-list.mjs.map +1 -1
  55. package/fesm2022/provoly-dashboard-import.mjs +1 -1
  56. package/fesm2022/provoly-dashboard-import.mjs.map +1 -1
  57. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs +1 -1
  58. package/fesm2022/provoly-dashboard-pipeline-components-filter.mjs.map +1 -1
  59. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs +1 -1
  60. package/fesm2022/provoly-dashboard-pipeline-components-input-datasource.mjs.map +1 -1
  61. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs +1 -1
  62. package/fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs.map +1 -1
  63. package/fesm2022/provoly-dashboard-presentation.mjs +4 -1
  64. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  65. package/fesm2022/provoly-dashboard-restitution.mjs +1 -1
  66. package/fesm2022/provoly-dashboard-restitution.mjs.map +1 -1
  67. package/fesm2022/provoly-dashboard-search.mjs +4 -4
  68. package/fesm2022/provoly-dashboard-search.mjs.map +1 -1
  69. package/fesm2022/provoly-dashboard-supervision.mjs +1 -1
  70. package/fesm2022/provoly-dashboard-supervision.mjs.map +1 -1
  71. package/fesm2022/provoly-dashboard-toolbox.mjs +4 -3
  72. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  73. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs +1 -1
  74. package/fesm2022/provoly-dashboard-widgets-widget-aggregated-chart.mjs.map +1 -1
  75. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs +1 -1
  76. package/fesm2022/provoly-dashboard-widgets-widget-chart.mjs.map +1 -1
  77. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs +1 -1
  78. package/fesm2022/provoly-dashboard-widgets-widget-graph.mjs.map +1 -1
  79. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +9 -4
  80. package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
  81. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs +1 -1
  82. package/fesm2022/provoly-dashboard-widgets-widget-table.mjs.map +1 -1
  83. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs +1 -1
  84. package/fesm2022/provoly-dashboard-widgets-widget-tile.mjs.map +1 -1
  85. package/fesm2022/provoly-dashboard.mjs +81 -9
  86. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  87. package/lib/core/components/select/select.component.d.ts +2 -1
  88. package/lib/core/model/display-options.interface.d.ts +24 -0
  89. package/lib/core/model/public-api.d.ts +1 -0
  90. package/lib/dashboard/components/dashboard.component.d.ts +6 -3
  91. package/lib/dashboard/store/dashboard.actions.d.ts +8 -0
  92. package/lib/dashboard/store/dashboard.reducers.d.ts +2 -0
  93. package/lib/dashboard/store/dashboard.selectors.d.ts +1 -0
  94. package/package.json +30 -30
  95. package/toolbox/components/toolbox.component.d.ts +1 -0
  96. 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;
@@ -22,3 +22,4 @@ export * from './result-order.interface';
22
22
  export * from './dataset.interface';
23
23
  export * from './filter.interface';
24
24
  export * from './admin-api.model';
25
+ export * from './display-options.interface';
@@ -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.5",
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
- "./filters/date": {
101
- "types": "./filters/date/index.d.ts",
102
- "esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
103
- "esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
104
- "default": "./fesm2022/provoly-dashboard-filters-date.mjs"
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;
@@ -6,3 +6,4 @@ export * from './pipe/widget-map-legend-url.pipe';
6
6
  export * from './interaction/interaction-manager.class';
7
7
  export * from './interaction/selection-interaction.class';
8
8
  export * from './utils/widget-map.utils';
9
+ export * from './style/css.component';