@piveau/dpi 0.1.0-twinby.0 → 0.2.0-alpha.1
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/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectDescriptionStep.vue.js +70 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectNameStep.vue.js +44 -15
- package/dist/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +2 -2
- package/dist/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +94 -35
- package/dist/data-provider-interface/HappyFlowComponents/ui/Card.vue.js +7 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/Card.vue2.js +36 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/Chip.vue.js +31 -28
- package/dist/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +2 -2
- package/dist/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue2.js +4 -4
- package/dist/data-provider-interface/HappyFlowComponents/ui/Findability/DiscoverabilityStep.vue.js +59 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/ListBox/ListBoxDefinition.js +13 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/ListBox/ListBoxFormKit.vue.js +50 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/ListBox/ListBoxFormKit.vue2.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextArea/TextAreaDefinition.js +20 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextArea/TextAreaFormKit.vue.js +78 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextArea/TextAreaFormKit.vue2.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/TextAreaV3.vue.js +74 -55
- package/dist/data-provider-interface/HappyFlowComponents/ui/WipStep.vue.js +7 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/WipStep.vue2.js +25 -0
- package/dist/data-provider-interface/components/HappyFlowLandingPage.vue.js +50 -43
- package/dist/data-provider-interface/components/InputPageStep.vue.js +3 -3
- package/dist/data-provider-interface/components/ProgressSteps.vue.js +1 -1
- package/dist/data-provider-interface/components/ProgressSteps.vue2.js +23 -16
- package/dist/data-provider-interface/components/StepActionsSection.vue.js +7 -0
- package/dist/data-provider-interface/components/StepActionsSection.vue2.js +54 -0
- package/dist/data-provider-interface/composables/useDpiStepper.js +78 -68
- package/dist/data-provider-interface/utils/injectionKeys.js +0 -1
- package/dist/data-provider-interface/views/InputPageProject.vue.js +473 -287
- package/dist/images/stadt.png +0 -0
- package/dist/stories/components/DemoStep.vue.js +36 -32
- package/dist/stories/components/DemoStepper.vue.js +2 -2
- package/dist/stories/components/DemoStepper.vue2.js +154 -90
- package/package.json +3 -1
|
Binary file
|
|
@@ -1,27 +1,28 @@
|
|
|
1
1
|
import { ref as p, watch as $, createElementBlock as r, openBlock as i, createElementVNode as l, createVNode as n, unref as a, withCtx as m, Fragment as g, renderList as _, createBlock as U, createCommentVNode as F, withDirectives as w, vModelCheckbox as D, vShow as L } from "vue";
|
|
2
2
|
import { FormKit as o } from "@formkit/vue";
|
|
3
|
+
import T from "../../data-provider-interface/components/StepActionsSection.vue.js";
|
|
3
4
|
import V from "../../data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteInputDefinition.js";
|
|
4
5
|
import h from "../../data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue.js";
|
|
5
6
|
import E from "../../data-provider-interface/HappyFlowComponents/ui/Chip.vue.js";
|
|
6
|
-
import
|
|
7
|
-
import
|
|
7
|
+
import H from "../../data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js";
|
|
8
|
+
import M from "../../data-provider-interface/HappyFlowComponents/ui/InputField.vue.js";
|
|
8
9
|
import I from "../../data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldDefinition.js";
|
|
9
|
-
import
|
|
10
|
+
import j from "../../data-provider-interface/HappyFlowComponents/ui/ListBox/Listbox.vue.js";
|
|
10
11
|
import P from "./PartnerCard.vue.js";
|
|
11
12
|
/* empty css */
|
|
12
|
-
import
|
|
13
|
-
const N = { class: "dpiV3_page V3-typography" },
|
|
13
|
+
import A from "../../_virtual/_plugin-vue_export-helper.js";
|
|
14
|
+
const N = { class: "dpiV3_page V3-typography" }, R = {
|
|
14
15
|
id: "partners-section",
|
|
15
16
|
class: "funny-section"
|
|
16
|
-
},
|
|
17
|
+
}, K = { class: "partner-cards-container" }, W = { class: "action-container" }, q = { class: "funny-section" }, G = { class: "start-and-end" }, J = { class: "funny-section" }, Q = {
|
|
17
18
|
key: 0,
|
|
18
19
|
class: "d-flex"
|
|
19
|
-
},
|
|
20
|
+
}, X = ["id", "value"], Y = ["for"], Z = { class: "funny-section" }, ee = {
|
|
20
21
|
key: 0,
|
|
21
22
|
class: "d-flex"
|
|
22
|
-
},
|
|
23
|
+
}, te = ["id", "value"], le = ["for"], ne = { class: "funny-section" }, ae = { class: "autocomplete-inputs-demo" }, oe = { class: "partner-cards-container" }, ie = { class: "action-container" }, se = { class: "funny-section" }, re = {
|
|
23
24
|
__name: "DemoStep",
|
|
24
|
-
setup(
|
|
25
|
+
setup(ue) {
|
|
25
26
|
const b = p([{}]), z = p([
|
|
26
27
|
{ id: "option-1", name: "Option 1" },
|
|
27
28
|
{ id: "option-2", name: "Option 2" },
|
|
@@ -43,10 +44,10 @@ const N = { class: "dpiV3_page V3-typography" }, A = {
|
|
|
43
44
|
l("h4", null, " Fügen Sie optionale Daten hinzu "),
|
|
44
45
|
l("span", { class: "copy-large-regular" }, "Für viele Projekte sind weitere Informationen vorhanden und für lesende Personen hilfreich. Fügen Sie hier bei Bedarf weitere Informationen hinzu.")
|
|
45
46
|
], -1)),
|
|
46
|
-
l("section",
|
|
47
|
+
l("section", R, [
|
|
47
48
|
e[11] || (e[11] = l("h5", null, " Partner ", -1)),
|
|
48
49
|
e[12] || (e[12] = l("span", { class: "copy-large-regular" }, "Wenn Sie mit einem oder mehreren Partnern zusammengearbeitet haben, können Sie diese hier angeben.", -1)),
|
|
49
|
-
l("div",
|
|
50
|
+
l("div", K, [
|
|
50
51
|
n(a(o), {
|
|
51
52
|
modelValue: b.value,
|
|
52
53
|
"onUpdate:modelValue": e[0] || (e[0] = (t) => b.value = t),
|
|
@@ -75,7 +76,7 @@ const N = { class: "dpiV3_page V3-typography" }, A = {
|
|
|
75
76
|
]),
|
|
76
77
|
_: 2
|
|
77
78
|
}, 1032, ["index"]))), 128)),
|
|
78
|
-
l("div",
|
|
79
|
+
l("div", W, [
|
|
79
80
|
n(h, {
|
|
80
81
|
"button-text": "Partner hinzufügen",
|
|
81
82
|
size: "small",
|
|
@@ -89,10 +90,10 @@ const N = { class: "dpiV3_page V3-typography" }, A = {
|
|
|
89
90
|
}, 8, ["modelValue"])
|
|
90
91
|
])
|
|
91
92
|
]),
|
|
92
|
-
l("section",
|
|
93
|
+
l("section", q, [
|
|
93
94
|
e[13] || (e[13] = l("h5", null, " Projektzeitraum ", -1)),
|
|
94
95
|
e[14] || (e[14] = l("span", { class: "copy-large-regular" }, "Für Projekte, die noch nicht abgeschlossen sind, können Sie das Enddatum frei lassen.", -1)),
|
|
95
|
-
l("div",
|
|
96
|
+
l("div", G, [
|
|
96
97
|
n(a(o), {
|
|
97
98
|
type: a(I),
|
|
98
99
|
name: "startDate",
|
|
@@ -121,7 +122,7 @@ const N = { class: "dpiV3_page V3-typography" }, A = {
|
|
|
121
122
|
}, null, 8, ["type"])
|
|
122
123
|
])
|
|
123
124
|
]),
|
|
124
|
-
l("section",
|
|
125
|
+
l("section", J, [
|
|
125
126
|
e[15] || (e[15] = l("h5", null, "Lorem Ipsum", -1)),
|
|
126
127
|
e[16] || (e[16] = l("div", null, "Funktionalitäten auswählen ", -1)),
|
|
127
128
|
n(a(o), {
|
|
@@ -130,7 +131,7 @@ const N = { class: "dpiV3_page V3-typography" }, A = {
|
|
|
130
131
|
type: "hidden",
|
|
131
132
|
name: "demoSelectChecked"
|
|
132
133
|
}, null, 8, ["modelValue"]),
|
|
133
|
-
x.value ? (i(), r("div",
|
|
134
|
+
x.value ? (i(), r("div", Q, [
|
|
134
135
|
(i(!0), r(g, null, _(z.value, (t) => (i(), r("div", {
|
|
135
136
|
key: t.id,
|
|
136
137
|
class: "label-chip"
|
|
@@ -141,7 +142,7 @@ const N = { class: "dpiV3_page V3-typography" }, A = {
|
|
|
141
142
|
class: "label-chip__input",
|
|
142
143
|
type: "checkbox",
|
|
143
144
|
value: t.id
|
|
144
|
-
}, null, 8,
|
|
145
|
+
}, null, 8, X), [
|
|
145
146
|
[D, c.value]
|
|
146
147
|
]),
|
|
147
148
|
w(l("label", {
|
|
@@ -160,12 +161,12 @@ const N = { class: "dpiV3_page V3-typography" }, A = {
|
|
|
160
161
|
"@inTable": !1
|
|
161
162
|
}
|
|
162
163
|
}, null, 8, ["text", "data"])
|
|
163
|
-
], 8,
|
|
164
|
+
], 8, Y), [
|
|
164
165
|
[L, c.value.includes(t.id)]
|
|
165
166
|
])
|
|
166
167
|
]))), 128))
|
|
167
168
|
])) : F("", !0),
|
|
168
|
-
n(
|
|
169
|
+
n(j, {
|
|
169
170
|
modelValue: x.value,
|
|
170
171
|
"onUpdate:modelValue": e[3] || (e[3] = (t) => x.value = t),
|
|
171
172
|
options: z.value,
|
|
@@ -173,7 +174,7 @@ const N = { class: "dpiV3_page V3-typography" }, A = {
|
|
|
173
174
|
name: "demo-select"
|
|
174
175
|
}, null, 8, ["modelValue", "options"])
|
|
175
176
|
]),
|
|
176
|
-
l("section",
|
|
177
|
+
l("section", Z, [
|
|
177
178
|
e[17] || (e[17] = l("h5", null, "Hardware", -1)),
|
|
178
179
|
e[18] || (e[18] = l("div", null, "Funktionalitäten nennen", -1)),
|
|
179
180
|
n(a(o), {
|
|
@@ -182,7 +183,7 @@ const N = { class: "dpiV3_page V3-typography" }, A = {
|
|
|
182
183
|
type: "hidden",
|
|
183
184
|
name: "hardwareChecked"
|
|
184
185
|
}, null, 8, ["modelValue"]),
|
|
185
|
-
u.value.length > 0 ? (i(), r("div",
|
|
186
|
+
u.value.length > 0 ? (i(), r("div", ee, [
|
|
186
187
|
(i(!0), r(g, null, _(u.value, (t) => (i(), r("div", {
|
|
187
188
|
key: t,
|
|
188
189
|
class: "label-chip"
|
|
@@ -193,7 +194,7 @@ const N = { class: "dpiV3_page V3-typography" }, A = {
|
|
|
193
194
|
class: "label-chip__input",
|
|
194
195
|
type: "checkbox",
|
|
195
196
|
value: t
|
|
196
|
-
}, null, 8,
|
|
197
|
+
}, null, 8, te), [
|
|
197
198
|
[D, u.value]
|
|
198
199
|
]),
|
|
199
200
|
l("label", {
|
|
@@ -213,10 +214,10 @@ const N = { class: "dpiV3_page V3-typography" }, A = {
|
|
|
213
214
|
"@inTable": !1
|
|
214
215
|
}
|
|
215
216
|
}, null, 8, ["text", "data"])
|
|
216
|
-
], 8,
|
|
217
|
+
], 8, le)
|
|
217
218
|
]))), 128))
|
|
218
219
|
])) : F("", !0),
|
|
219
|
-
n(
|
|
220
|
+
n(M, {
|
|
220
221
|
modelValue: k.value,
|
|
221
222
|
"onUpdate:modelValue": e[6] || (e[6] = (t) => k.value = t),
|
|
222
223
|
label: "Hardware",
|
|
@@ -237,9 +238,9 @@ const N = { class: "dpiV3_page V3-typography" }, A = {
|
|
|
237
238
|
onClick: e[7] || (e[7] = (t) => B(k.value))
|
|
238
239
|
})
|
|
239
240
|
]),
|
|
240
|
-
l("section",
|
|
241
|
+
l("section", ne, [
|
|
241
242
|
e[19] || (e[19] = l("h5", null, "Autocomplete Demo", -1)),
|
|
242
|
-
l("div",
|
|
243
|
+
l("div", ae, [
|
|
243
244
|
n(a(o), {
|
|
244
245
|
type: a(V),
|
|
245
246
|
name: "category",
|
|
@@ -273,12 +274,12 @@ const N = { class: "dpiV3_page V3-typography" }, A = {
|
|
|
273
274
|
l("button", {
|
|
274
275
|
onClick: e[8] || (e[8] = (t) => C.value = !0)
|
|
275
276
|
}, " Open Modal "),
|
|
276
|
-
n(
|
|
277
|
+
n(H, {
|
|
277
278
|
modelValue: C.value,
|
|
278
279
|
"onUpdate:modelValue": e[10] || (e[10] = (t) => C.value = t)
|
|
279
280
|
}, {
|
|
280
281
|
default: m(() => [
|
|
281
|
-
l("div",
|
|
282
|
+
l("div", oe, [
|
|
282
283
|
n(a(o), {
|
|
283
284
|
modelValue: b.value,
|
|
284
285
|
"onUpdate:modelValue": e[9] || (e[9] = (t) => b.value = t),
|
|
@@ -307,7 +308,7 @@ const N = { class: "dpiV3_page V3-typography" }, A = {
|
|
|
307
308
|
]),
|
|
308
309
|
_: 2
|
|
309
310
|
}, 1032, ["index"]))), 128)),
|
|
310
|
-
l("div",
|
|
311
|
+
l("div", ie, [
|
|
311
312
|
n(h, {
|
|
312
313
|
"button-text": "Partner hinzufügen",
|
|
313
314
|
size: "small",
|
|
@@ -322,10 +323,13 @@ const N = { class: "dpiV3_page V3-typography" }, A = {
|
|
|
322
323
|
])
|
|
323
324
|
]),
|
|
324
325
|
_: 1
|
|
325
|
-
}, 8, ["modelValue"])
|
|
326
|
+
}, 8, ["modelValue"]),
|
|
327
|
+
l("section", se, [
|
|
328
|
+
n(T, { class: "dev-actions" })
|
|
329
|
+
])
|
|
326
330
|
]));
|
|
327
331
|
}
|
|
328
|
-
},
|
|
332
|
+
}, Ve = /* @__PURE__ */ A(re, [["__scopeId", "data-v-4d6b6939"]]);
|
|
329
333
|
export {
|
|
330
|
-
|
|
334
|
+
Ve as default
|
|
331
335
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./DemoStepper.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-04b8afcf"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f as default
|
|
7
7
|
};
|
|
@@ -1,97 +1,135 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as L, ref as p, toRef as $, computed as f, watch as q, createElementBlock as H, openBlock as k, createElementVNode as a, createVNode as t, toDisplayString as J, unref as i, isRef as C, withCtx as l, createBlock as K, createCommentVNode as M, createTextVNode as A, nextTick as G } from "vue";
|
|
2
2
|
import { FormKit as d } from "@formkit/vue";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { useDpiStepper as
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
|
|
3
|
+
import r from "../../data-provider-interface/components/InputPageStep.vue.js";
|
|
4
|
+
import I from "../../data-provider-interface/components/ProgressSteps.vue.js";
|
|
5
|
+
import { useDpiStepper as z } from "../../data-provider-interface/composables/useDpiStepper.js";
|
|
6
|
+
import Q from "../../data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectDescriptionStep.vue.js";
|
|
7
|
+
import W from "../../data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectNameStep.vue.js";
|
|
8
|
+
import X from "../../data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js";
|
|
9
|
+
import y from "../../data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue.js";
|
|
10
|
+
import Y from "../../data-provider-interface/HappyFlowComponents/ui/Card.vue.js";
|
|
11
|
+
import Z from "../../data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js";
|
|
12
|
+
import ee from "../../data-provider-interface/HappyFlowComponents/ui/Findability/DiscoverabilityStep.vue.js";
|
|
13
|
+
import te from "../../data-provider-interface/HappyFlowComponents/ui/ListBox/Listbox.vue.js";
|
|
14
|
+
import _ from "./DemoStep.vue.js";
|
|
15
|
+
import ne from "./ReviewStepDemo.vue.js";
|
|
16
|
+
const oe = { class: "demo-stepper" }, le = { style: { "margin-bottom": "1rem", padding: "1rem", background: "#f5f5f5", "border-radius": "8px" } }, ie = { style: { display: "flex", "flex-direction": "column", gap: "2.5rem" } }, re = { class: "dev-actions" }, Ce = /* @__PURE__ */ L({
|
|
12
17
|
__name: "DemoStepper",
|
|
13
|
-
setup(
|
|
14
|
-
const
|
|
15
|
-
steps:
|
|
16
|
-
stepList:
|
|
18
|
+
setup(ae) {
|
|
19
|
+
const s = p({}), {
|
|
20
|
+
steps: w,
|
|
21
|
+
stepList: v,
|
|
17
22
|
visitedSteps: m,
|
|
18
|
-
stepPlugin:
|
|
19
|
-
goToNextStep:
|
|
20
|
-
goToPreviousStep:
|
|
23
|
+
stepPlugin: N,
|
|
24
|
+
goToNextStep: D,
|
|
25
|
+
goToPreviousStep: P,
|
|
21
26
|
current: u,
|
|
22
|
-
isLast:
|
|
23
|
-
triggerValidationCurrentStep:
|
|
24
|
-
|
|
25
|
-
|
|
27
|
+
isLast: O,
|
|
28
|
+
triggerValidationCurrentStep: R,
|
|
29
|
+
goToStep: T
|
|
30
|
+
} = z(), B = $(w);
|
|
31
|
+
function U(n) {
|
|
26
32
|
var o;
|
|
27
|
-
const e = (o =
|
|
33
|
+
const e = (o = B.value) == null ? void 0 : o[n];
|
|
28
34
|
return e ? e.valid : !1;
|
|
29
35
|
}
|
|
30
|
-
const
|
|
36
|
+
const S = f(() => {
|
|
31
37
|
const n = {};
|
|
32
|
-
return
|
|
33
|
-
const
|
|
34
|
-
n[
|
|
38
|
+
return v.value.forEach((e) => {
|
|
39
|
+
const g = e.split("/")[0];
|
|
40
|
+
n[g] || (n[g] = []), n[g].push(e);
|
|
35
41
|
}), n;
|
|
36
42
|
});
|
|
37
|
-
function
|
|
38
|
-
const e =
|
|
43
|
+
function j(n) {
|
|
44
|
+
const e = S.value[n] || [];
|
|
39
45
|
return e.length > 0 && e.every((o) => m.value.includes(o));
|
|
40
46
|
}
|
|
41
|
-
|
|
42
|
-
function
|
|
43
|
-
|
|
47
|
+
f(() => Object.keys(S.value).filter((n) => j(n)));
|
|
48
|
+
function F() {
|
|
49
|
+
U(u.value) && D();
|
|
44
50
|
}
|
|
45
|
-
async function
|
|
46
|
-
|
|
51
|
+
async function h() {
|
|
52
|
+
R(), await G(), O.value ? (console.log("Form submitted", s.value), window.alert(`Form submitted: ${JSON.stringify(s.value)}`)) : F();
|
|
47
53
|
}
|
|
48
|
-
const
|
|
49
|
-
|
|
50
|
-
n === "review" && (
|
|
51
|
-
})
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
54
|
+
const b = p(!1), V = p(0);
|
|
55
|
+
q(u, (n) => {
|
|
56
|
+
n === "review" && (b.value = !0, V.value++);
|
|
57
|
+
});
|
|
58
|
+
const c = p(!1), E = f(() => v.value.map((n) => ({ id: n, name: n }))), x = f({
|
|
59
|
+
get() {
|
|
60
|
+
return { id: u.value, name: u.value };
|
|
61
|
+
},
|
|
62
|
+
set(n) {
|
|
63
|
+
T(n.id);
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
return (n, e) => (k(), H("div", oe, [
|
|
67
|
+
a("div", le, [
|
|
68
|
+
e[6] || (e[6] = a("strong", null, "Form Values:", -1)),
|
|
69
|
+
a("pre", null, J(JSON.stringify(s.value, null, 2)), 1)
|
|
55
70
|
]),
|
|
56
|
-
t(
|
|
57
|
-
checked:
|
|
58
|
-
"onUpdate:checked": e[0] || (e[0] = (o) =>
|
|
59
|
-
current:
|
|
60
|
-
"onUpdate:current": e[1] || (e[1] = (o) =>
|
|
61
|
-
steps:
|
|
71
|
+
t(I, {
|
|
72
|
+
checked: i(m),
|
|
73
|
+
"onUpdate:checked": e[0] || (e[0] = (o) => C(m) ? m.value = o : null),
|
|
74
|
+
current: i(u),
|
|
75
|
+
"onUpdate:current": e[1] || (e[1] = (o) => C(u) ? u.value = o : null),
|
|
76
|
+
steps: i(v) || []
|
|
62
77
|
}, null, 8, ["checked", "current", "steps"]),
|
|
63
|
-
t(
|
|
78
|
+
t(i(d), {
|
|
64
79
|
id: "demo-stepper",
|
|
65
|
-
modelValue:
|
|
66
|
-
"onUpdate:modelValue": e[
|
|
80
|
+
modelValue: s.value,
|
|
81
|
+
"onUpdate:modelValue": e[3] || (e[3] = (o) => s.value = o),
|
|
67
82
|
type: "form",
|
|
68
|
-
plugins: [
|
|
83
|
+
plugins: [i(N)],
|
|
69
84
|
actions: !1,
|
|
70
85
|
onSubmit: () => {
|
|
71
86
|
}
|
|
72
87
|
}, {
|
|
73
|
-
default:
|
|
74
|
-
t(
|
|
75
|
-
default:
|
|
76
|
-
t(
|
|
88
|
+
default: l(() => [
|
|
89
|
+
t(r, { name: "auffindbarkeit" }, {
|
|
90
|
+
default: l(() => [
|
|
91
|
+
t(_),
|
|
92
|
+
t(Z, {
|
|
93
|
+
modelValue: c.value,
|
|
94
|
+
"onUpdate:modelValue": e[2] || (e[2] = (o) => c.value = o)
|
|
95
|
+
}, {
|
|
96
|
+
default: l(() => [
|
|
97
|
+
a("div", null, [
|
|
98
|
+
t(_)
|
|
99
|
+
])
|
|
100
|
+
]),
|
|
101
|
+
_: 1
|
|
102
|
+
}, 8, ["modelValue"])
|
|
77
103
|
]),
|
|
78
104
|
_: 1
|
|
79
105
|
}),
|
|
80
|
-
t(
|
|
81
|
-
default:
|
|
82
|
-
t(
|
|
106
|
+
t(r, { name: "findability/visibility" }, {
|
|
107
|
+
default: l(() => [
|
|
108
|
+
t(ee)
|
|
83
109
|
]),
|
|
84
110
|
_: 1
|
|
85
111
|
}),
|
|
86
|
-
t(
|
|
87
|
-
default:
|
|
88
|
-
t(
|
|
112
|
+
t(r, { name: "grundlegende-informationen/name" }, {
|
|
113
|
+
default: l(() => [
|
|
114
|
+
t(W)
|
|
89
115
|
]),
|
|
90
116
|
_: 1
|
|
91
117
|
}),
|
|
92
|
-
t(
|
|
93
|
-
default:
|
|
94
|
-
t(
|
|
118
|
+
t(r, { name: "grundlegende-informationen/description" }, {
|
|
119
|
+
default: l(() => [
|
|
120
|
+
t(Q)
|
|
121
|
+
]),
|
|
122
|
+
_: 1
|
|
123
|
+
}),
|
|
124
|
+
t(r, { name: "grundlegende-informationen/organisation" }, {
|
|
125
|
+
default: l(() => [
|
|
126
|
+
t(X)
|
|
127
|
+
]),
|
|
128
|
+
_: 1
|
|
129
|
+
}),
|
|
130
|
+
t(r, { name: "grundlegende-informationen/discoverability" }, {
|
|
131
|
+
default: l(() => [
|
|
132
|
+
t(i(d), {
|
|
95
133
|
type: "text",
|
|
96
134
|
label: "Name",
|
|
97
135
|
name: "name",
|
|
@@ -100,15 +138,15 @@ const z = { class: "demo-stepper" }, G = { style: { "margin-bottom": "1rem", pad
|
|
|
100
138
|
]),
|
|
101
139
|
_: 1
|
|
102
140
|
}),
|
|
103
|
-
t(
|
|
104
|
-
default:
|
|
105
|
-
t(
|
|
141
|
+
t(r, { name: "grundlegende-informationen/essentials" }, {
|
|
142
|
+
default: l(() => [
|
|
143
|
+
t(i(d), {
|
|
106
144
|
type: "text",
|
|
107
145
|
label: "Mail",
|
|
108
146
|
name: "mail",
|
|
109
147
|
validation: "required|email"
|
|
110
148
|
}),
|
|
111
|
-
t(
|
|
149
|
+
t(i(d), {
|
|
112
150
|
type: "text",
|
|
113
151
|
label: "Homepage",
|
|
114
152
|
name: "homepage",
|
|
@@ -117,9 +155,9 @@ const z = { class: "demo-stepper" }, G = { style: { "margin-bottom": "1rem", pad
|
|
|
117
155
|
]),
|
|
118
156
|
_: 1
|
|
119
157
|
}),
|
|
120
|
-
t(
|
|
121
|
-
default:
|
|
122
|
-
t(
|
|
158
|
+
t(r, { name: "optinale-daten" }, {
|
|
159
|
+
default: l(() => [
|
|
160
|
+
t(i(d), {
|
|
123
161
|
type: "textarea",
|
|
124
162
|
label: "Description",
|
|
125
163
|
name: "description"
|
|
@@ -127,34 +165,60 @@ const z = { class: "demo-stepper" }, G = { style: { "margin-bottom": "1rem", pad
|
|
|
127
165
|
]),
|
|
128
166
|
_: 1
|
|
129
167
|
}),
|
|
130
|
-
t(
|
|
131
|
-
default:
|
|
132
|
-
|
|
133
|
-
key:
|
|
134
|
-
values:
|
|
135
|
-
}, null, 8, ["values"])) :
|
|
168
|
+
t(r, { name: "review" }, {
|
|
169
|
+
default: l(() => [
|
|
170
|
+
b.value ? (k(), K(ne, {
|
|
171
|
+
key: V.value,
|
|
172
|
+
values: s.value
|
|
173
|
+
}, null, 8, ["values"])) : M("", !0)
|
|
136
174
|
]),
|
|
137
175
|
_: 1
|
|
138
176
|
})
|
|
139
177
|
]),
|
|
140
178
|
_: 1
|
|
141
179
|
}, 8, ["modelValue", "plugins"]),
|
|
142
|
-
e[
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
180
|
+
e[8] || (e[8] = a("hr", null, null, -1)),
|
|
181
|
+
t(Y, null, {
|
|
182
|
+
title: l(() => e[7] || (e[7] = [
|
|
183
|
+
A(" dev view ", -1)
|
|
184
|
+
])),
|
|
185
|
+
default: l(() => [
|
|
186
|
+
a("div", ie, [
|
|
187
|
+
a("div", re, [
|
|
188
|
+
t(y, {
|
|
189
|
+
type: "button",
|
|
190
|
+
variant: "secondary",
|
|
191
|
+
"button-text": "Open Hologram",
|
|
192
|
+
onClick: e[4] || (e[4] = (o) => c.value = !0)
|
|
193
|
+
}),
|
|
194
|
+
t(y, {
|
|
195
|
+
type: "button",
|
|
196
|
+
variant: "secondary",
|
|
197
|
+
"button-text": "Previous",
|
|
198
|
+
onClick: i(P)
|
|
199
|
+
}, null, 8, ["onClick"]),
|
|
200
|
+
t(y, {
|
|
201
|
+
type: "button",
|
|
202
|
+
variant: "secondary",
|
|
203
|
+
"button-text": "Next",
|
|
204
|
+
onClick: h
|
|
205
|
+
})
|
|
206
|
+
]),
|
|
207
|
+
a("div", null, [
|
|
208
|
+
t(te, {
|
|
209
|
+
modelValue: x.value,
|
|
210
|
+
"onUpdate:modelValue": e[5] || (e[5] = (o) => x.value = o),
|
|
211
|
+
label: "Go to step",
|
|
212
|
+
options: E.value
|
|
213
|
+
}, null, 8, ["modelValue", "options"])
|
|
214
|
+
])
|
|
215
|
+
])
|
|
216
|
+
]),
|
|
217
|
+
_: 1
|
|
218
|
+
})
|
|
155
219
|
]));
|
|
156
220
|
}
|
|
157
221
|
});
|
|
158
222
|
export {
|
|
159
|
-
|
|
223
|
+
Ce as default
|
|
160
224
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@piveau/dpi",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.2.0-alpha.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"sideEffects": [
|
|
7
7
|
"*.css"
|
|
@@ -41,6 +41,8 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@antfu/eslint-config": "^4.19.0",
|
|
44
|
+
"@fontsource-variable/inter": "^5.2.6",
|
|
45
|
+
"@fontsource/inter": "^5.2.6",
|
|
44
46
|
"@formkit/core": "^1.6.9",
|
|
45
47
|
"@formkit/themes": "^1.6.9",
|
|
46
48
|
"@formkit/utils": "^1.6.9",
|