@piveau/dpi 0.2.0-alpha.26 → 0.2.0-alpha.28
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/packages/dpi/src/data-provider-interface/HappyFlowComponents/AboutProject.vue.js +4 -97
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/AboutProject.vue2.js +107 -0
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/DPIHome.vue.js +46 -41
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ResourceTable.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ResourceTable.vue2.js +67 -74
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/ApplicationsStep.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/ApplicationsStep.vue2.js +18 -21
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +4 -4
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +465 -452
- package/dist/packages/dpi/src/data-provider-interface/components/Spatial.vue.js +1 -1
- package/dist/packages/dpi/src/data-provider-interface/components/Spatial.vue2.js +33 -33
- package/dist/packages/dpi/src/data-provider-interface/components/SpatialPage.vue.js +3 -3
- package/dist/packages/dpi/src/data-provider-interface/components/SpatialPage.vue2.js +37 -21
- package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/views/InputPage.vue.js +197 -170
- package/package.json +1 -1
|
@@ -1,18 +1,16 @@
|
|
|
1
|
-
import { defineComponent as w, ref as p, computed as k, watch as _, createElementBlock as o, openBlock as u, createElementVNode as n, createVNode as a, createCommentVNode as V, unref as d, Fragment as y, renderList as z, withDirectives as
|
|
2
|
-
import { FormKit as
|
|
1
|
+
import { defineComponent as w, ref as p, computed as k, watch as _, createElementBlock as o, openBlock as u, createElementVNode as n, createVNode as a, createCommentVNode as V, unref as d, Fragment as y, renderList as z, withDirectives as x, vModelCheckbox as A, withCtx as s, createTextVNode as g } from "vue";
|
|
2
|
+
import { FormKit as S } from "@formkit/vue";
|
|
3
3
|
import { PhLightbulb as f } from "@phosphor-icons/vue";
|
|
4
|
-
import "@piveau/sdk-vue";
|
|
5
|
-
import "zod";
|
|
6
4
|
import C from "../../../components/StepActionsSection.vue.js";
|
|
7
5
|
import h from "../Card.vue.js";
|
|
8
6
|
import U from "../Chip.vue.js";
|
|
9
|
-
import
|
|
10
|
-
const
|
|
7
|
+
import I from "../ListBox/Listbox.vue.js";
|
|
8
|
+
const B = { class: "dpiV3_page V3-typography" }, E = { class: "funny-section" }, L = { class: "funny-flex" }, P = {
|
|
11
9
|
key: 0,
|
|
12
10
|
class: "d-flex selected-applications"
|
|
13
|
-
}, D = ["id", "value"], M = { class: "funny-section action-section" }, N = { class: "action-section" },
|
|
11
|
+
}, D = ["id", "value"], M = { class: "funny-section action-section" }, N = { class: "action-section" }, W = { class: "action-section" }, G = /* @__PURE__ */ w({
|
|
14
12
|
__name: "ApplicationsStep",
|
|
15
|
-
setup(
|
|
13
|
+
setup(H) {
|
|
16
14
|
const i = p([]), l = p(""), b = [
|
|
17
15
|
"Abfallmanagement",
|
|
18
16
|
"Abwassermanagement",
|
|
@@ -54,12 +52,12 @@ const E = { class: "dpiV3_page V3-typography" }, I = { class: "funny-section" },
|
|
|
54
52
|
], m = k(() => i.value);
|
|
55
53
|
return _(l, (r) => {
|
|
56
54
|
l.value = "", r && (i.value.includes(r) || i.value.push(r));
|
|
57
|
-
}), (r, e) => (u(), o("div",
|
|
58
|
-
n("section",
|
|
55
|
+
}), (r, e) => (u(), o("div", B, [
|
|
56
|
+
n("section", E, [
|
|
59
57
|
n("div", L, [
|
|
60
58
|
e[3] || (e[3] = n("h4", null, " Geben Sie Anwendungsbereiche an ", -1)),
|
|
61
|
-
e[4] || (e[4] = n("span", { class: "copy-large-regular" }, "Wenn Ihr Projekt mehrere Anwendungsbereiche abdeckt, wählen Sie diese
|
|
62
|
-
a(d(
|
|
59
|
+
e[4] || (e[4] = n("span", { class: "copy-large-regular" }, "Wenn Ihr Projekt mehrere Anwendungsbereiche abdeckt, wählen Sie diese in der Liste aus. ", -1)),
|
|
60
|
+
a(d(S), {
|
|
63
61
|
modelValue: i.value,
|
|
64
62
|
"onUpdate:modelValue": e[0] || (e[0] = (t) => i.value = t),
|
|
65
63
|
name: "applications",
|
|
@@ -73,14 +71,14 @@ const E = { class: "dpiV3_page V3-typography" }, I = { class: "funny-section" },
|
|
|
73
71
|
key: `application-${t}@${c}`,
|
|
74
72
|
class: "label-chip"
|
|
75
73
|
}, [
|
|
76
|
-
|
|
74
|
+
x(n("input", {
|
|
77
75
|
id: `application-${t}@${c}`,
|
|
78
76
|
"onUpdate:modelValue": e[1] || (e[1] = (v) => i.value = v),
|
|
79
77
|
class: "label-chip__input",
|
|
80
78
|
type: "checkbox",
|
|
81
79
|
value: t
|
|
82
80
|
}, null, 8, D), [
|
|
83
|
-
[
|
|
81
|
+
[A, i.value]
|
|
84
82
|
]),
|
|
85
83
|
a(U, {
|
|
86
84
|
as: "label",
|
|
@@ -92,17 +90,16 @@ const E = { class: "dpiV3_page V3-typography" }, I = { class: "funny-section" },
|
|
|
92
90
|
}, null, 8, ["for", "text", "data"])
|
|
93
91
|
]))), 128))
|
|
94
92
|
])) : V("", !0),
|
|
95
|
-
a(
|
|
93
|
+
a(I, {
|
|
96
94
|
modelValue: l.value,
|
|
97
95
|
"onUpdate:modelValue": e[2] || (e[2] = (t) => l.value = t),
|
|
98
96
|
options: b,
|
|
99
|
-
placeholder: "
|
|
100
|
-
label: "Anwendungsbereich auswählen
|
|
97
|
+
placeholder: "Wählen Sie Ihre Anwendungsbereiche.",
|
|
98
|
+
label: "Anwendungsbereich auswählen",
|
|
101
99
|
filterable: "",
|
|
102
100
|
taggable: "",
|
|
103
101
|
"create-option": "",
|
|
104
|
-
clearable: ""
|
|
105
|
-
class: "mt-6"
|
|
102
|
+
clearable: ""
|
|
106
103
|
}, null, 8, ["modelValue"])
|
|
107
104
|
])
|
|
108
105
|
]),
|
|
@@ -129,7 +126,7 @@ const E = { class: "dpiV3_page V3-typography" }, I = { class: "funny-section" },
|
|
|
129
126
|
__: [6]
|
|
130
127
|
})
|
|
131
128
|
]),
|
|
132
|
-
n("section",
|
|
129
|
+
n("section", W, [
|
|
133
130
|
a(h, { variant: "default" }, {
|
|
134
131
|
icon: s(() => [
|
|
135
132
|
a(d(f), {
|
|
@@ -153,5 +150,5 @@ const E = { class: "dpiV3_page V3-typography" }, I = { class: "funny-section" },
|
|
|
153
150
|
}
|
|
154
151
|
});
|
|
155
152
|
export {
|
|
156
|
-
|
|
153
|
+
G as default
|
|
157
154
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import e from "./ReviewStep.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import o from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const c = /* @__PURE__ */ o(e, [["__scopeId", "data-v-46ec6ce6"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|