@piveau/dpi 0.2.0-alpha.19 → 0.2.0-alpha.20

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 (52) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/DPIHome.vue.js +62 -56
  3. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue.js +4 -53
  4. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue2.js +58 -0
  5. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +65 -53
  6. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocab.vue.js +2 -2
  7. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocab.vue2.js +60 -56
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +1 -1
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +67 -79
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField.vue.js +17 -17
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +411 -318
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +1 -1
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +1 -1
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessServiceV3.vue.js +103 -71
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChangeLicenseV3.vue.js +130 -77
  16. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChecksumV3.vue.js +88 -60
  17. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ConformsToV3.vue.js +111 -74
  18. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/DocumentationsV3.vue.js +143 -126
  19. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LanguageV3.vue.js +32 -32
  20. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/PolicyV3.vue.js +64 -48
  21. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/StatusV3.vue.js +29 -28
  22. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue.js +2 -2
  23. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue2.js +46 -41
  24. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +2 -2
  25. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +227 -208
  26. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue.js +2 -2
  27. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue2.js +124 -106
  28. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js +113 -108
  29. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +1 -1
  30. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +370 -360
  31. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsSubModal.vue.js +464 -182
  32. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/CoverageModal.vue.js +31 -26
  33. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/DistributionModal.vue.js +31 -92
  34. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/EssentialsModal.vue.js +183 -126
  35. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +2 -2
  36. package/dist/packages/dpi/src/data-provider-interface/components/ContactPage.vue.js +95 -89
  37. package/dist/packages/dpi/src/data-provider-interface/components/DistLicense.vue.js +139 -122
  38. package/dist/packages/dpi/src/data-provider-interface/components/DistributionSimplePage.vue.js +618 -525
  39. package/dist/packages/dpi/src/data-provider-interface/components/HVDPage.vue.js +56 -55
  40. package/dist/packages/dpi/src/data-provider-interface/components/PublisherPage.vue.js +94 -89
  41. package/dist/packages/dpi/src/data-provider-interface/components/ReviewAndPublishPage.vue.js +247 -238
  42. package/dist/packages/dpi/src/data-provider-interface/components/SpatialPage.vue.js +4 -4
  43. package/dist/packages/dpi/src/data-provider-interface/components/SpatialPage.vue2.js +16 -17
  44. package/dist/packages/dpi/src/data-provider-interface/components/TempResPage.vue.js +122 -104
  45. package/dist/packages/dpi/src/data-provider-interface/components/TempResPageInModal.vue.js +249 -108
  46. package/dist/packages/dpi/src/data-provider-interface/composables/useDpiSimpleLoader.js +332 -305
  47. package/dist/packages/dpi/src/data-provider-interface/composables/useTwinbyUser.js +89 -55
  48. package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/converter.js +243 -199
  49. package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/input-definition.js +24 -11
  50. package/dist/packages/dpi/src/data-provider-interface/store/modules/authStore.js +14 -12
  51. package/dist/packages/dpi/src/data-provider-interface/views/InputPage.vue.js +317 -288
  52. package/package.json +2 -2
@@ -1,33 +1,33 @@
1
- import { computed as B, getCurrentInstance as R, ref as b, unref as f, onMounted as W, watch as A, createElementBlock as d, openBlock as c, createElementVNode as s, createCommentVNode as h, toDisplayString as r, createVNode as u, Fragment as E, renderList as T } from "vue";
2
- import { PhWarning as v } from "@phosphor-icons/vue";
3
- import { useEditModeInfo as F } from "../composables/useDpiEditMode.js";
4
- import w from "../HappyFlowComponents/ui/InputField.vue.js";
1
+ import { ref as f, computed as B, getCurrentInstance as F, unref as m, onMounted as M, watch as I, createElementBlock as c, openBlock as d, createElementVNode as s, createCommentVNode as h, toDisplayString as r, createVNode as u, Fragment as E, renderList as D } from "vue";
2
+ import { PhWarning as g } from "@phosphor-icons/vue";
3
+ import { useEditModeInfo as O } from "../composables/useDpiEditMode.js";
4
+ import P from "../HappyFlowComponents/ui/InputField.vue.js";
5
5
  import z from "../HappyFlowComponents/ui/TextButtonSmall.vue.js";
6
- import { useFormValues as M } from "../composables/useDpiFormValues.js";
6
+ import { useFormValues as U } from "../composables/useDpiFormValues.js";
7
7
  /* empty css */
8
- import O from "../../../../../_virtual/_plugin-vue_export-helper.js";
9
- const U = { class: "dpiV3InnerComponentWrap" }, j = { class: "copy-large-regular" }, L = { class: "dpiV3AutoCompleteWrap" }, Z = { class: "CardTips_internal" }, q = { class: "CardTips_Part" }, G = { class: "firstRow" }, H = { class: "icon_title copy-small-semi-bold" }, J = { class: "TextButton_small" }, K = { class: "secondRow" }, Q = { class: "copy-small-regular" }, X = { class: "CardTips_Part" }, Y = { class: "firstRow" }, ee = { class: "icon_title copy-small-semi-bold" }, ae = { class: "TextButton_small" }, te = { class: "secondRow" }, se = { class: "copy-small-regular" }, oe = { class: "input-container" }, le = {
8
+ import j from "../../../../../_virtual/_plugin-vue_export-helper.js";
9
+ const L = { class: "dpiV3InnerComponentWrap" }, Z = { class: "copy-large-regular" }, q = { class: "dpiV3AutoCompleteWrap" }, G = { class: "CardTips_internal" }, H = { class: "CardTips_Part" }, J = { class: "firstRow" }, K = { class: "icon_title copy-small-semi-bold" }, Q = { class: "TextButton_small" }, X = { class: "secondRow" }, Y = { class: "copy-small-regular" }, ee = { class: "CardTips_Part" }, ae = { class: "firstRow" }, te = { class: "icon_title copy-small-semi-bold" }, se = { class: "TextButton_small" }, le = { class: "secondRow" }, oe = { class: "copy-small-regular" }, ie = { class: "input-container" }, ne = {
10
10
  key: 0,
11
11
  class: "dpiV3_errormsgWrapper"
12
- }, ne = { class: "copy-mini-regular" }, ie = { class: "input-container" }, re = {
12
+ }, re = { class: "copy-mini-regular" }, ce = { class: "input-container" }, de = {
13
13
  key: 0,
14
14
  class: "dpiV3_errormsgWrapper"
15
- }, de = { class: "copy-mini-regular" }, ce = { class: "input-container" }, ue = {
15
+ }, ue = { class: "copy-mini-regular" }, pe = { class: "input-container" }, fe = {
16
16
  key: 0,
17
17
  class: "dpiV3_errormsgWrapper"
18
- }, pe = { class: "copy-mini-regular" }, fe = { class: "copy-large-regular" }, me = {
18
+ }, me = { class: "copy-mini-regular" }, ve = { class: "copy-large-regular" }, he = {
19
19
  key: 0,
20
20
  class: "form-error-message"
21
- }, y = "", he = {
21
+ }, T = "", ge = {
22
22
  __name: "ContactPage",
23
23
  props: {
24
24
  context: Object
25
25
  },
26
- setup(D) {
27
- const { formValues: P } = M(), m = D, { isEditMode: x } = F(), g = B(() => {
26
+ setup(N) {
27
+ const { formValues: S } = U(), v = N, { isEditMode: R } = O(), _ = f(null), b = f(null), w = B(() => {
28
28
  var e, t;
29
29
  try {
30
- const a = (t = (e = P.value.BasicInfos) == null ? void 0 : e["dct:publisher"]) == null ? void 0 : t[0];
30
+ const a = (t = (e = S.value.BasicInfos) == null ? void 0 : e["dct:publisher"]) == null ? void 0 : t[0];
31
31
  if (a && a["foaf:name"] && a["foaf:mbox"])
32
32
  return [
33
33
  a["foaf:name"],
@@ -41,9 +41,9 @@ const U = { class: "dpiV3InnerComponentWrap" }, j = { class: "copy-large-regular
41
41
  "",
42
42
  ""
43
43
  ];
44
- }), V = B(() => {
44
+ }), k = B(() => {
45
45
  var t, a;
46
- const e = (a = (t = R().appContext.config.globalProperties.$keycloak) == null ? void 0 : t.idTokenParsed) == null ? void 0 : a.contact;
46
+ const e = (a = (t = F().appContext.config.globalProperties.$keycloak) == null ? void 0 : t.idTokenParsed) == null ? void 0 : a.contact;
47
47
  if (e) {
48
48
  const i = {
49
49
  organization: e.organization
@@ -51,7 +51,7 @@ const U = { class: "dpiV3InnerComponentWrap" }, j = { class: "copy-large-regular
51
51
  return e.email && (i.email = e.email), (e.phone || e.phoneNumber) && (i.phone = e.phone || e.phoneNumber), i;
52
52
  }
53
53
  return {};
54
- }), o = b({
54
+ }), l = f({
55
55
  1: {
56
56
  show: !1,
57
57
  message: "Bitte geben Sie einen gültigen Namen ein (mindestens 2 Zeichen)."
@@ -65,8 +65,8 @@ const U = { class: "dpiV3InnerComponentWrap" }, j = { class: "copy-large-regular
65
65
  message: "Bitte geben Sie eine gültige Telefonnummer ein."
66
66
  }
67
67
  });
68
- let n = b({ 1: !1, 2: !1, 3: !1 });
69
- const l = b([
68
+ let n = f({ 1: !1, 2: !1, 3: !1 });
69
+ const o = f([
70
70
  {
71
71
  isValid: "unset",
72
72
  "vcard:fn": "",
@@ -74,14 +74,14 @@ const U = { class: "dpiV3InnerComponentWrap" }, j = { class: "copy-large-regular
74
74
  "vcard:hasTelephone": ""
75
75
  }
76
76
  ]);
77
- x.value || m.context.node.input(l), m.context.node.value.length === 0 && m.context.node.input(f(l)), W(() => {
77
+ R.value || v.context.node.input(o), v.context.node.value.length === 0 && v.context.node.input(m(o)), M(() => {
78
78
  try {
79
- y && y["foaf:name"] && y["foaf:mbox"];
79
+ T && T["foaf:name"] && T["foaf:mbox"];
80
80
  } catch (e) {
81
81
  console.warn("Could not load publisher data from context:", e);
82
82
  }
83
83
  });
84
- function k(e) {
84
+ function V(e) {
85
85
  return e.trim().length >= 2;
86
86
  }
87
87
  function C(e) {
@@ -96,17 +96,16 @@ const U = { class: "dpiV3InnerComponentWrap" }, j = { class: "copy-large-regular
96
96
  const a = t.replace(/\D/g, "");
97
97
  return a.length >= 6 && a.length <= 15;
98
98
  }
99
- function p(e, t, a) {
100
- l.value = l.value.map((_) => t in _ ? { ..._, [t]: e } : _);
99
+ function y(e, t, a) {
101
100
  let i = !1;
102
101
  if (a === 3 && e.trim() === "")
103
- o.value[a].show = !1, n.value[a] = !0;
102
+ l.value[a].show = !1, n.value[a] = !0;
104
103
  else if (e.trim() === "")
105
- o.value[a].show = !0, n.value[a] = !1;
104
+ l.value[a].show = !0, n.value[a] = !1;
106
105
  else {
107
106
  switch (t) {
108
107
  case "vcard:fn":
109
- i = k(e);
108
+ i = V(e);
110
109
  break;
111
110
  case "vcard:hasEmail":
112
111
  i = C(e);
@@ -117,50 +116,57 @@ const U = { class: "dpiV3InnerComponentWrap" }, j = { class: "copy-large-regular
117
116
  default:
118
117
  i = e.trim() !== "";
119
118
  }
120
- o.value[a].show = !i, n.value[a] = i;
119
+ l.value[a].show = !i, n.value[a] = i;
121
120
  }
122
- n.value[1] && n.value[2] ? l.value[0].isValid = !0 : l.value[0].isValid = "unset", console.log(P.value), m.context.node.input(l.value);
121
+ n.value[1] && n.value[2] ? o.value[0].isValid = !0 : o.value[0].isValid = "unset";
122
+ }
123
+ function p(e, t, a) {
124
+ o.value = o.value.map((i) => t in i ? { ...i, [t]: e } : i), v.context.node.input(o.value), a === 2 ? (_.value && clearTimeout(_.value), _.value = setTimeout(() => {
125
+ y(e, t, a);
126
+ }, 800)) : a === 3 ? (b.value && clearTimeout(b.value), b.value = setTimeout(() => {
127
+ y(e, t, a);
128
+ }, 800)) : y(e, t, a);
123
129
  }
124
- function I() {
125
- const e = V.value;
130
+ function W() {
131
+ const e = k.value;
126
132
  e.organization && p(e.organization, "vcard:fn", 1), e.email && p(e.email, "vcard:hasEmail", 2);
127
133
  }
128
- function N() {
129
- p(g.value[0], "vcard:fn", 1), p(g.value[1], "vcard:hasEmail", 2);
134
+ function x() {
135
+ p(w.value[0], "vcard:fn", 1), p(w.value[1], "vcard:hasEmail", 2);
130
136
  }
131
- const S = () => {
132
- const e = l.value[0];
137
+ const A = () => {
138
+ const e = o.value[0];
133
139
  if (e["vcard:fn"].trim() === "")
134
- o.value[1].show = !0, n.value[1] = !1;
140
+ l.value[1].show = !0, n.value[1] = !1;
135
141
  else {
136
- const t = k(e["vcard:fn"]);
137
- o.value[1].show = !t, n.value[1] = t;
142
+ const t = V(e["vcard:fn"]);
143
+ l.value[1].show = !t, n.value[1] = t;
138
144
  }
139
145
  if (e["vcard:hasEmail"].trim() === "")
140
- o.value[2].show = !0, n.value[2] = !1;
146
+ l.value[2].show = !0, n.value[2] = !1;
141
147
  else {
142
148
  const t = C(e["vcard:hasEmail"]);
143
- o.value[2].show = !t, n.value[2] = t;
149
+ l.value[2].show = !t, n.value[2] = t;
144
150
  }
145
151
  if (e["vcard:hasTelephone"].trim() === "")
146
- o.value[3].show = !1, n.value[3] = !0;
152
+ l.value[3].show = !1, n.value[3] = !0;
147
153
  else {
148
154
  const t = $(e["vcard:hasTelephone"]);
149
- o.value[3].show = !t, n.value[3] = t;
155
+ l.value[3].show = !t, n.value[3] = t;
150
156
  }
151
- n.value[1] && n.value[2] ? l.value[0].isValid = !0 : l.value[0].isValid = !1;
157
+ n.value[1] && n.value[2] ? o.value[0].isValid = !0 : o.value[0].isValid = !1;
152
158
  };
153
- return A(() => l.value[0].isValid, (e) => {
154
- e === !1 && S();
155
- }), (e, t) => (c(), d("div", U, [
159
+ return I(() => o.value[0].isValid, (e) => {
160
+ e === !1 && A();
161
+ }), (e, t) => (d(), c("div", L, [
156
162
  s("h4", null, r(e.$t("message.dataupload.datasets.dcat:contactPoint.title")), 1),
157
- s("div", j, r(e.$t("message.dataupload.datasets.dcat:contactPoint.description")), 1),
158
- s("div", L, [
159
- s("div", Z, [
160
- s("div", q, [
161
- s("div", G, [
162
- s("div", H, r(e.$t("message.dataupload.datasets.dcat:contactPoint.account")), 1),
163
- s("div", J, [
163
+ s("div", Z, r(e.$t("message.dataupload.datasets.dcat:contactPoint.description")), 1),
164
+ s("div", q, [
165
+ s("div", G, [
166
+ s("div", H, [
167
+ s("div", J, [
168
+ s("div", K, r(e.$t("message.dataupload.datasets.dcat:contactPoint.account")), 1),
169
+ s("div", Q, [
164
170
  u(z, {
165
171
  "button-text": e.$t(
166
172
  "message.dataupload.datasets.dcat:contactPoint.useAccountButton"
@@ -168,18 +174,18 @@ const U = { class: "dpiV3InnerComponentWrap" }, j = { class: "copy-large-regular
168
174
  "icon-start": "DeleteBlue",
169
175
  "icon-name": "copy",
170
176
  class: "dpiV3_usedetailsButton",
171
- onClick: I
177
+ onClick: W
172
178
  }, null, 8, ["button-text"])
173
179
  ])
174
180
  ]),
175
- s("div", K, [
176
- (c(!0), d(E, null, T(Object.values(V.value), (a) => (c(), d("span", Q, r(a), 1))), 256))
181
+ s("div", X, [
182
+ (d(!0), c(E, null, D(Object.values(k.value), (a) => (d(), c("span", Y, r(a), 1))), 256))
177
183
  ])
178
184
  ]),
179
- s("div", X, [
180
- s("div", Y, [
181
- s("div", ee, r(e.$t("message.metadata.publisher")), 1),
182
- s("div", ae, [
185
+ s("div", ee, [
186
+ s("div", ae, [
187
+ s("div", te, r(e.$t("message.metadata.publisher")), 1),
188
+ s("div", se, [
183
189
  u(z, {
184
190
  "button-text": e.$t(
185
191
  "message.dataupload.datasets.dcat:contactPoint.usePublisherButton"
@@ -187,19 +193,19 @@ const U = { class: "dpiV3InnerComponentWrap" }, j = { class: "copy-large-regular
187
193
  "icon-start": "true",
188
194
  "icon-name": "copy",
189
195
  class: "",
190
- onClick: N
196
+ onClick: x
191
197
  }, null, 8, ["button-text"])
192
198
  ])
193
199
  ]),
194
- s("div", te, [
195
- (c(!0), d(E, null, T(g.value, (a) => (c(), d("span", se, r(a), 1))), 256))
200
+ s("div", le, [
201
+ (d(!0), c(E, null, D(w.value, (a) => (d(), c("span", oe, r(a), 1))), 256))
196
202
  ])
197
203
  ])
198
204
  ])
199
205
  ]),
200
- s("div", oe, [
201
- u(w, {
202
- "model-value": l.value[0]["vcard:fn"],
206
+ s("div", ie, [
207
+ u(P, {
208
+ "model-value": o.value[0]["vcard:fn"],
203
209
  "add-on-text": !1,
204
210
  "date-picker": !1,
205
211
  "info-icon": !1,
@@ -211,20 +217,20 @@ const U = { class: "dpiV3InnerComponentWrap" }, j = { class: "copy-large-regular
211
217
  "initial-hint-text": !1,
212
218
  label: e.$t("message.dataupload.datasets.dcat:contactPoint.nameInput.title"),
213
219
  "show-end-icon": !1,
214
- "show-error": o.value[1].show,
220
+ "show-error": l.value[1].show,
215
221
  "onUpdate:modelValue": t[0] || (t[0] = (a) => p(a, "vcard:fn", 1))
216
222
  }, null, 8, ["model-value", "placeholder", "label", "show-error"]),
217
- o.value[1].show ? (c(), d("div", le, [
218
- u(f(v), {
223
+ l.value[1].show ? (d(), c("div", ne, [
224
+ u(m(g), {
219
225
  size: 16,
220
226
  weight: "fill"
221
227
  }),
222
- s("span", ne, r(o.value[1].message), 1)
228
+ s("span", re, r(l.value[1].message), 1)
223
229
  ])) : h("", !0)
224
230
  ]),
225
- s("div", ie, [
226
- u(w, {
227
- "model-value": l.value[0]["vcard:hasEmail"],
231
+ s("div", ce, [
232
+ u(P, {
233
+ "model-value": o.value[0]["vcard:hasEmail"],
228
234
  "add-on-text": !1,
229
235
  "date-picker": !1,
230
236
  "info-icon": !1,
@@ -236,20 +242,20 @@ const U = { class: "dpiV3InnerComponentWrap" }, j = { class: "copy-large-regular
236
242
  "initial-hint-text": !1,
237
243
  label: e.$t("message.dataupload.datasets.dcat:contactPoint.mailInput.title"),
238
244
  "show-end-icon": !1,
239
- "show-error": o.value[2].show,
245
+ "show-error": l.value[2].show,
240
246
  "onUpdate:modelValue": t[1] || (t[1] = (a) => p(a, "vcard:hasEmail", 2))
241
247
  }, null, 8, ["model-value", "placeholder", "label", "show-error"]),
242
- o.value[2].show ? (c(), d("div", re, [
243
- u(f(v), {
248
+ l.value[2].show ? (d(), c("div", de, [
249
+ u(m(g), {
244
250
  size: 16,
245
251
  weight: "fill"
246
252
  }),
247
- s("span", de, r(o.value[2].message), 1)
253
+ s("span", ue, r(l.value[2].message), 1)
248
254
  ])) : h("", !0)
249
255
  ]),
250
- s("div", ce, [
251
- u(w, {
252
- "model-value": l.value[0]["vcard:hasTelephone"],
256
+ s("div", pe, [
257
+ u(P, {
258
+ "model-value": o.value[0]["vcard:hasTelephone"],
253
259
  "add-on-text": !1,
254
260
  "date-picker": !1,
255
261
  "info-icon": !1,
@@ -261,20 +267,20 @@ const U = { class: "dpiV3InnerComponentWrap" }, j = { class: "copy-large-regular
261
267
  "initial-hint-text": !1,
262
268
  label: e.$t("message.dataupload.datasets.dcat:contactPoint.telInput.title"),
263
269
  "show-end-icon": !1,
264
- "show-error": o.value[3].show,
270
+ "show-error": l.value[3].show,
265
271
  "onUpdate:modelValue": t[2] || (t[2] = (a) => p(a, "vcard:hasTelephone", 3))
266
272
  }, null, 8, ["model-value", "placeholder", "label", "show-error"]),
267
- o.value[3].show ? (c(), d("div", ue, [
268
- u(f(v), {
273
+ l.value[3].show ? (d(), c("div", fe, [
274
+ u(m(g), {
269
275
  size: 16,
270
276
  weight: "fill"
271
277
  }),
272
- s("span", pe, r(o.value[3].message), 1)
278
+ s("span", me, r(l.value[3].message), 1)
273
279
  ])) : h("", !0)
274
280
  ]),
275
- s("div", fe, r(e.$t("message.dataupload.datasets.dcat:contactPoint.descriptionBottom")), 1),
276
- l.value.find((a) => a.isValid === !1) ? (c(), d("div", me, [
277
- u(f(v), {
281
+ s("div", ve, r(e.$t("message.dataupload.datasets.dcat:contactPoint.descriptionBottom")), 1),
282
+ o.value.find((a) => a.isValid === !1) ? (d(), c("div", he, [
283
+ u(m(g), {
278
284
  size: 16,
279
285
  weight: "fill"
280
286
  }),
@@ -282,7 +288,7 @@ const U = { class: "dpiV3InnerComponentWrap" }, j = { class: "copy-large-regular
282
288
  ])) : h("", !0)
283
289
  ]));
284
290
  }
285
- }, ke = /* @__PURE__ */ O(he, [["__scopeId", "data-v-05450d9e"]]);
291
+ }, Ce = /* @__PURE__ */ j(ge, [["__scopeId", "data-v-d3761ff9"]]);
286
292
  export {
287
- ke as default
293
+ Ce as default
288
294
  };