@piveau/dpi 0.2.0-alpha.0 → 0.2.0-alpha.1

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.
Files changed (22) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectNameStep.vue.js +5 -5
  3. package/dist/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +2 -2
  4. package/dist/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +93 -36
  5. package/dist/data-provider-interface/HappyFlowComponents/ui/Card.vue.js +3 -3
  6. package/dist/data-provider-interface/HappyFlowComponents/ui/Card.vue2.js +23 -23
  7. package/dist/data-provider-interface/HappyFlowComponents/ui/Chip.vue.js +31 -28
  8. package/dist/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +2 -2
  9. package/dist/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue2.js +4 -4
  10. package/dist/data-provider-interface/HappyFlowComponents/ui/Findability/DiscoverabilityStep.vue.js +59 -0
  11. package/dist/data-provider-interface/HappyFlowComponents/ui/ListBox/ListBoxDefinition.js +13 -0
  12. package/dist/data-provider-interface/HappyFlowComponents/ui/ListBox/ListBoxFormKit.vue.js +50 -0
  13. package/dist/data-provider-interface/HappyFlowComponents/ui/ListBox/ListBoxFormKit.vue2.js +4 -0
  14. package/dist/data-provider-interface/HappyFlowComponents/ui/WipStep.vue.js +7 -0
  15. package/dist/data-provider-interface/HappyFlowComponents/ui/WipStep.vue2.js +25 -0
  16. package/dist/data-provider-interface/components/ProgressSteps.vue.js +1 -1
  17. package/dist/data-provider-interface/components/ProgressSteps.vue2.js +23 -16
  18. package/dist/data-provider-interface/views/InputPageProject.vue.js +458 -284
  19. package/dist/images/stadt.png +0 -0
  20. package/dist/stories/components/DemoStepper.vue.js +2 -2
  21. package/dist/stories/components/DemoStepper.vue2.js +155 -98
  22. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import { defineComponent as w, mergeModels as B, computed as f, useModel as k, createElementBlock as l, openBlock as c, Fragment as S, renderList as x, withDirectives as i, createElementVNode as s, vModelCheckbox as y, unref as a, normalizeClass as C, toDisplayString as M, vShow as m } from "vue";
1
+ import { defineComponent as w, mergeModels as B, computed as f, useModel as k, createElementBlock as l, openBlock as i, Fragment as S, renderList as x, withDirectives as c, createElementVNode as s, vModelCheckbox as y, unref as a, normalizeClass as C, toDisplayString as M, vShow as m } from "vue";
2
2
  import { looseIndexOf as b } from "@vue/shared";
3
3
  import D from "../HappyFlowComponents/img/Circle.svg.js";
4
4
  import E from "../HappyFlowComponents/img/CircleFill.svg.js";
@@ -26,21 +26,28 @@ const F = { class: "progress-steps" }, U = ["value"], j = { class: "progress-ste
26
26
  const t = e.includes("/") ? e.split("/")[0] : e;
27
27
  n[t] || (n[t] = []), n[t].push(e);
28
28
  }), Object.entries(n).map(([e, t]) => ({ name: e, substeps: t }));
29
- }), N = (n) => n.includes("/") ? n.split("/")[1] : n, g = (n) => !n.includes("/"), o = k(p, "checked");
29
+ });
30
+ function N(n) {
31
+ return n.includes("/") ? n.split("/")[1] : n;
32
+ }
33
+ function g(n) {
34
+ return !n.includes("/");
35
+ }
36
+ const o = k(p, "checked");
30
37
  function d(n) {
31
38
  return b(o.value, n) !== -1;
32
39
  }
33
40
  const u = k(p, "current");
34
- return f(() => b(v.steps, u.value)), (n, e) => (c(), l("div", F, [
35
- (c(!0), l(S, null, x(h.value, (t, O) => (c(), l("div", {
36
- class: "progress-step",
37
- key: t.name
41
+ return f(() => b(v.steps, u.value)), (n, e) => (i(), l("div", F, [
42
+ (i(!0), l(S, null, x(h.value, (t, O) => (i(), l("div", {
43
+ key: t.name,
44
+ class: "progress-step"
38
45
  }, [
39
- i(s("input", {
46
+ c(s("input", {
47
+ "onUpdate:modelValue": e[0] || (e[0] = (r) => o.value = r),
40
48
  name: "progress-step",
41
49
  type: "checkbox",
42
50
  class: "progress-input",
43
- "onUpdate:modelValue": e[0] || (e[0] = (r) => o.value = r),
44
51
  value: t.name
45
52
  }, null, 8, U), [
46
53
  [y, o.value]
@@ -56,21 +63,21 @@ const F = { class: "progress-steps" }, U = ["value"], j = { class: "progress-ste
56
63
  }, M(t.name), 3)
57
64
  ]),
58
65
  s("div", I, [
59
- i(s("div", L, e[2] || (e[2] = [
66
+ c(s("div", L, e[2] || (e[2] = [
60
67
  s("div", { class: "progress-step__content-line" }, null, -1)
61
68
  ]), 512), [
62
69
  [m, O < h.value.length - 1]
63
70
  ]),
64
- i(s("div", P, [
65
- (c(!0), l(S, null, x(t.substeps.filter((r) => !g(r)), (r, V) => (c(), l("div", {
66
- class: "progress-step",
67
- key: r
71
+ c(s("div", P, [
72
+ (i(!0), l(S, null, x(t.substeps.filter((r) => !g(r)), (r, V) => (i(), l("div", {
73
+ key: r,
74
+ class: "progress-step"
68
75
  }, [
69
- i(s("input", {
76
+ c(s("input", {
77
+ "onUpdate:modelValue": e[1] || (e[1] = (_) => o.value = _),
70
78
  name: "progress-step",
71
79
  type: "checkbox",
72
80
  class: "progress-input",
73
- "onUpdate:modelValue": e[1] || (e[1] = (_) => o.value = _),
74
81
  value: r
75
82
  }, null, 8, R), [
76
83
  [y, o.value]
@@ -86,7 +93,7 @@ const F = { class: "progress-steps" }, U = ["value"], j = { class: "progress-ste
86
93
  }, M(N(r)), 3)
87
94
  ]),
88
95
  s("div", G, [
89
- i(s("div", H, e[3] || (e[3] = [
96
+ c(s("div", H, e[3] || (e[3] = [
90
97
  s("div", { class: "progress-step__content-line" }, null, -1)
91
98
  ]), 512), [
92
99
  [m, V < t.substeps.filter((_) => !g(_)).length - 1]