@provoly/dashboard 0.24.5 → 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.
- 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/shared/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 +12 -8
- 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 +6 -2
- package/esm2022/lib/core/components/share/share.component.mjs +1 -1
- package/esm2022/lib/core/store/search/search.actions.mjs +1 -1
- package/esm2022/lib/core/store/search/search.effects.mjs +2 -2
- package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +1 -1
- 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/add-edit-presentation/add-edit-presentation.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/edit-mode-action/edit-mode-action.component.mjs +26 -0
- package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +1 -1
- package/esm2022/toolbox/components/toolbox.component.mjs +4 -3
- package/esm2022/toolbox/public-api.mjs +2 -1
- package/esm2022/toolbox/toolbox.model.mjs +2 -2
- package/esm2022/toolbox/toolbox.module.mjs +8 -4
- 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 +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/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 +11 -7
- 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 +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 +1 -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-toolbox.mjs +29 -7
- 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 +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.mjs +8 -4
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/filters/autocomplete/autocomplete.component.d.ts +3 -3
- package/lib/core/components/select/select.component.d.ts +2 -1
- package/lib/core/store/search/search.actions.d.ts +2 -0
- package/package.json +13 -13
- package/toolbox/components/edit-mode-action/edit-mode-action.component.d.ts +17 -0
- package/toolbox/public-api.d.ts +1 -0
- package/toolbox/toolbox.module.d.ts +10 -9
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { Store } from '@ngrx/store';
|
|
3
3
|
import { BaseFilterComponent, SearchService } from '@provoly/dashboard';
|
|
4
4
|
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
@@ -11,10 +11,10 @@ export declare class AutocompleteComponent extends BaseFilterComponent implement
|
|
|
11
11
|
preventInitCall$: Subject<void>;
|
|
12
12
|
possibleFilterValues$: Observable<string[]>;
|
|
13
13
|
possibleFilterValues: string[];
|
|
14
|
-
items$:
|
|
15
|
-
selectClicked: EventEmitter<void>;
|
|
14
|
+
items$: BehaviorSubject<string[]>;
|
|
16
15
|
constructor(store: Store, searchService: SearchService);
|
|
17
16
|
ngOnInit(): void;
|
|
17
|
+
resetAutocompleteValues(): void;
|
|
18
18
|
setFilter(value: string): void;
|
|
19
19
|
updateSearch($event?: Event): void;
|
|
20
20
|
clear(): void;
|
|
@@ -39,6 +39,7 @@ export declare class PrySelectComponent extends SubscriptionnerDirective impleme
|
|
|
39
39
|
i18nPrefix: string | null;
|
|
40
40
|
searched: EventEmitter<string>;
|
|
41
41
|
cleared: EventEmitter<void>;
|
|
42
|
+
clicked: EventEmitter<void>;
|
|
42
43
|
bindClasses: any;
|
|
43
44
|
search$: BehaviorSubject<string>;
|
|
44
45
|
_loading: boolean;
|
|
@@ -79,5 +80,5 @@ export declare class PrySelectComponent extends SubscriptionnerDirective impleme
|
|
|
79
80
|
onKeydownOption: (event: KeyboardEvent, item: any, index: number, optionDivRef: HTMLDivElement, first: boolean, last: boolean) => void;
|
|
80
81
|
focusInitialSelection: () => void;
|
|
81
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<PrySelectComponent, never>;
|
|
82
|
-
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; }; "readonly": { "alias": "readonly"; "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"; }, never, never, false, never>;
|
|
83
|
+
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; }; "readonly": { "alias": "readonly"; "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"; }, never, never, false, never>;
|
|
83
84
|
}
|
|
@@ -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.
|
|
3
|
+
"version": "0.24.7",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "16.x || 17.x",
|
|
@@ -174,18 +174,18 @@
|
|
|
174
174
|
"esm": "./esm2022/components/scheme-picker/provoly-dashboard-components-scheme-picker.mjs",
|
|
175
175
|
"default": "./fesm2022/provoly-dashboard-components-scheme-picker.mjs"
|
|
176
176
|
},
|
|
177
|
-
"./components/stepper": {
|
|
178
|
-
"types": "./components/stepper/index.d.ts",
|
|
179
|
-
"esm2022": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
180
|
-
"esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
181
|
-
"default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
|
|
182
|
-
},
|
|
183
177
|
"./components/sinceDate": {
|
|
184
178
|
"types": "./components/sinceDate/index.d.ts",
|
|
185
179
|
"esm2022": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
|
|
186
180
|
"esm": "./esm2022/components/sinceDate/provoly-dashboard-components-sinceDate.mjs",
|
|
187
181
|
"default": "./fesm2022/provoly-dashboard-components-sinceDate.mjs"
|
|
188
182
|
},
|
|
183
|
+
"./components/stepper": {
|
|
184
|
+
"types": "./components/stepper/index.d.ts",
|
|
185
|
+
"esm2022": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
186
|
+
"esm": "./esm2022/components/stepper/provoly-dashboard-components-stepper.mjs",
|
|
187
|
+
"default": "./fesm2022/provoly-dashboard-components-stepper.mjs"
|
|
188
|
+
},
|
|
189
189
|
"./filters/autocomplete": {
|
|
190
190
|
"types": "./filters/autocomplete/index.d.ts",
|
|
191
191
|
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.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
|
+
}
|
package/toolbox/public-api.d.ts
CHANGED
|
@@ -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 "
|
|
21
|
-
import * as i20 from "@angular/
|
|
22
|
-
import * as i21 from "@angular/
|
|
23
|
-
import * as i22 from "@
|
|
24
|
-
import * as i23 from "@provoly/dashboard
|
|
25
|
-
import * as i24 from "@provoly/dashboard/components/
|
|
26
|
-
import * as i25 from "@
|
|
27
|
-
import * as i26 from "@angular/cdk/
|
|
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
|
|
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
|
}
|