@provoly/dashboard 0.19.4 → 0.19.6

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 (58) hide show
  1. package/esm2022/dataset/components/dataset-detail/dataset-detail.component.mjs +3 -6
  2. package/esm2022/filters/autocomplete/autocomplete.component.mjs +2 -2
  3. package/esm2022/lib/core/i18n/en.translations.mjs +5 -2
  4. package/esm2022/lib/core/i18n/fr.translations.mjs +5 -2
  5. package/esm2022/lib/core/model/display-options.interface.mjs +29 -36
  6. package/esm2022/lib/core/model/filter.interface.mjs +1 -1
  7. package/esm2022/lib/core/store/config/config.effects.mjs +2 -2
  8. package/esm2022/lib/core/store/search/search.service.mjs +8 -5
  9. package/esm2022/lib/dashboard/components/dashboard.component.mjs +3 -4
  10. package/esm2022/lib/dashboard/store/dashboard.actions.mjs +3 -1
  11. package/esm2022/lib/dashboard/store/dashboard.effects.mjs +7 -4
  12. package/esm2022/lib/dashboard/store/dashboard.selectors.mjs +3 -2
  13. package/esm2022/lib/dashboard/store/manifest.service.mjs +2 -2
  14. package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +41 -8
  15. package/esm2022/presentation/components/presentation.component.mjs +17 -10
  16. package/esm2022/toolbox/components/filter-settings/filter-settings.component.mjs +4 -3
  17. package/esm2022/toolbox/components/toolbox.component.mjs +15 -12
  18. package/fesm2022/provoly-dashboard-dataset.mjs +2 -5
  19. package/fesm2022/provoly-dashboard-dataset.mjs.map +1 -1
  20. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs +1 -1
  21. package/fesm2022/provoly-dashboard-filters-autocomplete.mjs.map +1 -1
  22. package/fesm2022/provoly-dashboard-presentation.mjs +56 -16
  23. package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
  24. package/fesm2022/provoly-dashboard-toolbox.mjs +17 -13
  25. package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
  26. package/fesm2022/provoly-dashboard.mjs +76 -70
  27. package/fesm2022/provoly-dashboard.mjs.map +1 -1
  28. package/lib/core/i18n/en.translations.d.ts +3 -0
  29. package/lib/core/i18n/fr.translations.d.ts +3 -0
  30. package/lib/core/model/display-options.interface.d.ts +3 -8
  31. package/lib/core/model/filter.interface.d.ts +1 -0
  32. package/lib/core/store/search/search.service.d.ts +1 -1
  33. package/lib/dashboard/store/dashboard.actions.d.ts +8 -6
  34. package/lib/dashboard/store/dashboard.effects.d.ts +9 -5
  35. package/lib/dashboard/store/dashboard.selectors.d.ts +1 -1
  36. package/package.json +31 -31
  37. package/presentation/components/add-edit-presentation/add-edit-presentation.component.d.ts +10 -2
  38. package/presentation/components/presentation.component.d.ts +5 -3
  39. package/styles/components/_a-btn.scss +11 -17
  40. package/styles-theme/base-theme/_typography.theme.scss +2 -1
  41. package/styles-theme/components-theme/_a-btn.theme.scss +4 -3
  42. package/styles-theme/components-theme/_a-form-field.theme.scss +1 -1
  43. package/styles-theme/components-theme/_a-label.theme.scss +1 -1
  44. package/styles-theme/components-theme/_a-pry-select.theme.scss +1 -1
  45. package/styles-theme/components-theme/_a-table.theme.scss +2 -2
  46. package/styles-theme/components-theme/_m-context-menu.theme.scss +1 -1
  47. package/styles-theme/components-theme/_m-filter.theme.scss +1 -1
  48. package/styles-theme/components-theme/_m-time-picker.theme.scss +1 -1
  49. package/styles-theme/components-theme/_o-date-picker.theme.scss +1 -1
  50. package/styles-theme/components-theme/_o-pry-card-menu.theme.scss +1 -1
  51. package/styles-theme/components-theme/_o-pry-presentation.theme.scss +0 -2
  52. package/styles-theme/components-theme/_o-search-fulltext.theme.scss +7 -7
  53. package/styles-theme/components-theme/_o-settings.theme.scss +1 -1
  54. package/styles-theme/components-theme/_o-widget.theme.scss +1 -3
  55. package/styles-theme/components-theme/_overlay.theme.scss +4 -4
  56. package/styles-theme/layout-theme/_o-manifest-layout.theme.scss +1 -1
  57. package/styles-theme/layout-theme/_o-workspace.theme.scss +1 -1
  58. package/toolbox/components/toolbox.component.d.ts +2 -1
@@ -248,6 +248,7 @@ const enTranslations$1 = {
248
248
  description: 'Presentation description',
249
249
  saved: 'Presentation saved as {{viewId}}',
250
250
  saveErrorCode: {
251
+ UNKNOWN: 'Unknown error',
251
252
  FORBIDDEN: 'You are not the owner of this presentation',
252
253
  NAME_ALREADY_USED: 'A presentation called "{{name}}" already exists, please select another name.',
253
254
  SAVE_METADATA: 'Save your presentation before choosing the theme.'
@@ -271,6 +272,7 @@ const enTranslations$1 = {
271
272
  },
272
273
  saved: 'Restitution saved as {{viewId}}',
273
274
  saveErrorCode: {
275
+ UNKNOWN: 'Unknown error',
274
276
  NAME_ALREADY_USED: 'A restitution called "{{name}}" already exists, please select another name.'
275
277
  }
276
278
  },
@@ -513,7 +515,8 @@ const enTranslations$1 = {
513
515
  attributes: 'Attributes',
514
516
  value: 'Value',
515
517
  values: 'Values',
516
- validate: 'Confirm'
518
+ validate: 'Confirm',
519
+ limit: 'Autocomplete proposals'
517
520
  },
518
521
  attributes: {
519
522
  datasource: 'Datasource',
@@ -599,6 +602,7 @@ const frTranslations$1 = {
599
602
  description: 'Description de la présentation',
600
603
  saved: 'Présentation {{viewId}} sauvegardée',
601
604
  saveErrorCode: {
605
+ UNKNOWN: 'Erreur inconnue',
602
606
  FORBIDDEN: "Vous n'êtes pas le propriétaire de cette présentation ",
603
607
  NAME_ALREADY_USED: 'Une présentation avec le nom "{{name}}" existe déjà, veuillez sélectionner un autre nom.',
604
608
  SAVE_METADATA: 'Veuillez sauvegarder la presentation avant de choisir une thématique.'
@@ -621,6 +625,7 @@ const frTranslations$1 = {
621
625
  name: 'Filtrer par nom'
622
626
  },
623
627
  saveErrorCode: {
628
+ UNKNOWN: 'Erreur inconnue',
624
629
  NAME_ALREADY_USED: 'Une restitution avec le nom "{{name}}" existe déjà, veuillez sélectionner un autre nom.'
625
630
  },
626
631
  saved: 'Présentation {{viewId}} sauvegardée'
@@ -864,7 +869,8 @@ const frTranslations$1 = {
864
869
  attributes: 'Attributs',
865
870
  value: 'Valeur',
866
871
  values: 'Valeurs',
867
- validate: 'Valider'
872
+ validate: 'Valider',
873
+ limit: 'Nombre de suggestions'
868
874
  },
869
875
  attributes: {
870
876
  datasource: 'Datasource',
@@ -3604,7 +3610,7 @@ class ConfigEffects {
3604
3610
  type: 'success'
3605
3611
  })), map$1(() => ConfigActions.loadWidgets()), catchError$1((error) => {
3606
3612
  this.snackBar.open({
3607
- message: this.translateService.instant('@pry.toolbox.catalog.saveErrorCode.' + error.error.code, {
3613
+ message: this.translateService.instant('@pry.toolbox.catalog.saveErrorCode.' + +(error.error?.code ?? 'UNKNOWN'), {
3608
3614
  name: action.widget.name
3609
3615
  }),
3610
3616
  type: 'error'
@@ -3703,6 +3709,8 @@ var ViewMode;
3703
3709
  ViewMode["CREATION"] = "creation";
3704
3710
  ViewMode["EDITION"] = "edition";
3705
3711
  ViewMode["EDITOR"] = "editor";
3712
+ ViewMode["SEARCH"] = "search";
3713
+ ViewMode["CUSTOM"] = "custom";
3706
3714
  })(ViewMode || (ViewMode = {}));
3707
3715
  const DashboardActions = {
3708
3716
  join: createAction('[Dashboard] joined', props()),
@@ -3923,6 +3931,55 @@ class ProxyUtils {
3923
3931
  }
3924
3932
  }
3925
3933
 
3934
+ const BASE_DISPLAY_OPTIONS = {
3935
+ presentationTitle: true,
3936
+ search: false,
3937
+ catalog: false,
3938
+ useFilters: false,
3939
+ toolbox: {
3940
+ save_view: false,
3941
+ save_view_as: false,
3942
+ filter_settings: false,
3943
+ new_tab: false,
3944
+ clear_view: false,
3945
+ default_size: false,
3946
+ refresh_datasets: false,
3947
+ automate_refresh: false
3948
+ }
3949
+ };
3950
+ function getDisplayOptions(mode) {
3951
+ switch (mode) {
3952
+ case ViewMode.CONSULT:
3953
+ return {
3954
+ ...BASE_DISPLAY_OPTIONS,
3955
+ useFilters: true,
3956
+ toolbox: { ...BASE_DISPLAY_OPTIONS.toolbox, save_view_as: true, refresh_datasets: true }
3957
+ };
3958
+ case ViewMode.SEARCH:
3959
+ return {
3960
+ ...BASE_DISPLAY_OPTIONS,
3961
+ presentationTitle: false,
3962
+ search: true,
3963
+ toolbox: { ...BASE_DISPLAY_OPTIONS.toolbox, clear_view: true, default_size: true, refresh_datasets: true }
3964
+ };
3965
+ case ViewMode.EDITION:
3966
+ case ViewMode.CREATION:
3967
+ return {
3968
+ ...BASE_DISPLAY_OPTIONS,
3969
+ catalog: true,
3970
+ useFilters: true,
3971
+ toolbox: {
3972
+ ...Object.keys(BASE_DISPLAY_OPTIONS.toolbox).reduce((acc, key) => {
3973
+ acc[key] = true;
3974
+ return acc;
3975
+ }, {})
3976
+ }
3977
+ };
3978
+ default:
3979
+ return BASE_DISPLAY_OPTIONS;
3980
+ }
3981
+ }
3982
+
3926
3983
  const NEW_WINDOW_TARGET = -1;
3927
3984
  const feature$3 = createFeatureSelector('@pry/dashboard');
3928
3985
  const manifests = createSelector(feature$3, (state) => state?.manifests);
@@ -4003,7 +4060,7 @@ const datasourceFilters = createSelector(feature$3, (state) => state?.manifests.
4003
4060
  obj), {})
4004
4061
  : {});
4005
4062
  const wmsFeatures = createSelector(feature$3, (state) => state?.wmsFeatures);
4006
- const displayOptions = createSelector(feature$3, (state) => state?.display);
4063
+ const displayOptions = createSelector(feature$3, (state) => state?.display ?? BASE_DISPLAY_OPTIONS);
4007
4064
  const capabilities = createSelector(feature$3, (state) => state?.capabilities);
4008
4065
  const DashboardSelectors = {
4009
4066
  feature: feature$3,
@@ -4117,10 +4174,13 @@ class SearchService {
4117
4174
  this.transformations.forEach((func) => (transformed = func(id, transformed)));
4118
4175
  return transformed;
4119
4176
  }
4120
- autocomplete(attributes, search) {
4121
- return this.store.select(ConfigSelectors.dataUrl).pipe(switchMap((url) => this.httpClient.post(encodeURI(`${url}/data-sources/autocomplete`), {
4122
- attributes: (attributes ?? []).map((attr) => ({ datasource: attr.datasource, attribute: attr.id })),
4123
- search
4177
+ autocomplete(attributes, search, limit = 10) {
4178
+ return this.store.select(ConfigSelectors.dataUrl).pipe(switchMap((url) => this.httpClient.post(encodeURI(`${url}/data-sources/search`), {
4179
+ datasourceByAttribute: (attributes ?? [])
4180
+ .map((attr) => ({ [attr.id]: attr.datasource }))
4181
+ .reduce((p, c) => ({ ...p, ...c }), {}),
4182
+ value: search,
4183
+ limit
4124
4184
  })));
4125
4185
  }
4126
4186
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SearchService, deps: [{ token: i1$2.HttpClient }, { token: i1.Store }], target: i0.ɵɵFactoryTarget.Injectable }); }
@@ -6990,63 +7050,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
6990
7050
  }]
6991
7051
  }], ctorParameters: function () { return [{ type: i1.Store }]; } });
6992
7052
 
6993
- var DisplayMode;
6994
- (function (DisplayMode) {
6995
- DisplayMode["CONSULT"] = "CONSULT";
6996
- DisplayMode["CREATE"] = "CREATE";
6997
- DisplayMode["EDIT"] = "EDIT";
6998
- DisplayMode["SEARCH"] = "SEARCH";
6999
- DisplayMode["CUSTOM"] = "CUSTOM";
7000
- })(DisplayMode || (DisplayMode = {}));
7001
- function getDisplayOptions(mode) {
7002
- const displayOptions = {
7003
- presentationTitle: true,
7004
- search: false,
7005
- catalog: false,
7006
- useFilters: false,
7007
- toolbox: {
7008
- save_view: false,
7009
- save_view_as: false,
7010
- filter_settings: false,
7011
- new_tab: false,
7012
- clear_view: false,
7013
- default_size: false,
7014
- refresh_datasets: false,
7015
- automate_refresh: false
7016
- }
7017
- };
7018
- switch (mode) {
7019
- case DisplayMode.CONSULT:
7020
- return {
7021
- ...displayOptions,
7022
- useFilters: true,
7023
- toolbox: { ...displayOptions.toolbox, save_view_as: true, refresh_datasets: true }
7024
- };
7025
- case DisplayMode.SEARCH:
7026
- return {
7027
- ...displayOptions,
7028
- presentationTitle: false,
7029
- search: true,
7030
- toolbox: { ...displayOptions.toolbox, clear_view: true, default_size: true, refresh_datasets: true }
7031
- };
7032
- case DisplayMode.EDIT:
7033
- case DisplayMode.CREATE:
7034
- return {
7035
- ...displayOptions,
7036
- catalog: true,
7037
- useFilters: true,
7038
- toolbox: {
7039
- ...Object.keys(displayOptions.toolbox).reduce((acc, key) => {
7040
- acc[key] = true;
7041
- return acc;
7042
- }, {})
7043
- }
7044
- };
7045
- default:
7046
- return displayOptions;
7047
- }
7048
- }
7049
-
7050
7053
  const MIME_TYPE_RESULTSET = 'application/resultset';
7051
7054
 
7052
7055
  const DEFAULT_GAP_PX = 15;
@@ -8063,7 +8066,7 @@ class DashboardComponent extends SubscriptionnerDirective {
8063
8066
  }
8064
8067
  ngOnInit() {
8065
8068
  if (this.displayOptions)
8066
- this.store.dispatch(DashboardActions.updateDisplayOptions({ mode: DisplayMode.CUSTOM, customDisplay: this.displayOptions }));
8069
+ this.store.dispatch(DashboardActions.updateDisplayOptions({ mode: ViewMode.CUSTOM, customDisplay: this.displayOptions }));
8067
8070
  }
8068
8071
  ngAfterViewInit() {
8069
8072
  this.canCalculateView = true;
@@ -10311,7 +10314,7 @@ class ManifestService {
10311
10314
  visibility,
10312
10315
  cover,
10313
10316
  metadata,
10314
- datasource: ManifestUtils.getDatasourcesUsedByManifest(manifest)
10317
+ datasource: ManifestUtils.getDatasourcesUsedByManifest(manifest).map((ds) => ds.datasetId)
10315
10318
  })));
10316
10319
  }
10317
10320
  delete(id) {
@@ -10626,7 +10629,7 @@ class DashboardEffects {
10626
10629
  type: 'success'
10627
10630
  })), map$1(() => action.manifest ?? currentManifest), catchError((error) => {
10628
10631
  this.snackBar.open({
10629
- message: this.translateService.instant('@pry.toolbox.manifest.saveErrorCode.' + error.error.code, {
10632
+ message: this.translateService.instant('@pry.toolbox.manifest.saveErrorCode.' + (error.error?.code ?? 'UNKNOWN'), {
10630
10633
  name: action.name
10631
10634
  }),
10632
10635
  type: 'error'
@@ -10830,7 +10833,10 @@ class DashboardEffects {
10830
10833
  manifestId: action.presentation.id
10831
10834
  }),
10832
10835
  DashboardActions.setInitialPresentation({
10833
- initial: manifest
10836
+ initial: action.viewMode === ViewMode.CONSULT ? undefined : manifest
10837
+ }),
10838
+ DashboardActions.updateDisplayOptions({
10839
+ mode: action.viewMode
10834
10840
  }),
10835
10841
  DashboardActions.followManifestRoute()
10836
10842
  ])))));
@@ -11823,5 +11829,5 @@ function filterLoader(module, prop) {
11823
11829
  * Generated bundle index. Do not edit.
11824
11830
  */
11825
11831
 
11826
- 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_PROJECTION, DEFAULT_RESTITUTION_ICON_URL, DEFAULT_ROWS_NUMBER, DEFAULT_ROW_HEIGHT_PX, DELAY_FOR_HIDE, DashboardActions, DashboardComponent, DashboardGridLayout, DashboardSelectors, DataSourceActions, DataSourceSelectors, DataSourceService, DataWidgetComponent, DatasourceSelectorComponent, DatasourceUtils, DateRangeHighlightPipe, DateUtils, DefaultTooltipComponent, DisplayMode, ENV_OPTIONS, EXPLORE_NAMED_QUERY_ID, FIELD_OPTIONS, FIELD_UUID, FILTERS_DOMAIN, FILTER_DEFINITION, FieldActions, FieldSelectors, FieldService, FieldType, FilterFactoryService, FilterGroupComponent, FilterInstanciatorComponent, GeoMetadata, GeometricFieldTypes, 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, NumericFieldTypes, OPERATOR_OPTIONS, Operation, PRY_ACCESS_GUARD, PRY_ACCESS_TOKEN, PRY_CUSTOMEVENT_TYPE, PRY_DIALOG_DATA, PRY_GEOAUTH_TOKEN, PryAboutComponent, PryAboutModule, PryAccessDirective, PryAccessUtils, PryAggregationService, PryBackendAggregationService, PryBaseAccess, PryBaseAccessGuard, PryCoreModule, PryDashboardModule, PryDatasetType, PryDatePickerComponent, PryDatePickerModule, PryDefaultAccessGuard, PryDefaultAccessService, PryDefaultGeoAuthService, PryDialogConfirmComponent, PryDialogRef, PryDialogService, PryEditInputComponent, PryEditInputModule, PryFilterGroupCssComponent, PryFrontendAggregationService, PryGeoAuthService, 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, 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, WmsService, 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 };
11832
+ export { AccordionComponent, AccordionItemComponent, Aggregation, BASE_DISPLAY_OPTIONS, 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_PROJECTION, DEFAULT_RESTITUTION_ICON_URL, DEFAULT_ROWS_NUMBER, DEFAULT_ROW_HEIGHT_PX, DELAY_FOR_HIDE, DashboardActions, DashboardComponent, DashboardGridLayout, DashboardSelectors, DataSourceActions, DataSourceSelectors, DataSourceService, DataWidgetComponent, DatasourceSelectorComponent, DatasourceUtils, DateRangeHighlightPipe, DateUtils, DefaultTooltipComponent, ENV_OPTIONS, EXPLORE_NAMED_QUERY_ID, FIELD_OPTIONS, FIELD_UUID, FILTERS_DOMAIN, FILTER_DEFINITION, FieldActions, FieldSelectors, FieldService, FieldType, FilterFactoryService, FilterGroupComponent, FilterInstanciatorComponent, GeoMetadata, GeometricFieldTypes, 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, NumericFieldTypes, OPERATOR_OPTIONS, Operation, PRY_ACCESS_GUARD, PRY_ACCESS_TOKEN, PRY_CUSTOMEVENT_TYPE, PRY_DIALOG_DATA, PRY_GEOAUTH_TOKEN, PryAboutComponent, PryAboutModule, PryAccessDirective, PryAccessUtils, PryAggregationService, PryBackendAggregationService, PryBaseAccess, PryBaseAccessGuard, PryCoreModule, PryDashboardModule, PryDatasetType, PryDatePickerComponent, PryDatePickerModule, PryDefaultAccessGuard, PryDefaultAccessService, PryDefaultGeoAuthService, PryDialogConfirmComponent, PryDialogRef, PryDialogService, PryEditInputComponent, PryEditInputModule, PryFilterGroupCssComponent, PryFrontendAggregationService, PryGeoAuthService, 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, 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, WmsService, 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 };
11827
11833
  //# sourceMappingURL=provoly-dashboard.mjs.map