@provoly/dashboard 0.24.6 → 0.24.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.
@@ -49,6 +49,7 @@ export declare const SearchActions: {
49
49
  label: string;
50
50
  datasource: string;
51
51
  }[];
52
+ limit: number;
52
53
  }) => {
53
54
  filterId: string;
54
55
  attributes: {
@@ -57,6 +58,7 @@ export declare const SearchActions: {
57
58
  label: string;
58
59
  datasource: string;
59
60
  }[];
61
+ limit: number;
60
62
  } & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) get possible filter values">>;
61
63
  setPossibleFilterValues: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) set possible filter values", (props: {
62
64
  filterId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "0.24.6",
3
+ "version": "0.24.7",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "16.x || 17.x",
@@ -132,36 +132,6 @@
132
132
  "esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
133
133
  "default": "./fesm2022/provoly-dashboard-toolbox.mjs"
134
134
  },
135
- "./filters/autocomplete": {
136
- "types": "./filters/autocomplete/index.d.ts",
137
- "esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
138
- "esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
139
- "default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
140
- },
141
- "./filters/date": {
142
- "types": "./filters/date/index.d.ts",
143
- "esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
144
- "esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
145
- "default": "./fesm2022/provoly-dashboard-filters-date.mjs"
146
- },
147
- "./filters/list": {
148
- "types": "./filters/list/index.d.ts",
149
- "esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
150
- "esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
151
- "default": "./fesm2022/provoly-dashboard-filters-list.mjs"
152
- },
153
- "./filters/number": {
154
- "types": "./filters/number/index.d.ts",
155
- "esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
156
- "esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
157
- "default": "./fesm2022/provoly-dashboard-filters-number.mjs"
158
- },
159
- "./filters/text": {
160
- "types": "./filters/text/index.d.ts",
161
- "esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
162
- "esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
163
- "default": "./fesm2022/provoly-dashboard-filters-text.mjs"
164
- },
165
135
  "./components/card": {
166
136
  "types": "./components/card/index.d.ts",
167
137
  "esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
@@ -192,18 +162,18 @@
192
162
  "esm": "./esm2022/components/filter/provoly-dashboard-components-filter.mjs",
193
163
  "default": "./fesm2022/provoly-dashboard-components-filter.mjs"
194
164
  },
195
- "./components/scheme-picker": {
196
- "types": "./components/scheme-picker/index.d.ts",
197
- "esm2022": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
198
- "esm": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
199
- "default": "./fesm2022/provoly-dashboard-components-scheme-picker.mjs"
200
- },
201
165
  "./components/metadata-editor": {
202
166
  "types": "./components/metadata-editor/index.d.ts",
203
167
  "esm2022": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
204
168
  "esm": "./esm2022/components/metadata-editor/provoly-dashboard-components-metadata-editor.mjs",
205
169
  "default": "./fesm2022/provoly-dashboard-components-metadata-editor.mjs"
206
170
  },
171
+ "./components/scheme-picker": {
172
+ "types": "./components/scheme-picker/index.d.ts",
173
+ "esm2022": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
174
+ "esm": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
175
+ "default": "./fesm2022/provoly-dashboard-components-scheme-picker.mjs"
176
+ },
207
177
  "./components/sinceDate": {
208
178
  "types": "./components/sinceDate/index.d.ts",
209
179
  "esm2022": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
@@ -216,6 +186,36 @@
216
186
  "esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
217
187
  "default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
218
188
  },
189
+ "./filters/autocomplete": {
190
+ "types": "./filters/autocomplete/index.d.ts",
191
+ "esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
192
+ "esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
193
+ "default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
194
+ },
195
+ "./filters/date": {
196
+ "types": "./filters/date/index.d.ts",
197
+ "esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
198
+ "esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
199
+ "default": "./fesm2022/provoly-dashboard-filters-date.mjs"
200
+ },
201
+ "./filters/list": {
202
+ "types": "./filters/list/index.d.ts",
203
+ "esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
204
+ "esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
205
+ "default": "./fesm2022/provoly-dashboard-filters-list.mjs"
206
+ },
207
+ "./filters/number": {
208
+ "types": "./filters/number/index.d.ts",
209
+ "esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
210
+ "esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
211
+ "default": "./fesm2022/provoly-dashboard-filters-number.mjs"
212
+ },
213
+ "./filters/text": {
214
+ "types": "./filters/text/index.d.ts",
215
+ "esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
216
+ "esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
217
+ "default": "./fesm2022/provoly-dashboard-filters-text.mjs"
218
+ },
219
219
  "./pipeline-components/filter": {
220
220
  "types": "./pipeline-components/filter/index.d.ts",
221
221
  "esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
@@ -234,18 +234,18 @@
234
234
  "esm": "./esm2022/pipeline-components/noop/provoly-dashboard-pipeline-components-noop.mjs",
235
235
  "default": "./fesm2022/provoly-dashboard-pipeline-components-noop.mjs"
236
236
  },
237
- "./pipeline-components/output-dataset": {
238
- "types": "./pipeline-components/output-dataset/index.d.ts",
239
- "esm2022": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
240
- "esm": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
241
- "default": "./fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs"
242
- },
243
237
  "./pipeline-components/subgraph": {
244
238
  "types": "./pipeline-components/subgraph/index.d.ts",
245
239
  "esm2022": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
246
240
  "esm": "./esm2022/pipeline-components/subgraph/provoly-dashboard-pipeline-components-subgraph.mjs",
247
241
  "default": "./fesm2022/provoly-dashboard-pipeline-components-subgraph.mjs"
248
242
  },
243
+ "./pipeline-components/output-dataset": {
244
+ "types": "./pipeline-components/output-dataset/index.d.ts",
245
+ "esm2022": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
246
+ "esm": "./esm2022/pipeline-components/output-dataset/provoly-dashboard-pipeline-components-output-dataset.mjs",
247
+ "default": "./fesm2022/provoly-dashboard-pipeline-components-output-dataset.mjs"
248
+ },
249
249
  "./tooltips/attribute": {
250
250
  "types": "./tooltips/attribute/index.d.ts",
251
251
  "esm2022": "./esm2022/tooltips/attribute/provoly-dashboard-tooltips-attribute.mjs",
@@ -0,0 +1,17 @@
1
+ import { Store } from '@ngrx/store';
2
+ import { GlobalManifest, ManifestDescription, ViewMode } from '@provoly/dashboard';
3
+ import { Observable } from 'rxjs';
4
+ import { ToolboxActionComponent } from '../toolbox-action/toolbox-action.component';
5
+ import * as i0 from "@angular/core";
6
+ export declare class EditModeActionComponent extends ToolboxActionComponent {
7
+ modeEdition$: Observable<boolean>;
8
+ presentation: {
9
+ current: ManifestDescription | undefined;
10
+ viewMode?: ViewMode;
11
+ initial: GlobalManifest | undefined;
12
+ } | undefined;
13
+ constructor(store: Store<any>);
14
+ toggleEditionMode(): void;
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<EditModeActionComponent, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<EditModeActionComponent, "pry-edit-mode-toggle", never, {}, {}, never, never, false, never>;
17
+ }
@@ -18,3 +18,4 @@ export * from './components/save-view/save-view.component';
18
18
  export * from './components/select-grid-layout/select-grid-layout.component';
19
19
  export * from './components/share/share.component';
20
20
  export * from './components/switch-to-edit-content/switch-to-edit-content.component';
21
+ export * from './components/edit-mode-action/edit-mode-action.component';
@@ -17,16 +17,17 @@ import * as i15 from "./components/switch-to-edit-content/switch-to-edit-content
17
17
  import * as i16 from "./components/share/share.component";
18
18
  import * as i17 from "./components/delete/delete.component";
19
19
  import * as i18 from "./components/dashboard-details/dashboard-details.component";
20
- import * as i19 from "@angular/common";
21
- import * as i20 from "@angular/forms";
22
- import * as i21 from "@angular/cdk/overlay";
23
- import * as i22 from "@provoly/dashboard";
24
- import * as i23 from "@provoly/dashboard/components/checkbox";
25
- import * as i24 from "@provoly/dashboard/components/stepper";
26
- import * as i25 from "@angular/cdk/drag-drop";
27
- import * as i26 from "@angular/cdk/a11y";
20
+ import * as i19 from "./components/edit-mode-action/edit-mode-action.component";
21
+ import * as i20 from "@angular/common";
22
+ import * as i21 from "@angular/forms";
23
+ import * as i22 from "@angular/cdk/overlay";
24
+ import * as i23 from "@provoly/dashboard";
25
+ import * as i24 from "@provoly/dashboard/components/checkbox";
26
+ import * as i25 from "@provoly/dashboard/components/stepper";
27
+ import * as i26 from "@angular/cdk/drag-drop";
28
+ import * as i27 from "@angular/cdk/a11y";
28
29
  export declare class PryToolboxModule {
29
30
  static ɵfac: i0.ɵɵFactoryDeclaration<PryToolboxModule, never>;
30
- static ɵmod: i0.ɵɵNgModuleDeclaration<PryToolboxModule, [typeof i1.ToolboxActionComponent, typeof i2.ToolboxActionInstanciatorComponent, typeof i3.ClearViewComponent, typeof i4.DragWidgetsComponent, typeof i5.EditModeToggleComponent, typeof i6.LaunchTabComponent, typeof i7.NamedQueryComponent, typeof i8.SaveViewComponent, typeof i9.SelectGridLayoutComponent, typeof i10.ToolboxComponent, typeof i11.PrySelectGridLayoutCssComponent, typeof i12.PryFilterSettingsComponent, typeof i13.RefreshDatasetsComponent, typeof i14.AutomateRefreshComponent, typeof i15.SwitchToEditContentComponent, typeof i16.ShareComponent, typeof i17.DeleteComponent, typeof i18.DashboardDetailsComponent], [typeof i19.CommonModule, typeof i20.FormsModule, typeof i21.OverlayModule, typeof i22.PryOverlayModule, typeof i22.PryCoreModule, typeof i22.PryDashboardModule, typeof i22.PrySelectModule, typeof i22.PryIconModule, typeof i23.PryCheckboxModule, typeof i22.PryToggleModule, typeof i24.PryStepperModule, typeof i22.PryShareModule, typeof i22.PryI18nModule, typeof i25.CdkDropList, typeof i25.CdkDrag, typeof i25.CdkDragHandle, typeof i26.A11yModule], [typeof i1.ToolboxActionComponent, typeof i2.ToolboxActionInstanciatorComponent, typeof i3.ClearViewComponent, typeof i4.DragWidgetsComponent, typeof i5.EditModeToggleComponent, typeof i6.LaunchTabComponent, typeof i7.NamedQueryComponent, typeof i8.SaveViewComponent, typeof i9.SelectGridLayoutComponent, typeof i10.ToolboxComponent, typeof i11.PrySelectGridLayoutCssComponent, typeof i12.PryFilterSettingsComponent, typeof i13.RefreshDatasetsComponent, typeof i14.AutomateRefreshComponent, typeof i15.SwitchToEditContentComponent, typeof i16.ShareComponent, typeof i17.DeleteComponent, typeof i18.DashboardDetailsComponent]>;
31
+ static ɵmod: i0.ɵɵNgModuleDeclaration<PryToolboxModule, [typeof i1.ToolboxActionComponent, typeof i2.ToolboxActionInstanciatorComponent, typeof i3.ClearViewComponent, typeof i4.DragWidgetsComponent, typeof i5.EditModeToggleComponent, typeof i6.LaunchTabComponent, typeof i7.NamedQueryComponent, typeof i8.SaveViewComponent, typeof i9.SelectGridLayoutComponent, typeof i10.ToolboxComponent, typeof i11.PrySelectGridLayoutCssComponent, typeof i12.PryFilterSettingsComponent, typeof i13.RefreshDatasetsComponent, typeof i14.AutomateRefreshComponent, typeof i15.SwitchToEditContentComponent, typeof i16.ShareComponent, typeof i17.DeleteComponent, typeof i18.DashboardDetailsComponent, typeof i19.EditModeActionComponent], [typeof i20.CommonModule, typeof i21.FormsModule, typeof i22.OverlayModule, typeof i23.PryOverlayModule, typeof i23.PryCoreModule, typeof i23.PryDashboardModule, typeof i23.PrySelectModule, typeof i23.PryIconModule, typeof i24.PryCheckboxModule, typeof i23.PryToggleModule, typeof i25.PryStepperModule, typeof i23.PryShareModule, typeof i23.PryI18nModule, typeof i26.CdkDropList, typeof i26.CdkDrag, typeof i26.CdkDragHandle, typeof i27.A11yModule], [typeof i1.ToolboxActionComponent, typeof i2.ToolboxActionInstanciatorComponent, typeof i3.ClearViewComponent, typeof i4.DragWidgetsComponent, typeof i5.EditModeToggleComponent, typeof i6.LaunchTabComponent, typeof i7.NamedQueryComponent, typeof i8.SaveViewComponent, typeof i9.SelectGridLayoutComponent, typeof i10.ToolboxComponent, typeof i11.PrySelectGridLayoutCssComponent, typeof i12.PryFilterSettingsComponent, typeof i13.RefreshDatasetsComponent, typeof i14.AutomateRefreshComponent, typeof i15.SwitchToEditContentComponent, typeof i16.ShareComponent, typeof i17.DeleteComponent, typeof i18.DashboardDetailsComponent, typeof i19.EditModeActionComponent]>;
31
32
  static ɵinj: i0.ɵɵInjectorDeclaration<PryToolboxModule>;
32
33
  }