@provoly/dashboard 0.13.10 → 0.13.12
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-classes/admin-classes-customize/admin-classes-customize.component.d.ts +0 -2
- package/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.d.ts +0 -1
- package/admin/components/admin-classes/admin-classes-select/admin-classes-select.component.d.ts +0 -3
- package/admin/components/admin-classes/admin-classes-view/admin-attributes-select/admin-attributes-select.component.d.ts +0 -2
- package/admin/components/admin-dataset/admin-select-dataset/admin-select-dataset.component.d.ts +0 -3
- package/admin/components/admin-environment/admin-environment-select/admin-environment-select.component.d.ts +0 -3
- package/admin/components/admin-fields/admin-fields-select/admin-fields-select.component.d.ts +0 -3
- package/admin/components/admin-metadata/admin-select-metadata/admin-select-metadata.component.d.ts +0 -2
- package/admin/components/admin-metadata-rules/admin-select-metadata-rules/admin-select-metadata-rules.component.d.ts +0 -2
- package/admin/components/admin-metadata-user/admin-user-select-metadata/admin-user-select-metadata.component.d.ts +0 -2
- package/admin/components/admin-predicates/admin-predicates-select/admin-predicates-select.component.d.ts +0 -2
- package/admin/components/admin-relation-types/admin-relation-types-select/admin-relation-types-select.component.d.ts +0 -2
- package/admin/components/association/association.component.d.ts +1 -1
- package/dataset/style/_o-pry-dataset-detail.scss +17 -7
- package/dataset/style/_o-pry-dataset.scss +8 -6
- package/esm2022/admin/components/admin-classes/admin-classes-customize/admin-classes-customize.component.mjs +7 -9
- package/esm2022/admin/components/admin-classes/admin-classes-customize/symbol/admin-classes-customize-symbol.component.mjs +3 -3
- package/esm2022/admin/components/admin-classes/admin-classes-customize/tooltip/admin-classes-customize-tooltip.component.mjs +3 -4
- package/esm2022/admin/components/admin-classes/admin-classes-select/admin-classes-select.component.mjs +3 -9
- package/esm2022/admin/components/admin-classes/admin-classes-view/admin-attributes-select/admin-attributes-select.component.mjs +4 -9
- package/esm2022/admin/components/admin-dataset/admin-select-dataset/admin-select-dataset.component.mjs +3 -9
- package/esm2022/admin/components/admin-environment/admin-environment-select/admin-environment-select.component.mjs +3 -9
- package/esm2022/admin/components/admin-fields/admin-fields-select/admin-fields-select.component.mjs +3 -9
- package/esm2022/admin/components/admin-metadata/admin-select-metadata/admin-select-metadata.component.mjs +3 -6
- package/esm2022/admin/components/admin-metadata-rules/admin-select-metadata-rules/admin-select-metadata-rules.component.mjs +3 -6
- package/esm2022/admin/components/admin-metadata-user/admin-user-select-metadata/admin-user-select-metadata.component.mjs +3 -6
- package/esm2022/admin/components/admin-predicates/admin-predicates-select/admin-predicates-select.component.mjs +3 -6
- package/esm2022/admin/components/admin-relation-types/admin-relation-types-select/admin-relation-types-select.component.mjs +3 -6
- package/esm2022/admin/components/admin-user/admin-user-select/admin-user-select.component.mjs +3 -3
- package/esm2022/admin/components/association/association.component.mjs +1 -1
- package/esm2022/components/metadata-editor/metadata-editor.component.mjs +4 -4
- package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +6 -5
- package/esm2022/dataset/style/css.component.mjs +2 -2
- package/esm2022/lib/core/components/base-toolbox/base-toolbox.component.mjs +3 -3
- package/esm2022/lib/core/components/tabs/tab-group.component.mjs +36 -0
- package/esm2022/lib/core/components/tabs/tab.component.mjs +23 -0
- package/esm2022/lib/core/core.module.mjs +27 -33
- package/esm2022/lib/core/public-api.mjs +7 -5
- package/esm2022/lib/dashboard/store/dashboard.actions.mjs +3 -1
- package/esm2022/lib/dashboard/store/dashboard.reducers.mjs +11 -2
- package/esm2022/supervision/components/supervision-integration-errors/supervision-integration-errors-select/supervision-integration-errors-select.component.mjs +3 -6
- package/esm2022/toolbox/components/toolbox.component.mjs +27 -18
- package/esm2022/toolbox/toolbox.model.mjs +6 -6
- package/esm2022/widgets/widget-map/component/widget-map.component.mjs +12 -67
- package/esm2022/widgets/widget-map/i18n/en.translations.mjs +1 -6
- package/esm2022/widgets/widget-map/i18n/fr.translations.mjs +1 -6
- package/esm2022/widgets/widget-map/interaction/interaction-manager.class.mjs +1 -9
- package/esm2022/widgets/widget-map/utils/widget-map.utils.mjs +1 -47
- package/fesm2022/provoly-dashboard-admin.mjs +30 -77
- package/fesm2022/provoly-dashboard-admin.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-components-metadata-editor.mjs +3 -3
- package/fesm2022/provoly-dashboard-components-metadata-editor.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-dataset.mjs +7 -6
- package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-supervision.mjs +2 -5
- package/fesm2022/provoly-dashboard-supervision.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-toolbox.mjs +60 -51
- package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +15 -305
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +91 -36
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/lib/core/components/tabs/tab-group.component.d.ts +16 -0
- package/lib/core/components/tabs/tab.component.d.ts +10 -0
- package/lib/core/core.module.d.ts +22 -20
- package/lib/core/public-api.d.ts +6 -4
- package/lib/dashboard/store/dashboard.actions.d.ts +2 -0
- package/package.json +57 -14
- package/schematics/ng-add/index.js +0 -4
- package/schematics/ng-add/index.js.map +1 -1
- package/schematics/ng-update/version-0-13/index.js +9 -0
- package/schematics/ng-update/version-0-13/index.js.map +1 -1
- package/styles/components/_o-panel.scss +1 -13
- package/styles/components/_o-tabs.scss +40 -56
- package/supervision/components/supervision-integration-errors/supervision-integration-errors-select/supervision-integration-errors-select.component.d.ts +0 -2
- package/toolbox/components/toolbox.component.d.ts +4 -2
- package/toolbox/toolbox.model.d.ts +1 -1
- package/widgets/widget-map/component/widget-map.component.d.ts +4 -6
- package/widgets/widget-map/i18n/en.translations.d.ts +0 -5
- package/widgets/widget-map/i18n/fr.translations.d.ts +0 -5
- package/widgets/widget-map/interaction/interaction-manager.class.d.ts +0 -2
- package/widgets/widget-map/utils/widget-map.utils.d.ts +0 -2
- package/esm2022/widgets/widget-map/reader/kmz-zip-reader.class.mjs +0 -57
- package/esm2022/widgets/widget-map/reader/map-formats-reader.class.mjs +0 -37
- package/esm2022/widgets/widget-map/reader/random-color-style.function.mjs +0 -32
- package/esm2022/widgets/widget-map/reader/read-as-text.class.mjs +0 -30
- package/esm2022/widgets/widget-map/reader/shp-zip-reader.class.mjs +0 -35
- package/widgets/widget-map/reader/kmz-zip-reader.class.d.ts +0 -12
- package/widgets/widget-map/reader/map-formats-reader.class.d.ts +0 -15
- package/widgets/widget-map/reader/random-color-style.function.d.ts +0 -6
- package/widgets/widget-map/reader/read-as-text.class.d.ts +0 -10
- package/widgets/widget-map/reader/shp-zip-reader.class.d.ts +0 -10
|
@@ -5,7 +5,7 @@ import { CommonModule, AsyncPipe } from '@angular/common';
|
|
|
5
5
|
import * as i1$2 from '@angular/common/http';
|
|
6
6
|
import { HttpHeaders, HttpParams, HttpClientModule } from '@angular/common/http';
|
|
7
7
|
import * as i0 from '@angular/core';
|
|
8
|
-
import { InjectionToken, Injectable, Directive, Optional, Inject, Input, Component, Pipe, ChangeDetectionStrategy, HostBinding, SecurityContext, NgModule, EventEmitter, Output, TemplateRef, ViewChild, Injector, HostListener,
|
|
8
|
+
import { InjectionToken, Injectable, Directive, Optional, Inject, Input, Component, Pipe, ChangeDetectionStrategy, HostBinding, SecurityContext, NgModule, EventEmitter, Output, TemplateRef, ViewChild, Injector, HostListener, ContentChildren, forwardRef, ViewContainerRef, createNgModule } from '@angular/core';
|
|
9
9
|
import * as i2 from '@angular/router';
|
|
10
10
|
import { NavigationEnd, RouterModule } from '@angular/router';
|
|
11
11
|
import * as i1$3 from '@ngrx/effects';
|
|
@@ -1141,7 +1141,7 @@ class BaseToolboxComponent {
|
|
|
1141
1141
|
this.baseToolboxTranslation = '';
|
|
1142
1142
|
}
|
|
1143
1143
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: BaseToolboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1144
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.6", type: BaseToolboxComponent, selector: "pry-base-toolbox", inputs: { baseToolboxTranslation: "baseToolboxTranslation", actions$: "actions$", subActions$: "subActions$" }, ngImport: i0, template: "<div class=\"o-base-layout__toolbox__actions\">\n <ul class=\"m-actions-list\">\n <ng-container *ngFor=\"let action of actions$ | async\">\n <pry-base-toolbox-action\n *pryAccess=\"{ module: action.moduleAccess, page: action.pageAccess, action: action.actionAccess }\"\n [action]=\"action\"\n [baseToolboxTranslation]=\"baseToolboxTranslation\"\n >\n </pry-base-toolbox-action>\n </ng-container>\n </ul>\n\n <ul class=\"m-actions-list\">\n <ng-container *ngFor=\"let action of subActions$ | async\">\n <pry-base-toolbox-action\n *pryAccess=\"{ module: action.moduleAccess, page: action.pageAccess, action: action.actionAccess }\"\n [action]=\"action\"\n [baseToolboxTranslation]=\"baseToolboxTranslation\"\n [iconAction]=\"true\"\n >\n </pry-base-toolbox-action>\n </ng-container>\n </ul>\n</div>\n", dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "
|
|
1144
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.6", type: BaseToolboxComponent, selector: "pry-base-toolbox", inputs: { baseToolboxTranslation: "baseToolboxTranslation", actions$: "actions$", subActions$: "subActions$" }, ngImport: i0, template: "<div class=\"o-base-layout__toolbox__actions\">\n <ul class=\"m-actions-list\">\n <ng-container *ngFor=\"let action of actions$ | async\">\n <pry-base-toolbox-action\n *pryAccess=\"{ module: action.moduleAccess, page: action.pageAccess, action: action.actionAccess }\"\n [action]=\"action\"\n [baseToolboxTranslation]=\"baseToolboxTranslation\"\n >\n </pry-base-toolbox-action>\n </ng-container>\n </ul>\n\n <ul class=\"m-actions-list\">\n <ng-container *ngFor=\"let action of subActions$ | async\">\n <pry-base-toolbox-action\n *pryAccess=\"{ module: action.moduleAccess, page: action.pageAccess, action: action.actionAccess }\"\n [action]=\"action\"\n [baseToolboxTranslation]=\"baseToolboxTranslation\"\n [iconAction]=\"true\"\n >\n </pry-base-toolbox-action>\n </ng-container>\n </ul>\n</div>\n", dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: PryAccessDirective, selector: "[pryAccess]", inputs: ["pryAccess"] }, { kind: "component", type: BaseToolboxActionComponent, selector: "pry-base-toolbox-action", inputs: ["baseToolboxTranslation", "action", "iconAction"] }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }] }); }
|
|
1145
1145
|
}
|
|
1146
1146
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: BaseToolboxComponent, decorators: [{
|
|
1147
1147
|
type: Component,
|
|
@@ -1304,7 +1304,9 @@ const DashboardActions = {
|
|
|
1304
1304
|
setFilters: createAction('[Dashboard] (bus) set datasource filters', props()),
|
|
1305
1305
|
updateFilters: createAction('[Dashboard] (bus) update datasource filters', props()),
|
|
1306
1306
|
removeFilter: createAction('[Dashboard] (bus) remove filter in presentation', props()),
|
|
1307
|
+
removeFilters: createAction('[Dashboard] (bus) remove filters'),
|
|
1307
1308
|
updateFilterValue: createAction('[Dashboard] (bus) update filter value', props()),
|
|
1309
|
+
resetWmsFeatures: createAction('[Widget map] Reset Wms layer features'),
|
|
1308
1310
|
getWmsFeatures: createAction('[Widget map] Get Wms layer features', props()),
|
|
1309
1311
|
addWmsFeatures: createAction('[Widget map] Set Wms layer features', props()),
|
|
1310
1312
|
updateDisplayOptions: createAction('[Dashboard/Display] Update displayed dashboard management features', props())
|
|
@@ -4808,6 +4810,74 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImpor
|
|
|
4808
4810
|
type: Output
|
|
4809
4811
|
}] } });
|
|
4810
4812
|
|
|
4813
|
+
class TabComponent {
|
|
4814
|
+
constructor() {
|
|
4815
|
+
this.name = '';
|
|
4816
|
+
}
|
|
4817
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: TabComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4818
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.6", type: TabComponent, selector: "pry-tab", inputs: { name: "name", templateRef: "templateRef", index: "index" }, ngImport: i0, template: '', isInline: true }); }
|
|
4819
|
+
}
|
|
4820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: TabComponent, decorators: [{
|
|
4821
|
+
type: Component,
|
|
4822
|
+
args: [{
|
|
4823
|
+
selector: 'pry-tab',
|
|
4824
|
+
template: ''
|
|
4825
|
+
}]
|
|
4826
|
+
}], ctorParameters: function () { return []; }, propDecorators: { name: [{
|
|
4827
|
+
type: Input
|
|
4828
|
+
}], templateRef: [{
|
|
4829
|
+
type: Input
|
|
4830
|
+
}], index: [{
|
|
4831
|
+
type: Input
|
|
4832
|
+
}] } });
|
|
4833
|
+
|
|
4834
|
+
class TabGroupComponent {
|
|
4835
|
+
static { this.instanceId = 0; }
|
|
4836
|
+
get instanceId() {
|
|
4837
|
+
return TabGroupComponent.instanceId;
|
|
4838
|
+
}
|
|
4839
|
+
constructor() {
|
|
4840
|
+
this.translationStringBase = '';
|
|
4841
|
+
this.currentTabIndex = 0;
|
|
4842
|
+
TabGroupComponent.instanceId++;
|
|
4843
|
+
}
|
|
4844
|
+
ngAfterContentInit() {
|
|
4845
|
+
this.currentTab = this.tabs.first;
|
|
4846
|
+
this.tabs.forEach((tab, i) => (tab.index = i));
|
|
4847
|
+
}
|
|
4848
|
+
switch(tab, index) {
|
|
4849
|
+
this.currentTab = tab;
|
|
4850
|
+
this.currentTabIndex = index;
|
|
4851
|
+
}
|
|
4852
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: TabGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
4853
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.1.6", type: TabGroupComponent, selector: "pry-tab-group", inputs: { translationStringBase: "translationStringBase" }, queries: [{ propertyName: "tabs", predicate: TabComponent }], ngImport: i0, template: "<div class=\"o-tabs\">\n <div class=\"o-tabs__list\" role=\"tablist\" [attr.aria-label]=\"'tab-panel-' + instanceId\">\n <button\n *ngFor=\"let tab of tabs; let index = index\"\n type=\"button\"\n class=\"o-tabs__list__btn\"\n role=\"tab\"\n [id]=\"'tab-' + instanceId + '-' + index\"\n [attr.aria-selected]=\"index === currentTabIndex\"\n [attr.tabindex]=\"index === currentTabIndex ? 0 : -1\"\n [attr.aria-controls]=\"'tabpanel-' + instanceId + '-' + index\"\n (click)=\"switch(tab, index)\"\n >\n {{ translationStringBase + tab.name | i18n }}\n </button>\n </div>\n <div\n class=\"o-tabs__panel\"\n [id]=\"'tabpanel-' + instanceId + '-' + currentTabIndex\"\n role=\"tabpanel\"\n [attr.aria-labelledby]=\"'tab-' + instanceId + '-' + currentTabIndex\"\n >\n <div class=\"o-tabs__panel__content\">\n <ng-template [ngTemplateOutlet]=\"currentTab.templateRef\"></ng-template>\n </div>\n </div>\n</div>\n", dependencies: [{ kind: "directive", type: i1$1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "pipe", type: I18nPipe, name: "i18n" }] }); }
|
|
4854
|
+
}
|
|
4855
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: TabGroupComponent, decorators: [{
|
|
4856
|
+
type: Component,
|
|
4857
|
+
args: [{ selector: 'pry-tab-group', template: "<div class=\"o-tabs\">\n <div class=\"o-tabs__list\" role=\"tablist\" [attr.aria-label]=\"'tab-panel-' + instanceId\">\n <button\n *ngFor=\"let tab of tabs; let index = index\"\n type=\"button\"\n class=\"o-tabs__list__btn\"\n role=\"tab\"\n [id]=\"'tab-' + instanceId + '-' + index\"\n [attr.aria-selected]=\"index === currentTabIndex\"\n [attr.tabindex]=\"index === currentTabIndex ? 0 : -1\"\n [attr.aria-controls]=\"'tabpanel-' + instanceId + '-' + index\"\n (click)=\"switch(tab, index)\"\n >\n {{ translationStringBase + tab.name | i18n }}\n </button>\n </div>\n <div\n class=\"o-tabs__panel\"\n [id]=\"'tabpanel-' + instanceId + '-' + currentTabIndex\"\n role=\"tabpanel\"\n [attr.aria-labelledby]=\"'tab-' + instanceId + '-' + currentTabIndex\"\n >\n <div class=\"o-tabs__panel__content\">\n <ng-template [ngTemplateOutlet]=\"currentTab.templateRef\"></ng-template>\n </div>\n </div>\n</div>\n" }]
|
|
4858
|
+
}], ctorParameters: function () { return []; }, propDecorators: { translationStringBase: [{
|
|
4859
|
+
type: Input
|
|
4860
|
+
}], tabs: [{
|
|
4861
|
+
type: ContentChildren,
|
|
4862
|
+
args: [TabComponent]
|
|
4863
|
+
}] } });
|
|
4864
|
+
|
|
4865
|
+
const SELECTORS = [
|
|
4866
|
+
TranslateIdPipe,
|
|
4867
|
+
TranslateItemToSymbolPipe,
|
|
4868
|
+
GetSecuredImagePipe,
|
|
4869
|
+
BaseLayoutComponent,
|
|
4870
|
+
BaseMenuComponent,
|
|
4871
|
+
BaseToolboxComponent,
|
|
4872
|
+
PryNqColorSelectorComponent,
|
|
4873
|
+
PryAccessDirective,
|
|
4874
|
+
PryUploadComponent,
|
|
4875
|
+
PrySelectImageComponent,
|
|
4876
|
+
AccordionComponent,
|
|
4877
|
+
AccordionItemComponent,
|
|
4878
|
+
TabGroupComponent,
|
|
4879
|
+
TabComponent
|
|
4880
|
+
];
|
|
4811
4881
|
class PryCoreModule {
|
|
4812
4882
|
constructor(pryTranslateService) {
|
|
4813
4883
|
this.pryTranslateService = pryTranslateService;
|
|
@@ -4828,13 +4898,14 @@ class PryCoreModule {
|
|
|
4828
4898
|
BaseLayoutComponent,
|
|
4829
4899
|
BaseMenuComponent,
|
|
4830
4900
|
BaseToolboxComponent,
|
|
4831
|
-
BaseToolboxActionComponent,
|
|
4832
4901
|
PryNqColorSelectorComponent,
|
|
4833
4902
|
PryAccessDirective,
|
|
4834
4903
|
PryUploadComponent,
|
|
4835
4904
|
PrySelectImageComponent,
|
|
4836
4905
|
AccordionComponent,
|
|
4837
|
-
AccordionItemComponent
|
|
4906
|
+
AccordionItemComponent,
|
|
4907
|
+
TabGroupComponent,
|
|
4908
|
+
TabComponent, BaseToolboxActionComponent], imports: [CommonModule,
|
|
4838
4909
|
RouterModule,
|
|
4839
4910
|
HttpClientModule, i1.StoreFeatureModule, i1.StoreFeatureModule, i1.StoreFeatureModule, i1.StoreFeatureModule, i1.StoreFeatureModule, i1.StoreFeatureModule, i1.StoreFeatureModule, i1.StoreFeatureModule, i1.StoreFeatureModule, i1$3.EffectsFeatureModule, i1$3.EffectsFeatureModule, i1$3.EffectsFeatureModule, i1$3.EffectsFeatureModule, i1$3.EffectsFeatureModule, i1$3.EffectsFeatureModule, i1$3.EffectsFeatureModule, i1$3.EffectsFeatureModule, i1$3.EffectsFeatureModule, PryIconModule,
|
|
4840
4911
|
OverlayModule,
|
|
@@ -4853,7 +4924,9 @@ class PryCoreModule {
|
|
|
4853
4924
|
PryUploadComponent,
|
|
4854
4925
|
PrySelectImageComponent,
|
|
4855
4926
|
AccordionComponent,
|
|
4856
|
-
AccordionItemComponent
|
|
4927
|
+
AccordionItemComponent,
|
|
4928
|
+
TabGroupComponent,
|
|
4929
|
+
TabComponent] }); }
|
|
4857
4930
|
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: PryCoreModule, providers: [AsyncPipe, TranslateIdPipe, TranslateItemToSymbolPipe], imports: [CommonModule,
|
|
4858
4931
|
RouterModule,
|
|
4859
4932
|
HttpClientModule,
|
|
@@ -4886,21 +4959,7 @@ class PryCoreModule {
|
|
|
4886
4959
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImport: i0, type: PryCoreModule, decorators: [{
|
|
4887
4960
|
type: NgModule,
|
|
4888
4961
|
args: [{
|
|
4889
|
-
declarations: [
|
|
4890
|
-
TranslateIdPipe,
|
|
4891
|
-
TranslateItemToSymbolPipe,
|
|
4892
|
-
GetSecuredImagePipe,
|
|
4893
|
-
BaseLayoutComponent,
|
|
4894
|
-
BaseMenuComponent,
|
|
4895
|
-
BaseToolboxComponent,
|
|
4896
|
-
BaseToolboxActionComponent,
|
|
4897
|
-
PryNqColorSelectorComponent,
|
|
4898
|
-
PryAccessDirective,
|
|
4899
|
-
PryUploadComponent,
|
|
4900
|
-
PrySelectImageComponent,
|
|
4901
|
-
AccordionComponent,
|
|
4902
|
-
AccordionItemComponent
|
|
4903
|
-
],
|
|
4962
|
+
declarations: [...SELECTORS, BaseToolboxActionComponent],
|
|
4904
4963
|
imports: [
|
|
4905
4964
|
CommonModule,
|
|
4906
4965
|
RouterModule,
|
|
@@ -4932,20 +4991,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.1.6", ngImpor
|
|
|
4932
4991
|
FormsModule
|
|
4933
4992
|
],
|
|
4934
4993
|
providers: [AsyncPipe, TranslateIdPipe, TranslateItemToSymbolPipe],
|
|
4935
|
-
exports: [
|
|
4936
|
-
TranslateIdPipe,
|
|
4937
|
-
TranslateItemToSymbolPipe,
|
|
4938
|
-
GetSecuredImagePipe,
|
|
4939
|
-
BaseLayoutComponent,
|
|
4940
|
-
BaseMenuComponent,
|
|
4941
|
-
BaseToolboxComponent,
|
|
4942
|
-
PryNqColorSelectorComponent,
|
|
4943
|
-
PryAccessDirective,
|
|
4944
|
-
PryUploadComponent,
|
|
4945
|
-
PrySelectImageComponent,
|
|
4946
|
-
AccordionComponent,
|
|
4947
|
-
AccordionItemComponent
|
|
4948
|
-
]
|
|
4994
|
+
exports: [...SELECTORS]
|
|
4949
4995
|
}]
|
|
4950
4996
|
}], ctorParameters: function () { return [{ type: PryI18nService }]; } });
|
|
4951
4997
|
|
|
@@ -10668,6 +10714,15 @@ const internalReducer = createReducer(dashboardInitialState, on(DashboardActions
|
|
|
10668
10714
|
filters: state.manifests.manifest.filters?.filter((filter) => filter.id !== action.id)
|
|
10669
10715
|
}
|
|
10670
10716
|
}
|
|
10717
|
+
})), on(DashboardActions.removeFilters, (state) => ({
|
|
10718
|
+
...state,
|
|
10719
|
+
manifests: {
|
|
10720
|
+
...state.manifests,
|
|
10721
|
+
manifest: {
|
|
10722
|
+
...state.manifests.manifest,
|
|
10723
|
+
filters: []
|
|
10724
|
+
}
|
|
10725
|
+
}
|
|
10671
10726
|
})), on(DashboardActions.updateFilterValue, (state, action) => {
|
|
10672
10727
|
const filters = JSON.parse(JSON.stringify(state.manifests.manifest.filters ?? []));
|
|
10673
10728
|
const filterToUpdate = filters.find((filter) => filter.id === action.id);
|
|
@@ -10689,7 +10744,7 @@ const internalReducer = createReducer(dashboardInitialState, on(DashboardActions
|
|
|
10689
10744
|
}
|
|
10690
10745
|
}
|
|
10691
10746
|
};
|
|
10692
|
-
}), on(DashboardActions.getWmsFeatures, (state, action) => ({
|
|
10747
|
+
}), on(DashboardActions.getWmsFeatures, DashboardActions.resetWmsFeatures, (state, action) => ({
|
|
10693
10748
|
...state,
|
|
10694
10749
|
wmsFeatures: []
|
|
10695
10750
|
})), on(DashboardActions.addWmsFeatures, (state, action) => {
|
|
@@ -11055,5 +11110,5 @@ function filterLoader(module, prop) {
|
|
|
11055
11110
|
* Generated bundle index. Do not edit.
|
|
11056
11111
|
*/
|
|
11057
11112
|
|
|
11058
|
-
export { AccordionComponent, AccordionItemComponent, Aggregation, BaseFilterComponent, BaseFilterModule, BaseLayoutComponent, BaseMenuComponent, BaseToolboxComponent, BaseTooltipComponent, BaseTooltipModule, BaseWidgetComponent, BaseWidgetModule, BusService, CategoryActions, CategorySelectors, CategoryService, ChartOptionDefault, ClassActions, ClassSelectors, ClassService, ConfigActions, ConfigSelectors, ConfigService, ContextMenuActions, ContextMenuComponent, ContextMenuSelectors, DEFAULT_CATEGORY_UUID, DEFAULT_COLUMNS_NUMBER, DEFAULT_GAP_PX, DEFAULT_ICON_URL, DEFAULT_MSG_TIMEOUT, DEFAULT_NAMED_QUERY_ID, DEFAULT_RESTITUTION_ICON_URL, DEFAULT_ROWS_NUMBER, DEFAULT_ROW_HEIGHT_PX, DELAY_FOR_HIDE, DashboardActions, DashboardComponent, DashboardGridLayout, DashboardSelectors, DataSourceActions, DataSourceSelectors, DataSourceService, DataWidgetComponent, DatasourceSelectorComponent, DateRangeHighlightPipe, DateUtils, DefaultTooltipComponent, DefaultViewGuard, DisplayMode, ENV_OPTIONS, EXPLORE_NAMED_QUERY_ID, FIELD_OPTIONS, FIELD_UUID, FILTERS_DOMAIN, FILTER_DEFINITION, FieldActions, FieldSelectors, FieldService, FieldType, FilterFactoryService, FilterInstanciatorComponent, GeoMetadata, GeocodingService, GetSecuredImagePipe, GraphType, HTTP_ORIGIN_METADATA, I18nPipe, INTERNALLY_STORED_IMAGE_PREFIX, IconPosition, ImageActions, ImageService, ImagesSelectors, ItemUtils, LibraryTypes, LoopScrollColumnComponent, METADATA_TYPE, META_OPTIONS, MIME_TYPE_RESULTSET, MIME_TYPE_WIDGET_MANIFEST, MIME_TYPE_WIDGET_SIZE, MIME_TYPE_WIDGET_TYPE, ManifestService, ManifestUtils, ManifestsComponent, MarkSubType, MarkType, MetadataComponent, NamedQueryTypes, NamedQueryUtils, OPERATOR_OPTIONS, Operation, PRY_ACCESS_GUARD, PRY_ACCESS_TOKEN, PRY_CUSTOMEVENT_TYPE, PRY_DIALOG_DATA, PryAccessDirective, PryAccessUtils, PryBaseAccess, PryBaseAccessGuard, PryCoreModule, PryDashboardModule, PryDatasetType, PryDatePickerComponent, PryDatePickerModule, PryDefaultAccessGuard, PryDefaultAccessService, PryDialogConfirmComponent, PryDialogRef, PryDialogService, PryEditInputComponent, PryEditInputModule, PryHiddenWhenOverlay, PryHiddenWhenOverlayDirective, PryHttpErrorInterceptorService, PryI18nModule, PryI18nService, PryIconComponent, PryIconModule, PryModalComponent, PryModalModule, PryModalStatusComponent, PryModalStatusModule, PryNqColorSelectorComponent, PryObjectEditionComponent, PryOverlayDirective, PryOverlayModule, PryRangeComponent, PryRangeModule, PrySelectComponent, PrySelectImageComponent, PrySelectModule, PryShareComponent, PryShareModule, PrySnackbarComponent, PrySnackbarModule, PrySnackbarService, PrySortDataPipe, PrySortHeaderComponent, PrySortHeaderDirective, PrySortModule, PrySortTableDirective, PryTimePickerComponent, PryTitleService, PryToggleComponent, PryToggleModule, PryTooltipDirective, PryUploadComponent, PryVisibilityType, PryWidgetHeaderComponent, RawService, RelationTypesActions, RelationTypesSelectors, RelationTypesService, ResultSetSizePipe, ResultsetUtils, SYMBOL_DOMAIN, SearchActions, SearchSelectors, SearchService, SettingsComponent, SubscriptionnerDirective, SymbolService, TABLE_ATTR_DOMAIN, TILE_ATTR_DOMAIN, TOOLTIPS_DOMAIN, TOOLTIP_DEFINITION, ToolboxManifestService, ToolboxMenuService, TooltipFactoryService, TooltipMode, TranslateIdPipe, TranslateItemToSymbolPipe, UNKNOWN_DATASOURCE, USE_CURRENT_RESULTSET, VARIABLE_TYPE, VegaColorType, VegaType, ViewMode, VizualizeRawComponent, WIDGET_DEFINITION, WIDGET_HEADER_HEIGHT, WebsocketService, WidgetFactoryService, WidgetInstanciatorComponent, WidgetPlaceholderComponent, WidgetPlacementUtils, adapter$2 as adapter, aggregationDefault, baseItemProperties, classReducer, classesFeatureKey, compareOperationFunctions, contextMenuFeatureKey, contextMenuReducer, createPlacedWidgetCopy, dashboardFeatureKey, dashboardInitialState, dashboardReducer, dataSourceFeatureKey, dataSourceReducer, deepMerge, defaultColors, defaultMenuStructure, enTranslations$1 as enTranslations, filterLoader, frTranslations$1 as frTranslations, getDisplayOptions, httpErrorOptions, imageFeatureKey, imageReducer, initialClassState, initialContextMenuState, initialDataSourceState, initialImageState, initialSearchState, latLonToGeographicFieldTransformation, markTypesDefault, notificationFeatureKey, orderWidgetsAccordingToPlacement, searchFeatureKey, searchReducer, selectAll$2 as selectAll, selectEntities$2 as selectEntities, selectIds$2 as selectIds, selectTotal$2 as selectTotal, solveCollisions, solvingCollisionOptions, sortByName$2 as sortByName, subTypesDefault, tooltipLoader, vegaColorSchemesDefault, widgetLoader, widgetMapConfig };
|
|
11113
|
+
export { AccordionComponent, AccordionItemComponent, Aggregation, BaseFilterComponent, BaseFilterModule, BaseLayoutComponent, BaseMenuComponent, BaseToolboxComponent, BaseTooltipComponent, BaseTooltipModule, BaseWidgetComponent, BaseWidgetModule, BusService, CategoryActions, CategorySelectors, CategoryService, ChartOptionDefault, ClassActions, ClassSelectors, ClassService, ConfigActions, ConfigSelectors, ConfigService, ContextMenuActions, ContextMenuComponent, ContextMenuSelectors, DEFAULT_CATEGORY_UUID, DEFAULT_COLUMNS_NUMBER, DEFAULT_GAP_PX, DEFAULT_ICON_URL, DEFAULT_MSG_TIMEOUT, DEFAULT_NAMED_QUERY_ID, DEFAULT_RESTITUTION_ICON_URL, DEFAULT_ROWS_NUMBER, DEFAULT_ROW_HEIGHT_PX, DELAY_FOR_HIDE, DashboardActions, DashboardComponent, DashboardGridLayout, DashboardSelectors, DataSourceActions, DataSourceSelectors, DataSourceService, DataWidgetComponent, DatasourceSelectorComponent, DateRangeHighlightPipe, DateUtils, DefaultTooltipComponent, DefaultViewGuard, DisplayMode, ENV_OPTIONS, EXPLORE_NAMED_QUERY_ID, FIELD_OPTIONS, FIELD_UUID, FILTERS_DOMAIN, FILTER_DEFINITION, FieldActions, FieldSelectors, FieldService, FieldType, FilterFactoryService, FilterInstanciatorComponent, GeoMetadata, GeocodingService, GetSecuredImagePipe, GraphType, HTTP_ORIGIN_METADATA, I18nPipe, INTERNALLY_STORED_IMAGE_PREFIX, IconPosition, ImageActions, ImageService, ImagesSelectors, ItemUtils, LibraryTypes, LoopScrollColumnComponent, METADATA_TYPE, META_OPTIONS, MIME_TYPE_RESULTSET, MIME_TYPE_WIDGET_MANIFEST, MIME_TYPE_WIDGET_SIZE, MIME_TYPE_WIDGET_TYPE, ManifestService, ManifestUtils, ManifestsComponent, MarkSubType, MarkType, MetadataComponent, NamedQueryTypes, NamedQueryUtils, OPERATOR_OPTIONS, Operation, PRY_ACCESS_GUARD, PRY_ACCESS_TOKEN, PRY_CUSTOMEVENT_TYPE, PRY_DIALOG_DATA, PryAccessDirective, PryAccessUtils, PryBaseAccess, PryBaseAccessGuard, PryCoreModule, PryDashboardModule, PryDatasetType, PryDatePickerComponent, PryDatePickerModule, PryDefaultAccessGuard, PryDefaultAccessService, PryDialogConfirmComponent, PryDialogRef, PryDialogService, PryEditInputComponent, PryEditInputModule, PryHiddenWhenOverlay, PryHiddenWhenOverlayDirective, PryHttpErrorInterceptorService, PryI18nModule, PryI18nService, PryIconComponent, PryIconModule, PryModalComponent, PryModalModule, PryModalStatusComponent, PryModalStatusModule, PryNqColorSelectorComponent, PryObjectEditionComponent, PryOverlayDirective, PryOverlayModule, PryRangeComponent, PryRangeModule, PrySelectComponent, PrySelectImageComponent, PrySelectModule, PryShareComponent, PryShareModule, PrySnackbarComponent, PrySnackbarModule, PrySnackbarService, PrySortDataPipe, PrySortHeaderComponent, PrySortHeaderDirective, PrySortModule, PrySortTableDirective, PryTimePickerComponent, PryTitleService, PryToggleComponent, PryToggleModule, PryTooltipDirective, PryUploadComponent, PryVisibilityType, PryWidgetHeaderComponent, RawService, RelationTypesActions, RelationTypesSelectors, RelationTypesService, ResultSetSizePipe, ResultsetUtils, SYMBOL_DOMAIN, SearchActions, SearchSelectors, SearchService, SettingsComponent, SubscriptionnerDirective, SymbolService, TABLE_ATTR_DOMAIN, TILE_ATTR_DOMAIN, TOOLTIPS_DOMAIN, TOOLTIP_DEFINITION, TabComponent, TabGroupComponent, ToolboxManifestService, ToolboxMenuService, TooltipFactoryService, TooltipMode, TranslateIdPipe, TranslateItemToSymbolPipe, UNKNOWN_DATASOURCE, USE_CURRENT_RESULTSET, VARIABLE_TYPE, VegaColorType, VegaType, ViewMode, VizualizeRawComponent, WIDGET_DEFINITION, WIDGET_HEADER_HEIGHT, WebsocketService, WidgetFactoryService, WidgetInstanciatorComponent, WidgetPlaceholderComponent, WidgetPlacementUtils, adapter$2 as adapter, aggregationDefault, baseItemProperties, classReducer, classesFeatureKey, compareOperationFunctions, contextMenuFeatureKey, contextMenuReducer, createPlacedWidgetCopy, dashboardFeatureKey, dashboardInitialState, dashboardReducer, dataSourceFeatureKey, dataSourceReducer, deepMerge, defaultColors, defaultMenuStructure, enTranslations$1 as enTranslations, filterLoader, frTranslations$1 as frTranslations, getDisplayOptions, httpErrorOptions, imageFeatureKey, imageReducer, initialClassState, initialContextMenuState, initialDataSourceState, initialImageState, initialSearchState, latLonToGeographicFieldTransformation, markTypesDefault, notificationFeatureKey, orderWidgetsAccordingToPlacement, searchFeatureKey, searchReducer, selectAll$2 as selectAll, selectEntities$2 as selectEntities, selectIds$2 as selectIds, selectTotal$2 as selectTotal, solveCollisions, solvingCollisionOptions, sortByName$2 as sortByName, subTypesDefault, tooltipLoader, vegaColorSchemesDefault, widgetLoader, widgetMapConfig };
|
|
11059
11114
|
//# sourceMappingURL=provoly-dashboard.mjs.map
|