@piveau/dpi 0.2.0-alpha.24 → 0.2.0-alpha.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/DPIHome.vue.js +43 -38
  3. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/HomeTable.vue.js +23 -22
  4. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue.js +3 -3
  5. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue2.js +44 -40
  6. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ResourceTable.vue.js +7 -0
  7. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ResourceTable.vue2.js +206 -0
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +2 -2
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +76 -62
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue.js +2 -2
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue2.js +2 -2
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue.js +1 -1
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue2.js +7 -7
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/ApplicationsStep.vue.js +2 -2
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/ApplicationsStep.vue2.js +106 -135
  16. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/AreYouSureToSkipCard.vue.js +1 -1
  17. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue.js +1 -1
  18. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue2.js +35 -28
  19. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +3 -3
  20. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +114 -111
  21. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue.js +2 -2
  22. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareStep.vue2.js +59 -52
  23. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/ProcessStepBase.vue.js +44 -33
  24. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +4 -4
  25. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +465 -452
  26. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/StateTag.vue.js +2 -2
  27. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +83 -75
  28. package/dist/packages/dpi/src/data-provider-interface/components/Spatial.vue.js +1 -1
  29. package/dist/packages/dpi/src/data-provider-interface/components/Spatial.vue2.js +33 -33
  30. package/dist/packages/dpi/src/data-provider-interface/components/SpatialPage.vue.js +3 -3
  31. package/dist/packages/dpi/src/data-provider-interface/components/SpatialPage.vue2.js +37 -21
  32. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue.js +2 -2
  33. package/dist/packages/dpi/src/data-provider-interface/composables/useTwinbyHome.js +14 -14
  34. package/dist/packages/dpi/src/data-provider-interface/composables/useTwinbyUser.js +86 -73
  35. package/dist/packages/dpi/src/data-provider-interface/views/InputPage.vue.js +197 -170
  36. package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +320 -317
  37. package/package.json +1 -1
  38. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ProjectTable.vue.js +0 -7
  39. 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 x, computed as H, watch as Y, toRef as ee, createBlock as d, openBlock as i, withCtx as u, createVNode as c, createElementBlock as o, createElementVNode as S, unref as _, isRef as te, Fragment as f, renderList as v, createCommentVNode as m, createTextVNode as B, toDisplayString as y, nextTick as ne } from "vue";
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 p from "../SummaryBox.vue.js";
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 fe = {
16
+ const ve = {
17
17
  key: 0,
18
18
  class: "software-step__card-list--empty"
19
- }, ve = {
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 = x(!1), a = x([]), { useResources: F } = ie({
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(H(() => a.value.map((e) => ({
45
+ }), A = F(_(() => a.value.map((e) => ({
46
46
  resourceId: e.id
47
- })))), I = H(() => a.value.map((e, n) => {
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 = x(""), W = H(() => a.value.find((e) => e.id === w.value)), b = x(0);
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 = H(() => a.value.length > 0 ? "Weiter" : "Weiter ohne Hardware"), J = H(() => a.value.length > 0 ? "primary" : "secondary"), { count: g, realCount: Q } = pe(z.stepGroup || "", ee(z.edit));
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
- c(_(U), {
102
- modelValue: _(g),
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: _(ce) },
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
- c(_(U), {
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", ve, [
121
- (i(!0), o(f, null, v(I.value, (t, V) => (i(), d(oe, {
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
- S("div", ye, [
132
- c(p, { title: "Name" }, {
131
+ H("div", ye, [
132
+ v(c, { title: "Name" }, {
133
133
  default: u(() => [
134
- B(y(t.name), 1)
134
+ B(m(t.name), 1)
135
135
  ]),
136
136
  _: 2
137
137
  }, 1024),
138
- c(p, { title: "Genutzte Funktionalitäten" }, {
138
+ v(c, { title: "Genutzte Funktionalitäten" }, {
139
139
  default: u(() => [
140
- S("div", he, [
141
- (i(!0), o(f, null, v(t.functionalities, (l) => (i(), d(ue, {
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(p, {
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(y(t.description), 1)
156
+ B(m(t.description), 1)
157
157
  ]),
158
158
  _: 2
159
- }, 1024)) : m("", !0),
160
- t.isHostedByItems ? (i(), d(p, {
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, v(t.isHostedByItems, (l, s) => (i(), o("div", { key: s }, y(l), 1))), 128))
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)) : m("", !0),
169
- t.hosts ? (i(), d(p, {
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, v(t.hosts, (l, s) => (i(), o("div", { key: s }, y(l), 1))), 128))
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)) : m("", !0),
178
- t.forProperty ? (i(), d(p, {
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, v(t.forProperty, (l, s) => (i(), o("div", { key: s }, y(l), 1))), 128))
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)) : m("", !0),
187
- t.locations ? (i(), d(p, {
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, v(t.locations, (l, s) => (i(), o("div", { key: s }, y(`${l.lat} ${l.lng}`), 1))), 128))
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)) : m("", !0),
196
- t.depictions ? (i(), d(p, {
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, v(t.depictions, (l, s) => (i(), o("div", { key: s }, y(l), 1))), 128))
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)) : m("", !0),
205
- t.references ? (i(), d(p, {
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, v(t.references, (l, s) => (i(), o("div", { key: s }, y(l.name), 1))), 128))
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)) : m("", !0)
220
+ }, 1024)) : p("", !0)
214
221
  ])
215
222
  ]),
216
223
  _: 2
217
224
  }, 1032, ["onEdit", "onDelete"]))), 128))
218
- ])) : (i(), o("section", fe, [
219
- c(ae, {
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
- S("p", { class: "copy-large-regular empty-card-text" }, " Aktuell haben Sie noch keine Hardware im Prozessschritt hinterlegt. ", -1)
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
- c($, {
237
+ v($, {
231
238
  exclude: a.value.map((t) => t.id),
232
239
  onSubmit: R
233
240
  }, null, 8, ["exclude"]),
234
- S("section", null, [
235
- c(re, {
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
- _(Q) === 0 ? (i(), d(de, {
247
+ x(Q) === 0 ? (i(), d(de, {
241
248
  key: 0,
242
249
  "resource-label": "Hardware"
243
- })) : m("", !0)
250
+ })) : p("", !0)
244
251
  ]),
245
- c(se, {
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"])) : m("", !0)
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 _, ref as y, reactive as V, watch as b, createElementBlock as a, openBlock as d, Fragment as k, createElementVNode as o, createVNode as l, renderSlot as n, toDisplayString as r, withCtx as i, createTextVNode as p, createCommentVNode as v } from "vue";
2
- import u from "../ButtonV3.vue.js";
3
- import g from "../DpiModalBase.vue.js";
4
- const T = { class: "dpi-project-process-step V3-typography" }, C = { class: "step-section" }, w = { class: "copy-large-regular" }, B = { class: "dpiV3_modalTitle deleteModalHeading" }, D = { class: "deleteModalText" }, M = { key: 0 }, N = { class: "dpiV3_modalActions" }, E = /* @__PURE__ */ _({
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(S) {
11
- const f = y(!1), e = V({
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 m(t) {
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 h() {
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, s) => (d(), a(k, null, [
29
- o("div", T, [
30
- o("section", C, [
31
- n(t.$slots, "title", {}, () => [
32
- o("h4", null, r(t.title), 1)
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
- n(t.$slots, "subtitle", {}, () => [
35
- o("p", w, r(t.subtitle), 1)
37
+ p(t.$slots, "subtitle", {}, () => [
38
+ o("p", w, s(t.subtitle), 1)
36
39
  ])
37
40
  ]),
38
- n(t.$slots, "default", { confirm: m })
41
+ p(t.$slots, "default", { confirm: h })
39
42
  ]),
40
- l(g, {
43
+ c(D, {
41
44
  modelValue: e.open,
42
- "onUpdate:modelValue": s[1] || (s[1] = (c) => e.open = c),
43
- persistent: !f.value
45
+ "onUpdate:modelValue": l[1] || (l[1] = (u) => e.open = u),
46
+ persistent: !g.value
44
47
  }, {
45
- header: i(() => [
46
- o("h2", B, " Verwendete " + r(e.resourceType) + " löschen? ", 1)
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: i(() => [
49
- o("div", N, [
50
- l(u, {
57
+ footer: d(() => [
58
+ o("div", S, [
59
+ c(f, {
51
60
  "button-text": "Abbrechen",
52
61
  variant: "tertiary",
53
- onClick: s[0] || (s[0] = (c) => e.open = !1)
62
+ onClick: l[0] || (l[0] = (u) => e.open = !1)
54
63
  }),
55
- l(u, {
64
+ c(f, {
56
65
  "button-text": "Löschen",
57
66
  variant: "primary",
58
- onClick: h
67
+ onClick: y
59
68
  })
60
69
  ])
61
70
  ]),
62
- default: i(() => [
63
- o("div", D, [
71
+ default: d(() => [
72
+ o("div", C, [
64
73
  o("p", null, [
65
- p(" Möchten Sie die verwendete " + r(e.resourceType) + " ", 1),
66
- e.resource ? (d(), a("strong", M, r(e.resource), 1)) : v("", !0),
67
- s[2] || (s[2] = p(" wirklich löschen? ", -1))
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
- import o from "./ReviewStep.vue2.js";
1
+ import e from "./ReviewStep.vue2.js";
2
2
  /* empty css */
3
- import t from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-7014e96c"]]);
3
+ import o from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
4
+ const c = /* @__PURE__ */ o(e, [["__scopeId", "data-v-46ec6ce6"]]);
5
5
  export {
6
- m as default
6
+ c as default
7
7
  };