@piveau/dpi 0.2.0-alpha.24 → 0.2.0-alpha.26
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/DPIHome.vue.js +43 -38
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/HomeTable.vue.js +23 -22
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue.js +3 -3
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue2.js +44 -40
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ResourceTable.vue.js +7 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ResourceTable.vue2.js +206 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +76 -62
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue2.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue2.js +7 -7
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/ApplicationsStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/ApplicationsStep.vue2.js +97 -128
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/AreYouSureToSkipCard.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue2.js +35 -28
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +3 -3
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +114 -111
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue2.js +59 -52
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/ProcessStepBase.vue.js +44 -33
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +7 -7
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/StateTag.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +83 -75
- package/dist/packages/dpi/src/data-provider-interface/composables/useTwinbyHome.js +14 -14
- package/dist/packages/dpi/src/data-provider-interface/composables/useTwinbyUser.js +86 -73
- package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +320 -317
- package/package.json +1 -1
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ProjectTable.vue.js +0 -7
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ProjectTable.vue2.js +0 -143
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as X, ref as
|
|
1
|
+
import { defineComponent as X, ref as S, computed as _, watch as Y, toRef as ee, createBlock as d, openBlock as i, withCtx as u, createVNode as v, createElementBlock as o, createElementVNode as H, unref as x, isRef as te, Fragment as f, renderList as y, createCommentVNode as p, createTextVNode as B, toDisplayString as m, nextTick as ne } from "vue";
|
|
2
2
|
import { FormKit as U } from "@formkit/vue";
|
|
3
3
|
import { defineHubSearch as ie } from "@piveau/sdk-vue";
|
|
4
4
|
import le from "zod";
|
|
@@ -7,16 +7,16 @@ import oe from "../ActionCard.vue.js";
|
|
|
7
7
|
import ae from "../Card.vue.js";
|
|
8
8
|
import ue from "../Chip.vue.js";
|
|
9
9
|
import se from "../DpiModalBase.vue.js";
|
|
10
|
-
import
|
|
10
|
+
import c from "../SummaryBox.vue.js";
|
|
11
11
|
import de from "./AreYouSureToSkipCard.vue.js";
|
|
12
12
|
import $ from "./HardwareForm.vue.js";
|
|
13
13
|
import me from "./ProcessStepBase.vue.js";
|
|
14
14
|
/* empty css */
|
|
15
15
|
import { looseRenderable as h, useProcessStepResources as pe, ensureHasOneResource as ce } from "./utils.js";
|
|
16
|
-
const
|
|
16
|
+
const ve = {
|
|
17
17
|
key: 0,
|
|
18
18
|
class: "software-step__card-list--empty"
|
|
19
|
-
},
|
|
19
|
+
}, fe = {
|
|
20
20
|
key: 1,
|
|
21
21
|
class: "software-step__card-list"
|
|
22
22
|
}, ye = { class: "step-section step-section--lg" }, he = { class: "functionalities" }, Te = /* @__PURE__ */ X({
|
|
@@ -26,7 +26,7 @@ const fe = {
|
|
|
26
26
|
edit: { type: Boolean }
|
|
27
27
|
},
|
|
28
28
|
setup(O) {
|
|
29
|
-
const z = O, k =
|
|
29
|
+
const z = O, k = S(!1), a = S([]), { useResources: F } = ie({
|
|
30
30
|
baseUrl: "https://twin.bydata.de/api/hub/search",
|
|
31
31
|
index: "resource",
|
|
32
32
|
indexDetails: "resources/hardware",
|
|
@@ -42,9 +42,9 @@ const fe = {
|
|
|
42
42
|
description: l,
|
|
43
43
|
version: s
|
|
44
44
|
};
|
|
45
|
-
}), A = F(
|
|
45
|
+
}), A = F(_(() => a.value.map((e) => ({
|
|
46
46
|
resourceId: e.id
|
|
47
|
-
})))), I =
|
|
47
|
+
})))), I = _(() => a.value.map((e, n) => {
|
|
48
48
|
var t;
|
|
49
49
|
const r = (t = A.value[n]) == null ? void 0 : t.resultEnhanced;
|
|
50
50
|
return {
|
|
@@ -65,7 +65,7 @@ const fe = {
|
|
|
65
65
|
isHostedByItems: h(e == null ? void 0 : e.isHostedBy),
|
|
66
66
|
hosts: h(e == null ? void 0 : e.hosts)
|
|
67
67
|
};
|
|
68
|
-
})), w =
|
|
68
|
+
})), w = S(""), W = _(() => a.value.find((e) => e.id === w.value)), b = S(0);
|
|
69
69
|
Y(k, (e, n) => {
|
|
70
70
|
!e && n && b.value++;
|
|
71
71
|
});
|
|
@@ -92,33 +92,33 @@ const fe = {
|
|
|
92
92
|
function j() {
|
|
93
93
|
k.value = !1;
|
|
94
94
|
}
|
|
95
|
-
const q =
|
|
95
|
+
const q = _(() => a.value.length > 0 ? "Weiter" : "Weiter ohne Hardware"), J = _(() => a.value.length > 0 ? "primary" : "secondary"), { count: g, realCount: Q } = pe(z.stepGroup || "", ee(z.edit));
|
|
96
96
|
return (e, n) => (i(), d(me, {
|
|
97
97
|
title: "Geben Sie Informationen zur verwendeten Hardware an",
|
|
98
98
|
subtitle: "Die Hardware wird zentral von uns verwaltet. Sie können in diesem Schritt auswählen, welche Hardware Sie verwendet haben. Sobald Sie eine Hardware zugeordnet haben, geben Sie bitte an, wie die Hardware in diesem Schritt eingesetzt wurde."
|
|
99
99
|
}, {
|
|
100
100
|
default: u(({ confirm: r }) => [
|
|
101
|
-
|
|
102
|
-
modelValue:
|
|
101
|
+
v(x(U), {
|
|
102
|
+
modelValue: x(g),
|
|
103
103
|
"onUpdate:modelValue": n[0] || (n[0] = (t) => te(g) ? g.value = t : null),
|
|
104
104
|
type: "hidden",
|
|
105
105
|
name: "__resourceCount",
|
|
106
106
|
hidden: "",
|
|
107
107
|
"aria-hidden": "",
|
|
108
|
-
"validation-rules": { ensureHasOneResource:
|
|
108
|
+
"validation-rules": { ensureHasOneResource: x(ce) },
|
|
109
109
|
validation: "+ensureHasOneResource",
|
|
110
110
|
"validation-visibility": "live",
|
|
111
111
|
"validation-messages": { ensureHasOneResource: "Sie müssen pro Schritt mindestens eine Software, einen Datensatz oder eine Hardware zuordnen, um fortfahren zu können." }
|
|
112
112
|
}, null, 8, ["modelValue", "validation-rules"]),
|
|
113
|
-
|
|
113
|
+
v(x(U), {
|
|
114
114
|
modelValue: a.value,
|
|
115
115
|
"onUpdate:modelValue": n[1] || (n[1] = (t) => a.value = t),
|
|
116
116
|
name: "selected",
|
|
117
117
|
type: "list",
|
|
118
118
|
hidden: ""
|
|
119
119
|
}, null, 8, ["modelValue"]),
|
|
120
|
-
I.value.length ? (i(), o("section",
|
|
121
|
-
(i(!0), o(f, null,
|
|
120
|
+
I.value.length ? (i(), o("section", fe, [
|
|
121
|
+
(i(!0), o(f, null, y(I.value, (t, V) => (i(), d(oe, {
|
|
122
122
|
key: V,
|
|
123
123
|
class: "software-card",
|
|
124
124
|
onEdit: (l) => K(t.id),
|
|
@@ -128,17 +128,17 @@ const fe = {
|
|
|
128
128
|
B(" Hardware ", -1)
|
|
129
129
|
])),
|
|
130
130
|
default: u(() => [
|
|
131
|
-
|
|
132
|
-
c
|
|
131
|
+
H("div", ye, [
|
|
132
|
+
v(c, { title: "Name" }, {
|
|
133
133
|
default: u(() => [
|
|
134
|
-
B(
|
|
134
|
+
B(m(t.name), 1)
|
|
135
135
|
]),
|
|
136
136
|
_: 2
|
|
137
137
|
}, 1024),
|
|
138
|
-
c
|
|
138
|
+
v(c, { title: "Genutzte Funktionalitäten" }, {
|
|
139
139
|
default: u(() => [
|
|
140
|
-
|
|
141
|
-
(i(!0), o(f, null,
|
|
140
|
+
H("div", he, [
|
|
141
|
+
(i(!0), o(f, null, y(t.functionalities, (l) => (i(), d(ue, {
|
|
142
142
|
key: l,
|
|
143
143
|
text: l,
|
|
144
144
|
data: { "@value": "", URI: "" },
|
|
@@ -148,101 +148,108 @@ const fe = {
|
|
|
148
148
|
]),
|
|
149
149
|
_: 2
|
|
150
150
|
}, 1024),
|
|
151
|
-
t.description ? (i(), d(
|
|
151
|
+
t.description ? (i(), d(c, {
|
|
152
152
|
key: 0,
|
|
153
153
|
title: "Beschreibung der Nutzung (optional)"
|
|
154
154
|
}, {
|
|
155
155
|
default: u(() => [
|
|
156
|
-
B(
|
|
156
|
+
B(m(t.description), 1)
|
|
157
157
|
]),
|
|
158
158
|
_: 2
|
|
159
|
-
}, 1024)) :
|
|
160
|
-
t.isHostedByItems ? (i(), d(
|
|
159
|
+
}, 1024)) : p("", !0),
|
|
160
|
+
t.isHostedByItems ? (i(), d(c, {
|
|
161
161
|
key: 1,
|
|
162
162
|
title: "Host-Plattform (optional)"
|
|
163
163
|
}, {
|
|
164
164
|
default: u(() => [
|
|
165
|
-
(i(!0), o(f, null,
|
|
165
|
+
(i(!0), o(f, null, y(t.isHostedByItems, (l, s) => (i(), o("div", { key: s }, m(l), 1))), 128))
|
|
166
166
|
]),
|
|
167
167
|
_: 2
|
|
168
|
-
}, 1024)) :
|
|
169
|
-
t.hosts ? (i(), d(
|
|
168
|
+
}, 1024)) : p("", !0),
|
|
169
|
+
t.hosts ? (i(), d(c, {
|
|
170
170
|
key: 2,
|
|
171
171
|
title: "Gehostete Geräte (optional)"
|
|
172
172
|
}, {
|
|
173
173
|
default: u(() => [
|
|
174
|
-
(i(!0), o(f, null,
|
|
174
|
+
(i(!0), o(f, null, y(t.hosts, (l, s) => (i(), o("div", { key: s }, m(l), 1))), 128))
|
|
175
175
|
]),
|
|
176
176
|
_: 2
|
|
177
|
-
}, 1024)) :
|
|
178
|
-
t.forProperty ? (i(), d(
|
|
177
|
+
}, 1024)) : p("", !0),
|
|
178
|
+
t.forProperty ? (i(), d(c, {
|
|
179
179
|
key: 3,
|
|
180
180
|
title: "Zweck (optional)"
|
|
181
181
|
}, {
|
|
182
182
|
default: u(() => [
|
|
183
|
-
(i(!0), o(f, null,
|
|
183
|
+
(i(!0), o(f, null, y(t.forProperty, (l, s) => (i(), o("div", { key: s }, m(l), 1))), 128))
|
|
184
184
|
]),
|
|
185
185
|
_: 2
|
|
186
|
-
}, 1024)) :
|
|
187
|
-
t.locations ? (i(), d(
|
|
186
|
+
}, 1024)) : p("", !0),
|
|
187
|
+
t.locations ? (i(), d(c, {
|
|
188
188
|
key: 4,
|
|
189
189
|
title: "Standort (optional)"
|
|
190
190
|
}, {
|
|
191
191
|
default: u(() => [
|
|
192
|
-
(i(!0), o(f, null,
|
|
192
|
+
(i(!0), o(f, null, y(t.locations, (l, s) => (i(), o("div", { key: s }, m(`${l.lat} ${l.lng}`), 1))), 128))
|
|
193
193
|
]),
|
|
194
194
|
_: 2
|
|
195
|
-
}, 1024)) :
|
|
196
|
-
t.depictions ? (i(), d(
|
|
195
|
+
}, 1024)) : p("", !0),
|
|
196
|
+
t.depictions ? (i(), d(c, {
|
|
197
197
|
key: 5,
|
|
198
198
|
title: "Darstellungen (optional)"
|
|
199
199
|
}, {
|
|
200
200
|
default: u(() => [
|
|
201
|
-
(i(!0), o(f, null,
|
|
201
|
+
(i(!0), o(f, null, y(t.depictions, (l, s) => (i(), o("div", { key: s }, m(l), 1))), 128))
|
|
202
202
|
]),
|
|
203
203
|
_: 2
|
|
204
|
-
}, 1024)) :
|
|
205
|
-
t.references ? (i(), d(
|
|
204
|
+
}, 1024)) : p("", !0),
|
|
205
|
+
t.references ? (i(), d(c, {
|
|
206
206
|
key: 6,
|
|
207
207
|
title: "Weiterführende Links (optional)"
|
|
208
208
|
}, {
|
|
209
209
|
default: u(() => [
|
|
210
|
-
(i(!0), o(f, null,
|
|
210
|
+
(i(!0), o(f, null, y(t.references, (l, s) => (i(), o("div", {
|
|
211
|
+
key: s,
|
|
212
|
+
class: "reference-item"
|
|
213
|
+
}, [
|
|
214
|
+
H("div", null, m(l.name), 1),
|
|
215
|
+
H("div", null, m(l.url), 1),
|
|
216
|
+
H("div", null, m(l.description), 1)
|
|
217
|
+
]))), 128))
|
|
211
218
|
]),
|
|
212
219
|
_: 2
|
|
213
|
-
}, 1024)) :
|
|
220
|
+
}, 1024)) : p("", !0)
|
|
214
221
|
])
|
|
215
222
|
]),
|
|
216
223
|
_: 2
|
|
217
224
|
}, 1032, ["onEdit", "onDelete"]))), 128))
|
|
218
|
-
])) : (i(), o("section",
|
|
219
|
-
|
|
225
|
+
])) : (i(), o("section", ve, [
|
|
226
|
+
v(ae, {
|
|
220
227
|
small: "",
|
|
221
228
|
class: "empty-card"
|
|
222
229
|
}, {
|
|
223
230
|
default: u(() => n[4] || (n[4] = [
|
|
224
|
-
|
|
231
|
+
H("p", { class: "copy-large-regular empty-card-text" }, " Aktuell haben Sie noch keine Hardware im Prozessschritt hinterlegt. ", -1)
|
|
225
232
|
])),
|
|
226
233
|
_: 1,
|
|
227
234
|
__: [4]
|
|
228
235
|
})
|
|
229
236
|
])),
|
|
230
|
-
|
|
237
|
+
v($, {
|
|
231
238
|
exclude: a.value.map((t) => t.id),
|
|
232
239
|
onSubmit: R
|
|
233
240
|
}, null, 8, ["exclude"]),
|
|
234
|
-
|
|
235
|
-
|
|
241
|
+
H("section", null, [
|
|
242
|
+
v(re, {
|
|
236
243
|
"next-text": q.value,
|
|
237
244
|
"next-variant": J.value,
|
|
238
245
|
"show-detailed-error-summary": ""
|
|
239
246
|
}, null, 8, ["next-text", "next-variant"]),
|
|
240
|
-
|
|
247
|
+
x(Q) === 0 ? (i(), d(de, {
|
|
241
248
|
key: 0,
|
|
242
249
|
"resource-label": "Hardware"
|
|
243
|
-
})) :
|
|
250
|
+
})) : p("", !0)
|
|
244
251
|
]),
|
|
245
|
-
|
|
252
|
+
v(se, {
|
|
246
253
|
modelValue: k.value,
|
|
247
254
|
"onUpdate:modelValue": n[3] || (n[3] = (t) => k.value = t),
|
|
248
255
|
"hide-close-btn": !0,
|
|
@@ -259,7 +266,7 @@ const fe = {
|
|
|
259
266
|
onSubmit: R,
|
|
260
267
|
onPatch: Z,
|
|
261
268
|
onClose: j
|
|
262
|
-
}, null, 8, ["modelValue", "initialize-with", "exclude"])) :
|
|
269
|
+
}, null, 8, ["modelValue", "initialize-with", "exclude"])) : p("", !0)
|
|
263
270
|
]),
|
|
264
271
|
_: 1
|
|
265
272
|
}, 8, ["modelValue"])
|
|
@@ -1,14 +1,17 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
const
|
|
1
|
+
import { defineComponent as T, ref as _, reactive as k, watch as b, createElementBlock as r, openBlock as n, Fragment as a, createElementVNode as o, createVNode as c, renderSlot as p, toDisplayString as s, withCtx as d, createTextVNode as m } from "vue";
|
|
2
|
+
import f from "../ButtonV3.vue.js";
|
|
3
|
+
import D from "../DpiModalBase.vue.js";
|
|
4
|
+
const V = { class: "dpi-project-process-step V3-typography" }, x = { class: "step-section" }, w = { class: "copy-large-regular" }, B = { class: "dpiV3_modalTitle deleteModalHeading" }, C = { class: "deleteModalText" }, P = { key: 0 }, M = { key: 1 }, S = { class: "dpiV3_modalActions" }, E = /* @__PURE__ */ T({
|
|
5
5
|
__name: "ProcessStepBase",
|
|
6
6
|
props: {
|
|
7
7
|
title: {},
|
|
8
|
-
subtitle: {}
|
|
8
|
+
subtitle: {},
|
|
9
|
+
removeDialogTitle: {},
|
|
10
|
+
removeDialogPreText: {},
|
|
11
|
+
removeDialogPostText: {}
|
|
9
12
|
},
|
|
10
|
-
setup(
|
|
11
|
-
const
|
|
13
|
+
setup(v) {
|
|
14
|
+
const i = v, g = _(!1), e = k({
|
|
12
15
|
id: "",
|
|
13
16
|
callback: () => {
|
|
14
17
|
},
|
|
@@ -17,54 +20,62 @@ const T = { class: "dpi-project-process-step V3-typography" }, C = { class: "ste
|
|
|
17
20
|
open: !1,
|
|
18
21
|
persistent: !1
|
|
19
22
|
});
|
|
20
|
-
function
|
|
23
|
+
function h(t) {
|
|
21
24
|
e.id = t.id, e.callback = t.callback, e.resourceType = t.resourceType || "Ressource", e.resource = t.resource || "", e.open = !0;
|
|
22
25
|
}
|
|
23
|
-
function
|
|
26
|
+
function y() {
|
|
24
27
|
e.callback(e.id), e.open = !1;
|
|
25
28
|
}
|
|
26
29
|
return b(() => e.open, (t) => {
|
|
27
30
|
t || (e.open = !1);
|
|
28
|
-
}), (t,
|
|
29
|
-
o("div",
|
|
30
|
-
o("section",
|
|
31
|
-
|
|
32
|
-
o("h4", null,
|
|
31
|
+
}), (t, l) => (n(), r(a, null, [
|
|
32
|
+
o("div", V, [
|
|
33
|
+
o("section", x, [
|
|
34
|
+
p(t.$slots, "title", {}, () => [
|
|
35
|
+
o("h4", null, s(t.title), 1)
|
|
33
36
|
]),
|
|
34
|
-
|
|
35
|
-
o("p", w,
|
|
37
|
+
p(t.$slots, "subtitle", {}, () => [
|
|
38
|
+
o("p", w, s(t.subtitle), 1)
|
|
36
39
|
])
|
|
37
40
|
]),
|
|
38
|
-
|
|
41
|
+
p(t.$slots, "default", { confirm: h })
|
|
39
42
|
]),
|
|
40
|
-
|
|
43
|
+
c(D, {
|
|
41
44
|
modelValue: e.open,
|
|
42
|
-
"onUpdate:modelValue":
|
|
43
|
-
persistent: !
|
|
45
|
+
"onUpdate:modelValue": l[1] || (l[1] = (u) => e.open = u),
|
|
46
|
+
persistent: !g.value
|
|
44
47
|
}, {
|
|
45
|
-
header:
|
|
46
|
-
o("h2", B,
|
|
48
|
+
header: d(() => [
|
|
49
|
+
o("h2", B, [
|
|
50
|
+
i.removeDialogTitle ? (n(), r(a, { key: 0 }, [
|
|
51
|
+
m(s(i.removeDialogTitle), 1)
|
|
52
|
+
], 64)) : (n(), r(a, { key: 1 }, [
|
|
53
|
+
m(" Verwendete " + s(e.resourceType) + " löschen? ", 1)
|
|
54
|
+
], 64))
|
|
55
|
+
])
|
|
47
56
|
]),
|
|
48
|
-
footer:
|
|
49
|
-
o("div",
|
|
50
|
-
|
|
57
|
+
footer: d(() => [
|
|
58
|
+
o("div", S, [
|
|
59
|
+
c(f, {
|
|
51
60
|
"button-text": "Abbrechen",
|
|
52
61
|
variant: "tertiary",
|
|
53
|
-
onClick:
|
|
62
|
+
onClick: l[0] || (l[0] = (u) => e.open = !1)
|
|
54
63
|
}),
|
|
55
|
-
|
|
64
|
+
c(f, {
|
|
56
65
|
"button-text": "Löschen",
|
|
57
66
|
variant: "primary",
|
|
58
|
-
onClick:
|
|
67
|
+
onClick: y
|
|
59
68
|
})
|
|
60
69
|
])
|
|
61
70
|
]),
|
|
62
|
-
default:
|
|
63
|
-
o("div",
|
|
71
|
+
default: d(() => [
|
|
72
|
+
o("div", C, [
|
|
64
73
|
o("p", null, [
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
74
|
+
i.removeDialogPreText ? (n(), r("span", P, s(i.removeDialogPreText), 1)) : (n(), r("span", M, [
|
|
75
|
+
o("span", null, " Möchten Sie die verwendete " + s(e.resourceType), 1)
|
|
76
|
+
])),
|
|
77
|
+
o("strong", null, s(e.resource), 1),
|
|
78
|
+
l[2] || (l[2] = o("span", null, " wirklich löschen? ", -1))
|
|
68
79
|
])
|
|
69
80
|
])
|
|
70
81
|
]),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ReviewStep.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-66ab66d1"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|
|
@@ -236,7 +236,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
236
236
|
t("section", be, [
|
|
237
237
|
r(I, {
|
|
238
238
|
onEdit: e[5] || (e[5] = (n) => k("Grundlegende Informationen/Organisation")),
|
|
239
|
-
onDelete: e[6] || (e[6] = (n) => x("Grundlegende Informationen/Organisation
|
|
239
|
+
onDelete: e[6] || (e[6] = (n) => x("Grundlegende Informationen/Organisation#contact"))
|
|
240
240
|
}, {
|
|
241
241
|
"standalone-name": a(() => e[54] || (e[54] = [
|
|
242
242
|
w(" Projektkontakt (optional) ", -1)
|
|
@@ -283,7 +283,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
283
283
|
t("section", he, [
|
|
284
284
|
r(I, {
|
|
285
285
|
onEdit: e[7] || (e[7] = (n) => k("Optionale Daten")),
|
|
286
|
-
onDelete: e[8] || (e[8] = (n) => x("Optionale Daten
|
|
286
|
+
onDelete: e[8] || (e[8] = (n) => x("Optionale Daten#partners"))
|
|
287
287
|
}, {
|
|
288
288
|
"standalone-name": a(() => e[55] || (e[55] = [
|
|
289
289
|
w(" Partner (optional) ", -1)
|
|
@@ -317,7 +317,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
317
317
|
t("section", Se, [
|
|
318
318
|
r(I, {
|
|
319
319
|
onEdit: e[9] || (e[9] = (n) => k("Optionale Daten")),
|
|
320
|
-
onDelete: e[10] || (e[10] = (n) => x(["Optionale Daten
|
|
320
|
+
onDelete: e[10] || (e[10] = (n) => x(["Optionale Daten#startDate", "Optionale Daten#endDate"]))
|
|
321
321
|
}, {
|
|
322
322
|
"standalone-name": a(() => e[56] || (e[56] = [
|
|
323
323
|
w(" Projektzeitraum (optional) ", -1)
|
|
@@ -350,7 +350,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
350
350
|
t("section", Ie, [
|
|
351
351
|
r(I, {
|
|
352
352
|
onEdit: e[11] || (e[11] = (n) => k("Optionale Daten")),
|
|
353
|
-
onDelete: e[12] || (e[12] = (n) => x("Optionale Daten
|
|
353
|
+
onDelete: e[12] || (e[12] = (n) => x("Optionale Daten#budget"))
|
|
354
354
|
}, {
|
|
355
355
|
"standalone-name": a(() => e[57] || (e[57] = [
|
|
356
356
|
w(" Budget (optional) ", -1)
|
|
@@ -372,7 +372,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
372
372
|
t("section", Pe, [
|
|
373
373
|
r(I, {
|
|
374
374
|
onEdit: e[13] || (e[13] = (n) => k("Optionale Daten")),
|
|
375
|
-
onDelete: e[14] || (e[14] = (n) => x("Optionale Daten
|
|
375
|
+
onDelete: e[14] || (e[14] = (n) => x("Optionale Daten#requiredExpertise"))
|
|
376
376
|
}, {
|
|
377
377
|
"standalone-name": a(() => e[58] || (e[58] = [
|
|
378
378
|
w(" Erforderliche Fachkompetenzen (optional) ", -1)
|
|
@@ -397,7 +397,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
397
397
|
t("section", Ge, [
|
|
398
398
|
r(I, {
|
|
399
399
|
onEdit: e[15] || (e[15] = (n) => k("Optionale Daten")),
|
|
400
|
-
onDelete: e[16] || (e[16] = (n) => x("Optionale Daten
|
|
400
|
+
onDelete: e[16] || (e[16] = (n) => x("Optionale Daten#references"))
|
|
401
401
|
}, {
|
|
402
402
|
"standalone-name": a(() => e[59] || (e[59] = [
|
|
403
403
|
w(" Screenshots (optional) ", -1)
|
|
@@ -423,7 +423,7 @@ const ue = { class: "step-section" }, pe = { class: "step-section" }, ge = { sty
|
|
|
423
423
|
t("section", Ee, [
|
|
424
424
|
r(I, {
|
|
425
425
|
onEdit: e[17] || (e[17] = (n) => k("Optionale Daten")),
|
|
426
|
-
onDelete: e[18] || (e[18] = (n) => x("Optionale Daten
|
|
426
|
+
onDelete: e[18] || (e[18] = (n) => x("Optionale Daten#links"))
|
|
427
427
|
}, {
|
|
428
428
|
"standalone-name": a(() => e[60] || (e[60] = [
|
|
429
429
|
w(" Weiterführende Links (optional) ", -1)
|
package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/StateTag.vue.js
CHANGED
|
@@ -52,7 +52,7 @@ const d = {
|
|
|
52
52
|
src: m,
|
|
53
53
|
alt: ""
|
|
54
54
|
}, g = { class: "label" };
|
|
55
|
-
function h(y,
|
|
55
|
+
function h(y, C, t, S, b, r) {
|
|
56
56
|
return s(), e("div", {
|
|
57
57
|
class: o(["state-tag", [r.stateClass, r.sizeClass]])
|
|
58
58
|
}, [
|
|
@@ -62,7 +62,7 @@ function h(y, b, t, C, S, r) {
|
|
|
62
62
|
i("span", g, c(t.label), 1)
|
|
63
63
|
], 2);
|
|
64
64
|
}
|
|
65
|
-
const E = /* @__PURE__ */ _(d, [["render", h], ["__scopeId", "data-v-
|
|
65
|
+
const E = /* @__PURE__ */ _(d, [["render", h], ["__scopeId", "data-v-c4af57c2"]]);
|
|
66
66
|
export {
|
|
67
67
|
E as default
|
|
68
68
|
};
|