@piveau/dpi 0.2.0-alpha.40 → 0.2.0-alpha.42

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 (42) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +2 -2
  3. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +84 -65
  4. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue.js +2 -2
  5. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Card.vue.js +3 -3
  6. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Card.vue2.js +30 -27
  7. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue.js +1 -1
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue2.js +97 -80
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue.js +2 -2
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue2.js +107 -90
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataSimulation/BasicInformationStep.vue.js +1 -1
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataSimulation/BasicInformationStep.vue2.js +96 -80
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataVisualisation/BasicInformationStep.vue.js +2 -2
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataVisualisation/BasicInformationStep.vue2.js +96 -77
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/ApplicationsStep.vue.js +2 -2
  16. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/ApplicationsStep.vue2.js +120 -109
  17. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/CategoriesStep.vue.js +2 -2
  18. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/CategoriesStep.vue2.js +60 -38
  19. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldVeeValidate.vue.js +20 -14
  20. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ListBox/ListboxVeeValidate.vue.js +16 -11
  21. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +2 -2
  22. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +140 -121
  23. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/FunctionalityForm.vue.js +2 -2
  24. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/FunctionalityForm.vue2.js +45 -49
  25. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +1 -1
  26. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +179 -184
  27. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/UrlField.vue.js +30 -0
  28. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/UrlField.vue2.js +4 -0
  29. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue.js +2 -2
  30. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue2.js +104 -92
  31. package/dist/packages/dpi/src/data-provider-interface/composables/useFormKitMessages.js +14 -0
  32. package/dist/packages/dpi/src/data-provider-interface/composables/useFormKitSummary.js +46 -0
  33. package/dist/packages/dpi/src/data-provider-interface/utils/useSteps.js +35 -29
  34. package/dist/packages/dpi/src/stories/components/LinkCard.vue.js +2 -2
  35. package/dist/packages/dpi/src/stories/components/LinkCard.vue2.js +24 -26
  36. package/dist/packages/dpi/src/stories/components/PartnerCard.vue.js +2 -2
  37. package/dist/packages/dpi/src/stories/components/PartnerCard.vue2.js +15 -19
  38. package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue.js +2 -2
  39. package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue2.js +13 -18
  40. package/dist/packages/dpi/src/utils/twinbyUtils.js +29 -4
  41. package/dist/styles/_dpi.scss +16 -0
  42. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  import o from "./ProjectOrganisationStep.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const i = /* @__PURE__ */ t(o, [["__scopeId", "data-v-07c77087"]]);
4
+ const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-7381fcf6"]]);
5
5
  export {
6
- i as default
6
+ c as default
7
7
  };
@@ -1,18 +1,19 @@
1
- import { defineComponent as h, createElementBlock as a, openBlock as l, createElementVNode as e, createCommentVNode as g, renderSlot as b, toDisplayString as s, unref as i, createVNode as o, withCtx as r, createTextVNode as y } from "vue";
1
+ import { defineComponent as _, createElementBlock as o, openBlock as l, createElementVNode as e, createCommentVNode as b, renderSlot as A, toDisplayString as a, unref as n, createVNode as s, withCtx as r, createTextVNode as k } from "vue";
2
2
  import { FormKit as c } from "@formkit/vue";
3
- import { PhLightbulb as v } from "@phosphor-icons/vue";
4
- import _ from "../../../../stories/components/PartnerCard.vue.js";
5
- import k from "../../../components/StepActionsSection.vue.js";
6
- import { useTwinbyUser as S } from "../../../composables/useTwinbyUser.js";
7
- import w from "../Card.vue.js";
3
+ import { PhLightbulb as I } from "@phosphor-icons/vue";
4
+ import S from "../../../../stories/components/PartnerCard.vue.js";
5
+ import { generateIsRequiredMsg as u, requireAllIfAny as m, generateIsInvalidMsg as g } from "../../../../utils/twinbyUtils.js";
6
+ import w from "../../../components/StepActionsSection.vue.js";
7
+ import { useTwinbyUser as D } from "../../../composables/useTwinbyUser.js";
8
+ import q from "../Card.vue.js";
8
9
  import p from "../InputField/InputFieldDefinition.js";
9
- const D = { class: "dpiV3_page V3-typography" }, z = { class: "funny-section" }, A = { class: "funny-flex" }, P = { class: "funny-section" }, E = { class: "contact-container" }, N = { class: "contact-title" }, C = { class: "contact-wrapper" }, B = {
10
+ const z = { class: "dpiV3_page V3-typography" }, E = { class: "funny-section" }, M = { class: "funny-flex" }, N = { class: "funny-section" }, P = { class: "contact-container" }, T = { class: "contact-title" }, C = { class: "contact-wrapper" }, B = {
10
11
  key: 0,
11
12
  class: "contact-logo-wrapper"
12
- }, T = ["src"], V = { key: 1 }, M = { class: "info-wrapper" }, O = { class: "contact-grid" }, j = { class: "contact-col" }, G = { class: "contact-info" }, F = { class: "contact-info" }, I = { class: "contact-col" }, K = { class: "contact-info" }, x = ["href"], H = {
13
+ }, V = ["src"], O = { key: 1 }, j = { class: "info-wrapper" }, G = { class: "contact-grid" }, F = { class: "contact-col" }, K = { class: "contact-info" }, $ = { class: "contact-info" }, x = { class: "contact-col" }, H = { class: "contact-info" }, L = ["href"], R = {
13
14
  key: 1,
14
15
  class: "copy-large-regular"
15
- }, L = { class: "funny-section" }, W = { class: "contact-section" }, $ = { class: "funny-section" }, R = { class: "funny-section" }, U = { class: "funny-flex" }, d = "...", ie = /* @__PURE__ */ h({
16
+ }, W = { class: "funny-section" }, U = { class: "contact-section" }, J = { class: "funny-section" }, Q = { class: "funny-section" }, X = { class: "funny-flex" }, d = "...", re = /* @__PURE__ */ _({
16
17
  __name: "ProjectOrganisationStep",
17
18
  props: {
18
19
  isWip: { type: Boolean },
@@ -23,49 +24,52 @@ const D = { class: "dpiV3_page V3-typography" }, z = { class: "funny-section" },
23
24
  phone: {},
24
25
  email: {}
25
26
  },
26
- setup(q) {
27
- const { organizationDetails: f } = S({
27
+ setup(Y) {
28
+ const { organizationDetails: h } = D({
28
29
  keycloak: "https://keycloak.twin.bydata.de",
29
30
  realm: "piveau",
30
31
  audience: "piveau-hub-repo"
31
32
  });
32
- return (t, n) => (l(), a("div", D, [
33
- e("section", z, [
34
- e("div", A, [
35
- n[2] || (n[2] = e("h4", null, "Informationen zu Ihrer Organisation", -1)),
36
- n[3] || (n[3] = e("span", { class: "copy-large-regular" }, " Die Angaben zur durchführenden Organisation werden nicht hier bei der Projektdokumentation erfasst. Diese Daten werden automatisch aus den Kontoinformationen übernommen, die bei uns hinterlegt sind. So wird sichergestellt, dass die Angaben zu Ihrer Organisation stets konsistent und aktuell bleiben, ohne dass sie mehrfach eingegeben werden müssen. ", -1)),
37
- b(t.$slots, "organization", {}, () => {
38
- var u, m;
33
+ function y(t) {
34
+ return t._value === null || t._value === void 0 ? !0 : typeof t._value != "string" ? !1 : /^\d*$/.test(t._value);
35
+ }
36
+ return (t, i) => (l(), o("div", z, [
37
+ e("section", E, [
38
+ e("div", M, [
39
+ i[2] || (i[2] = e("h4", null, "Informationen zu Ihrer Organisation", -1)),
40
+ i[3] || (i[3] = e("span", { class: "copy-large-regular" }, " Die Angaben zur durchführenden Organisation werden nicht hier bei der Projektdokumentation erfasst. Diese Daten werden automatisch aus den Kontoinformationen übernommen, die bei uns hinterlegt sind. So wird sichergestellt, dass die Angaben zu Ihrer Organisation stets konsistent und aktuell bleiben, ohne dass sie mehrfach eingegeben werden müssen. ", -1)),
41
+ A(t.$slots, "organization", {}, () => {
42
+ var f, v;
39
43
  return [
40
- e("section", P, [
41
- e("div", E, [
42
- e("p", N, s(((m = (u = i(f).resultEnhanced) == null ? void 0 : u.value) == null ? void 0 : m.title) || "Stadt Haar"), 1),
44
+ e("section", N, [
45
+ e("div", P, [
46
+ e("p", T, a(((v = (f = n(h).resultEnhanced) == null ? void 0 : f.value) == null ? void 0 : v.title) || "Stadt Haar"), 1),
43
47
  e("div", C, [
44
- t.icon ? (l(), a("div", B, [
48
+ t.icon ? (l(), o("div", B, [
45
49
  e("img", {
46
50
  class: "contact-logo",
47
51
  src: t.icon,
48
52
  alt: "Stadt Haar Logo"
49
- }, null, 8, T)
50
- ])) : (l(), a("div", V, n[0] || (n[0] = [
53
+ }, null, 8, V)
54
+ ])) : (l(), o("div", O, i[0] || (i[0] = [
51
55
  e("div", { class: "avatar-circle" }, null, -1)
52
56
  ]))),
53
- e("div", M, [
54
- e("div", O, [
55
- e("div", j, [
56
- e("span", G, s(t.address || d), 1),
57
- e("span", F, s(t.postalCode || d) + " " + s(t.city || d), 1)
57
+ e("div", j, [
58
+ e("div", G, [
59
+ e("div", F, [
60
+ e("span", K, a(t.address || d), 1),
61
+ e("span", $, a(t.postalCode || d) + " " + a(t.city || d), 1)
58
62
  ]),
59
- e("div", I, [
60
- e("span", K, s(t.phone || d), 1),
61
- t.email ? (l(), a("a", {
63
+ e("div", x, [
64
+ e("span", H, a(t.phone || d), 1),
65
+ t.email ? (l(), o("a", {
62
66
  key: 0,
63
67
  class: "contact-info",
64
68
  href: `mailto:${t.email}`
65
- }, s(t.email), 9, x)) : (l(), a("span", H, s(d)))
69
+ }, a(t.email), 9, L)) : (l(), o("span", R, a(d)))
66
70
  ])
67
71
  ]),
68
- n[1] || (n[1] = e("div", { style: { position: "absolute", top: "0", left: "-12px", width: "360px", height: "100%", "background-color": "var(--blue-10)", "border-radius": "24px", display: "grid", "place-content": "center" } }, " Keine Daten verfügbar ", -1))
72
+ i[1] || (i[1] = e("div", { style: { position: "absolute", top: "0", left: "-12px", width: "360px", height: "100%", "background-color": "var(--blue-10)", "border-radius": "24px", display: "grid", "place-content": "center" } }, " Keine Daten verfügbar ", -1))
69
73
  ])
70
74
  ])
71
75
  ])
@@ -74,44 +78,59 @@ const D = { class: "dpiV3_page V3-typography" }, z = { class: "funny-section" },
74
78
  }, !0)
75
79
  ])
76
80
  ]),
77
- g("", !0),
78
- e("section", L, [
79
- e("div", W, [
80
- n[6] || (n[6] = e("h5", null, "Projektkontakt (optional)", -1)),
81
- n[7] || (n[7] = e("span", { class: "copy-large-regular" }, " Bitte nennen Sie eine allgemeine E-Mail-Adresse oder Funktionsadresse, unter der interessierte Personen Rückfragen zum Projekt stellen können. Bitte geben Sie keine personenbezogenen Daten an. ", -1)),
82
- o(_, null, {
81
+ b("", !0),
82
+ e("section", W, [
83
+ e("div", U, [
84
+ i[6] || (i[6] = e("h5", null, "Projektkontakt (optional)", -1)),
85
+ i[7] || (i[7] = e("span", { class: "copy-large-regular" }, " Bitte nennen Sie eine allgemeine E-Mail-Adresse oder Funktionsadresse, unter der interessierte Personen Rückfragen zum Projekt stellen können. Bitte geben Sie keine personenbezogenen Daten an. ", -1)),
86
+ s(S, null, {
83
87
  default: r(() => [
84
- o(i(c), {
88
+ s(n(c), {
85
89
  type: "group",
86
90
  name: "contact"
87
91
  }, {
88
92
  default: r(() => [
89
- o(i(c), {
90
- type: i(p),
93
+ s(n(c), {
94
+ type: n(p),
91
95
  name: "name",
92
96
  "text-label": "Name",
93
97
  placeholder: "Geben Sie einen Namen an.",
98
+ validation: "+requireAllIfAny",
94
99
  "validation-label": "Name",
95
- "validation-visibility": "submit"
96
- }, null, 8, ["type"]),
97
- o(i(c), {
98
- type: i(p),
100
+ "validation-visibility": "submit",
101
+ "validation-rules": { requireAllIfAny: n(m) },
102
+ "validation-messages": {
103
+ requireAllIfAny: n(u)("Name")
104
+ }
105
+ }, null, 8, ["type", "validation-rules", "validation-messages"]),
106
+ s(n(c), {
107
+ type: n(p),
99
108
  name: "mail",
100
109
  "text-label": "E-Mail-Adresse",
101
110
  placeholder: "Geben Sie eine E-Mail-Adresse an.",
102
- validation: "email",
111
+ validation: "email|+requireAllIfAny",
103
112
  "validation-visibility": "submit",
104
- "validation-label": "E-Mail-Adresse"
105
- }, null, 8, ["type"]),
106
- o(i(c), {
107
- type: i(p),
113
+ "validation-label": "E-Mail-Adresse",
114
+ "validation-messages": {
115
+ email: n(g)("E-Mail-Adresse"),
116
+ requireAllIfAny: n(u)("E-Mail-Adresse")
117
+ },
118
+ "validation-rules": { requireAllIfAny: n(m) }
119
+ }, null, 8, ["type", "validation-messages", "validation-rules"]),
120
+ s(n(c), {
121
+ type: n(p),
108
122
  name: "phone",
109
123
  "text-label": "Telefonnummer",
110
124
  placeholder: "Geben Sie eine Telefonnummer an.",
111
- validation: "number",
125
+ "validation-rules": { numeric: y, requireAllIfAny: n(m) },
126
+ validation: "numeric|+requireAllIfAny",
112
127
  "validation-label": "Telefonnummer",
113
- "validation-visibility": "submit"
114
- }, null, 8, ["type"])
128
+ "validation-visibility": "submit",
129
+ "validation-messages": {
130
+ numeric: n(g)("Telefonnummer"),
131
+ requireAllIfAny: n(u)("Telefonnummer")
132
+ }
133
+ }, null, 8, ["type", "validation-rules", "validation-messages"])
115
134
  ]),
116
135
  _: 1
117
136
  })
@@ -120,23 +139,23 @@ const D = { class: "dpiV3_page V3-typography" }, z = { class: "funny-section" },
120
139
  })
121
140
  ])
122
141
  ]),
123
- e("section", $, [
124
- o(k)
142
+ e("section", J, [
143
+ s(w)
125
144
  ]),
126
- e("section", R, [
127
- e("div", U, [
128
- o(w, { variant: "default" }, {
145
+ e("section", Q, [
146
+ e("div", X, [
147
+ s(q, { variant: "default" }, {
129
148
  icon: r(() => [
130
- o(i(v), {
149
+ s(n(I), {
131
150
  size: 32,
132
151
  color: "#009fe3"
133
152
  })
134
153
  ]),
135
- title: r(() => n[8] || (n[8] = [
136
- y(" Wichtig! ", -1)
154
+ title: r(() => i[8] || (i[8] = [
155
+ k(" Wichtig! ", -1)
137
156
  ])),
138
157
  default: r(() => [
139
- n[9] || (n[9] = e("div", { class: "copy-large-regular" }, [
158
+ i[9] || (i[9] = e("div", { class: "copy-large-regular" }, [
140
159
  e("p", null, "Bitte geben Sie keine persönlichen Daten preis! Diese dürfen auf unserer Plattform nicht veröffentlicht werden."),
141
160
  e("p", null, "Dazu zählen Namen, E-Mail-Adresse oder auch Telefonnummern von realen Personen."),
142
161
  e("p", null, "Geben Sie daher hier die Daten einer Organisationseinheit oder Abteilung an.")
@@ -151,5 +170,5 @@ const D = { class: "dpiV3_page V3-typography" }, z = { class: "funny-section" },
151
170
  }
152
171
  });
153
172
  export {
154
- ie as default
173
+ re as default
155
174
  };
@@ -216,7 +216,7 @@ function J(e, i, Q, W, Y, Z) {
216
216
  e.iconEnd === "CaretRight" ? (a(), o(f, {
217
217
  key: 2,
218
218
  size: e.size === "small" ? "16px" : "24px",
219
- color: e.variant === "primary" ? "#FFFFFF" : e.variant === "secondary" ? "#0B1A25" : "#0172AD"
219
+ color: e.variant === "primary" ? "#FFFFFF" : e.variant === "secondary" ? e.disabled ? "rgb(213, 215, 218)" : "#0B1A25" : "#0172AD"
220
220
  }, null, 8, ["size", "color"])) : s("", !0),
221
221
  e.iconEnd === "Out" ? (a(), o(c, {
222
222
  key: 3,
@@ -287,7 +287,7 @@ function J(e, i, Q, W, Y, Z) {
287
287
  ], 46, j))
288
288
  ], 16);
289
289
  }
290
- const se = /* @__PURE__ */ R(I, [["render", J], ["__scopeId", "data-v-720acf5f"]]);
290
+ const se = /* @__PURE__ */ R(I, [["render", J], ["__scopeId", "data-v-2542f5f1"]]);
291
291
  export {
292
292
  se as default
293
293
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./Card.vue2.js";
2
2
  /* empty css */
3
- import a from "../../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ a(o, [["__scopeId", "data-v-71bd9aa1"]]);
3
+ import r from "../../../../../../_virtual/_plugin-vue_export-helper.js";
4
+ const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-bd2840af"]]);
5
5
  export {
6
- p as default
6
+ m as default
7
7
  };
@@ -1,52 +1,55 @@
1
- import { defineComponent as p, computed as c, createElementBlock as t, openBlock as o, normalizeClass as l, createCommentVNode as i, createElementVNode as a, renderSlot as s } from "vue";
2
- const _ = {
1
+ import { defineComponent as p, computed as c, createElementBlock as o, openBlock as t, normalizeClass as d, createCommentVNode as l, createElementVNode as a, renderSlot as i } from "vue";
2
+ const _ = { class: "icon" }, u = {
3
3
  key: 0,
4
- class: "dpiV3_Card_Icon_Title"
5
- }, u = {
6
- key: 1,
7
4
  class: "dpiV3_Card_Info_Text copy-large-semi-bold"
8
- }, C = { class: "dpiV3_Card_Body" }, m = {
5
+ }, C = { class: "dpiV3_Card_Body" }, v = {
9
6
  key: 0,
10
7
  class: "dpiV3_Card_Icon"
11
- }, v = { key: 1 }, f = /* @__PURE__ */ p({
8
+ }, m = { key: 1 }, $ = /* @__PURE__ */ p({
12
9
  __name: "Card",
13
10
  props: {
14
11
  variant: { default: "default" },
15
- small: { type: Boolean, default: !1 }
12
+ small: { type: Boolean, default: !1 },
13
+ iconTop: { type: Boolean, default: !1 }
16
14
  },
17
- setup(r) {
18
- const d = r, n = c(() => ({
15
+ setup(n) {
16
+ const s = n, r = c(() => ({
19
17
  "V3-typography": !0,
20
18
  dpiV3_Card: !0,
21
- "dpiV3_Card--small": d.small,
22
- "dpiV3_Card--default": d.variant === "default",
23
- "dpiV3_Card--error": d.variant === "error"
19
+ "dpiV3_Card--small": s.small,
20
+ "dpiV3_Card--default": s.variant === "default",
21
+ "dpiV3_Card--error": s.variant === "error"
24
22
  }));
25
- return (e, V) => (o(), t("div", {
26
- class: l(n.value)
23
+ return (e, V) => (t(), o("div", {
24
+ class: d(r.value)
27
25
  }, [
28
- e.$slots.title ? (o(), t("div", _, [
29
- e.$slots.icon ? s(e.$slots, "icon", { key: 0 }, void 0, !0) : i("", !0),
30
- e.$slots.title ? (o(), t("div", u, [
31
- s(e.$slots, "title", {}, void 0, !0)
32
- ])) : i("", !0)
33
- ])) : i("", !0),
26
+ e.$slots.title ? (t(), o("div", {
27
+ key: 0,
28
+ class: d(["dpiV3_Card_Icon_Title", { "dpiV3_Card_Icon_Title--icon-top": s.iconTop }])
29
+ }, [
30
+ a("div", _, [
31
+ e.$slots.icon ? i(e.$slots, "icon", { key: 0 }, void 0, !0) : l("", !0)
32
+ ]),
33
+ e.$slots.title ? (t(), o("div", u, [
34
+ i(e.$slots, "title", {}, void 0, !0)
35
+ ])) : l("", !0)
36
+ ], 2)) : l("", !0),
34
37
  a("div", C, [
35
- e.$slots.icon && !e.$slots.title ? (o(), t("div", m, [
36
- s(e.$slots, "icon", {}, void 0, !0)
37
- ])) : (o(), t("div", v)),
38
+ e.$slots.icon && !e.$slots.title ? (t(), o("div", v, [
39
+ i(e.$slots, "icon", {}, void 0, !0)
40
+ ])) : (t(), o("div", m)),
38
41
  a("div", {
39
- class: l(["dpiV3_Card_Content", {
42
+ class: d(["dpiV3_Card_Content", {
40
43
  "dpiV3_Card_Content--with-icon": e.$slots.icon && e.$slots.title,
41
44
  "dpiV3_Card_Content--with-icon-no-title": e.$slots.icon && !e.$slots.title
42
45
  }])
43
46
  }, [
44
- s(e.$slots, "default", {}, void 0, !0)
47
+ i(e.$slots, "default", {}, void 0, !0)
45
48
  ], 2)
46
49
  ])
47
50
  ], 2));
48
51
  }
49
52
  });
50
53
  export {
51
- f as default
54
+ $ as default
52
55
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./BasicInformationStep.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-e35c4aab"]]);
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-c80a70b4"]]);
5
5
  export {
6
6
  p as default
7
7
  };