@piveau/piveau-hub-ui-modules 4.4.28 → 4.5.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.
Files changed (71) hide show
  1. package/dist/configurations/configureComponents.mjs +20 -18
  2. package/dist/configurations/configureComponents.mjs.map +1 -1
  3. package/dist/data-provider-interface/DataProviderInterface.vue.d.ts +378 -20
  4. package/dist/data-provider-interface/DataProviderInterface.vue.mjs.map +1 -1
  5. package/dist/data-provider-interface/DataProviderInterface.vue2.mjs +36 -25
  6. package/dist/data-provider-interface/DataProviderInterface.vue2.mjs.map +1 -1
  7. package/dist/data-provider-interface/components/AutocompleteInput.vue.mjs +92 -89
  8. package/dist/data-provider-interface/components/AutocompleteInput.vue.mjs.map +1 -1
  9. package/dist/data-provider-interface/components/ConditionalInput.vue.mjs +104 -107
  10. package/dist/data-provider-interface/components/ConditionalInput.vue.mjs.map +1 -1
  11. package/dist/data-provider-interface/components/SpatialInput.vue.mjs +190 -148
  12. package/dist/data-provider-interface/components/SpatialInput.vue.mjs.map +1 -1
  13. package/dist/data-provider-interface/components/UniqueIdentifierInput.vue.mjs +19 -8
  14. package/dist/data-provider-interface/components/UniqueIdentifierInput.vue.mjs.map +1 -1
  15. package/dist/data-provider-interface/composables/aucotomplete.d.ts +27 -0
  16. package/dist/data-provider-interface/composables/aucotomplete.mjs +52 -0
  17. package/dist/data-provider-interface/composables/aucotomplete.mjs.map +1 -0
  18. package/dist/data-provider-interface/composables/index.d.ts +4 -0
  19. package/dist/data-provider-interface/composables/useDpiContext.mjs +7 -9
  20. package/dist/data-provider-interface/composables/useDpiContext.mjs.map +1 -1
  21. package/dist/data-provider-interface/composables/useRequestUriName.d.ts +18 -0
  22. package/dist/data-provider-interface/composables/useRequestUriName.mjs +59 -0
  23. package/dist/data-provider-interface/composables/useRequestUriName.mjs.map +1 -0
  24. package/dist/data-provider-interface/config/dcatapde/vocab-prefixes.mjs +1 -1
  25. package/dist/data-provider-interface/config/dcatapde/vocab-prefixes.mjs.map +1 -1
  26. package/dist/data-provider-interface/index.mjs +10 -6
  27. package/dist/data-provider-interface/index.mjs.map +1 -1
  28. package/dist/data-provider-interface/store/dpiStore.d.ts +0 -26
  29. package/dist/data-provider-interface/store/dpiStore.mjs +12 -14
  30. package/dist/data-provider-interface/store/dpiStore.mjs.map +1 -1
  31. package/dist/data-provider-interface/views/InputPage.vue.d.ts +368 -20
  32. package/dist/data-provider-interface/views/InputPage.vue.mjs +125 -107
  33. package/dist/data-provider-interface/views/InputPage.vue.mjs.map +1 -1
  34. package/dist/data-provider-interface/views/OverviewPage/CatalogueOverview.vue.d.ts +16 -6
  35. package/dist/data-provider-interface/views/OverviewPage/DatasetOverview.vue.d.ts +32 -14
  36. package/dist/data-provider-interface/views/OverviewPage/DatasetOverview.vue.mjs +27 -31
  37. package/dist/data-provider-interface/views/OverviewPage/DatasetOverview.vue.mjs.map +1 -1
  38. package/dist/data-provider-interface/views/OverviewPage/DistributionOverview.vue.d.ts +16 -6
  39. package/dist/data-provider-interface/views/OverviewPage/Properties/SpecialProp.vue.d.ts +8 -3
  40. package/dist/data-provider-interface/views/OverviewPage/Properties/URIProp.vue.d.ts +8 -3
  41. package/dist/data-provider-interface/views/OverviewPage/Properties/URIProp.vue.mjs +57 -47
  42. package/dist/data-provider-interface/views/OverviewPage/Properties/URIProp.vue.mjs.map +1 -1
  43. package/dist/data-provider-interface/views/OverviewPage/PropertyEntry.vue.d.ts +16 -6
  44. package/dist/data-provider-interface/views/OverviewPage.vue.d.ts +367 -20
  45. package/dist/data-provider-interface/views/OverviewPage.vue.mjs +66 -58
  46. package/dist/data-provider-interface/views/OverviewPage.vue.mjs.map +1 -1
  47. package/dist/datasetDetails/DatasetDetailsDataset.vue.mjs +50 -36
  48. package/dist/datasetDetails/DatasetDetailsDataset.vue.mjs.map +1 -1
  49. package/dist/datasetDetails/DatasetDetailsDataset.vue2.mjs +4 -4
  50. package/dist/datasetDetails/DatasetDetailsDataset.vue2.mjs.map +1 -1
  51. package/dist/datasetDetails/features/DatasetDetailsFeatures.vue.d.ts +3 -3
  52. package/dist/datasetDetails/features/DatasetDetailsFeatures.vue.mjs +3 -3
  53. package/dist/datasetDetails/features/DatasetDetailsFeatures.vue.mjs.map +1 -1
  54. package/dist/datasetDetails/features/DatasetDetailsIsUsedBy.vue.mjs +18 -18
  55. package/dist/datasetDetails/properties/DatasetDetailsProperties.vue.mjs +58 -50
  56. package/dist/datasetDetails/properties/DatasetDetailsProperties.vue.mjs.map +1 -1
  57. package/dist/external/@vueuse/core/index +3 -2
  58. package/dist/external/@vueuse/shared/index +86 -72
  59. package/dist/external/@vueuse/shared/index.map +1 -1
  60. package/dist/form/Repeatable.vue.d.ts +11 -10
  61. package/dist/form/Repeatable.vue.mjs +5 -62
  62. package/dist/form/Repeatable.vue.mjs.map +1 -1
  63. package/dist/form/Repeatable.vue2.mjs +72 -2
  64. package/dist/form/Repeatable.vue2.mjs.map +1 -1
  65. package/dist/form/Repeatable.vue3.mjs +5 -0
  66. package/dist/form/Repeatable.vue3.mjs.map +1 -0
  67. package/dist/piveau-hub-ui-modules.css +1 -1
  68. package/package.json +1 -1
  69. package/dist/data-provider-interface/store/modules/autocompleteStore.d.ts +0 -27
  70. package/dist/data-provider-interface/store/modules/autocompleteStore.mjs +0 -54
  71. package/dist/data-provider-interface/store/modules/autocompleteStore.mjs.map +0 -1
@@ -1,18 +1,32 @@
1
- import { defineComponent as w, markRaw as E, resolveComponent as f, openBlock as o, createElementBlock as r, createElementVNode as d, createVNode as T, withModifiers as L, withCtx as b, Fragment as C, renderList as D, normalizeClass as A, toDisplayString as c, createTextVNode as n, createCommentVNode as u, createBlock as V } from "vue";
2
- import { mapGetters as $, mapActions as P } from "vuex";
3
- import O from "jquery";
4
- import M from "./PropertyChooser.vue.mjs";
5
- import { has as h, isNil as F, isEmpty as U } from "lodash-es";
6
- import W from "./DistributionInputPage.vue.mjs";
7
- import j from "./OverviewPage.vue.mjs";
8
- import q from "../components/InputPageStep.vue.mjs";
9
- import B from "../components/Navigation.vue.mjs";
10
- import { useDpiStepper as K } from "../composables/useDpiStepper.mjs";
11
- import { useWindowScroll as R } from "../../external/@vueuse/core/index";
1
+ import { defineComponent as E, markRaw as L, computed as A, resolveComponent as h, openBlock as o, createElementBlock as r, createElementVNode as d, createVNode as b, withModifiers as M, withCtx as C, Fragment as D, renderList as V, normalizeClass as O, toDisplayString as f, createTextVNode as n, createCommentVNode as m, createBlock as $ } from "vue";
2
+ import { mapGetters as P, mapActions as F } from "vuex";
3
+ import U from "jquery";
4
+ import W from "./PropertyChooser.vue.mjs";
5
+ import { has as v, isNil as w, isEmpty as j } from "lodash-es";
6
+ import q from "./DistributionInputPage.vue.mjs";
7
+ import B from "./OverviewPage.vue.mjs";
8
+ import K from "../components/InputPageStep.vue.mjs";
9
+ import R from "../components/Navigation.vue.mjs";
10
+ import { useDpiStepper as z } from "../composables/useDpiStepper.mjs";
11
+ import { useWindowScroll as G } from "../../external/@vueuse/core/index";
12
12
  import "@formkit/vue";
13
+ import { useDpiContext as H } from "../composables/useDpiContext.mjs";
14
+ import "vue-router";
15
+ import "merge-anything";
16
+ import "../../configurations/config-schema/apiSchema.mjs";
17
+ import "../../configurations/config-schema/authenticationSchema.mjs";
18
+ import "../../configurations/config-schema/contentSchema.mjs";
19
+ import "../../configurations/config-schema/routingSchema.mjs";
20
+ import "../../configurations/config-schema/metadataSchema.mjs";
21
+ import "../../configurations/config-schema/languagesSchema.mjs";
22
+ import "../../configurations/config-schema/themesSchema.mjs";
23
+ import "../../configurations/config-schema/trackerSchema.mjs";
24
+ import "../../configurations/config-schema/configSchema.mjs";
25
+ import "../../utils/helpers.mjs";
26
+ import "axios";
13
27
  import "./InputPage.vue2.mjs";
14
- import z from "../../_virtual/_plugin-vue_export-helper.mjs";
15
- const G = w({
28
+ import N from "../../_virtual/_plugin-vue_export-helper.mjs";
29
+ const Z = E({
16
30
  props: {
17
31
  property: {
18
32
  required: !0,
@@ -36,23 +50,23 @@ const G = w({
36
50
  };
37
51
  },
38
52
  components: {
39
- InputPageStep: q,
40
- DistributionInputPage: W,
41
- PropertyChooser: M,
42
- Navigation: B
53
+ InputPageStep: K,
54
+ DistributionInputPage: q,
55
+ PropertyChooser: W,
56
+ Navigation: R
43
57
  },
44
58
  computed: {
45
- ...$("auth", [
59
+ ...P("auth", [
46
60
  "getIsEditMode",
47
61
  "getUserCatalogIds"
48
62
  ]),
49
- ...$("dpiStore", [
63
+ ...P("dpiStore", [
50
64
  "getSchema",
51
65
  "getNavSteps",
52
66
  "getDeleteDistributionInline"
53
67
  ]),
54
68
  getTitleStep() {
55
- return Object.keys(this.formValues).filter((e) => h(this.formValues[e], "dct:title"))[0];
69
+ return Object.keys(this.formValues).filter((e) => v(this.formValues[e], "dct:title"))[0];
56
70
  },
57
71
  createIDFromTitle() {
58
72
  const e = this.formValues[this.getTitleStep]["dct:title"][0]["@value"];
@@ -61,18 +75,18 @@ const G = w({
61
75
  },
62
76
  getFirstTitleFromForm() {
63
77
  const e = this.formValues[this.getTitleStep];
64
- return h(e, "dct:title") && e["dct:title"].length > 0 && h(e["dct:title"][0], "@value") && !F(e["dct:title"][0], "@value") ? e["dct:title"][0]["@value"] : "";
78
+ return v(e, "dct:title") && e["dct:title"].length > 0 && v(e["dct:title"][0], "@value") && !w(e["dct:title"][0], "@value") ? e["dct:title"][0]["@value"] : "";
65
79
  },
66
80
  isInput() {
67
81
  return this.$route.params.page !== "overview" && this.$route.params.page !== "distoverview";
68
82
  }
69
83
  },
70
84
  methods: {
71
- ...P("auth", [
85
+ ...F("auth", [
72
86
  "setIsEditMode",
73
87
  "setIsDraft"
74
88
  ]),
75
- ...P("dpiStore", [
89
+ ...F("dpiStore", [
76
90
  "createSchema",
77
91
  "translateSchema",
78
92
  "saveFormValues",
@@ -85,9 +99,9 @@ const G = w({
85
99
  },
86
100
  dropdownCLick() {
87
101
  const e = document.querySelectorAll(".formkitProperty h4");
88
- this.expandall && e.forEach((t, p) => {
102
+ this.expandall && e.forEach((t, u) => {
89
103
  t.classList.add("dpiChevUp"), t.nextElementSibling.classList.remove("d-none");
90
- }), this.expandall || e.forEach((t, p) => {
104
+ }), this.expandall || e.forEach((t, u) => {
91
105
  t.classList.remove("dpiChevUp"), t.nextElementSibling.classList.add("d-none");
92
106
  });
93
107
  },
@@ -106,13 +120,13 @@ const G = w({
106
120
  (s.identifier === "issued" || s.identifier === "modified") && (s.children[1].props.else.validation = "", s.children[1].props.else["validation-visibility"] = "", s.children[1].props.then.validation = "", s.children[1].props.then["validation-visibility"] = "", s.children[1].props.then.validation = "", s.children[1].props.then["validation-visibility"] = "");
107
121
  }
108
122
  ), localStorage.getItem("dpi_editmode") === "false" && (this.setIsDraft(!1), this.setIsEditMode(!1)), this.saveLocalstorageValues(this.property);
109
- const p = this.$store.getters["dpiStore/getRawValues"]({ property: this.property });
110
- U(p) || (this.formValues = p), this.$nextTick(() => {
111
- O('[data-toggle="tooltip"]').tooltip({
123
+ const u = this.$store.getters["dpiStore/getRawValues"]({ property: this.property });
124
+ j(u) || (this.formValues = u), this.$nextTick(() => {
125
+ U('[data-toggle="tooltip"]').tooltip({
112
126
  container: "body"
113
127
  }), setTimeout(() => {
114
- document.querySelectorAll(".formkitProperty h4").forEach((a, m) => {
115
- a.parentElement.parentElement.classList.contains("formkitWrapRepeatable") || (m != 0 && m != 1 && m != 2 && m != 3 && a.nextElementSibling.classList.toggle("d-none"), a.addEventListener("click", () => {
128
+ document.querySelectorAll(".formkitProperty h4").forEach((a, c) => {
129
+ a.parentElement.parentElement.classList.contains("formkitWrapRepeatable") || (c != 0 && c != 1 && c != 2 && c != 3 && a.nextElementSibling.classList.toggle("d-none"), a.addEventListener("click", () => {
116
130
  a.classList.toggle("dpiChevUp"), a.nextElementSibling.classList.toggle("d-none");
117
131
  }));
118
132
  }), document.querySelectorAll(".formkitProperty");
@@ -121,7 +135,7 @@ const G = w({
121
135
  },
122
136
  createDatasetID() {
123
137
  const e = this.formValues[this.getTitleStep];
124
- !h(e, "datasetID") || F(e.datasetID) ? this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle : (this.createIDFromTitle.startsWith(e.datasetID) || e.datasetID.startsWith(this.createIDFromTitle)) && (this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle);
138
+ !v(e, "datasetID") || w(e.datasetID) ? this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle : (this.createIDFromTitle.startsWith(e.datasetID) || e.datasetID.startsWith(this.createIDFromTitle)) && (this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle);
125
139
  },
126
140
  generateandTranslateSchema(e) {
127
141
  for (let t = 0; t < this.getNavSteps(this.$env.content.dataProviderInterface.specification)[e].length; t++)
@@ -141,8 +155,8 @@ const G = w({
141
155
  }
142
156
  },
143
157
  getFirstTitleFromForm: {
144
- handler() {
145
- localStorage.getItem("dpi_editmode") === "false" && (this.setIsDraft(!1), this.setIsEditMode(!1)), this.getIsEditMode || this.createDatasetID();
158
+ handler(e, t) {
159
+ e !== t && (localStorage.getItem("dpi_editmode") === "false" && (this.setIsDraft(!1), this.setIsEditMode(!1)), this.isEditMode || this.createDatasetID());
146
160
  }
147
161
  },
148
162
  // the schema is a computed value which gets computed only once so on language change this value must be re-computed
@@ -152,62 +166,66 @@ const G = w({
152
166
  }
153
167
  }
154
168
  },
155
- beforeRouteEnter(e, t, p) {
156
- p((s) => {
169
+ beforeRouteEnter(e, t, u) {
170
+ u((s) => {
157
171
  t.name && !t.name.startsWith("DataProviderInterface") && s.clearAll();
158
172
  });
159
173
  },
160
174
  setup() {
161
- const {
162
- steps: e,
163
- activeStep: t,
164
- visitedSteps: p,
165
- previousStep: s,
166
- nextStep: a,
167
- stepPlugin: m,
168
- goToNextStep: v,
169
- goToPreviousStep: g
170
- } = K(), S = () => {
171
- let { x: i, y: l } = R({ behavior: "smooth" });
172
- l.value = 0;
173
- }, y = (i) => (e[i].errorCount > 0 || e[i].blockingCount > 0) && p.value.includes(i), I = E({ OverviewPage: j });
175
+ const e = H(), {
176
+ steps: t,
177
+ activeStep: u,
178
+ visitedSteps: s,
179
+ previousStep: a,
180
+ nextStep: c,
181
+ stepPlugin: g,
182
+ goToNextStep: S,
183
+ goToPreviousStep: y
184
+ } = z(), I = () => {
185
+ let { x: p, y: T } = G({ behavior: "smooth" });
186
+ T.value = 0;
187
+ }, k = (p) => (t[p].errorCount > 0 || t[p].blockingCount > 0) && s.value.includes(p), i = L({ OverviewPage: B }), l = A(() => {
188
+ var p;
189
+ return !!((p = e.value.edit) != null && p.enabled);
190
+ });
174
191
  return {
175
- steps: e,
176
- visitedSteps: p,
177
- activeStep: t,
178
- previousStep: s,
179
- nextStep: a,
180
- stepPlugin: m,
181
- checkStepValidity: y,
182
- goToNextStep: v,
183
- goToPreviousStep: g,
184
- scrollToTop: S,
185
- library: I
192
+ steps: t,
193
+ visitedSteps: s,
194
+ activeStep: u,
195
+ previousStep: a,
196
+ nextStep: c,
197
+ stepPlugin: g,
198
+ checkStepValidity: k,
199
+ goToNextStep: S,
200
+ goToPreviousStep: y,
201
+ scrollToTop: I,
202
+ library: i,
203
+ isEditMode: l
186
204
  };
187
205
  }
188
- }), H = { class: "form-container" }, N = {
206
+ }), J = { class: "form-container" }, Q = {
189
207
  key: 0,
190
208
  ref: "fkInputContainer",
191
209
  class: "inputContainer"
192
- }, Z = { class: "formContainer formkit position-relative" }, J = { class: "d-flex" }, Q = { class: "steps" }, X = ["data-step-active", "data-step-valid", "onClick"], Y = { class: "stepBubbleWrap" }, x = { class: "circle stepCircle" }, _ = ["textContent"], ee = {
210
+ }, X = { class: "formContainer formkit position-relative" }, Y = { class: "d-flex" }, x = { class: "steps" }, _ = ["data-step-active", "data-step-valid", "onClick"], ee = { class: "stepBubbleWrap" }, te = { class: "circle stepCircle" }, ie = ["textContent"], se = {
193
211
  key: 0,
194
212
  class: "seperatorHorizontalStepper"
195
- }, te = {
213
+ }, oe = {
196
214
  key: 0,
197
215
  class: "step inactiveStep"
198
- }, ie = { class: "d-flex flex-column w-100" }, se = {
216
+ }, re = { class: "d-flex flex-column w-100" }, ae = {
199
217
  key: 0,
200
218
  class: "w-100 d-flex justify-content-between"
201
- }, oe = { style: { "min-width": "80%" } }, re = { key: 0 }, ae = { key: 1 }, ne = { key: 1 }, le = {
219
+ }, ne = { style: { "min-width": "80%" } }, le = { key: 0 }, pe = { key: 1 }, de = { key: 1 }, ue = {
202
220
  key: 4,
203
221
  class: "p-1"
204
222
  };
205
- function pe(e, t, p, s, a, m) {
206
- const v = f("FormKitSchema"), g = f("DistributionInputPage"), S = f("InputPageStep"), y = f("Navigation"), I = f("FormKit");
207
- return o(), r("div", H, [
208
- e.isInput ? (o(), r("div", N, [
209
- d("div", Z, [
210
- T(I, {
223
+ function me(e, t, u, s, a, c) {
224
+ const g = h("FormKitSchema"), S = h("DistributionInputPage"), y = h("InputPageStep"), I = h("Navigation"), k = h("FormKit");
225
+ return o(), r("div", J, [
226
+ e.isInput ? (o(), r("div", Q, [
227
+ d("div", X, [
228
+ b(k, {
211
229
  type: "form",
212
230
  modelValue: e.formValues,
213
231
  "onUpdate:modelValue": t[1] || (t[1] = (i) => e.formValues = i),
@@ -216,76 +234,76 @@ function pe(e, t, p, s, a, m) {
216
234
  id: "dpiForm",
217
235
  onChange: t[2] || (t[2] = (i) => e.saveFormValues({ property: e.property, page: e.page, distid: e.id, values: e.formValues })),
218
236
  onClick: t[3] || (t[3] = (i) => e.saveFormValues({ property: e.property, page: e.page, distid: e.id, values: e.formValues })),
219
- onSubmit: t[4] || (t[4] = L(() => {
237
+ onSubmit: t[4] || (t[4] = M(() => {
220
238
  }, ["prevent"])),
221
239
  class: "d-flex"
222
240
  }, {
223
- default: b(() => [
224
- d("div", J, [
225
- d("ul", Q, [
226
- (o(!0), r(C, null, D(e.steps, (i, l, k) => (o(), r("li", {
241
+ default: C(() => [
242
+ d("div", Y, [
243
+ d("ul", x, [
244
+ (o(!0), r(D, null, V(e.steps, (i, l, p) => (o(), r("li", {
227
245
  key: i,
228
- class: A(["step", { activeItem: e.activeStep === l, inactiveStep: l != e.activeStep, "has-errors": e.checkStepValidity(l) }]),
246
+ class: O(["step", { activeItem: e.activeStep === l, inactiveStep: l != e.activeStep, "has-errors": e.checkStepValidity(l) }]),
229
247
  "data-step-active": e.activeStep === l,
230
248
  "data-step-valid": i.valid && i.errorCount === 0,
231
- onClick: (de) => {
249
+ onClick: (T) => {
232
250
  e.activeStep = l, e.update(), e.scrollToTop();
233
251
  }
234
252
  }, [
235
- d("div", Y, [
236
- d("div", x, c(k + 1), 1),
253
+ d("div", ee, [
254
+ d("div", te, f(p + 1), 1),
237
255
  t[5] || (t[5] = n()),
238
256
  e.checkStepValidity(l) ? (o(), r("span", {
239
257
  key: 0,
240
258
  class: "step--errors",
241
- textContent: c(i.errorCount + i.blockingCount)
242
- }, null, 8, _)) : u("", !0),
243
- n(c(e.$t("message.dataupload.steps." + l + "Step")), 1)
259
+ textContent: f(i.errorCount + i.blockingCount)
260
+ }, null, 8, ie)) : m("", !0),
261
+ n(f(e.$t("message.dataupload.steps." + l + "Step")), 1)
244
262
  ]),
245
263
  t[6] || (t[6] = n()),
246
- k != Object.keys(e.steps).length ? (o(), r("div", ee)) : u("", !0)
247
- ], 10, X))), 128)),
264
+ p != Object.keys(e.steps).length ? (o(), r("div", se)) : m("", !0)
265
+ ], 10, _))), 128)),
248
266
  t[8] || (t[8] = n()),
249
- e.activeStep === "Overview" ? (o(), r("li", te, t[7] || (t[7] = [
267
+ e.activeStep === "Overview" ? (o(), r("li", oe, t[7] || (t[7] = [
250
268
  d("div", { class: "circle stepCircle" }, null, -1)
251
- ]))) : u("", !0)
269
+ ]))) : m("", !0)
252
270
  ]),
253
271
  t[15] || (t[15] = n()),
254
- d("div", ie, [
255
- (o(!0), r(C, null, D(e.getNavSteps(e.$env.content.dataProviderInterface.specification)[e.property], (i, l) => (o(), r("div", { key: l }, [
256
- T(S, { name: i }, {
257
- default: b(() => [
258
- i !== "Distributions" && i !== "Overview" ? (o(), r("div", se, [
259
- d("h1", oe, c(e.$t("message.dataupload.steps." + i)), 1),
272
+ d("div", re, [
273
+ (o(!0), r(D, null, V(e.getNavSteps(e.$env.content.dataProviderInterface.specification)[e.property], (i, l) => (o(), r("div", { key: l }, [
274
+ b(y, { name: i }, {
275
+ default: C(() => [
276
+ i !== "Distributions" && i !== "Overview" ? (o(), r("div", ae, [
277
+ d("h1", ne, f(e.$t("message.dataupload.steps." + i)), 1),
260
278
  t[9] || (t[9] = n()),
261
279
  d("a", {
262
280
  class: "standardButtonDPI",
263
- onClick: t[0] || (t[0] = (k) => {
281
+ onClick: t[0] || (t[0] = (p) => {
264
282
  e.dropdownCLick(), e.expandall = !e.expandall;
265
283
  })
266
284
  }, [
267
- e.expandall ? (o(), r("span", re, c(e.$t("message.dataupload.info.expand")), 1)) : (o(), r("span", ae, c(e.$t("message.dataupload.info.hide")), 1))
285
+ e.expandall ? (o(), r("span", le, f(e.$t("message.dataupload.info.expand")), 1)) : (o(), r("span", pe, f(e.$t("message.dataupload.info.hide")), 1))
268
286
  ])
269
- ])) : u("", !0),
287
+ ])) : m("", !0),
270
288
  t[11] || (t[11] = n()),
271
- i !== "Distributions" ? (o(), r("hr", ne)) : u("", !0),
289
+ i !== "Distributions" ? (o(), r("hr", de)) : m("", !0),
272
290
  t[12] || (t[12] = n()),
273
- i !== "Distributions" ? (o(), V(v, {
291
+ i !== "Distributions" ? (o(), $(g, {
274
292
  key: 2,
275
293
  schema: e.getSchema(e.property)[i],
276
294
  library: e.library
277
- }, null, 8, ["schema", "library"])) : u("", !0),
295
+ }, null, 8, ["schema", "library"])) : m("", !0),
278
296
  t[13] || (t[13] = n()),
279
- i === "Distributions" ? (o(), V(g, {
297
+ i === "Distributions" ? (o(), $(S, {
280
298
  key: 3,
281
299
  schema: e.getSchema("distributions"),
282
300
  values: e.formValues
283
- }, null, 8, ["schema", "values"])) : u("", !0),
301
+ }, null, 8, ["schema", "values"])) : m("", !0),
284
302
  t[14] || (t[14] = n()),
285
- i === "Mandatory" ? (o(), r("p", le, [
303
+ i === "Mandatory" ? (o(), r("p", ue, [
286
304
  t[10] || (t[10] = d("b", null, "*", -1)),
287
- n(" " + c(e.$t("message.dataupload.info.mandatory")), 1)
288
- ])) : u("", !0)
305
+ n(" " + f(e.$t("message.dataupload.info.mandatory")), 1)
306
+ ])) : m("", !0)
289
307
  ]),
290
308
  _: 2
291
309
  }, 1032, ["name"])
@@ -293,7 +311,7 @@ function pe(e, t, p, s, a, m) {
293
311
  ])
294
312
  ]),
295
313
  t[16] || (t[16] = n()),
296
- T(y, {
314
+ b(I, {
297
315
  steps: e.steps,
298
316
  nextStep: e.nextStep,
299
317
  previousStep: e.previousStep,
@@ -304,11 +322,11 @@ function pe(e, t, p, s, a, m) {
304
322
  _: 1
305
323
  }, 8, ["modelValue", "plugins"])
306
324
  ])
307
- ], 512)) : u("", !0)
325
+ ], 512)) : m("", !0)
308
326
  ]);
309
327
  }
310
- const De = /* @__PURE__ */ z(G, [["render", pe]]);
328
+ const Ke = /* @__PURE__ */ N(Z, [["render", me]]);
311
329
  export {
312
- De as default
330
+ Ke as default
313
331
  };
314
332
  //# sourceMappingURL=InputPage.vue.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"InputPage.vue.mjs","sources":["../../../lib/data-provider-interface/views/InputPage.vue"],"sourcesContent":["<template>\n <div class=\"form-container \">\n <div ref=\"fkInputContainer\" class=\"inputContainer\" v-if=\"isInput\">\n <div class=\"formContainer formkit position-relative\">\n\n <!-- <details>{{ formValues }}</details> -->\n <FormKit type=\"form\" v-model=\"formValues\" :actions=\"false\" :plugins=\"[stepPlugin]\" id=\"dpiForm\"\n @change=\"saveFormValues({ property: property, page: page, distid: id, values: formValues })\"\n @click=\"saveFormValues({ property: property, page: page, distid: id, values: formValues })\" @submit.prevent=\"\"\n class=\"d-flex\" >\n\n <div class=\"d-flex\">\n <ul class=\"steps\">\n <li v-for=\"(step, stepName, index) in steps\" :key=\"step\" class=\"step\"\n :data-step-active=\"activeStep === stepName\" :data-step-valid=\"step.valid && step.errorCount === 0\"\n :class=\"{ activeItem: activeStep === stepName, inactiveStep: stepName != activeStep, 'has-errors': checkStepValidity(stepName) }\"\n @click=\"activeStep = stepName; update(); scrollToTop()\">\n\n <div class=\"stepBubbleWrap\">\n <div class=\"circle stepCircle\">{{ index + 1 }}</div>\n <span v-if=\"checkStepValidity(stepName)\" class=\"step--errors\"\n v-text=\"step.errorCount + step.blockingCount\" />{{ $t('message.dataupload.steps.' + stepName +\n \"Step\")\n }}\n </div>\n <div v-if=\"index != Object.keys(steps).length\" class=\"seperatorHorizontalStepper\"></div>\n </li>\n <li class=\"step inactiveStep\" v-if=\"activeStep === 'Overview'\">\n <div class=\"circle stepCircle\"></div>\n </li>\n\n </ul>\n\n <div class=\"d-flex flex-column w-100\">\n <div v-for=\"(stepName, index) in getNavSteps($env.content.dataProviderInterface.specification)[property]\"\n :key=\"index\">\n <InputPageStep :name=\"stepName\">\n <div v-if=\"stepName !== 'Distributions' && stepName !== 'Overview'\"\n class=\"w-100 d-flex justify-content-between\">\n <h1 style=\"min-width:80%\">{{ $t('message.dataupload.steps.' + stepName) }}</h1>\n <a class=\"standardButtonDPI\" @click=\"dropdownCLick(); expandall = !expandall\"><span\n v-if=\"expandall\">{{ $t('message.dataupload.info.expand') }}</span>\n <span v-else>{{ $t('message.dataupload.info.hide') }}</span></a>\n </div>\n <hr v-if=\"stepName !== 'Distributions'\">\n <FormKitSchema v-if=\"stepName !== 'Distributions'\" :schema=\"getSchema(property)[stepName]\"\n :library=\"library\" />\n <DistributionInputPage v-if=\"stepName === 'Distributions'\" :schema=\"getSchema('distributions')\"\n :values=\"formValues\" />\n <p class=\"p-1\" v-if=\"stepName === 'Mandatory'\"> <b>*</b> {{ $t('message.dataupload.info.mandatory') }}\n </p>\n </InputPageStep>\n </div>\n </div>\n </div>\n\n <Navigation :steps=\"steps\" :nextStep=\"nextStep\" :previousStep=\"previousStep\" :goToNextStep=\"goToNextStep\"\n :goToPreviousStep=\"goToPreviousStep\"></Navigation>\n\n </FormKit>\n\n </div>\n </div>\n </div>\n</template>\n\n<script>\n/* eslint-disable no-alert,arrow-parens,no-param-reassign,no-lonely-if */\nimport { defineComponent, markRaw } from 'vue';\nimport { mapActions, mapGetters } from 'vuex';\nimport $ from 'jquery';\nimport PropertyChooser from './PropertyChooser.vue'\nimport { has, isNil, isEmpty } from 'lodash';\nimport DistributionInputPage from './DistributionInputPage.vue';\nimport OverviewPage from './OverviewPage.vue';\nimport InputPageStep from '../components/InputPageStep.vue';\nimport Navigation from '../components/Navigation.vue';\nimport { useDpiStepper } from '../composables/useDpiStepper';\nimport { useWindowScroll } from '@vueuse/core'\nimport { plugin, defaultConfig } from '@formkit/vue'\n\nexport default defineComponent({\n props: {\n property: {\n required: true,\n type: String,\n },\n id: {\n type: String,\n },\n },\n data() {\n return {\n heightActiveSec: \"10vh\",\n formValues: {},\n offsetTopStepper: \"60px\",\n info: {},\n catalogues: [],\n byte: true,\n expandall: true,\n // steps:{},\n camel2title: (str) =>\n str\n .replace(/([A-Z])/g, (match) => ` ${match}`)\n .replace(/^./, (match) => match.toUpperCase())\n .trim(),\n };\n },\n components: {\n InputPageStep,\n DistributionInputPage,\n PropertyChooser,\n Navigation\n },\n computed: {\n ...mapGetters('auth', [\n 'getIsEditMode',\n 'getUserCatalogIds',\n ]),\n ...mapGetters('dpiStore', [\n 'getSchema',\n 'getNavSteps',\n 'getDeleteDistributionInline',\n ]),\n getTitleStep() {\n return Object.keys(this.formValues).filter(key => has(this.formValues[key], 'dct:title'))[0];\n },\n createIDFromTitle() {\n\n const title = this.formValues[this.getTitleStep]['dct:title'][0]['@value'];\n\n if (title != undefined) {\n return title\n .toLowerCase()\n .replace(/ /g, '-');\n }\n else return;\n },\n getFirstTitleFromForm() {\n const allValues = this.formValues[this.getTitleStep];\n\n return has(allValues, 'dct:title')\n && allValues['dct:title'].length > 0\n && has(allValues['dct:title'][0], '@value')\n && !isNil(allValues['dct:title'][0], '@value')\n ? allValues['dct:title'][0]['@value']\n : '';\n },\n isInput() {\n return this.$route.params.page !== 'overview' && this.$route.params.page !== 'distoverview';\n },\n },\n methods: {\n ...mapActions('auth', [\n 'setIsEditMode',\n 'setIsDraft',\n ]),\n ...mapActions('dpiStore', [\n 'createSchema',\n 'translateSchema',\n 'saveFormValues',\n 'saveLocalstorageValues',\n 'addCatalogOptions',\n 'clearAll',\n ]),\n update() {\n this.$forceUpdate();\n },\n dropdownCLick() {\n\n const h4Elements = document.querySelectorAll('.formkitProperty h4');\n\n if (this.expandall) {\n h4Elements.forEach((h4Element, index) => {\n h4Element.classList.add('dpiChevUp')\n h4Element.nextElementSibling.classList.remove('d-none')\n })\n }\n if (!this.expandall) {\n h4Elements.forEach((h4Element, index) => {\n h4Element.classList.remove('dpiChevUp')\n h4Element.nextElementSibling.classList.add('d-none')\n })\n\n }\n },\n clearForm() {\n this.$formkit.reset('dpi')\n },\n scrollToTop() {\n window.scrollTo(0, 0);\n },\n initInputPage() {\n // adding validation of modified and issued based on edit mode\n // no validation in edit mode\n\n // get step name where issued and modified are included\n const initialSchema = this.getSchema(this.property);\n const stepWithDates = Object.keys(initialSchema).find(\n key => initialSchema[key].map(el => el.name).includes('dct:issued') || initialSchema[key].map(el => el.name).includes('dct:modified')\n );\n\n \n \n this.$formkit.setLocale('de');\n // console.log(this.$formkit);\n \n\n // this.$formkit.getValidationMessages()\n if (localStorage.getItem('dpi_editmode') === 'true' && stepWithDates != undefined) {\n initialSchema[stepWithDates].forEach((el) => {\n if (el['identifier'] === 'issued' || el['identifier'] === 'modified') {\n el['children'][1]['props']['else']['validation'] = ''\n el['children'][1]['props']['else']['validation-visibility'] = ''\n\n el['children'][1]['props']['then']['validation'] = ''\n el['children'][1]['props']['then']['validation-visibility'] = ''\n el['children'][1]['props']['then']['validation'] = ''\n el['children'][1]['props']['then']['validation-visibility'] = ''\n }\n }\n );\n }\n\n if (localStorage.getItem('dpi_editmode') === 'false') {\n this.setIsDraft(false)\n this.setIsEditMode(false)\n }\n\n this.saveLocalstorageValues(this.property); // saves values from localStorage to vuex store\n const existingValues = this.$store.getters['dpiStore/getRawValues']({ property: this.property });\n\n\n // only overwrite empty object if there are values\n if (!isEmpty(existingValues)) this.formValues = existingValues;\n\n\n\n this.$nextTick(() => {\n $('[data-toggle=\"tooltip\"]').tooltip({\n container: 'body',\n });\n setTimeout(() => {\n const h4Elements = document.querySelectorAll('.formkitProperty h4');\n h4Elements.forEach((h4Element, index) => {\n // Added the clickeffect to the headers of the individual properties\n\n if (!h4Element.parentElement.parentElement.classList.contains('formkitWrapRepeatable')) {\n if (index != 0 && index != 1 && index != 2 && index != 3) {\n h4Element.nextElementSibling.classList.toggle('d-none')\n }\n h4Element.addEventListener('click', () => {\n h4Element.classList.toggle('dpiChevUp')\n h4Element.nextElementSibling.classList.toggle('d-none')\n });\n }\n })\n // Observe the validity of the individual properties\n const elements = document.querySelectorAll('.formkitProperty');\n const attributeChangedCallback = (mutationsList) => {\n for (const mutation of mutationsList) {\n\n if (mutation.type === 'attributes') {\n if (mutation.target.getAttribute('data-invalid') === 'true') {\n try {\n if (mutation.target.parentNode.parentNode.parentNode.previousElementSibling.tagName === 'H4') {\n mutation.target.parentNode.parentNode.parentNode.previousElementSibling.classList.add('isInvalidProperty')\n }\n } catch (error) { }\n try {\n if (mutation.target.previousElementSibling.tagName === 'H4') {\n mutation.target.previousElementSibling.classList.add('isInvalidProperty')\n }\n } catch (error) { }\n try {\n if (mutation.target.parentNode.previousElementSibling.tagName === 'H4') {\n mutation.target.parentNode.previousElementSibling.classList.add('isInvalidProperty')\n }\n } catch (error) { }\n }\n if (mutation.target.getAttribute('data-invalid') === null || mutation.target.getAttribute('data-invalid') === 'false') {\n try {\n if (mutation.target.parentNode.parentNode.parentNode.previousElementSibling.tagName === 'H4') {\n mutation.target.parentNode.parentNode.parentNode.previousElementSibling.classList.remove('isInvalidProperty')\n }\n } catch (error) { }\n try {\n if (mutation.target.previousElementSibling.tagName === 'H4') {\n mutation.target.previousElementSibling.classList.remove('isInvalidProperty')\n }\n } catch (error) { }\n try {\n if (mutation.target.parentNode.previousElementSibling.tagName === 'H4') {\n mutation.target.parentNode.previousElementSibling.classList.remove('isInvalidProperty')\n }\n } catch (error) { }\n }\n }\n }\n };\n // MutationObserver \n // const observer = new MutationObserver(attributeChangedCallback);\n // const config = { attributes: true };\n // let allMatchingElements = [];\n\n // elements.forEach((element, index) => {\n // const matchingChildren = element.querySelectorAll('.formkit-outer');\n // allMatchingElements = allMatchingElements.concat(Array.from(matchingChildren));\n // observer.observe(allMatchingElements[index], config);\n // });\n });\n });\n },\n createDatasetID() {\n const valueObject = this.formValues[this.getTitleStep];\n if (!has(valueObject, 'datasetID') || isNil(valueObject['datasetID'])) {\n // console.log('in if');\n this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle;\n }\n else {\n\n if (this.createIDFromTitle.startsWith(valueObject.datasetID) || valueObject.datasetID.startsWith(this.createIDFromTitle)) {\n // console.log('in else');\n this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle;\n }\n }\n },\n generateandTranslateSchema(property) {\n for (let index = 0; index < this.getNavSteps(this.$env.content.dataProviderInterface.specification)[property].length; index++) {\n this.createSchema({ property: property, page: this.getNavSteps(this.$env.content.dataProviderInterface.specification)[property][index], specification: this.$env.content.dataProviderInterface.specification });\n this.translateSchema({ property: property, page: this.getNavSteps(this.$env.content.dataProviderInterface.specification)[property][index] });\n }\n },\n\n },\n created() {\n\n // Needs to be reworked\n if (this.$route.query.edit === 'false') {\n this.clearAll();\n // localStorage.clear();\n }\n\n // create schema for datasets or catalogues\n this.generateandTranslateSchema(this.property);\n\n // for datasets also create schema for distributions\n if (this.property === 'datasets') {\n this.generateandTranslateSchema('distributions');\n }\n },\n mounted() {\n this.initInputPage();\n\n },\n watch: {\n activeStep: {\n handler() {\n this.scrollToTop();\n },\n },\n getFirstTitleFromForm: {\n handler() {\n if (localStorage.getItem('dpi_editmode') === 'false') {\n this.setIsDraft(false)\n this.setIsEditMode(false)\n }\n // only create id from title if the user is not editing an existing dataset with an existing datasetID\n if (!this.getIsEditMode) {\n this.createDatasetID();\n }\n },\n },\n // the schema is a computed value which gets computed only once so on language change this value must be re-computed\n '$i18n.locale': {\n handler() {\n this.generateandTranslateSchema(this.property);\n if (this.property === 'datasets') this.generateandTranslateSchema('distributions');\n }\n },\n },\n beforeRouteEnter(to, from, next) {\n // Always clear storage when entering DPI\n next(vm => {\n if (from.name && !from.name.startsWith('DataProviderInterface')) {\n vm.clearAll();\n }\n });\n },\n setup() {\n const {\n steps,\n activeStep,\n visitedSteps,\n previousStep,\n nextStep,\n stepPlugin,\n goToNextStep,\n goToPreviousStep,\n } = useDpiStepper();\n\n const scrollToTop = () => {\n let { x, y } = useWindowScroll({ behavior: 'smooth' })\n y.value = 0\n\n }\n\n const checkStepValidity = (stepName) => {\n return (steps[stepName].errorCount > 0 || steps[stepName].blockingCount > 0) && visitedSteps.value.includes(stepName)\n }\n\n const library = markRaw({ OverviewPage })\n\n return {\n steps,\n visitedSteps,\n activeStep,\n previousStep,\n nextStep,\n stepPlugin,\n checkStepValidity,\n goToNextStep,\n goToPreviousStep,\n scrollToTop,\n library,\n }\n }\n});\n</script>\n\n<style lang=\"scss\">\n.standardButtonDPI {\n background-color: #fff;\n color: #000;\n border-radius: 0.3em;\n font-size: 16px;\n padding: 0.75em;\n display: inline-flex;\n align-items: center;\n height: 50px;\n border: 1px solid lightgray;\n transition: all 100ms ease-in-out;\n cursor: pointer;\n\n &:hover {\n transform: scale(98%);\n background-color: #F4F4F4;\n border-color: gray;\n text-decoration: none;\n }\n}\n\n:root {\n --gray: #ccccd7;\n --gray-l: #eeeef4;\n}\n\n.formkit-form {\n max-width: 500px;\n flex-shrink: 0;\n margin-top: 1em;\n margin-bottom: 1em;\n background: #fff;\n color: #000;\n border: 1px solid var(--gray);\n border-radius: 0.5em;\n box-shadow: 0.25em 0.25em 1em 0 rgba(0, 0, 0, 0.1);\n}\n\n#app .source-content {\n padding: 2em;\n background: transparent;\n}\n\n.steps {\n list-style-type: none;\n margin: 0;\n display: flex;\n padding-left: 0;\n background: var(--gray-l);\n border-radius: 0.4em 0.4em 0 0;\n overflow: hidden;\n border-bottom: 1px solid var(--gray);\n}\n\n.step {\n font-size: 14px;\n display: flex;\n align-items: center;\n padding: 16px 20px;\n background: var(--gray-l);\n border-right: 1px solid var(--gray);\n color: gray;\n flex-grow: 0;\n flex-shrink: 0;\n position: relative;\n}\n\n.step:last-child {\n box-shadow: 0.1em -0.1 0.1em 0 rgba(0, 0, 0, 0.33)\n}\n\n.step:hover {\n cursor: pointer;\n}\n\n[data-step-active=\"true\"] {\n color: black;\n background: white !important;\n border-bottom: none;\n position: relative;\n}\n\n.step--errors,\n[data-step-valid=\"true\"]:after {\n content: '✓';\n background-color: #54A085;\n position: absolute;\n top: 4px;\n right: 4px;\n height: 18px;\n width: 18px;\n border-radius: 50%;\n z-index: 10;\n display: flex;\n font-size: 10px;\n flex-direction: column;\n justify-content: center;\n text-align: center;\n color: white;\n}\n\n.step--errors {\n background-color: #ff4949;\n color: #fff;\n z-index: 100;\n}\n\n.step-nav {\n display: flex;\n margin-top: 2em;\n margin-bottom: 1em;\n justify-content: space-between;\n}\n\n.form-body {\n padding: 2em;\n}\n\n.next {\n margin-left: auto;\n}\n\n.formkit-outer[data-type=\"submit\"] .formkit-wrapper {\n padding: 0 2em 1em 2em;\n display: flex;\n}\n\n.formkit-outer[data-type=\"submit\"] .formkit-input {\n margin-left: auto;\n margin-right: 0;\n}\n\ndetails {\n border: 1px solid var(--gray);\n background: var(--gray-l);\n border-radius: .15em;\n padding: 1em;\n}\n\n.formkit-form>.formkit-messages {\n padding: 0 2em 0em 2em;\n}\n\n.formkit-form>.formkit-messages:last-child {\n padding: 0 2em 2em 2em;\n}\n\n[data-errors=\"true\"] .formkit-label {\n color: #ff4949;\n}\n\n.formkit-wrapper {\n max-width: 100%;\n}\n\nbutton:hover,\nsummary {\n cursor: pointer\n}\n\n\n@media (max-width: 438px) {\n h1 {\n font-size: 1.15em;\n }\n\n #app .source-content {\n padding: 0.5em;\n }\n\n .steps {\n flex-direction: column;\n }\n\n .step {\n border-bottom: 1px solid var(--gray);\n border-right: none;\n }\n\n .step:last-child {\n border-bottom: none;\n }\n\n .form-body {\n padding: 1em;\n }\n\n .formkit-outer[data-type=\"submit\"] .formkit-wrapper {\n padding: 0 1em 1em 1em;\n display: flex;\n }\n\n .formkit-form>.formkit-messages {\n padding: 0 1em 0em 1em;\n }\n\n .formkit-form>.formkit-messages:last-child {\n padding: 0 1em 1em 1em;\n }\n}\n\n.repeatableWrap,\n.formkitCmpWrap {\n margin: 2rem 0 !important\n}\n\n.isInvalidProperty {\n background-color: #FFD9D9 !important;\n}\n\n.activeItem {\n flex-grow: 1;\n\n .seperatorHorizontalStepper {\n height: 100%;\n }\n}\n\nselect {\n\n line-height: unset !important;\n}\n\n.form-container {\n padding-top: 20px;\n margin-top: 30px;\n border: solid 1px #d5d5d5;\n border-radius: 3px;\n margin-bottom: 20px;\n}\n\n.inputContainer {\n display: flex;\n}\n\n.formContainer {\n width: 100% !important;\n}\n\n.distributionPage0 {\n display: block;\n}\n\n.distributionPage1 {\n display: none;\n}\n\n.distributionPage2 {\n display: none;\n}\n\n.grid2r2c {\n .formkit-input-group-repeatable {\n display: grid;\n grid-template-columns: 70% 28%;\n grid-template-rows: auto auto;\n grid-gap: 10px;\n background-color: transparent;\n }\n}\n\n.grid1r2c {\n .formkit-input-group-repeatable {\n display: grid;\n grid-template-columns: 70% 28%;\n grid-template-rows: auto;\n grid-gap: 10px;\n background-color: transparent;\n }\n}\n\n.row1 {\n grid-row-start: 1;\n grid-row-end: 2;\n}\n\n.row2 {\n grid-row-start: 2;\n grid-row-end: 3;\n}\n\n.grow3 {\n grid-row-start: 3;\n grid-row-end: 4;\n}\n\n.column1 {\n grid-column-start: 1;\n grid-column-end: 2;\n}\n\n.column2 {\n grid-column-start: 2;\n grid-column-end: 3;\n}\n\n.columnboth {\n grid-column-start: 1;\n grid-column-end: 3;\n}\n\n.display-none {\n display: none;\n}\n\n.activeSection {\n >.formkitProperty {\n >div {}\n }\n}\n\n.formkitCmpWrap {\n border-left: 1px solid lightgray;\n\n\n}\n\n.formkitProperty {\n\n >h4 {\n background-color: #f5f5f5;\n padding: 1rem;\n cursor: pointer;\n position: relative;\n transition: all ease-in-out 200ms;\n\n &:hover {\n\n background-color: lightgray;\n\n &:before {\n\n rotate: -45deg;\n }\n\n &:after {\n\n rotate: 45deg;\n }\n }\n\n &:before {\n transition: all ease-in-out 200ms;\n content: \"\";\n width: 15px;\n height: 1.5px;\n background-color: black;\n position: absolute;\n top: 30px;\n right: 15px;\n rotate: 45deg;\n }\n\n &:after {\n transition: all ease-in-out 200ms;\n content: \"\";\n width: 15px;\n height: 1.5px;\n background-color: black;\n position: absolute;\n top: 30px;\n right: 25px;\n rotate: -45deg;\n }\n }\n\n .formkitProperty {\n h4 {\n padding: 0;\n background-color: unset !important;\n\n &::before {\n display: none !important;\n }\n\n &:after {\n display: none !important;\n }\n }\n }\n}\n\n.dpiChevUp {\n\n &:before {\n\n rotate: -45deg !important;\n }\n\n &:after {\n\n rotate: 45deg !important;\n }\n\n\n\n}\n</style>\n"],"names":["_sfc_main","defineComponent","str","match","InputPageStep","DistributionInputPage","PropertyChooser","Navigation","mapGetters","key","has","title","allValues","isNil","mapActions","h4Elements","h4Element","index","initialSchema","stepWithDates","el","existingValues","isEmpty","$","valueObject","property","to","from","next","vm","steps","activeStep","visitedSteps","previousStep","nextStep","stepPlugin","goToNextStep","goToPreviousStep","useDpiStepper","scrollToTop","x","y","useWindowScroll","checkStepValidity","stepName","library","markRaw","OverviewPage","_hoisted_1","_hoisted_3","_hoisted_4","_hoisted_5","_hoisted_6","_hoisted_7","_hoisted_8","_hoisted_9","_hoisted_12","_hoisted_14","_openBlock","_createElementBlock","_ctx","_hoisted_2","_createElementVNode","_createVNode","_component_FormKit","_cache","$event","_withModifiers","_withCtx","_Fragment","_renderList","step","_normalizeClass","_toDisplayString","_createTextVNode","_createCommentVNode","_hoisted_10","_hoisted_11","_component_InputPageStep","_hoisted_13","_hoisted_15","_hoisted_16","_hoisted_17","_createBlock","_component_FormKitSchema","_component_DistributionInputPage","_hoisted_18","_component_Navigation"],"mappings":"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"}
1
+ {"version":3,"file":"InputPage.vue.mjs","sources":["../../../lib/data-provider-interface/views/InputPage.vue"],"sourcesContent":["<template>\n <div class=\"form-container \">\n <div ref=\"fkInputContainer\" class=\"inputContainer\" v-if=\"isInput\">\n <div class=\"formContainer formkit position-relative\">\n\n <!-- <details>{{ formValues }}</details> -->\n <FormKit type=\"form\" v-model=\"formValues\" :actions=\"false\" :plugins=\"[stepPlugin]\" id=\"dpiForm\"\n @change=\"saveFormValues({ property: property, page: page, distid: id, values: formValues })\"\n @click=\"saveFormValues({ property: property, page: page, distid: id, values: formValues })\" @submit.prevent=\"\"\n class=\"d-flex\" >\n\n <div class=\"d-flex\">\n <ul class=\"steps\">\n <li v-for=\"(step, stepName, index) in steps\" :key=\"step\" class=\"step\"\n :data-step-active=\"activeStep === stepName\" :data-step-valid=\"step.valid && step.errorCount === 0\"\n :class=\"{ activeItem: activeStep === stepName, inactiveStep: stepName != activeStep, 'has-errors': checkStepValidity(stepName) }\"\n @click=\"activeStep = stepName; update(); scrollToTop()\">\n\n <div class=\"stepBubbleWrap\">\n <div class=\"circle stepCircle\">{{ index + 1 }}</div>\n <span v-if=\"checkStepValidity(stepName)\" class=\"step--errors\"\n v-text=\"step.errorCount + step.blockingCount\" />{{ $t('message.dataupload.steps.' + stepName +\n \"Step\")\n }}\n </div>\n <div v-if=\"index != Object.keys(steps).length\" class=\"seperatorHorizontalStepper\"></div>\n </li>\n <li class=\"step inactiveStep\" v-if=\"activeStep === 'Overview'\">\n <div class=\"circle stepCircle\"></div>\n </li>\n\n </ul>\n\n <div class=\"d-flex flex-column w-100\">\n <div v-for=\"(stepName, index) in getNavSteps($env.content.dataProviderInterface.specification)[property]\"\n :key=\"index\">\n <InputPageStep :name=\"stepName\">\n <div v-if=\"stepName !== 'Distributions' && stepName !== 'Overview'\"\n class=\"w-100 d-flex justify-content-between\">\n <h1 style=\"min-width:80%\">{{ $t('message.dataupload.steps.' + stepName) }}</h1>\n <a class=\"standardButtonDPI\" @click=\"dropdownCLick(); expandall = !expandall\"><span\n v-if=\"expandall\">{{ $t('message.dataupload.info.expand') }}</span>\n <span v-else>{{ $t('message.dataupload.info.hide') }}</span></a>\n </div>\n <hr v-if=\"stepName !== 'Distributions'\">\n <FormKitSchema v-if=\"stepName !== 'Distributions'\" :schema=\"getSchema(property)[stepName]\"\n :library=\"library\" />\n <DistributionInputPage v-if=\"stepName === 'Distributions'\" :schema=\"getSchema('distributions')\"\n :values=\"formValues\" />\n <p class=\"p-1\" v-if=\"stepName === 'Mandatory'\"> <b>*</b> {{ $t('message.dataupload.info.mandatory') }}\n </p>\n </InputPageStep>\n </div>\n </div>\n </div>\n\n <Navigation :steps=\"steps\" :nextStep=\"nextStep\" :previousStep=\"previousStep\" :goToNextStep=\"goToNextStep\"\n :goToPreviousStep=\"goToPreviousStep\"></Navigation>\n\n </FormKit>\n\n </div>\n </div>\n </div>\n</template>\n\n<script>\n/* eslint-disable no-alert,arrow-parens,no-param-reassign,no-lonely-if */\nimport { defineComponent, markRaw, computed } from 'vue';\nimport { mapActions, mapGetters } from 'vuex';\nimport $ from 'jquery';\nimport PropertyChooser from './PropertyChooser.vue'\nimport { has, isNil, isEmpty } from 'lodash';\nimport DistributionInputPage from './DistributionInputPage.vue';\nimport OverviewPage from './OverviewPage.vue';\nimport InputPageStep from '../components/InputPageStep.vue';\nimport Navigation from '../components/Navigation.vue';\nimport { useDpiStepper } from '../composables/useDpiStepper';\nimport { useWindowScroll } from '@vueuse/core'\nimport { plugin, defaultConfig } from '@formkit/vue'\nimport { useDpiContext } from '../composables';\n\nexport default defineComponent({\n props: {\n property: {\n required: true,\n type: String,\n },\n id: {\n type: String,\n },\n },\n data() {\n return {\n heightActiveSec: \"10vh\",\n formValues: {},\n offsetTopStepper: \"60px\",\n info: {},\n catalogues: [],\n byte: true,\n expandall: true,\n // steps:{},\n camel2title: (str) =>\n str\n .replace(/([A-Z])/g, (match) => ` ${match}`)\n .replace(/^./, (match) => match.toUpperCase())\n .trim(),\n };\n },\n components: {\n InputPageStep,\n DistributionInputPage,\n PropertyChooser,\n Navigation\n },\n computed: {\n ...mapGetters('auth', [\n 'getIsEditMode',\n 'getUserCatalogIds',\n ]),\n ...mapGetters('dpiStore', [\n 'getSchema',\n 'getNavSteps',\n 'getDeleteDistributionInline',\n ]),\n getTitleStep() {\n return Object.keys(this.formValues).filter(key => has(this.formValues[key], 'dct:title'))[0];\n },\n createIDFromTitle() {\n\n const title = this.formValues[this.getTitleStep]['dct:title'][0]['@value'];\n\n if (title != undefined) {\n return title\n .toLowerCase()\n .replace(/ /g, '-');\n }\n else return;\n },\n getFirstTitleFromForm() {\n const allValues = this.formValues[this.getTitleStep];\n\n return has(allValues, 'dct:title')\n && allValues['dct:title'].length > 0\n && has(allValues['dct:title'][0], '@value')\n && !isNil(allValues['dct:title'][0], '@value')\n ? allValues['dct:title'][0]['@value']\n : '';\n },\n isInput() {\n return this.$route.params.page !== 'overview' && this.$route.params.page !== 'distoverview';\n },\n },\n methods: {\n ...mapActions('auth', [\n 'setIsEditMode',\n 'setIsDraft',\n ]),\n ...mapActions('dpiStore', [\n 'createSchema',\n 'translateSchema',\n 'saveFormValues',\n 'saveLocalstorageValues',\n 'addCatalogOptions',\n 'clearAll',\n ]),\n update() {\n this.$forceUpdate();\n },\n dropdownCLick() {\n\n const h4Elements = document.querySelectorAll('.formkitProperty h4');\n\n if (this.expandall) {\n h4Elements.forEach((h4Element, index) => {\n h4Element.classList.add('dpiChevUp')\n h4Element.nextElementSibling.classList.remove('d-none')\n })\n }\n if (!this.expandall) {\n h4Elements.forEach((h4Element, index) => {\n h4Element.classList.remove('dpiChevUp')\n h4Element.nextElementSibling.classList.add('d-none')\n })\n\n }\n },\n clearForm() {\n this.$formkit.reset('dpi')\n },\n scrollToTop() {\n window.scrollTo(0, 0);\n },\n initInputPage() {\n // adding validation of modified and issued based on edit mode\n // no validation in edit mode\n\n // get step name where issued and modified are included\n const initialSchema = this.getSchema(this.property);\n const stepWithDates = Object.keys(initialSchema).find(\n key => initialSchema[key].map(el => el.name).includes('dct:issued') || initialSchema[key].map(el => el.name).includes('dct:modified')\n );\n\n \n \n this.$formkit.setLocale('de');\n // console.log(this.$formkit);\n \n\n // this.$formkit.getValidationMessages()\n if (localStorage.getItem('dpi_editmode') === 'true' && stepWithDates != undefined) {\n initialSchema[stepWithDates].forEach((el) => {\n if (el['identifier'] === 'issued' || el['identifier'] === 'modified') {\n el['children'][1]['props']['else']['validation'] = ''\n el['children'][1]['props']['else']['validation-visibility'] = ''\n\n el['children'][1]['props']['then']['validation'] = ''\n el['children'][1]['props']['then']['validation-visibility'] = ''\n el['children'][1]['props']['then']['validation'] = ''\n el['children'][1]['props']['then']['validation-visibility'] = ''\n }\n }\n );\n }\n\n if (localStorage.getItem('dpi_editmode') === 'false') {\n this.setIsDraft(false)\n this.setIsEditMode(false)\n }\n\n this.saveLocalstorageValues(this.property); // saves values from localStorage to vuex store\n const existingValues = this.$store.getters['dpiStore/getRawValues']({ property: this.property });\n\n\n // only overwrite empty object if there are values\n if (!isEmpty(existingValues)) this.formValues = existingValues;\n\n\n\n this.$nextTick(() => {\n $('[data-toggle=\"tooltip\"]').tooltip({\n container: 'body',\n });\n setTimeout(() => {\n const h4Elements = document.querySelectorAll('.formkitProperty h4');\n h4Elements.forEach((h4Element, index) => {\n // Added the clickeffect to the headers of the individual properties\n\n if (!h4Element.parentElement.parentElement.classList.contains('formkitWrapRepeatable')) {\n if (index != 0 && index != 1 && index != 2 && index != 3) {\n h4Element.nextElementSibling.classList.toggle('d-none')\n }\n h4Element.addEventListener('click', () => {\n h4Element.classList.toggle('dpiChevUp')\n h4Element.nextElementSibling.classList.toggle('d-none')\n });\n }\n })\n // Observe the validity of the individual properties\n const elements = document.querySelectorAll('.formkitProperty');\n const attributeChangedCallback = (mutationsList) => {\n for (const mutation of mutationsList) {\n\n if (mutation.type === 'attributes') {\n if (mutation.target.getAttribute('data-invalid') === 'true') {\n try {\n if (mutation.target.parentNode.parentNode.parentNode.previousElementSibling.tagName === 'H4') {\n mutation.target.parentNode.parentNode.parentNode.previousElementSibling.classList.add('isInvalidProperty')\n }\n } catch (error) { }\n try {\n if (mutation.target.previousElementSibling.tagName === 'H4') {\n mutation.target.previousElementSibling.classList.add('isInvalidProperty')\n }\n } catch (error) { }\n try {\n if (mutation.target.parentNode.previousElementSibling.tagName === 'H4') {\n mutation.target.parentNode.previousElementSibling.classList.add('isInvalidProperty')\n }\n } catch (error) { }\n }\n if (mutation.target.getAttribute('data-invalid') === null || mutation.target.getAttribute('data-invalid') === 'false') {\n try {\n if (mutation.target.parentNode.parentNode.parentNode.previousElementSibling.tagName === 'H4') {\n mutation.target.parentNode.parentNode.parentNode.previousElementSibling.classList.remove('isInvalidProperty')\n }\n } catch (error) { }\n try {\n if (mutation.target.previousElementSibling.tagName === 'H4') {\n mutation.target.previousElementSibling.classList.remove('isInvalidProperty')\n }\n } catch (error) { }\n try {\n if (mutation.target.parentNode.previousElementSibling.tagName === 'H4') {\n mutation.target.parentNode.previousElementSibling.classList.remove('isInvalidProperty')\n }\n } catch (error) { }\n }\n }\n }\n };\n // MutationObserver \n // const observer = new MutationObserver(attributeChangedCallback);\n // const config = { attributes: true };\n // let allMatchingElements = [];\n\n // elements.forEach((element, index) => {\n // const matchingChildren = element.querySelectorAll('.formkit-outer');\n // allMatchingElements = allMatchingElements.concat(Array.from(matchingChildren));\n // observer.observe(allMatchingElements[index], config);\n // });\n });\n });\n },\n createDatasetID() {\n const valueObject = this.formValues[this.getTitleStep];\n if (!has(valueObject, 'datasetID') || isNil(valueObject['datasetID'])) {\n // console.log('in if');\n this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle;\n }\n else {\n\n if (this.createIDFromTitle.startsWith(valueObject.datasetID) || valueObject.datasetID.startsWith(this.createIDFromTitle)) {\n // console.log('in else');\n this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle;\n }\n }\n },\n generateandTranslateSchema(property) {\n for (let index = 0; index < this.getNavSteps(this.$env.content.dataProviderInterface.specification)[property].length; index++) {\n this.createSchema({ property: property, page: this.getNavSteps(this.$env.content.dataProviderInterface.specification)[property][index], specification: this.$env.content.dataProviderInterface.specification });\n this.translateSchema({ property: property, page: this.getNavSteps(this.$env.content.dataProviderInterface.specification)[property][index] });\n }\n },\n\n },\n created() {\n\n // Needs to be reworked\n if (this.$route.query.edit === 'false') {\n this.clearAll();\n // localStorage.clear();\n }\n\n // create schema for datasets or catalogues\n this.generateandTranslateSchema(this.property);\n\n // for datasets also create schema for distributions\n if (this.property === 'datasets') {\n this.generateandTranslateSchema('distributions');\n }\n },\n mounted() {\n this.initInputPage();\n\n },\n watch: {\n activeStep: {\n handler() {\n this.scrollToTop();\n },\n },\n getFirstTitleFromForm: {\n handler(newVal, oldVal) {\n if (newVal === oldVal) return\n if (localStorage.getItem('dpi_editmode') === 'false') {\n this.setIsDraft(false)\n this.setIsEditMode(false)\n }\n // only create id from title if the user is not editing an existing dataset with an existing datasetID\n if (!this.isEditMode) {\n this.createDatasetID();\n }\n },\n },\n // the schema is a computed value which gets computed only once so on language change this value must be re-computed\n '$i18n.locale': {\n handler() {\n this.generateandTranslateSchema(this.property);\n if (this.property === 'datasets') this.generateandTranslateSchema('distributions');\n }\n },\n },\n beforeRouteEnter(to, from, next) {\n // Always clear storage when entering DPI\n next(vm => {\n if (from.name && !from.name.startsWith('DataProviderInterface')) {\n vm.clearAll();\n }\n });\n },\n setup() {\n const dpiContext = useDpiContext();\n const {\n steps,\n activeStep,\n visitedSteps,\n previousStep,\n nextStep,\n stepPlugin,\n goToNextStep,\n goToPreviousStep,\n } = useDpiStepper();\n\n const scrollToTop = () => {\n let { x, y } = useWindowScroll({ behavior: 'smooth' })\n y.value = 0\n\n }\n\n const checkStepValidity = (stepName) => {\n return (steps[stepName].errorCount > 0 || steps[stepName].blockingCount > 0) && visitedSteps.value.includes(stepName)\n }\n\n const library = markRaw({ OverviewPage })\n\n const isEditMode = computed(() => {\n return !!dpiContext.value.edit?.enabled\n })\n\n return {\n steps,\n visitedSteps,\n activeStep,\n previousStep,\n nextStep,\n stepPlugin,\n checkStepValidity,\n goToNextStep,\n goToPreviousStep,\n scrollToTop,\n library,\n isEditMode,\n }\n }\n});\n</script>\n\n<style lang=\"scss\">\n.standardButtonDPI {\n background-color: #fff;\n color: #000;\n border-radius: 0.3em;\n font-size: 16px;\n padding: 0.75em;\n display: inline-flex;\n align-items: center;\n height: 50px;\n border: 1px solid lightgray;\n transition: all 100ms ease-in-out;\n cursor: pointer;\n\n &:hover {\n transform: scale(98%);\n background-color: #F4F4F4;\n border-color: gray;\n text-decoration: none;\n }\n}\n\n:root {\n --gray: #ccccd7;\n --gray-l: #eeeef4;\n}\n\n.formkit-form {\n max-width: 500px;\n flex-shrink: 0;\n margin-top: 1em;\n margin-bottom: 1em;\n background: #fff;\n color: #000;\n border: 1px solid var(--gray);\n border-radius: 0.5em;\n box-shadow: 0.25em 0.25em 1em 0 rgba(0, 0, 0, 0.1);\n}\n\n#app .source-content {\n padding: 2em;\n background: transparent;\n}\n\n.steps {\n list-style-type: none;\n margin: 0;\n display: flex;\n padding-left: 0;\n background: var(--gray-l);\n border-radius: 0.4em 0.4em 0 0;\n overflow: hidden;\n border-bottom: 1px solid var(--gray);\n}\n\n.step {\n font-size: 14px;\n display: flex;\n align-items: center;\n padding: 16px 20px;\n background: var(--gray-l);\n border-right: 1px solid var(--gray);\n color: gray;\n flex-grow: 0;\n flex-shrink: 0;\n position: relative;\n}\n\n.step:last-child {\n box-shadow: 0.1em -0.1 0.1em 0 rgba(0, 0, 0, 0.33)\n}\n\n.step:hover {\n cursor: pointer;\n}\n\n[data-step-active=\"true\"] {\n color: black;\n background: white !important;\n border-bottom: none;\n position: relative;\n}\n\n.step--errors,\n[data-step-valid=\"true\"]:after {\n content: '✓';\n background-color: #54A085;\n position: absolute;\n top: 4px;\n right: 4px;\n height: 18px;\n width: 18px;\n border-radius: 50%;\n z-index: 10;\n display: flex;\n font-size: 10px;\n flex-direction: column;\n justify-content: center;\n text-align: center;\n color: white;\n}\n\n.step--errors {\n background-color: #ff4949;\n color: #fff;\n z-index: 100;\n}\n\n.step-nav {\n display: flex;\n margin-top: 2em;\n margin-bottom: 1em;\n justify-content: space-between;\n}\n\n.form-body {\n padding: 2em;\n}\n\n.next {\n margin-left: auto;\n}\n\n.formkit-outer[data-type=\"submit\"] .formkit-wrapper {\n padding: 0 2em 1em 2em;\n display: flex;\n}\n\n.formkit-outer[data-type=\"submit\"] .formkit-input {\n margin-left: auto;\n margin-right: 0;\n}\n\ndetails {\n border: 1px solid var(--gray);\n background: var(--gray-l);\n border-radius: .15em;\n padding: 1em;\n}\n\n.formkit-form>.formkit-messages {\n padding: 0 2em 0em 2em;\n}\n\n.formkit-form>.formkit-messages:last-child {\n padding: 0 2em 2em 2em;\n}\n\n[data-errors=\"true\"] .formkit-label {\n color: #ff4949;\n}\n\n.formkit-wrapper {\n max-width: 100%;\n}\n\nbutton:hover,\nsummary {\n cursor: pointer\n}\n\n\n@media (max-width: 438px) {\n h1 {\n font-size: 1.15em;\n }\n\n #app .source-content {\n padding: 0.5em;\n }\n\n .steps {\n flex-direction: column;\n }\n\n .step {\n border-bottom: 1px solid var(--gray);\n border-right: none;\n }\n\n .step:last-child {\n border-bottom: none;\n }\n\n .form-body {\n padding: 1em;\n }\n\n .formkit-outer[data-type=\"submit\"] .formkit-wrapper {\n padding: 0 1em 1em 1em;\n display: flex;\n }\n\n .formkit-form>.formkit-messages {\n padding: 0 1em 0em 1em;\n }\n\n .formkit-form>.formkit-messages:last-child {\n padding: 0 1em 1em 1em;\n }\n}\n\n.repeatableWrap,\n.formkitCmpWrap {\n margin: 2rem 0 !important\n}\n\n.isInvalidProperty {\n background-color: #FFD9D9 !important;\n}\n\n.activeItem {\n flex-grow: 1;\n\n .seperatorHorizontalStepper {\n height: 100%;\n }\n}\n\nselect {\n\n line-height: unset !important;\n}\n\n.form-container {\n padding-top: 20px;\n margin-top: 30px;\n border: solid 1px #d5d5d5;\n border-radius: 3px;\n margin-bottom: 20px;\n}\n\n.inputContainer {\n display: flex;\n}\n\n.formContainer {\n width: 100% !important;\n}\n\n.distributionPage0 {\n display: block;\n}\n\n.distributionPage1 {\n display: none;\n}\n\n.distributionPage2 {\n display: none;\n}\n\n.grid2r2c {\n .formkit-input-group-repeatable {\n display: grid;\n grid-template-columns: 70% 28%;\n grid-template-rows: auto auto;\n grid-gap: 10px;\n background-color: transparent;\n }\n}\n\n.grid1r2c {\n .formkit-input-group-repeatable {\n display: grid;\n grid-template-columns: 70% 28%;\n grid-template-rows: auto;\n grid-gap: 10px;\n background-color: transparent;\n }\n}\n\n.row1 {\n grid-row-start: 1;\n grid-row-end: 2;\n}\n\n.row2 {\n grid-row-start: 2;\n grid-row-end: 3;\n}\n\n.grow3 {\n grid-row-start: 3;\n grid-row-end: 4;\n}\n\n.column1 {\n grid-column-start: 1;\n grid-column-end: 2;\n}\n\n.column2 {\n grid-column-start: 2;\n grid-column-end: 3;\n}\n\n.columnboth {\n grid-column-start: 1;\n grid-column-end: 3;\n}\n\n.display-none {\n display: none;\n}\n\n.activeSection {\n >.formkitProperty {\n >div {}\n }\n}\n\n.formkitCmpWrap {\n border-left: 1px solid lightgray;\n\n\n}\n\n.formkitProperty {\n\n >h4 {\n background-color: #f5f5f5;\n padding: 1rem;\n cursor: pointer;\n position: relative;\n transition: all ease-in-out 200ms;\n\n &:hover {\n\n background-color: lightgray;\n\n &:before {\n\n rotate: -45deg;\n }\n\n &:after {\n\n rotate: 45deg;\n }\n }\n\n &:before {\n transition: all ease-in-out 200ms;\n content: \"\";\n width: 15px;\n height: 1.5px;\n background-color: black;\n position: absolute;\n top: 30px;\n right: 15px;\n rotate: 45deg;\n }\n\n &:after {\n transition: all ease-in-out 200ms;\n content: \"\";\n width: 15px;\n height: 1.5px;\n background-color: black;\n position: absolute;\n top: 30px;\n right: 25px;\n rotate: -45deg;\n }\n }\n\n .formkitProperty {\n h4 {\n padding: 0;\n background-color: unset !important;\n\n &::before {\n display: none !important;\n }\n\n &:after {\n display: none !important;\n }\n }\n }\n}\n\n.dpiChevUp {\n\n &:before {\n\n rotate: -45deg !important;\n }\n\n &:after {\n\n rotate: 45deg !important;\n }\n\n\n\n}\n</style>\n"],"names":["_sfc_main","defineComponent","str","match","InputPageStep","DistributionInputPage","PropertyChooser","Navigation","mapGetters","key","has","title","allValues","isNil","mapActions","h4Elements","h4Element","index","initialSchema","stepWithDates","el","existingValues","isEmpty","$","valueObject","property","newVal","oldVal","to","from","next","vm","dpiContext","useDpiContext","steps","activeStep","visitedSteps","previousStep","nextStep","stepPlugin","goToNextStep","goToPreviousStep","useDpiStepper","scrollToTop","x","y","useWindowScroll","checkStepValidity","stepName","library","markRaw","OverviewPage","isEditMode","computed","_a","_hoisted_1","_hoisted_3","_hoisted_4","_hoisted_5","_hoisted_6","_hoisted_7","_hoisted_8","_hoisted_9","_hoisted_12","_hoisted_14","_openBlock","_createElementBlock","_ctx","_hoisted_2","_createElementVNode","_createVNode","_component_FormKit","_cache","$event","_withModifiers","_withCtx","_Fragment","_renderList","step","_normalizeClass","_toDisplayString","_createTextVNode","_createCommentVNode","_hoisted_10","_hoisted_11","_component_InputPageStep","_hoisted_13","_hoisted_15","_hoisted_16","_hoisted_17","_createBlock","_component_FormKitSchema","_component_DistributionInputPage","_hoisted_18","_component_Navigation"],"mappings":"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"}
@@ -84,15 +84,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
84
84
  value: ObjectConstructor;
85
85
  data: ObjectConstructor;
86
86
  inHeader: StringConstructor;
87
- }>, {}, {
87
+ }>, {
88
+ requestResourceName: (options: {
89
+ voc: string;
90
+ uri: string;
91
+ envs: any;
92
+ }) => Promise<any>;
93
+ getURILabel: (value: any) => Promise<any>;
94
+ }, {
88
95
  nameOfProperty: string;
89
96
  namesOfMulti: never[];
90
97
  }, {}, {
91
98
  trimString(str: any, maxLength: any): any;
92
99
  getTranslationFor: typeof import('../../..').getTranslationFor;
93
100
  requestURILabel(voc: any, res: any): Promise<undefined>;
94
- getURILabel(value: any): Promise<any>;
95
- requestResourceName: import('vuex').ActionMethod;
96
101
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
97
102
  property: StringConstructor;
98
103
  value: ObjectConstructor;
@@ -156,15 +161,20 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
156
161
  value: ObjectConstructor;
157
162
  data: ObjectConstructor;
158
163
  inHeader: StringConstructor;
159
- }>, {}, {
164
+ }>, {
165
+ requestResourceName: (options: {
166
+ voc: string;
167
+ uri: string;
168
+ envs: any;
169
+ }) => Promise<any>;
170
+ getURILabel: (value: any) => Promise<any>;
171
+ }, {
160
172
  nameOfProperty: string;
161
173
  namesOfMulti: never[];
162
174
  }, {}, {
163
175
  trimString(str: any, maxLength: any): any;
164
176
  getTranslationFor: typeof import('../../..').getTranslationFor;
165
177
  requestURILabel(voc: any, res: any): Promise<undefined>;
166
- getURILabel(value: any): Promise<any>;
167
- requestResourceName: import('vuex').ActionMethod;
168
178
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
169
179
  property: StringConstructor;
170
180
  value: ObjectConstructor;