@provoly/dashboard 1.4.28 → 1.4.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.
@@ -2,16 +2,24 @@ import { InjectionToken } from '@angular/core';
2
2
  import { HttpClient } from '@angular/common/http';
3
3
  import { PrySnackbarService } from '../components/snackbar/snackbar.service';
4
4
  import { PryI18nService } from '../i18n/i18n.service';
5
+ import { Store } from '@ngrx/store';
5
6
  import * as i0 from "@angular/core";
6
7
  export declare abstract class PryGeoAuthService {
7
8
  abstract customLoader(tile: any, src: string): void;
8
9
  }
9
10
  export declare const PRY_GEOAUTH_TOKEN: InjectionToken<PryGeoAuthService>;
11
+ export declare const GEOSERVER_FAILURE_FN: {
12
+ func: (action: {
13
+ code: number;
14
+ reason: string;
15
+ }, snackBarService: PrySnackbarService, i18nService: PryI18nService, store: Store) => void;
16
+ };
10
17
  export declare class PryDefaultGeoAuthService extends PryGeoAuthService {
11
18
  private httpClient;
12
19
  private snack;
13
20
  private i18nService;
14
- constructor(httpClient: HttpClient, snack: PrySnackbarService, i18nService: PryI18nService);
21
+ private store;
22
+ constructor(httpClient: HttpClient, snack: PrySnackbarService, i18nService: PryI18nService, store: Store);
15
23
  customLoader(tile: any, src: string): void;
16
24
  static ɵfac: i0.ɵɵFactoryDeclaration<PryDefaultGeoAuthService, never>;
17
25
  static ɵprov: i0.ɵɵInjectableDeclaration<PryDefaultGeoAuthService>;
@@ -12,10 +12,10 @@ import { BusService } from '../action-bus/service/bus.service';
12
12
  import { DashboardInitService } from './dashboard-init.service';
13
13
  import { ViewMode } from './dashboard.actions';
14
14
  import { ManifestService } from './manifest.service';
15
- import { RefreshService } from './refresh.service';
16
15
  import { PryTitleService } from './title.service';
17
16
  import { WmsService } from './wms.service';
18
17
  import { WidgetFactoryService } from '../components/widgets/widget-instanciator/widget-factory.service';
18
+ import { RefreshService } from './refresh.service';
19
19
  import * as i0 from "@angular/core";
20
20
  export declare class DashboardEffects {
21
21
  private dashboardInitService;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/dashboard",
3
- "version": "1.4.28",
3
+ "version": "1.4.30",
4
4
  "type": "commonjs",
5
5
  "peerDependencies": {
6
6
  "@angular/cdk": "17.x || 18.x",
@@ -78,12 +78,6 @@
78
78
  "esm": "./esm2022/provoly-dashboard.mjs",
79
79
  "default": "./fesm2022/provoly-dashboard.mjs"
80
80
  },
81
- "./admin": {
82
- "types": "./admin/index.d.ts",
83
- "esm2022": "./esm2022/admin/provoly-dashboard-admin.mjs",
84
- "esm": "./esm2022/admin/provoly-dashboard-admin.mjs",
85
- "default": "./fesm2022/provoly-dashboard-admin.mjs"
86
- },
87
81
  "./dataset": {
88
82
  "types": "./dataset/index.d.ts",
89
83
  "esm2022": "./esm2022/dataset/provoly-dashboard-dataset.mjs",
@@ -108,18 +102,18 @@
108
102
  "esm": "./esm2022/notification/provoly-dashboard-notification.mjs",
109
103
  "default": "./fesm2022/provoly-dashboard-notification.mjs"
110
104
  },
111
- "./pipeline": {
112
- "types": "./pipeline/index.d.ts",
113
- "esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
114
- "esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
115
- "default": "./fesm2022/provoly-dashboard-pipeline.mjs"
116
- },
117
105
  "./presentation": {
118
106
  "types": "./presentation/index.d.ts",
119
107
  "esm2022": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
120
108
  "esm": "./esm2022/presentation/provoly-dashboard-presentation.mjs",
121
109
  "default": "./fesm2022/provoly-dashboard-presentation.mjs"
122
110
  },
111
+ "./pipeline": {
112
+ "types": "./pipeline/index.d.ts",
113
+ "esm2022": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
114
+ "esm": "./esm2022/pipeline/provoly-dashboard-pipeline.mjs",
115
+ "default": "./fesm2022/provoly-dashboard-pipeline.mjs"
116
+ },
123
117
  "./restitution": {
124
118
  "types": "./restitution/index.d.ts",
125
119
  "esm2022": "./esm2022/restitution/provoly-dashboard-restitution.mjs",
@@ -132,12 +126,48 @@
132
126
  "esm": "./esm2022/search/provoly-dashboard-search.mjs",
133
127
  "default": "./fesm2022/provoly-dashboard-search.mjs"
134
128
  },
129
+ "./admin": {
130
+ "types": "./admin/index.d.ts",
131
+ "esm2022": "./esm2022/admin/provoly-dashboard-admin.mjs",
132
+ "esm": "./esm2022/admin/provoly-dashboard-admin.mjs",
133
+ "default": "./fesm2022/provoly-dashboard-admin.mjs"
134
+ },
135
135
  "./toolbox": {
136
136
  "types": "./toolbox/index.d.ts",
137
137
  "esm2022": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
138
138
  "esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
139
139
  "default": "./fesm2022/provoly-dashboard-toolbox.mjs"
140
140
  },
141
+ "./filters/autocomplete": {
142
+ "types": "./filters/autocomplete/index.d.ts",
143
+ "esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
144
+ "esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
145
+ "default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
146
+ },
147
+ "./filters/date": {
148
+ "types": "./filters/date/index.d.ts",
149
+ "esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
150
+ "esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
151
+ "default": "./fesm2022/provoly-dashboard-filters-date.mjs"
152
+ },
153
+ "./filters/list": {
154
+ "types": "./filters/list/index.d.ts",
155
+ "esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
156
+ "esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
157
+ "default": "./fesm2022/provoly-dashboard-filters-list.mjs"
158
+ },
159
+ "./filters/number": {
160
+ "types": "./filters/number/index.d.ts",
161
+ "esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
162
+ "esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
163
+ "default": "./fesm2022/provoly-dashboard-filters-number.mjs"
164
+ },
165
+ "./filters/text": {
166
+ "types": "./filters/text/index.d.ts",
167
+ "esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
168
+ "esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
169
+ "default": "./fesm2022/provoly-dashboard-filters-text.mjs"
170
+ },
141
171
  "./components/card": {
142
172
  "types": "./components/card/index.d.ts",
143
173
  "esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
@@ -210,36 +240,6 @@
210
240
  "esm": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
211
241
  "default": "./fesm2022/provoly-dashboard-components-text-editor.mjs"
212
242
  },
213
- "./filters/autocomplete": {
214
- "types": "./filters/autocomplete/index.d.ts",
215
- "esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
216
- "esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
217
- "default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
218
- },
219
- "./filters/date": {
220
- "types": "./filters/date/index.d.ts",
221
- "esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
222
- "esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
223
- "default": "./fesm2022/provoly-dashboard-filters-date.mjs"
224
- },
225
- "./filters/list": {
226
- "types": "./filters/list/index.d.ts",
227
- "esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
228
- "esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
229
- "default": "./fesm2022/provoly-dashboard-filters-list.mjs"
230
- },
231
- "./filters/number": {
232
- "types": "./filters/number/index.d.ts",
233
- "esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
234
- "esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
235
- "default": "./fesm2022/provoly-dashboard-filters-number.mjs"
236
- },
237
- "./filters/text": {
238
- "types": "./filters/text/index.d.ts",
239
- "esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
240
- "esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
241
- "default": "./fesm2022/provoly-dashboard-filters-text.mjs"
242
- },
243
243
  "./pipeline-components/filter": {
244
244
  "types": "./pipeline-components/filter/index.d.ts",
245
245
  "esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",