@piveau/dpi 0.2.0-alpha.0 → 0.2.0-alpha.2
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 +10 -11
- package/dist/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectNameStep.vue.js +5 -5
- package/dist/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +2 -2
- package/dist/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +93 -36
- package/dist/data-provider-interface/HappyFlowComponents/ui/Card.vue.js +3 -3
- package/dist/data-provider-interface/HappyFlowComponents/ui/Card.vue2.js +23 -23
- 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/WipStep.vue.js +7 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/WipStep.vue2.js +31 -0
- 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/views/InputPageProject.vue.js +459 -285
- package/dist/images/stadt.png +0 -0
- package/dist/stories/components/DemoStepper.vue.js +2 -2
- package/dist/stories/components/DemoStepper.vue2.js +155 -98
- package/dist/stories/components/PartnerCard.vue.js +2 -2
- package/dist/stories/components/PartnerCard.vue2.js +15 -15
- package/package.json +1 -1
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { defineComponent as s, createElementBlock as c, openBlock as i, createElementVNode as e, createVNode as t, withCtx as r, toDisplayString as a } from "vue";
|
|
2
|
+
import p from "../../components/StepActionsSection.vue.js";
|
|
3
|
+
import l from "./Card.vue.js";
|
|
4
|
+
const _ = { class: "wip-step" }, d = { class: "funny-section" }, m = { class: "wip-container copy-large-regular" }, f = { class: "funny-section" }, w = /* @__PURE__ */ s({
|
|
5
|
+
__name: "WipStep",
|
|
6
|
+
props: {
|
|
7
|
+
name: {
|
|
8
|
+
type: String,
|
|
9
|
+
default: ""
|
|
10
|
+
}
|
|
11
|
+
},
|
|
12
|
+
setup(o) {
|
|
13
|
+
const n = o;
|
|
14
|
+
return (u, h) => (i(), c("div", _, [
|
|
15
|
+
e("section", d, [
|
|
16
|
+
t(l, null, {
|
|
17
|
+
default: r(() => [
|
|
18
|
+
e("div", m, " WIP " + a(n.name), 1)
|
|
19
|
+
]),
|
|
20
|
+
_: 1
|
|
21
|
+
})
|
|
22
|
+
]),
|
|
23
|
+
e("section", f, [
|
|
24
|
+
t(p)
|
|
25
|
+
])
|
|
26
|
+
]));
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
export {
|
|
30
|
+
w as default
|
|
31
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ProgressSteps.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-
|
|
4
|
+
const p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-103ff804"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as w, mergeModels as B, computed as f, useModel as k, createElementBlock as l, openBlock as
|
|
1
|
+
import { defineComponent as w, mergeModels as B, computed as f, useModel as k, createElementBlock as l, openBlock as i, Fragment as S, renderList as x, withDirectives as c, createElementVNode as s, vModelCheckbox as y, unref as a, normalizeClass as C, toDisplayString as M, vShow as m } from "vue";
|
|
2
2
|
import { looseIndexOf as b } from "@vue/shared";
|
|
3
3
|
import D from "../HappyFlowComponents/img/Circle.svg.js";
|
|
4
4
|
import E from "../HappyFlowComponents/img/CircleFill.svg.js";
|
|
@@ -26,21 +26,28 @@ const F = { class: "progress-steps" }, U = ["value"], j = { class: "progress-ste
|
|
|
26
26
|
const t = e.includes("/") ? e.split("/")[0] : e;
|
|
27
27
|
n[t] || (n[t] = []), n[t].push(e);
|
|
28
28
|
}), Object.entries(n).map(([e, t]) => ({ name: e, substeps: t }));
|
|
29
|
-
})
|
|
29
|
+
});
|
|
30
|
+
function N(n) {
|
|
31
|
+
return n.includes("/") ? n.split("/")[1] : n;
|
|
32
|
+
}
|
|
33
|
+
function g(n) {
|
|
34
|
+
return !n.includes("/");
|
|
35
|
+
}
|
|
36
|
+
const o = k(p, "checked");
|
|
30
37
|
function d(n) {
|
|
31
38
|
return b(o.value, n) !== -1;
|
|
32
39
|
}
|
|
33
40
|
const u = k(p, "current");
|
|
34
|
-
return f(() => b(v.steps, u.value)), (n, e) => (
|
|
35
|
-
(
|
|
36
|
-
|
|
37
|
-
|
|
41
|
+
return f(() => b(v.steps, u.value)), (n, e) => (i(), l("div", F, [
|
|
42
|
+
(i(!0), l(S, null, x(h.value, (t, O) => (i(), l("div", {
|
|
43
|
+
key: t.name,
|
|
44
|
+
class: "progress-step"
|
|
38
45
|
}, [
|
|
39
|
-
|
|
46
|
+
c(s("input", {
|
|
47
|
+
"onUpdate:modelValue": e[0] || (e[0] = (r) => o.value = r),
|
|
40
48
|
name: "progress-step",
|
|
41
49
|
type: "checkbox",
|
|
42
50
|
class: "progress-input",
|
|
43
|
-
"onUpdate:modelValue": e[0] || (e[0] = (r) => o.value = r),
|
|
44
51
|
value: t.name
|
|
45
52
|
}, null, 8, U), [
|
|
46
53
|
[y, o.value]
|
|
@@ -56,21 +63,21 @@ const F = { class: "progress-steps" }, U = ["value"], j = { class: "progress-ste
|
|
|
56
63
|
}, M(t.name), 3)
|
|
57
64
|
]),
|
|
58
65
|
s("div", I, [
|
|
59
|
-
|
|
66
|
+
c(s("div", L, e[2] || (e[2] = [
|
|
60
67
|
s("div", { class: "progress-step__content-line" }, null, -1)
|
|
61
68
|
]), 512), [
|
|
62
69
|
[m, O < h.value.length - 1]
|
|
63
70
|
]),
|
|
64
|
-
|
|
65
|
-
(
|
|
66
|
-
|
|
67
|
-
|
|
71
|
+
c(s("div", P, [
|
|
72
|
+
(i(!0), l(S, null, x(t.substeps.filter((r) => !g(r)), (r, V) => (i(), l("div", {
|
|
73
|
+
key: r,
|
|
74
|
+
class: "progress-step"
|
|
68
75
|
}, [
|
|
69
|
-
|
|
76
|
+
c(s("input", {
|
|
77
|
+
"onUpdate:modelValue": e[1] || (e[1] = (_) => o.value = _),
|
|
70
78
|
name: "progress-step",
|
|
71
79
|
type: "checkbox",
|
|
72
80
|
class: "progress-input",
|
|
73
|
-
"onUpdate:modelValue": e[1] || (e[1] = (_) => o.value = _),
|
|
74
81
|
value: r
|
|
75
82
|
}, null, 8, R), [
|
|
76
83
|
[y, o.value]
|
|
@@ -86,7 +93,7 @@ const F = { class: "progress-steps" }, U = ["value"], j = { class: "progress-ste
|
|
|
86
93
|
}, M(N(r)), 3)
|
|
87
94
|
]),
|
|
88
95
|
s("div", G, [
|
|
89
|
-
|
|
96
|
+
c(s("div", H, e[3] || (e[3] = [
|
|
90
97
|
s("div", { class: "progress-step__content-line" }, null, -1)
|
|
91
98
|
]), 512), [
|
|
92
99
|
[m, V < t.substeps.filter((_) => !g(_)).length - 1]
|