@piveau/dpi 0.2.0-alpha.2 → 0.2.0-alpha.4
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 +38 -11
- package/dist/data-provider-interface/HappyFlowComponents/HomeTable.vue.js +17 -17
- package/dist/data-provider-interface/HappyFlowComponents/ProjectTable.vue.js +94 -0
- 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/BasicInfosStep/ProjectStatusStep.vue.js +38 -0
- 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 +40 -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/Projektphasen/PlanenStep.vue.js +64 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/Projektphasen/ProjektPhasenOverviewStep.vue.js +48 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js +64 -0
- package/dist/data-provider-interface/HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js +64 -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 +354 -316
- package/dist/stories/components/DemoStepper.vue.js +2 -2
- package/dist/stories/components/DemoStepper.vue2.js +134 -102
- 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 +20 -19
- package/dist/stories/components/ScreenshotCard.vue.js +7 -0
- package/dist/stories/components/ScreenshotCard.vue2.js +25 -0
- package/package.json +1 -1
package/dist/data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldFormKit.vue.js
CHANGED
|
@@ -1,60 +1,68 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as K, computed as o, createBlock as P, openBlock as C, unref as a } from "vue";
|
|
2
|
+
import L from "../InputField.vue.js";
|
|
3
|
+
const $ = /* @__PURE__ */ K({
|
|
4
4
|
__name: "InputFieldFormKit",
|
|
5
5
|
props: {
|
|
6
6
|
context: {}
|
|
7
7
|
},
|
|
8
|
-
setup(
|
|
9
|
-
var
|
|
10
|
-
const t =
|
|
8
|
+
setup(_) {
|
|
9
|
+
var c, p, x, u, d, m, f;
|
|
10
|
+
const t = _, i = o({
|
|
11
11
|
get: () => {
|
|
12
12
|
var e;
|
|
13
13
|
return ((e = t.context) == null ? void 0 : e._value) || "";
|
|
14
14
|
},
|
|
15
15
|
set: (e) => {
|
|
16
|
-
var
|
|
17
|
-
(
|
|
16
|
+
var n;
|
|
17
|
+
(n = t.context) == null || n.node.input(e);
|
|
18
18
|
}
|
|
19
|
-
}),
|
|
19
|
+
}), T = o(() => {
|
|
20
20
|
var e;
|
|
21
21
|
return (e = t.context) == null ? void 0 : e.textLabel;
|
|
22
|
-
}),
|
|
22
|
+
}), k = o(() => {
|
|
23
23
|
var e;
|
|
24
24
|
return (e = t.context) == null ? void 0 : e.name;
|
|
25
|
-
}),
|
|
25
|
+
}), I = o(() => {
|
|
26
26
|
var e;
|
|
27
27
|
return ((e = t.context) == null ? void 0 : e.placeholder) || "Enter text here";
|
|
28
|
-
}),
|
|
28
|
+
}), y = o(() => {
|
|
29
|
+
var e;
|
|
30
|
+
return ((e = t.context) == null ? void 0 : e.trailing_text) || "$";
|
|
31
|
+
}), b = o(() => {
|
|
32
|
+
var e;
|
|
33
|
+
return ((e = t.context) == null ? void 0 : e.trailingText) || !1;
|
|
34
|
+
}), s = o(() => {
|
|
29
35
|
var e;
|
|
30
36
|
return Object.keys((e = t.context) == null ? void 0 : e.messages).length > 0;
|
|
31
|
-
}),
|
|
32
|
-
var
|
|
33
|
-
if (!
|
|
37
|
+
}), l = o(() => {
|
|
38
|
+
var n, r, g, h, v;
|
|
39
|
+
if (!s.value)
|
|
34
40
|
return "";
|
|
35
|
-
const e = (
|
|
36
|
-
return ((
|
|
37
|
-
}),
|
|
38
|
-
return (e,
|
|
39
|
-
modelValue:
|
|
40
|
-
"onUpdate:modelValue":
|
|
41
|
-
label:
|
|
42
|
-
placeholder:
|
|
43
|
-
"input-type":
|
|
44
|
-
"add-on-text":
|
|
45
|
-
"date-picker":
|
|
46
|
-
"info-icon":
|
|
47
|
-
"pre-icon":
|
|
48
|
-
"show-end-icon":
|
|
49
|
-
"tooltip-text":
|
|
50
|
-
"show-error":
|
|
51
|
-
"supporting-hint-message":
|
|
52
|
-
"initial-hint-text":
|
|
53
|
-
error_message:
|
|
54
|
-
name:
|
|
55
|
-
|
|
41
|
+
const e = (r = Object.keys((n = t.context) == null ? void 0 : n.messages)) == null ? void 0 : r[0];
|
|
42
|
+
return ((v = (h = (g = t.context) == null ? void 0 : g.messages) == null ? void 0 : h[e]) == null ? void 0 : v.value) || "";
|
|
43
|
+
}), w = ((c = t.context) == null ? void 0 : c.inputType) || "text", E = ((p = t.context) == null ? void 0 : p.addOnText) || !1, O = ((x = t.context) == null ? void 0 : x.datePicker) || !1, B = ((u = t.context) == null ? void 0 : u.infoIcon) || !1, F = ((d = t.context) == null ? void 0 : d.preIcon) || !1, V = ((m = t.context) == null ? void 0 : m.showEndIcon) !== !1, j = ((f = t.context) == null ? void 0 : f.tooltipText) || "This is helpful information";
|
|
44
|
+
return (e, n) => (C(), P(L, {
|
|
45
|
+
modelValue: i.value,
|
|
46
|
+
"onUpdate:modelValue": n[0] || (n[0] = (r) => i.value = r),
|
|
47
|
+
label: T.value,
|
|
48
|
+
placeholder: I.value,
|
|
49
|
+
"input-type": a(w),
|
|
50
|
+
"add-on-text": a(E),
|
|
51
|
+
"date-picker": a(O),
|
|
52
|
+
"info-icon": a(B),
|
|
53
|
+
"pre-icon": a(F),
|
|
54
|
+
"show-end-icon": V,
|
|
55
|
+
"tooltip-text": a(j),
|
|
56
|
+
"show-error": s.value,
|
|
57
|
+
"supporting-hint-message": l.value,
|
|
58
|
+
"initial-hint-text": l.value,
|
|
59
|
+
error_message: l.value,
|
|
60
|
+
name: k.value,
|
|
61
|
+
trailing_text: y.value,
|
|
62
|
+
"trailing-text": b.value
|
|
63
|
+
}, null, 8, ["modelValue", "label", "placeholder", "input-type", "add-on-text", "date-picker", "info-icon", "pre-icon", "tooltip-text", "show-error", "supporting-hint-message", "initial-hint-text", "error_message", "name", "trailing_text", "trailing-text"]));
|
|
56
64
|
}
|
|
57
65
|
});
|
|
58
66
|
export {
|
|
59
|
-
|
|
67
|
+
$ as default
|
|
60
68
|
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { defineComponent as s, createElementBlock as r, openBlock as o, createElementVNode as n, createVNode as i, withCtx as t, unref as l } from "vue";
|
|
2
|
+
import { PhInfo as a } from "@phosphor-icons/vue";
|
|
3
|
+
import d from "../../../components/StepActionsSection.vue.js";
|
|
4
|
+
import u from "../Card.vue.js";
|
|
5
|
+
const m = { class: "dpiV3_page" }, S = /* @__PURE__ */ s({
|
|
6
|
+
__name: "LandingProjectStep",
|
|
7
|
+
setup(g) {
|
|
8
|
+
return (p, e) => (o(), r("div", m, [
|
|
9
|
+
e[1] || (e[1] = n("section", { class: "funny-section" }, [
|
|
10
|
+
n("h4", null, " Beginnen Sie mit der Dokumentation Ihres Digitalen Zwillings "),
|
|
11
|
+
n("p", { class: "copy-large-regular" }, " Willkommen und schön, dass Sie Ihre Vorgehensweise beim Aufbau eines Digitalen Zwillings mit uns teilen! Dieser Assistent führt Sie effektiv durch die notwendigen Schritte, um Ihr Projekt zu dokumentieren. Die Projektanlage ist für die Abbildung eines Use Cases Ihres Digitalen Zwillings konzipiert. ")
|
|
12
|
+
], -1)),
|
|
13
|
+
n("section", null, [
|
|
14
|
+
i(u, null, {
|
|
15
|
+
icon: t(() => [
|
|
16
|
+
i(l(a), {
|
|
17
|
+
size: 32,
|
|
18
|
+
color: "#009fe3"
|
|
19
|
+
})
|
|
20
|
+
]),
|
|
21
|
+
default: t(() => [
|
|
22
|
+
e[0] || (e[0] = n("span", { class: "card-info" }, " Bitte stellen Sie sicher, dass alle im Projekt verwendeten Datensätze, Software und Hardware angelegt sind, bevor Sie mit der Projektanlage beginnen.", -1))
|
|
23
|
+
]),
|
|
24
|
+
_: 1,
|
|
25
|
+
__: [0]
|
|
26
|
+
})
|
|
27
|
+
]),
|
|
28
|
+
e[2] || (e[2] = n("p", null, "Lassen Sie uns beginnen!", -1)),
|
|
29
|
+
i(d, {
|
|
30
|
+
"hide-previous": "",
|
|
31
|
+
"hide-cancel": "",
|
|
32
|
+
"next-text": "Projektanlage starten",
|
|
33
|
+
"hide-validation-summary": ""
|
|
34
|
+
})
|
|
35
|
+
]));
|
|
36
|
+
}
|
|
37
|
+
});
|
|
38
|
+
export {
|
|
39
|
+
S as default
|
|
40
|
+
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { defineComponent as v, computed as n, createBlock as
|
|
2
|
-
import
|
|
1
|
+
import { defineComponent as v, computed as n, createBlock as b, openBlock as f } from "vue";
|
|
2
|
+
import h from "./Listbox.vue.js";
|
|
3
3
|
const k = /* @__PURE__ */ v({
|
|
4
4
|
__name: "ListBoxFormKit",
|
|
5
5
|
props: {
|
|
6
6
|
context: {}
|
|
7
7
|
},
|
|
8
|
-
setup(
|
|
9
|
-
const o =
|
|
8
|
+
setup(u) {
|
|
9
|
+
const o = u, s = n({
|
|
10
10
|
get: () => {
|
|
11
11
|
var e;
|
|
12
12
|
return ((e = o.context) == null ? void 0 : e._value) || null;
|
|
@@ -15,34 +15,38 @@ const k = /* @__PURE__ */ v({
|
|
|
15
15
|
var t;
|
|
16
16
|
(t = o.context) == null || t.node.input(e);
|
|
17
17
|
}
|
|
18
|
-
}),
|
|
18
|
+
}), p = n(() => {
|
|
19
19
|
var e;
|
|
20
20
|
return String(((e = o.context) == null ? void 0 : e.label) || "");
|
|
21
|
-
}),
|
|
21
|
+
}), m = n(() => {
|
|
22
22
|
var e;
|
|
23
23
|
return String(((e = o.context) == null ? void 0 : e.name) || "");
|
|
24
|
-
}),
|
|
24
|
+
}), i = n(() => {
|
|
25
25
|
var t;
|
|
26
26
|
const e = ((t = o.context) == null ? void 0 : t.options) || [];
|
|
27
27
|
return Array.isArray(e) ? e : [];
|
|
28
28
|
}), x = n(() => {
|
|
29
|
+
var e;
|
|
30
|
+
return String(((e = o.context) == null ? void 0 : e.placeholder) || "");
|
|
31
|
+
}), d = n(() => {
|
|
29
32
|
var e;
|
|
30
33
|
return Object.keys(((e = o.context) == null ? void 0 : e.messages) || {}).length > 0;
|
|
31
34
|
}), g = n(() => {
|
|
32
|
-
var t, r, a, l,
|
|
33
|
-
if (!
|
|
35
|
+
var t, r, a, l, c;
|
|
36
|
+
if (!d.value)
|
|
34
37
|
return "";
|
|
35
38
|
const e = (r = Object.keys(((t = o.context) == null ? void 0 : t.messages) || {})) == null ? void 0 : r[0];
|
|
36
|
-
return ((
|
|
39
|
+
return String(((c = (l = (a = o.context) == null ? void 0 : a.messages) == null ? void 0 : l[e]) == null ? void 0 : c.value) || "");
|
|
37
40
|
});
|
|
38
|
-
return (e, t) => (
|
|
41
|
+
return (e, t) => (f(), b(h, {
|
|
39
42
|
modelValue: s.value,
|
|
40
43
|
"onUpdate:modelValue": t[0] || (t[0] = (r) => s.value = r),
|
|
41
|
-
options:
|
|
42
|
-
label:
|
|
43
|
-
name:
|
|
44
|
-
"error-message": g.value
|
|
45
|
-
|
|
44
|
+
options: i.value,
|
|
45
|
+
label: p.value,
|
|
46
|
+
name: m.value,
|
|
47
|
+
"error-message": g.value,
|
|
48
|
+
placeholder: x.value
|
|
49
|
+
}, null, 8, ["modelValue", "options", "label", "name", "error-message", "placeholder"]));
|
|
46
50
|
}
|
|
47
51
|
});
|
|
48
52
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Listbox.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-fef1f5ee"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
m as default
|
|
7
7
|
};
|
|
@@ -1,48 +1,52 @@
|
|
|
1
|
-
import { defineComponent as v, mergeModels as f, useModel as g, computed as V, createElementBlock as
|
|
2
|
-
import { Listbox as
|
|
3
|
-
const O = { class: "listbox" }, S = { class: "listbox__input" },
|
|
1
|
+
import { defineComponent as v, mergeModels as f, useModel as g, computed as V, createElementBlock as c, openBlock as d, createVNode as u, unref as s, withCtx as a, normalizeClass as b, createElementVNode as l, createCommentVNode as k, renderSlot as L, createTextVNode as M, toDisplayString as m, Fragment as w, renderList as h, createBlock as B } from "vue";
|
|
2
|
+
import { Listbox as C, ListboxButton as y, ListboxLabel as N, ListboxOptions as E, ListboxOption as z } from "@headlessui/vue";
|
|
3
|
+
const O = { class: "listbox" }, S = { class: "listbox__input" }, D = /* @__PURE__ */ v({
|
|
4
4
|
__name: "Listbox",
|
|
5
5
|
props: /* @__PURE__ */ f({
|
|
6
6
|
options: {},
|
|
7
7
|
label: { default: "" },
|
|
8
8
|
errorMessage: { default: "" },
|
|
9
|
-
name: { default: "" }
|
|
9
|
+
name: { default: "" },
|
|
10
|
+
placeholder: { default: "" }
|
|
10
11
|
}, {
|
|
11
12
|
modelValue: { required: !0 },
|
|
12
13
|
modelModifiers: {}
|
|
13
14
|
}),
|
|
14
15
|
emits: ["update:modelValue"],
|
|
15
16
|
setup(_) {
|
|
16
|
-
const
|
|
17
|
-
return (r, i) => (
|
|
18
|
-
|
|
19
|
-
modelValue:
|
|
20
|
-
"onUpdate:modelValue": i[0] || (i[0] = (e) =>
|
|
21
|
-
name:
|
|
17
|
+
const t = _, o = g(_, "modelValue"), p = V(() => !!t.errorMessage);
|
|
18
|
+
return (r, i) => (d(), c("div", O, [
|
|
19
|
+
u(s(C), {
|
|
20
|
+
modelValue: o.value,
|
|
21
|
+
"onUpdate:modelValue": i[0] || (i[0] = (e) => o.value = e),
|
|
22
|
+
name: t.name,
|
|
23
|
+
by: "id"
|
|
22
24
|
}, {
|
|
23
|
-
default:
|
|
24
|
-
|
|
25
|
+
default: a(() => [
|
|
26
|
+
u(s(y), {
|
|
25
27
|
as: "button",
|
|
26
|
-
class: b(["listbox__button", { "listbox__button--error":
|
|
28
|
+
class: b(["listbox__button", { "listbox__button--error": p.value }])
|
|
27
29
|
}, {
|
|
28
|
-
default:
|
|
29
|
-
var e;
|
|
30
|
+
default: a(() => {
|
|
31
|
+
var e, n;
|
|
30
32
|
return [
|
|
31
|
-
|
|
32
|
-
default:
|
|
33
|
+
u(s(N), { as: "div" }, {
|
|
34
|
+
default: a(() => [
|
|
33
35
|
L(r.$slots, "label", {
|
|
34
|
-
label:
|
|
35
|
-
selected:
|
|
36
|
+
label: t.label,
|
|
37
|
+
selected: o.value
|
|
36
38
|
}, () => [
|
|
37
|
-
M(
|
|
39
|
+
M(m(t.label), 1)
|
|
38
40
|
], !0)
|
|
39
41
|
]),
|
|
40
42
|
_: 3
|
|
41
43
|
}),
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
l("div", S, [
|
|
45
|
+
l("div", {
|
|
46
|
+
class: b(["listbox__input-label", { "listbox__input-label--placeholder": !((e = o.value) != null && e.name) }])
|
|
47
|
+
}, m(((n = o.value) == null ? void 0 : n.name) || t.placeholder), 3),
|
|
48
|
+
i[1] || (i[1] = l("div", { class: "listbox__input-icon" }, [
|
|
49
|
+
l("svg", {
|
|
46
50
|
xmlns: "http://www.w3.org/2000/svg",
|
|
47
51
|
fill: "none",
|
|
48
52
|
viewBox: "0 0 24 24",
|
|
@@ -50,7 +54,7 @@ const O = { class: "listbox" }, S = { class: "listbox__input" }, j = { class: "l
|
|
|
50
54
|
stroke: "currentColor",
|
|
51
55
|
class: "size-4"
|
|
52
56
|
}, [
|
|
53
|
-
|
|
57
|
+
l("path", {
|
|
54
58
|
"stroke-linecap": "round",
|
|
55
59
|
"stroke-linejoin": "round",
|
|
56
60
|
d: "M19.5 8.25l-7.5 7.5-7.5-7.5"
|
|
@@ -58,29 +62,29 @@ const O = { class: "listbox" }, S = { class: "listbox__input" }, j = { class: "l
|
|
|
58
62
|
])
|
|
59
63
|
], -1))
|
|
60
64
|
]),
|
|
61
|
-
r.errorMessage ? (
|
|
65
|
+
r.errorMessage ? (d(), c("div", {
|
|
62
66
|
key: 0,
|
|
63
|
-
class: b(["listbox__message", { "listbox__message--error":
|
|
64
|
-
},
|
|
67
|
+
class: b(["listbox__message", { "listbox__message--error": p.value }])
|
|
68
|
+
}, m(r.errorMessage), 3)) : k("", !0)
|
|
65
69
|
];
|
|
66
70
|
}),
|
|
67
71
|
_: 3
|
|
68
72
|
}, 8, ["class"]),
|
|
69
|
-
|
|
73
|
+
u(s(E), {
|
|
70
74
|
class: "listbox__options",
|
|
71
75
|
as: "ul"
|
|
72
76
|
}, {
|
|
73
|
-
default:
|
|
74
|
-
(
|
|
75
|
-
as: "template",
|
|
77
|
+
default: a(() => [
|
|
78
|
+
(d(!0), c(w, null, h(r.options, (e) => (d(), B(s(z), {
|
|
76
79
|
key: e.id,
|
|
80
|
+
as: "template",
|
|
77
81
|
value: e,
|
|
78
82
|
disabled: e.unavailable
|
|
79
83
|
}, {
|
|
80
|
-
default:
|
|
81
|
-
|
|
82
|
-
class: b(["listbox__option", { "listbox__option--active":
|
|
83
|
-
},
|
|
84
|
+
default: a(({ active: n, selected: x }) => [
|
|
85
|
+
l("li", {
|
|
86
|
+
class: b(["listbox__option", { "listbox__option--active": n, "listbox__option--selected": x }])
|
|
87
|
+
}, m(e.name), 3)
|
|
84
88
|
]),
|
|
85
89
|
_: 2
|
|
86
90
|
}, 1032, ["value", "disabled"]))), 128))
|
|
@@ -94,5 +98,5 @@ const O = { class: "listbox" }, S = { class: "listbox__input" }, j = { class: "l
|
|
|
94
98
|
}
|
|
95
99
|
});
|
|
96
100
|
export {
|
|
97
|
-
|
|
101
|
+
D as default
|
|
98
102
|
};
|