@piveau/piveau-hub-ui-modules 4.2.0 → 4.3.0

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.
@@ -1,30 +1,30 @@
1
- import b from "./DatasetDetailsKeywords.vue.mjs";
2
- import p from "./DatasetDetailsSubject.vue.mjs";
1
+ import G from "./DatasetDetailsKeywords.vue.mjs";
2
+ import P from "./DatasetDetailsSubject.vue.mjs";
3
3
  import O from "./DatasetDetailsPages.vue.mjs";
4
- import j from "./DatasetDetailsVisualisations.vue.mjs";
5
- import G from "./DatasetDetailsDataServices.vue.mjs";
6
- import P from "./DatasetDetailsIsUsedBy.vue.mjs";
7
- import F from "./DatasetDetailsRelations.vue.mjs";
8
- import S from "./DatasetDetailsMap.vue.mjs";
9
- import A from "./DatasetDetailsCategoriesKey.vue.mjs";
10
- import N from "./DatasetDetailsHvdThemes.vue.mjs";
11
- import { mapGetters as I } from "vuex";
12
- import { has as l, isEmpty as K } from "lodash-es";
13
- import { resolveComponent as s, openBlock as t, createElementBlock as V, createBlock as o, createCommentVNode as i, createTextVNode as r } from "vue";
14
- import C from "../../_virtual/_plugin-vue_export-helper.mjs";
15
- const E = {
4
+ import S from "./DatasetDetailsVisualisations.vue.mjs";
5
+ import j from "./DatasetDetailsDataServices.vue.mjs";
6
+ import F from "./DatasetDetailsIsUsedBy.vue.mjs";
7
+ import A from "./DatasetDetailsRelations.vue.mjs";
8
+ import N from "./DatasetDetailsMap.vue.mjs";
9
+ import I from "./DatasetDetailsCategoriesKey.vue.mjs";
10
+ import C from "./DatasetDetailsHvdThemes.vue.mjs";
11
+ import { mapGetters as K } from "vuex";
12
+ import { has as c, isEmpty as V } from "lodash-es";
13
+ import { resolveComponent as i, openBlock as o, createElementBlock as E, renderSlot as s, createTextVNode as r, createBlock as n, createCommentVNode as d } from "vue";
14
+ import M from "../../_virtual/_plugin-vue_export-helper.mjs";
15
+ const H = {
16
16
  name: "DatasetDetailsFeatures",
17
17
  components: {
18
- DatasetDetailsMap: S,
19
- DatasetDetailsCategoriesKey: A,
20
- DatasetDetailsRelations: F,
21
- DatasetDetailsIsUsedBy: P,
22
- DatasetDetailsDataServices: G,
23
- DatasetDetailsVisualisations: j,
18
+ DatasetDetailsMap: N,
19
+ DatasetDetailsCategoriesKey: I,
20
+ DatasetDetailsRelations: A,
21
+ DatasetDetailsIsUsedBy: F,
22
+ DatasetDetailsDataServices: j,
23
+ DatasetDetailsVisualisations: S,
24
24
  DatasetDetailsPages: O,
25
- DatasetDetailsSubject: p,
26
- DatasetDetailsKeywords: b,
27
- DatasetDetailsHvdThemes: N
25
+ DatasetDetailsSubject: P,
26
+ DatasetDetailsKeywords: G,
27
+ DatasetDetailsHvdThemes: C
28
28
  },
29
29
  props: {
30
30
  getKeywords: Array,
@@ -43,7 +43,7 @@ const E = {
43
43
  };
44
44
  },
45
45
  computed: {
46
- ...I("datasetDetails", [
46
+ ...K("datasetDetails", [
47
47
  "getSubject",
48
48
  "getPages",
49
49
  "getVisualisations",
@@ -54,19 +54,22 @@ const E = {
54
54
  "getSpatial",
55
55
  "getHvdCategories"
56
56
  ]),
57
+ dataset() {
58
+ return this.$store.state.datasetDetails.dataset;
59
+ },
57
60
  getDataServices() {
58
61
  if (this.getDistributions) {
59
- const a = this.getDistributions.filter((e) => l(e, "accessService") && !K(e.accessService)).map((e) => ({
62
+ const t = this.getDistributions.filter((e) => c(e, "accessService") && !V(e.accessService)).map((e) => ({
60
63
  endpoint_url: e.accessService[0].endpoint_url,
61
64
  title: e.accessService[0].title,
62
65
  description: e.accessService[0].description,
63
- availability: l(e.accessService[0], "availability") ? e.accessService[0].availability : {}
66
+ availability: c(e.accessService[0], "availability") ? e.accessService[0].availability : {}
64
67
  // field added for DCAT-AP.de
65
68
  }));
66
69
  return [...new Map(
67
- a.filter((e) => {
68
- var n;
69
- return (n = e == null ? void 0 : e.endpoint_url) == null ? void 0 : n.length;
70
+ t.filter((e) => {
71
+ var l;
72
+ return (l = e == null ? void 0 : e.endpoint_url) == null ? void 0 : l.length;
70
73
  }).map((e) => [
71
74
  e.endpoint_url[0],
72
75
  e
@@ -76,75 +79,139 @@ const E = {
76
79
  return [{}];
77
80
  }
78
81
  }
79
- }, M = { class: "row flex-column dsd-features" };
80
- function B(a, d, e, n, u, c) {
81
- const m = s("dataset-details-keywords"), g = s("dataset-details-categories-key"), y = s("dataset-details-hvd-themes"), _ = s("dataset-details-subject"), D = s("dataset-details-pages"), f = s("dataset-details-visualisations"), w = s("dataset-details-data-services"), k = s("dataset-details-is-used-by"), v = s("dataset-details-relations"), h = s("dataset-details-map");
82
- return t(), V("div", M, [
83
- e.showObjectArray(e.getKeywords) && u.keywordsisVisible ? (t(), o(m, {
84
- key: 0,
85
- class: "dsd-keywords-feature",
86
- showKeyword: e.showKeyword
87
- }, null, 8, ["showKeyword"])) : i("", !0),
82
+ }, R = { class: "row flex-column dsd-features" };
83
+ function B(t, g, e, l, u, a) {
84
+ const m = i("dataset-details-keywords"), y = i("dataset-details-categories-key"), D = i("dataset-details-hvd-themes"), k = i("dataset-details-subject"), f = i("dataset-details-pages"), v = i("dataset-details-visualisations"), w = i("dataset-details-data-services"), h = i("dataset-details-is-used-by"), _ = i("dataset-details-relations"), b = i("dataset-details-map");
85
+ return o(), E("div", R, [
86
+ s(t.$slots, "before"),
88
87
  r(),
89
- e.showObjectArray(a.getCategories) ? (t(), o(g, {
90
- key: 1,
91
- class: "dsd-categories-feature",
88
+ s(t.$slots, "keywords", {
89
+ dataset: a.dataset,
90
+ getKeywords: e.getKeywords,
92
91
  trackGoto: e.trackGoto
93
- }, null, 8, ["trackGoto"])) : i("", !0),
92
+ }, () => [
93
+ e.showObjectArray(e.getKeywords) && u.keywordsisVisible ? (o(), n(m, {
94
+ key: 0,
95
+ class: "dsd-keywords-feature",
96
+ showKeyword: e.showKeyword
97
+ }, null, 8, ["showKeyword"])) : d("", !0)
98
+ ]),
94
99
  r(),
95
- e.showObjectArray(a.getHvdCategories) ? (t(), o(y, {
96
- key: 2,
97
- class: "dsd-categories-feature",
100
+ s(t.$slots, "categories", {
101
+ dataset: a.dataset,
102
+ getCategories: t.getCategories,
98
103
  trackGoto: e.trackGoto
99
- }, null, 8, ["trackGoto"])) : i("", !0),
104
+ }, () => [
105
+ e.showObjectArray(t.getCategories) ? (o(), n(y, {
106
+ key: 0,
107
+ class: "dsd-categories-feature",
108
+ trackGoto: e.trackGoto
109
+ }, null, 8, ["trackGoto"])) : d("", !0)
110
+ ]),
100
111
  r(),
101
- e.showObjectArray(a.getSubject) ? (t(), o(_, {
102
- key: 3,
103
- class: "dsd-subject-feature"
104
- })) : i("", !0),
112
+ s(t.$slots, "hvd", {
113
+ dataset: a.dataset,
114
+ getHvdCategories: t.getHvdCategories,
115
+ trackGoto: e.trackGoto
116
+ }, () => [
117
+ e.showObjectArray(t.getHvdCategories) ? (o(), n(D, {
118
+ key: 0,
119
+ class: "dsd-categories-feature",
120
+ trackGoto: e.trackGoto
121
+ }, null, 8, ["trackGoto"])) : d("", !0)
122
+ ]),
105
123
  r(),
106
- e.showObjectArray(a.getPages) ? (t(), o(D, {
107
- key: 4,
108
- class: "dsd-pages-feature",
109
- pages: e.pages,
124
+ s(t.$slots, "subject", {
125
+ dataset: a.dataset,
126
+ getSubject: t.getSubject
127
+ }, () => [
128
+ e.showObjectArray(t.getSubject) ? (o(), n(k, {
129
+ key: 0,
130
+ class: "dsd-subject-feature"
131
+ })) : d("", !0)
132
+ ]),
133
+ r(),
134
+ s(t.$slots, "pages", {
135
+ dataset: a.dataset,
136
+ getPages: t.getPages,
110
137
  increaseNumDisplayedPages: e.increaseNumDisplayedPages,
111
138
  nonOverflowingIncrementsForPages: e.nonOverflowingIncrementsForPages,
112
139
  trackGoto: e.trackGoto
113
- }, null, 8, ["pages", "increaseNumDisplayedPages", "nonOverflowingIncrementsForPages", "trackGoto"])) : i("", !0),
140
+ }, () => [
141
+ e.showObjectArray(t.getPages) ? (o(), n(f, {
142
+ key: 0,
143
+ class: "dsd-pages-feature",
144
+ pages: e.pages,
145
+ increaseNumDisplayedPages: e.increaseNumDisplayedPages,
146
+ nonOverflowingIncrementsForPages: e.nonOverflowingIncrementsForPages,
147
+ trackGoto: e.trackGoto
148
+ }, null, 8, ["pages", "increaseNumDisplayedPages", "nonOverflowingIncrementsForPages", "trackGoto"])) : d("", !0)
149
+ ]),
114
150
  r(),
115
- e.showObjectArray(a.getVisualisations) ? (t(), o(f, {
116
- key: 5,
117
- class: "dsd-visualisations-feature",
151
+ s(t.$slots, "visualisations", {
152
+ dataset: a.dataset,
153
+ getVisualisations: t.getVisualisations,
118
154
  trackGoto: e.trackGoto
119
- }, null, 8, ["trackGoto"])) : i("", !0),
155
+ }, () => [
156
+ e.showObjectArray(t.getVisualisations) ? (o(), n(v, {
157
+ key: 0,
158
+ class: "dsd-visualisations-feature",
159
+ trackGoto: e.trackGoto
160
+ }, null, 8, ["trackGoto"])) : d("", !0)
161
+ ]),
120
162
  r(),
121
- e.showObjectArray(c.getDataServices) ? (t(), o(w, {
122
- key: 6,
123
- class: "dsd-data-services-feature",
124
- getDataServices: c.getDataServices,
163
+ s(t.$slots, "data-services", {
164
+ dataset: a.dataset,
165
+ getDataServices: a.getDataServices,
125
166
  nonOverflowingIncrementsForPages: e.nonOverflowingIncrementsForPages,
126
167
  increaseNumDisplayedPages: e.increaseNumDisplayedPages,
127
168
  trackGoto: e.trackGoto
128
- }, null, 8, ["getDataServices", "nonOverflowingIncrementsForPages", "increaseNumDisplayedPages", "trackGoto"])) : i("", !0),
169
+ }, () => [
170
+ e.showObjectArray(a.getDataServices) ? (o(), n(w, {
171
+ key: 0,
172
+ class: "dsd-data-services-feature",
173
+ getDataServices: a.getDataServices,
174
+ nonOverflowingIncrementsForPages: e.nonOverflowingIncrementsForPages,
175
+ increaseNumDisplayedPages: e.increaseNumDisplayedPages,
176
+ trackGoto: e.trackGoto
177
+ }, null, 8, ["getDataServices", "nonOverflowingIncrementsForPages", "increaseNumDisplayedPages", "trackGoto"])) : d("", !0)
178
+ ]),
179
+ r(),
180
+ s(t.$slots, "is-used-by", {
181
+ dataset: a.dataset,
182
+ getExtendedMetadata: t.getExtendedMetadata
183
+ }, () => [
184
+ e.showObject(t.getExtendedMetadata) ? (o(), n(h, {
185
+ key: 0,
186
+ class: "dsd-is-used-by"
187
+ })) : d("", !0)
188
+ ]),
129
189
  r(),
130
- e.showObject(a.getExtendedMetadata) ? (t(), o(k, {
131
- key: 7,
132
- class: "dsd-is-used-by"
133
- })) : i("", !0),
190
+ s(t.$slots, "relations", {
191
+ dataset: a.dataset,
192
+ getRelations: t.getRelations
193
+ }, () => [
194
+ e.showArray(t.getRelations) ? (o(), n(_, {
195
+ key: 0,
196
+ class: "dsd-relations-feature"
197
+ })) : d("", !0)
198
+ ]),
134
199
  r(),
135
- e.showArray(a.getRelations) ? (t(), o(v, {
136
- key: 8,
137
- class: "dsd-relations-feature"
138
- })) : i("", !0),
200
+ s(t.$slots, "map", {
201
+ dataset: a.dataset,
202
+ getSpatial: t.getSpatial
203
+ }, () => [
204
+ e.showObjectArray(t.getSpatial) ? (o(), n(b, {
205
+ key: 0,
206
+ class: "dsd-map-feature"
207
+ })) : d("", !0)
208
+ ]),
139
209
  r(),
140
- e.showObjectArray(a.getSpatial) ? (t(), o(h, {
141
- key: 9,
142
- class: "dsd-map-feature"
143
- })) : i("", !0)
210
+ s(t.$slots, "after", { dataset: a.dataset })
144
211
  ]);
145
212
  }
146
- const $ = /* @__PURE__ */ C(E, [["render", B]]);
213
+ const ee = /* @__PURE__ */ M(H, [["render", B]]);
147
214
  export {
148
- $ as default
215
+ ee as default
149
216
  };
150
217
  //# sourceMappingURL=DatasetDetailsFeatures.vue.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"DatasetDetailsFeatures.vue.mjs","sources":["../../../lib/datasetDetails/features/DatasetDetailsFeatures.vue"],"sourcesContent":["<template>\n <div class=\"row flex-column dsd-features\">\n <dataset-details-keywords\n class=\"dsd-keywords-feature\"\n v-if=\"showObjectArray(getKeywords) && keywordsisVisible\"\n :showKeyword=\"showKeyword\"\n />\n <dataset-details-categories-key\n class=\"dsd-categories-feature\"\n v-if=\"showObjectArray(getCategories)\"\n :trackGoto=\"trackGoto\"\n />\n <dataset-details-hvd-themes\n class=\"dsd-categories-feature\"\n v-if=\"showObjectArray(getHvdCategories)\"\n :trackGoto=\"trackGoto\"\n />\n\n <dataset-details-subject\n class=\"dsd-subject-feature\"\n v-if=\"showObjectArray(getSubject)\"\n />\n\n <!-- Documentation -->\n <dataset-details-pages\n class=\"dsd-pages-feature\"\n v-if=\"showObjectArray(getPages)\"\n :pages=\"pages\"\n :increaseNumDisplayedPages=\"increaseNumDisplayedPages\"\n :nonOverflowingIncrementsForPages=\"nonOverflowingIncrementsForPages\"\n :trackGoto=\"trackGoto\"\n />\n\n <dataset-details-visualisations\n class=\"dsd-visualisations-feature\"\n v-if=\"showObjectArray(getVisualisations)\"\n :trackGoto=\"trackGoto\"\n />\n\n <dataset-details-data-services\n class=\"dsd-data-services-feature\"\n v-if=\"showObjectArray(getDataServices)\"\n :getDataServices=\"getDataServices\"\n :nonOverflowingIncrementsForPages=\"nonOverflowingIncrementsForPages\"\n :increaseNumDisplayedPages=\"increaseNumDisplayedPages\"\n :trackGoto=\"trackGoto\"\n />\n\n <dataset-details-is-used-by\n class=\"dsd-is-used-by\"\n v-if=\"showObject(getExtendedMetadata)\"\n />\n\n <dataset-details-relations\n class=\"dsd-relations-feature\"\n v-if=\"showArray(getRelations)\"\n />\n\n <dataset-details-map\n class=\"dsd-map-feature\"\n v-if=\"showObjectArray(getSpatial)\"\n />\n </div>\n</template>\n\n<script>\nimport DatasetDetailsKeywords from \"../../datasetDetails/features/DatasetDetailsKeywords\";\nimport DatasetDetailsSubject from \"../../datasetDetails/features/DatasetDetailsSubject\";\nimport DatasetDetailsPages from \"../../datasetDetails/features/DatasetDetailsPages\";\nimport DatasetDetailsVisualisations from \"../../datasetDetails/features/DatasetDetailsVisualisations\";\nimport DatasetDetailsDataServices from \"../../datasetDetails/features/DatasetDetailsDataServices\";\nimport DatasetDetailsIsUsedBy from \"../../datasetDetails/features/DatasetDetailsIsUsedBy\";\nimport DatasetDetailsRelations from \"../../datasetDetails/features/DatasetDetailsRelations\";\nimport DatasetDetailsMap from \"../../datasetDetails/features/DatasetDetailsMap\";\nimport DatasetDetailsCategoriesKey from \"../../datasetDetails/features/DatasetDetailsCategoriesKey\";\nimport DatasetDetailsHvdThemes from \"../../datasetDetails/features/DatasetDetailsHvdThemes.vue\"\n\nimport {mapGetters} from \"vuex\";\nimport {has, isEmpty} from \"lodash\";\n\nexport default {\n name: \"DatasetDetailsFeatures\",\n components: {\n DatasetDetailsMap,\n DatasetDetailsCategoriesKey,\n DatasetDetailsRelations,\n DatasetDetailsIsUsedBy,\n DatasetDetailsDataServices,\n DatasetDetailsVisualisations,\n DatasetDetailsPages,\n DatasetDetailsSubject,\n DatasetDetailsKeywords,\n DatasetDetailsHvdThemes\n },\n props: {\n getKeywords: Array,\n pages: Object,\n increaseNumDisplayedPages: Function,\n nonOverflowingIncrementsForPages: Function,\n showKeyword: Function,\n trackGoto: Function,\n showObjectArray: Function,\n showArray: Function,\n showObject: Function\n },\n data() {\n return {\n keywordsisVisible: (this.$env.content.datasetDetails.keywords.isVisible === false) ? false : true,\n }\n },\n computed: {\n ...mapGetters('datasetDetails', [\n 'getSubject',\n 'getPages',\n 'getVisualisations',\n 'getDistributions',\n 'getExtendedMetadata',\n 'getRelations',\n 'getCategories',\n 'getSpatial',\n \"getHvdCategories\"\n ]),\n getDataServices() {\n if (this.getDistributions) {\n const accessServiceList = this.getDistributions\n .filter(distribution => has(distribution, 'accessService') && !isEmpty(distribution.accessService))\n .map(distribution => ({\n endpoint_url: distribution.accessService[0].endpoint_url,\n title: distribution.accessService[0].title,\n description: distribution.accessService[0].description,\n availability: has(distribution.accessService[0], 'availability') ? distribution.accessService[0].availability : {} // field added for DCAT-AP.de\n }));\n const uniqueAccessServiceList = [...new Map(\n accessServiceList\n .filter(accessService => accessService?.endpoint_url?.length)\n .map(accessService => [\n accessService.endpoint_url[0], accessService,\n ]),\n ).values()];\n return uniqueAccessServiceList;\n }\n return [{}];\n }\n }\n}\n</script>\n\n<style scoped>\n\n</style>\n"],"names":["_sfc_main","DatasetDetailsMap","DatasetDetailsCategoriesKey","DatasetDetailsRelations","DatasetDetailsIsUsedBy","DatasetDetailsDataServices","DatasetDetailsVisualisations","DatasetDetailsPages","DatasetDetailsSubject","DatasetDetailsKeywords","DatasetDetailsHvdThemes","mapGetters","accessServiceList","distribution","has","isEmpty","accessService","_a","_hoisted_1","_openBlock","_createElementBlock","$props","$data","_createBlock","_component_dataset_details_keywords","_createCommentVNode","_createTextVNode","_ctx","_component_dataset_details_categories_key","_component_dataset_details_hvd_themes","_component_dataset_details_subject","_component_dataset_details_pages","_component_dataset_details_visualisations","$options","_component_dataset_details_data_services","_component_dataset_details_is_used_by","_component_dataset_details_relations","_component_dataset_details_map"],"mappings":"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"}
1
+ {"version":3,"file":"DatasetDetailsFeatures.vue.mjs","sources":["../../../lib/datasetDetails/features/DatasetDetailsFeatures.vue"],"sourcesContent":["<template>\n <div class=\"row flex-column dsd-features\">\n <slot name=\"before\"></slot>\n\n <slot name=\"keywords\" :dataset=\"dataset\" :getKeywords=\"getKeywords\" :trackGoto=\"trackGoto\">\n <dataset-details-keywords\n class=\"dsd-keywords-feature\"\n v-if=\"showObjectArray(getKeywords) && keywordsisVisible\"\n :showKeyword=\"showKeyword\"\n />\n </slot>\n\n <slot name=\"categories\" :dataset=\"dataset\" :getCategories=\"getCategories\" :trackGoto=\"trackGoto\">\n <dataset-details-categories-key\n class=\"dsd-categories-feature\"\n v-if=\"showObjectArray(getCategories)\"\n :trackGoto=\"trackGoto\"\n />\n </slot>\n\n <slot name=\"hvd\" :dataset=\"dataset\" :getHvdCategories=\"getHvdCategories\" :trackGoto=\"trackGoto\">\n <dataset-details-hvd-themes\n class=\"dsd-categories-feature\"\n v-if=\"showObjectArray(getHvdCategories)\"\n :trackGoto=\"trackGoto\"\n />\n </slot>\n\n <slot name=\"subject\" :dataset=\"dataset\" :getSubject=\"getSubject\">\n <dataset-details-subject\n class=\"dsd-subject-feature\"\n v-if=\"showObjectArray(getSubject)\"\n />\n </slot>\n\n <!-- Documentation -->\n <slot name=\"pages\" :dataset=\"dataset\" :getPages=\"getPages\" :increaseNumDisplayedPages=\"increaseNumDisplayedPages\" :nonOverflowingIncrementsForPages=\"nonOverflowingIncrementsForPages\" :trackGoto=\"trackGoto\">\n <dataset-details-pages\n class=\"dsd-pages-feature\"\n v-if=\"showObjectArray(getPages)\"\n :pages=\"pages\"\n :increaseNumDisplayedPages=\"increaseNumDisplayedPages\"\n :nonOverflowingIncrementsForPages=\"nonOverflowingIncrementsForPages\"\n :trackGoto=\"trackGoto\"\n />\n </slot>\n\n <slot name=\"visualisations\" :dataset=\"dataset\" :getVisualisations=\"getVisualisations\" :trackGoto=\"trackGoto\">\n <dataset-details-visualisations\n class=\"dsd-visualisations-feature\"\n v-if=\"showObjectArray(getVisualisations)\"\n :trackGoto=\"trackGoto\"\n />\n </slot>\n\n <slot\n name=\"data-services\"\n :dataset=\"dataset\"\n :getDataServices=\"getDataServices\"\n :nonOverflowingIncrementsForPages=\"nonOverflowingIncrementsForPages\"\n :increaseNumDisplayedPages=\"increaseNumDisplayedPages\"\n :trackGoto=\"trackGoto\"\n >\n <dataset-details-data-services\n class=\"dsd-data-services-feature\"\n v-if=\"showObjectArray(getDataServices)\"\n :getDataServices=\"getDataServices\"\n :nonOverflowingIncrementsForPages=\"nonOverflowingIncrementsForPages\"\n :increaseNumDisplayedPages=\"increaseNumDisplayedPages\"\n :trackGoto=\"trackGoto\"\n />\n </slot>\n\n <slot name=\"is-used-by\" :dataset=\"dataset\" :getExtendedMetadata=\"getExtendedMetadata\">\n <dataset-details-is-used-by\n class=\"dsd-is-used-by\"\n v-if=\"showObject(getExtendedMetadata)\"\n />\n </slot>\n\n <slot name=\"relations\" :dataset=\"dataset\" :getRelations=\"getRelations\">\n <dataset-details-relations\n class=\"dsd-relations-feature\"\n v-if=\"showArray(getRelations)\"\n />\n </slot>\n\n <slot name=\"map\" :dataset=\"dataset\" :getSpatial=\"getSpatial\">\n <dataset-details-map\n class=\"dsd-map-feature\"\n v-if=\"showObjectArray(getSpatial)\"\n />\n </slot>\n\n <slot name=\"after\" :dataset=\"dataset\"></slot>\n </div>\n</template>\n\n<script>\nimport DatasetDetailsKeywords from \"../../datasetDetails/features/DatasetDetailsKeywords\";\nimport DatasetDetailsSubject from \"../../datasetDetails/features/DatasetDetailsSubject\";\nimport DatasetDetailsPages from \"../../datasetDetails/features/DatasetDetailsPages\";\nimport DatasetDetailsVisualisations from \"../../datasetDetails/features/DatasetDetailsVisualisations\";\nimport DatasetDetailsDataServices from \"../../datasetDetails/features/DatasetDetailsDataServices\";\nimport DatasetDetailsIsUsedBy from \"../../datasetDetails/features/DatasetDetailsIsUsedBy\";\nimport DatasetDetailsRelations from \"../../datasetDetails/features/DatasetDetailsRelations\";\nimport DatasetDetailsMap from \"../../datasetDetails/features/DatasetDetailsMap\";\nimport DatasetDetailsCategoriesKey from \"../../datasetDetails/features/DatasetDetailsCategoriesKey\";\nimport DatasetDetailsHvdThemes from \"../../datasetDetails/features/DatasetDetailsHvdThemes.vue\"\n\nimport {mapGetters} from \"vuex\";\nimport {has, isEmpty} from \"lodash\";\n\nexport default {\n name: \"DatasetDetailsFeatures\",\n components: {\n DatasetDetailsMap,\n DatasetDetailsCategoriesKey,\n DatasetDetailsRelations,\n DatasetDetailsIsUsedBy,\n DatasetDetailsDataServices,\n DatasetDetailsVisualisations,\n DatasetDetailsPages,\n DatasetDetailsSubject,\n DatasetDetailsKeywords,\n DatasetDetailsHvdThemes\n },\n props: {\n getKeywords: Array,\n pages: Object,\n increaseNumDisplayedPages: Function,\n nonOverflowingIncrementsForPages: Function,\n showKeyword: Function,\n trackGoto: Function,\n showObjectArray: Function,\n showArray: Function,\n showObject: Function\n },\n data() {\n return {\n keywordsisVisible: (this.$env.content.datasetDetails.keywords.isVisible === false) ? false : true,\n }\n },\n computed: {\n ...mapGetters('datasetDetails', [\n 'getSubject',\n 'getPages',\n 'getVisualisations',\n 'getDistributions',\n 'getExtendedMetadata',\n 'getRelations',\n 'getCategories',\n 'getSpatial',\n \"getHvdCategories\"\n ]),\n dataset() {\n return this.$store.state.datasetDetails.dataset;\n },\n getDataServices() {\n if (this.getDistributions) {\n const accessServiceList = this.getDistributions\n .filter(distribution => has(distribution, 'accessService') && !isEmpty(distribution.accessService))\n .map(distribution => ({\n endpoint_url: distribution.accessService[0].endpoint_url,\n title: distribution.accessService[0].title,\n description: distribution.accessService[0].description,\n availability: has(distribution.accessService[0], 'availability') ? distribution.accessService[0].availability : {} // field added for DCAT-AP.de\n }));\n const uniqueAccessServiceList = [...new Map(\n accessServiceList\n .filter(accessService => accessService?.endpoint_url?.length)\n .map(accessService => [\n accessService.endpoint_url[0], accessService,\n ]),\n ).values()];\n return uniqueAccessServiceList;\n }\n return [{}];\n }\n }\n}\n</script>\n\n<style scoped>\n\n</style>\n"],"names":["_sfc_main","DatasetDetailsMap","DatasetDetailsCategoriesKey","DatasetDetailsRelations","DatasetDetailsIsUsedBy","DatasetDetailsDataServices","DatasetDetailsVisualisations","DatasetDetailsPages","DatasetDetailsSubject","DatasetDetailsKeywords","DatasetDetailsHvdThemes","mapGetters","accessServiceList","distribution","has","isEmpty","accessService","_a","_hoisted_1","_openBlock","_createElementBlock","_renderSlot","_ctx","_createTextVNode","$options","$props","$data","_createBlock","_component_dataset_details_keywords","_createCommentVNode","_component_dataset_details_categories_key","_component_dataset_details_hvd_themes","_component_dataset_details_subject","_component_dataset_details_pages","_component_dataset_details_visualisations","_component_dataset_details_data_services","_component_dataset_details_is_used_by","_component_dataset_details_relations","_component_dataset_details_map"],"mappings":"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"}
@@ -1,13 +1,13 @@
1
- import { ref as h, resolveComponent as x, openBlock as r, createElementBlock as i, Fragment as b, renderList as g, normalizeClass as c, createElementVNode as a, toDisplayString as n, createTextVNode as d, createVNode as k, withCtx as p, renderSlot as y } from "vue";
1
+ import { ref as g, resolveComponent as k, openBlock as c, createElementBlock as i, Fragment as x, renderList as b, normalizeClass as d, createElementVNode as a, toDisplayString as l, createTextVNode as p, createVNode as C, withCtx as u, renderSlot as y } from "vue";
2
2
  import "./Repeatable.vue2.mjs";
3
- import C from "../_virtual/_plugin-vue_export-helper.mjs";
4
- const R = { class: "horizontal-wrapper" }, $ = { class: "repeatableWrap" }, w = { class: "interactionHeaderRepeatable my-1" }, I = ["onClick", "data-key"], N = { class: "formkitWrapRepeatable" }, V = {
3
+ import R from "../_virtual/_plugin-vue_export-helper.mjs";
4
+ const $ = { class: "horizontal-wrapper" }, N = { class: "repeatableWrap" }, V = { class: "interactionHeaderRepeatable my-1" }, w = ["onClick"], z = ["onClick", "data-key"], B = { class: "formkitWrapRepeatable" }, E = {
5
5
  __name: "Repeatable",
6
6
  props: {
7
7
  context: Object
8
8
  },
9
- setup(u) {
10
- const t = u, o = h([]);
9
+ setup(v) {
10
+ const t = v, o = g([]);
11
11
  setTimeout(() => {
12
12
  if (t.context.value.length === 0)
13
13
  o.value.push("init");
@@ -15,45 +15,45 @@ const R = { class: "horizontal-wrapper" }, $ = { class: "repeatableWrap" }, w =
15
15
  for (let e = 0; e < t.context.value.length; e++)
16
16
  t.context.value[e] != null && o.value.push(t.context.value[e]["@value"]);
17
17
  });
18
- const m = () => {
19
- o.value.push("new_index");
20
- }, v = (e, l) => {
21
- l != 1 && o.value.splice(e, 1);
18
+ const m = (e) => {
19
+ o.value.push(t.context.value[e]["@value"]);
20
+ }, _ = (e, n) => {
21
+ n != 1 && o.value.splice(e, 1);
22
22
  };
23
- return (e, l) => {
24
- const _ = x("i18n-t");
25
- return r(!0), i(b, null, g(o.value, (s, f) => (r(), i("div", {
26
- class: c(["repeatable formkitProperty", [t.context.attrs.identifier]]),
23
+ return (e, n) => {
24
+ const f = k("i18n-t");
25
+ return c(!0), i(x, null, b(o.value, (s, r) => (c(), i("div", {
26
+ class: d(["repeatable formkitProperty", [t.context.attrs.identifier]]),
27
27
  key: s
28
28
  }, [
29
- a("h4", null, n(t.context.label), 1),
30
- d(),
31
- a("div", R, [
32
- a("div", $, [
33
- a("div", w, [
34
- k(_, {
29
+ a("h4", null, l(t.context.label), 1),
30
+ p(),
31
+ a("div", $, [
32
+ a("div", N, [
33
+ a("div", V, [
34
+ C(f, {
35
35
  keypath: "message.dataupload.info.repeatable",
36
36
  scope: "global",
37
37
  tag: "p"
38
38
  }, {
39
- add: p(() => [
39
+ add: u(() => [
40
40
  a("a", {
41
41
  class: "add",
42
- onClick: m
43
- }, "+ " + n(e.$t("message.dataupload.info.add")), 1)
42
+ onClick: (h) => m(r)
43
+ }, "+ " + l(e.$t("message.dataupload.info.add")), 9, w)
44
44
  ]),
45
- remove: p(() => [
45
+ remove: u(() => [
46
46
  a("a", {
47
- class: c(["remove", { disabledRemove: t.context.value.length === 1 }]),
48
- onClick: (z) => v(f, o.value.length),
47
+ class: d(["remove", { disabledRemove: t.context.value.length === 1 }]),
48
+ onClick: (h) => _(r, o.value.length),
49
49
  "data-key": s
50
- }, "- " + n(e.$t("message.dataupload.info.remove")), 11, I)
50
+ }, "- " + l(e.$t("message.dataupload.info.remove")), 11, z)
51
51
  ]),
52
52
  _: 2
53
53
  }, 1024)
54
54
  ]),
55
- d(),
56
- a("div", N, [
55
+ p(),
56
+ a("div", B, [
57
57
  y(e.$slots, "default", {}, void 0, !0)
58
58
  ])
59
59
  ])
@@ -61,8 +61,8 @@ const R = { class: "horizontal-wrapper" }, $ = { class: "repeatableWrap" }, w =
61
61
  ], 2))), 128);
62
62
  };
63
63
  }
64
- }, T = /* @__PURE__ */ C(V, [["__scopeId", "data-v-4e469aa1"]]);
64
+ }, W = /* @__PURE__ */ R(E, [["__scopeId", "data-v-782c69ee"]]);
65
65
  export {
66
- T as default
66
+ W as default
67
67
  };
68
68
  //# sourceMappingURL=Repeatable.vue.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Repeatable.vue.mjs","sources":["../../lib/form/Repeatable.vue"],"sourcesContent":["<template>\n <div class=\"repeatable formkitProperty\" :class=\"[props.context.attrs.identifier]\"\n v-for=\"key, repeatableIndex in counter\" :key=\"key\">\n <h4>{{ props.context.label }}</h4>\n <div class=\"horizontal-wrapper\">\n <div class=\"repeatableWrap\">\n <div class=\"interactionHeaderRepeatable my-1\">\n <i18n-t keypath=\"message.dataupload.info.repeatable\" scope=\"global\" tag=\"p\">\n <template v-slot:add>\n <a class=\"add\" @click=\"addItem\">+ {{ $t('message.dataupload.info.add') }}</a>\n </template>\n <template v-slot:remove>\n\n <a class=\"remove\" :class=\"{ disabledRemove: props.context.value.length === 1 }\"\n @click=\"removeItem(repeatableIndex, counter.length)\" :data-key=\"key\">- {{\n $t('message.dataupload.info.remove') }}</a>\n </template>\n </i18n-t>\n </div>\n <div class=\"formkitWrapRepeatable\">\n\n <slot></slot>\n\n </div>\n </div>\n </div>\n </div>\n</template>\n<script setup>\nimport { ref } from 'vue';\n\nconst props = defineProps({\n context: Object\n})\n\nconst counter = ref([])\n\n//Need to handle the data like this. The values seem to take their time while loading into the DOM.\nsetTimeout(() => {\n if (props.context.value.length === 0) {\n counter.value.push('init')\n }\n else {\n for (let index = 0; index < props.context.value.length; index++) {\n if (props.context.value[index] != null) {\n counter.value.push(props.context.value[index]['@value'])\n }\n }\n }\n});\n\n// Pushing a blank to the context object and refreshing the counter\nconst addItem = () => {\n counter.value.push('new_index')\n}\n// remove Item - ToDo need to make sure the localhost notices the splice\nconst removeItem = (index, counterLength) => {\n if (counterLength != 1) {\n counter.value.splice(index, 1)\n }\n\n}\n</script>\n<style scoped>\n.add,\n.remove {\n padding: 0.5rem;\n margin: 0.5rem;\n border-radius: 5px;\n transition: all 200ms ease-in-out;\n}\n\n.add {\n border: 1px solid lightseagreen;\n\n &:hover {\n text-decoration: none;\n color: white;\n background-color: lightseagreen;\n }\n}\n\n.remove {\n border: 1px solid lightcoral;\n\n &:hover {\n text-decoration: none;\n color: white;\n background-color: lightcoral;\n }\n}\n\n.disabledRemove {\n &:hover {\n text-decoration: none;\n color: white;\n background-color: lightgray;\n }\n}\n</style>\n"],"names":["props","__props","counter","ref","index","addItem","removeItem","counterLength"],"mappings":";;;;;;;;;AA+BA,UAAMA,IAAQC,GAIRC,IAAUC,EAAI,EAAE;AAGtB,eAAW,MAAM;AACf,UAAIH,EAAM,QAAQ,MAAM,WAAW;AACjC,QAAAE,EAAQ,MAAM,KAAK,MAAM;AAAA;AAGzB,iBAASE,IAAQ,GAAGA,IAAQJ,EAAM,QAAQ,MAAM,QAAQI;AACtD,UAAIJ,EAAM,QAAQ,MAAMI,CAAK,KAAK,QAChCF,EAAQ,MAAM,KAAKF,EAAM,QAAQ,MAAMI,CAAK,EAAE,QAAQ,CAAC;AAAA,IAI/D,CAAC;AAGD,UAAMC,IAAU,MAAM;AACpB,MAAAH,EAAQ,MAAM,KAAK,WAAW;AAAA,IAChC,GAEMI,IAAa,CAACF,GAAOG,MAAkB;AAC3C,MAAIA,KAAiB,KACnBL,EAAQ,MAAM,OAAOE,GAAO,CAAC;AAAA,IAGjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"Repeatable.vue.mjs","sources":["../../lib/form/Repeatable.vue"],"sourcesContent":["<template>\n <div class=\"repeatable formkitProperty\" :class=\"[props.context.attrs.identifier]\"\n v-for=\"key, repeatableIndex in counter\" :key=\"key\">\n <h4>{{ props.context.label }}</h4>\n <div class=\"horizontal-wrapper\">\n <div class=\"repeatableWrap\">\n <div class=\"interactionHeaderRepeatable my-1\">\n <i18n-t keypath=\"message.dataupload.info.repeatable\" scope=\"global\" tag=\"p\">\n <template v-slot:add>\n <a class=\"add\" @click=\"addItem(repeatableIndex)\">+ {{ $t('message.dataupload.info.add') }}</a>\n </template>\n <template v-slot:remove>\n\n <a class=\"remove\" :class=\"{ disabledRemove: props.context.value.length === 1 }\"\n @click=\"removeItem(repeatableIndex, counter.length)\" :data-key=\"key\">- {{\n $t('message.dataupload.info.remove') }}</a>\n </template>\n </i18n-t>\n </div>\n <div class=\"formkitWrapRepeatable\">\n\n <slot></slot>\n\n </div>\n </div>\n </div>\n </div>\n</template>\n<script setup>\nimport { ref } from 'vue';\n\nconst props = defineProps({\n context: Object\n})\n\nconst counter = ref([])\n\n// Need to handle the data like this. The values seem to take their time while loading into the DOM.\nsetTimeout(() => {\n if (props.context.value.length === 0) {\n counter.value.push('init')\n }\n else {\n for (let index = 0; index < props.context.value.length; index++) {\n if (props.context.value[index] != null) {\n counter.value.push(props.context.value[index]['@value'])\n }\n }\n }\n});\n\n// Pushing a blank to the context object and refreshing the counter\nconst addItem = (index) => {\n counter.value.push(props.context.value[index]['@value'])\n \n}\n// remove Item - ToDo need to make sure the localhost notices the splice\nconst removeItem = (index, counterLength) => {\n\n if (counterLength != 1) {\n counter.value.splice(index, 1)\n }\n\n}\n</script>\n<style scoped>\n.add,\n.remove {\n padding: 0.5rem;\n margin: 0.5rem;\n border-radius: 5px;\n transition: all 200ms ease-in-out;\n}\n\n.add {\n border: 1px solid lightseagreen;\n\n &:hover {\n text-decoration: none;\n color: white;\n background-color: lightseagreen;\n }\n}\n\n.remove {\n border: 1px solid lightcoral;\n\n &:hover {\n text-decoration: none;\n color: white;\n background-color: lightcoral;\n }\n}\n\n.disabledRemove {\n &:hover {\n text-decoration: none;\n color: white;\n background-color: lightgray;\n }\n}\n</style>\n"],"names":["props","__props","counter","ref","index","addItem","removeItem","counterLength"],"mappings":";;;;;;;;;AA+BA,UAAMA,IAAQC,GAIRC,IAAUC,EAAI,EAAE;AAGtB,eAAW,MAAM;AACf,UAAIH,EAAM,QAAQ,MAAM,WAAW;AACjC,QAAAE,EAAQ,MAAM,KAAK,MAAM;AAAA;AAGzB,iBAASE,IAAQ,GAAGA,IAAQJ,EAAM,QAAQ,MAAM,QAAQI;AACtD,UAAIJ,EAAM,QAAQ,MAAMI,CAAK,KAAK,QAChCF,EAAQ,MAAM,KAAKF,EAAM,QAAQ,MAAMI,CAAK,EAAE,QAAQ,CAAC;AAAA,IAI/D,CAAC;AAGD,UAAMC,IAAU,CAACD,MAAU;AACzB,MAAAF,EAAQ,MAAM,KAAKF,EAAM,QAAQ,MAAMI,CAAK,EAAE,QAAQ,CAAC;AAAA,IAEzD,GAEME,IAAa,CAACF,GAAOG,MAAkB;AAE3C,MAAIA,KAAiB,KACnBL,EAAQ,MAAM,OAAOE,GAAO,CAAC;AAAA,IAGjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -2,19 +2,20 @@ import o from "./Repeatable.vue.mjs";
2
2
  import p from "./FormKitGroup.vue.mjs";
3
3
  import t from "../data-provider-interface/components/AutocompleteInput.vue.mjs";
4
4
  import m from "../data-provider-interface/components/FileUpload.vue.mjs";
5
- import i from "../data-provider-interface/components/UniqueIdentifierInput.vue.mjs";
6
- import n from "../data-provider-interface/components/SpatialInput.vue.mjs";
7
- import e from "../data-provider-interface/components/ConditionalInput.vue.mjs";
5
+ import n from "../data-provider-interface/components/UniqueIdentifierInput.vue.mjs";
6
+ import e from "../data-provider-interface/components/SpatialInput.vue.mjs";
7
+ import i from "../data-provider-interface/components/ConditionalInput.vue.mjs";
8
8
  import r from "../data-provider-interface/components/SimpleSelect.vue.mjs";
9
9
  import a from "../data-provider-interface/components/SimpleInput.vue.mjs";
10
- const $ = {
10
+ import c from "../data-provider-interface/components/SimpleAccessURLInput.vue.mjs";
11
+ const b = {
11
12
  repeatable: {
12
13
  type: "list",
13
14
  component: o
14
15
  },
15
16
  id: {
16
17
  type: "input",
17
- component: i
18
+ component: n
18
19
  },
19
20
  auto: {
20
21
  type: "group",
@@ -26,7 +27,7 @@ const $ = {
26
27
  },
27
28
  spatialinput: {
28
29
  type: "group",
29
- component: n
30
+ component: e
30
31
  },
31
32
  formkitGroup: {
32
33
  type: "group",
@@ -34,7 +35,7 @@ const $ = {
34
35
  },
35
36
  simpleConditional: {
36
37
  type: "group",
37
- component: e
38
+ component: i
38
39
  },
39
40
  simpleSelect: {
40
41
  type: "input",
@@ -43,9 +44,13 @@ const $ = {
43
44
  simpleInput: {
44
45
  type: "input",
45
46
  component: a
47
+ },
48
+ simpleAccessURLInput: {
49
+ type: "group",
50
+ component: c
46
51
  }
47
52
  };
48
53
  export {
49
- $ as default
54
+ b as default
50
55
  };
51
56
  //# sourceMappingURL=inputDefinitions.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"inputDefinitions.mjs","sources":["../../lib/form/inputDefinitions.ts"],"sourcesContent":["import Repeatable from \"./Repeatable.vue\";\nimport FormKitGroup from \"./FormKitGroup.vue\";\nimport { FormKitLibrary } from \"@formkit/core\";\nimport AutocompleteInput from \"../data-provider-interface/components/AutocompleteInput.vue\";\nimport FileUpload from \"../data-provider-interface/components/FileUpload.vue\";\nimport UniqueIdentifierInput from \"../data-provider-interface/components/UniqueIdentifierInput.vue\";\nimport SpatialInput from \"../data-provider-interface/components/SpatialInput.vue\";\nimport ConditionalInput from \"../data-provider-interface/components/ConditionalInput.vue\";\nimport SimpleSelect from \"../data-provider-interface/components/SimpleSelect.vue\";\nimport SimpleInput from \"../data-provider-interface/components/SimpleInput.vue\";\n\n\nexport default {\n \n repeatable: {\n type: 'list',\n component: Repeatable\n },\n id: {\n type: 'input',\n component: UniqueIdentifierInput,\n },\n auto: {\n type: 'group',\n component: AutocompleteInput\n },\n fileupload: {\n type: 'group',\n component: FileUpload\n },\n spatialinput: {\n type: 'group',\n component: SpatialInput\n },\n formkitGroup: {\n type: 'group',\n component: FormKitGroup\n },\n simpleConditional: {\n type: 'group',\n component: ConditionalInput\n },\n simpleSelect: {\n type: 'input',\n component: SimpleSelect,\n },\n simpleInput: {\n type: 'input',\n component: SimpleInput,\n },\n\n\n} as FormKitLibrary;"],"names":["inputDefinitions","Repeatable","UniqueIdentifierInput","AutocompleteInput","FileUpload","SpatialInput","FormKitGroup","ConditionalInput","SimpleSelect","SimpleInput"],"mappings":";;;;;;;;;AAYA,MAAeA,IAAA;AAAA,EAEX,YAAY;AAAA,IACR,MAAM;AAAA,IACN,WAAWC;AAAA,EACf;AAAA,EACA,IAAI;AAAA,IACA,MAAM;AAAA,IACN,WAAWC;AAAAA,EACf;AAAA,EACA,MAAM;AAAA,IACF,MAAM;AAAA,IACN,WAAWC;AAAAA,EACf;AAAA,EACA,YAAY;AAAA,IACR,MAAM;AAAA,IACN,WAAWC;AAAA,EACf;AAAA,EACA,cAAc;AAAA,IACV,MAAM;AAAA,IACN,WAAWC;AAAA,EACf;AAAA,EACA,cAAc;AAAA,IACV,MAAM;AAAA,IACN,WAAWC;AAAA,EACf;AAAA,EACA,mBAAmB;AAAA,IACf,MAAM;AAAA,IACN,WAAWC;AAAAA,EACf;AAAA,EACA,cAAc;AAAA,IACV,MAAM;AAAA,IACN,WAAWC;AAAAA,EACf;AAAA,EACA,aAAa;AAAA,IACT,MAAM;AAAA,IACN,WAAWC;AAAAA,EACf;AAGJ;"}
1
+ {"version":3,"file":"inputDefinitions.mjs","sources":["../../lib/form/inputDefinitions.ts"],"sourcesContent":["import Repeatable from \"./Repeatable.vue\";\nimport FormKitGroup from \"./FormKitGroup.vue\";\nimport { FormKitLibrary } from \"@formkit/core\";\nimport AutocompleteInput from \"../data-provider-interface/components/AutocompleteInput.vue\";\nimport FileUpload from \"../data-provider-interface/components/FileUpload.vue\";\nimport UniqueIdentifierInput from \"../data-provider-interface/components/UniqueIdentifierInput.vue\";\nimport SpatialInput from \"../data-provider-interface/components/SpatialInput.vue\";\nimport ConditionalInput from \"../data-provider-interface/components/ConditionalInput.vue\";\nimport SimpleSelect from \"../data-provider-interface/components/SimpleSelect.vue\";\nimport SimpleInput from \"../data-provider-interface/components/SimpleInput.vue\";\nimport SimpleAccessURLInput from \"../data-provider-interface/components/SimpleAccessURLInput.vue\";\n\n\nexport default {\n \n repeatable: {\n type: 'list',\n component: Repeatable\n },\n id: {\n type: 'input',\n component: UniqueIdentifierInput,\n },\n auto: {\n type: 'group',\n component: AutocompleteInput\n },\n fileupload: {\n type: 'group',\n component: FileUpload\n },\n spatialinput: {\n type: 'group',\n component: SpatialInput\n },\n formkitGroup: {\n type: 'group',\n component: FormKitGroup\n },\n simpleConditional: {\n type: 'group',\n component: ConditionalInput\n },\n simpleSelect: {\n type: 'input',\n component: SimpleSelect,\n },\n simpleInput: {\n type: 'input',\n component: SimpleInput,\n },\n simpleAccessURLInput: {\n type: 'group',\n component: SimpleAccessURLInput,\n },\n\n\n} as FormKitLibrary;"],"names":["inputDefinitions","Repeatable","UniqueIdentifierInput","AutocompleteInput","FileUpload","SpatialInput","FormKitGroup","ConditionalInput","SimpleSelect","SimpleInput","SimpleAccessURLInput"],"mappings":";;;;;;;;;;AAaA,MAAeA,IAAA;AAAA,EAEX,YAAY;AAAA,IACR,MAAM;AAAA,IACN,WAAWC;AAAA,EACf;AAAA,EACA,IAAI;AAAA,IACA,MAAM;AAAA,IACN,WAAWC;AAAAA,EACf;AAAA,EACA,MAAM;AAAA,IACF,MAAM;AAAA,IACN,WAAWC;AAAAA,EACf;AAAA,EACA,YAAY;AAAA,IACR,MAAM;AAAA,IACN,WAAWC;AAAA,EACf;AAAA,EACA,cAAc;AAAA,IACV,MAAM;AAAA,IACN,WAAWC;AAAA,EACf;AAAA,EACA,cAAc;AAAA,IACV,MAAM;AAAA,IACN,WAAWC;AAAA,EACf;AAAA,EACA,mBAAmB;AAAA,IACf,MAAM;AAAA,IACN,WAAWC;AAAAA,EACf;AAAA,EACA,cAAc;AAAA,IACV,MAAM;AAAA,IACN,WAAWC;AAAAA,EACf;AAAA,EACA,aAAa;AAAA,IACT,MAAM;AAAA,IACN,WAAWC;AAAAA,EACf;AAAA,EACA,sBAAsB;AAAA,IAClB,MAAM;AAAA,IACN,WAAWC;AAAAA,EACf;AAGJ;"}
package/dist/index.d.ts CHANGED
@@ -74,6 +74,7 @@ import { default as DatasetDetailsPages } from './datasetDetails/features/Datase
74
74
  import { default as DatasetDetailsRelations } from './datasetDetails/features/DatasetDetailsRelations';
75
75
  import { default as DatasetDetailsSubject } from './datasetDetails/features/DatasetDetailsSubject';
76
76
  import { default as DatasetDetailsVisualisations } from './datasetDetails/features/DatasetDetailsVisualisations';
77
+ import { default as DatasetDetailsHvdThemes } from './datasetDetails/features/DatasetDetailsHvdThemes.vue';
77
78
  import { default as EmbedDataset } from './embed/EmbedDataset';
78
79
  import { default as EmbedDatasetSnippet } from './embed/EmbedDatasetSnippet.vue';
79
80
  import { default as DatasetDetailsHeader } from './datasetDetails/header/DatasetDetailsHeader';
@@ -142,7 +143,7 @@ import { default as ResourceDetailsLinkedDataButton } from './widgets/ResourceDe
142
143
  import { default as Tooltip } from './widgets/Tooltip';
143
144
  import { configSchema } from './configurations/config-schema';
144
145
 
145
- export { inputDefinitions, configSchema, vueKeycloak, bulkDownloadCorsProxyService, corsProxyService, uploadService, runtimeConfigurationService, datasetService, catalogService, gazetteerService, store, decode, truncate, getImg, getCountryFlagImg, getTranslationFor, getFacetTranslation, fileTypes, dateFilters, usePiwikSuspendFilter, useRouteMetaBreadcrumbs, configureModules, Auth, CataloguesFacets, CatalogPage, Catalogues, DatasetCitationModal, DatasetCitationTable, AutocompleteInput, ConditionalInput, DataFetchingComponent, Dropup, FileUpload, InfoSlot, LanguageSelector, Navigation, UniqueIdentifierInput, CatalogueOverview, DatasetOverview, DistributionOverview, PropertyEntry, DistOverview, DraftsPage, InputPage, LinkedDataViewer, OverviewPage, UserCataloguesPage, UserProfilePage, DataProviderInterface, DpiMenu, DistributionActions, DistributionDownload, DistributionDownloadAs, DistributionDropdownDownload, DistributionOptionsDropdown, DistributionPreview, LinkedDataButtonsDropdown, DistributionDescription, DistributionDetails, DistributionExpand, DistributionExpandedContent, DistributionVisibleContent, Distribution, DistributionAdded, DistributionDownloadAsModal, DistributionFormat, Distributions, DistributionsHeader, DownloadAllDistributions, FadingDistributionOverlay, DatasetDetailsCategoriesKey, DatasetDetailsDataServices, DatasetDetailsFeatureHeader, DatasetDetailsFeatures, DatasetDetailsIsUsedBy, DatasetDetailsKeywords, DatasetDetailsMap, DatasetDetailsPages, DatasetDetailsRelations, DatasetDetailsSubject, DatasetDetailsVisualisations, DatasetDetailsHeader, DatasetDetailsHeaderCatalogue, DatasetDetailsHeaderTitle, DatasetDetailsNavigation, DatasetDetailsNavigationLinks, DatasetDetailsNavigationPage, DatasetDetailsNavigationPages, AppMarkdownContent, DatasetDetails, DatasetDetailsActivityStream, DatasetDetailsBanners, DatasetDetailsCategories, CSVLinter, DatasetDetailsDataset, DatasetDetailsDescription, DatasetDetailsFeedbackButton, DatasetDetailsLinkedMetricsButton, DatasetDetailsProperties, DatasetDetailsQuality, DatasetDetailsShareButton, DatasetDetailsSimilarDatasets, DatasetDetailsSkeleton, EmbedDataset, EmbedDatasetSnippet, DatasetDate, Datasets, DatasetList, DatasetsFilters, DatasetsFiltersTabs, DatasetsTopControls, CatalogDetailsFacet, DatasetsFacets, DatasetsFacetsItem, DatasetsMapFacet, SettingsFacet, ExpandableSelectFacet, Facet, FacetTitle, SelectedFacetsOverview, RadioFacet, MapBasic, MapBoundsReceiver, MapBoundsSender, AppConfirmationDialog, AppSnackbar, AppToast, SubNavigation, Imprint, NotFound, PrivacyPolicy, SparqlSearch, PvBadge, PvDataInfoBox, PvDataInfoBoxDescription, PvDataInfoBoxFooter, PvDataInfoBoxFormats, AppLink, Dropdown, Pagination, PropertyValue, PvBanner, PvButton, PvShowMore, ResourceAccessPopup, ResourceDetailsLinkedDataButton, Tooltip, };
146
+ export { inputDefinitions, configSchema, vueKeycloak, bulkDownloadCorsProxyService, corsProxyService, uploadService, runtimeConfigurationService, datasetService, catalogService, gazetteerService, store, decode, truncate, getImg, getCountryFlagImg, getTranslationFor, getFacetTranslation, fileTypes, dateFilters, usePiwikSuspendFilter, useRouteMetaBreadcrumbs, configureModules, Auth, CataloguesFacets, CatalogPage, Catalogues, DatasetCitationModal, DatasetCitationTable, AutocompleteInput, ConditionalInput, DataFetchingComponent, Dropup, FileUpload, InfoSlot, LanguageSelector, Navigation, UniqueIdentifierInput, CatalogueOverview, DatasetOverview, DistributionOverview, PropertyEntry, DistOverview, DraftsPage, InputPage, LinkedDataViewer, OverviewPage, UserCataloguesPage, UserProfilePage, DataProviderInterface, DpiMenu, DistributionActions, DistributionDownload, DistributionDownloadAs, DistributionDropdownDownload, DistributionOptionsDropdown, DistributionPreview, LinkedDataButtonsDropdown, DistributionDescription, DistributionDetails, DistributionExpand, DistributionExpandedContent, DistributionVisibleContent, Distribution, DistributionAdded, DistributionDownloadAsModal, DistributionFormat, Distributions, DistributionsHeader, DownloadAllDistributions, FadingDistributionOverlay, DatasetDetailsCategoriesKey, DatasetDetailsDataServices, DatasetDetailsFeatureHeader, DatasetDetailsFeatures, DatasetDetailsIsUsedBy, DatasetDetailsKeywords, DatasetDetailsMap, DatasetDetailsPages, DatasetDetailsRelations, DatasetDetailsSubject, DatasetDetailsVisualisations, DatasetDetailsHeader, DatasetDetailsHeaderCatalogue, DatasetDetailsHeaderTitle, DatasetDetailsNavigation, DatasetDetailsNavigationLinks, DatasetDetailsNavigationPage, DatasetDetailsNavigationPages, DatasetDetailsHvdThemes, AppMarkdownContent, DatasetDetails, DatasetDetailsActivityStream, DatasetDetailsBanners, DatasetDetailsCategories, CSVLinter, DatasetDetailsDataset, DatasetDetailsDescription, DatasetDetailsFeedbackButton, DatasetDetailsLinkedMetricsButton, DatasetDetailsProperties, DatasetDetailsQuality, DatasetDetailsShareButton, DatasetDetailsSimilarDatasets, DatasetDetailsSkeleton, EmbedDataset, EmbedDatasetSnippet, DatasetDate, Datasets, DatasetList, DatasetsFilters, DatasetsFiltersTabs, DatasetsTopControls, CatalogDetailsFacet, DatasetsFacets, DatasetsFacetsItem, DatasetsMapFacet, SettingsFacet, ExpandableSelectFacet, Facet, FacetTitle, SelectedFacetsOverview, RadioFacet, MapBasic, MapBoundsReceiver, MapBoundsSender, AppConfirmationDialog, AppSnackbar, AppToast, SubNavigation, Imprint, NotFound, PrivacyPolicy, SparqlSearch, PvBadge, PvDataInfoBox, PvDataInfoBoxDescription, PvDataInfoBoxFooter, PvDataInfoBoxFormats, AppLink, Dropdown, Pagination, PropertyValue, PvBanner, PvButton, PvShowMore, ResourceAccessPopup, ResourceDetailsLinkedDataButton, Tooltip, };
146
147
  export * as helpers from './utils/helpers';
147
148
  export { defineUserConfig, type Config, type ResolvedConfig } from './configurations/config-schema';
148
149
  export { useRuntimeEnv } from './composables/useRuntimeEnv';