@piveau/piveau-hub-ui-modules 4.6.85 → 4.6.87
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/data-provider-interface/CatalogueMQA.vue.mjs +122 -123
- package/dist/data-provider-interface/CatalogueMQA.vue.mjs.map +1 -1
- package/dist/data-provider-interface/components/SelectControlledGroup.vue.mjs +10 -10
- package/dist/data-provider-interface/components/SelectControlledGroup.vue.mjs.map +1 -1
- package/dist/data-provider-interface/views/UserCataloguesPage.vue.mjs +6 -8
- package/dist/data-provider-interface/views/UserCataloguesPage.vue.mjs.map +1 -1
- package/dist/datasets/DatasetList.vue.mjs +10 -10
- package/dist/datasets/DatasetList.vue.mjs.map +1 -1
- package/dist/piveau-hub-ui-modules.css +1 -1
- package/package.json +1 -1
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
import { computed as
|
|
1
|
+
import { computed as P, ref as i, getCurrentInstance as rt, openBlock as d, createElementBlock as v, createElementVNode as e, createTextVNode as l, toDisplayString as a, unref as s, createCommentVNode as q, normalizeClass as y, withDirectives as N, isRef as G, vModelText as T, Fragment as X, renderList as Y } from "vue";
|
|
2
2
|
import { useRouter as dt, useRoute as vt } from "vue-router";
|
|
3
3
|
import { useStore as pt, mapActions as mt } from "vuex";
|
|
4
|
-
import
|
|
4
|
+
import H from "axios";
|
|
5
5
|
import "./CatalogueMQA.vue2.mjs";
|
|
6
6
|
import gt from "../_virtual/_plugin-vue_export-helper.mjs";
|
|
7
|
-
const ft = { class: "container mb-3" }, bt = { class: "debug" }, yt = { key: 0 },
|
|
7
|
+
const ft = { class: "container mb-3" }, bt = { class: "debug" }, yt = ["innerHTML"], kt = { key: 0 }, $t = { key: 1 }, wt = { class: "mr-1" }, qt = { key: 0 }, Ct = { class: "mqaWrapper" }, Mt = ["innerHTML"], St = { class: "w-50 mt-4" }, Vt = { class: "mqaWrapper" }, Bt = { class: "d-flex mt-3" }, It = { class: "mr-3 my-3" }, Ut = ["disabled", "onClick"], Dt = { class: "my-3" }, At = ["disabled"], Nt = { class: "caretWrap" }, Tt = { class: "mqaWrapper" }, Wt = { key: 0 }, Et = ["onUpdate:modelValue", "onInput"], Lt = ["onClick"], zt = ["onClick"], Pt = {
|
|
8
8
|
key: 0,
|
|
9
9
|
class: "errormsg"
|
|
10
|
-
},
|
|
10
|
+
}, Ht = { class: "d-flex mt-3" }, Rt = ["placeholder"], jt = {
|
|
11
11
|
key: 1,
|
|
12
12
|
class: "errormsg"
|
|
13
|
-
},
|
|
13
|
+
}, Ft = { class: "actionWrapper" }, Jt = {
|
|
14
14
|
__name: "CatalogueMQA",
|
|
15
|
-
setup(
|
|
16
|
-
const
|
|
17
|
-
|
|
18
|
-
const Z =
|
|
15
|
+
setup(Ot) {
|
|
16
|
+
const W = pt(), E = dt();
|
|
17
|
+
P(() => W.getters["auth/getUserDrafts"]);
|
|
18
|
+
const Z = P(() => W.getters["auth/getUserData"]), D = P(() => Z.value.rtpToken);
|
|
19
19
|
mt("auth", {
|
|
20
20
|
updateUserData: "updateUserData"
|
|
21
21
|
});
|
|
22
|
-
const
|
|
23
|
-
|
|
22
|
+
const R = (n) => {
|
|
23
|
+
W.dispatch("snackbar/showSnackbar", n);
|
|
24
24
|
}, A = () => {
|
|
25
|
-
|
|
25
|
+
R({
|
|
26
26
|
message: "Saved Successfully",
|
|
27
27
|
variant: "success"
|
|
28
28
|
});
|
|
29
|
-
},
|
|
30
|
-
let k =
|
|
31
|
-
const I =
|
|
32
|
-
|
|
29
|
+
}, j = vt();
|
|
30
|
+
let k = i(!1), g = i(!1), x = i(null), B = i("Activate"), L = i(!1), u = i(!1), f = i(), h = ["Mo", "Tue", "We", "Th", "Fr", "Sa", "Su"], p = i(1), S = i(!1), $ = i(1), C = i(""), b = i(""), M = i(null);
|
|
31
|
+
const I = j.params.id, F = rt(), z = F.appContext.app.config.globalProperties.$env.api.notificationBaseUrl;
|
|
32
|
+
F.appContext.app.config.globalProperties.$env.api.apiKey;
|
|
33
33
|
const c = () => {
|
|
34
|
-
const n = "https://data.europa.eu", t =
|
|
34
|
+
const n = "https://data.europa.eu", t = j.query.locale || "en", o = `${n}/mqa/catalogues/${I}?locale=${t}`;
|
|
35
35
|
window.open(o, "_blank");
|
|
36
36
|
}, J = (n) => {
|
|
37
37
|
g.value && (M.value = n, b.value = M);
|
|
@@ -39,19 +39,19 @@ const ft = { class: "container mb-3" }, bt = { class: "debug" }, yt = { key: 0 }
|
|
|
39
39
|
g.value = !0, k.value = !1, M.value = b.value;
|
|
40
40
|
}, tt = () => {
|
|
41
41
|
g.value = !1, k.value = !0, M.value = b.value;
|
|
42
|
-
}, w =
|
|
43
|
-
let m =
|
|
42
|
+
}, w = i({}), O = (n) => /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(n);
|
|
43
|
+
let m = i({ mail: "", isValid: !0 }), V = i({});
|
|
44
44
|
const et = async () => {
|
|
45
45
|
const n = {
|
|
46
46
|
method: "get",
|
|
47
|
-
url: `${
|
|
47
|
+
url: `${z}/catalogue/${I}/setting`,
|
|
48
48
|
headers: {
|
|
49
49
|
Authorization: `Bearer ${D.value}`
|
|
50
50
|
}
|
|
51
51
|
};
|
|
52
52
|
try {
|
|
53
|
-
const t = await
|
|
54
|
-
w.value = t.data, w.value.activeStatus === !0 && (
|
|
53
|
+
const t = await H.request(n);
|
|
54
|
+
w.value = t.data, w.value.activeStatus === !0 && (u.value = !0, B.value = "Deactivate"), w.value.activeStatus === !1 && (u.value = !1, B.value = "Activate"), f.value = w.value.receiverEmailList, C.value = w.value.frequency.unit, b.value = w.value.frequency.value, $.value = w.value.threshold, C.value === "week" ? (g.value = !0, k.value = !1, M.value = b.value) : C.value === "month" && (g.value = !1, k.value = !0, p.value = b.value), console.log("Response:", t);
|
|
55
55
|
} catch (t) {
|
|
56
56
|
console.log("Full error:", t);
|
|
57
57
|
}
|
|
@@ -59,7 +59,7 @@ const ft = { class: "container mb-3" }, bt = { class: "debug" }, yt = { key: 0 }
|
|
|
59
59
|
g.value === !0 ? (C.value = "week", b.value = M.value) : k.value === !0 && (C.value = "month", b.value = p.value);
|
|
60
60
|
const n = {
|
|
61
61
|
method: "post",
|
|
62
|
-
url: `${
|
|
62
|
+
url: `${z}/catalogue/${I}/setting`,
|
|
63
63
|
headers: {
|
|
64
64
|
Authorization: `Bearer ${D.value}`,
|
|
65
65
|
"Content-Type": "application/json"
|
|
@@ -76,34 +76,34 @@ const ft = { class: "container mb-3" }, bt = { class: "debug" }, yt = { key: 0 }
|
|
|
76
76
|
})
|
|
77
77
|
};
|
|
78
78
|
try {
|
|
79
|
-
const t = await
|
|
80
|
-
return console.log("Settings updated:", t.data), A(),
|
|
79
|
+
const t = await H.request(n);
|
|
80
|
+
return console.log("Settings updated:", t.data), A(), E.push({ name: "DataProviderInterface-UserCatalogues" }), t.data;
|
|
81
81
|
} catch (t) {
|
|
82
82
|
throw A(), console.log("Error updating settings:", t), t;
|
|
83
83
|
}
|
|
84
84
|
};
|
|
85
85
|
et();
|
|
86
|
-
const
|
|
86
|
+
const Q = async () => {
|
|
87
87
|
const n = {
|
|
88
88
|
method: "post",
|
|
89
|
-
url: `${
|
|
89
|
+
url: `${z}/catalogue/${I}/setting`,
|
|
90
90
|
headers: {
|
|
91
91
|
Authorization: `Bearer ${D.value}`,
|
|
92
92
|
"Content-Type": "application/json"
|
|
93
93
|
},
|
|
94
94
|
withCredentials: !0,
|
|
95
95
|
data: JSON.stringify({
|
|
96
|
-
activeStatus:
|
|
96
|
+
activeStatus: u.value
|
|
97
97
|
})
|
|
98
98
|
};
|
|
99
99
|
try {
|
|
100
|
-
const t = await
|
|
101
|
-
return console.log("Settings updated:", t.data), A(),
|
|
100
|
+
const t = await H.request(n);
|
|
101
|
+
return console.log("Settings updated:", t.data), A(), u.value || E.push({ name: "DataProviderInterface-UserCatalogues" }), t.data;
|
|
102
102
|
} catch (t) {
|
|
103
103
|
throw A(), console.log("Error updating settings:", t), t;
|
|
104
104
|
}
|
|
105
105
|
}, st = () => {
|
|
106
|
-
S.value = !0,
|
|
106
|
+
S.value = !0, R({
|
|
107
107
|
message: "Email added successfully.",
|
|
108
108
|
variant: "success"
|
|
109
109
|
});
|
|
@@ -113,17 +113,17 @@ const ft = { class: "container mb-3" }, bt = { class: "debug" }, yt = { key: 0 }
|
|
|
113
113
|
}, at = (n) => {
|
|
114
114
|
f.value.splice(n, 1);
|
|
115
115
|
}, K = (n) => {
|
|
116
|
-
n === "up" && p.value < 28 ? (p.value > 8 && (
|
|
116
|
+
n === "up" && p.value < 28 ? (p.value > 8 && (L.value = !0), p.value++) : p.value > 1 && (p.value < 11 && (L.value = !1), p.value--);
|
|
117
117
|
}, ot = () => {
|
|
118
118
|
if (m.value.mail.trim() === "") {
|
|
119
119
|
m.value.isValid = !1;
|
|
120
120
|
return;
|
|
121
121
|
}
|
|
122
122
|
O(m.value.mail) ? (f.value.push(m.value.mail), m.value.mail = "", m.value.isValid = !0) : m.value.isValid = !1;
|
|
123
|
-
}, ut = () => {
|
|
124
|
-
i.value ? (i.value = !1, B.value = "Activate", H()) : (i.value = !0, B.value = "Deactivate", H());
|
|
125
123
|
}, it = () => {
|
|
126
|
-
|
|
124
|
+
u.value ? (u.value = !1, B.value = "Activate", Q()) : (u.value = !0, B.value = "Deactivate", Q());
|
|
125
|
+
}, ut = () => {
|
|
126
|
+
E.push({ name: "DataProviderInterface-UserCatalogues" });
|
|
127
127
|
};
|
|
128
128
|
return (n, t) => (d(), v("div", ft, [
|
|
129
129
|
e("div", null, [
|
|
@@ -168,41 +168,43 @@ const ft = { class: "container mb-3" }, bt = { class: "debug" }, yt = { key: 0 }
|
|
|
168
168
|
l(`
|
|
169
169
|
threshold: ` + a(s($)), 1)
|
|
170
170
|
]),
|
|
171
|
-
t[40] || (t[40] = l()),
|
|
172
|
-
e("h1", null, a(n.$t("message.dpi.catalogue.mqa.settings")), 1),
|
|
173
171
|
t[41] || (t[41] = l()),
|
|
174
|
-
|
|
175
|
-
t[
|
|
172
|
+
e("h1", null, a(n.$t("message.dpi.catalogue.mqa.settings")), 1),
|
|
173
|
+
t[42] || (t[42] = l()),
|
|
176
174
|
e("p", null, [
|
|
177
175
|
l(a(n.$t("message.dpi.catalogue.mqa.configurationfor")) + " ", 1),
|
|
178
176
|
e("strong", null, a(s(I)), 1)
|
|
179
177
|
]),
|
|
180
|
-
t[
|
|
178
|
+
t[43] || (t[43] = l()),
|
|
181
179
|
e("p", null, [
|
|
182
|
-
|
|
180
|
+
e("span", {
|
|
181
|
+
innerHTML: n.$t("message.dpi.catalogue.mqa.ratingchecks")
|
|
182
|
+
}, null, 8, yt),
|
|
183
|
+
t[39] || (t[39] = l()),
|
|
183
184
|
e("b", null, [
|
|
184
|
-
s(
|
|
185
|
+
s(u) ? q("", !0) : (d(), v("span", kt, a(n.$t("message.dpi.catalogue.mqa.deactivated")), 1)),
|
|
185
186
|
t[38] || (t[38] = l()),
|
|
186
|
-
s(
|
|
187
|
+
s(u) ? (d(), v("span", $t, a(n.$t("message.dpi.catalogue.mqa.activated")), 1)) : q("", !0)
|
|
187
188
|
]),
|
|
188
|
-
t[
|
|
189
|
+
t[40] || (t[40] = l(`.
|
|
190
|
+
`, -1))
|
|
189
191
|
])
|
|
190
192
|
]),
|
|
191
|
-
t[
|
|
193
|
+
t[46] || (t[46] = l()),
|
|
192
194
|
e("button", {
|
|
193
195
|
type: "button",
|
|
194
|
-
class: y({ "btn btn-primary mb-5": !s(
|
|
195
|
-
onClick: t[0] || (t[0] = (o) =>
|
|
196
|
+
class: y({ "btn btn-primary mb-5": !s(u), "btn btn-secondary": s(u) }),
|
|
197
|
+
onClick: t[0] || (t[0] = (o) => it())
|
|
196
198
|
}, a(s(B)), 3),
|
|
197
|
-
t[
|
|
199
|
+
t[47] || (t[47] = l()),
|
|
198
200
|
e("button", {
|
|
199
201
|
type: "button",
|
|
200
|
-
class: y({ "btn btn-action mb-5": !s(
|
|
202
|
+
class: y({ "btn btn-action mb-5": !s(u), "btn btn-action": s(u) }),
|
|
201
203
|
onClick: t[1] || (t[1] = (o) => c())
|
|
202
204
|
}, [
|
|
203
|
-
e("span",
|
|
204
|
-
t[
|
|
205
|
-
t[
|
|
205
|
+
e("span", wt, a(n.$t("message.dpi.catalogue.mqa.mqareport")), 1),
|
|
206
|
+
t[44] || (t[44] = l()),
|
|
207
|
+
t[45] || (t[45] = e("svg", {
|
|
206
208
|
xmlns: "http://www.w3.org/2000/svg",
|
|
207
209
|
width: "16",
|
|
208
210
|
height: "16",
|
|
@@ -222,13 +224,17 @@ const ft = { class: "container mb-3" }, bt = { class: "debug" }, yt = { key: 0 }
|
|
|
222
224
|
], -1))
|
|
223
225
|
], 2)
|
|
224
226
|
]),
|
|
225
|
-
t[
|
|
226
|
-
s(
|
|
227
|
-
e("div",
|
|
228
|
-
e("h3", null, a(n.$t("message.dpi.catalogue.mqa.notificationthreshold")), 1),
|
|
229
|
-
|
|
230
|
-
e("div",
|
|
231
|
-
|
|
227
|
+
t[78] || (t[78] = l()),
|
|
228
|
+
s(u) ? (d(), v("div", qt, [
|
|
229
|
+
e("div", Ct, [
|
|
230
|
+
e("h3", null, a(n.$t("message.dpi.catalogue.mqa.notificationthreshold.title")), 1),
|
|
231
|
+
t[51] || (t[51] = l()),
|
|
232
|
+
e("div", {
|
|
233
|
+
innerHTML: n.$t("message.dpi.catalogue.mqa.notificationthreshold.description")
|
|
234
|
+
}, null, 8, Mt),
|
|
235
|
+
t[52] || (t[52] = l()),
|
|
236
|
+
e("div", St, [
|
|
237
|
+
t[48] || (t[48] = e("div", { class: "d-flex justify-content-between" }, [
|
|
232
238
|
e("span", null, [
|
|
233
239
|
e("b", null, "-1")
|
|
234
240
|
]),
|
|
@@ -237,41 +243,36 @@ const ft = { class: "container mb-3" }, bt = { class: "debug" }, yt = { key: 0 }
|
|
|
237
243
|
e("b", null, "-405")
|
|
238
244
|
])
|
|
239
245
|
], -1)),
|
|
240
|
-
t[
|
|
246
|
+
t[49] || (t[49] = l()),
|
|
241
247
|
N(e("input", {
|
|
242
248
|
type: "range",
|
|
243
249
|
"onUpdate:modelValue": t[2] || (t[2] = (o) => G($) ? $.value = o : $ = o),
|
|
244
250
|
min: "1",
|
|
245
251
|
max: "405"
|
|
246
252
|
}, null, 512), [
|
|
247
|
-
[
|
|
253
|
+
[T, s($)]
|
|
248
254
|
]),
|
|
249
|
-
t[
|
|
255
|
+
t[50] || (t[50] = l()),
|
|
250
256
|
e("p", null, [
|
|
251
|
-
|
|
252
|
-
e("b", null, "-" + a(s($)), 1)
|
|
253
|
-
|
|
254
|
-
]),
|
|
255
|
-
t[54] || (t[54] = l()),
|
|
256
|
-
e("p", null, a(n.$t("message.dpi.catalogue.mqa.notificationthreshold.notify")), 1),
|
|
257
|
-
t[55] || (t[55] = l()),
|
|
258
|
-
e("b", null, "-" + a(s($)), 1)
|
|
257
|
+
l(a(n.$t("message.dpi.catalogue.mqa.notificationthreshold.notify")) + " ", 1),
|
|
258
|
+
e("b", null, "-" + a(s($)), 1)
|
|
259
|
+
])
|
|
259
260
|
])
|
|
260
261
|
]),
|
|
261
|
-
t[
|
|
262
|
-
e("div",
|
|
262
|
+
t[75] || (t[75] = l()),
|
|
263
|
+
e("div", Vt, [
|
|
263
264
|
e("h3", null, a(n.$t("message.dpi.catalogue.mqa.frequencyratingchecks")), 1),
|
|
264
|
-
t[
|
|
265
|
-
e("span", null, a(n.$t("message.dpi.catalogue.mqa.configurethefrequency")), 1),
|
|
266
|
-
t[
|
|
267
|
-
e("div",
|
|
268
|
-
e("div",
|
|
265
|
+
t[61] || (t[61] = l()),
|
|
266
|
+
e("span", null, a(n.$t("message.dpi.catalogue.mqa.configurethefrequency.description")), 1),
|
|
267
|
+
t[62] || (t[62] = l()),
|
|
268
|
+
e("div", Bt, [
|
|
269
|
+
e("div", It, [
|
|
269
270
|
e("button", {
|
|
270
271
|
type: "button",
|
|
271
272
|
class: y(["btn btn-simple", { activeChoiceButton: s(g) }]),
|
|
272
273
|
onClick: t[3] || (t[3] = (o) => _())
|
|
273
274
|
}, a(n.$t("message.dpi.catalogue.mqa.configurethefrequency.weekly")), 3),
|
|
274
|
-
t[
|
|
275
|
+
t[53] || (t[53] = l()),
|
|
275
276
|
e("div", {
|
|
276
277
|
class: y(["weekdays", { blur: !s(g) }])
|
|
277
278
|
}, [
|
|
@@ -280,35 +281,35 @@ const ft = { class: "container mb-3" }, bt = { class: "debug" }, yt = { key: 0 }
|
|
|
280
281
|
disabled: !s(g),
|
|
281
282
|
class: y(["dayButtons", { activeItem: s(M) === r }]),
|
|
282
283
|
onClick: (U) => J(r)
|
|
283
|
-
}, a(o), 11,
|
|
284
|
+
}, a(o), 11, Ut)
|
|
284
285
|
]))), 128))
|
|
285
286
|
], 2)
|
|
286
287
|
]),
|
|
287
|
-
t[
|
|
288
|
-
e("div",
|
|
288
|
+
t[60] || (t[60] = l()),
|
|
289
|
+
e("div", Dt, [
|
|
289
290
|
e("button", {
|
|
290
291
|
type: "button",
|
|
291
292
|
class: y([{ activeChoiceButton: s(k) }, "btn btn-simple"]),
|
|
292
293
|
onClick: t[4] || (t[4] = (o) => tt())
|
|
293
|
-
}, a(n.$t("message.dpi.catalogue.mqa.
|
|
294
|
-
t[
|
|
294
|
+
}, a(n.$t("message.dpi.catalogue.mqa.configuremonthly")), 3),
|
|
295
|
+
t[59] || (t[59] = l()),
|
|
295
296
|
e("div", {
|
|
296
297
|
class: y(["d-flex daypicker my-3", { blur: !s(k) }])
|
|
297
298
|
}, [
|
|
298
299
|
N(e("input", {
|
|
299
300
|
"onUpdate:modelValue": t[5] || (t[5] = (o) => G(p) ? p.value = o : p = o),
|
|
300
301
|
onInput: t[6] || (t[6] = (o) => J(n.index)),
|
|
301
|
-
class: y({ dynamicWidth: s(
|
|
302
|
+
class: y({ dynamicWidth: s(L) }),
|
|
302
303
|
disabled: !s(k)
|
|
303
|
-
}, null, 42,
|
|
304
|
-
[
|
|
304
|
+
}, null, 42, At), [
|
|
305
|
+
[T, s(p)]
|
|
305
306
|
]),
|
|
306
|
-
t[
|
|
307
|
-
e("div",
|
|
307
|
+
t[57] || (t[57] = l()),
|
|
308
|
+
e("div", Nt, [
|
|
308
309
|
e("button", {
|
|
309
310
|
onClick: t[7] || (t[7] = (o) => K("up")),
|
|
310
311
|
class: "caretButtons ml-1"
|
|
311
|
-
}, [...t[
|
|
312
|
+
}, [...t[54] || (t[54] = [
|
|
312
313
|
e("svg", {
|
|
313
314
|
xmlns: "http://www.w3.org/2000/svg",
|
|
314
315
|
width: "12",
|
|
@@ -320,11 +321,11 @@ const ft = { class: "container mb-3" }, bt = { class: "debug" }, yt = { key: 0 }
|
|
|
320
321
|
e("path", { d: "m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z" })
|
|
321
322
|
], -1)
|
|
322
323
|
])]),
|
|
323
|
-
t[
|
|
324
|
+
t[56] || (t[56] = l()),
|
|
324
325
|
e("button", {
|
|
325
326
|
onClick: t[8] || (t[8] = (o) => K()),
|
|
326
327
|
class: "caretButtons mr-1"
|
|
327
|
-
}, [...t[
|
|
328
|
+
}, [...t[55] || (t[55] = [
|
|
328
329
|
e("svg", {
|
|
329
330
|
xmlns: "http://www.w3.org/2000/svg",
|
|
330
331
|
width: "12",
|
|
@@ -337,54 +338,52 @@ const ft = { class: "container mb-3" }, bt = { class: "debug" }, yt = { key: 0 }
|
|
|
337
338
|
], -1)
|
|
338
339
|
])])
|
|
339
340
|
]),
|
|
340
|
-
t[
|
|
341
|
-
|
|
342
|
-
t[63] || (t[63] = l()),
|
|
343
|
-
e("span", null, a(n.$t("message.dpi.catalogue.mqa.configurethefrequency.dayofmonth")), 1)
|
|
341
|
+
t[58] || (t[58] = l()),
|
|
342
|
+
e("span", null, a(n.$t("message.dpi.catalogue.mqa.configurethedayofmonth")), 1)
|
|
344
343
|
], 2)
|
|
345
344
|
])
|
|
346
345
|
])
|
|
347
346
|
]),
|
|
348
|
-
t[
|
|
349
|
-
e("div",
|
|
347
|
+
t[76] || (t[76] = l()),
|
|
348
|
+
e("div", Tt, [
|
|
350
349
|
e("h3", null, a(n.$t("message.dpi.catalogue.mqa.recipientsmail")), 1),
|
|
351
|
-
t[
|
|
350
|
+
t[70] || (t[70] = l()),
|
|
352
351
|
e("span", null, a(n.$t("message.dpi.catalogue.mqa.mailaddressesforrecieving")), 1),
|
|
353
|
-
t[
|
|
352
|
+
t[71] || (t[71] = l()),
|
|
354
353
|
s(f).length !== 0 ? (d(), v("table", {
|
|
355
354
|
key: 0,
|
|
356
355
|
class: "mt-4",
|
|
357
356
|
ref_key: "mailButtonWrap",
|
|
358
357
|
ref: x
|
|
359
358
|
}, [
|
|
360
|
-
t[
|
|
359
|
+
t[67] || (t[67] = e("tr", null, [
|
|
361
360
|
e("th", null, "Mail")
|
|
362
361
|
], -1)),
|
|
363
|
-
t[
|
|
362
|
+
t[68] || (t[68] = l()),
|
|
364
363
|
(d(!0), v(X, null, Y(s(f), (o, r) => (d(), v("tr", {
|
|
365
364
|
class: "mailItems",
|
|
366
365
|
key: r
|
|
367
366
|
}, [
|
|
368
367
|
e("td", null, [
|
|
369
|
-
s(S) ? q("", !0) : (d(), v("span",
|
|
370
|
-
t[
|
|
368
|
+
s(S) ? q("", !0) : (d(), v("span", Wt, a(o), 1)),
|
|
369
|
+
t[64] || (t[64] = l()),
|
|
371
370
|
s(S) ? N((d(), v("input", {
|
|
372
371
|
key: 1,
|
|
373
372
|
type: "text",
|
|
374
373
|
"onUpdate:modelValue": (U) => s(f)[r] = U,
|
|
375
374
|
class: y(["mail-input", { invalidNewMail: s(V)[r] }]),
|
|
376
375
|
onInput: (U) => s(V)[r] = ""
|
|
377
|
-
}, null, 42,
|
|
378
|
-
[
|
|
376
|
+
}, null, 42, Et)), [
|
|
377
|
+
[T, s(f)[r]]
|
|
379
378
|
]) : q("", !0),
|
|
380
|
-
t[
|
|
379
|
+
t[65] || (t[65] = l()),
|
|
381
380
|
e("div", null, [
|
|
382
381
|
e("button", {
|
|
383
382
|
type: "button",
|
|
384
383
|
class: "btn btn-simple",
|
|
385
384
|
onClick: (U) => s(S) ? nt(r) : st()
|
|
386
|
-
}, a(s(S) ? "Save" : "Edit"), 9,
|
|
387
|
-
t[
|
|
385
|
+
}, a(s(S) ? "Save" : "Edit"), 9, Lt),
|
|
386
|
+
t[63] || (t[63] = l()),
|
|
388
387
|
e("button", {
|
|
389
388
|
type: "button",
|
|
390
389
|
class: "btn btn-simple",
|
|
@@ -392,50 +391,50 @@ const ft = { class: "container mb-3" }, bt = { class: "debug" }, yt = { key: 0 }
|
|
|
392
391
|
}, "Delete", 8, zt)
|
|
393
392
|
])
|
|
394
393
|
]),
|
|
395
|
-
t[
|
|
394
|
+
t[66] || (t[66] = l()),
|
|
396
395
|
s(V)[r] ? (d(), v("span", Pt, a(s(V)[r]), 1)) : q("", !0)
|
|
397
396
|
]))), 128))
|
|
398
397
|
], 512)) : q("", !0),
|
|
399
|
-
t[
|
|
400
|
-
e("div",
|
|
398
|
+
t[72] || (t[72] = l()),
|
|
399
|
+
e("div", Ht, [
|
|
401
400
|
N(e("input", {
|
|
402
401
|
type: "text",
|
|
403
402
|
"onUpdate:modelValue": t[9] || (t[9] = (o) => s(m).mail = o),
|
|
404
403
|
onInput: t[10] || (t[10] = (o) => s(m).isValid = !0),
|
|
405
404
|
class: y([{ invalidNewMail: !s(m).isValid }, "mail"]),
|
|
406
|
-
placeholder:
|
|
407
|
-
}, null,
|
|
408
|
-
[
|
|
405
|
+
placeholder: n.$t("message.dpi.catalogue.mqa.enteremail")
|
|
406
|
+
}, null, 42, Rt), [
|
|
407
|
+
[T, s(m).mail]
|
|
409
408
|
]),
|
|
410
|
-
t[
|
|
409
|
+
t[69] || (t[69] = l()),
|
|
411
410
|
e("button", {
|
|
412
411
|
type: "button",
|
|
413
412
|
class: "btn btn-simple mx-3",
|
|
414
413
|
onClick: t[11] || (t[11] = (o) => ot())
|
|
415
414
|
}, a(n.$t("message.dpi.catalogue.mqa.addmail")), 1)
|
|
416
415
|
]),
|
|
417
|
-
t[
|
|
418
|
-
s(m).isValid ? q("", !0) : (d(), v("span",
|
|
416
|
+
t[73] || (t[73] = l()),
|
|
417
|
+
s(m).isValid ? q("", !0) : (d(), v("span", jt, "*Invalid email format"))
|
|
419
418
|
]),
|
|
420
|
-
t[
|
|
421
|
-
e("div",
|
|
419
|
+
t[77] || (t[77] = l()),
|
|
420
|
+
e("div", Ft, [
|
|
422
421
|
e("button", {
|
|
423
422
|
type: "button",
|
|
424
423
|
class: "btn btn-primary",
|
|
425
424
|
onClick: lt
|
|
426
425
|
}, a(n.$t("message.dpi.catalogue.mqa.save")), 1),
|
|
427
|
-
t[
|
|
426
|
+
t[74] || (t[74] = l()),
|
|
428
427
|
e("button", {
|
|
429
428
|
type: "button",
|
|
430
429
|
class: "btn btn-cancel",
|
|
431
|
-
onClick: t[12] || (t[12] = (o) =>
|
|
430
|
+
onClick: t[12] || (t[12] = (o) => ut())
|
|
432
431
|
}, a(n.$t("message.dpi.catalogue.mqa.cancel")), 1)
|
|
433
432
|
])
|
|
434
433
|
])) : q("", !0)
|
|
435
434
|
]));
|
|
436
435
|
}
|
|
437
|
-
},
|
|
436
|
+
}, xt = /* @__PURE__ */ gt(Jt, [["__scopeId", "data-v-906de5da"]]);
|
|
438
437
|
export {
|
|
439
|
-
|
|
438
|
+
xt as default
|
|
440
439
|
};
|
|
441
440
|
//# sourceMappingURL=CatalogueMQA.vue.mjs.map
|