geonetwork-ui 2.5.0-dev.d91908296 → 2.5.0-dev.e41adefdb
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/repository/src/lib/gn4/elasticsearch/elasticsearch.service.mjs +50 -32
- package/esm2022/libs/api/repository/src/lib/gn4/gn4-repository.mjs +2 -2
- package/esm2022/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.mjs +18 -16
- package/esm2022/libs/feature/dataviz/src/lib/service/data.service.mjs +17 -7
- package/esm2022/libs/feature/dataviz/src/lib/table-view/table-view.component.mjs +12 -17
- package/esm2022/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.mjs +3 -3
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.mjs +2 -1
- package/esm2022/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.mjs +2 -2
- package/esm2022/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.mjs +11 -11
- package/esm2022/libs/feature/editor/src/lib/fields.config.mjs +2 -2
- package/esm2022/libs/feature/record/src/lib/data-view/data-view.component.mjs +3 -3
- package/esm2022/libs/feature/record/src/lib/feature-record.module.mjs +6 -7
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.mjs +46 -1
- package/esm2022/libs/feature/search/src/lib/utils/service/fields.service.mjs +3 -2
- package/esm2022/libs/ui/dataviz/src/index.mjs +3 -3
- package/esm2022/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.mjs +51 -0
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.component.mjs +133 -0
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.data.source.mjs +24 -0
- package/esm2022/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.mjs +82 -0
- package/esm2022/libs/ui/elements/src/index.mjs +2 -1
- package/esm2022/libs/ui/elements/src/lib/application-banner/application-banner.component.mjs +78 -0
- package/esm2022/libs/ui/elements/src/lib/metadata-info/metadata-info.component.mjs +18 -10
- package/esm2022/libs/ui/elements/src/lib/record-api-form/record-api-form.component.mjs +2 -1
- package/esm2022/libs/ui/elements/src/lib/ui-elements.module.mjs +10 -4
- package/esm2022/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.mjs +7 -2
- package/esm2022/libs/ui/search/src/lib/results-table/results-table.component.mjs +14 -12
- package/esm2022/libs/util/data-fetcher/src/index.mjs +3 -1
- package/esm2022/libs/util/data-fetcher/src/lib/model.mjs +7 -3
- package/esm2022/libs/util/data-fetcher/src/lib/readers/wfs.mjs +20 -2
- package/esm2022/libs/util/data-fetcher/src/lib/utils.mjs +3 -3
- package/esm2022/libs/util/shared/src/lib/services/date.service.mjs +41 -0
- package/esm2022/libs/util/shared/src/lib/services/index.mjs +2 -1
- package/esm2022/libs/util/shared/src/lib/utils/temporal-extent-union.mjs +4 -4
- package/esm2022/translations/de.json +9 -3
- package/esm2022/translations/en.json +9 -3
- package/esm2022/translations/es.json +9 -3
- package/esm2022/translations/fr.json +11 -5
- package/esm2022/translations/it.json +9 -3
- package/esm2022/translations/nl.json +9 -3
- package/esm2022/translations/pt.json +9 -3
- package/fesm2022/geonetwork-ui.mjs +867 -432
- package/fesm2022/geonetwork-ui.mjs.map +1 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts +3 -1
- package/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.d.ts.map +1 -1
- package/libs/api/repository/src/lib/gn4/gn4-repository.d.ts.map +1 -1
- package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts +7 -9
- package/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.d.ts.map +1 -1
- 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 +3 -6
- package/libs/feature/dataviz/src/lib/table-view/table-view.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.d.ts.map +1 -1
- package/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.d.ts +3 -3
- package/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.d.ts.map +1 -1
- package/libs/feature/record/src/lib/feature-record.module.d.ts +2 -2
- package/libs/feature/record/src/lib/feature-record.module.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.d.ts +10 -0
- package/libs/feature/search/src/lib/utils/service/fields.d.ts.map +1 -1
- package/libs/feature/search/src/lib/utils/service/fields.service.d.ts.map +1 -1
- package/libs/ui/dataviz/src/index.d.ts +2 -2
- package/libs/ui/dataviz/src/index.d.ts.map +1 -1
- package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts +14 -0
- package/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.d.ts.map +1 -0
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts +45 -0
- package/libs/ui/dataviz/src/lib/data-table/data-table.component.d.ts.map +1 -0
- package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts +12 -0
- package/libs/ui/dataviz/src/lib/data-table/data-table.data.source.d.ts.map +1 -0
- package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts +10 -0
- package/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.d.ts.map +1 -0
- 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/application-banner/application-banner.component.d.ts +16 -0
- package/libs/ui/elements/src/lib/application-banner/application-banner.component.d.ts.map +1 -0
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts +5 -0
- package/libs/ui/elements/src/lib/metadata-info/metadata-info.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/record-api-form/record-api-form.component.d.ts.map +1 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts +2 -1
- package/libs/ui/elements/src/lib/ui-elements.module.d.ts.map +1 -1
- package/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.d.ts.map +1 -1
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts +3 -2
- package/libs/ui/search/src/lib/results-table/results-table.component.d.ts.map +1 -1
- package/libs/util/data-fetcher/src/index.d.ts +3 -1
- package/libs/util/data-fetcher/src/index.d.ts.map +1 -1
- package/libs/util/data-fetcher/src/lib/model.d.ts +1 -1
- package/libs/util/data-fetcher/src/lib/model.d.ts.map +1 -1
- package/libs/util/data-fetcher/src/lib/readers/wfs.d.ts.map +1 -1
- package/libs/util/shared/src/lib/services/date.service.d.ts +13 -0
- package/libs/util/shared/src/lib/services/date.service.d.ts.map +1 -0
- package/libs/util/shared/src/lib/services/index.d.ts +1 -0
- package/libs/util/shared/src/lib/services/index.d.ts.map +1 -1
- package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts +2 -1
- package/libs/util/shared/src/lib/utils/temporal-extent-union.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/libs/api/repository/src/lib/gn4/elasticsearch/elasticsearch.service.ts +55 -32
- package/src/libs/api/repository/src/lib/gn4/gn4-repository.ts +1 -5
- package/src/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.html +3 -3
- package/src/libs/feature/dataviz/src/lib/geo-table-view/geo-table-view.component.ts +17 -15
- package/src/libs/feature/dataviz/src/lib/service/data.service.ts +21 -11
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.html +4 -3
- package/src/libs/feature/dataviz/src/lib/table-view/table-view.component.ts +9 -18
- package/src/libs/feature/editor/src/lib/components/constraint-card/constraint-card.component.html +1 -1
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-contacts-for-resource/form-field-contacts-for-resource.component.ts +1 -0
- package/src/libs/feature/editor/src/lib/components/record-form/form-field/form-field-rich/form-field-rich.component.ts +1 -1
- package/src/libs/feature/editor/src/lib/components/wizard-summarize/wizard-summarize.component.ts +3 -4
- package/src/libs/feature/editor/src/lib/fields.config.ts +1 -1
- package/src/libs/feature/record/src/lib/data-view/data-view.component.html +1 -1
- package/src/libs/feature/record/src/lib/feature-record.module.ts +6 -4
- package/src/libs/feature/search/src/lib/utils/service/fields.service.ts +2 -0
- package/src/libs/feature/search/src/lib/utils/service/fields.ts +55 -0
- package/src/libs/ui/dataviz/src/index.ts +2 -2
- package/src/libs/ui/dataviz/src/lib/data-table/custom.mat.paginator.intl.ts +52 -0
- package/src/libs/ui/dataviz/src/lib/{table/table.component.css → data-table/data-table.component.css} +4 -0
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.html +67 -0
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.component.ts +173 -0
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.data.source.ts +33 -0
- package/src/libs/ui/dataviz/src/lib/data-table/data-table.fixtures.ts +84 -0
- package/src/libs/ui/elements/src/index.ts +1 -0
- package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.css +0 -0
- package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.html +25 -0
- package/src/libs/ui/elements/src/lib/application-banner/application-banner.component.ts +70 -0
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.html +3 -3
- package/src/libs/ui/elements/src/lib/metadata-info/metadata-info.component.ts +12 -2
- package/src/libs/ui/elements/src/lib/record-api-form/record-api-form.component.ts +2 -0
- package/src/libs/ui/elements/src/lib/ui-elements.module.ts +3 -0
- package/src/libs/ui/inputs/src/lib/autocomplete/autocomplete.component.ts +6 -0
- package/src/libs/ui/search/src/lib/results-table/results-table.component.ts +4 -2
- package/src/libs/util/data-fetcher/src/index.ts +3 -0
- package/src/libs/util/data-fetcher/src/lib/model.ts +6 -2
- package/src/libs/util/data-fetcher/src/lib/readers/wfs.ts +23 -1
- package/src/libs/util/data-fetcher/src/lib/utils.ts +2 -2
- package/src/libs/util/shared/src/lib/services/date.service.ts +45 -0
- package/src/libs/util/shared/src/lib/services/index.ts +1 -0
- package/src/libs/util/shared/src/lib/utils/temporal-extent-union.ts +6 -3
- package/translations/de.json +9 -3
- package/translations/en.json +9 -3
- package/translations/es.json +9 -3
- package/translations/fr.json +11 -5
- package/translations/it.json +9 -3
- package/translations/nl.json +9 -3
- package/translations/pt.json +9 -3
- package/translations/sk.json +9 -3
- package/esm2022/libs/ui/dataviz/src/lib/table/table.component.mjs +0 -61
- package/esm2022/libs/ui/dataviz/src/lib/table/table.fixtures.mjs +0 -40
- package/libs/ui/dataviz/src/lib/table/table.component.d.ts +0 -29
- package/libs/ui/dataviz/src/lib/table/table.component.d.ts.map +0 -1
- package/libs/ui/dataviz/src/lib/table/table.fixtures.d.ts +0 -11
- package/libs/ui/dataviz/src/lib/table/table.fixtures.d.ts.map +0 -1
- package/src/libs/ui/dataviz/src/lib/table/table.component.html +0 -40
- package/src/libs/ui/dataviz/src/lib/table/table.component.ts +0 -80
- package/src/libs/ui/dataviz/src/lib/table/table.fixtures.ts +0 -40
|
@@ -13,8 +13,12 @@ export class FetchError {
|
|
|
13
13
|
) {
|
|
14
14
|
this.message = `An error happened in the data fetcher, type: ${type}, info: ${info}`
|
|
15
15
|
}
|
|
16
|
-
static http(code: number) {
|
|
17
|
-
|
|
16
|
+
static http(code: number, body?: string) {
|
|
17
|
+
const info = body
|
|
18
|
+
? `Error ${code}
|
|
19
|
+
${body}`
|
|
20
|
+
: `${code}`
|
|
21
|
+
return new FetchError('http', info, code)
|
|
18
22
|
}
|
|
19
23
|
static corsOrNetwork(message: string) {
|
|
20
24
|
return new FetchError('network', message, 0)
|
|
@@ -4,6 +4,7 @@ import { fetchDataAsText } from '../utils'
|
|
|
4
4
|
import { BaseReader } from './base'
|
|
5
5
|
import { GmlReader, parseGml } from './gml'
|
|
6
6
|
import { GeojsonReader, parseGeojson } from './geojson'
|
|
7
|
+
import { marker } from '@biesbjerg/ngx-translate-extract-marker'
|
|
7
8
|
|
|
8
9
|
export class WfsReader extends BaseReader {
|
|
9
10
|
endpoint: WfsEndpoint
|
|
@@ -18,7 +19,22 @@ export class WfsReader extends BaseReader {
|
|
|
18
19
|
}
|
|
19
20
|
|
|
20
21
|
get properties(): Promise<PropertyInfo[]> {
|
|
21
|
-
return this.
|
|
22
|
+
return this.endpoint
|
|
23
|
+
.getFeatureTypeFull(this.featureTypeName)
|
|
24
|
+
.then((featureType) =>
|
|
25
|
+
Object.keys(featureType.properties).map((prop) => {
|
|
26
|
+
const originalType = featureType.properties[prop]
|
|
27
|
+
const type =
|
|
28
|
+
originalType === 'float' || originalType === 'integer'
|
|
29
|
+
? 'number'
|
|
30
|
+
: (originalType as PropertyInfo['type']) // FIXME: ogc-client typing is incorrect, should be a string union
|
|
31
|
+
return {
|
|
32
|
+
name: prop,
|
|
33
|
+
label: prop,
|
|
34
|
+
type,
|
|
35
|
+
}
|
|
36
|
+
})
|
|
37
|
+
)
|
|
22
38
|
}
|
|
23
39
|
|
|
24
40
|
get info(): Promise<DatasetInfo> {
|
|
@@ -75,12 +91,18 @@ export class WfsReader extends BaseReader {
|
|
|
75
91
|
}
|
|
76
92
|
|
|
77
93
|
protected getData() {
|
|
94
|
+
if (this.aggregations || this.groupedBy) {
|
|
95
|
+
throw new Error(marker('wfs.aggregations.notsupported'))
|
|
96
|
+
}
|
|
97
|
+
|
|
78
98
|
const asJson = this.endpoint.supportsJson(this.featureTypeName)
|
|
99
|
+
const attributes = this.selected ?? undefined
|
|
79
100
|
let url = this.endpoint.getFeatureUrl(this.featureTypeName, {
|
|
80
101
|
...(this.startIndex !== null && { startIndex: this.startIndex }),
|
|
81
102
|
...(this.count !== null && { maxFeatures: this.count }),
|
|
82
103
|
asJson,
|
|
83
104
|
outputCrs: 'EPSG:4326',
|
|
105
|
+
attributes,
|
|
84
106
|
// sortBy: this.sort // TODO: no sort in ogc-client?
|
|
85
107
|
})
|
|
86
108
|
|
|
@@ -60,7 +60,7 @@ export function fetchDataAsText(url: string): Promise<string> {
|
|
|
60
60
|
})
|
|
61
61
|
.then(async (response) => {
|
|
62
62
|
if (!response.ok) {
|
|
63
|
-
throw FetchError.http(response.status)
|
|
63
|
+
throw FetchError.http(response.status, await response.text())
|
|
64
64
|
}
|
|
65
65
|
return response.text()
|
|
66
66
|
}),
|
|
@@ -77,7 +77,7 @@ export function fetchDataAsArrayBuffer(url: string): Promise<ArrayBuffer> {
|
|
|
77
77
|
})
|
|
78
78
|
.then(async (response) => {
|
|
79
79
|
if (!response.ok) {
|
|
80
|
-
throw FetchError.http(response.status)
|
|
80
|
+
throw FetchError.http(response.status, await response.text())
|
|
81
81
|
}
|
|
82
82
|
// convert to a numeric array so that we can store the response in cache
|
|
83
83
|
return Array.from(new Uint8Array(await response.arrayBuffer()))
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core'
|
|
2
|
+
import { TranslateService } from '@ngx-translate/core'
|
|
3
|
+
|
|
4
|
+
@Injectable({
|
|
5
|
+
providedIn: 'root',
|
|
6
|
+
})
|
|
7
|
+
export class DateService {
|
|
8
|
+
constructor(private translateService: TranslateService) {}
|
|
9
|
+
|
|
10
|
+
private getDateObject(date: Date | string): Date {
|
|
11
|
+
if (typeof date === 'string') {
|
|
12
|
+
const dateObj = new Date(date)
|
|
13
|
+
if (isNaN(dateObj.getTime())) {
|
|
14
|
+
throw new Error('Invalid date string')
|
|
15
|
+
}
|
|
16
|
+
return dateObj
|
|
17
|
+
}
|
|
18
|
+
return date
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
private getLocaleAndDate(date: Date | string): {
|
|
22
|
+
locale: string
|
|
23
|
+
dateObj: Date
|
|
24
|
+
} {
|
|
25
|
+
const locale = this.translateService.currentLang || 'en-US'
|
|
26
|
+
const dateObj = this.getDateObject(date)
|
|
27
|
+
return { locale, dateObj }
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
formatDate(
|
|
31
|
+
date: Date | string,
|
|
32
|
+
options?: Intl.DateTimeFormatOptions
|
|
33
|
+
): string {
|
|
34
|
+
const { locale, dateObj } = this.getLocaleAndDate(date)
|
|
35
|
+
return dateObj.toLocaleDateString(locale, options)
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
formatDateTime(
|
|
39
|
+
date: Date | string,
|
|
40
|
+
options?: Intl.DateTimeFormatOptions
|
|
41
|
+
): string {
|
|
42
|
+
const { locale, dateObj } = this.getLocaleAndDate(date)
|
|
43
|
+
return dateObj.toLocaleString(locale, options)
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
+
import { DateService } from '../services'
|
|
2
|
+
|
|
1
3
|
export function getTemporalRangeUnion(
|
|
2
4
|
ranges: {
|
|
3
5
|
start?: Date
|
|
4
6
|
end?: Date
|
|
5
|
-
}[]
|
|
7
|
+
}[],
|
|
8
|
+
dateService: DateService
|
|
6
9
|
) {
|
|
7
10
|
let earliestStartDate = Infinity
|
|
8
11
|
let latestEndDate = -Infinity
|
|
@@ -24,11 +27,11 @@ export function getTemporalRangeUnion(
|
|
|
24
27
|
return {
|
|
25
28
|
start:
|
|
26
29
|
earliestStartDate !== -Infinity
|
|
27
|
-
? new Date(earliestStartDate)
|
|
30
|
+
? dateService.formatDate(new Date(earliestStartDate))
|
|
28
31
|
: undefined,
|
|
29
32
|
end:
|
|
30
33
|
latestEndDate !== Infinity
|
|
31
|
-
? new Date(latestEndDate)
|
|
34
|
+
? dateService.formatDate(new Date(latestEndDate))
|
|
32
35
|
: undefined,
|
|
33
36
|
}
|
|
34
37
|
} else {
|
package/translations/de.json
CHANGED
|
@@ -20,8 +20,6 @@
|
|
|
20
20
|
"chart.type.lineSmooth": "Geglättes Liniendiagramm",
|
|
21
21
|
"chart.type.pie": "Kreisdiagramm",
|
|
22
22
|
"dashboard.catalog.allRecords": "Metadatenkatalog",
|
|
23
|
-
"dashboard.catalog.contacts": "Kontakte",
|
|
24
|
-
"dashboard.catalog.thesaurus": "Thesaurus",
|
|
25
23
|
"dashboard.createRecord": "Neuer Eintrag",
|
|
26
24
|
"dashboard.importRecord": "",
|
|
27
25
|
"dashboard.importRecord.importExternal": "",
|
|
@@ -34,7 +32,6 @@
|
|
|
34
32
|
"dashboard.records.myDraft": "Meine Entwürfe",
|
|
35
33
|
"dashboard.records.myRecords": "Meine Datensätze",
|
|
36
34
|
"dashboard.records.search": "Suche nach \"{searchText}\"",
|
|
37
|
-
"dashboard.records.templates": "Vorlagen",
|
|
38
35
|
"dashboard.records.userDetail": "Name",
|
|
39
36
|
"dashboard.records.userEmail": "E-Mail",
|
|
40
37
|
"dashboard.records.username": "Benutzername",
|
|
@@ -547,6 +544,8 @@
|
|
|
547
544
|
"search.error.recordNotFound": "Der Datensatz mit der Kennung \"{ id }\" konnte nicht gefunden werden.",
|
|
548
545
|
"search.field.any.placeholder": "Suche Datensätze ...",
|
|
549
546
|
"search.field.sortBy": "Sortieren nach:",
|
|
547
|
+
"search.filters.availableServices.download": "",
|
|
548
|
+
"search.filters.availableServices.view": "",
|
|
550
549
|
"search.filters.changeDate": "Letzte Aktualisierung",
|
|
551
550
|
"search.filters.clear": "Zurücksetzen",
|
|
552
551
|
"search.filters.contact": "Kontakte",
|
|
@@ -589,6 +588,12 @@
|
|
|
589
588
|
"share.tab.webComponent": "Integrieren",
|
|
590
589
|
"table.loading.data": "Daten werden geladen...",
|
|
591
590
|
"table.object.count": "Objekte in diesem Datensatz",
|
|
591
|
+
"table.paginator.firstPage": "Erste Seite",
|
|
592
|
+
"table.paginator.itemsPerPage": "Elemente pro Seite",
|
|
593
|
+
"table.paginator.lastPage": "Letzte Seite",
|
|
594
|
+
"table.paginator.nextPage": "Nächste Seite",
|
|
595
|
+
"table.paginator.previousPage": "Vorherige Seite",
|
|
596
|
+
"table.paginator.rangeLabel": "{startIndex} - {endIndex} von {length}",
|
|
592
597
|
"table.select.data": "Datenquelle",
|
|
593
598
|
"tooltip.html.copy": "HTML kopieren",
|
|
594
599
|
"tooltip.id.copy": "Eindeutige Kennung kopieren",
|
|
@@ -596,6 +601,7 @@
|
|
|
596
601
|
"tooltip.url.open": "URL öffnen",
|
|
597
602
|
"ui.readLess": "Weniger lesen",
|
|
598
603
|
"ui.readMore": "Weiterlesen",
|
|
604
|
+
"wfs.aggregations.notsupported": "",
|
|
599
605
|
"wfs.feature.limit": "Zu viele Features, um den WFS-Layer anzuzeigen!",
|
|
600
606
|
"wfs.featuretype.notfound": "Kein passender Feature-Typ wurde im Dienst gefunden",
|
|
601
607
|
"wfs.geojsongml.notsupported": "Dieser Dienst unterstützt das GeoJSON- oder GML-Format nicht",
|
package/translations/en.json
CHANGED
|
@@ -20,8 +20,6 @@
|
|
|
20
20
|
"chart.type.lineSmooth": "smooth line chart",
|
|
21
21
|
"chart.type.pie": "pie chart",
|
|
22
22
|
"dashboard.catalog.allRecords": "Datasets",
|
|
23
|
-
"dashboard.catalog.contacts": "Contacts",
|
|
24
|
-
"dashboard.catalog.thesaurus": "Thesaurus",
|
|
25
23
|
"dashboard.createRecord": "New dataset",
|
|
26
24
|
"dashboard.importRecord": "Import",
|
|
27
25
|
"dashboard.importRecord.importExternal": "Import an external file",
|
|
@@ -34,7 +32,6 @@
|
|
|
34
32
|
"dashboard.records.myDraft": "My drafts",
|
|
35
33
|
"dashboard.records.myRecords": "My datasets",
|
|
36
34
|
"dashboard.records.search": "Search for \"{searchText}\"",
|
|
37
|
-
"dashboard.records.templates": "Templates",
|
|
38
35
|
"dashboard.records.userDetail": "Name",
|
|
39
36
|
"dashboard.records.userEmail": "Email",
|
|
40
37
|
"dashboard.records.username": "Username",
|
|
@@ -547,6 +544,8 @@
|
|
|
547
544
|
"search.error.recordNotFound": "The dataset with identifier \"{ id }\" could not be found.",
|
|
548
545
|
"search.field.any.placeholder": "Search datasets ...",
|
|
549
546
|
"search.field.sortBy": "Sort by:",
|
|
547
|
+
"search.filters.availableServices.download": "",
|
|
548
|
+
"search.filters.availableServices.view": "",
|
|
550
549
|
"search.filters.changeDate": "Updated",
|
|
551
550
|
"search.filters.clear": "Reset",
|
|
552
551
|
"search.filters.contact": "Contacts",
|
|
@@ -589,6 +588,12 @@
|
|
|
589
588
|
"share.tab.webComponent": "Integrate",
|
|
590
589
|
"table.loading.data": "Loading data...",
|
|
591
590
|
"table.object.count": "Objects in this dataset",
|
|
591
|
+
"table.paginator.firstPage": "First page",
|
|
592
|
+
"table.paginator.itemsPerPage": "Items per page",
|
|
593
|
+
"table.paginator.lastPage": "Last page",
|
|
594
|
+
"table.paginator.nextPage": "Next page",
|
|
595
|
+
"table.paginator.previousPage": "Previous page",
|
|
596
|
+
"table.paginator.rangeLabel": "{startIndex} - {endIndex} of {length}",
|
|
592
597
|
"table.select.data": "Data source",
|
|
593
598
|
"tooltip.html.copy": "Copy HTML",
|
|
594
599
|
"tooltip.id.copy": "Copy unique identifier",
|
|
@@ -596,6 +601,7 @@
|
|
|
596
601
|
"tooltip.url.open": "Open URL",
|
|
597
602
|
"ui.readLess": "Read less",
|
|
598
603
|
"ui.readMore": "Read more",
|
|
604
|
+
"wfs.aggregations.notsupported": "Aggregations are currently not supported for WFS services",
|
|
599
605
|
"wfs.feature.limit": "Too many features to display the WFS layer!",
|
|
600
606
|
"wfs.featuretype.notfound": "No matching feature type was found in the service",
|
|
601
607
|
"wfs.geojsongml.notsupported": "This service does not support the GeoJSON or GML format",
|
package/translations/es.json
CHANGED
|
@@ -20,8 +20,6 @@
|
|
|
20
20
|
"chart.type.lineSmooth": "gráfico de líneas suave",
|
|
21
21
|
"chart.type.pie": "gráfico circular",
|
|
22
22
|
"dashboard.catalog.allRecords": "",
|
|
23
|
-
"dashboard.catalog.contacts": "",
|
|
24
|
-
"dashboard.catalog.thesaurus": "",
|
|
25
23
|
"dashboard.createRecord": "",
|
|
26
24
|
"dashboard.importRecord": "",
|
|
27
25
|
"dashboard.importRecord.importExternal": "",
|
|
@@ -34,7 +32,6 @@
|
|
|
34
32
|
"dashboard.records.myDraft": "Mis borradores",
|
|
35
33
|
"dashboard.records.myRecords": "Mis Registros",
|
|
36
34
|
"dashboard.records.search": "Buscar \"{searchText}\"",
|
|
37
|
-
"dashboard.records.templates": "",
|
|
38
35
|
"dashboard.records.userDetail": "",
|
|
39
36
|
"dashboard.records.userEmail": "",
|
|
40
37
|
"dashboard.records.username": "",
|
|
@@ -547,6 +544,8 @@
|
|
|
547
544
|
"search.error.recordNotFound": "",
|
|
548
545
|
"search.field.any.placeholder": "",
|
|
549
546
|
"search.field.sortBy": "",
|
|
547
|
+
"search.filters.availableServices.download": "",
|
|
548
|
+
"search.filters.availableServices.view": "",
|
|
550
549
|
"search.filters.changeDate": "Última actualización",
|
|
551
550
|
"search.filters.clear": "",
|
|
552
551
|
"search.filters.contact": "",
|
|
@@ -589,6 +588,12 @@
|
|
|
589
588
|
"share.tab.webComponent": "",
|
|
590
589
|
"table.loading.data": "",
|
|
591
590
|
"table.object.count": "",
|
|
591
|
+
"table.paginator.firstPage": "Primera página",
|
|
592
|
+
"table.paginator.itemsPerPage": "Elementos por página",
|
|
593
|
+
"table.paginator.lastPage": "Última página",
|
|
594
|
+
"table.paginator.nextPage": "Página siguiente",
|
|
595
|
+
"table.paginator.previousPage": "Página anterior",
|
|
596
|
+
"table.paginator.rangeLabel": "{startIndex} - {endIndex} de {length}",
|
|
592
597
|
"table.select.data": "",
|
|
593
598
|
"tooltip.html.copy": "",
|
|
594
599
|
"tooltip.id.copy": "",
|
|
@@ -596,6 +601,7 @@
|
|
|
596
601
|
"tooltip.url.open": "",
|
|
597
602
|
"ui.readLess": "",
|
|
598
603
|
"ui.readMore": "",
|
|
604
|
+
"wfs.aggregations.notsupported": "",
|
|
599
605
|
"wfs.feature.limit": "",
|
|
600
606
|
"wfs.featuretype.notfound": "",
|
|
601
607
|
"wfs.geojsongml.notsupported": "",
|
package/translations/fr.json
CHANGED
|
@@ -20,8 +20,6 @@
|
|
|
20
20
|
"chart.type.lineSmooth": "ligne lisse",
|
|
21
21
|
"chart.type.pie": "camembert",
|
|
22
22
|
"dashboard.catalog.allRecords": "Jeux de données",
|
|
23
|
-
"dashboard.catalog.contacts": "Annuaire",
|
|
24
|
-
"dashboard.catalog.thesaurus": "Thésaurus",
|
|
25
23
|
"dashboard.createRecord": "Nouveau jeu de données",
|
|
26
24
|
"dashboard.importRecord": "Importer",
|
|
27
25
|
"dashboard.importRecord.importExternal": "Importer un jeu de données externe",
|
|
@@ -34,7 +32,6 @@
|
|
|
34
32
|
"dashboard.records.myDraft": "Mes brouillons",
|
|
35
33
|
"dashboard.records.myRecords": "Mes jeux de données",
|
|
36
34
|
"dashboard.records.search": "Résultats pour \"{searchText}\"",
|
|
37
|
-
"dashboard.records.templates": "Modèles pré-remplis",
|
|
38
35
|
"dashboard.records.userDetail": "Nom",
|
|
39
36
|
"dashboard.records.userEmail": "Email",
|
|
40
37
|
"dashboard.records.username": "Nom d'utilisateur",
|
|
@@ -161,7 +158,7 @@
|
|
|
161
158
|
"domain.contact.role.point_of_contact": "Point de contact",
|
|
162
159
|
"domain.contact.role.principal_investigator": "Chercheur principal",
|
|
163
160
|
"domain.contact.role.processor": "Processeur",
|
|
164
|
-
"domain.contact.role.publisher": "
|
|
161
|
+
"domain.contact.role.publisher": "Producteur",
|
|
165
162
|
"domain.contact.role.resource_provider": "Fournisseur",
|
|
166
163
|
"domain.contact.role.rights_holder": "Détenteur des droits",
|
|
167
164
|
"domain.contact.role.sponsor": "Sponsor",
|
|
@@ -225,7 +222,7 @@
|
|
|
225
222
|
"editor.record.form.constraint.otherConstraints": "Autres contraintes",
|
|
226
223
|
"editor.record.form.constraint.securityConstraints": "Contraintes de sécurité",
|
|
227
224
|
"editor.record.form.draft.updateAlert": "Depuis la création de ce brouillon, ce jeu de données a été modifié le { date } par { user }. Publier votre version peut supprimer ses modifications. Pour éviter cela, vous pouvez annuler vos changements, ou publier votre version en connaissance de cause.",
|
|
228
|
-
"editor.record.form.field.abstract": "
|
|
225
|
+
"editor.record.form.field.abstract": "Description",
|
|
229
226
|
"editor.record.form.field.constraintsShortcuts": "",
|
|
230
227
|
"editor.record.form.field.contacts.noContact": "Veuillez renseigner au moins un point de contact.",
|
|
231
228
|
"editor.record.form.field.contacts.placeholder": "Choisissez un contact",
|
|
@@ -547,6 +544,8 @@
|
|
|
547
544
|
"search.error.recordNotFound": "Cette donnée n'a pu être trouvée.",
|
|
548
545
|
"search.field.any.placeholder": "Rechercher un jeu de données...",
|
|
549
546
|
"search.field.sortBy": "Trier par :",
|
|
547
|
+
"search.filters.availableServices.download": "",
|
|
548
|
+
"search.filters.availableServices.view": "",
|
|
550
549
|
"search.filters.changeDate": "Mise à jour",
|
|
551
550
|
"search.filters.clear": "Réinitialiser",
|
|
552
551
|
"search.filters.contact": "Contacts",
|
|
@@ -589,6 +588,12 @@
|
|
|
589
588
|
"share.tab.webComponent": "Intégrer",
|
|
590
589
|
"table.loading.data": "Chargement des données...",
|
|
591
590
|
"table.object.count": "enregistrements dans ces données",
|
|
591
|
+
"table.paginator.firstPage": "Première page",
|
|
592
|
+
"table.paginator.itemsPerPage": "Éléments par page",
|
|
593
|
+
"table.paginator.lastPage": "Dernière page",
|
|
594
|
+
"table.paginator.nextPage": "Page suivante",
|
|
595
|
+
"table.paginator.previousPage": "Page précédente",
|
|
596
|
+
"table.paginator.rangeLabel": "{startIndex} - {endIndex} sur {length}",
|
|
592
597
|
"table.select.data": "Source de données",
|
|
593
598
|
"tooltip.html.copy": "Copier le HTML",
|
|
594
599
|
"tooltip.id.copy": "Copier l'identifiant unique",
|
|
@@ -596,6 +601,7 @@
|
|
|
596
601
|
"tooltip.url.open": "Ouvrir l'URL",
|
|
597
602
|
"ui.readLess": "Réduire",
|
|
598
603
|
"ui.readMore": "Lire la suite",
|
|
604
|
+
"wfs.aggregations.notsupported": "Agrégations non supportées pour les services WFS",
|
|
599
605
|
"wfs.feature.limit": "Trop d'objets pour afficher la couche WFS !",
|
|
600
606
|
"wfs.featuretype.notfound": "La classe d'objets n'a pas été trouvée dans le service",
|
|
601
607
|
"wfs.geojsongml.notsupported": "Le service ne supporte pas le format GeoJSON ou GML",
|
package/translations/it.json
CHANGED
|
@@ -20,8 +20,6 @@
|
|
|
20
20
|
"chart.type.lineSmooth": "grafico a linea liscia",
|
|
21
21
|
"chart.type.pie": "grafico a torta",
|
|
22
22
|
"dashboard.catalog.allRecords": "Datasets",
|
|
23
|
-
"dashboard.catalog.contacts": "Contatti",
|
|
24
|
-
"dashboard.catalog.thesaurus": "Thesauri",
|
|
25
23
|
"dashboard.createRecord": "Crea un record",
|
|
26
24
|
"dashboard.importRecord": "Importare",
|
|
27
25
|
"dashboard.importRecord.importExternal": "Importare un dataset esterno",
|
|
@@ -34,7 +32,6 @@
|
|
|
34
32
|
"dashboard.records.myDraft": "Le mie bozze",
|
|
35
33
|
"dashboard.records.myRecords": "I miei dati",
|
|
36
34
|
"dashboard.records.search": "Risultati per \"{searchText}\"",
|
|
37
|
-
"dashboard.records.templates": "Modelli precompilati",
|
|
38
35
|
"dashboard.records.userDetail": "Nome",
|
|
39
36
|
"dashboard.records.userEmail": "Email",
|
|
40
37
|
"dashboard.records.username": "Nome utente",
|
|
@@ -547,6 +544,8 @@
|
|
|
547
544
|
"search.error.recordNotFound": "Impossibile trovare questi dati.",
|
|
548
545
|
"search.field.any.placeholder": "Cerca un dataset...",
|
|
549
546
|
"search.field.sortBy": "Ordina per:",
|
|
547
|
+
"search.filters.availableServices.download": "",
|
|
548
|
+
"search.filters.availableServices.view": "",
|
|
550
549
|
"search.filters.changeDate": "Aggiornato",
|
|
551
550
|
"search.filters.clear": "Ripristina",
|
|
552
551
|
"search.filters.contact": "Contatti",
|
|
@@ -589,6 +588,12 @@
|
|
|
589
588
|
"share.tab.webComponent": "Incorporare",
|
|
590
589
|
"table.loading.data": "Caricamento dei dati...",
|
|
591
590
|
"table.object.count": "record in questi dati",
|
|
591
|
+
"table.paginator.firstPage": "Prima pagina",
|
|
592
|
+
"table.paginator.itemsPerPage": "Elementi per pagina",
|
|
593
|
+
"table.paginator.lastPage": "Ultima pagina",
|
|
594
|
+
"table.paginator.nextPage": "Pagina successiva",
|
|
595
|
+
"table.paginator.previousPage": "Pagina precedente",
|
|
596
|
+
"table.paginator.rangeLabel": "{startIndex} - {endIndex} di {total}",
|
|
592
597
|
"table.select.data": "Sorgente dati",
|
|
593
598
|
"tooltip.html.copy": "Copiare il HTML",
|
|
594
599
|
"tooltip.id.copy": "Copiare l'identificatore unico",
|
|
@@ -596,6 +601,7 @@
|
|
|
596
601
|
"tooltip.url.open": "Aprire l'URL",
|
|
597
602
|
"ui.readLess": "Ridurre",
|
|
598
603
|
"ui.readMore": "Leggere di più",
|
|
604
|
+
"wfs.aggregations.notsupported": "",
|
|
599
605
|
"wfs.feature.limit": "Troppi oggetti per visualizzare il WFS layer!",
|
|
600
606
|
"wfs.featuretype.notfound": "La classe di oggetto non è stata trovata nel servizio",
|
|
601
607
|
"wfs.geojsongml.notsupported": "Il servizio non supporta il formato GeoJSON o GML",
|
package/translations/nl.json
CHANGED
|
@@ -20,8 +20,6 @@
|
|
|
20
20
|
"chart.type.lineSmooth": "glad lijndiagram",
|
|
21
21
|
"chart.type.pie": "cirkeldiagram",
|
|
22
22
|
"dashboard.catalog.allRecords": "",
|
|
23
|
-
"dashboard.catalog.contacts": "",
|
|
24
|
-
"dashboard.catalog.thesaurus": "",
|
|
25
23
|
"dashboard.createRecord": "",
|
|
26
24
|
"dashboard.importRecord": "",
|
|
27
25
|
"dashboard.importRecord.importExternal": "",
|
|
@@ -34,7 +32,6 @@
|
|
|
34
32
|
"dashboard.records.myDraft": "Mijn concepten",
|
|
35
33
|
"dashboard.records.myRecords": "Mijn Records",
|
|
36
34
|
"dashboard.records.search": "Zoeken naar \"{searchText}\"",
|
|
37
|
-
"dashboard.records.templates": "",
|
|
38
35
|
"dashboard.records.userDetail": "",
|
|
39
36
|
"dashboard.records.userEmail": "",
|
|
40
37
|
"dashboard.records.username": "",
|
|
@@ -547,6 +544,8 @@
|
|
|
547
544
|
"search.error.recordNotFound": "",
|
|
548
545
|
"search.field.any.placeholder": "",
|
|
549
546
|
"search.field.sortBy": "",
|
|
547
|
+
"search.filters.availableServices.download": "",
|
|
548
|
+
"search.filters.availableServices.view": "",
|
|
550
549
|
"search.filters.changeDate": "",
|
|
551
550
|
"search.filters.clear": "",
|
|
552
551
|
"search.filters.contact": "",
|
|
@@ -589,6 +588,12 @@
|
|
|
589
588
|
"share.tab.webComponent": "",
|
|
590
589
|
"table.loading.data": "",
|
|
591
590
|
"table.object.count": "",
|
|
591
|
+
"table.paginator.firstPage": "",
|
|
592
|
+
"table.paginator.itemsPerPage": "",
|
|
593
|
+
"table.paginator.lastPage": "",
|
|
594
|
+
"table.paginator.nextPage": "",
|
|
595
|
+
"table.paginator.previousPage": "",
|
|
596
|
+
"table.paginator.rangeLabel": "",
|
|
592
597
|
"table.select.data": "",
|
|
593
598
|
"tooltip.html.copy": "",
|
|
594
599
|
"tooltip.id.copy": "",
|
|
@@ -596,6 +601,7 @@
|
|
|
596
601
|
"tooltip.url.open": "",
|
|
597
602
|
"ui.readLess": "",
|
|
598
603
|
"ui.readMore": "",
|
|
604
|
+
"wfs.aggregations.notsupported": "",
|
|
599
605
|
"wfs.feature.limit": "",
|
|
600
606
|
"wfs.featuretype.notfound": "",
|
|
601
607
|
"wfs.geojsongml.notsupported": "",
|
package/translations/pt.json
CHANGED
|
@@ -20,8 +20,6 @@
|
|
|
20
20
|
"chart.type.lineSmooth": "gráfico de linha suave",
|
|
21
21
|
"chart.type.pie": "gráfico de pizza",
|
|
22
22
|
"dashboard.catalog.allRecords": "",
|
|
23
|
-
"dashboard.catalog.contacts": "",
|
|
24
|
-
"dashboard.catalog.thesaurus": "",
|
|
25
23
|
"dashboard.createRecord": "",
|
|
26
24
|
"dashboard.importRecord": "",
|
|
27
25
|
"dashboard.importRecord.importExternal": "",
|
|
@@ -34,7 +32,6 @@
|
|
|
34
32
|
"dashboard.records.myDraft": "Meus rascunhos",
|
|
35
33
|
"dashboard.records.myRecords": "Meus Registros",
|
|
36
34
|
"dashboard.records.search": "Buscar por \"{searchText}\"",
|
|
37
|
-
"dashboard.records.templates": "",
|
|
38
35
|
"dashboard.records.userDetail": "",
|
|
39
36
|
"dashboard.records.userEmail": "",
|
|
40
37
|
"dashboard.records.username": "",
|
|
@@ -547,6 +544,8 @@
|
|
|
547
544
|
"search.error.recordNotFound": "",
|
|
548
545
|
"search.field.any.placeholder": "",
|
|
549
546
|
"search.field.sortBy": "",
|
|
547
|
+
"search.filters.availableServices.download": "",
|
|
548
|
+
"search.filters.availableServices.view": "",
|
|
550
549
|
"search.filters.changeDate": "",
|
|
551
550
|
"search.filters.clear": "",
|
|
552
551
|
"search.filters.contact": "",
|
|
@@ -589,6 +588,12 @@
|
|
|
589
588
|
"share.tab.webComponent": "",
|
|
590
589
|
"table.loading.data": "",
|
|
591
590
|
"table.object.count": "",
|
|
591
|
+
"table.paginator.firstPage": "",
|
|
592
|
+
"table.paginator.itemsPerPage": "",
|
|
593
|
+
"table.paginator.lastPage": "",
|
|
594
|
+
"table.paginator.nextPage": "",
|
|
595
|
+
"table.paginator.previousPage": "",
|
|
596
|
+
"table.paginator.rangeLabel": "",
|
|
592
597
|
"table.select.data": "",
|
|
593
598
|
"tooltip.html.copy": "",
|
|
594
599
|
"tooltip.id.copy": "",
|
|
@@ -596,6 +601,7 @@
|
|
|
596
601
|
"tooltip.url.open": "",
|
|
597
602
|
"ui.readLess": "",
|
|
598
603
|
"ui.readMore": "",
|
|
604
|
+
"wfs.aggregations.notsupported": "",
|
|
599
605
|
"wfs.feature.limit": "",
|
|
600
606
|
"wfs.featuretype.notfound": "",
|
|
601
607
|
"wfs.geojsongml.notsupported": "",
|
package/translations/sk.json
CHANGED
|
@@ -20,8 +20,6 @@
|
|
|
20
20
|
"chart.type.lineSmooth": "vyhladený čiarový graf",
|
|
21
21
|
"chart.type.pie": "koláčový graf",
|
|
22
22
|
"dashboard.catalog.allRecords": "",
|
|
23
|
-
"dashboard.catalog.contacts": "",
|
|
24
|
-
"dashboard.catalog.thesaurus": "",
|
|
25
23
|
"dashboard.createRecord": "",
|
|
26
24
|
"dashboard.importRecord": "",
|
|
27
25
|
"dashboard.importRecord.importExternal": "",
|
|
@@ -34,7 +32,6 @@
|
|
|
34
32
|
"dashboard.records.myDraft": "Moje koncepty",
|
|
35
33
|
"dashboard.records.myRecords": "Moje záznamy",
|
|
36
34
|
"dashboard.records.search": "Hľadať \"{searchText}\"",
|
|
37
|
-
"dashboard.records.templates": "",
|
|
38
35
|
"dashboard.records.userDetail": "Meno",
|
|
39
36
|
"dashboard.records.userEmail": "Email",
|
|
40
37
|
"dashboard.records.username": "Užívateľské meno",
|
|
@@ -547,6 +544,8 @@
|
|
|
547
544
|
"search.error.recordNotFound": "Záznam s identifikátorom \"{ id }\" sa nepodarilo nájsť.",
|
|
548
545
|
"search.field.any.placeholder": "Hľadať datasety ...",
|
|
549
546
|
"search.field.sortBy": "Zoradiť podľa:",
|
|
547
|
+
"search.filters.availableServices.download": "",
|
|
548
|
+
"search.filters.availableServices.view": "",
|
|
550
549
|
"search.filters.changeDate": "",
|
|
551
550
|
"search.filters.clear": "Obnoviť",
|
|
552
551
|
"search.filters.contact": "Kontakty",
|
|
@@ -589,6 +588,12 @@
|
|
|
589
588
|
"share.tab.webComponent": "Integrovať",
|
|
590
589
|
"table.loading.data": "Načítanie údajov...",
|
|
591
590
|
"table.object.count": "objekty v tomto súbore údajov",
|
|
591
|
+
"table.paginator.firstPage": "",
|
|
592
|
+
"table.paginator.itemsPerPage": "",
|
|
593
|
+
"table.paginator.lastPage": "",
|
|
594
|
+
"table.paginator.nextPage": "",
|
|
595
|
+
"table.paginator.previousPage": "",
|
|
596
|
+
"table.paginator.rangeLabel": "",
|
|
592
597
|
"table.select.data": "Zdroj údajov",
|
|
593
598
|
"tooltip.html.copy": "Kopírovať HTML",
|
|
594
599
|
"tooltip.id.copy": "Kopírovať jedinečný identifikátor",
|
|
@@ -596,6 +601,7 @@
|
|
|
596
601
|
"tooltip.url.open": "Otvoriť URL",
|
|
597
602
|
"ui.readLess": "Čítať menej",
|
|
598
603
|
"ui.readMore": "Čítať viac",
|
|
604
|
+
"wfs.aggregations.notsupported": "",
|
|
599
605
|
"wfs.feature.limit": "",
|
|
600
606
|
"wfs.featuretype.notfound": "V službe nebol nájdený žiadny zodpovedajúci typ funkcie",
|
|
601
607
|
"wfs.geojsongml.notsupported": "Táto služba nepodporuje formát GeoJSON alebo GML",
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { ScrollingModule } from '@angular/cdk/scrolling';
|
|
2
|
-
import { NgForOf } from '@angular/common';
|
|
3
|
-
import { ChangeDetectionStrategy, Component, ElementRef, EventEmitter, Input, Output, ViewChild, } from '@angular/core';
|
|
4
|
-
import { MatSort, MatSortModule } from '@angular/material/sort';
|
|
5
|
-
import { MatTableModule } from '@angular/material/table';
|
|
6
|
-
import { TableVirtualScrollDataSource, TableVirtualScrollModule, } from 'ng-table-virtual-scroll';
|
|
7
|
-
import { TranslateModule } from '@ngx-translate/core';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "@angular/material/table";
|
|
10
|
-
import * as i2 from "@angular/material/sort";
|
|
11
|
-
import * as i3 from "ng-table-virtual-scroll";
|
|
12
|
-
import * as i4 from "@angular/cdk/scrolling";
|
|
13
|
-
import * as i5 from "@ngx-translate/core";
|
|
14
|
-
const rowIdPrefix = 'table-item-';
|
|
15
|
-
export class TableComponent {
|
|
16
|
-
set data(value) {
|
|
17
|
-
this.dataSource = new TableVirtualScrollDataSource(value);
|
|
18
|
-
this.dataSource.sort = this.sort;
|
|
19
|
-
this.properties =
|
|
20
|
-
Array.isArray(value) && value.length ? Object.keys(value[0]) : [];
|
|
21
|
-
this.count = value.length;
|
|
22
|
-
}
|
|
23
|
-
constructor(eltRef) {
|
|
24
|
-
this.eltRef = eltRef;
|
|
25
|
-
this.selected = new EventEmitter();
|
|
26
|
-
}
|
|
27
|
-
ngAfterViewInit() {
|
|
28
|
-
this.headerHeight =
|
|
29
|
-
this.eltRef.nativeElement.querySelector('thead').offsetHeight;
|
|
30
|
-
}
|
|
31
|
-
scrollToItem(itemId) {
|
|
32
|
-
const row = this.eltRef.nativeElement.querySelector(`#${this.getRowEltId(itemId)}`);
|
|
33
|
-
this.eltRef.nativeElement.scrollTop = row.offsetTop - this.headerHeight;
|
|
34
|
-
}
|
|
35
|
-
getRowEltId(id) {
|
|
36
|
-
return rowIdPrefix + id;
|
|
37
|
-
}
|
|
38
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TableComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
39
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: TableComponent, isStandalone: true, selector: "gn-ui-table", inputs: { data: "data", activeId: "activeId" }, outputs: { selected: "selected" }, viewQueries: [{ propertyName: "sort", first: true, predicate: MatSort, descendants: true, static: true }], ngImport: i0, template: "<div class=\"border border-gray-300 rounded-lg overflow-hidden bg-white h-full\">\n <cdk-virtual-scroll-viewport\n tvsItemSize=\"48\"\n headerHeight=\"56\"\n style=\"height: calc(100% - 37px)\"\n >\n <table mat-table [dataSource]=\"dataSource\" class=\"mat-elevation-z8\" matSort>\n <ng-container *ngFor=\"let prop of properties\" [matColumnDef]=\"prop\">\n <th\n mat-header-cell\n *matHeaderCellDef\n mat-sort-header\n class=\"text-sm text-black bg-white\"\n >\n {{ prop }}\n </th>\n <td\n mat-cell\n *matCellDef=\"let element\"\n class=\"whitespace-nowrap pr-1 truncate\"\n >\n {{ element[prop] }}\n </td>\n </ng-container>\n\n <tr mat-header-row *matHeaderRowDef=\"properties; sticky: true\"></tr>\n <tr\n [id]=\"getRowEltId(row.id)\"\n mat-row\n *matRowDef=\"let row; columns: properties\"\n (click)=\"selected.emit(row)\"\n [class.active]=\"row.id === activeId\"\n ></tr>\n </table>\n </cdk-virtual-scroll-viewport>\n <div class=\"text-gray-900 border-t border-gray-300 px-4 py-2 text-sm\">\n <span class=\"count font-extrabold text-primary\">{{ count }}</span\n > <span translate>table.object.count</span>.\n </div>\n</div>\n", styles: ["table{width:100%;background:#fff}th.mat-mdc-header-cell,td.mat-mdc-cell,td.mat-mdc-footer-cell{padding-right:20px}tr.mat-mdc-row,tr.mat-mdc-footer-row{height:36px}tr:hover{background:#f5f5f5}tr.mat-mdc-header-row{height:48px}[mat-header-cell]{color:#0000008a;font-size:12px;font-weight:500}tr{cursor:pointer}.active .mat-mdc-cell{color:var(--color-primary)}\n"], dependencies: [{ kind: "ngmodule", type: MatTableModule }, { kind: "component", type: i1.MatTable, selector: "mat-table, table[mat-table]", exportAs: ["matTable"] }, { kind: "directive", type: i1.MatHeaderCellDef, selector: "[matHeaderCellDef]" }, { kind: "directive", type: i1.MatHeaderRowDef, selector: "[matHeaderRowDef]", inputs: ["matHeaderRowDef", "matHeaderRowDefSticky"] }, { kind: "directive", type: i1.MatColumnDef, selector: "[matColumnDef]", inputs: ["matColumnDef"] }, { kind: "directive", type: i1.MatCellDef, selector: "[matCellDef]" }, { kind: "directive", type: i1.MatRowDef, selector: "[matRowDef]", inputs: ["matRowDefColumns", "matRowDefWhen"] }, { kind: "directive", type: i1.MatHeaderCell, selector: "mat-header-cell, th[mat-header-cell]" }, { kind: "directive", type: i1.MatCell, selector: "mat-cell, td[mat-cell]" }, { kind: "component", type: i1.MatHeaderRow, selector: "mat-header-row, tr[mat-header-row]", exportAs: ["matHeaderRow"] }, { kind: "component", type: i1.MatRow, selector: "mat-row, tr[mat-row]", exportAs: ["matRow"] }, { kind: "ngmodule", type: MatSortModule }, { kind: "directive", type: i2.MatSort, selector: "[matSort]", inputs: ["matSortActive", "matSortStart", "matSortDirection", "matSortDisableClear", "matSortDisabled"], outputs: ["matSortChange"], exportAs: ["matSort"] }, { kind: "component", type: i2.MatSortHeader, selector: "[mat-sort-header]", inputs: ["mat-sort-header", "arrowPosition", "start", "disabled", "sortActionDescription", "disableClear"], exportAs: ["matSortHeader"] }, { kind: "ngmodule", type: TableVirtualScrollModule }, { kind: "directive", type: i3.TableItemSizeDirective, selector: "cdk-virtual-scroll-viewport[tvsItemSize]", inputs: ["tvsItemSize", "headerEnabled", "headerHeight", "footerEnabled", "footerHeight", "bufferMultiplier"] }, { kind: "ngmodule", type: ScrollingModule }, { kind: "component", type: i4.CdkVirtualScrollViewport, selector: "cdk-virtual-scroll-viewport", inputs: ["orientation", "appendOnly"], outputs: ["scrolledIndexChange"] }, { kind: "directive", type: NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: TranslateModule }, { kind: "directive", type: i5.TranslateDirective, selector: "[translate],[ngx-translate]", inputs: ["translate", "translateParams"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
40
|
-
}
|
|
41
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: TableComponent, decorators: [{
|
|
42
|
-
type: Component,
|
|
43
|
-
args: [{ standalone: true, imports: [
|
|
44
|
-
MatTableModule,
|
|
45
|
-
MatSortModule,
|
|
46
|
-
TableVirtualScrollModule,
|
|
47
|
-
ScrollingModule,
|
|
48
|
-
NgForOf,
|
|
49
|
-
TranslateModule,
|
|
50
|
-
], selector: 'gn-ui-table', changeDetection: ChangeDetectionStrategy.OnPush, template: "<div class=\"border border-gray-300 rounded-lg overflow-hidden bg-white h-full\">\n <cdk-virtual-scroll-viewport\n tvsItemSize=\"48\"\n headerHeight=\"56\"\n style=\"height: calc(100% - 37px)\"\n >\n <table mat-table [dataSource]=\"dataSource\" class=\"mat-elevation-z8\" matSort>\n <ng-container *ngFor=\"let prop of properties\" [matColumnDef]=\"prop\">\n <th\n mat-header-cell\n *matHeaderCellDef\n mat-sort-header\n class=\"text-sm text-black bg-white\"\n >\n {{ prop }}\n </th>\n <td\n mat-cell\n *matCellDef=\"let element\"\n class=\"whitespace-nowrap pr-1 truncate\"\n >\n {{ element[prop] }}\n </td>\n </ng-container>\n\n <tr mat-header-row *matHeaderRowDef=\"properties; sticky: true\"></tr>\n <tr\n [id]=\"getRowEltId(row.id)\"\n mat-row\n *matRowDef=\"let row; columns: properties\"\n (click)=\"selected.emit(row)\"\n [class.active]=\"row.id === activeId\"\n ></tr>\n </table>\n </cdk-virtual-scroll-viewport>\n <div class=\"text-gray-900 border-t border-gray-300 px-4 py-2 text-sm\">\n <span class=\"count font-extrabold text-primary\">{{ count }}</span\n > <span translate>table.object.count</span>.\n </div>\n</div>\n", styles: ["table{width:100%;background:#fff}th.mat-mdc-header-cell,td.mat-mdc-cell,td.mat-mdc-footer-cell{padding-right:20px}tr.mat-mdc-row,tr.mat-mdc-footer-row{height:36px}tr:hover{background:#f5f5f5}tr.mat-mdc-header-row{height:48px}[mat-header-cell]{color:#0000008a;font-size:12px;font-weight:500}tr{cursor:pointer}.active .mat-mdc-cell{color:var(--color-primary)}\n"] }]
|
|
51
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { data: [{
|
|
52
|
-
type: Input
|
|
53
|
-
}], activeId: [{
|
|
54
|
-
type: Input
|
|
55
|
-
}], selected: [{
|
|
56
|
-
type: Output
|
|
57
|
-
}], sort: [{
|
|
58
|
-
type: ViewChild,
|
|
59
|
-
args: [MatSort, { static: true }]
|
|
60
|
-
}] } });
|
|
61
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGFibGUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9kYXRhdml6L3NyYy9saWIvdGFibGUvdGFibGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy91aS9kYXRhdml6L3NyYy9saWIvdGFibGUvdGFibGUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHdCQUF3QixDQUFBO0FBQ3hELE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQTtBQUN6QyxPQUFPLEVBRUwsdUJBQXVCLEVBQ3ZCLFNBQVMsRUFDVCxVQUFVLEVBQ1YsWUFBWSxFQUNaLEtBQUssRUFDTCxNQUFNLEVBQ04sU0FBUyxHQUNWLE1BQU0sZUFBZSxDQUFBO0FBQ3RCLE9BQU8sRUFBRSxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUE7QUFDL0QsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFBO0FBQ3hELE9BQU8sRUFDTCw0QkFBNEIsRUFDNUIsd0JBQXdCLEdBQ3pCLE1BQU0seUJBQXlCLENBQUE7QUFDaEMsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFBOzs7Ozs7O0FBRXJELE1BQU0sV0FBVyxHQUFHLGFBQWEsQ0FBQTtBQXlCakMsTUFBTSxPQUFPLGNBQWM7SUFDekIsSUFBYSxJQUFJLENBQUMsS0FBdUI7UUFDdkMsSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLDRCQUE0QixDQUFDLEtBQUssQ0FBQyxDQUFBO1FBQ3pELElBQUksQ0FBQyxVQUFVLENBQUMsSUFBSSxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUE7UUFDaEMsSUFBSSxDQUFDLFVBQVU7WUFDYixLQUFLLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxJQUFJLEtBQUssQ0FBQyxNQUFNLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQTtRQUNuRSxJQUFJLENBQUMsS0FBSyxHQUFHLEtBQUssQ0FBQyxNQUFNLENBQUE7SUFDM0IsQ0FBQztJQVVELFlBQW9CLE1BQWtCO1FBQWxCLFdBQU0sR0FBTixNQUFNLENBQVk7UUFSNUIsYUFBUSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUE7SUFRSCxDQUFDO0lBRTFDLGVBQWU7UUFDYixJQUFJLENBQUMsWUFBWTtZQUNmLElBQUksQ0FBQyxNQUFNLENBQUMsYUFBYSxDQUFDLGFBQWEsQ0FBQyxPQUFPLENBQUMsQ0FBQyxZQUFZLENBQUE7SUFDakUsQ0FBQztJQUVELFlBQVksQ0FBQyxNQUFtQjtRQUM5QixNQUFNLEdBQUcsR0FBRyxJQUFJLENBQUMsTUFBTSxDQUFDLGFBQWEsQ0FBQyxhQUFhLENBQ2pELElBQUksSUFBSSxDQUFDLFdBQVcsQ0FBQyxNQUFNLENBQUMsRUFBRSxDQUMvQixDQUFBO1FBQ0QsSUFBSSxDQUFDLE1BQU0sQ0FBQyxhQUFhLENBQUMsU0FBUyxHQUFHLEdBQUcsQ0FBQyxTQUFTLEdBQUcsSUFBSSxDQUFDLFlBQVksQ0FBQTtJQUN6RSxDQUFDO0lBRU0sV0FBVyxDQUFDLEVBQWU7UUFDaEMsT0FBTyxXQUFXLEdBQUcsRUFBRSxDQUFBO0lBQ3pCLENBQUM7K0dBakNVLGNBQWM7bUdBQWQsY0FBYyxnTUFXZCxPQUFPLDhEQ3hEcEIsbTBDQXdDQSxnYURQSSxjQUFjLHNnQ0FDZCxhQUFhLGlkQUNiLHdCQUF3QiwyUEFDeEIsZUFBZSwyTUFDZixPQUFPLGtIQUNQLGVBQWU7OzRGQU9OLGNBQWM7a0JBZjFCLFNBQVM7aUNBQ0ksSUFBSSxXQUNQO3dCQUNQLGNBQWM7d0JBQ2QsYUFBYTt3QkFDYix3QkFBd0I7d0JBQ3hCLGVBQWU7d0JBQ2YsT0FBTzt3QkFDUCxlQUFlO3FCQUNoQixZQUNTLGFBQWEsbUJBR04sdUJBQXVCLENBQUMsTUFBTTsrRUFHbEMsSUFBSTtzQkFBaEIsS0FBSztnQkFPRyxRQUFRO3NCQUFoQixLQUFLO2dCQUNJLFFBQVE7c0JBQWpCLE1BQU07Z0JBRStCLElBQUk7c0JBQXpDLFNBQVM7dUJBQUMsT0FBTyxFQUFFLEVBQUUsTUFBTSxFQUFFLElBQUksRUFBRSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFNjcm9sbGluZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9zY3JvbGxpbmcnXG5pbXBvcnQgeyBOZ0Zvck9mIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJ1xuaW1wb3J0IHtcbiAgQWZ0ZXJWaWV3SW5pdCxcbiAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXG4gIENvbXBvbmVudCxcbiAgRWxlbWVudFJlZixcbiAgRXZlbnRFbWl0dGVyLFxuICBJbnB1dCxcbiAgT3V0cHV0LFxuICBWaWV3Q2hpbGQsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnXG5pbXBvcnQgeyBNYXRTb3J0LCBNYXRTb3J0TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvc29ydCdcbmltcG9ydCB7IE1hdFRhYmxlTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvdGFibGUnXG5pbXBvcnQge1xuICBUYWJsZVZpcnR1YWxTY3JvbGxEYXRhU291cmNlLFxuICBUYWJsZVZpcnR1YWxTY3JvbGxNb2R1bGUsXG59IGZyb20gJ25nLXRhYmxlLXZpcnR1YWwtc2Nyb2xsJ1xuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSAnQG5neC10cmFuc2xhdGUvY29yZSdcblxuY29uc3Qgcm93SWRQcmVmaXggPSAndGFibGUtaXRlbS0nXG5cbmV4cG9ydCB0eXBlIFRhYmxlSXRlbUlkID0gc3RyaW5nIHwgbnVtYmVyXG50eXBlIFRhYmxlSXRlbVR5cGUgPSBzdHJpbmcgfCBudW1iZXIgfCBEYXRlXG5cbmV4cG9ydCBpbnRlcmZhY2UgVGFibGVJdGVtTW9kZWwge1xuICBpZDogVGFibGVJdGVtSWRcbiAgW2tleTogc3RyaW5nXTogVGFibGVJdGVtVHlwZVxufVxuXG5AQ29tcG9uZW50KHtcbiAgc3RhbmRhbG9uZTogdHJ1ZSxcbiAgaW1wb3J0czogW1xuICAgIE1hdFRhYmxlTW9kdWxlLFxuICAgIE1hdFNvcnRNb2R1bGUsXG4gICAgVGFibGVWaXJ0dWFsU2Nyb2xsTW9kdWxlLFxuICAgIFNjcm9sbGluZ01vZHVsZSxcbiAgICBOZ0Zvck9mLFxuICAgIFRyYW5zbGF0ZU1vZHVsZSxcbiAgXSxcbiAgc2VsZWN0b3I6ICdnbi11aS10YWJsZScsXG4gIHRlbXBsYXRlVXJsOiAnLi90YWJsZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3RhYmxlLmNvbXBvbmVudC5jc3MnXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG59KVxuZXhwb3J0IGNsYXNzIFRhYmxlQ29tcG9uZW50IGltcGxlbWVudHMgQWZ0ZXJWaWV3SW5pdCB7XG4gIEBJbnB1dCgpIHNldCBkYXRhKHZhbHVlOiBUYWJsZUl0ZW1Nb2RlbFtdKSB7XG4gICAgdGhpcy5kYXRhU291cmNlID0gbmV3IFRhYmxlVmlydHVhbFNjcm9sbERhdGFTb3VyY2UodmFsdWUpXG4gICAgdGhpcy5kYXRhU291cmNlLnNvcnQgPSB0aGlzLnNvcnRcbiAgICB0aGlzLnByb3BlcnRpZXMgPVxuICAgICAgQXJyYXkuaXNBcnJheSh2YWx1ZSkgJiYgdmFsdWUubGVuZ3RoID8gT2JqZWN0LmtleXModmFsdWVbMF0pIDogW11cbiAgICB0aGlzLmNvdW50ID0gdmFsdWUubGVuZ3RoXG4gIH1cbiAgQElucHV0KCkgYWN0aXZlSWQ6IFRhYmxlSXRlbUlkXG4gIEBPdXRwdXQoKSBzZWxlY3RlZCA9IG5ldyBFdmVudEVtaXR0ZXI8YW55PigpXG5cbiAgQFZpZXdDaGlsZChNYXRTb3J0LCB7IHN0YXRpYzogdHJ1ZSB9KSBzb3J0OiBNYXRTb3J0XG4gIHByb3BlcnRpZXM6IHN0cmluZ1tdXG4gIGRhdGFTb3VyY2U6IFRhYmxlVmlydHVhbFNjcm9sbERhdGFTb3VyY2U8YW55PlxuICBoZWFkZXJIZWlnaHQ6IG51bWJlclxuICBjb3VudDogbnVtYmVyXG5cbiAgY29uc3RydWN0b3IocHJpdmF0ZSBlbHRSZWY6IEVsZW1lbnRSZWYpIHt9XG5cbiAgbmdBZnRlclZpZXdJbml0KCkge1xuICAgIHRoaXMuaGVhZGVySGVpZ2h0ID1cbiAgICAgIHRoaXMuZWx0UmVmLm5hdGl2ZUVsZW1lbnQucXVlcnlTZWxlY3RvcigndGhlYWQnKS5vZmZzZXRIZWlnaHRcbiAgfVxuXG4gIHNjcm9sbFRvSXRlbShpdGVtSWQ6IFRhYmxlSXRlbUlkKTogdm9pZCB7XG4gICAgY29uc3Qgcm93ID0gdGhpcy5lbHRSZWYubmF0aXZlRWxlbWVudC5xdWVyeVNlbGVjdG9yKFxuICAgICAgYCMke3RoaXMuZ2V0Um93RWx0SWQoaXRlbUlkKX1gXG4gICAgKVxuICAgIHRoaXMuZWx0UmVmLm5hdGl2ZUVsZW1lbnQuc2Nyb2xsVG9wID0gcm93Lm9mZnNldFRvcCAtIHRoaXMuaGVhZGVySGVpZ2h0XG4gIH1cblxuICBwdWJsaWMgZ2V0Um93RWx0SWQoaWQ6IFRhYmxlSXRlbUlkKTogc3RyaW5nIHtcbiAgICByZXR1cm4gcm93SWRQcmVmaXggKyBpZFxuICB9XG59XG4iLCI8ZGl2IGNsYXNzPVwiYm9yZGVyIGJvcmRlci1ncmF5LTMwMCByb3VuZGVkLWxnIG92ZXJmbG93LWhpZGRlbiBiZy13aGl0ZSBoLWZ1bGxcIj5cbiAgPGNkay12aXJ0dWFsLXNjcm9sbC12aWV3cG9ydFxuICAgIHR2c0l0ZW1TaXplPVwiNDhcIlxuICAgIGhlYWRlckhlaWdodD1cIjU2XCJcbiAgICBzdHlsZT1cImhlaWdodDogY2FsYygxMDAlIC0gMzdweClcIlxuICA+XG4gICAgPHRhYmxlIG1hdC10YWJsZSBbZGF0YVNvdXJjZV09XCJkYXRhU291cmNlXCIgY2xhc3M9XCJtYXQtZWxldmF0aW9uLXo4XCIgbWF0U29ydD5cbiAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IHByb3Agb2YgcHJvcGVydGllc1wiIFttYXRDb2x1bW5EZWZdPVwicHJvcFwiPlxuICAgICAgICA8dGhcbiAgICAgICAgICBtYXQtaGVhZGVyLWNlbGxcbiAgICAgICAgICAqbWF0SGVhZGVyQ2VsbERlZlxuICAgICAgICAgIG1hdC1zb3J0LWhlYWRlclxuICAgICAgICAgIGNsYXNzPVwidGV4dC1zbSB0ZXh0LWJsYWNrIGJnLXdoaXRlXCJcbiAgICAgICAgPlxuICAgICAgICAgIHt7IHByb3AgfX1cbiAgICAgICAgPC90aD5cbiAgICAgICAgPHRkXG4gICAgICAgICAgbWF0LWNlbGxcbiAgICAgICAgICAqbWF0Q2VsbERlZj1cImxldCBlbGVtZW50XCJcbiAgICAgICAgICBjbGFzcz1cIndoaXRlc3BhY2Utbm93cmFwIHByLTEgdHJ1bmNhdGVcIlxuICAgICAgICA+XG4gICAgICAgICAge3sgZWxlbWVudFtwcm9wXSB9fVxuICAgICAgICA8L3RkPlxuICAgICAgPC9uZy1jb250YWluZXI+XG5cbiAgICAgIDx0ciBtYXQtaGVhZGVyLXJvdyAqbWF0SGVhZGVyUm93RGVmPVwicHJvcGVydGllczsgc3RpY2t5OiB0cnVlXCI+PC90cj5cbiAgICAgIDx0clxuICAgICAgICBbaWRdPVwiZ2V0Um93RWx0SWQocm93LmlkKVwiXG4gICAgICAgIG1hdC1yb3dcbiAgICAgICAgKm1hdFJvd0RlZj1cImxldCByb3c7IGNvbHVtbnM6IHByb3BlcnRpZXNcIlxuICAgICAgICAoY2xpY2spPVwic2VsZWN0ZWQuZW1pdChyb3cpXCJcbiAgICAgICAgW2NsYXNzLmFjdGl2ZV09XCJyb3cuaWQgPT09IGFjdGl2ZUlkXCJcbiAgICAgID48L3RyPlxuICAgIDwvdGFibGU+XG4gIDwvY2RrLXZpcnR1YWwtc2Nyb2xsLXZpZXdwb3J0PlxuICA8ZGl2IGNsYXNzPVwidGV4dC1ncmF5LTkwMCBib3JkZXItdCBib3JkZXItZ3JheS0zMDAgcHgtNCBweS0yIHRleHQtc21cIj5cbiAgICA8c3BhbiBjbGFzcz1cImNvdW50IGZvbnQtZXh0cmFib2xkIHRleHQtcHJpbWFyeVwiPnt7IGNvdW50IH19PC9zcGFuXG4gICAgPiZuYnNwOzxzcGFuIHRyYW5zbGF0ZT50YWJsZS5vYmplY3QuY291bnQ8L3NwYW4+LlxuICA8L2Rpdj5cbjwvZGl2PlxuIl19
|