@piveau/dpi 0.2.0-alpha.1 → 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/WipStep.vue.js +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/WipStep.vue2.js +21 -15
- package/dist/data-provider-interface/views/InputPageProject.vue.js +263 -263
- package/dist/stories/components/PartnerCard.vue.js +2 -2
- package/dist/stories/components/PartnerCard.vue2.js +15 -15
- package/package.json +1 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ref as p, computed as d, createElementBlock as m, openBlock as h, createElementVNode as e, createVNode as s, unref as r, withCtx as i, createTextVNode as g } from "vue";
|
|
2
2
|
import { FormKit as f } from "@formkit/vue";
|
|
3
|
-
import { PhLightbulb as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
3
|
+
import { PhLightbulb as _ } from "@phosphor-icons/vue";
|
|
4
|
+
import b from "../../../components/StepActionsSection.vue.js";
|
|
5
|
+
import z from "../Card.vue.js";
|
|
6
|
+
import k from "../TextArea/TextAreaDefinition.js";
|
|
7
7
|
/* empty css */
|
|
8
|
-
import
|
|
8
|
+
import v from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
9
9
|
const y = { class: "dpiV3_page V3-typography" }, w = { class: "funny-section" }, x = { class: "funny-flex" }, P = { class: "funny-section" }, j = { class: "funny-section" }, l = 500, S = {
|
|
10
10
|
__name: "ProjectDescriptionStep",
|
|
11
11
|
setup(V) {
|
|
@@ -23,12 +23,11 @@ const y = { class: "dpiV3_page V3-typography" }, w = { class: "funny-section" },
|
|
|
23
23
|
modelValue: n.value,
|
|
24
24
|
"onUpdate:modelValue": t[0] || (t[0] = (c) => n.value = c),
|
|
25
25
|
label: "Beschreibung",
|
|
26
|
-
type: r(
|
|
26
|
+
type: r(k),
|
|
27
27
|
name: "project_description",
|
|
28
28
|
"text-label": "Name",
|
|
29
29
|
placeholder: "Geben Sie Ihrem Projekt einen Namen.",
|
|
30
30
|
validation: "required|length:0,500",
|
|
31
|
-
"validation-visibility": "live",
|
|
32
31
|
hint: "true",
|
|
33
32
|
help: `${a.value} von ${l} Zeichen`,
|
|
34
33
|
"count-hint": !0,
|
|
@@ -37,12 +36,12 @@ const y = { class: "dpiV3_page V3-typography" }, w = { class: "funny-section" },
|
|
|
37
36
|
])
|
|
38
37
|
]),
|
|
39
38
|
e("section", P, [
|
|
40
|
-
s(
|
|
39
|
+
s(b)
|
|
41
40
|
]),
|
|
42
41
|
e("section", j, [
|
|
43
|
-
s(
|
|
42
|
+
s(z, { variant: "default" }, {
|
|
44
43
|
icon: i(() => [
|
|
45
|
-
s(r(
|
|
44
|
+
s(r(_), {
|
|
46
45
|
size: 32,
|
|
47
46
|
color: "#009fe3"
|
|
48
47
|
})
|
|
@@ -64,7 +63,7 @@ const y = { class: "dpiV3_page V3-typography" }, w = { class: "funny-section" },
|
|
|
64
63
|
])
|
|
65
64
|
]));
|
|
66
65
|
}
|
|
67
|
-
}, H = /* @__PURE__ */
|
|
66
|
+
}, H = /* @__PURE__ */ v(S, [["__scopeId", "data-v-8a4dd1a2"]]);
|
|
68
67
|
export {
|
|
69
68
|
H as default
|
|
70
69
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./WipStep.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-3de21dc5"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|
|
@@ -1,21 +1,27 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
const
|
|
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
5
|
__name: "WipStep",
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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
|
|
15
21
|
})
|
|
16
22
|
]),
|
|
17
|
-
e("section",
|
|
18
|
-
|
|
23
|
+
e("section", f, [
|
|
24
|
+
t(p)
|
|
19
25
|
])
|
|
20
26
|
]));
|
|
21
27
|
}
|