@provoly/dashboard 1.3.28 → 1.3.30
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-abac-rules/components/metadata-condition/metadata-condition.component.d.ts +1 -1
- package/admin/components/admin-abac-rules/store/abac-rules.model.d.ts +1 -1
- package/esm2022/admin/components/admin-abac-rules/admin-abac-rules-form/admin-abac-rules-form.component.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/components/attribute-condition/attribute-condition.component.mjs +3 -3
- package/esm2022/admin/components/admin-abac-rules/components/metadata-condition/metadata-condition.component.mjs +10 -6
- package/esm2022/admin/components/admin-abac-rules/store/abac-rules.model.mjs +8 -2
- 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 +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-form/admin-attributes-form.component.mjs +3 -3
- 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 +3 -3
- 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 +4 -3
- 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 +7 -5
- package/esm2022/import/components/version-modal/version-modal.component.mjs +3 -3
- package/esm2022/import/import.module.mjs +8 -4
- package/esm2022/import/style/css.component.mjs +2 -2
- package/esm2022/lib/core/components/select/select.component.mjs +4 -7
- 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/core/store/data-source/data-source.reducer.mjs +8 -8
- package/esm2022/lib/core/store/data-source/data-source.selectors.mjs +2 -2
- package/esm2022/lib/core/store/search/filter-param-encoder.mjs +5 -5
- package/esm2022/lib/core/store/search/search.service.mjs +5 -2
- package/esm2022/lib/dashboard/components/context-menu/object-edition/object-edition.component.mjs +1 -1
- package/esm2022/lib/dashboard/components/dashboard.component.mjs +16 -17
- package/esm2022/lib/dashboard/components/widgets/datasource-selector/datasource-list/datasource-list.component.mjs +1 -1
- package/esm2022/lib/dashboard/store/dashboard.actions.mjs +1 -1
- package/esm2022/lib/dashboard/store/dashboard.effects.mjs +34 -49
- 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/i18n/en.translations.mjs +4 -2
- package/esm2022/search/i18n/fr.translations.mjs +4 -2
- package/esm2022/search/search-mono-class/components/search-condition/search-condition.component.mjs +2 -2
- 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/search/search-tools/search-tools.component.mjs +2 -2
- 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/fesm2022/provoly-dashboard-admin.mjs +35 -24
- 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 +17 -11
- 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 +11 -7
- 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.mjs +63 -80
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/import/components/list/import-list.component.d.ts +1 -0
- package/import/import.module.d.ts +2 -1
- package/import/style/_o-import.scss +2 -0
- package/lib/core/components/select/select.component.d.ts +1 -2
- package/lib/core/store/data-source/data-source.reducer.d.ts +1 -1
- package/lib/dashboard/components/dashboard.component.d.ts +3 -1
- package/lib/dashboard/store/dashboard.actions.d.ts +2 -4
- package/lib/dashboard/store/dashboard.effects.d.ts +1 -2
- package/package.json +1 -1
- package/search/i18n/en.translations.d.ts +2 -0
- package/search/i18n/fr.translations.d.ts +2 -0
|
@@ -32,6 +32,7 @@ export declare class PryImportListComponent extends SubscriptionnerDirective imp
|
|
|
32
32
|
sortBy?: 'asc' | 'desc';
|
|
33
33
|
};
|
|
34
34
|
goBackToFirstPage$: Subject<boolean>;
|
|
35
|
+
loading$: Observable<boolean>;
|
|
35
36
|
constructor(store: Store, dialog: PryDialogService);
|
|
36
37
|
ngOnInit(): void;
|
|
37
38
|
clearFilters(): void;
|
|
@@ -13,10 +13,11 @@ import * as i10 from "@ngrx/effects";
|
|
|
13
13
|
import * as i11 from "@provoly/dashboard/components/checkbox";
|
|
14
14
|
import * as i12 from "@provoly/dashboard/components/text-editor";
|
|
15
15
|
import * as i13 from "@provoly/dashboard/components/paginator";
|
|
16
|
+
import * as i14 from "@provoly/dashboard/components/page-loader";
|
|
16
17
|
export declare class PryImportModule {
|
|
17
18
|
private pryTranslateService;
|
|
18
19
|
constructor(pryTranslateService: PryI18nService);
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<PryImportModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PryImportModule, [typeof i1.PryImportFormComponent, typeof i2.PryImportCssComponent, typeof i3.PryImportListComponent, typeof i4.PryVersionModalComponent], [typeof i5.PryCoreModule, typeof i5.PrySelectModule, typeof i5.PryI18nModule, typeof i6.CommonModule, typeof i5.PryIconModule, typeof i7.FormsModule, typeof i8.PryImportRoutingModule, typeof i9.StoreFeatureModule, typeof i10.EffectsFeatureModule, typeof i11.PryCheckboxModule, typeof i7.ReactiveFormsModule, typeof i12.PryTextEditorModule, typeof i5.PryDatePickerModule, typeof i5.PrySinceDateModule, typeof i13.PryPaginatorModule, typeof i5.PrySortModule], [typeof i1.PryImportFormComponent, typeof i3.PryImportListComponent, typeof i4.PryVersionModalComponent]>;
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PryImportModule, [typeof i1.PryImportFormComponent, typeof i2.PryImportCssComponent, typeof i3.PryImportListComponent, typeof i4.PryVersionModalComponent], [typeof i5.PryCoreModule, typeof i5.PrySelectModule, typeof i5.PryI18nModule, typeof i6.CommonModule, typeof i5.PryIconModule, typeof i7.FormsModule, typeof i8.PryImportRoutingModule, typeof i9.StoreFeatureModule, typeof i10.EffectsFeatureModule, typeof i11.PryCheckboxModule, typeof i7.ReactiveFormsModule, typeof i12.PryTextEditorModule, typeof i5.PryDatePickerModule, typeof i5.PrySinceDateModule, typeof i13.PryPaginatorModule, typeof i5.PrySortModule, typeof i14.PryPageLoaderModule], [typeof i1.PryImportFormComponent, typeof i3.PryImportListComponent, typeof i4.PryVersionModalComponent]>;
|
|
21
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<PryImportModule>;
|
|
22
23
|
}
|
|
@@ -28,7 +28,6 @@ export declare class PrySelectComponent extends SubscriptionnerDirective impleme
|
|
|
28
28
|
isForm: boolean;
|
|
29
29
|
required?: any;
|
|
30
30
|
name?: any;
|
|
31
|
-
readonly: boolean;
|
|
32
31
|
autocomplete: boolean;
|
|
33
32
|
alwaysShowAutosuggestedValues: boolean;
|
|
34
33
|
externalAutocompleteService: boolean;
|
|
@@ -84,5 +83,5 @@ export declare class PrySelectComponent extends SubscriptionnerDirective impleme
|
|
|
84
83
|
focusInitialSelection: () => void;
|
|
85
84
|
trackFn(index: number, item: any): any;
|
|
86
85
|
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; }; "
|
|
86
|
+
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"; }, never, never, false, never>;
|
|
88
87
|
}
|
|
@@ -3,7 +3,7 @@ import { Dataset, DatasetVersion, NamedQuery } from './data-source.model';
|
|
|
3
3
|
import { Category } from '../category/category.interface';
|
|
4
4
|
export declare const dataSourceFeatureKey = "@pry/datasources";
|
|
5
5
|
export interface DataSourceState {
|
|
6
|
-
|
|
6
|
+
loading: boolean;
|
|
7
7
|
list: NamedQuery[];
|
|
8
8
|
currentEdit?: NamedQuery;
|
|
9
9
|
fromWidget?: {
|
|
@@ -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 { WidgetFactoryService } from './widgets/widget-instanciator/widget-factory.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 widgetFactoryService;
|
|
18
20
|
manifest: DashboardManifest | null;
|
|
19
21
|
windowManifest$: Observable<DashboardManifest>;
|
|
20
22
|
modeEdition: boolean;
|
|
@@ -59,7 +61,7 @@ export declare class DashboardComponent extends SubscriptionnerDirective impleme
|
|
|
59
61
|
backgroundArea$: Observable<string>;
|
|
60
62
|
private confirmRemoveRef?;
|
|
61
63
|
Array: any;
|
|
62
|
-
constructor(store: Store<any>, overlay: Overlay, viewContainerRef: ViewContainerRef);
|
|
64
|
+
constructor(store: Store<any>, overlay: Overlay, viewContainerRef: ViewContainerRef, widgetFactoryService: WidgetFactoryService);
|
|
63
65
|
ngOnInit(): void;
|
|
64
66
|
ngAfterViewInit(): void;
|
|
65
67
|
/***
|
|
@@ -282,11 +282,9 @@ export declare const DashboardActions: {
|
|
|
282
282
|
widgetIndex: number;
|
|
283
283
|
} & import("@ngrx/store/src/models").TypedAction<"[Dashboard] maximize widget">>;
|
|
284
284
|
assertResultSets: import("@ngrx/store").ActionCreator<"[Dashboard] assert resultSet", (props: {
|
|
285
|
-
|
|
286
|
-
excludeGeo?: boolean | undefined;
|
|
285
|
+
staticManifest?: DashboardManifest | undefined;
|
|
287
286
|
}) => {
|
|
288
|
-
|
|
289
|
-
excludeGeo?: boolean | undefined;
|
|
287
|
+
staticManifest?: DashboardManifest | undefined;
|
|
290
288
|
} & import("@ngrx/store/src/models").TypedAction<"[Dashboard] assert resultSet">>;
|
|
291
289
|
updateResultSet: import("@ngrx/store").ActionCreator<"[Dashboard] (bus) received named resultSet", (props: {
|
|
292
290
|
id: string;
|
|
@@ -104,8 +104,7 @@ export declare class DashboardEffects {
|
|
|
104
104
|
id: string;
|
|
105
105
|
} & import("@ngrx/store/src/models").TypedAction<"[Dashboard] (bus) Triggering aggregates for datasource">> & import("@ngrx/effects").CreateEffectMetadata;
|
|
106
106
|
startMissingViewAfterViewUpdate$: import("rxjs").Observable<import("@ngrx/store/src/models").TypedAction<"[Dashboard] solving collisions"> | import("@ngrx/store/src/models").TypedAction<"[Dashboard] opening missing views for manifest"> | ({
|
|
107
|
-
|
|
108
|
-
excludeGeo?: boolean | undefined;
|
|
107
|
+
staticManifest?: import("../../core/model/manifest.interface").DashboardManifest | undefined;
|
|
109
108
|
} & import("@ngrx/store/src/models").TypedAction<"[Dashboard] assert resultSet">)> & import("@ngrx/effects").CreateEffectMetadata;
|
|
110
109
|
updateTitle$: import("rxjs").Observable<[({
|
|
111
110
|
tenants: string[];
|
package/package.json
CHANGED