@piveau/dpi 0.1.0-beta.40 → 0.1.0-beta.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/dpi.css +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +1 -1
- package/dist/data-provider-interface/components/DistLicense.vue.js +133 -224
- package/dist/data-provider-interface/config/dcatapdeHappyFlow/input-definition.js +0 -4
- package/dist/data-provider-interface/config/dcatapdeHappyFlow/page-content-config.js +1 -1
- package/dist/data-provider-interface/views/InputPage.vue.js +207 -232
- package/dist/form/inputDefinitions.js +10 -15
- package/package.json +1 -1
- package/dist/data-provider-interface/components/VisibilityPage.vue.js +0 -86
|
@@ -1,219 +1,137 @@
|
|
|
1
|
-
import { ref as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import { PhWarning as
|
|
5
|
-
import { getLicenses as
|
|
6
|
-
import { useEditModeInfo as
|
|
1
|
+
import { ref as f, watch as N, onMounted as q, getCurrentInstance as x, onUnmounted as O, createElementBlock as z, openBlock as y, createElementVNode as l, createVNode as V, createCommentVNode as T, toDisplayString as o, unref as v, isRef as W, createBlock as U, createTextVNode as k } from "vue";
|
|
2
|
+
import j from "../HappyFlowComponents/ui/InputField.vue.js";
|
|
3
|
+
import H from "../HappyFlowComponents/ui/Dropdown.vue.js";
|
|
4
|
+
import { PhWarning as B, PhLightbulb as R, PhArrowSquareOut as G } from "@phosphor-icons/vue";
|
|
5
|
+
import { getLicenses as J } from "../HappyFlowComponents/services/dpiV3_apis.js";
|
|
6
|
+
import { useEditModeInfo as K } from "../composables/useDpiEditMode.js";
|
|
7
7
|
/* empty css */
|
|
8
|
-
import
|
|
9
|
-
const
|
|
8
|
+
import Q from "../../_virtual/_plugin-vue_export-helper.js";
|
|
9
|
+
const X = { class: "dpiV3InnerComponentWrap" }, Y = { class: "copy-large-regular" }, Z = {
|
|
10
10
|
key: 0,
|
|
11
|
-
class: "info-message"
|
|
12
|
-
}, ne = {
|
|
13
|
-
key: 1,
|
|
14
11
|
class: "validation-error"
|
|
15
|
-
},
|
|
12
|
+
}, ee = { class: "copy-mini-regular" }, te = { class: "input-container" }, se = {
|
|
16
13
|
key: 1,
|
|
17
14
|
class: "dpiV3_errormsgWrapper"
|
|
18
|
-
},
|
|
15
|
+
}, ie = { class: "copy-mini-regular" }, ae = { class: "dpiV3_Content_InputPage" }, le = { class: "dpiV3_Card_Tips" }, ne = { class: "dpiV3_Icon_Title" }, oe = { class: "dpiV3_Info-Text dpiV3_activeStepName" }, de = { class: "dpiV3_CT-Content" }, re = { class: "dpiV3_copy_large_regular dpiV3_hvd_frame3846" }, ue = { class: "dpiV3_hvd_frame3846" }, ce = { class: "dpiV3_dots dpiV3_copy_large_semi_bold" }, pe = { class: "dpiV3_normal" }, ve = { class: "dpiV3_dots dpiV3_copy_large_semi_bold" }, fe = { class: "dpiV3_normal" }, me = { class: "dpiV3_dots dpiV3_copy_large_semi_bold" }, _e = { class: "dpiV3_normal" }, he = {
|
|
19
16
|
href: "https://oc.bydata.de/sharing/articles/licenses",
|
|
20
17
|
target: "_blank",
|
|
21
18
|
rel: "noopener noreferrer",
|
|
22
19
|
class: "dpiV3_link"
|
|
23
|
-
},
|
|
20
|
+
}, ge = { class: "end_container" }, Ve = {
|
|
24
21
|
key: 0,
|
|
25
22
|
class: "form-error-message"
|
|
26
|
-
},
|
|
23
|
+
}, be = {
|
|
27
24
|
__name: "DistLicense",
|
|
28
25
|
props: {
|
|
29
26
|
context: Object,
|
|
30
27
|
changeLicenseText: { type: String, default: "" },
|
|
31
28
|
changeLicenseDropdownText: { type: String, default: "" }
|
|
32
29
|
},
|
|
33
|
-
setup(
|
|
34
|
-
const { isEditMode:
|
|
35
|
-
let
|
|
36
|
-
const
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"dl-by-de/2.0",
|
|
40
|
-
"cc-by/4.0",
|
|
41
|
-
"apache",
|
|
42
|
-
"bsd",
|
|
43
|
-
"cc-by",
|
|
44
|
-
"cc-by-de/3.0",
|
|
45
|
-
"cc-by-sa",
|
|
46
|
-
"cc-by-sa-de/3.0",
|
|
47
|
-
"cc-by-sa/4.0",
|
|
48
|
-
"ccpdm/1.0",
|
|
49
|
-
"cc-zero",
|
|
50
|
-
"dl-by-de/1.0",
|
|
51
|
-
"geonutz/20130319",
|
|
52
|
-
"geoNutz/20131001",
|
|
53
|
-
"gfdl",
|
|
54
|
-
"gpl/3.0",
|
|
55
|
-
"mozilla",
|
|
56
|
-
"odbl",
|
|
57
|
-
"odby",
|
|
58
|
-
"odcpddl",
|
|
59
|
-
"officialWork",
|
|
60
|
-
"other-open",
|
|
61
|
-
"other-opensource"
|
|
62
|
-
],
|
|
63
|
-
"eingeschränkte Nutzung": [
|
|
64
|
-
// Note: These licenses don't appear in the current API response
|
|
65
|
-
// They may need to be added to the backend vocabulary
|
|
66
|
-
"cc-by-nc",
|
|
67
|
-
"cc-by-nc/3.0",
|
|
68
|
-
"cc-by-nc/4.0",
|
|
69
|
-
"cc-by-nd",
|
|
70
|
-
"cc-by-nd/3.0",
|
|
71
|
-
"cc-by-nd/4.0",
|
|
72
|
-
"dl-by-nc-de/1.0",
|
|
73
|
-
"other-closed",
|
|
74
|
-
"other-commercial",
|
|
75
|
-
"other-freeware"
|
|
76
|
-
]
|
|
77
|
-
}, $ = v([
|
|
78
|
-
{ "@value": "freie Nutzung", label: "freie Nutzung" },
|
|
79
|
-
{ "@value": "eingeschränkte Nutzung", label: "eingeschränkte Nutzung" }
|
|
80
|
-
]);
|
|
81
|
-
let d = v({ 1: "unset", 2: "unset" });
|
|
82
|
-
const s = v([
|
|
30
|
+
setup(S) {
|
|
31
|
+
const { isEditMode: D } = K();
|
|
32
|
+
let I = f(!1), r = f([]), g = f(""), _ = f(null);
|
|
33
|
+
const u = f(""), L = S;
|
|
34
|
+
let d = f({ 1: "unset", 2: "unset" });
|
|
35
|
+
const i = f([
|
|
83
36
|
{ isValid: "unset", "dcterms:license": "", attribution: "", uri: "" }
|
|
84
|
-
]),
|
|
37
|
+
]), c = f({
|
|
85
38
|
2: { show: !1, message: "Namensnennungstext ist für diese Lizenz erforderlich" }
|
|
86
39
|
});
|
|
87
|
-
|
|
88
|
-
const
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
const e = M[u.value] || [];
|
|
92
|
-
console.log("Selected license type:", u.value), console.log("Allowed licenses for this type:", e), console.log("All available license options:", z.value.map((l) => l["@value"]));
|
|
93
|
-
const t = z.value.filter(
|
|
94
|
-
(l) => e.includes(l["@value"])
|
|
95
|
-
);
|
|
96
|
-
return console.log("Filtered licenses:", t.map((l) => l["@value"])), t;
|
|
97
|
-
}), x = (e) => {
|
|
98
|
-
u.value = e, _.value = "", c.value = "", N.value = !1, d.value[1] = "unset", d.value[2] = "unset", s.value[0].isValid = "unset", p.value[2].show = !1, s.value = s.value.map((t) => ({ ...t, "dcterms:license": "", uri: "", title: "", attribution: "" })), L.context.node.input(s.value);
|
|
99
|
-
}, O = (e, t, l) => {
|
|
100
|
-
I(e, t, l);
|
|
101
|
-
}, W = (e) => {
|
|
40
|
+
D.value || L.context.node.input(i);
|
|
41
|
+
const $ = (e, t, s) => {
|
|
42
|
+
w(e, t, s);
|
|
43
|
+
}, A = (e) => {
|
|
102
44
|
const t = typeof e == "object" && e.target ? e.target.value : e;
|
|
103
|
-
|
|
104
|
-
|
|
45
|
+
_.value && clearTimeout(_.value), E(t, "dcterms:license", 1), _.value = setTimeout(() => {
|
|
46
|
+
C(t, "dcterms:license", 1);
|
|
105
47
|
}, 800);
|
|
106
|
-
},
|
|
107
|
-
|
|
108
|
-
const
|
|
109
|
-
|
|
110
|
-
},
|
|
48
|
+
}, E = (e, t, s) => {
|
|
49
|
+
u.value = "";
|
|
50
|
+
const a = r.value.find((n) => n["@value"] === e);
|
|
51
|
+
a ? w(e, t, s, a.uri) : e === "" ? (d.value[s] = !1, i.value[0].isValid = "unset", I.value = !1, c.value[2].show = !1, i.value = i.value.map((n) => t in n ? { ...n, [t]: "", uri: "", title: "" } : n), L.context.node.input(i.value)) : (d.value[s] = "unset", i.value[0].isValid = "unset");
|
|
52
|
+
}, C = (e, t, s) => {
|
|
111
53
|
if (e === "") {
|
|
112
|
-
|
|
54
|
+
u.value = "";
|
|
113
55
|
return;
|
|
114
56
|
}
|
|
115
|
-
const
|
|
116
|
-
|
|
117
|
-
},
|
|
118
|
-
|
|
57
|
+
const a = r.value.find((n) => n["@value"] === e);
|
|
58
|
+
a ? w(e, t, s, a.uri) : (u.value = "Bitte wählen Sie eine gültige Lizenz aus der Liste", d.value[s] = !1, i.value[0].isValid = "unset");
|
|
59
|
+
}, M = (e) => {
|
|
60
|
+
_.value && clearTimeout(_.value);
|
|
119
61
|
const t = e.target.value;
|
|
120
|
-
|
|
121
|
-
},
|
|
122
|
-
var
|
|
123
|
-
|
|
62
|
+
C(t, "dcterms:license", 1);
|
|
63
|
+
}, P = (e, t, s) => {
|
|
64
|
+
var a;
|
|
65
|
+
i.value = i.value.map((n) => t in n ? { ...n, [t]: e } : n);
|
|
124
66
|
{
|
|
125
|
-
const n = ((
|
|
67
|
+
const n = ((a = i.value[0]) == null ? void 0 : a["dcterms:license"]) || "";
|
|
126
68
|
if (n !== "" && (n.includes("cc-by") || n.includes("dl-by-de"))) {
|
|
127
|
-
const
|
|
128
|
-
|
|
69
|
+
const m = e && e.trim() !== "";
|
|
70
|
+
c.value[2].show = !m, d.value[2] = m, d.value[1] === !0 && m ? i.value[0].isValid = !0 : i.value[0].isValid = "unset";
|
|
129
71
|
} else
|
|
130
|
-
|
|
72
|
+
c.value[2].show = !1, d.value[2] = "unset";
|
|
131
73
|
}
|
|
132
|
-
L.context.node.input(
|
|
133
|
-
},
|
|
134
|
-
var
|
|
135
|
-
const n = e === "" ||
|
|
136
|
-
let
|
|
137
|
-
if (
|
|
138
|
-
(
|
|
74
|
+
L.context.node.input(i.value);
|
|
75
|
+
}, w = (e, t, s, a) => {
|
|
76
|
+
var m;
|
|
77
|
+
const n = e === "" || r.value.some((p) => p["@value"] === e);
|
|
78
|
+
let b = f();
|
|
79
|
+
if (r.value.some((p) => p["@value"] === e) && (b.value = r.value.find(
|
|
80
|
+
(p) => p["@value"] === e
|
|
139
81
|
).label), !n && e !== "")
|
|
140
|
-
|
|
82
|
+
u.value = "Bitte wählen Sie eine gültige Lizenz aus der Liste", d.value[s] = !1, i.value[0].isValid = "unset";
|
|
141
83
|
else {
|
|
142
|
-
|
|
143
|
-
const
|
|
144
|
-
if (
|
|
145
|
-
d.value[
|
|
146
|
-
const
|
|
147
|
-
|
|
84
|
+
u.value = "";
|
|
85
|
+
const p = e !== "" && (e.includes("cc-by") || e.includes("dl-by-de"));
|
|
86
|
+
if (I.value = p, e !== "") {
|
|
87
|
+
d.value[s] = !0;
|
|
88
|
+
const h = ((m = i.value[0]) == null ? void 0 : m.attribution) || "", F = !p || p && h.trim() !== "";
|
|
89
|
+
i.value[0].isValid = F ? !0 : "unset", p ? (c.value[2].show = h.trim() === "", d.value[2] = h.trim() !== "") : (c.value[2].show = !1, d.value[2] = "unset");
|
|
148
90
|
} else
|
|
149
|
-
d.value[
|
|
150
|
-
|
|
91
|
+
d.value[s] = !1, i.value[0].isValid = "unset", c.value[2].show = !1;
|
|
92
|
+
i.value = i.value.map((h) => t in h ? { ...h, [t]: e, uri: a, title: b } : h);
|
|
151
93
|
}
|
|
152
|
-
L.context.node.input(
|
|
94
|
+
L.context.node.input(i.value);
|
|
153
95
|
};
|
|
154
|
-
return
|
|
155
|
-
var
|
|
156
|
-
let t = (
|
|
157
|
-
(
|
|
158
|
-
)) == null ? void 0 :
|
|
159
|
-
e !== void 0 &&
|
|
160
|
-
}),
|
|
161
|
-
var t,
|
|
96
|
+
return N(g, (e) => {
|
|
97
|
+
var s;
|
|
98
|
+
let t = (s = r.value.find(
|
|
99
|
+
(a) => a["@value"] === e
|
|
100
|
+
)) == null ? void 0 : s.uri;
|
|
101
|
+
e !== void 0 && w(e, "dcterms:license", 1, t);
|
|
102
|
+
}), N(() => i.value[0].isValid, (e) => {
|
|
103
|
+
var t, s;
|
|
162
104
|
if (console.log("License validity changed:", e), e === !1) {
|
|
163
|
-
const
|
|
164
|
-
|
|
105
|
+
const a = ((t = i.value[0]) == null ? void 0 : t["dcterms:license"]) || "";
|
|
106
|
+
a === "" ? u.value = "Bitte wählen Sie eine Lizenz aus." : r.value.find((m) => m["@value"] === a) || (u.value = "Bitte wählen Sie eine gültige Lizenz aus der Liste"), a !== "" && (a.includes("cc-by") || a.includes("dl-by-de")) && (((s = i.value[0]) == null ? void 0 : s.attribution) || "").trim() === "" && (c.value[2].show = !0);
|
|
165
107
|
}
|
|
166
|
-
}),
|
|
167
|
-
const t =
|
|
108
|
+
}), q(async () => {
|
|
109
|
+
const t = x().appContext.app.config.globalProperties.$env;
|
|
168
110
|
try {
|
|
169
|
-
const
|
|
170
|
-
|
|
171
|
-
"@value":
|
|
172
|
-
label:
|
|
173
|
-
uri:
|
|
174
|
-
})),
|
|
175
|
-
} catch (
|
|
176
|
-
console.error("Failed to load licenses",
|
|
111
|
+
const s = await J(t.api.baseUrl);
|
|
112
|
+
r.value = s.map((a) => ({
|
|
113
|
+
"@value": a.value,
|
|
114
|
+
label: a.label,
|
|
115
|
+
uri: a.uri
|
|
116
|
+
})), r.value.sort((a, n) => a["@value"].localeCompare(n["@value"])), console.log(r.value);
|
|
117
|
+
} catch (s) {
|
|
118
|
+
console.error("Failed to load licenses", s);
|
|
177
119
|
}
|
|
178
|
-
}),
|
|
179
|
-
|
|
180
|
-
}), (e, t) => (y(),
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
"onUpdate:modelValue": [
|
|
185
|
-
x,
|
|
186
|
-
t[0] || (t[0] = (l) => F(u) ? u.value = l : u = l)
|
|
187
|
-
],
|
|
188
|
-
dropdownWidth: "large",
|
|
189
|
-
type: "inputField",
|
|
190
|
-
modelValue: o(u),
|
|
191
|
-
inputFieldProps: {
|
|
192
|
-
addOnText: !1,
|
|
193
|
-
initialHintText: !1,
|
|
194
|
-
datePicker: !1,
|
|
195
|
-
infoIcon: !1,
|
|
196
|
-
preIcon: !1,
|
|
197
|
-
label: "Art der Lizenz",
|
|
198
|
-
dropdown_dpiV3: !0,
|
|
199
|
-
placeholder: "Art der Lizenz wählen...",
|
|
200
|
-
inputFieldSize: "large",
|
|
201
|
-
modelValue: o(u),
|
|
202
|
-
defaultInput: !0,
|
|
203
|
-
showError: !1
|
|
204
|
-
},
|
|
205
|
-
data: $.value
|
|
206
|
-
}, null, 8, ["modelValue", "inputFieldProps", "data"]),
|
|
207
|
-
h(P, {
|
|
120
|
+
}), O(() => {
|
|
121
|
+
_.value && clearTimeout(_.value);
|
|
122
|
+
}), (e, t) => (y(), z("div", X, [
|
|
123
|
+
l("h4", null, o(e.$t("message.dataupload.datasets.dct:license.title")), 1),
|
|
124
|
+
l("div", Y, o(e.$t("message.dataupload.datasets.dct:license.description")), 1),
|
|
125
|
+
V(H, {
|
|
208
126
|
"onUpdate:modelValue": [
|
|
209
|
-
t[
|
|
210
|
-
t[
|
|
127
|
+
t[0] || (t[0] = (s) => $(s, "dcterms:license", 1)),
|
|
128
|
+
t[1] || (t[1] = (s) => W(g) ? g.value = s : g = s)
|
|
211
129
|
],
|
|
212
|
-
onInput:
|
|
213
|
-
onBlur:
|
|
130
|
+
onInput: A,
|
|
131
|
+
onBlur: M,
|
|
214
132
|
dropdownWidth: "large",
|
|
215
133
|
type: "inputField",
|
|
216
|
-
modelValue:
|
|
134
|
+
modelValue: v(g),
|
|
217
135
|
inputFieldProps: {
|
|
218
136
|
addOnText: !1,
|
|
219
137
|
initialHintText: !1,
|
|
@@ -222,36 +140,27 @@ const se = { class: "dpiV3InnerComponentWrap" }, ie = { class: "copy-large-regul
|
|
|
222
140
|
preIcon: !1,
|
|
223
141
|
label: "Lizenz",
|
|
224
142
|
dropdown_dpiV3: !0,
|
|
225
|
-
placeholder:
|
|
143
|
+
placeholder: "Lizenz wählen...",
|
|
226
144
|
inputFieldSize: "large",
|
|
227
|
-
modelValue:
|
|
145
|
+
modelValue: v(g),
|
|
228
146
|
defaultInput: !0,
|
|
229
|
-
showError:
|
|
230
|
-
disabled: !o(u)
|
|
147
|
+
showError: u.value !== "" || i.value[0].isValid === "unset" && v(d)[1] === !1
|
|
231
148
|
},
|
|
232
|
-
data:
|
|
149
|
+
data: v(r),
|
|
233
150
|
onDeleteButtonClicked: e.deleteModifiedField
|
|
234
151
|
}, null, 8, ["modelValue", "inputFieldProps", "data", "onDeleteButtonClicked"]),
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
size: 16,
|
|
238
|
-
weight: "fill",
|
|
239
|
-
color: "#e67700"
|
|
240
|
-
}),
|
|
241
|
-
t[4] || (t[4] = a("span", { class: "copy-mini-regular" }, "Für diese Lizenzkategorie sind derzeit keine Lizenzen verfügbar.", -1))
|
|
242
|
-
])) : T("", !0),
|
|
243
|
-
c.value ? (y(), k("div", ne, [
|
|
244
|
-
h(o(A), {
|
|
152
|
+
u.value ? (y(), z("div", Z, [
|
|
153
|
+
V(v(B), {
|
|
245
154
|
size: 16,
|
|
246
155
|
weight: "fill"
|
|
247
156
|
}),
|
|
248
|
-
|
|
157
|
+
l("span", ee, o(u.value), 1)
|
|
249
158
|
])) : T("", !0),
|
|
250
|
-
|
|
251
|
-
|
|
159
|
+
l("div", te, [
|
|
160
|
+
v(I) ? (y(), U(j, {
|
|
252
161
|
key: 0,
|
|
253
|
-
modelValue:
|
|
254
|
-
"onUpdate:modelValue": t[
|
|
162
|
+
modelValue: i.value[0].attribution,
|
|
163
|
+
"onUpdate:modelValue": t[2] || (t[2] = (s) => P(s, "attribution")),
|
|
255
164
|
addOnText: !1,
|
|
256
165
|
datePicker: !1,
|
|
257
166
|
infoIcon: !1,
|
|
@@ -264,56 +173,56 @@ const se = { class: "dpiV3InnerComponentWrap" }, ie = { class: "copy-large-regul
|
|
|
264
173
|
),
|
|
265
174
|
showEndIcon: !1,
|
|
266
175
|
defaultInput: !0,
|
|
267
|
-
showError:
|
|
176
|
+
showError: i.value[0].isValid == !1 && c.value[2].show,
|
|
268
177
|
onDeleteButtonClicked: e.deleteModifiedField
|
|
269
178
|
}, null, 8, ["modelValue", "label", "showError", "onDeleteButtonClicked"])) : T("", !0),
|
|
270
|
-
|
|
271
|
-
|
|
179
|
+
i.value[0].isValid == !1 && c.value[2].show ? (y(), z("div", se, [
|
|
180
|
+
V(v(B), {
|
|
272
181
|
size: 16,
|
|
273
182
|
weight: "fill"
|
|
274
183
|
}),
|
|
275
|
-
|
|
184
|
+
l("span", ie, o(c.value[2].message), 1)
|
|
276
185
|
])) : T("", !0)
|
|
277
186
|
]),
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
187
|
+
l("div", ae, [
|
|
188
|
+
l("div", le, [
|
|
189
|
+
l("div", ne, [
|
|
190
|
+
V(v(R), {
|
|
282
191
|
size: 32,
|
|
283
192
|
color: "#009fe3"
|
|
284
193
|
}),
|
|
285
|
-
|
|
194
|
+
l("div", oe, o(e.$t("message.dataupload.datasets.dct:license.advices.title")), 1)
|
|
286
195
|
]),
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
196
|
+
l("div", de, [
|
|
197
|
+
l("div", re, o(e.$t("message.dataupload.datasets.dct:license.advices.description")), 1),
|
|
198
|
+
l("div", ue, [
|
|
199
|
+
l("div", ce, [
|
|
200
|
+
k(o(e.$t(
|
|
292
201
|
"message.dataupload.datasets.dct:license.advices.licenseName1"
|
|
293
202
|
)) + " ", 1),
|
|
294
|
-
|
|
203
|
+
l("span", pe, o(e.$t(
|
|
295
204
|
"message.dataupload.datasets.dct:license.advices.licenseName1_desc"
|
|
296
205
|
)), 1)
|
|
297
206
|
]),
|
|
298
|
-
|
|
299
|
-
|
|
207
|
+
l("div", ve, [
|
|
208
|
+
k(o(e.$t(
|
|
300
209
|
"message.dataupload.datasets.dct:license.advices.licenseName2"
|
|
301
210
|
)) + " ", 1),
|
|
302
|
-
|
|
211
|
+
l("span", fe, o(e.$t(
|
|
303
212
|
"message.dataupload.datasets.dct:license.advices.licenseName2_desc"
|
|
304
213
|
)), 1)
|
|
305
214
|
]),
|
|
306
|
-
|
|
307
|
-
|
|
215
|
+
l("div", me, [
|
|
216
|
+
k(o(e.$t(
|
|
308
217
|
"message.dataupload.datasets.dct:license.advices.licenseName3"
|
|
309
218
|
)) + " ", 1),
|
|
310
|
-
|
|
219
|
+
l("span", _e, o(e.$t(
|
|
311
220
|
"message.dataupload.datasets.dct:license.advices.licenseName3_desc"
|
|
312
221
|
)), 1)
|
|
313
222
|
]),
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
223
|
+
l("a", he, [
|
|
224
|
+
V(v(G), { size: 24 }),
|
|
225
|
+
k(" " + o(e.$t(
|
|
317
226
|
"message.dataupload.datasets.dct:license.advices.linkToLicenses"
|
|
318
227
|
)), 1)
|
|
319
228
|
])
|
|
@@ -321,19 +230,19 @@ const se = { class: "dpiV3InnerComponentWrap" }, ie = { class: "copy-large-regul
|
|
|
321
230
|
])
|
|
322
231
|
])
|
|
323
232
|
]),
|
|
324
|
-
|
|
325
|
-
t[
|
|
326
|
-
|
|
327
|
-
|
|
233
|
+
l("div", ge, [
|
|
234
|
+
t[4] || (t[4] = l("span", { class: "copy-large-regular" }, " Die Wahl der Lizenz spielt eine wichtige Rolle für den korrekten Umgang mit Ihrem Datensatz. ", -1)),
|
|
235
|
+
i.value.find((s) => s.isValid === !1) ? (y(), z("div", Ve, [
|
|
236
|
+
V(v(B), {
|
|
328
237
|
size: 16,
|
|
329
238
|
weight: "fill"
|
|
330
239
|
}),
|
|
331
|
-
t[
|
|
240
|
+
t[3] || (t[3] = l("span", { class: "copy-mini-regular" }, "Bitte füllen Sie alle Pflichtfelder aus, bevor Sie fortfahren.", -1))
|
|
332
241
|
])) : T("", !0)
|
|
333
242
|
])
|
|
334
243
|
]));
|
|
335
244
|
}
|
|
336
|
-
},
|
|
245
|
+
}, Ce = /* @__PURE__ */ Q(be, [["__scopeId", "data-v-cd24d08b"]]);
|
|
337
246
|
export {
|
|
338
|
-
|
|
247
|
+
Ce as default
|
|
339
248
|
};
|