@provoly/dashboard 1.2.3 → 1.2.5
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/components/data-format/data-format.pipe.mjs +2 -2
- package/esm2022/lib/core/components/snackbar/snackbar.service.mjs +3 -3
- package/esm2022/presentation/components/add-edit-presentation/add-edit-presentation.component.mjs +6 -3
- package/esm2022/presentation/components/presentation.component.mjs +6 -3
- package/esm2022/toolbox/components/toolbox.component.mjs +2 -6
- package/esm2022/widgets/widget-analytic/component/widget-analytic.component.mjs +3 -3
- package/esm2022/widgets/widget-map/component/widget-map.component.mjs +3 -3
- package/fesm2022/provoly-dashboard-components-data-format.mjs +1 -1
- package/fesm2022/provoly-dashboard-components-data-format.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-presentation.mjs +10 -4
- package/fesm2022/provoly-dashboard-presentation.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-toolbox.mjs +1 -5
- package/fesm2022/provoly-dashboard-toolbox.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs +2 -2
- package/fesm2022/provoly-dashboard-widgets-widget-analytic.mjs.map +1 -1
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs +2 -2
- package/fesm2022/provoly-dashboard-widgets-widget-map.mjs.map +1 -1
- package/fesm2022/provoly-dashboard.mjs +2 -2
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/package.json +37 -37
- package/presentation/components/add-edit-presentation/add-edit-presentation.component.d.ts +2 -1
- package/presentation/components/presentation.component.d.ts +2 -1
- package/styles/components/_o-widget.scss +1 -1
- package/styles-theme/components-theme/_o-widget.theme.scss +4 -1
- package/widgets/widget-analytic/component/widget-analytic.component.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@provoly/dashboard",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/cdk": "16.x || 17.x",
|
|
@@ -132,36 +132,6 @@
|
|
|
132
132
|
"esm": "./esm2022/toolbox/provoly-dashboard-toolbox.mjs",
|
|
133
133
|
"default": "./fesm2022/provoly-dashboard-toolbox.mjs"
|
|
134
134
|
},
|
|
135
|
-
"./filters/autocomplete": {
|
|
136
|
-
"types": "./filters/autocomplete/index.d.ts",
|
|
137
|
-
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
138
|
-
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
139
|
-
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
140
|
-
},
|
|
141
|
-
"./filters/date": {
|
|
142
|
-
"types": "./filters/date/index.d.ts",
|
|
143
|
-
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
144
|
-
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
145
|
-
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
146
|
-
},
|
|
147
|
-
"./filters/list": {
|
|
148
|
-
"types": "./filters/list/index.d.ts",
|
|
149
|
-
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
150
|
-
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
151
|
-
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
152
|
-
},
|
|
153
|
-
"./filters/number": {
|
|
154
|
-
"types": "./filters/number/index.d.ts",
|
|
155
|
-
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
156
|
-
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
157
|
-
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
158
|
-
},
|
|
159
|
-
"./filters/text": {
|
|
160
|
-
"types": "./filters/text/index.d.ts",
|
|
161
|
-
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
162
|
-
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
163
|
-
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
164
|
-
},
|
|
165
135
|
"./components/card": {
|
|
166
136
|
"types": "./components/card/index.d.ts",
|
|
167
137
|
"esm2022": "./esm2022/components/card/provoly-dashboard-components-card.mjs",
|
|
@@ -234,6 +204,36 @@
|
|
|
234
204
|
"esm": "./esm2022/components/text-editor/provoly-dashboard-components-text-editor.mjs",
|
|
235
205
|
"default": "./fesm2022/provoly-dashboard-components-text-editor.mjs"
|
|
236
206
|
},
|
|
207
|
+
"./filters/autocomplete": {
|
|
208
|
+
"types": "./filters/autocomplete/index.d.ts",
|
|
209
|
+
"esm2022": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
210
|
+
"esm": "./esm2022/filters/autocomplete/provoly-dashboard-filters-autocomplete.mjs",
|
|
211
|
+
"default": "./fesm2022/provoly-dashboard-filters-autocomplete.mjs"
|
|
212
|
+
},
|
|
213
|
+
"./filters/date": {
|
|
214
|
+
"types": "./filters/date/index.d.ts",
|
|
215
|
+
"esm2022": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
216
|
+
"esm": "./esm2022/filters/date/provoly-dashboard-filters-date.mjs",
|
|
217
|
+
"default": "./fesm2022/provoly-dashboard-filters-date.mjs"
|
|
218
|
+
},
|
|
219
|
+
"./filters/list": {
|
|
220
|
+
"types": "./filters/list/index.d.ts",
|
|
221
|
+
"esm2022": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
222
|
+
"esm": "./esm2022/filters/list/provoly-dashboard-filters-list.mjs",
|
|
223
|
+
"default": "./fesm2022/provoly-dashboard-filters-list.mjs"
|
|
224
|
+
},
|
|
225
|
+
"./filters/number": {
|
|
226
|
+
"types": "./filters/number/index.d.ts",
|
|
227
|
+
"esm2022": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
228
|
+
"esm": "./esm2022/filters/number/provoly-dashboard-filters-number.mjs",
|
|
229
|
+
"default": "./fesm2022/provoly-dashboard-filters-number.mjs"
|
|
230
|
+
},
|
|
231
|
+
"./filters/text": {
|
|
232
|
+
"types": "./filters/text/index.d.ts",
|
|
233
|
+
"esm2022": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
234
|
+
"esm": "./esm2022/filters/text/provoly-dashboard-filters-text.mjs",
|
|
235
|
+
"default": "./fesm2022/provoly-dashboard-filters-text.mjs"
|
|
236
|
+
},
|
|
237
237
|
"./pipeline-components/filter": {
|
|
238
238
|
"types": "./pipeline-components/filter/index.d.ts",
|
|
239
239
|
"esm2022": "./esm2022/pipeline-components/filter/provoly-dashboard-pipeline-components-filter.mjs",
|
|
@@ -318,18 +318,18 @@
|
|
|
318
318
|
"esm": "./esm2022/widgets/widget-image/provoly-dashboard-widgets-widget-image.mjs",
|
|
319
319
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-image.mjs"
|
|
320
320
|
},
|
|
321
|
-
"./widgets/widget-map": {
|
|
322
|
-
"types": "./widgets/widget-map/index.d.ts",
|
|
323
|
-
"esm2022": "./esm2022/widgets/widget-map/provoly-dashboard-widgets-widget-map.mjs",
|
|
324
|
-
"esm": "./esm2022/widgets/widget-map/provoly-dashboard-widgets-widget-map.mjs",
|
|
325
|
-
"default": "./fesm2022/provoly-dashboard-widgets-widget-map.mjs"
|
|
326
|
-
},
|
|
327
321
|
"./widgets/widget-table": {
|
|
328
322
|
"types": "./widgets/widget-table/index.d.ts",
|
|
329
323
|
"esm2022": "./esm2022/widgets/widget-table/provoly-dashboard-widgets-widget-table.mjs",
|
|
330
324
|
"esm": "./esm2022/widgets/widget-table/provoly-dashboard-widgets-widget-table.mjs",
|
|
331
325
|
"default": "./fesm2022/provoly-dashboard-widgets-widget-table.mjs"
|
|
332
326
|
},
|
|
327
|
+
"./widgets/widget-map": {
|
|
328
|
+
"types": "./widgets/widget-map/index.d.ts",
|
|
329
|
+
"esm2022": "./esm2022/widgets/widget-map/provoly-dashboard-widgets-widget-map.mjs",
|
|
330
|
+
"esm": "./esm2022/widgets/widget-map/provoly-dashboard-widgets-widget-map.mjs",
|
|
331
|
+
"default": "./fesm2022/provoly-dashboard-widgets-widget-map.mjs"
|
|
332
|
+
},
|
|
333
333
|
"./widgets/widget-template": {
|
|
334
334
|
"types": "./widgets/widget-template/index.d.ts",
|
|
335
335
|
"esm2022": "./esm2022/widgets/widget-template/provoly-dashboard-widgets-widget-template.mjs",
|
|
@@ -12,6 +12,7 @@ export declare class PryAddEditPresentationComponent extends SubscriptionnerDire
|
|
|
12
12
|
staticManifest$: Observable<GlobalManifest>;
|
|
13
13
|
selectedPresentation$: BehaviorSubject<ManifestDescription | null>;
|
|
14
14
|
edition: boolean;
|
|
15
|
+
themePrefix: string | null;
|
|
15
16
|
editionStartUrl: string;
|
|
16
17
|
form: FormGroup;
|
|
17
18
|
image: string;
|
|
@@ -37,5 +38,5 @@ export declare class PryAddEditPresentationComponent extends SubscriptionnerDire
|
|
|
37
38
|
value: any;
|
|
38
39
|
}[];
|
|
39
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<PryAddEditPresentationComponent, [null, { optional: true; }]>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PryAddEditPresentationComponent, "pry-add-edit-presentation", never, { "edition": { "alias": "edition"; "required": false; }; "editionStartUrl": { "alias": "editionStartUrl"; "required": false; }; "selectedPresentation": { "alias": "selectedPresentation"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, { "goBack": "goBack"; }, never, never, false, never>;
|
|
41
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PryAddEditPresentationComponent, "pry-add-edit-presentation", never, { "edition": { "alias": "edition"; "required": false; }; "themePrefix": { "alias": "themePrefix"; "required": false; }; "editionStartUrl": { "alias": "editionStartUrl"; "required": false; }; "selectedPresentation": { "alias": "selectedPresentation"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; }, { "goBack": "goBack"; }, never, never, false, never>;
|
|
41
42
|
}
|
|
@@ -29,6 +29,7 @@ export declare class PryPresentationComponent extends SubscriptionnerDirective {
|
|
|
29
29
|
editionStartUrl: string;
|
|
30
30
|
consultStartUrl: string;
|
|
31
31
|
meAsOwner?: string;
|
|
32
|
+
themePrefix: string | null;
|
|
32
33
|
ViewMode: typeof ViewMode;
|
|
33
34
|
search$: BehaviorSubject<string>;
|
|
34
35
|
filteredPresentations$: Observable<ManifestDescription[]>;
|
|
@@ -50,5 +51,5 @@ export declare class PryPresentationComponent extends SubscriptionnerDirective {
|
|
|
50
51
|
isPrivate(presentation: ManifestDescription): boolean;
|
|
51
52
|
canModify$(presentation: ManifestDescription): Observable<boolean>;
|
|
52
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<PryPresentationComponent, [null, null, null, null, null, null, null, { optional: true; }, null]>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PryPresentationComponent, "pry-presentation", never, { "editionStartUrl": { "alias": "editionStartUrl"; "required": false; }; "consultStartUrl": { "alias": "consultStartUrl"; "required": false; }; "meAsOwner": { "alias": "meAsOwner"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "listOfManifests": { "alias": "listOfManifests"; "required": false; }; "hideToolbox": { "alias": "hideToolbox"; "required": false; }; "search": { "alias": "search"; "required": false; }; }, {}, never, never, false, never>;
|
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PryPresentationComponent, "pry-presentation", never, { "editionStartUrl": { "alias": "editionStartUrl"; "required": false; }; "consultStartUrl": { "alias": "consultStartUrl"; "required": false; }; "meAsOwner": { "alias": "meAsOwner"; "required": false; }; "themePrefix": { "alias": "themePrefix"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "listOfManifests": { "alias": "listOfManifests"; "required": false; }; "hideToolbox": { "alias": "hideToolbox"; "required": false; }; "search": { "alias": "search"; "required": false; }; }, {}, never, never, false, never>;
|
|
54
55
|
}
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
|
|
42
42
|
.m-btn-group.-selection-choice, .m-btn-group.-map-selection-choice {
|
|
43
43
|
border-color: themed($theme-map, 'color', 'primary', 400);
|
|
44
|
-
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
|
|
45
44
|
|
|
46
45
|
.a-btn {
|
|
47
46
|
color: themed($theme-map, 'color', 'primary', 600);
|
|
@@ -54,6 +53,10 @@
|
|
|
54
53
|
}
|
|
55
54
|
}
|
|
56
55
|
|
|
56
|
+
.m-btn-group.-map-selection-choice.-map-export, .m-btn-group.-map-selection-choice.-closed {
|
|
57
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
|
|
58
|
+
}
|
|
59
|
+
|
|
57
60
|
.node-label {
|
|
58
61
|
display: grid;
|
|
59
62
|
place-items: center;
|