@piveau/dpi 0.2.0-alpha.2 → 0.2.0-alpha.3
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/assets/stadt.png +0 -0
- package/dist/data-provider-interface/HappyFlowComponents/AboutProject.vue.js +99 -0
- package/dist/data-provider-interface/HappyFlowComponents/DPIHome.vue.js +35 -11
- package/dist/data-provider-interface/HappyFlowComponents/img/DataProcessingSteps.svg.js +4 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/Autocomplete/Autocomplete.vue.js +2 -2
- package/dist/data-provider-interface/HappyFlowComponents/ui/Autocomplete/Autocomplete.vue2.js +1 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocabFormKit.vue.js +18 -18
- package/dist/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +2 -2
- package/dist/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +89 -67
- package/dist/data-provider-interface/HappyFlowComponents/ui/Card.vue.js +2 -2
- package/dist/data-provider-interface/HappyFlowComponents/ui/Card.vue2.js +34 -20
- package/dist/data-provider-interface/HappyFlowComponents/ui/ChipToggleList/ChipToggleList.vue.js +7 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/ChipToggleList/ChipToggleList.vue2.js +62 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/Findability/CategoriesStep.vue.js +7 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/Findability/CategoriesStep.vue2.js +60 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/Findability/DiscoverabilityStep.vue.js +45 -28
- package/dist/data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldDefinition.js +5 -3
- package/dist/data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldFormKit.vue.js +45 -37
- package/dist/data-provider-interface/HappyFlowComponents/ui/LandingProjectStep/LandingProjectStep.vue.js +7 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/LandingProjectStep/LandingProjectStep.vue2.js +39 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/ListBox/ListBoxDefinition.js +2 -1
- package/dist/data-provider-interface/HappyFlowComponents/ui/ListBox/ListBoxFormKit.vue.js +20 -16
- package/dist/data-provider-interface/HappyFlowComponents/ui/ListBox/Listbox.vue.js +2 -2
- package/dist/data-provider-interface/HappyFlowComponents/ui/ListBox/Listbox.vue2.js +41 -37
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +7 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +341 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/WipStep.vue.js +2 -2
- package/dist/data-provider-interface/HappyFlowComponents/ui/WipStep.vue2.js +7 -7
- package/dist/data-provider-interface/components/ProgressSteps.vue.js +1 -1
- package/dist/data-provider-interface/components/ProgressSteps.vue2.js +45 -44
- package/dist/data-provider-interface/components/StepActionsSection.vue.js +2 -2
- package/dist/data-provider-interface/components/StepActionsSection.vue2.js +119 -42
- package/dist/data-provider-interface/composables/useDpiStepper.js +7 -7
- package/dist/data-provider-interface/views/InputPageProject.vue.js +281 -268
- package/dist/stories/components/LinkCard.vue.js +7 -0
- package/dist/stories/components/LinkCard.vue2.js +52 -0
- package/dist/stories/components/PartnerCard.vue.js +2 -2
- package/dist/stories/components/PartnerCard.vue2.js +19 -19
- package/dist/stories/components/ScreenshotCard.vue.js +7 -0
- package/dist/stories/components/ScreenshotCard.vue2.js +26 -0
- package/package.json +1 -1
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { defineComponent as s, ref as p, computed as c, createElementBlock as m, openBlock as h, renderSlot as a, createVNode as i, createElementVNode as v, unref as e } from "vue";
|
|
2
|
+
import { FormKit as l } from "@formkit/vue";
|
|
3
|
+
import r from "../../data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldDefinition.js";
|
|
4
|
+
import f from "../../data-provider-interface/HappyFlowComponents/ui/TextArea/TextAreaDefinition.js";
|
|
5
|
+
const b = { class: "dpiV3_Card_Tips" }, _ = { class: "action-container" }, y = 500, C = /* @__PURE__ */ s({
|
|
6
|
+
__name: "LinkCard",
|
|
7
|
+
setup(B) {
|
|
8
|
+
const n = p(""), u = c(() => {
|
|
9
|
+
var t;
|
|
10
|
+
return (t = n.value) == null ? void 0 : t.length;
|
|
11
|
+
});
|
|
12
|
+
return (t, o) => (h(), m("div", b, [
|
|
13
|
+
a(t.$slots, "default", {}, () => [
|
|
14
|
+
i(e(l), {
|
|
15
|
+
type: e(r),
|
|
16
|
+
name: "name",
|
|
17
|
+
"text-label": "Name",
|
|
18
|
+
placeholder: "Benennen Sie den Link."
|
|
19
|
+
}, null, 8, ["type"]),
|
|
20
|
+
i(e(l), {
|
|
21
|
+
type: e(r),
|
|
22
|
+
name: "url",
|
|
23
|
+
"text-label": "URL",
|
|
24
|
+
placeholder: "www.url.com",
|
|
25
|
+
validation: "url",
|
|
26
|
+
"validation-visibility": "live"
|
|
27
|
+
}, null, 8, ["type"]),
|
|
28
|
+
i(e(l), {
|
|
29
|
+
id: "Beschreibung",
|
|
30
|
+
modelValue: n.value,
|
|
31
|
+
"onUpdate:modelValue": o[0] || (o[0] = (d) => n.value = d),
|
|
32
|
+
label: "Beschreibung (optional)",
|
|
33
|
+
type: e(f),
|
|
34
|
+
name: "Beschreibung",
|
|
35
|
+
"text-label": "Beschreibung (optional)",
|
|
36
|
+
placeholder: "Beschreiben Sie Ihren weiterführenden Link in ein paar Sätzen.",
|
|
37
|
+
validation: "length:0,500",
|
|
38
|
+
"validation-visibility": "live",
|
|
39
|
+
hint: "true",
|
|
40
|
+
help: `${u.value} von ${y} Zeichen`,
|
|
41
|
+
"count-hint": !0
|
|
42
|
+
}, null, 8, ["modelValue", "type", "help"]),
|
|
43
|
+
v("div", _, [
|
|
44
|
+
a(t.$slots, "action", {}, void 0, !0)
|
|
45
|
+
])
|
|
46
|
+
], !0)
|
|
47
|
+
]));
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
export {
|
|
51
|
+
C as default
|
|
52
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import r from "./PartnerCard.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const m = /* @__PURE__ */ o(r, [["__scopeId", "data-v-54b8f265"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
m as default
|
|
7
7
|
};
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import { defineComponent as l, createElementBlock as
|
|
2
|
-
import { FormKit as
|
|
3
|
-
import
|
|
4
|
-
const
|
|
1
|
+
import { defineComponent as l, createElementBlock as a, openBlock as s, renderSlot as n, createVNode as o, createElementVNode as d, unref as e } from "vue";
|
|
2
|
+
import { FormKit as i } from "@formkit/vue";
|
|
3
|
+
import r from "../../data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldDefinition.js";
|
|
4
|
+
const c = { class: "dpiV3_Card_Tips" }, p = { class: "action-container" }, h = /* @__PURE__ */ l({
|
|
5
5
|
__name: "PartnerCard",
|
|
6
|
-
setup(
|
|
7
|
-
return (t, u) => (
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
type: e(
|
|
6
|
+
setup(m) {
|
|
7
|
+
return (t, u) => (s(), a("div", c, [
|
|
8
|
+
n(t.$slots, "default", {}, () => [
|
|
9
|
+
o(e(i), {
|
|
10
|
+
type: e(r),
|
|
11
11
|
name: "name",
|
|
12
12
|
"text-label": "Name",
|
|
13
|
-
|
|
14
|
-
placeholder: "Enter text here"
|
|
13
|
+
placeholder: "Nennen Sie einen Partner."
|
|
15
14
|
}, null, 8, ["type"]),
|
|
16
|
-
|
|
17
|
-
type: e(
|
|
18
|
-
name: "
|
|
19
|
-
"text-label": "
|
|
15
|
+
o(e(i), {
|
|
16
|
+
type: e(r),
|
|
17
|
+
name: "url",
|
|
18
|
+
"text-label": "Website",
|
|
19
|
+
placeholder: "www.url.com",
|
|
20
20
|
validation: "url",
|
|
21
|
-
|
|
21
|
+
"validation-visibility": "live"
|
|
22
22
|
}, null, 8, ["type"]),
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
d("div", p, [
|
|
24
|
+
n(t.$slots, "action", {}, void 0, !0)
|
|
25
25
|
])
|
|
26
26
|
], !0)
|
|
27
27
|
]));
|
|
28
28
|
}
|
|
29
29
|
});
|
|
30
30
|
export {
|
|
31
|
-
|
|
31
|
+
h as default
|
|
32
32
|
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { defineComponent as i, createElementBlock as r, openBlock as n, renderSlot as t, createVNode as a, createElementVNode as l, unref as o } from "vue";
|
|
2
|
+
import { FormKit as s } from "@formkit/vue";
|
|
3
|
+
import c from "../../data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldDefinition.js";
|
|
4
|
+
const d = { class: "dpiV3_Card_Tips" }, p = { class: "action-container" }, h = /* @__PURE__ */ i({
|
|
5
|
+
__name: "ScreenshotCard",
|
|
6
|
+
setup(m) {
|
|
7
|
+
return (e, u) => (n(), r("div", d, [
|
|
8
|
+
t(e.$slots, "default", {}, () => [
|
|
9
|
+
a(o(s), {
|
|
10
|
+
type: o(c),
|
|
11
|
+
name: "homepage",
|
|
12
|
+
"text-label": "URL",
|
|
13
|
+
validation: "url",
|
|
14
|
+
placeholder: "www.url.com",
|
|
15
|
+
"validation-visibility": "live"
|
|
16
|
+
}, null, 8, ["type"]),
|
|
17
|
+
l("div", p, [
|
|
18
|
+
t(e.$slots, "action", {}, void 0, !0)
|
|
19
|
+
])
|
|
20
|
+
], !0)
|
|
21
|
+
]));
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
export {
|
|
25
|
+
h as default
|
|
26
|
+
};
|