@piveau/dpi 0.2.0-alpha.45 → 0.2.0-alpha.47
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/ui/DataVisualisation/BasicInformationStep.vue.js +3 -3
- package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataVisualisation/BasicInformationStep.vue2.js +44 -46
- package/dist/packages/dpi/src/data-provider-interface/components/ProgressSteps.vue.js +2 -2
- package/dist/packages/dpi/src/data-provider-interface/components/ProgressSteps.vue2.js +61 -54
- package/dist/packages/dpi/src/data-provider-interface/components/icons/PhCircleInCircle.vue.js +26 -0
- package/dist/packages/dpi/src/data-provider-interface/components/icons/PhCircleInCircle.vue2.js +4 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import a from "./BasicInformationStep.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const s = /* @__PURE__ */
|
|
3
|
+
import o from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const s = /* @__PURE__ */ o(a, [["__scopeId", "data-v-a18d7af3"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as A, mergeModels as D, ref as f, computed as S, useModel as I, inject as H, createElementBlock as
|
|
2
|
-
import { FormKit as
|
|
1
|
+
import { defineComponent as A, mergeModels as D, ref as f, computed as S, useModel as I, inject as H, createElementBlock as B, openBlock as a, createElementVNode as t, createBlock as u, createCommentVNode as d, createVNode as s, createTextVNode as y, unref as i, isRef as N, withCtx as r, Fragment as O, renderList as q } from "vue";
|
|
2
|
+
import { FormKit as b } from "@formkit/vue";
|
|
3
3
|
import { PhLightbulb as K, PhExclamationMark as W } from "@phosphor-icons/vue";
|
|
4
4
|
import $ from "../../../../stories/components/LinkCard.vue.js";
|
|
5
|
-
import { empty as
|
|
5
|
+
import { empty as _, generateIsRequiredMsg as j } from "../../../../utils/twinbyUtils.js";
|
|
6
6
|
import U from "../../../components/StepActionsSection.vue.js";
|
|
7
7
|
import { dpiStepperKey as Z } from "../../../utils/injectionKeys.js";
|
|
8
8
|
import c from "../ButtonV3.vue.js";
|
|
@@ -21,39 +21,39 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
21
21
|
modelModifiers: {}
|
|
22
22
|
}),
|
|
23
23
|
emits: ["update:modelValue"],
|
|
24
|
-
setup(
|
|
25
|
-
const P =
|
|
24
|
+
setup(z) {
|
|
25
|
+
const P = z, m = f(""), p = f([]);
|
|
26
26
|
f([]);
|
|
27
27
|
const R = f(!1), E = S(() => {
|
|
28
28
|
var o;
|
|
29
29
|
return ((o = m.value) == null ? void 0 : o.length) || 0;
|
|
30
30
|
});
|
|
31
|
-
I(
|
|
31
|
+
I(z, "modelValue");
|
|
32
32
|
const F = H(Z), x = S(() => {
|
|
33
|
-
const o = !
|
|
33
|
+
const o = !_(m.value), e = Array.isArray(p.value) && p.value.length > 0;
|
|
34
34
|
return o || e;
|
|
35
35
|
});
|
|
36
36
|
function M(o) {
|
|
37
37
|
var n, l;
|
|
38
38
|
const e = o.at("$parent");
|
|
39
|
-
return !e || e.type !== "group" ? !0 : Array.isArray((n = e.value) == null ? void 0 : n.links) && ((l = e.value) == null ? void 0 : l.links).length > 0 ? !
|
|
39
|
+
return !e || e.type !== "group" ? !0 : Array.isArray((n = e.value) == null ? void 0 : n.links) && ((l = e.value) == null ? void 0 : l.links).length > 0 ? !_(o.value) : !0;
|
|
40
40
|
}
|
|
41
|
-
const { globalResourceCount:
|
|
42
|
-
return (o, e) => (a(),
|
|
43
|
-
e[
|
|
41
|
+
const { globalResourceCount: k } = T("4. Datenvisualisierung", !1);
|
|
42
|
+
return (o, e) => (a(), B("div", Q, [
|
|
43
|
+
e[10] || (e[10] = t("section", { class: "funny-section" }, [
|
|
44
44
|
t("div", { class: "funny-flex" }, [
|
|
45
45
|
t("h4", null, "Beschreiben Sie den Prozessschritt zur Datenvisualisierung"),
|
|
46
46
|
t("span", { class: "copy-large-regular" }, [
|
|
47
|
-
|
|
47
|
+
y(" Führen Sie im Schritt der "),
|
|
48
48
|
t("strong", null, "Datenvisualisierung"),
|
|
49
|
-
|
|
49
|
+
y(" aus, in welcher Form die Ergebnisse der Simulationen verständlich aufbereitet und visualisiert wurden. ")
|
|
50
50
|
])
|
|
51
51
|
])
|
|
52
52
|
], -1)),
|
|
53
|
-
P.edit ? d("", !0) : (a(), u(i(
|
|
53
|
+
P.edit ? d("", !0) : (a(), u(i(b), {
|
|
54
54
|
key: 0,
|
|
55
|
-
modelValue: i(
|
|
56
|
-
"onUpdate:modelValue": e[0] || (e[0] = (n) => N(
|
|
55
|
+
modelValue: i(k),
|
|
56
|
+
"onUpdate:modelValue": e[0] || (e[0] = (n) => N(k) ? k.value = n : null),
|
|
57
57
|
type: "hidden",
|
|
58
58
|
name: "__resourceCountGlobal",
|
|
59
59
|
hidden: "",
|
|
@@ -64,7 +64,7 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
64
64
|
"validation-messages": { ensureHasOneResource: "Pro Projekt muss mindestens ein technischer Prozessschritt beschrieben werden." }
|
|
65
65
|
}, null, 8, ["modelValue", "validation-rules"])),
|
|
66
66
|
t("section", X, [
|
|
67
|
-
s(i(
|
|
67
|
+
s(i(b), {
|
|
68
68
|
id: "Beschreibung",
|
|
69
69
|
modelValue: m.value,
|
|
70
70
|
"onUpdate:modelValue": e[1] || (e[1] = (n) => m.value = n),
|
|
@@ -95,30 +95,30 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
95
95
|
color: "#009FE3"
|
|
96
96
|
})
|
|
97
97
|
]),
|
|
98
|
-
title: r(() => e[
|
|
99
|
-
|
|
98
|
+
title: r(() => e[4] || (e[4] = [
|
|
99
|
+
y(" Beispiel ", -1)
|
|
100
100
|
])),
|
|
101
101
|
default: r(() => [
|
|
102
|
-
e[
|
|
102
|
+
e[5] || (e[5] = t("p", null, " Die Simulationsergebnisse und aktuellen Messdaten werden in einer interaktiven Kartenanwendung dargestellt. Zusätzlich werden visuelle Warnhinweise sowie zeitbasierte Entwicklungen übersichtlich präsentiert, um die Kommunikation mit Einsatzkräften und Bürgern zu unterstützen. ", -1))
|
|
103
103
|
]),
|
|
104
104
|
_: 1,
|
|
105
|
-
__: [
|
|
105
|
+
__: [5]
|
|
106
106
|
})
|
|
107
107
|
]),
|
|
108
108
|
t("section", ee, [
|
|
109
|
-
e[
|
|
110
|
-
e[
|
|
109
|
+
e[6] || (e[6] = t("h5", null, " Weiterführende Links (optional) ", -1)),
|
|
110
|
+
e[7] || (e[7] = t("span", { class: "copy-large-regular further-links-text" }, "Fügen Sie hier Links zu Dokumenten hinzu, die weitere Informationen zur Vorgehensweise in diesem Prozessschritt enthalten, wie etwa einzuhaltende Richtlinien oder Standardarbeitsanweisungen.", -1)),
|
|
111
111
|
t("div", te, [
|
|
112
|
-
s(i(
|
|
112
|
+
s(i(b), {
|
|
113
113
|
modelValue: p.value,
|
|
114
114
|
"onUpdate:modelValue": e[2] || (e[2] = (n) => p.value = n),
|
|
115
115
|
type: "list",
|
|
116
116
|
name: "links",
|
|
117
117
|
dynamic: ""
|
|
118
118
|
}, {
|
|
119
|
-
default: r(({ items: n, node: l, value:
|
|
120
|
-
(a(!0),
|
|
121
|
-
key:
|
|
119
|
+
default: r(({ items: n, node: l, value: v }) => [
|
|
120
|
+
(a(!0), B(O, null, q(n, (h, g) => (a(), u(i(b), {
|
|
121
|
+
key: h,
|
|
122
122
|
type: "group",
|
|
123
123
|
index: g
|
|
124
124
|
}, {
|
|
@@ -130,7 +130,7 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
130
130
|
size: "small",
|
|
131
131
|
variant: "tertiary",
|
|
132
132
|
"icon-start": "trash",
|
|
133
|
-
onClick: () => l.input(
|
|
133
|
+
onClick: () => l.input(v.filter((C, V) => V !== g))
|
|
134
134
|
}, null, 8, ["onClick"])
|
|
135
135
|
]),
|
|
136
136
|
_: 2
|
|
@@ -144,7 +144,7 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
144
144
|
size: "medium",
|
|
145
145
|
variant: "tertiary",
|
|
146
146
|
"icon-start": "plus",
|
|
147
|
-
onClick: (
|
|
147
|
+
onClick: (h) => l.input(v.concat({}))
|
|
148
148
|
}, null, 8, ["onClick"])
|
|
149
149
|
])
|
|
150
150
|
]),
|
|
@@ -161,11 +161,11 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
161
161
|
"prev-and-next": r(({
|
|
162
162
|
hidePrevious: n,
|
|
163
163
|
hideNext: l,
|
|
164
|
-
previousText:
|
|
165
|
-
nextText:
|
|
164
|
+
previousText: v,
|
|
165
|
+
nextText: h,
|
|
166
166
|
handleSubmit: g,
|
|
167
|
-
handlePrevious:
|
|
168
|
-
validate:
|
|
167
|
+
handlePrevious: C,
|
|
168
|
+
validate: V
|
|
169
169
|
}) => [
|
|
170
170
|
t("div", ie, [
|
|
171
171
|
t("div", re, [
|
|
@@ -173,10 +173,10 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
173
173
|
key: 0,
|
|
174
174
|
variant: "secondary",
|
|
175
175
|
size: "large",
|
|
176
|
-
"button-text":
|
|
176
|
+
"button-text": v,
|
|
177
177
|
"icon-start": "CaretLeft",
|
|
178
178
|
class: "previus-button",
|
|
179
|
-
onClick:
|
|
179
|
+
onClick: C
|
|
180
180
|
}, null, 8, ["button-text", "onClick"])),
|
|
181
181
|
n ? d("", !0) : (a(), u(c, {
|
|
182
182
|
key: 1,
|
|
@@ -186,19 +186,17 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
186
186
|
size: "large",
|
|
187
187
|
"button-text": "Weiter ohne Datenvisualisierung",
|
|
188
188
|
"icon-end": "CaretRight",
|
|
189
|
-
onClick: () => {
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
}
|
|
195
|
-
}, null, 8, ["disabled", "onClick"]))
|
|
189
|
+
onClick: e[3] || (e[3] = () => {
|
|
190
|
+
var w;
|
|
191
|
+
x.value || (w = i(F)) == null || w.goToStep("Vorschau");
|
|
192
|
+
})
|
|
193
|
+
}, null, 8, ["disabled"]))
|
|
196
194
|
]),
|
|
197
195
|
l ? d("", !0) : (a(), u(c, {
|
|
198
196
|
key: 0,
|
|
199
197
|
variant: "primary",
|
|
200
198
|
size: "large",
|
|
201
|
-
"button-text":
|
|
199
|
+
"button-text": h,
|
|
202
200
|
"icon-end": "CaretRight",
|
|
203
201
|
class: "next-button",
|
|
204
202
|
onClick: g
|
|
@@ -218,16 +216,16 @@ const Q = { class: "dpiV3_page V3-typography" }, X = { class: "funny-section" },
|
|
|
218
216
|
color: "currentColor"
|
|
219
217
|
})
|
|
220
218
|
]),
|
|
221
|
-
title: r(() => e[
|
|
219
|
+
title: r(() => e[8] || (e[8] = [
|
|
222
220
|
t("span", { class: "error-title" }, "Fehler", -1)
|
|
223
221
|
])),
|
|
224
222
|
default: r(() => [
|
|
225
|
-
e[
|
|
223
|
+
e[9] || (e[9] = t("ul", { class: "validation-errors" }, [
|
|
226
224
|
t("li", null, " Pro Projekt muss mindestens ein technischer Prozessschritt beschrieben werden. ")
|
|
227
225
|
], -1))
|
|
228
226
|
]),
|
|
229
227
|
_: 1,
|
|
230
|
-
__: [
|
|
228
|
+
__: [9]
|
|
231
229
|
})) : d("", !0)
|
|
232
230
|
]));
|
|
233
231
|
}
|
|
@@ -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
|
|
4
|
+
const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-34925347"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
e as default
|
|
7
7
|
};
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { PhNumberCircleOne as j, PhNumberCircleTwo as A, PhNumberCircleThree as I, PhNumberCircleFour as R, PhNumberCircleFive as
|
|
3
|
-
import { looseIndexOf as
|
|
4
|
-
|
|
1
|
+
import { defineComponent as T, mergeModels as V, computed as h, useModel as P, watch as U, createElementBlock as p, openBlock as l, Fragment as C, renderList as x, withDirectives as u, createElementVNode as r, vModelCheckbox as w, createBlock as d, unref as _, resolveDynamicComponent as z, normalizeClass as F, toDisplayString as E, vShow as k } from "vue";
|
|
2
|
+
import { PhNumberCircleOne as j, PhNumberCircleTwo as A, PhNumberCircleThree as I, PhNumberCircleFour as R, PhNumberCircleFive as $, PhNumberCircleSix as q, PhNumberCircleSeven as G, PhNumberCircleEight as H, PhNumberCircleNine as J, PhCheckCircle as M, PhCircle as K } from "@phosphor-icons/vue";
|
|
3
|
+
import { looseIndexOf as v } from "@vue/shared";
|
|
4
|
+
import Q from "./icons/PhCircleInCircle.vue.js";
|
|
5
|
+
const W = { class: "progress-steps" }, X = ["value"], Y = { class: "progress-step__headline copy-small-regular" }, Z = { class: "progress-step__headline__icon" }, ee = { class: "progress-step__content" }, se = { class: "progress-step__content-line-container" }, te = { class: "progress-steps progress-steps--substep" }, re = ["value"], ne = { class: "progress-step__headline copy-large-regular" }, le = { class: "progress-step__headline__icon progress-step__headline__icon--substep" }, oe = { class: "progress-step__content" }, ie = { class: "progress-step__content-line-container" }, de = /* @__PURE__ */ T({
|
|
5
6
|
__name: "ProgressSteps",
|
|
6
|
-
props: /* @__PURE__ */
|
|
7
|
+
props: /* @__PURE__ */ V({
|
|
7
8
|
steps: {},
|
|
8
9
|
currentStep: {},
|
|
9
10
|
visitedSteps: { default: () => [] },
|
|
@@ -19,73 +20,73 @@ const Y = { class: "progress-steps" }, Z = ["value"], $ = { class: "progress-ste
|
|
|
19
20
|
currentModifiers: {}
|
|
20
21
|
}),
|
|
21
22
|
emits: ["update:checked", "update:current"],
|
|
22
|
-
setup(
|
|
23
|
-
const i =
|
|
23
|
+
setup(m) {
|
|
24
|
+
const i = m, y = [
|
|
24
25
|
j,
|
|
25
26
|
A,
|
|
26
27
|
I,
|
|
27
28
|
R,
|
|
29
|
+
$,
|
|
28
30
|
q,
|
|
29
31
|
G,
|
|
30
32
|
H,
|
|
31
33
|
J,
|
|
32
|
-
K,
|
|
33
34
|
Q
|
|
34
|
-
],
|
|
35
|
+
], S = h(() => {
|
|
35
36
|
const e = {};
|
|
36
37
|
return (i.hideFirst ? i.steps.slice(1) : i.steps).forEach((s) => {
|
|
37
|
-
const
|
|
38
|
-
e[
|
|
39
|
-
}), Object.entries(e).map(([s,
|
|
40
|
-
}),
|
|
38
|
+
const o = s.includes("/") ? s.split("/")[0] : s;
|
|
39
|
+
e[o] || (e[o] = []), e[o].push(s);
|
|
40
|
+
}), Object.entries(e).map(([s, o]) => ({ name: s, substeps: o }));
|
|
41
|
+
}), N = h(() => Array.from(new Set(i.steps.map((e) => {
|
|
41
42
|
var t;
|
|
42
43
|
return ((t = e == null ? void 0 : e.split("/")) == null ? void 0 : t[0]) || "";
|
|
43
44
|
}))));
|
|
44
|
-
function
|
|
45
|
+
function B(e) {
|
|
45
46
|
return e.includes("/") ? e.split("/")[1] : e;
|
|
46
47
|
}
|
|
47
|
-
function
|
|
48
|
+
function b(e) {
|
|
48
49
|
return !e.includes("/");
|
|
49
50
|
}
|
|
50
|
-
const
|
|
51
|
-
function
|
|
52
|
-
return
|
|
51
|
+
const a = P(m, "checked");
|
|
52
|
+
function D(e) {
|
|
53
|
+
return v(a.value, e) !== -1;
|
|
53
54
|
}
|
|
54
|
-
const
|
|
55
|
+
const c = P(m, "current"), O = h(() => v(i.steps, c.value)), g = h(() => {
|
|
55
56
|
if (!i.steps || i.steps.length === 0)
|
|
56
57
|
return "";
|
|
57
|
-
const e = i.steps[
|
|
58
|
+
const e = i.steps[O.value];
|
|
58
59
|
return (e != null && e.includes("/") ? e == null ? void 0 : e.split("/")[0] : e) || "";
|
|
59
60
|
});
|
|
60
|
-
return
|
|
61
|
-
e !== t &&
|
|
62
|
-
}), (e, t) => (
|
|
63
|
-
(
|
|
61
|
+
return U(g, (e, t) => {
|
|
62
|
+
e !== t && a.value.push(t);
|
|
63
|
+
}), (e, t) => (l(), p("div", W, [
|
|
64
|
+
(l(!0), p(C, null, x(S.value, (s, o) => (l(), p("div", {
|
|
64
65
|
key: s.name,
|
|
65
66
|
class: "progress-step"
|
|
66
67
|
}, [
|
|
67
68
|
u(r("input", {
|
|
68
|
-
"onUpdate:modelValue": t[0] || (t[0] = (n) =>
|
|
69
|
+
"onUpdate:modelValue": t[0] || (t[0] = (n) => a.value = n),
|
|
69
70
|
name: "progress-step",
|
|
70
71
|
type: "checkbox",
|
|
71
72
|
class: "progress-input progress-input--group",
|
|
72
73
|
value: s.name
|
|
73
|
-
}, null, 8,
|
|
74
|
-
[w,
|
|
74
|
+
}, null, 8, X), [
|
|
75
|
+
[w, a.value]
|
|
75
76
|
]),
|
|
76
|
-
r("div",
|
|
77
|
-
r("div",
|
|
78
|
-
_(
|
|
79
|
-
|
|
77
|
+
r("div", Y, [
|
|
78
|
+
r("div", Z, [
|
|
79
|
+
_(v)(N.value, s.name) >= _(v)(N.value, g.value) ? (l(), p(C, { key: 0 }, [
|
|
80
|
+
c.value === s.name ? (l(), d(z(y[o]), {
|
|
80
81
|
key: 0,
|
|
81
82
|
size: "24px",
|
|
82
83
|
color: "currentColor"
|
|
83
|
-
})) : (
|
|
84
|
+
})) : (l(), d(z(y[o]), {
|
|
84
85
|
key: 1,
|
|
85
86
|
size: "24px",
|
|
86
87
|
color: "currentColor"
|
|
87
88
|
}))
|
|
88
|
-
], 64)) : (
|
|
89
|
+
], 64)) : (l(), d(_(M), {
|
|
89
90
|
key: 1,
|
|
90
91
|
size: "24px",
|
|
91
92
|
color: "#70CC44",
|
|
@@ -93,51 +94,57 @@ const Y = { class: "progress-steps" }, Z = ["value"], $ = { class: "progress-ste
|
|
|
93
94
|
}))
|
|
94
95
|
]),
|
|
95
96
|
r("span", {
|
|
96
|
-
class:
|
|
97
|
+
class: F(["progress-step__headline__span", { "progress-step__headline__span--active": c.value === s.name }])
|
|
97
98
|
}, E(s.name), 3)
|
|
98
99
|
]),
|
|
99
|
-
r("div",
|
|
100
|
-
u(r("div",
|
|
100
|
+
r("div", ee, [
|
|
101
|
+
u(r("div", se, t[2] || (t[2] = [
|
|
101
102
|
r("div", { class: "progress-step__content-line" }, null, -1)
|
|
102
103
|
]), 512), [
|
|
103
|
-
[k,
|
|
104
|
+
[k, o < S.value.length - 1]
|
|
104
105
|
]),
|
|
105
|
-
u(r("div",
|
|
106
|
-
(
|
|
106
|
+
u(r("div", te, [
|
|
107
|
+
(l(!0), p(C, null, x(s.substeps.filter((n) => !b(n)), (n, L) => (l(), p("div", {
|
|
107
108
|
key: n,
|
|
108
109
|
class: "progress-step progress-step--substep"
|
|
109
110
|
}, [
|
|
110
111
|
u(r("input", {
|
|
111
|
-
"onUpdate:modelValue": t[1] || (t[1] = (
|
|
112
|
+
"onUpdate:modelValue": t[1] || (t[1] = (f) => a.value = f),
|
|
112
113
|
name: "progress-step",
|
|
113
114
|
type: "checkbox",
|
|
114
115
|
class: "progress-input",
|
|
115
116
|
value: n
|
|
116
|
-
}, null, 8,
|
|
117
|
-
[w,
|
|
117
|
+
}, null, 8, re), [
|
|
118
|
+
[w, a.value]
|
|
118
119
|
]),
|
|
119
|
-
r("div",
|
|
120
|
-
r("div",
|
|
121
|
-
|
|
120
|
+
r("div", ne, [
|
|
121
|
+
r("div", le, [
|
|
122
|
+
D(n) && c.value !== n ? (l(), d(_(M), {
|
|
123
|
+
key: 0,
|
|
124
|
+
size: "20px",
|
|
125
|
+
weight: "regular",
|
|
126
|
+
color: "currentColor"
|
|
127
|
+
})) : (l(), d(_(K), {
|
|
128
|
+
key: 1,
|
|
122
129
|
size: "20px",
|
|
123
|
-
weight:
|
|
124
|
-
color:
|
|
125
|
-
}, null, 8, ["weight", "color"])
|
|
130
|
+
weight: c.value === n ? "fill" : "regular",
|
|
131
|
+
color: c.value === n ? "#009FE3" : "currentColor"
|
|
132
|
+
}, null, 8, ["weight", "color"]))
|
|
126
133
|
]),
|
|
127
134
|
r("span", {
|
|
128
|
-
class:
|
|
129
|
-
}, E(
|
|
135
|
+
class: F(["", { "progress-step__headline__span--active": c.value === n }])
|
|
136
|
+
}, E(B(n)), 3)
|
|
130
137
|
]),
|
|
131
|
-
r("div",
|
|
132
|
-
u(r("div",
|
|
138
|
+
r("div", oe, [
|
|
139
|
+
u(r("div", ie, t[3] || (t[3] = [
|
|
133
140
|
r("div", { class: "progress-step__content-line" }, null, -1)
|
|
134
141
|
]), 512), [
|
|
135
|
-
[k,
|
|
142
|
+
[k, L < s.substeps.filter((f) => !b(f)).length - 1]
|
|
136
143
|
])
|
|
137
144
|
])
|
|
138
145
|
]))), 128))
|
|
139
146
|
], 512), [
|
|
140
|
-
[k,
|
|
147
|
+
[k, g.value === s.name]
|
|
141
148
|
])
|
|
142
149
|
])
|
|
143
150
|
]))), 128))
|
package/dist/packages/dpi/src/data-provider-interface/components/icons/PhCircleInCircle.vue.js
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { defineComponent as o, createElementBlock as l, openBlock as n, createElementVNode as C } from "vue";
|
|
2
|
+
const r = ["width", "height"], i = ["fill"], p = /* @__PURE__ */ o({
|
|
3
|
+
__name: "PhCircleInCircle",
|
|
4
|
+
props: {
|
|
5
|
+
size: { default: "1em" },
|
|
6
|
+
color: { default: "currentColor" }
|
|
7
|
+
},
|
|
8
|
+
setup(t) {
|
|
9
|
+
const e = t;
|
|
10
|
+
return (c, s) => (n(), l("svg", {
|
|
11
|
+
width: e.size,
|
|
12
|
+
height: e.size,
|
|
13
|
+
viewBox: "0 0 256 256",
|
|
14
|
+
fill: "none",
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
16
|
+
}, [
|
|
17
|
+
C("path", {
|
|
18
|
+
d: "M128 24C70.562 24 24 70.562 24 128C24 185.438 70.562 232 128 232C185.438 232 232 185.438 232 128C232 70.562 185.438 24 128 24ZM128 216C79.399 216 40 176.601 40 128C40 79.399 79.399 40 128 40C176.601 40 216 79.399 216 128C216 176.601 176.601 216 128 216ZM128 80C101.49 80 80 101.49 80 128C80 154.51 101.49 176 128 176C154.51 176 176 154.51 176 128C176 101.49 154.51 80 128 80ZM128 160C110.327 160 96 145.673 96 128C96 110.327 110.327 96 128 96C145.673 96 160 110.327 160 128C160 145.673 145.673 160 128 160Z",
|
|
19
|
+
fill: e.color
|
|
20
|
+
}, null, 8, i)
|
|
21
|
+
], 8, r));
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
|
+
export {
|
|
25
|
+
p as default
|
|
26
|
+
};
|