@piveau/dpi 0.2.0-alpha.59 → 0.2.0-alpha.60
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/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/Autocomplete.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/Autocomplete.vue2.js +6 -5
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +414 -386
- package/dist/packages/dpi/src/data-provider-interface/components/DistributionSimplePage.vue.js +299 -312
- package/dist/packages/dpi/src/data-provider-interface/components/ReviewAndPublishPage.vue.js +265 -261
- package/dist/packages/dpi/src/data-provider-interface/composables/useDpiSimpleLoader.js +82 -82
- package/package.json +1 -1
package/dist/packages/dpi/src/data-provider-interface/components/ReviewAndPublishPage.vue.js
CHANGED
|
@@ -1,97 +1,97 @@
|
|
|
1
|
-
import { computed as
|
|
1
|
+
import { computed as f, ref as h, onMounted as Fe, resolveComponent as Oe, createElementBlock as r, openBlock as i, Fragment as D, createCommentVNode as u, createBlock as w, createVNode as y, createElementVNode as a, unref as p, toDisplayString as s, renderList as B, createTextVNode as H, withCtx as N, isRef as Se } from "vue";
|
|
2
2
|
import "@formkit/core";
|
|
3
|
-
import { useFormKitNodeById as
|
|
3
|
+
import { useFormKitNodeById as Ue } from "@formkit/vue";
|
|
4
4
|
import "@phosphor-icons/vue";
|
|
5
|
-
import { useI18n as
|
|
5
|
+
import { useI18n as je } from "vue-i18n";
|
|
6
6
|
import "vue-router";
|
|
7
|
-
import { useStore as
|
|
8
|
-
import { useFormValues as
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
7
|
+
import { useStore as We } from "vuex";
|
|
8
|
+
import { useFormValues as Ye } from "../composables/useDpiFormValues.js";
|
|
9
|
+
import S from "../HappyFlowComponents/ui/ButtonV3.vue.js";
|
|
10
|
+
import Ke from "../HappyFlowComponents/ui/Chip.vue.js";
|
|
11
|
+
import Ge from "../HappyFlowComponents/ui/DpiModalBase.vue.js";
|
|
12
12
|
import ke from "../HappyFlowComponents/ui/ModalSimpleV3.vue.js";
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
13
|
+
import Xe from "../HappyFlowComponents/ui/RapModal.vue.js";
|
|
14
|
+
import Ze from "../HappyFlowComponents/ui/StateTag.vue.js";
|
|
15
|
+
import qe from "../HappyFlowComponents/ui/TableRowV3.vue.js";
|
|
16
16
|
import De from "../HappyFlowComponents/ui/TextButtonSmall.vue.js";
|
|
17
|
-
import
|
|
18
|
-
import
|
|
17
|
+
import Je from "./Spatial.vue.js";
|
|
18
|
+
import Qe from "./VisibilityPage.vue.js";
|
|
19
19
|
/* empty css */
|
|
20
20
|
/* empty css */
|
|
21
21
|
/* empty css */
|
|
22
|
-
import
|
|
23
|
-
import { useDpiContext as
|
|
24
|
-
const
|
|
22
|
+
import Ie from "../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
23
|
+
import { useDpiContext as Ae } from "../composables/useDpiContext.js";
|
|
24
|
+
const et = { key: 0 }, tt = {
|
|
25
25
|
key: 1,
|
|
26
26
|
class: "dpiV3InnerComponentWrap V3-typography"
|
|
27
|
-
},
|
|
27
|
+
}, at = { class: "w-100" }, st = { class: "dpiV3_Frame_831" }, it = { key: 0 }, ot = {
|
|
28
28
|
key: 1,
|
|
29
29
|
class: "dpiV3_Frame_840"
|
|
30
|
-
},
|
|
30
|
+
}, lt = {
|
|
31
31
|
class: "dpiV3_title",
|
|
32
32
|
style: { "margin-bottom": "32px" }
|
|
33
|
-
},
|
|
33
|
+
}, nt = { class: "dpiV3_intro copy-large-regular" }, rt = {
|
|
34
34
|
key: 0,
|
|
35
35
|
class: "dpiV3Card rapFindability"
|
|
36
|
-
},
|
|
36
|
+
}, dt = { class: "firstSec" }, ct = { class: "secondSec" }, ut = {
|
|
37
37
|
key: 0,
|
|
38
38
|
class: "headline-5"
|
|
39
|
-
},
|
|
39
|
+
}, pt = {
|
|
40
40
|
key: 1,
|
|
41
41
|
class: "copy-large-regular"
|
|
42
|
-
},
|
|
42
|
+
}, vt = {
|
|
43
43
|
key: 1,
|
|
44
44
|
class: "dpiV3Card rapFindability"
|
|
45
|
-
},
|
|
45
|
+
}, ft = { class: "firstSec" }, gt = { class: "secondSec" }, yt = {
|
|
46
46
|
class: "copy-large-regular",
|
|
47
47
|
style: { "margin-bottom": "5px" }
|
|
48
48
|
}, ht = {
|
|
49
49
|
key: 0,
|
|
50
50
|
class: "thirdSec"
|
|
51
|
-
},
|
|
51
|
+
}, _t = { class: "headline-5" }, bt = {
|
|
52
52
|
key: 2,
|
|
53
53
|
class: "dpiV3Card rapEssentials"
|
|
54
|
-
}, mt = { class: "firstSec" },
|
|
54
|
+
}, mt = { class: "firstSec" }, St = { class: "secondSec" }, kt = { class: "heading-3" }, Dt = { class: "thirdSec" }, Vt = { class: "fourthSec flexSec" }, Ct = { class: "copy-large-regular" }, $t = { class: "copy-large-semi-bold" }, xt = { class: "fifthSec flexSec" }, wt = { class: "copy-large-regular" }, Bt = { class: "headline-5" }, Mt = { class: "copy-large-regular" }, Tt = ["href"], Rt = { class: "sixthSec flexSec" }, Pt = { class: "copy-large-regular" }, zt = { class: "headline-5" }, Et = { class: "copy-large-regular" }, Lt = { class: "copy-large-regular" }, Ht = { class: "dpiV3Card rapCoverage" }, Nt = { class: "firstSec" }, Ft = {
|
|
55
55
|
key: 0,
|
|
56
56
|
class: "coveragePlaceWrap"
|
|
57
|
-
},
|
|
57
|
+
}, Ot = {
|
|
58
58
|
key: 0,
|
|
59
59
|
class: "thirdSec"
|
|
60
|
-
},
|
|
60
|
+
}, Ut = { class: "rapHeadWrap" }, jt = { class: "copy-large-regular" }, Wt = { class: "dpiV3_RapInnerCardWrapper" }, Yt = { class: "dpiV3_RapInnerCard" }, Kt = { class: "copy-small-regular" }, Gt = { key: 0 }, Xt = { class: "copy-small-regular" }, Zt = { key: 0 }, qt = { class: "dpiV3Card rapDistribution" }, Jt = { class: "firstSec" }, Qt = { class: "secondSec flexSec" }, It = { class: "copy-large-regular" }, At = { class: "headline-5" }, ea = {
|
|
61
61
|
key: 0,
|
|
62
62
|
class: "thirdSec flexSec"
|
|
63
|
-
},
|
|
63
|
+
}, ta = { class: "copy-large-regular" }, aa = { class: "headline-5" }, sa = { class: "fourthSec flexSec" }, ia = { class: "copy-large-regular" }, oa = { class: "dpiV3_distCard" }, la = ["href"], na = {
|
|
64
64
|
key: 0,
|
|
65
65
|
class: "dpiV3Card rapDistribution"
|
|
66
|
-
},
|
|
66
|
+
}, ra = { class: "firstSec" }, da = { class: "secondSec flexSec" }, ca = { class: "dpiV3_optionalSpanHeadWrap" }, ua = { class: "dpiV3_optionalSpan copy-large-regular" }, pa = { key: 0 }, va = { key: 0 }, fa = { key: 1 }, ga = { key: 2 }, ya = { key: 3 }, ha = { key: 4 }, _a = { key: 5 }, ba = { key: 6 }, ma = { key: 7 }, Sa = { key: 8 }, ka = { key: 9 }, Da = { class: "dpiV3_tempAddMore" }, Va = {
|
|
67
67
|
key: 1,
|
|
68
68
|
class: "dpiV3_tempAddMore"
|
|
69
|
-
},
|
|
69
|
+
}, Ca = {
|
|
70
70
|
__name: "ReviewAndPublishPage",
|
|
71
71
|
props: {
|
|
72
72
|
context: Object
|
|
73
73
|
},
|
|
74
|
-
setup(
|
|
75
|
-
const { t:
|
|
76
|
-
|
|
74
|
+
setup(F) {
|
|
75
|
+
const { t: O } = je(), C = Ae();
|
|
76
|
+
f(() => {
|
|
77
77
|
var e;
|
|
78
|
-
return !!((e =
|
|
78
|
+
return !!((e = C.value.edit) != null && e.enabled);
|
|
79
79
|
});
|
|
80
|
-
let Ve =
|
|
81
|
-
|
|
80
|
+
let Ve = h(
|
|
81
|
+
C.value.edit.enabled && !C.value.edit.fromDraft
|
|
82
82
|
);
|
|
83
83
|
function Ce() {
|
|
84
84
|
c.value.Covering["dcat:temporalResolution"] = {};
|
|
85
85
|
}
|
|
86
|
-
|
|
87
|
-
let _ =
|
|
88
|
-
const M =
|
|
89
|
-
|
|
90
|
-
|
|
86
|
+
h([{ isValid: !0 }]), h(!1), We(), h(null);
|
|
87
|
+
let _ = h(!1), b = h({});
|
|
88
|
+
const M = h(!1), U = h(!1), { formValues: c } = Ye();
|
|
89
|
+
Ue("dpiForm", (e) => {
|
|
90
|
+
U.value = !0;
|
|
91
91
|
});
|
|
92
|
-
const
|
|
93
|
-
var t,
|
|
94
|
-
const e = (
|
|
92
|
+
const $ = f(() => {
|
|
93
|
+
var t, l, d;
|
|
94
|
+
const e = (l = (t = c.value) == null ? void 0 : t.Discoverability) == null ? void 0 : l.visibilityPage;
|
|
95
95
|
if (Array.isArray(e)) {
|
|
96
96
|
if (e[1] && typeof e[1] == "string")
|
|
97
97
|
return e[1];
|
|
@@ -101,129 +101,133 @@ const Ae = { key: 0 }, et = {
|
|
|
101
101
|
return "";
|
|
102
102
|
});
|
|
103
103
|
function $e(e) {
|
|
104
|
-
let t,
|
|
104
|
+
let t, l, d, v, m, x;
|
|
105
105
|
return e.forEach((g) => {
|
|
106
|
-
g.Year && (t = Number.parseInt(g.Year)), g.Month && (
|
|
106
|
+
g.Year && (t = Number.parseInt(g.Year)), g.Month && (l = Number.parseInt(g.Month) - 1), g.Day && (d = Number.parseInt(g.Day)), g.Hour && (v = Number.parseInt(g.Hour)), g.Minute && (m = Number.parseInt(g.Minute)), g.Second && (x = Number.parseInt(g.Second));
|
|
107
107
|
}), new Date(
|
|
108
108
|
t || 2025,
|
|
109
|
-
|
|
109
|
+
l || 0,
|
|
110
110
|
d || 1,
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
v || 0,
|
|
112
|
+
m || 0,
|
|
113
113
|
x || 0
|
|
114
114
|
).toLocaleString("de", {
|
|
115
115
|
timeZone: "Europe/Berlin",
|
|
116
116
|
timeZoneName: "short"
|
|
117
117
|
});
|
|
118
118
|
}
|
|
119
|
-
const
|
|
120
|
-
function
|
|
119
|
+
const j = h(), z = h(!1);
|
|
120
|
+
function W(e) {
|
|
121
121
|
return !(Object.keys(e).includes("isValid") && Object.keys(e).length === 1);
|
|
122
122
|
}
|
|
123
|
-
const xe =
|
|
124
|
-
var t,
|
|
125
|
-
const e = (
|
|
126
|
-
return Array.isArray(e) ? (e == null ? void 0 : e.filter(
|
|
127
|
-
}),
|
|
123
|
+
const xe = f(() => {
|
|
124
|
+
var t, l;
|
|
125
|
+
const e = (l = (t = c.value) == null ? void 0 : t.Discoverability) == null ? void 0 : l.discoverabilityPage;
|
|
126
|
+
return Array.isArray(e) ? (e == null ? void 0 : e.filter(W)) || [] : [];
|
|
127
|
+
}), Y = f(() => {
|
|
128
128
|
var e, t;
|
|
129
129
|
return ((t = (e = c.value) == null ? void 0 : e.Discoverability) == null ? void 0 : t.hvdPage) || [];
|
|
130
|
-
}), we =
|
|
131
|
-
var
|
|
132
|
-
const e = (d = (
|
|
130
|
+
}), we = f(() => {
|
|
131
|
+
var l, d;
|
|
132
|
+
const e = (d = (l = c.value) == null ? void 0 : l.BasicInfos) == null ? void 0 : d["dct:title"], t = e == null ? void 0 : e.find((v) => v["@language"] === "de");
|
|
133
133
|
return t ? t["@value"] : null;
|
|
134
|
-
}), Be =
|
|
135
|
-
var e, t,
|
|
136
|
-
return ((d = (
|
|
137
|
-
}),
|
|
138
|
-
var t,
|
|
139
|
-
const e = (
|
|
134
|
+
}), Be = f(() => {
|
|
135
|
+
var e, t, l, d;
|
|
136
|
+
return ((d = (l = (t = (e = c.value) == null ? void 0 : e.BasicInfos) == null ? void 0 : t["dct:description"]) == null ? void 0 : l[0]) == null ? void 0 : d["@value"]) || "";
|
|
137
|
+
}), K = f(() => {
|
|
138
|
+
var t, l, d, v;
|
|
139
|
+
const e = (v = (d = (l = (t = c.value) == null ? void 0 : t.BasicInfos) == null ? void 0 : l["dct:modified"]) == null ? void 0 : d[0]) == null ? void 0 : v["@value"];
|
|
140
140
|
return e ? new Date(e).toLocaleDateString("de-DE", {
|
|
141
141
|
day: "2-digit",
|
|
142
142
|
month: "2-digit",
|
|
143
143
|
year: "numeric"
|
|
144
144
|
}) : "";
|
|
145
|
-
}), T =
|
|
146
|
-
var e, t,
|
|
147
|
-
return ((
|
|
148
|
-
}), E =
|
|
149
|
-
var e, t,
|
|
150
|
-
return ((
|
|
151
|
-
}), Me =
|
|
152
|
-
var e, t,
|
|
153
|
-
return ((d = (
|
|
154
|
-
|
|
145
|
+
}), T = f(() => {
|
|
146
|
+
var e, t, l;
|
|
147
|
+
return ((l = (t = (e = c.value) == null ? void 0 : e.BasicInfos) == null ? void 0 : t["dct:publisher"]) == null ? void 0 : l[0]) || {};
|
|
148
|
+
}), E = f(() => {
|
|
149
|
+
var e, t, l;
|
|
150
|
+
return ((l = (t = (e = c.value) == null ? void 0 : e.BasicInfos) == null ? void 0 : t["dcat:contactPoint"]) == null ? void 0 : l[0]) || {};
|
|
151
|
+
}), Me = f(() => {
|
|
152
|
+
var e, t, l, d;
|
|
153
|
+
return ((d = (l = (t = (e = c.value) == null ? void 0 : e.Covering) == null ? void 0 : t["dcatde:politicalGeocodingURI"]) == null ? void 0 : l.filter(
|
|
154
|
+
W
|
|
155
155
|
)) == null ? void 0 : d[0]) || {};
|
|
156
|
-
}), R =
|
|
156
|
+
}), R = f(() => {
|
|
157
157
|
var e, t;
|
|
158
158
|
return ((t = (e = c.value) == null ? void 0 : e.Covering) == null ? void 0 : t["dcat:temporalResolution"]) || {};
|
|
159
159
|
});
|
|
160
|
-
|
|
161
|
-
const Te =
|
|
160
|
+
f(() => Object.keys(Me.value).length > 1);
|
|
161
|
+
const Te = f(() => {
|
|
162
162
|
var e;
|
|
163
163
|
return ((e = R.value["dct:temporal"]) == null ? void 0 : e.length) > 0 && R.value["dct:temporal"][0]["dcat:startDate"] != "" && R.value["dct:temporal"][0]["dcat:endDate"] != "";
|
|
164
164
|
});
|
|
165
|
-
let
|
|
166
|
-
|
|
167
|
-
var e, t,
|
|
168
|
-
return ((
|
|
165
|
+
let L = h();
|
|
166
|
+
L.value = f(() => {
|
|
167
|
+
var e, t, l, d, v;
|
|
168
|
+
return ((v = (d = (l = (t = (e = c.value) == null ? void 0 : e.DistributionSimple) == null ? void 0 : t["dcat:distribution"]) == null ? void 0 : l[0]) == null ? void 0 : d["dct:license"]) == null ? void 0 : v[0]) || {};
|
|
169
169
|
});
|
|
170
|
-
const Re =
|
|
170
|
+
const Re = f(() => {
|
|
171
|
+
var t, l, d, v, m;
|
|
172
|
+
const e = ((t = L.value) == null ? void 0 : t["dcterms:license"]) || ((m = (v = (d = (l = c.value) == null ? void 0 : l.DistributionSimple) == null ? void 0 : d["dct:license"]) == null ? void 0 : v[0]) == null ? void 0 : m["dcterms:license"]) || "";
|
|
173
|
+
return e.includes("cc-by") || e.includes("dl-by-de") || e.includes("dl-by-nc-de");
|
|
174
|
+
}), Pe = f(() => {
|
|
171
175
|
var e, t;
|
|
172
176
|
return ((t = (e = c.value) == null ? void 0 : e.DistributionSimple) == null ? void 0 : t["dcat:distribution"]) || [];
|
|
173
|
-
}),
|
|
177
|
+
}), k = f(() => {
|
|
174
178
|
var e;
|
|
175
179
|
return ((e = c.value) == null ? void 0 : e.Additionals) || {};
|
|
176
|
-
}), G =
|
|
177
|
-
if (
|
|
178
|
-
const t =
|
|
179
|
-
(t === void 0 || Array.isArray(t) && t.length === 0) && delete
|
|
180
|
+
}), G = f(() => (Object.keys(k.value).forEach((e) => {
|
|
181
|
+
if (k.value.hasOwnProperty(e)) {
|
|
182
|
+
const t = k.value[e];
|
|
183
|
+
(t === void 0 || Array.isArray(t) && t.length === 0) && delete k.value[e];
|
|
180
184
|
}
|
|
181
|
-
}), Object.keys(
|
|
182
|
-
function
|
|
185
|
+
}), Object.keys(k.value).filter((e) => e !== "dct:spatial")));
|
|
186
|
+
function ze(e) {
|
|
183
187
|
const t = e.split("-");
|
|
184
188
|
if (t.length !== 3)
|
|
185
189
|
throw new Error("Ungültiges Format, erwartet YYYY-MM-DD");
|
|
186
|
-
let [
|
|
187
|
-
if (
|
|
190
|
+
let [l, d, v] = t;
|
|
191
|
+
if (v = v.padStart(2, "0"), d = d.padStart(2, "0"), !/^\d{4}$/.test(l) || !/^\d{2}$/.test(d) || !/^\d{2}$/.test(v))
|
|
188
192
|
throw new Error("Ungültige Datenteile");
|
|
189
|
-
return `${
|
|
193
|
+
return `${v}.${d}.${l}`;
|
|
190
194
|
}
|
|
191
|
-
const X =
|
|
192
|
-
function
|
|
193
|
-
|
|
195
|
+
const X = f(() => G.value.length > 0);
|
|
196
|
+
function V(e) {
|
|
197
|
+
j.value = e, z.value = !0, document.body.style.overflow = "hidden";
|
|
194
198
|
}
|
|
195
|
-
function
|
|
199
|
+
function Ee() {
|
|
196
200
|
document.body.style.overflow = "", z.value = !1;
|
|
197
201
|
}
|
|
198
202
|
function Z(e) {
|
|
199
203
|
delete c.value.Additionals[e];
|
|
200
204
|
}
|
|
201
|
-
function
|
|
202
|
-
_.value = !0,
|
|
205
|
+
function Le(e, t) {
|
|
206
|
+
_.value = !0, b.value = {
|
|
203
207
|
button: "Löschen",
|
|
204
|
-
header: `${
|
|
205
|
-
text: `Sind Sie sicher, dass Sie das optionale Feld ${
|
|
208
|
+
header: `${O(`message.dataupload.additionals.${e}`)} löschen`,
|
|
209
|
+
text: `Sind Sie sicher, dass Sie das optionale Feld ${O(
|
|
206
210
|
`message.dataupload.additionals.${e}`
|
|
207
211
|
)} löschen wollen?`,
|
|
208
212
|
action: e
|
|
209
213
|
};
|
|
210
214
|
}
|
|
211
|
-
const q =
|
|
212
|
-
|
|
215
|
+
const q = h(!1);
|
|
216
|
+
Fe(() => {
|
|
213
217
|
q.value = !0;
|
|
214
218
|
});
|
|
215
|
-
const
|
|
219
|
+
const He = {
|
|
216
220
|
public: "Öffentlich",
|
|
217
221
|
restricted: "Eingeschränkt",
|
|
218
222
|
internal: "Intern"
|
|
219
223
|
};
|
|
220
|
-
function
|
|
221
|
-
return
|
|
224
|
+
function Ne(e) {
|
|
225
|
+
return He[e] || e;
|
|
222
226
|
}
|
|
223
|
-
const P =
|
|
227
|
+
const P = f({
|
|
224
228
|
get() {
|
|
225
|
-
var e, t,
|
|
226
|
-
return ((
|
|
229
|
+
var e, t, l;
|
|
230
|
+
return ((l = (t = (e = c.value.Additionals) == null ? void 0 : e["dct:spatial"]) == null ? void 0 : t.filter((d) => !(d.isValid && Object.keys(d).length === 1))) == null ? void 0 : l.map((d) => d["@id"])) || [];
|
|
227
231
|
},
|
|
228
232
|
set(e) {
|
|
229
233
|
c.value.Additionals || (c.value.Additionals = {}), c.value.Additionals["dct:spatial"] = [
|
|
@@ -232,77 +236,77 @@ const Ae = { key: 0 }, et = {
|
|
|
232
236
|
}
|
|
233
237
|
});
|
|
234
238
|
return (e, t) => {
|
|
235
|
-
var d,
|
|
236
|
-
const
|
|
237
|
-
return
|
|
238
|
-
q.value &&
|
|
239
|
-
z.value ? (
|
|
239
|
+
var d, v, m, x, g, J, Q, I, A, ee, te, ae, se, ie, oe, le, ne, re, de, ce, ue, pe, ve, fe, ge, ye, he, _e, be, me;
|
|
240
|
+
const l = Oe("formatbubble");
|
|
241
|
+
return i(), r(D, null, [
|
|
242
|
+
q.value && U.value ? (i(), r("div", et, [
|
|
243
|
+
z.value ? (i(), w(Xe, {
|
|
240
244
|
key: 0,
|
|
241
|
-
context:
|
|
242
|
-
"active-section":
|
|
243
|
-
onClose:
|
|
245
|
+
context: F.context,
|
|
246
|
+
"active-section": j.value,
|
|
247
|
+
onClose: Ee
|
|
244
248
|
}, null, 8, ["context", "active-section"])) : u("", !0),
|
|
245
|
-
(
|
|
246
|
-
a("div",
|
|
247
|
-
a("div",
|
|
248
|
-
p(
|
|
249
|
-
(
|
|
250
|
-
id: (
|
|
251
|
-
key: (x = (
|
|
249
|
+
(i(), r("div", tt, [
|
|
250
|
+
a("div", at, [
|
|
251
|
+
a("div", st, [
|
|
252
|
+
p(C).edit.fromDraft || p(C).edit.enabled ? (i(), r("div", it, [
|
|
253
|
+
(i(), w(qe, {
|
|
254
|
+
id: (v = (d = p(c).value) == null ? void 0 : d.BasicInfos) == null ? void 0 : v.datasetID,
|
|
255
|
+
key: (x = (m = p(c).value) == null ? void 0 : m.BasicInfos) == null ? void 0 : x.datasetID,
|
|
252
256
|
"data-cy": p(c).value,
|
|
253
257
|
catalogue: "test-catalog",
|
|
254
258
|
text: ((J = (g = p(c).value) == null ? void 0 : g.BasicInfos) == null ? void 0 : J.title.de) || ((I = (Q = p(c).value) == null ? void 0 : Q.BasicInfos) == null ? void 0 : I.title.en),
|
|
255
|
-
visibility:
|
|
256
|
-
"visibility-state":
|
|
257
|
-
date:
|
|
259
|
+
visibility: Ne($.value || "public"),
|
|
260
|
+
"visibility-state": $.value,
|
|
261
|
+
date: K.value,
|
|
258
262
|
draft: !p(Ve),
|
|
259
263
|
dataset: e.dataset,
|
|
260
264
|
"from-draft": "true"
|
|
261
265
|
}, null, 8, ["id", "data-cy", "text", "visibility", "visibility-state", "date", "draft", "dataset"]))
|
|
262
|
-
])) : (
|
|
263
|
-
a("h4",
|
|
264
|
-
a("div",
|
|
266
|
+
])) : (i(), r("div", ot, [
|
|
267
|
+
a("h4", lt, s(e.$t("message.dataupload.datasets.rap.title")), 1),
|
|
268
|
+
a("div", nt, s(e.$t("message.dataupload.datasets.rap.intro-text")), 1)
|
|
265
269
|
]))
|
|
266
270
|
])
|
|
267
271
|
]),
|
|
268
|
-
(
|
|
269
|
-
a("div",
|
|
272
|
+
(i(), r("div", rt, [
|
|
273
|
+
a("div", dt, [
|
|
270
274
|
t[14] || (t[14] = a("span", null, "Sichtbarkeit", -1)),
|
|
271
|
-
|
|
275
|
+
y(S, {
|
|
272
276
|
size: "large",
|
|
273
277
|
"icon-start": "pen",
|
|
274
278
|
variant: "secondary",
|
|
275
|
-
onClick: t[0] || (t[0] = (
|
|
279
|
+
onClick: t[0] || (t[0] = (n) => M.value = !0)
|
|
276
280
|
})
|
|
277
281
|
]),
|
|
278
|
-
a("div",
|
|
282
|
+
a("div", ct, [
|
|
279
283
|
t[15] || (t[15] = a("span", {
|
|
280
284
|
class: "copy-large-regular",
|
|
281
285
|
style: { "margin-bottom": "4px" }
|
|
282
286
|
}, " Sichtbarkeit des Datensatzes: ", -1)),
|
|
283
|
-
|
|
287
|
+
$.value ? (i(), r("h5", ut, s({
|
|
284
288
|
public: "Öffentlich",
|
|
285
289
|
restricted: "Eingeschränkt",
|
|
286
290
|
internal: "Intern"
|
|
287
|
-
}[
|
|
291
|
+
}[$.value] || $.value), 1)) : (i(), r("span", pt, "–"))
|
|
288
292
|
])
|
|
289
293
|
])),
|
|
290
|
-
(
|
|
291
|
-
a("div",
|
|
294
|
+
(i(), r("div", vt, [
|
|
295
|
+
a("div", ft, [
|
|
292
296
|
a("span", null, s(e.$t("message.dataupload.datasets.rap.findability.title")), 1),
|
|
293
|
-
|
|
297
|
+
y(S, {
|
|
294
298
|
size: "large",
|
|
295
299
|
"icon-start": "pen",
|
|
296
300
|
variant: "secondary",
|
|
297
|
-
onClick: t[1] || (t[1] = (
|
|
301
|
+
onClick: t[1] || (t[1] = (n) => V("findabilityHvd"))
|
|
298
302
|
})
|
|
299
303
|
]),
|
|
300
|
-
a("div",
|
|
301
|
-
a("div",
|
|
302
|
-
(
|
|
303
|
-
key:
|
|
304
|
-
text:
|
|
305
|
-
data: { "@value":
|
|
304
|
+
a("div", gt, [
|
|
305
|
+
a("div", yt, s(e.$t("message.dataupload.datasets.rap.findability.categoryHeader")), 1),
|
|
306
|
+
(i(!0), r(D, null, B(xe.value, (n, o) => (i(), w(Ke, {
|
|
307
|
+
key: o,
|
|
308
|
+
text: n.label,
|
|
309
|
+
data: { "@value": n.value, URI: n.URI },
|
|
306
310
|
setup: {
|
|
307
311
|
"@type": "static",
|
|
308
312
|
"@inTable": !1,
|
|
@@ -310,88 +314,88 @@ const Ae = { key: 0 }, et = {
|
|
|
310
314
|
}
|
|
311
315
|
}, null, 8, ["text", "data"]))), 128))
|
|
312
316
|
]),
|
|
313
|
-
(ee = (A =
|
|
314
|
-
|
|
317
|
+
(ee = (A = Y.value) == null ? void 0 : A[0]) != null && ee.label ? (i(), r("div", ht, [
|
|
318
|
+
y(Ze, {
|
|
315
319
|
label: "HVD",
|
|
316
320
|
state: "hvd",
|
|
317
321
|
size: "page"
|
|
318
322
|
}),
|
|
319
|
-
a("h5",
|
|
323
|
+
a("h5", _t, s((ae = (te = Y.value) == null ? void 0 : te[0]) == null ? void 0 : ae.label), 1)
|
|
320
324
|
])) : u("", !0)
|
|
321
325
|
])),
|
|
322
|
-
(
|
|
326
|
+
(i(), r("div", bt, [
|
|
323
327
|
a("div", mt, [
|
|
324
328
|
a("span", null, s(e.$t("message.dataupload.datasets.rap.essentials.title")), 1),
|
|
325
|
-
|
|
329
|
+
y(S, {
|
|
326
330
|
size: "large",
|
|
327
331
|
"icon-start": "pen",
|
|
328
332
|
variant: "secondary",
|
|
329
|
-
onClick: t[2] || (t[2] = (
|
|
333
|
+
onClick: t[2] || (t[2] = (n) => V("essentials"))
|
|
330
334
|
})
|
|
331
335
|
]),
|
|
332
|
-
a("div",
|
|
333
|
-
a("h3",
|
|
336
|
+
a("div", St, [
|
|
337
|
+
a("h3", kt, s(we.value), 1)
|
|
334
338
|
]),
|
|
335
|
-
a("div",
|
|
339
|
+
a("div", Dt, [
|
|
336
340
|
a("span", null, s(Be.value), 1)
|
|
337
341
|
]),
|
|
338
|
-
a("div",
|
|
339
|
-
a("span",
|
|
340
|
-
a("span",
|
|
342
|
+
a("div", Vt, [
|
|
343
|
+
a("span", Ct, s(e.$t("message.dataupload.datasets.rap.essentials.modifiedHeader")), 1),
|
|
344
|
+
a("span", $t, s(K.value), 1)
|
|
341
345
|
]),
|
|
342
|
-
a("div",
|
|
343
|
-
a("span",
|
|
344
|
-
a("h5",
|
|
345
|
-
a("a",
|
|
346
|
+
a("div", xt, [
|
|
347
|
+
a("span", wt, s(e.$t("message.dataupload.datasets.rap.essentials.publisherHeader")), 1),
|
|
348
|
+
a("h5", Bt, s(T.value["foaf:name"] || ""), 1),
|
|
349
|
+
a("a", Mt, s(T.value["foaf:mbox"] || ""), 1),
|
|
346
350
|
a("a", {
|
|
347
351
|
class: "copy-large-regular",
|
|
348
352
|
href: T.value["foaf:homepage"] || ""
|
|
349
|
-
}, s(T.value["foaf:homepage"] || ""), 9,
|
|
353
|
+
}, s(T.value["foaf:homepage"] || ""), 9, Tt)
|
|
350
354
|
]),
|
|
351
|
-
a("div",
|
|
352
|
-
a("span",
|
|
353
|
-
a("h5",
|
|
354
|
-
a("a",
|
|
355
|
-
a("span",
|
|
355
|
+
a("div", Rt, [
|
|
356
|
+
a("span", Pt, s(e.$t("message.dataupload.datasets.rap.essentials.contactHeader")), 1),
|
|
357
|
+
a("h5", zt, s(E.value["vcard:fn"] || ""), 1),
|
|
358
|
+
a("a", Et, s(E.value["vcard:hasEmail"] || ""), 1),
|
|
359
|
+
a("span", Lt, s(E.value["vcard:hasTelephone"] || ""), 1)
|
|
356
360
|
])
|
|
357
361
|
])),
|
|
358
|
-
(
|
|
359
|
-
a("div",
|
|
360
|
-
a("div",
|
|
362
|
+
(i(), r(D, { key: 3 }, [
|
|
363
|
+
a("div", Ht, [
|
|
364
|
+
a("div", Nt, [
|
|
361
365
|
a("span", null, s(e.$t("message.dataupload.datasets.rap.coverage.title")), 1),
|
|
362
|
-
|
|
366
|
+
y(S, {
|
|
363
367
|
size: "large",
|
|
364
368
|
"icon-start": "pen",
|
|
365
369
|
variant: "secondary",
|
|
366
|
-
onClick: t[3] || (t[3] = (
|
|
370
|
+
onClick: t[3] || (t[3] = (n) => V("coverage"))
|
|
367
371
|
})
|
|
368
372
|
]),
|
|
369
373
|
a("div", null, [
|
|
370
|
-
P.value && ((se = P.value) == null ? void 0 : se.length) > 0 ? (
|
|
374
|
+
P.value && ((se = P.value) == null ? void 0 : se.length) > 0 ? (i(), r("div", Ft, [
|
|
371
375
|
t[16] || (t[16] = a("div", { class: "copy-large-regular" }, " Räumliche Abdeckung (optional) ", -1)),
|
|
372
376
|
a("div", null, [
|
|
373
|
-
|
|
377
|
+
y(Je, {
|
|
374
378
|
modelValue: P.value,
|
|
375
|
-
"onUpdate:modelValue": t[4] || (t[4] = (
|
|
379
|
+
"onUpdate:modelValue": t[4] || (t[4] = (n) => P.value = n),
|
|
376
380
|
readonly: ""
|
|
377
381
|
}, null, 8, ["modelValue"])
|
|
378
382
|
])
|
|
379
383
|
])) : u("", !0)
|
|
380
384
|
]),
|
|
381
|
-
Te.value ? (
|
|
382
|
-
a("div",
|
|
383
|
-
a("span",
|
|
384
|
-
|
|
385
|
+
Te.value ? (i(), r("div", Ot, [
|
|
386
|
+
a("div", Ut, [
|
|
387
|
+
a("span", jt, s(e.$t("message.dataupload.datasets.rap.coverage.tempCoverage")), 1),
|
|
388
|
+
y(De, {
|
|
385
389
|
"button-text": "löschen",
|
|
386
390
|
onClick: Ce
|
|
387
391
|
})
|
|
388
392
|
]),
|
|
389
|
-
a("div",
|
|
390
|
-
(
|
|
391
|
-
a("div",
|
|
392
|
-
t[17] || (t[17] =
|
|
393
|
+
a("div", Wt, [
|
|
394
|
+
(i(!0), r(D, null, B(R.value["dct:temporal"] || [], (n) => (i(), r("div", Yt, [
|
|
395
|
+
a("div", Kt, [
|
|
396
|
+
t[17] || (t[17] = H(" Von ", -1)),
|
|
393
397
|
a("div", null, [
|
|
394
|
-
a("span", null, s(new Date(
|
|
398
|
+
a("span", null, s(new Date(n["dcat:startDate"]).toLocaleDateString(
|
|
395
399
|
"de-DE",
|
|
396
400
|
{
|
|
397
401
|
day: "2-digit",
|
|
@@ -399,13 +403,13 @@ const Ae = { key: 0 }, et = {
|
|
|
399
403
|
year: "numeric"
|
|
400
404
|
}
|
|
401
405
|
)), 1),
|
|
402
|
-
|
|
406
|
+
n.startTime != null ? (i(), r("span", Gt, s(n.startTime), 1)) : u("", !0)
|
|
403
407
|
])
|
|
404
408
|
]),
|
|
405
|
-
a("div",
|
|
406
|
-
t[18] || (t[18] =
|
|
409
|
+
a("div", Xt, [
|
|
410
|
+
t[18] || (t[18] = H(" Bis ", -1)),
|
|
407
411
|
a("div", null, [
|
|
408
|
-
a("span", null, s(new Date(
|
|
412
|
+
a("span", null, s(new Date(n["dcat:endDate"]).toLocaleDateString(
|
|
409
413
|
"de-DE",
|
|
410
414
|
{
|
|
411
415
|
day: "2-digit",
|
|
@@ -413,46 +417,46 @@ const Ae = { key: 0 }, et = {
|
|
|
413
417
|
year: "numeric"
|
|
414
418
|
}
|
|
415
419
|
)), 1),
|
|
416
|
-
|
|
420
|
+
n.endTime != null ? (i(), r("span", Zt, s(n.endTime), 1)) : u("", !0)
|
|
417
421
|
])
|
|
418
422
|
])
|
|
419
423
|
]))), 256))
|
|
420
424
|
])
|
|
421
425
|
])) : u("", !0)
|
|
422
426
|
]),
|
|
423
|
-
a("div",
|
|
424
|
-
a("div",
|
|
427
|
+
a("div", qt, [
|
|
428
|
+
a("div", Jt, [
|
|
425
429
|
a("span", null, s(e.$t("message.metadata.distributions")), 1),
|
|
426
|
-
|
|
430
|
+
y(S, {
|
|
427
431
|
size: "large",
|
|
428
432
|
"icon-start": "pen",
|
|
429
433
|
variant: "secondary",
|
|
430
|
-
onClick: t[5] || (t[5] = (
|
|
434
|
+
onClick: t[5] || (t[5] = (n) => V("distributions"))
|
|
431
435
|
})
|
|
432
436
|
]),
|
|
433
|
-
a("div",
|
|
434
|
-
a("span",
|
|
435
|
-
a("h5",
|
|
437
|
+
a("div", Qt, [
|
|
438
|
+
a("span", It, s(e.$t("message.dataupload.steps.dct:license")), 1),
|
|
439
|
+
a("h5", At, s(p(L)["dcterms:license"] || ((le = (oe = (ie = p(c).DistributionSimple) == null ? void 0 : ie["dct:license"]) == null ? void 0 : oe[0]) == null ? void 0 : le["dcterms:license"]) || "Keine Lizenz angegeben"), 1)
|
|
436
440
|
]),
|
|
437
|
-
(de = (re = (ne = p(c).DistributionSimple) == null ? void 0 : ne["dct:license"]) == null ? void 0 : re[0]) != null && de.title || (ve = (pe = (ue = (ce = p(c)) == null ? void 0 : ce.DistributionSimple) == null ? void 0 : ue["dcat:distribution"]) == null ? void 0 : pe[0]) != null && ve["dcatde:licenseAttributionByText"] ? (
|
|
438
|
-
a("span",
|
|
441
|
+
Re.value && ((de = (re = (ne = p(c).DistributionSimple) == null ? void 0 : ne["dct:license"]) == null ? void 0 : re[0]) != null && de.title || (ve = (pe = (ue = (ce = p(c)) == null ? void 0 : ce.DistributionSimple) == null ? void 0 : ue["dcat:distribution"]) == null ? void 0 : pe[0]) != null && ve["dcatde:licenseAttributionByText"]) ? (i(), r("div", ea, [
|
|
442
|
+
a("span", ta, s(e.$t(
|
|
439
443
|
"message.dataupload.datasets.dcat:distribution.advanced.dcatde:licenseAttributionByText"
|
|
440
444
|
)), 1),
|
|
441
|
-
a("h5",
|
|
445
|
+
a("h5", aa, s(((ye = (ge = (fe = p(c).DistributionSimple) == null ? void 0 : fe["dct:license"]) == null ? void 0 : ge[0]) == null ? void 0 : ye.title) || ((me = (be = (_e = (he = p(c)) == null ? void 0 : he.DistributionSimple) == null ? void 0 : _e["dcat:distribution"]) == null ? void 0 : be[0]) == null ? void 0 : me["dcatde:licenseAttributionByText"])), 1)
|
|
442
446
|
])) : u("", !0),
|
|
443
|
-
a("div",
|
|
444
|
-
a("span",
|
|
445
|
-
(
|
|
447
|
+
a("div", sa, [
|
|
448
|
+
a("span", ia, s(e.$t("message.dataupload.steps.dcat:distribution")), 1),
|
|
449
|
+
(i(!0), r(D, null, B(Pe.value, (n) => (i(), r("div", oa, [
|
|
446
450
|
a("a", {
|
|
447
451
|
class: "copy-large-semi-bold",
|
|
448
|
-
href:
|
|
452
|
+
href: n["dcat:accessURL"],
|
|
449
453
|
target: "_blank"
|
|
450
|
-
}, s(
|
|
451
|
-
|
|
452
|
-
default:
|
|
453
|
-
var
|
|
454
|
+
}, s(n["dct:title"] || n["dcat:accessURL"]), 9, la),
|
|
455
|
+
y(l, null, {
|
|
456
|
+
default: N(() => {
|
|
457
|
+
var o;
|
|
454
458
|
return [
|
|
455
|
-
|
|
459
|
+
H(s(((o = n["dct:format"]) == null ? void 0 : o.label) || "Kein Format angegeben"), 1)
|
|
456
460
|
];
|
|
457
461
|
}),
|
|
458
462
|
_: 2
|
|
@@ -460,100 +464,100 @@ const Ae = { key: 0 }, et = {
|
|
|
460
464
|
]))), 256))
|
|
461
465
|
])
|
|
462
466
|
]),
|
|
463
|
-
X.value ? (
|
|
464
|
-
a("div",
|
|
467
|
+
X.value ? (i(), r("div", na, [
|
|
468
|
+
a("div", ra, [
|
|
465
469
|
a("span", null, s(e.$t("message.metadata.additionals")), 1)
|
|
466
470
|
]),
|
|
467
|
-
(
|
|
468
|
-
a("div",
|
|
469
|
-
a("span",
|
|
470
|
-
|
|
471
|
+
(i(!0), r(D, null, B(G.value, (n) => (i(), r("div", da, [
|
|
472
|
+
a("div", ca, [
|
|
473
|
+
a("span", ua, s(e.$t(`message.dataupload.additionals.${n}`)) + " (optional)", 1),
|
|
474
|
+
y(De, {
|
|
471
475
|
"button-text": "löschen",
|
|
472
|
-
onClick: (
|
|
476
|
+
onClick: (o) => Le(n)
|
|
473
477
|
}, null, 8, ["onClick"])
|
|
474
478
|
]),
|
|
475
|
-
|
|
476
|
-
a("span", null, s($e(
|
|
479
|
+
n === "dcat:temporalResolution" ? (i(), r("div", pa, [
|
|
480
|
+
a("span", null, s($e(k.value[n] || [])), 1)
|
|
477
481
|
])) : u("", !0),
|
|
478
|
-
|
|
479
|
-
key:
|
|
482
|
+
n != "dcat:temporalResolution" ? (i(!0), r(D, { key: 1 }, B(k.value[n] || [], (o) => (i(), r("div", {
|
|
483
|
+
key: o ? o["@id"] || o["@value"] || o["rdfs:label"] : null,
|
|
480
484
|
class: "additionalSubPropsWrapper"
|
|
481
485
|
}, [
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
486
|
+
o && o["rdf:type"] ? (i(), r("span", va, s(o["rdf:type"]), 1)) : u("", !0),
|
|
487
|
+
o && o["@type"] === "http://www.w3.org/2001/XMLSchema#date" ? (i(), r("span", fa, s(ze(o["@value"])), 1)) : u("", !0),
|
|
488
|
+
o && o["@value"] && o["@type"] !== "http://www.w3.org/2001/XMLSchema#date" ? (i(), r("span", ga, s(o["@value"]), 1)) : u("", !0),
|
|
489
|
+
o && o["dct:title"] ? (i(), r("span", ya, s(o["dct:title"]), 1)) : u("", !0),
|
|
490
|
+
o && o["dct:description"] ? (i(), r("span", ha, s(o["dct:description"]), 1)) : u("", !0),
|
|
491
|
+
o && o["@id"] ? (i(), r("span", _a, s(o["@id"]), 1)) : u("", !0),
|
|
492
|
+
o && o["rdfs:label"] ? (i(), r("span", ba, s(o["rdfs:label"]), 1)) : u("", !0),
|
|
493
|
+
o && o["foaf:name"] ? (i(), r("span", ma, s(o["foaf:name"]), 1)) : u("", !0),
|
|
494
|
+
o && o["foaf:homepage"] ? (i(), r("span", Sa, s(o["foaf:homepage"]), 1)) : u("", !0),
|
|
495
|
+
o && o["foaf:mbox"] ? (i(), r("span", ka, s(o["foaf:mbox"]), 1)) : u("", !0)
|
|
492
496
|
]))), 128)) : u("", !0)
|
|
493
497
|
]))), 256)),
|
|
494
|
-
a("div",
|
|
495
|
-
|
|
498
|
+
a("div", Da, [
|
|
499
|
+
y(S, {
|
|
496
500
|
"button-text": "Optionale Informationen hinzufügen",
|
|
497
501
|
size: "large",
|
|
498
502
|
"icon-start": "plus",
|
|
499
503
|
variant: "tertiary",
|
|
500
|
-
onClick: t[6] || (t[6] = (
|
|
504
|
+
onClick: t[6] || (t[6] = (n) => V("additionals"))
|
|
501
505
|
})
|
|
502
506
|
])
|
|
503
507
|
])) : u("", !0),
|
|
504
|
-
X.value ? u("", !0) : (
|
|
505
|
-
|
|
508
|
+
X.value ? u("", !0) : (i(), r("div", Va, [
|
|
509
|
+
y(S, {
|
|
506
510
|
"button-text": "Optionale Informationen hinzufügen",
|
|
507
511
|
size: "large",
|
|
508
512
|
"icon-start": "plus",
|
|
509
513
|
variant: "tertiary",
|
|
510
|
-
onClick: t[7] || (t[7] = (
|
|
514
|
+
onClick: t[7] || (t[7] = (n) => V("additionals"))
|
|
511
515
|
})
|
|
512
516
|
]))
|
|
513
517
|
], 64))
|
|
514
518
|
])),
|
|
515
|
-
p(_) ? (
|
|
519
|
+
p(_) ? (i(), w(ke, {
|
|
516
520
|
key: 2,
|
|
517
|
-
buttons: p(
|
|
518
|
-
"header-text": p(
|
|
519
|
-
text: p(
|
|
520
|
-
action: p(
|
|
521
|
-
onClose: t[8] || (t[8] = (
|
|
522
|
-
onActionHandling: t[9] || (t[9] = (
|
|
521
|
+
buttons: p(b).button,
|
|
522
|
+
"header-text": p(b).header,
|
|
523
|
+
text: p(b).text,
|
|
524
|
+
action: p(b).action,
|
|
525
|
+
onClose: t[8] || (t[8] = (n) => Se(_) ? _.value = !1 : _ = !1),
|
|
526
|
+
onActionHandling: t[9] || (t[9] = (n) => Z(n))
|
|
523
527
|
}, null, 8, ["buttons", "header-text", "text", "action"])) : u("", !0),
|
|
524
|
-
|
|
528
|
+
y(Ge, {
|
|
525
529
|
modelValue: M.value,
|
|
526
|
-
"onUpdate:modelValue": t[11] || (t[11] = (
|
|
530
|
+
"onUpdate:modelValue": t[11] || (t[11] = (n) => M.value = n),
|
|
527
531
|
title: "Sichtbarkeit"
|
|
528
532
|
}, {
|
|
529
|
-
footer:
|
|
530
|
-
|
|
533
|
+
footer: N(() => [
|
|
534
|
+
y(S, {
|
|
531
535
|
size: "large",
|
|
532
536
|
variant: "primary",
|
|
533
|
-
"button-text": "
|
|
537
|
+
"button-text": "Speichern",
|
|
534
538
|
style: { "margin-left": "auto" },
|
|
535
|
-
onClick: t[10] || (t[10] = (
|
|
539
|
+
onClick: t[10] || (t[10] = (n) => M.value = !1)
|
|
536
540
|
})
|
|
537
541
|
]),
|
|
538
|
-
default:
|
|
539
|
-
|
|
542
|
+
default: N(() => [
|
|
543
|
+
y(Qe, { context: F.context }, null, 8, ["context"])
|
|
540
544
|
]),
|
|
541
545
|
_: 1
|
|
542
546
|
}, 8, ["modelValue"])
|
|
543
547
|
])) : u("", !0),
|
|
544
|
-
p(_) ? (
|
|
548
|
+
p(_) ? (i(), w(ke, {
|
|
545
549
|
key: 1,
|
|
546
|
-
buttons: p(
|
|
547
|
-
"header-text": p(
|
|
548
|
-
text: p(
|
|
549
|
-
action: p(
|
|
550
|
-
onClose: t[12] || (t[12] = (
|
|
551
|
-
onActionHandling: t[13] || (t[13] = (
|
|
550
|
+
buttons: p(b).button,
|
|
551
|
+
"header-text": p(b).header,
|
|
552
|
+
text: p(b).text,
|
|
553
|
+
action: p(b).action,
|
|
554
|
+
onClose: t[12] || (t[12] = (n) => Se(_) ? _.value = !1 : _ = !1),
|
|
555
|
+
onActionHandling: t[13] || (t[13] = (n) => Z(n))
|
|
552
556
|
}, null, 8, ["buttons", "header-text", "text", "action"])) : u("", !0)
|
|
553
557
|
], 64);
|
|
554
558
|
};
|
|
555
559
|
}
|
|
556
|
-
},
|
|
560
|
+
}, qa = /* @__PURE__ */ Ie(Ca, [["__scopeId", "data-v-249d2a2d"]]);
|
|
557
561
|
export {
|
|
558
|
-
|
|
562
|
+
qa as default
|
|
559
563
|
};
|