geonetwork-ui 2.6.0-dev.c4b99cdef → 2.6.0-dev.d8333ac5d
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/api/metadata-converter/src/lib/common/distribution.mapper.mjs +3 -1
- package/esm2022/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.mjs +2 -1
- package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +5 -2
- package/esm2022/libs/common/domain/src/lib/model/record/metadata.model.mjs +1 -1
- package/esm2022/libs/feature/dataviz/src/lib/chart-view/chart-view.component.mjs +45 -9
- package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +2 -2
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +32 -2
- package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +25 -6
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +3 -3
- package/esm2022/libs/feature/record/src/lib/map-view/map-view.component.mjs +33 -7
- package/esm2022/libs/feature/record/src/lib/state/mdview.facade.mjs +11 -13
- package/esm2022/libs/ui/dataviz/src/lib/chart/chart.component.mjs +5 -3
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +11 -6
- package/esm2022/libs/ui/elements/src/index.mjs +2 -1
- package/esm2022/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +3 -3
- package/esm2022/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.mjs +51 -0
- package/esm2022/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.mjs +12 -4
- package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +1 -1
- package/esm2022/libs/ui/inputs/src/index.mjs +2 -1
- package/esm2022/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.mjs +68 -0
- package/esm2022/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.mjs +34 -13
- package/esm2022/libs/ui/layout/src/lib/truncated-text/truncated-text.component.mjs +65 -14
- package/esm2022/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.mjs +29 -4
- package/esm2022/libs/ui/search/src/lib/results-list/results-list.component.mjs +3 -3
- package/esm2022/libs/util/shared/src/lib/links/link-classifier.service.mjs +4 -1
- package/esm2022/libs/util/shared/src/lib/links/link-utils.mjs +4 -1
- package/esm2022/translations/de.json +5 -0
- package/esm2022/translations/en.json +5 -2
- package/esm2022/translations/es.json +5 -0
- package/esm2022/translations/fr.json +5 -2
- package/esm2022/translations/it.json +38 -33
- package/esm2022/translations/nl.json +5 -0
- package/esm2022/translations/pt.json +5 -0
- package/fesm2022/geonetwork-ui.mjs +473 -110
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/metadata-converter/src/lib/common/distribution.mapper.d.ts.map +1 -1
- package/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts +4 -1
- package/libs/common/domain/src/lib/model/record/metadata.model.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts +12 -8
- package/libs/feature/dataviz/src/lib/chart-view/chart-view.component.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts +1 -0
- package/libs/feature/dataviz/src/lib/service/data.service.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts +5 -2
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/map-view/map-view.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts +26 -21
- package/libs/feature/record/src/lib/state/mdview.facade.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts +2 -1
- package/libs/ui/dataviz/src/lib/chart/chart.component.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts +6 -1
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +1 -1
- package/libs/ui/elements/src/index.d.ts +1 -0
- package/libs/ui/elements/src/index.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts +16 -0
- package/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts +1 -0
- package/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
- package/libs/ui/inputs/src/index.d.ts +1 -0
- package/libs/ui/inputs/src/index.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts +17 -0
- package/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.d.ts.map +1 -0
- package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts +15 -8
- package/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.d.ts.map +1 -1
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts +15 -6
- package/libs/ui/layout/src/lib/truncated-text/truncated-text.component.d.ts.map +1 -1
- package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts +6 -2
- package/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.d.ts.map +1 -1
- package/libs/util/shared/src/lib/links/link-classifier.service.d.ts.map +1 -1
- package/libs/util/shared/src/lib/links/link-utils.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/libs/api/metadata-converter/src/lib/common/distribution.mapper.ts +1 -0
- package/src/libs/api/metadata-converter/src/lib/gn4/gn4.field.mapper.ts +1 -0
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +4 -1
- package/src/libs/common/domain/src/lib/model/record/metadata.model.ts +9 -2
- package/src/libs/common/fixtures/src/lib/elasticsearch/metadata-links.fixtures.ts +10 -0
- package/src/libs/common/fixtures/src/lib/link.fixtures.ts +14 -0
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.html +12 -9
- package/src/libs/feature/dataviz/src/lib/chart-view/chart-view.component.ts +54 -10
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +37 -0
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +1 -0
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +27 -1
- package/src/libs/feature/record/src/lib/data-view/data-view.component.html +2 -0
- package/src/libs/feature/record/src/lib/map-view/map-view.component.html +4 -1
- package/src/libs/feature/record/src/lib/map-view/map-view.component.ts +35 -4
- package/src/libs/feature/record/src/lib/state/mdview.facade.ts +18 -15
- package/src/libs/ui/dataviz/src/lib/chart/chart.component.ts +2 -1
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.html +6 -3
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +5 -4
- package/src/libs/ui/elements/src/index.ts +1 -0
- package/src/libs/ui/elements/src/lib/metadata-contact/metadata-contact.component.html +6 -3
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +4 -0
- package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.html +48 -0
- package/src/libs/ui/elements/src/lib/record-feature-catalog/feature-catalog-list/feature-catalog-list.component.ts +52 -0
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html +15 -1
- package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.ts +9 -1
- package/src/libs/ui/elements/src/lib/ui-elements.module.ts +0 -1
- package/src/libs/ui/inputs/src/index.ts +1 -0
- package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.css +0 -0
- package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.html +43 -0
- package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.ts +77 -0
- package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.html +24 -8
- package/src/libs/ui/layout/src/lib/expandable-panel/expandable-panel.component.ts +36 -10
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.html +8 -10
- package/src/libs/ui/layout/src/lib/truncated-text/truncated-text.component.ts +75 -7
- package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.html +3 -3
- package/src/libs/ui/map/src/lib/components/feature-detail/feature-detail.component.ts +27 -3
- package/src/libs/ui/search/src/lib/results-list/results-list.component.html +1 -0
- package/src/libs/util/shared/src/lib/links/link-classifier.service.ts +3 -0
- package/src/libs/util/shared/src/lib/links/link-utils.ts +3 -0
- package/translations/de.json +5 -0
- package/translations/en.json +5 -2
- package/translations/es.json +5 -0
- package/translations/fr.json +5 -2
- package/translations/it.json +38 -33
- package/translations/nl.json +5 -0
- package/translations/pt.json +5 -0
- package/translations/sk.json +5 -0
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
metadata.otherConstraints
|
|
47
47
|
"
|
|
48
48
|
[title]="'record.metadata.usage' | translate"
|
|
49
|
+
data-test="usage-panel"
|
|
49
50
|
>
|
|
50
51
|
<div class="flex flex-col gap-[10px] mr-4 py-[12px] rounded text-gray-900">
|
|
51
52
|
<ng-container *ngFor="let license of licenses">
|
|
@@ -105,6 +106,7 @@
|
|
|
105
106
|
(metadata.kind === 'dataset' && metadata.status)
|
|
106
107
|
"
|
|
107
108
|
[title]="'record.metadata.details' | translate"
|
|
109
|
+
data-test="details-panel"
|
|
108
110
|
>
|
|
109
111
|
<div *ngIf="metadata.lineage" class="text-gray-900 flex flex-col mt-4 gap-2">
|
|
110
112
|
<p class="whitespace-pre-line break-words text-gray-900" gnUiLinkify>
|
|
@@ -231,6 +233,7 @@
|
|
|
231
233
|
<gn-ui-expandable-panel
|
|
232
234
|
*ngIf="metadata.kind !== 'dataset' && metadata.spatialExtents"
|
|
233
235
|
[title]="'service.metadata.spatialExtent' | translate"
|
|
236
|
+
data-test="spatial-extent-panel"
|
|
234
237
|
>
|
|
235
238
|
<gn-ui-spatial-extent
|
|
236
239
|
class="flex h-[271px] w-full rounded-lg border border-gray-100 mt-3 mb-6"
|
|
@@ -240,6 +243,7 @@
|
|
|
240
243
|
<gn-ui-expandable-panel
|
|
241
244
|
*ngIf="metadata.landingPage"
|
|
242
245
|
[title]="'service.metadata.other' | translate"
|
|
246
|
+
data-test="other-panel"
|
|
243
247
|
>
|
|
244
248
|
<div class="flex flex-col gap-4 mr-4 py-5 rounded text-gray-700">
|
|
245
249
|
<div *ngIf="metadata.recordUpdated">
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
<div class="flex flex-col gap-2 py-5 px-5 h-[562px] overflow-y-auto">
|
|
2
|
+
<div
|
|
3
|
+
*ngFor="let featureType of filteredFeatureCatalog?.featureTypes"
|
|
4
|
+
class="rounded shadow bg-white"
|
|
5
|
+
>
|
|
6
|
+
<gn-ui-expandable-panel
|
|
7
|
+
[collapsed]="filteredFeatureCatalog?.featureTypes?.length !== 1"
|
|
8
|
+
iconColor="black"
|
|
9
|
+
>
|
|
10
|
+
<ng-template #titleTemplate>
|
|
11
|
+
<div class="px-2">
|
|
12
|
+
<div class="text-lg font-bold">{{ featureType.name }}</div>
|
|
13
|
+
<div class="text-sm" *ngIf="featureType.definition">
|
|
14
|
+
{{ featureType.definition }}
|
|
15
|
+
</div>
|
|
16
|
+
</div>
|
|
17
|
+
</ng-template>
|
|
18
|
+
<div
|
|
19
|
+
class="grid gap-0"
|
|
20
|
+
[style.grid-template-columns]="gridTemplateColumns"
|
|
21
|
+
data-cy="feature-type-content"
|
|
22
|
+
>
|
|
23
|
+
<div
|
|
24
|
+
class="py-1 px-2 text-sm font-bold text-left border-t"
|
|
25
|
+
[class.border-l]="i > 0"
|
|
26
|
+
[class.border-gray-300]="i > 0"
|
|
27
|
+
*ngFor="let col of columns; let i = index"
|
|
28
|
+
data-test="column-label"
|
|
29
|
+
>
|
|
30
|
+
{{ col.label | translate }}
|
|
31
|
+
</div>
|
|
32
|
+
<ng-container *ngFor="let row of featureType.attributes">
|
|
33
|
+
<div
|
|
34
|
+
class="bg-white text-sm font-normal text-left border-t"
|
|
35
|
+
[class.border-l]="i > 0"
|
|
36
|
+
[class.border-gray-300]="i > 0"
|
|
37
|
+
*ngFor="let col of columns; let i = index"
|
|
38
|
+
>
|
|
39
|
+
<gn-ui-truncated-text
|
|
40
|
+
extraClass="py-3 px-2"
|
|
41
|
+
[text]="row[col.key]"
|
|
42
|
+
></gn-ui-truncated-text>
|
|
43
|
+
</div>
|
|
44
|
+
</ng-container>
|
|
45
|
+
</div>
|
|
46
|
+
</gn-ui-expandable-panel>
|
|
47
|
+
</div>
|
|
48
|
+
</div>
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { Component, Input, OnInit } from '@angular/core'
|
|
2
|
+
import { CommonModule } from '@angular/common'
|
|
3
|
+
import { TranslateModule } from '@ngx-translate/core'
|
|
4
|
+
import { DatasetFeatureCatalog } from '../../../../../../../libs/common/domain/src/lib/model/record'
|
|
5
|
+
import {
|
|
6
|
+
ExpandablePanelComponent,
|
|
7
|
+
TruncatedTextComponent,
|
|
8
|
+
} from '../../../../../../../libs/ui/layout/src'
|
|
9
|
+
|
|
10
|
+
@Component({
|
|
11
|
+
selector: 'gn-ui-feature-catalog-list',
|
|
12
|
+
templateUrl: './feature-catalog-list.component.html',
|
|
13
|
+
standalone: true,
|
|
14
|
+
imports: [
|
|
15
|
+
CommonModule,
|
|
16
|
+
TranslateModule,
|
|
17
|
+
ExpandablePanelComponent,
|
|
18
|
+
TruncatedTextComponent,
|
|
19
|
+
],
|
|
20
|
+
})
|
|
21
|
+
export class FeatureCatalogListComponent implements OnInit {
|
|
22
|
+
@Input() filteredFeatureCatalog: DatasetFeatureCatalog
|
|
23
|
+
|
|
24
|
+
columns = [
|
|
25
|
+
{
|
|
26
|
+
key: 'type',
|
|
27
|
+
label: 'feature.catalog.attribute.type',
|
|
28
|
+
width: '19%',
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
key: 'name',
|
|
32
|
+
label: 'feature.catalog.attribute.name',
|
|
33
|
+
width: '32%',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
key: 'code',
|
|
37
|
+
label: 'feature.catalog.attribute.code',
|
|
38
|
+
width: '24%',
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
key: 'title',
|
|
42
|
+
label: 'feature.catalog.attribute.description',
|
|
43
|
+
width: '25%',
|
|
44
|
+
},
|
|
45
|
+
]
|
|
46
|
+
|
|
47
|
+
gridTemplateColumns = ''
|
|
48
|
+
|
|
49
|
+
ngOnInit(): void {
|
|
50
|
+
this.gridTemplateColumns = this.columns.map((col) => col.width).join(' ')
|
|
51
|
+
}
|
|
52
|
+
}
|
package/src/libs/ui/elements/src/lib/service-capabilities/service-capabilities.component.html
CHANGED
|
@@ -16,17 +16,31 @@
|
|
|
16
16
|
<div class="h-14 md:w-2/5 w-full mb-4 flex flex-row relative">
|
|
17
17
|
<gn-ui-text-input
|
|
18
18
|
class="w-full"
|
|
19
|
+
[(value)]="searchQuery"
|
|
19
20
|
[extraClass]="getExtraInputClass()"
|
|
20
21
|
[placeholder]="'service.metadata.search' | translate"
|
|
21
22
|
(input)="onSearchChange($event)"
|
|
22
23
|
(keydown.enter)="onSearchEnter($event)"
|
|
23
24
|
>
|
|
24
25
|
</gn-ui-text-input>
|
|
26
|
+
<div
|
|
27
|
+
class="absolute right-14 h-14 w-14 flex items-center justify-center"
|
|
28
|
+
>
|
|
29
|
+
<button
|
|
30
|
+
#inputBtn
|
|
31
|
+
*ngIf="searchQuery"
|
|
32
|
+
[aria-label]="'service.metadata.search.clear' | translate"
|
|
33
|
+
(click)="clearSearch()"
|
|
34
|
+
class="h-12 w-12 border-0 flex items-center justify-center"
|
|
35
|
+
>
|
|
36
|
+
<ng-icon name="matClose"></ng-icon>
|
|
37
|
+
</button>
|
|
38
|
+
</div>
|
|
25
39
|
<div class="border-l absolute border-gray-200 right-0 h-14 w-14">
|
|
26
40
|
<gn-ui-button
|
|
27
41
|
#inputBtn
|
|
28
42
|
type="outline"
|
|
29
|
-
extraClass="h-12 w-12 border-0 absolute right-1 top-1"
|
|
43
|
+
extraClass="h-12 w-12 border-0 absolute right-1 top-1 bg-white"
|
|
30
44
|
(buttonClick)="searchLayers()"
|
|
31
45
|
>
|
|
32
46
|
<ng-icon name="iconoirSearch"></ng-icon>
|
|
@@ -16,6 +16,7 @@ import {
|
|
|
16
16
|
WmsLayerFull,
|
|
17
17
|
WmtsLayer,
|
|
18
18
|
} from '@camptocamp/ogc-client'
|
|
19
|
+
import { matClose } from '@ng-icons/material-icons/baseline'
|
|
19
20
|
|
|
20
21
|
marker(`service.metadata.search`)
|
|
21
22
|
marker(`service.metadata.capabilities.title`)
|
|
@@ -48,6 +49,7 @@ marker(`service.metadata.capabilities.attribution`)
|
|
|
48
49
|
provideIcons({
|
|
49
50
|
iconoirSearch,
|
|
50
51
|
matInfoOutline,
|
|
52
|
+
matClose,
|
|
51
53
|
}),
|
|
52
54
|
],
|
|
53
55
|
templateUrl: './service-capabilities.component.html',
|
|
@@ -104,6 +106,12 @@ export class ServiceCapabilitiesComponent implements OnInit {
|
|
|
104
106
|
}
|
|
105
107
|
}
|
|
106
108
|
|
|
109
|
+
clearSearch() {
|
|
110
|
+
this.searchActive = false
|
|
111
|
+
this.searchQuery = ''
|
|
112
|
+
this.filteredLayers = this.availableLayers
|
|
113
|
+
}
|
|
114
|
+
|
|
107
115
|
async loadLayers() {
|
|
108
116
|
if (
|
|
109
117
|
this.apiLinks.length > 0 &&
|
|
@@ -176,7 +184,7 @@ export class ServiceCapabilitiesComponent implements OnInit {
|
|
|
176
184
|
}
|
|
177
185
|
|
|
178
186
|
getExtraClass(layerItem) {
|
|
179
|
-
return layerItem
|
|
187
|
+
return layerItem === this.selectedLayer
|
|
180
188
|
? `h-8 rounded-lg bg-primary-darker text-white hover:text-primary-darker hover:bg-white`
|
|
181
189
|
: `h-8 rounded-lg`
|
|
182
190
|
}
|
|
@@ -23,7 +23,6 @@ import { UserPreviewComponent } from './user-preview/user-preview.component'
|
|
|
23
23
|
import { ApplicationBannerComponent } from './application-banner/application-banner.component'
|
|
24
24
|
import { InternalLinkCardComponent } from './internal-link-card/internal-link-card.component'
|
|
25
25
|
import { ServiceCapabilitiesComponent } from './service-capabilities/service-capabilities.component'
|
|
26
|
-
|
|
27
26
|
@NgModule({
|
|
28
27
|
imports: [
|
|
29
28
|
CommonModule,
|
|
@@ -24,3 +24,4 @@ export * from './lib/text-input/text-input.component'
|
|
|
24
24
|
export * from './lib/ui-inputs.module'
|
|
25
25
|
export * from './lib/url-input/url-input.component'
|
|
26
26
|
export * from './lib/viewport-intersector/viewport-intersector.component'
|
|
27
|
+
export * from './lib/search-feature-catalog/search-feature-catalog.component'
|
package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.css
ADDED
|
File without changes
|
package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.html
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<div
|
|
2
|
+
class="flex items-center justify-between p-3 mt-8 bg-white rounded-lg border-b solid border-gray-300"
|
|
3
|
+
>
|
|
4
|
+
<div
|
|
5
|
+
class="relative shrink-0"
|
|
6
|
+
*ngIf="featureCatalog?.featureTypes?.length > 1"
|
|
7
|
+
>
|
|
8
|
+
<input
|
|
9
|
+
type="text"
|
|
10
|
+
[placeholder]="'search.filter.into.feature.catalog' | translate"
|
|
11
|
+
class="w-[220px] h-8 pl-3 pr-10 py-2 border rounded-md"
|
|
12
|
+
[(ngModel)]="searchTerm"
|
|
13
|
+
(ngModelChange)="filterAction(searchTerm)"
|
|
14
|
+
/>
|
|
15
|
+
<ng-icon
|
|
16
|
+
class="absolute right-2.5 top-1 w-6 h-6 text-black"
|
|
17
|
+
name="iconoirSearch"
|
|
18
|
+
></ng-icon>
|
|
19
|
+
</div>
|
|
20
|
+
<div class="text-sm px-1 ml-auto hidden sm:inline">
|
|
21
|
+
<ng-container *ngIf="featureCatalog?.featureTypes?.length > 1">
|
|
22
|
+
<span
|
|
23
|
+
class="text-sm font-medium text-gray-900"
|
|
24
|
+
data-cy="total-objects-label"
|
|
25
|
+
translate
|
|
26
|
+
>record.feature.catalog.number.total.object</span
|
|
27
|
+
><span
|
|
28
|
+
class="text-sm font-bold px-1 text-gray-900"
|
|
29
|
+
data-cy="total-objects"
|
|
30
|
+
>{{ totalObjects }}</span
|
|
31
|
+
>
|
|
32
|
+
<span class="px-1.5">|</span>
|
|
33
|
+
</ng-container>
|
|
34
|
+
<span
|
|
35
|
+
class="text-sm font-medium px-1 text-gray-900"
|
|
36
|
+
data-cy="total-attributes-label"
|
|
37
|
+
translate
|
|
38
|
+
>record.feature.catalog.number.total.attribute</span
|
|
39
|
+
><span class="text-sm font-bold text-gray-900" data-cy="total-attributes">{{
|
|
40
|
+
totalAttributes
|
|
41
|
+
}}</span>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
package/src/libs/ui/inputs/src/lib/search-feature-catalog/search-feature-catalog.component.ts
CHANGED
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { Component, Input, Output, EventEmitter } from '@angular/core'
|
|
2
|
+
import { CommonModule } from '@angular/common'
|
|
3
|
+
import { TranslateModule } from '@ngx-translate/core'
|
|
4
|
+
import { NgIcon, provideIcons, provideNgIconsConfig } from '@ng-icons/core'
|
|
5
|
+
import { DatasetFeatureCatalog } from '../../../../../../libs/common/domain/src/lib/model/record'
|
|
6
|
+
import { FormsModule } from '@angular/forms'
|
|
7
|
+
import { of } from 'rxjs'
|
|
8
|
+
import { debounceTime, distinctUntilChanged, tap } from 'rxjs/operators'
|
|
9
|
+
import { createFuzzyFilter } from '../../../../../../libs/util/shared/src'
|
|
10
|
+
import { iconoirSearch } from '@ng-icons/iconoir'
|
|
11
|
+
|
|
12
|
+
@Component({
|
|
13
|
+
selector: 'gn-ui-search-feature-catalog',
|
|
14
|
+
templateUrl: './search-feature-catalog.component.html',
|
|
15
|
+
styleUrls: ['./search-feature-catalog.component.css'],
|
|
16
|
+
standalone: true,
|
|
17
|
+
imports: [CommonModule, NgIcon, TranslateModule, FormsModule],
|
|
18
|
+
viewProviders: [
|
|
19
|
+
provideIcons({ iconoirSearch }),
|
|
20
|
+
provideNgIconsConfig({
|
|
21
|
+
size: '1.5rem',
|
|
22
|
+
}),
|
|
23
|
+
],
|
|
24
|
+
})
|
|
25
|
+
export class SearchFeatureCatalogComponent {
|
|
26
|
+
private _featureCatalog: DatasetFeatureCatalog
|
|
27
|
+
searchTerm: any
|
|
28
|
+
@Input() set featureCatalog(value: DatasetFeatureCatalog) {
|
|
29
|
+
this._featureCatalog = value
|
|
30
|
+
this.filteredFeatureCatalog = value
|
|
31
|
+
}
|
|
32
|
+
get featureCatalog(): DatasetFeatureCatalog {
|
|
33
|
+
return this._featureCatalog
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@Output() filteredFeatureCatalogChange =
|
|
37
|
+
new EventEmitter<DatasetFeatureCatalog>()
|
|
38
|
+
filteredFeatureCatalog: DatasetFeatureCatalog
|
|
39
|
+
|
|
40
|
+
filterAction = (searchTerm: string): void => {
|
|
41
|
+
of(searchTerm)
|
|
42
|
+
.pipe(
|
|
43
|
+
debounceTime(300),
|
|
44
|
+
distinctUntilChanged(),
|
|
45
|
+
tap(() => {
|
|
46
|
+
const filtered = (this.featureCatalog?.featureTypes || []).filter(
|
|
47
|
+
(featureType) => {
|
|
48
|
+
const fuzzyFilter = createFuzzyFilter(searchTerm)
|
|
49
|
+
return (
|
|
50
|
+
fuzzyFilter(featureType.name) ||
|
|
51
|
+
(featureType.definition && fuzzyFilter(featureType.definition))
|
|
52
|
+
)
|
|
53
|
+
}
|
|
54
|
+
)
|
|
55
|
+
this.filteredFeatureCatalog = {
|
|
56
|
+
...this.featureCatalog,
|
|
57
|
+
featureTypes: filtered,
|
|
58
|
+
}
|
|
59
|
+
this.filteredFeatureCatalogChange.emit(this.filteredFeatureCatalog)
|
|
60
|
+
})
|
|
61
|
+
)
|
|
62
|
+
.subscribe()
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
get totalObjects(): number {
|
|
66
|
+
return this.filteredFeatureCatalog?.featureTypes?.length || 0
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
get totalAttributes(): number {
|
|
70
|
+
return (
|
|
71
|
+
this.filteredFeatureCatalog?.featureTypes?.reduce(
|
|
72
|
+
(total, featureType) => total + (featureType.attributes?.length || 0),
|
|
73
|
+
0
|
|
74
|
+
) || 0
|
|
75
|
+
)
|
|
76
|
+
}
|
|
77
|
+
}
|
|
@@ -1,22 +1,38 @@
|
|
|
1
1
|
<div
|
|
2
|
-
class="group flex
|
|
2
|
+
class="group flex items-center justify-between title border-b border-gray-100 cursor-pointer"
|
|
3
3
|
(click)="toggle()"
|
|
4
|
+
data-cy="expandable-panel-header"
|
|
4
5
|
>
|
|
5
|
-
<div class="grow
|
|
6
|
-
|
|
6
|
+
<div class="grow py-2.5">
|
|
7
|
+
<ng-container *ngIf="titleTemplate; else simpleTitle">
|
|
8
|
+
<div data-cy="expandable-panel-custom-title">
|
|
9
|
+
<ng-container *ngTemplateOutlet="titleTemplate"></ng-container>
|
|
10
|
+
</div>
|
|
11
|
+
</ng-container>
|
|
12
|
+
<ng-template #simpleTitle>
|
|
13
|
+
<div
|
|
14
|
+
class="font-medium text-black text-sm"
|
|
15
|
+
data-cy="expandable-panel-title"
|
|
16
|
+
>
|
|
17
|
+
{{ title }}
|
|
18
|
+
</div>
|
|
19
|
+
</ng-template>
|
|
7
20
|
</div>
|
|
8
21
|
<div
|
|
9
|
-
class="w-8 opacity-25 text-primary group-hover:opacity-100 transition-opacity"
|
|
22
|
+
class="w-8 opacity-25 text-primary group-hover:opacity-100 transition-opacity flex items-center shrink-0"
|
|
10
23
|
>
|
|
11
|
-
<ng-icon
|
|
12
|
-
|
|
24
|
+
<ng-icon
|
|
25
|
+
[name]="collapsed ? 'matAdd' : 'matRemove'"
|
|
26
|
+
[style.color]="iconColor"
|
|
27
|
+
></ng-icon>
|
|
13
28
|
</div>
|
|
14
29
|
</div>
|
|
15
30
|
<div
|
|
16
|
-
class="content overflow-hidden transition-
|
|
31
|
+
class="content overflow-hidden transition-all duration-300"
|
|
17
32
|
[ngClass]="collapsed ? 'ease-out' : 'ease-in'"
|
|
18
|
-
[style.maxHeight]="maxHeight"
|
|
19
33
|
#contentDiv
|
|
34
|
+
*ngIf="!collapsed"
|
|
35
|
+
data-cy="expandable-panel-content"
|
|
20
36
|
>
|
|
21
37
|
<ng-content></ng-content>
|
|
22
38
|
</div>
|
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ChangeDetectionStrategy,
|
|
3
3
|
Component,
|
|
4
|
+
ContentChild,
|
|
4
5
|
ElementRef,
|
|
5
6
|
Input,
|
|
7
|
+
TemplateRef,
|
|
6
8
|
ViewChild,
|
|
9
|
+
OnDestroy,
|
|
10
|
+
ChangeDetectorRef,
|
|
11
|
+
AfterViewInit,
|
|
7
12
|
} from '@angular/core'
|
|
8
13
|
import { NgIcon, provideIcons } from '@ng-icons/core'
|
|
9
14
|
import { CommonModule } from '@angular/common'
|
|
@@ -18,20 +23,41 @@ import { matAdd, matRemove } from '@ng-icons/material-icons/baseline'
|
|
|
18
23
|
imports: [CommonModule, NgIcon],
|
|
19
24
|
viewProviders: [provideIcons({ matAdd, matRemove })],
|
|
20
25
|
})
|
|
21
|
-
export class ExpandablePanelComponent {
|
|
22
|
-
@Input() title
|
|
23
|
-
@Input()
|
|
24
|
-
@
|
|
25
|
-
|
|
26
|
+
export class ExpandablePanelComponent implements AfterViewInit, OnDestroy {
|
|
27
|
+
@Input() title?: string
|
|
28
|
+
@Input() iconColor? = ''
|
|
29
|
+
@ContentChild('titleTemplate') titleTemplate?: TemplateRef<HTMLElement>
|
|
30
|
+
@ViewChild('contentDiv') contentDiv?: ElementRef
|
|
31
|
+
|
|
32
|
+
private _collapsed = true
|
|
33
|
+
private contentObserver?: ResizeObserver
|
|
34
|
+
|
|
35
|
+
constructor(private readonly changeDetector: ChangeDetectorRef) {}
|
|
36
|
+
|
|
37
|
+
ngAfterViewInit() {
|
|
38
|
+
if (this.contentDiv) {
|
|
39
|
+
this.contentObserver = new ResizeObserver(() => {
|
|
40
|
+
this.changeDetector.detectChanges()
|
|
41
|
+
})
|
|
42
|
+
this.contentObserver.observe(this.contentDiv.nativeElement)
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
@Input() set collapsed(value: boolean) {
|
|
47
|
+
this._collapsed = value
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
get collapsed(): boolean {
|
|
51
|
+
return this._collapsed
|
|
52
|
+
}
|
|
26
53
|
|
|
27
54
|
toggle(): void {
|
|
28
55
|
this.collapsed = !this.collapsed
|
|
29
|
-
this.maxHeight = this.setMaxHeight()
|
|
30
56
|
}
|
|
31
57
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
this.
|
|
35
|
-
}
|
|
58
|
+
ngOnDestroy() {
|
|
59
|
+
if (this.contentObserver) {
|
|
60
|
+
this.contentObserver.disconnect()
|
|
61
|
+
}
|
|
36
62
|
}
|
|
37
63
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
<div
|
|
2
2
|
class="flex items-center justify-between w-full gap-2"
|
|
3
3
|
cdkOverlayOrigin
|
|
4
|
+
[class]="extraClass"
|
|
4
5
|
#trigger="cdkOverlayOrigin"
|
|
5
6
|
>
|
|
6
7
|
<span #textElement class="truncate">
|
|
@@ -19,18 +20,15 @@
|
|
|
19
20
|
cdkConnectedOverlay
|
|
20
21
|
[cdkConnectedOverlayOrigin]="trigger"
|
|
21
22
|
[cdkConnectedOverlayOpen]="isOpen"
|
|
22
|
-
[cdkConnectedOverlayPositions]="[
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
},
|
|
29
|
-
]"
|
|
30
|
-
(detach)="isOpen = false"
|
|
23
|
+
[cdkConnectedOverlayPositions]="[overlayPosition]"
|
|
24
|
+
cdkConnectedOverlayPush
|
|
25
|
+
[cdkConnectedOverlayWidth]="'auto'"
|
|
26
|
+
[cdkConnectedOverlayFlexibleDimensions]="true"
|
|
27
|
+
[cdkConnectedOverlayGrowAfterOpen]="true"
|
|
28
|
+
(detach)="close()"
|
|
31
29
|
>
|
|
32
30
|
<div class="bg-white shadow-lg border border-gray-300 flex">
|
|
33
|
-
<div class="w-64">
|
|
31
|
+
<div class="sm:w-64 xs:w-32">
|
|
34
32
|
<p class="m-2">{{ text }}</p>
|
|
35
33
|
</div>
|
|
36
34
|
<gn-ui-button
|
|
@@ -4,16 +4,22 @@ import {
|
|
|
4
4
|
Component,
|
|
5
5
|
ElementRef,
|
|
6
6
|
Input,
|
|
7
|
+
OnDestroy,
|
|
7
8
|
ViewChild,
|
|
9
|
+
NgZone,
|
|
8
10
|
} from '@angular/core'
|
|
9
11
|
import { CommonModule } from '@angular/common'
|
|
10
|
-
import { provideIcons } from '@ng-icons/core'
|
|
12
|
+
import { provideIcons, NgIconComponent } from '@ng-icons/core'
|
|
11
13
|
import { iconoirExpand, iconoirReduce } from '@ng-icons/iconoir'
|
|
12
14
|
import { TranslateModule } from '@ngx-translate/core'
|
|
13
15
|
import { MatButtonModule } from '@angular/material/button'
|
|
14
|
-
import {
|
|
16
|
+
import {
|
|
17
|
+
OverlayModule,
|
|
18
|
+
ViewportRuler,
|
|
19
|
+
ConnectedPosition,
|
|
20
|
+
} from '@angular/cdk/overlay'
|
|
15
21
|
import { ButtonComponent } from '../../../../../../libs/ui/inputs/src'
|
|
16
|
-
import {
|
|
22
|
+
import { Subscription } from 'rxjs'
|
|
17
23
|
|
|
18
24
|
@Component({
|
|
19
25
|
selector: 'gn-ui-truncated-text',
|
|
@@ -30,24 +36,85 @@ import { NgIconComponent } from '@ng-icons/core'
|
|
|
30
36
|
templateUrl: './truncated-text.component.html',
|
|
31
37
|
styles: [],
|
|
32
38
|
})
|
|
33
|
-
export class TruncatedTextComponent implements AfterViewInit {
|
|
39
|
+
export class TruncatedTextComponent implements AfterViewInit, OnDestroy {
|
|
34
40
|
@Input() text = ''
|
|
41
|
+
@Input() extraClass = ''
|
|
42
|
+
|
|
35
43
|
@ViewChild('textElement') textElement: ElementRef<HTMLElement>
|
|
36
44
|
isTextTruncated = false
|
|
37
45
|
isOpen = false
|
|
46
|
+
overlayPosition: ConnectedPosition = {
|
|
47
|
+
originX: 'end',
|
|
48
|
+
originY: 'top',
|
|
49
|
+
overlayX: 'end',
|
|
50
|
+
overlayY: 'top',
|
|
51
|
+
}
|
|
52
|
+
private readonly resizeObserver: ResizeObserver
|
|
53
|
+
private readonly mutationObserver: MutationObserver
|
|
54
|
+
private readonly viewportSubscription: Subscription
|
|
55
|
+
|
|
56
|
+
constructor(
|
|
57
|
+
private readonly cd: ChangeDetectorRef,
|
|
58
|
+
private readonly ngZone: NgZone,
|
|
59
|
+
private readonly viewportRuler: ViewportRuler
|
|
60
|
+
) {
|
|
61
|
+
this.resizeObserver = new ResizeObserver(() => {
|
|
62
|
+
this.ngZone.run(() => this.checkTextTruncation())
|
|
63
|
+
})
|
|
38
64
|
|
|
39
|
-
|
|
65
|
+
this.mutationObserver = new MutationObserver(() => {
|
|
66
|
+
this.ngZone.run(() => {
|
|
67
|
+
this.checkTextTruncation()
|
|
68
|
+
this.close()
|
|
69
|
+
})
|
|
70
|
+
})
|
|
71
|
+
|
|
72
|
+
this.viewportSubscription = this.viewportRuler.change().subscribe(() => {
|
|
73
|
+
if (this.isOpen) {
|
|
74
|
+
this.updateOverlayPosition()
|
|
75
|
+
}
|
|
76
|
+
})
|
|
77
|
+
}
|
|
40
78
|
|
|
41
79
|
ngAfterViewInit() {
|
|
80
|
+
const element = this.textElement.nativeElement
|
|
81
|
+
this.resizeObserver?.observe(element)
|
|
82
|
+
this.mutationObserver?.observe(element.parentElement, {
|
|
83
|
+
attributes: true,
|
|
84
|
+
childList: true,
|
|
85
|
+
subtree: true,
|
|
86
|
+
})
|
|
42
87
|
this.checkTextTruncation()
|
|
43
88
|
}
|
|
44
89
|
|
|
45
|
-
|
|
46
|
-
this.
|
|
90
|
+
ngOnDestroy() {
|
|
91
|
+
this.resizeObserver?.disconnect()
|
|
92
|
+
this.mutationObserver?.disconnect()
|
|
93
|
+
this.viewportSubscription?.unsubscribe()
|
|
94
|
+
this.close()
|
|
47
95
|
}
|
|
48
96
|
|
|
49
97
|
toggleOverlay() {
|
|
50
98
|
this.isOpen = !this.isOpen
|
|
99
|
+
if (this.isOpen) {
|
|
100
|
+
this.updateOverlayPosition()
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
private updateOverlayPosition() {
|
|
105
|
+
const element = this.textElement.nativeElement
|
|
106
|
+
const rect = element.getBoundingClientRect()
|
|
107
|
+
const viewportWidth = this.viewportRuler.getViewportSize().width
|
|
108
|
+
const isMobile = viewportWidth < 640
|
|
109
|
+
const overlayWidth = isMobile ? 190 : 320
|
|
110
|
+
const isNearLeftEdge = rect.left < overlayWidth
|
|
111
|
+
|
|
112
|
+
this.overlayPosition = {
|
|
113
|
+
originX: isNearLeftEdge ? 'start' : 'end',
|
|
114
|
+
originY: 'top',
|
|
115
|
+
overlayX: isNearLeftEdge ? 'start' : 'end',
|
|
116
|
+
overlayY: 'top',
|
|
117
|
+
}
|
|
51
118
|
}
|
|
52
119
|
|
|
53
120
|
close() {
|
|
@@ -56,6 +123,7 @@ export class TruncatedTextComponent implements AfterViewInit {
|
|
|
56
123
|
|
|
57
124
|
private checkTextTruncation() {
|
|
58
125
|
const element = this.textElement.nativeElement
|
|
126
|
+
|
|
59
127
|
this.isTextTruncated = element.scrollWidth > element.clientWidth
|
|
60
128
|
this.cd.detectChanges()
|
|
61
129
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div *ngIf="feature" class="root">
|
|
2
|
-
<div class="property" *ngFor="let
|
|
3
|
-
<div>{{
|
|
4
|
-
<div class="font-bold">{{
|
|
2
|
+
<div class="property" *ngFor="let prop of properties | keyvalue">
|
|
3
|
+
<div>{{ prop.key }}</div>
|
|
4
|
+
<div class="font-bold">{{ prop.value }}</div>
|
|
5
5
|
</div>
|
|
6
6
|
</div>
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, Component, Input } from '@angular/core'
|
|
2
2
|
import { CommonModule } from '@angular/common'
|
|
3
3
|
import type { Feature } from 'geojson'
|
|
4
|
+
import { DatasetFeatureCatalog } from '../../../../../../../libs/common/domain/src/lib/model/record'
|
|
4
5
|
|
|
5
6
|
const geometryKeys = ['geometry', 'the_geom']
|
|
6
7
|
|
|
@@ -14,11 +15,34 @@ const geometryKeys = ['geometry', 'the_geom']
|
|
|
14
15
|
})
|
|
15
16
|
export class FeatureDetailComponent {
|
|
16
17
|
@Input() feature: Feature
|
|
18
|
+
_featureAttributes = []
|
|
19
|
+
@Input() set featureCatalog(value: DatasetFeatureCatalog) {
|
|
20
|
+
if (value) this._featureAttributes = value.featureTypes[0].attributes
|
|
21
|
+
}
|
|
17
22
|
|
|
18
23
|
get properties() {
|
|
19
24
|
if (!this.feature) return []
|
|
20
|
-
return
|
|
21
|
-
|
|
22
|
-
|
|
25
|
+
return this.setProperties()
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
setProperties() {
|
|
29
|
+
const properties = Object.keys(this.feature.properties)
|
|
30
|
+
.filter((p) => !geometryKeys.includes(p))
|
|
31
|
+
.reduce((acc, p) => {
|
|
32
|
+
let key = p
|
|
33
|
+
if (this._featureAttributes.length) {
|
|
34
|
+
const matchingAttribute = this._featureAttributes.find(
|
|
35
|
+
(attr) => attr.name === p
|
|
36
|
+
)
|
|
37
|
+
|
|
38
|
+
if (matchingAttribute && matchingAttribute.code) {
|
|
39
|
+
key = matchingAttribute.code
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
acc[key] = this.feature.properties[p]
|
|
43
|
+
return acc
|
|
44
|
+
}, {})
|
|
45
|
+
|
|
46
|
+
return properties
|
|
23
47
|
}
|
|
24
48
|
}
|