@provoly/dashboard 1.2.4 → 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/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/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.mjs +2 -2
- package/fesm2022/provoly-dashboard.mjs.map +1 -1
- package/package.json +7 -7
- package/presentation/components/add-edit-presentation/add-edit-presentation.component.d.ts +2 -1
- package/presentation/components/presentation.component.d.ts +2 -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",
|
|
@@ -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
|
}
|