geonetwork-ui 2.4.2-dev.e01cfe9b9 → 2.4.2-dev.ff0aab388
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/libs/feature/editor/src/lib/components/contact-card/contact-card.component.mjs +3 -3
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +3 -6
- package/esm2022/libs/feature/record/src/lib/data-view-share/data-view-share.component.mjs +3 -3
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +3 -6
- package/fesm2022/geonetwork-ui.mjs +8 -14
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts +1 -2
- package/libs/feature/record/src/lib/data-view/data-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts +1 -2
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/feature/editor/src/lib/components/contact-card/contact-card.component.html +1 -1
- package/src/libs/feature/record/src/lib/data-view/data-view.component.html +0 -1
- package/src/libs/feature/record/src/lib/data-view/data-view.component.ts +0 -1
- package/src/libs/feature/record/src/lib/data-view-share/data-view-share.component.html +1 -1
- package/src/libs/feature/record/src/lib/map-view/map-view.component.html +0 -1
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +0 -1
|
@@ -6,7 +6,6 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
export declare class DataViewComponent {
|
|
7
7
|
private mdViewFacade;
|
|
8
8
|
mode: 'table' | 'chart';
|
|
9
|
-
displaySource: boolean;
|
|
10
9
|
chartConfig$: BehaviorSubject<DatavizConfigurationModel>;
|
|
11
10
|
compatibleDataLinks$: import("rxjs").Observable<DatasetOnlineResource[]>;
|
|
12
11
|
dropdownChoices$: import("rxjs").Observable<{
|
|
@@ -18,6 +17,6 @@ export declare class DataViewComponent {
|
|
|
18
17
|
setChartConfig(event: DatavizConfigurationModel): void;
|
|
19
18
|
selectLink(linkAsString: string): void;
|
|
20
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<DataViewComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DataViewComponent, "gn-ui-data-view", never, { "mode": { "alias": "mode"; "required": false; };
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DataViewComponent, "gn-ui-data-view", never, { "mode": { "alias": "mode"; "required": false; }; }, { "chartConfig$": "chartConfig$"; }, never, never, true, never>;
|
|
22
21
|
}
|
|
23
22
|
//# sourceMappingURL=data-view.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-view.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/record/src/lib/data-view/data-view.component.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,eAAe,EAAiB,MAAM,MAAM,CAAA;AAErD,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AACvC,OAAO,EAAE,yBAAyB,EAAE,MAAM,wFAAwF,CAAA;AAClI,OAAO,EAAE,qBAAqB,EAAE,MAAM,2DAA2D,CAAA;;AASjG,qBAca,iBAAiB;
|
|
1
|
+
{"version":3,"file":"data-view.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/record/src/lib/data-view/data-view.component.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,eAAe,EAAiB,MAAM,MAAM,CAAA;AAErD,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AACvC,OAAO,EAAE,yBAAyB,EAAE,MAAM,wFAAwF,CAAA;AAClI,OAAO,EAAE,qBAAqB,EAAE,MAAM,2DAA2D,CAAA;;AASjG,qBAca,iBAAiB;IA4BhB,OAAO,CAAC,YAAY;IA3BvB,IAAI,EAAE,OAAO,GAAG,OAAO,CAAA;IACtB,YAAY,6CAAuD;IAC7E,oBAAoB,qDASnB;IACD,gBAAgB;;;SAYf;IACD,aAAa,yCAAmD;gBAE5C,YAAY,EAAE,YAAY;IAE9C,cAAc,CAAC,KAAK,EAAE,yBAAyB;IAI/C,UAAU,CAAC,YAAY,EAAE,MAAM;yCAlCpB,iBAAiB;2CAAjB,iBAAiB;CAuC7B"}
|
|
@@ -14,7 +14,6 @@ export declare class MapViewComponent implements AfterViewInit {
|
|
|
14
14
|
private dataService;
|
|
15
15
|
private changeRef;
|
|
16
16
|
set excludeWfs(value: boolean);
|
|
17
|
-
displaySource: boolean;
|
|
18
17
|
mapContainer: MapContainerComponent;
|
|
19
18
|
excludeWfs$: BehaviorSubject<boolean>;
|
|
20
19
|
selection: Feature;
|
|
@@ -40,6 +39,6 @@ export declare class MapViewComponent implements AfterViewInit {
|
|
|
40
39
|
getLayerFromLink(link: DatasetOnlineResource): Observable<MapContextLayer>;
|
|
41
40
|
selectLinkToDisplay(link: number): void;
|
|
42
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<MapViewComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MapViewComponent, "gn-ui-map-view", never, { "excludeWfs": { "alias": "excludeWfs"; "required": false; };
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MapViewComponent, "gn-ui-map-view", never, { "excludeWfs": { "alias": "excludeWfs"; "required": false; }; }, {}, never, never, true, never>;
|
|
44
43
|
}
|
|
45
44
|
//# sourceMappingURL=map-view.component.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"map-view.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/record/src/lib/map-view/map-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,iBAAiB,EAIlB,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAA;AAExE,OAAO,EACL,eAAe,EAGf,UAAU,EAKX,MAAM,MAAM,CAAA;AAUb,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAA;AACxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2DAA2D,CAAA;AACjG,OAAO,EAEL,UAAU,EACV,eAAe,EAChB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAEL,qBAAqB,EAGtB,MAAM,mCAAmC,CAAA;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;;AAmBjC,qBAqBa,gBAAiB,YAAW,aAAa;
|
|
1
|
+
{"version":3,"file":"map-view.component.d.ts","sourceRoot":"","sources":["../../../../../../src/libs/feature/record/src/lib/map-view/map-view.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,iBAAiB,EAIlB,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAA;AAExE,OAAO,EACL,eAAe,EAGf,UAAU,EAKX,MAAM,MAAM,CAAA;AAUb,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAA;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,4CAA4C,CAAA;AACxE,OAAO,EAAE,qBAAqB,EAAE,MAAM,2DAA2D,CAAA;AACjG,OAAO,EAEL,UAAU,EACV,eAAe,EAChB,MAAM,sBAAsB,CAAA;AAC7B,OAAO,EAEL,qBAAqB,EAGtB,MAAM,mCAAmC,CAAA;AAC1C,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;;AAmBjC,qBAqBa,gBAAiB,YAAW,aAAa;IAyGlD,OAAO,CAAC,YAAY;IACpB,OAAO,CAAC,QAAQ;IAChB,OAAO,CAAC,WAAW;IACnB,OAAO,CAAC,SAAS;IA3GnB,IAAa,UAAU,CAAC,KAAK,EAAE,OAAO,EAErC;IAC0B,YAAY,EAAE,qBAAqB,CAAA;IAE9D,WAAW,2BAA6B;IACxC,SAAS,EAAE,OAAO,CAAA;IAClB,UAAU,UAAO;IACjB,YAAY,UAAQ;IAEpB,YAAY;IAIZ,oBAAoB,CAAC,MAAM,EAAE,OAAO;IAOpC,mBAAmB,oBAOlB;IAED,gBAAgB;;;SASf;IACD,kBAAkB,0BAAyB;IAE3C,OAAO,UAAQ;IACf,KAAK,MAAO;IAEZ,aAAa,kBAGiC;IAE9C,cAAc,oBAqBb;IAED,WAAW,EAAE,UAAU,CAAC,UAAU,CAAC,CA4BlC;gBAGS,YAAY,EAAE,YAAY,EAC1B,QAAQ,EAAE,eAAe,EACzB,WAAW,EAAE,WAAW,EACxB,SAAS,EAAE,iBAAiB;IAGhC,eAAe;IAKrB,kBAAkB,CAAC,QAAQ,EAAE,OAAO,EAAE,GAAG,IAAI;IAU7C,cAAc,IAAI,IAAI;IAQtB,gBAAgB,CAAC,IAAI,EAAE,qBAAqB,GAAG,UAAU,CAAC,eAAe,CAAC;IAiC1E,mBAAmB,CAAC,IAAI,EAAE,MAAM;yCAvKrB,gBAAgB;2CAAhB,gBAAgB;CA0K5B"}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[thumbnailUrl]="contact.organization?.logoUrl?.href"
|
|
5
5
|
[fit]="'contain'"
|
|
6
6
|
></gn-ui-thumbnail>
|
|
7
|
-
<div class="flex flex-col w-full overflow-hidden leading-snug
|
|
7
|
+
<div class="flex flex-col w-full overflow-hidden leading-snug">
|
|
8
8
|
<div class="text-[16px] font-bold text-main" data-test="contactCardName">
|
|
9
9
|
{{ contact.firstName }} {{ contact.lastName }}
|
|
10
10
|
</div>
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
<div class="w-full h-full flex flex-col p-1">
|
|
2
2
|
<gn-ui-dropdown-selector
|
|
3
3
|
*ngIf="dropdownChoices$ | async as choices"
|
|
4
|
-
[ngClass]="{ hidden: !displaySource }"
|
|
5
4
|
[title]="'table.select.data' | translate"
|
|
6
5
|
class="truncate p-1 -mx-1 self-end mb-1"
|
|
7
6
|
extraBtnClass="!text-primary font-sans font-medium"
|
|
@@ -34,7 +34,6 @@ import { TranslateModule } from '@ngx-translate/core'
|
|
|
34
34
|
})
|
|
35
35
|
export class DataViewComponent {
|
|
36
36
|
@Input() mode: 'table' | 'chart'
|
|
37
|
-
@Input() displaySource = true
|
|
38
37
|
@Output() chartConfig$ = new BehaviorSubject<DatavizConfigurationModel>(null)
|
|
39
38
|
compatibleDataLinks$ = combineLatest([
|
|
40
39
|
this.mdViewFacade.dataLinks$,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
<div class="w-full h-full flex flex-col p-1">
|
|
2
2
|
<div class="w-full flex justify-end">
|
|
3
3
|
<gn-ui-dropdown-selector
|
|
4
|
-
[ngClass]="{ hidden: !displaySource }"
|
|
5
4
|
class="truncate p-1 -mx-1 mb-1"
|
|
6
5
|
extraBtnClass="!text-primary font-sans font-medium"
|
|
7
6
|
[title]="'map.select.layer' | translate"
|
|
@@ -85,7 +85,6 @@ export class MapViewComponent implements AfterViewInit {
|
|
|
85
85
|
@Input() set excludeWfs(value: boolean) {
|
|
86
86
|
this.excludeWfs$.next(value)
|
|
87
87
|
}
|
|
88
|
-
@Input() displaySource = true
|
|
89
88
|
@ViewChild('mapContainer') mapContainer: MapContainerComponent
|
|
90
89
|
|
|
91
90
|
excludeWfs$ = new BehaviorSubject(false)
|