@piveau/dpi 0.2.0-alpha.7 → 0.2.0-alpha.9

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 (51) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/AboutProject.vue.js +20 -17
  3. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/DPIHome.vue.js +4 -4
  4. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ProjectTable.vue.js +45 -44
  5. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ActionCard.vue.js +1 -1
  6. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ActionCard.vue2.js +24 -22
  7. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ButtonV3.vue.js +30 -29
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue.js +1 -1
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataCollection/BasicInformationStep.vue2.js +119 -137
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue.js +7 -0
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DataProcessing/BasicInformationStep.vue2.js +189 -0
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +3 -3
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Findability/DiscoverabilityStep.vue.js +11 -11
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField/InputFieldFormKit.vue.js +25 -25
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField.vue.js +1 -1
  16. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +1 -1
  17. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +117 -117
  18. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue.js +5 -72
  19. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue2.js +72 -2
  20. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetStep.vue2.js +22 -22
  21. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +1 -1
  22. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +9 -4
  23. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/ProcessStepsOverviewStep.vue.js +12 -12
  24. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue.js +1 -1
  25. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue2.js +16 -15
  26. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/InitiierenStep.vue.js +31 -26
  27. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/PlanenStep.vue.js +32 -26
  28. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/ProjektPhasenOverviewStep.vue.js +7 -7
  29. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/UmstezenStep.vue.js +30 -25
  30. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Projektphasen/WeiterdenkenStep.vue.js +67 -27
  31. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +5 -932
  32. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +1053 -2
  33. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/StateTag.vue.js +17 -13
  34. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SummaryBox.vue.js +1 -1
  35. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SummaryBox.vue2.js +14 -10
  36. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +84 -73
  37. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TextAreaV3.vue.js +41 -46
  38. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue.js +2 -2
  39. package/dist/packages/dpi/src/data-provider-interface/components/StepActionsSection.vue2.js +41 -38
  40. package/dist/packages/dpi/src/data-provider-interface/components/TheCancelConfirmationDialog.vue.js +2 -2
  41. package/dist/packages/dpi/src/data-provider-interface/components/TheCancelConfirmationDialog.vue2.js +22 -22
  42. package/dist/packages/dpi/src/data-provider-interface/views/InputPageProject.vue.js +158 -156
  43. package/dist/packages/dpi/src/stories/components/LinkCard.vue.js +1 -1
  44. package/dist/packages/dpi/src/stories/components/LinkCard.vue2.js +6 -6
  45. package/dist/packages/dpi/src/stories/components/PartnerCard.vue.js +1 -1
  46. package/dist/packages/dpi/src/stories/components/PartnerCard.vue2.js +15 -12
  47. package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue.js +2 -2
  48. package/dist/packages/dpi/src/stories/components/ScreenshotCard.vue2.js +1 -0
  49. package/package.json +1 -1
  50. package/dist/packages/dpi/src/stories/components/MethodsCard.vue.js +0 -7
  51. package/dist/packages/dpi/src/stories/components/MethodsCard.vue2.js +0 -45
@@ -1,19 +1,19 @@
1
1
  import { createElementBlock as a, openBlock as e, createElementVNode as t, toDisplayString as c, Fragment as l, renderList as p, createCommentVNode as n, createBlock as u, unref as d, withCtx as y, createVNode as m } from "vue";
2
2
  import { RouterLink as _ } from "vue-router";
3
- import b from "./img/DataProcessingSteps.svg.js";
3
+ import h from "./img/DataProcessingSteps.svg.js";
4
4
  import j from "./ui/ButtonV3.vue.js";
5
5
  /* empty css */
6
- import F from "../../../../../_virtual/_plugin-vue_export-helper.js";
7
- const f = { class: "about-project" }, g = { class: "about-project-header" }, v = { class: "about-project-title" }, P = { class: "copy-small-regular about-project-description" }, k = { class: "about-project-steps" }, w = { class: "about-project-step-header" }, x = { class: "circle" }, S = { class: "about-project-step" }, D = { class: "copy-small-regular" }, I = ["src"], $ = {
6
+ import g from "../../../../../_virtual/_plugin-vue_export-helper.js";
7
+ const F = { class: "about-project" }, f = { class: "about-project-header" }, v = { class: "about-project-title" }, P = { class: "copy-small-regular about-project-description" }, k = { class: "about-project-steps" }, w = { class: "about-project-step-header" }, x = { class: "circle" }, S = ["src"], D = { class: "about-project-step" }, $ = { class: "copy-small-regular" }, I = ["src"], B = {
8
8
  key: 0,
9
9
  class: "about-project-step-buttons"
10
- }, B = { class: "new-project" }, C = {
10
+ }, C = { class: "new-project" }, N = {
11
11
  __name: "AboutProject",
12
- setup(N) {
13
- const h = [
12
+ setup(R) {
13
+ const b = [
14
14
  {
15
15
  text: "projectFacility.projectDocumentationProcessStepsResources",
16
- image: b,
16
+ image: h,
17
17
  buttons: null
18
18
  },
19
19
  {
@@ -40,22 +40,25 @@ const f = { class: "about-project" }, g = { class: "about-project-header" }, v =
40
40
  buttons: null
41
41
  }
42
42
  ];
43
- return (r, R) => (e(), a("div", f, [
44
- t("div", g, [
43
+ return (r, V) => (e(), a("div", F, [
44
+ t("div", f, [
45
45
  t("h4", v, c(r.$t("projectFacility.projectFacilityTitle")), 1),
46
46
  t("p", P, c(r.$t("projectFacility.projectFacilitySubtitle")), 1)
47
47
  ]),
48
48
  t("div", k, [
49
- (e(), a(l, null, p(h, (o, i) => t("div", {
49
+ (e(), a(l, null, p(b, (o, i) => t("div", {
50
50
  key: i,
51
51
  class: "about-project-step-heading"
52
52
  }, [
53
53
  t("div", w, [
54
54
  t("div", x, [
55
- t("span", null, c(i + 1), 1)
55
+ t("img", {
56
+ src: `/src/assets/icon/selected${i + 1}.svg`,
57
+ alt: ""
58
+ }, null, 8, S)
56
59
  ]),
57
- t("div", S, [
58
- t("p", D, c(r.$t(o.text)), 1),
60
+ t("div", D, [
61
+ t("p", $, c(r.$t(o.text)), 1),
59
62
  o.image ? (e(), a("img", {
60
63
  key: 0,
61
64
  src: o.image,
@@ -63,7 +66,7 @@ const f = { class: "about-project" }, g = { class: "about-project-header" }, v =
63
66
  }, null, 8, I)) : n("", !0)
64
67
  ])
65
68
  ]),
66
- o.buttons ? (e(), a("div", $, [
69
+ o.buttons ? (e(), a("div", B, [
67
70
  (e(!0), a(l, null, p(o.buttons, (s) => (e(), u(d(_), {
68
71
  to: s.url
69
72
  }, {
@@ -80,7 +83,7 @@ const f = { class: "about-project" }, g = { class: "about-project-header" }, v =
80
83
  ])) : n("", !0)
81
84
  ])), 64))
82
85
  ]),
83
- t("div", B, [
86
+ t("div", C, [
84
87
  m(d(_), { to: { name: "DataProviderInterface-InputProject", query: { locale: "de", edit: !1 }, params: { property: "datasets" } } }, {
85
88
  default: y(() => [
86
89
  m(j, {
@@ -93,7 +96,7 @@ const f = { class: "about-project" }, g = { class: "about-project-header" }, v =
93
96
  ])
94
97
  ]));
95
98
  }
96
- }, L = /* @__PURE__ */ F(C, [["__scopeId", "data-v-0d42e480"]]);
99
+ }, O = /* @__PURE__ */ g(N, [["__scopeId", "data-v-a7be0b11"]]);
97
100
  export {
98
- L as default
101
+ O as default
99
102
  };
@@ -4,8 +4,8 @@ import h from "./HomeTable.vue.js";
4
4
  import k from "./ProjectTable.vue.js";
5
5
  import v from "./Organisation.vue.js";
6
6
  /* empty css */
7
- import b from "../../../../../_virtual/_plugin-vue_export-helper.js";
8
- const j = { class: "dpi_home" }, y = { class: "copy-small-regular dpi_home-subtitle" }, I = { class: "header_sections" }, w = {
7
+ import j from "../../../../../_virtual/_plugin-vue_export-helper.js";
8
+ const b = { class: "dpi_home" }, y = { class: "copy-small-regular dpi_home-subtitle" }, I = { class: "header_sections" }, w = {
9
9
  __name: "DPIHome",
10
10
  setup(P) {
11
11
  const m = {
@@ -29,7 +29,7 @@ const j = { class: "dpi_home" }, y = { class: "copy-small-regular dpi_home-subti
29
29
  href: "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap",
30
30
  rel: "stylesheet"
31
31
  }, null, -1)),
32
- t("div", j, [
32
+ t("div", b, [
33
33
  e[2] || (e[2] = t("h1", { class: "dpi_home-title" }, " Willkommen ", -1)),
34
34
  t("p", y, l(m[o.value]), 1),
35
35
  t("div", I, [
@@ -49,7 +49,7 @@ const j = { class: "dpi_home" }, y = { class: "copy-small-regular dpi_home-subti
49
49
  ])
50
50
  ], 64));
51
51
  }
52
- }, F = /* @__PURE__ */ b(w, [["__scopeId", "data-v-6a10ab12"]]);
52
+ }, F = /* @__PURE__ */ j(w, [["__scopeId", "data-v-446634a4"]]);
53
53
  export {
54
54
  F as default
55
55
  };
@@ -1,16 +1,16 @@
1
- import { ref as u, computed as l, watch as v, createElementBlock as r, openBlock as s, createElementVNode as t, createVNode as f, withCtx as y, unref as _, createStaticVNode as D, Fragment as S, renderList as x, createBlock as I } from "vue";
2
- import { useAsyncState as j, useDebounce as w } from "@vueuse/core";
1
+ import { ref as u, computed as l, watch as v, createElementBlock as o, openBlock as s, createElementVNode as a, createVNode as f, withCtx as P, unref as b, createStaticVNode as D, Fragment as S, renderList as x, createBlock as H } from "vue";
2
+ import { useAsyncState as I, useDebounce as w } from "@vueuse/core";
3
3
  import "axios";
4
4
  import "jquery";
5
- import { useRouter as H } from "vue-router";
6
- import { useStore as T } from "vuex";
5
+ import { useRouter as T } from "vue-router";
6
+ import { useStore as j } from "vuex";
7
7
  import { useRuntimeEnv as B } from "../../composables/useRuntimeEnv.js";
8
8
  import L from "../../widgets/AppLink.vue.js";
9
9
  import N from "./ui/ButtonV3.vue.js";
10
10
  import C from "./ui/TableRowV3.vue.js";
11
- import { formatDate as A } from "../utils/formatDate.js";
11
+ import { formatDate as E } from "../utils/formatDate.js";
12
12
  /* empty css */
13
- import E from "../../../../../_virtual/_plugin-vue_export-helper.js";
13
+ import A from "../../../../../_virtual/_plugin-vue_export-helper.js";
14
14
  const R = { class: "dpiV3_dpiHome V3-typography" }, U = { class: "dpiV3_homeHeadWrap" }, W = { class: "interactionButtonsDPIHome" }, q = { class: "dpiV3_table" }, z = {
15
15
  key: 0,
16
16
  class: "loading-screen"
@@ -21,46 +21,46 @@ const R = { class: "dpiV3_dpiHome V3-typography" }, U = { class: "dpiV3_homeHead
21
21
  __name: "ProjectTable",
22
22
  setup(M) {
23
23
  B();
24
- const i = T();
25
- H(), localStorage.getItem("dpi_duplicate"), u("");
26
- let d = l(() => i.getters["auth/getUserCatalogIds"]);
24
+ const d = j();
25
+ T(), localStorage.getItem("dpi_duplicate"), u("");
26
+ let r = l(() => d.getters["auth/getUserCatalogIds"]);
27
27
  u({
28
28
  loading: !1,
29
29
  message: "",
30
30
  confirm: () => null
31
31
  });
32
- const g = l(() => i.getters["auth/getUserData"]);
33
- l(() => g.value.rtpToken);
34
- const k = (a) => i.dispatch("snackbar/showSnackbar", a);
35
- async function c(a) {
32
+ const _ = l(() => d.getters["auth/getUserData"]);
33
+ l(() => _.value.rtpToken);
34
+ const g = (i) => d.dispatch("snackbar/showSnackbar", i);
35
+ function c(i) {
36
36
  return [
37
- { id: 1, title: { de: "Test-Projekt A" }, modified: Date.now() },
38
- { id: 2, title: { en: "Mock Project B" }, modified: Date.now() }
37
+ { id: 1, title: { de: "Test-Projekt A" }, modified: Date.now(), visibility: "Öffentlich" },
38
+ { id: 2, title: { en: "Mock Project B" }, modified: Date.now(), visibility: "Eingeschränkt" }
39
39
  ];
40
40
  }
41
41
  const {
42
42
  state: G,
43
43
  execute: h,
44
- isLoading: b,
44
+ isLoading: k,
45
45
  error: n
46
- } = j(async () => c(d.value), [], { immediate: !1 });
47
- v(d, () => {
48
- var a;
49
- ((a = d.value) == null ? void 0 : a.length) > 0 && h();
46
+ } = I(async () => c(r.value), [], { immediate: !1 });
47
+ v(r, () => {
48
+ var i;
49
+ ((i = r.value) == null ? void 0 : i.length) > 0 && h();
50
50
  }, { immediate: !0 }), v(n, () => {
51
- console.error(n), k({
51
+ console.error(n), g({
52
52
  message: n.message,
53
53
  color: "error"
54
54
  });
55
55
  });
56
- const V = w(b, 500);
57
- return (a, e) => (s(), r("div", R, [
58
- t("div", U, [
59
- e[0] || (e[0] = t("h2", { class: "dpiV3_tableHeader" }, " Ihre Projekte ", -1)),
60
- e[1] || (e[1] = t("p", null, "Hier sehen Sie alle Projekte, die Sie bearbeiten oder veröffentlichen können.", -1)),
61
- t("div", W, [
56
+ const V = w(k, 500);
57
+ return (i, e) => (s(), o("div", R, [
58
+ a("div", U, [
59
+ e[0] || (e[0] = a("h2", { class: "dpiV3_tableHeader" }, " Ihre Projekte ", -1)),
60
+ e[1] || (e[1] = a("p", null, "Hier sehen Sie alle Projekte, die Sie bearbeiten oder veröffentlichen können.", -1)),
61
+ a("div", W, [
62
62
  f(L, { to: { name: "DataProviderInterface-InputProject", query: { locale: "de", edit: !1 }, params: { property: "datasets" } } }, {
63
- default: y(() => [
63
+ default: P(() => [
64
64
  f(N, {
65
65
  "button-text": "Neues Projekt erstellen",
66
66
  size: "large"
@@ -70,27 +70,28 @@ const R = { class: "dpiV3_dpiHome V3-typography" }, U = { class: "dpiV3_homeHead
70
70
  })
71
71
  ])
72
72
  ]),
73
- t("div", q, [
74
- _(V) ? (s(), r("div", z, e[2] || (e[2] = [
75
- t("p", null, "Lädt Daten...", -1)
76
- ]))) : (s(), r("div", F, [
77
- e[3] || (e[3] = D('<div class="dpiV3_tableHeadWrap" data-v-13d69c74><div class="dpiV3_thWrap" data-v-13d69c74><div scope="col" data-v-13d69c74><span data-v-13d69c74>Name</span></div><div scope="col" class="dpiV3_statusHead" data-v-13d69c74><span data-v-13d69c74>Status</span></div></div><div class="dpiV3_blankCell" data-v-13d69c74></div></div>', 1)),
78
- t("div", null, [
79
- (s(!0), r(S, null, x(c(), (o, P) => {
80
- var m, p;
81
- return s(), I(C, {
82
- key: o.id ?? P,
83
- text: ((m = o.title) == null ? void 0 : m.de) || ((p = o.title) == null ? void 0 : p.en) || "Kein Titel in englisch oder deutsch vohanden",
84
- date: o.modified ? _(A)(o.modified) : "-",
85
- dataset: o
86
- }, null, 8, ["text", "date", "dataset"]);
73
+ a("div", q, [
74
+ b(V) ? (s(), o("div", z, e[2] || (e[2] = [
75
+ a("p", null, "Lädt Daten...", -1)
76
+ ]))) : (s(), o("div", F, [
77
+ e[3] || (e[3] = D('<div class="dpiV3_tableHeadWrap" data-v-5a97bada><div class="dpiV3_thWrap" data-v-5a97bada><div scope="col" data-v-5a97bada><span data-v-5a97bada>Name</span></div><div scope="col" class="dpiV3_statusHead" data-v-5a97bada><span data-v-5a97bada>Status</span></div><div scope="col" class="dpiV3_statusHead" data-v-5a97bada><span data-v-5a97bada>Sichtbarkeit</span></div></div><div class="dpiV3_blankCell" data-v-5a97bada></div></div>', 1)),
78
+ a("div", null, [
79
+ (s(!0), o(S, null, x(c(), (t, y) => {
80
+ var p, m;
81
+ return s(), H(C, {
82
+ key: t.id ?? y,
83
+ text: ((p = t.title) == null ? void 0 : p.de) || ((m = t.title) == null ? void 0 : m.en) || "Kein Titel in englisch oder deutsch vohanden",
84
+ date: t.modified ? b(E)(t.modified) : "-",
85
+ dataset: t,
86
+ visibility: t.visibility
87
+ }, null, 8, ["text", "date", "dataset", "visibility"]);
87
88
  }), 128))
88
89
  ])
89
90
  ]))
90
91
  ])
91
92
  ]));
92
93
  }
93
- }, ie = /* @__PURE__ */ E(K, [["__scopeId", "data-v-13d69c74"]]);
94
+ }, de = /* @__PURE__ */ A(K, [["__scopeId", "data-v-5a97bada"]]);
94
95
  export {
95
- ie as default
96
+ de as default
96
97
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./ActionCard.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-8fad84a6"]]);
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-bcd49214"]]);
5
5
  export {
6
6
  m as default
7
7
  };
@@ -1,30 +1,31 @@
1
- import { defineComponent as v, computed as C, createElementBlock as d, openBlock as a, normalizeClass as _, createElementVNode as s, createBlock as V, withCtx as i, renderSlot as t, createCommentVNode as y, createVNode as l } from "vue";
2
- import p from "./ButtonV3.vue.js";
3
- import $ from "./SummaryBox.vue.js";
4
- const k = { class: "dpiV3_Card_Header" }, B = {
1
+ import { defineComponent as C, computed as y, createElementBlock as s, openBlock as o, normalizeClass as V, createElementVNode as n, createBlock as _, withCtx as i, renderSlot as t, createCommentVNode as l, createVNode as p } from "vue";
2
+ import m from "./ButtonV3.vue.js";
3
+ import k from "./SummaryBox.vue.js";
4
+ const $ = { class: "dpiV3_Card_Header" }, B = {
5
5
  key: 1,
6
6
  class: "standalone-text"
7
- }, h = { class: "dpiV3_Card_Actions" }, E = { class: "dpiV3_Card_Body" }, A = /* @__PURE__ */ v({
7
+ }, h = { class: "dpiV3_Card_Actions" }, E = { class: "dpiV3_Card_Body" }, A = /* @__PURE__ */ C({
8
8
  __name: "ActionCard",
9
9
  props: {
10
10
  variant: { default: "default" },
11
- noEdit: { type: Boolean, default: !1 }
11
+ noEdit: { type: Boolean, default: !1 },
12
+ noDelete: { type: Boolean, default: !0 }
12
13
  },
13
14
  emits: ["edit", "delete"],
14
- setup(m, { emit: c }) {
15
- const r = m, n = c, u = C(() => ({
15
+ setup(u, { emit: c }) {
16
+ const r = u, d = c, f = y(() => ({
16
17
  "V3-typography": !0,
17
18
  dpiV3_Card: !0,
18
19
  "dpiV3_Card--default": r.variant === "default",
19
20
  "dpiV3_Card--error": r.variant === "error"
20
21
  }));
21
- return (e, o) => (a(), d("div", {
22
- class: _(u.value)
22
+ return (e, a) => (o(), s("div", {
23
+ class: V(f.value)
23
24
  }, [
24
- s("div", k, [
25
- e.$slots["standalone-name"] ? (a(), d("span", B, [
25
+ n("div", $, [
26
+ e.$slots["standalone-name"] ? (o(), s("span", B, [
26
27
  t(e.$slots, "standalone-name")
27
- ])) : (a(), V($, { key: 0 }, {
28
+ ])) : (o(), _(k, { key: 0 }, {
28
29
  title: i(() => [
29
30
  t(e.$slots, "sub-title")
30
31
  ]),
@@ -33,33 +34,34 @@ const k = { class: "dpiV3_Card_Header" }, B = {
33
34
  ]),
34
35
  _: 3
35
36
  })),
36
- s("div", h, [
37
- e.noEdit ? y("", !0) : (a(), d("div", {
37
+ n("div", h, [
38
+ e.noEdit ? l("", !0) : (o(), s("div", {
38
39
  key: 0,
39
- onClick: o[0] || (o[0] = (f) => n("edit"))
40
+ onClick: a[0] || (a[0] = (v) => d("edit"))
40
41
  }, [
41
42
  t(e.$slots, "edit-icon", {}, () => [
42
- l(p, {
43
+ p(m, {
43
44
  size: "large",
44
45
  "icon-start": "pen",
45
46
  variant: "secondary"
46
47
  })
47
48
  ])
48
49
  ])),
49
- s("div", {
50
- onClick: o[1] || (o[1] = (f) => n("delete"))
50
+ e.noDelete ? (o(), s("div", {
51
+ key: 1,
52
+ onClick: a[1] || (a[1] = (v) => d("delete"))
51
53
  }, [
52
54
  t(e.$slots, "delete-icon", {}, () => [
53
- l(p, {
55
+ p(m, {
54
56
  size: "large",
55
57
  "icon-start": "Trash",
56
58
  variant: "secondary"
57
59
  })
58
60
  ])
59
- ])
61
+ ])) : l("", !0)
60
62
  ])
61
63
  ]),
62
- s("div", E, [
64
+ n("div", E, [
63
65
  t(e.$slots, "default")
64
66
  ])
65
67
  ], 2));
@@ -1,24 +1,25 @@
1
- import { PhArrowSquareOut as c, PhCopySimple as C, PhPencilSimple as k, PhArrowCounterClockwise as b, PhPlusSquare as g, PhTrash as B, PhPlusCircle as K, PhCaretLeft as D, PhCaretRight as w, PhMagnifyingGlass as T, PhCheck as V, PhX as $ } from "@phosphor-icons/vue";
2
- import { defineComponent as M, resolveComponent as o, createElementBlock as l, openBlock as s, mergeProps as U, createCommentVNode as a, withKeys as n, normalizeStyle as v, normalizeClass as p, withModifiers as m, createElementVNode as q, createBlock as t, toDisplayString as E } from "vue";
1
+ import { PhPlus as c, PhArrowSquareOut as C, PhCopySimple as k, PhPencilSimple as b, PhArrowCounterClockwise as g, PhPlusSquare as B, PhTrash as K, PhPlusCircle as D, PhCaretLeft as w, PhCaretRight as T, PhMagnifyingGlass as V, PhCheck as $, PhX as M } from "@phosphor-icons/vue";
2
+ import { defineComponent as U, resolveComponent as o, createElementBlock as l, openBlock as s, mergeProps as q, createCommentVNode as a, withKeys as n, normalizeStyle as v, normalizeClass as p, withModifiers as m, createElementVNode as E, createBlock as t, toDisplayString as G } from "vue";
3
3
  /* empty css */
4
4
  /* empty css */
5
5
  /* empty css */
6
- import G from "../../../../../../_virtual/_plugin-vue_export-helper.js";
7
- const L = M({
6
+ import L from "../../../../../../_virtual/_plugin-vue_export-helper.js";
7
+ const O = U({
8
8
  name: "ButtonV3",
9
9
  components: {
10
- PhX: $,
11
- PhCheck: V,
12
- PhMagnifyingGlass: T,
13
- PhCaretRight: w,
14
- PhCaretLeft: D,
15
- PhPlusCircle: K,
16
- PhTrash: B,
17
- PhPlusSquare: g,
18
- PhArrowCounterClockwise: b,
19
- PhPencilSimple: k,
20
- PhCopySimple: C,
21
- PhArrowSquareOut: c
10
+ PhX: M,
11
+ PhCheck: $,
12
+ PhMagnifyingGlass: V,
13
+ PhCaretRight: T,
14
+ PhCaretLeft: w,
15
+ PhPlusCircle: D,
16
+ PhTrash: K,
17
+ PhPlusSquare: B,
18
+ PhArrowCounterClockwise: g,
19
+ PhPencilSimple: b,
20
+ PhCopySimple: k,
21
+ PhArrowSquareOut: C,
22
+ PhPlus: c
22
23
  },
23
24
  props: {
24
25
  buttonText: {
@@ -103,13 +104,13 @@ const L = M({
103
104
  this.disabled || (this.variant === "primary" ? this.isPrimaryActive = !0 : this.variant === "secondary" ? this.isSecondaryActive = !0 : this.variant === "tertiary" && (this.isTertiaryActive = !0));
104
105
  }
105
106
  }
106
- }), O = ["disabled"], R = ["disabled"], N = {
107
+ }), R = ["disabled"], N = ["disabled"], I = {
107
108
  key: 0,
108
109
  class: "dpiV3_icon"
109
110
  };
110
- function I(e, i, X, j, H, J) {
111
- const F = o("PhArrowCounterClockwise"), A = o("PhPlusCircle"), d = o("PhTrash"), y = o("PhMagnifyingGlass"), u = o("PhCheck"), S = o("PhCaretLeft"), h = o("PhPlusSquare"), P = o("PhCaretRight"), z = o("PhArrowSquareOut"), f = o("PhPencilSimple");
112
- return s(), l("div", U({
111
+ function X(e, i, j, H, J, Q) {
112
+ const F = o("PhArrowCounterClockwise"), A = o("PhPlusCircle"), d = o("PhTrash"), y = o("PhMagnifyingGlass"), u = o("PhCheck"), S = o("PhCaretLeft"), h = o("PhPlusSquare"), P = o("PhCaretRight"), f = o("PhArrowSquareOut"), z = o("PhPencilSimple");
113
+ return s(), l("div", q({
113
114
  class: ["dpiV3_V3-typography", e.externalClass]
114
115
  }, e.$attrs), [
115
116
  e.buttonText ? (s(), l("button", {
@@ -149,7 +150,7 @@ function I(e, i, X, j, H, J) {
149
150
  e.iconStart === "plus" ? (s(), t(A, {
150
151
  key: 1,
151
152
  size: e.size === "small" ? "16px" : "24px",
152
- color: e.variant === "primary" ? "#FFFFFF" : e.variant === "secondary" ? "#0B1A25" : "#0172AD"
153
+ color: e.variant === "primary" ? "#FFFFFF" : e.variant === "secondary" ? "#0B1A25" : e.disabled ? "#aedff8" : "#0172AD"
153
154
  }, null, 8, ["size", "color"])) : a("", !0),
154
155
  e.iconStart === "trash" ? (s(), t(d, {
155
156
  key: 2,
@@ -177,7 +178,7 @@ function I(e, i, X, j, H, J) {
177
178
  color: e.variant === "primary" ? "#FFFFFF" : e.variant === "secondary" ? "#0B1A25" : "#0172AD"
178
179
  }, null, 8, ["size", "color"])) : a("", !0)
179
180
  ], 2)) : a("", !0),
180
- q("span", null, E(e.buttonText), 1),
181
+ E("span", null, G(e.buttonText), 1),
181
182
  e.iconEnd ? (s(), l("span", {
182
183
  key: 1,
183
184
  class: p(["dpiV3_icon", e.iconSizeClass])
@@ -197,13 +198,13 @@ function I(e, i, X, j, H, J) {
197
198
  size: e.size === "small" ? "16px" : "24px",
198
199
  color: e.variant === "primary" ? "#FFFFFF" : e.variant === "secondary" ? "#0B1A25" : "#0172AD"
199
200
  }, null, 8, ["size", "color"])) : a("", !0),
200
- e.iconEnd === "Out" ? (s(), t(z, {
201
+ e.iconEnd === "Out" ? (s(), t(f, {
201
202
  key: 3,
202
203
  size: e.size === "small" ? "16px" : "24px",
203
204
  color: e.variant === "primary" ? "#0172AD" : e.variant === "secondary" ? "#0B1A25" : "#0172AD"
204
205
  }, null, 8, ["size", "color"])) : a("", !0)
205
206
  ], 2)) : a("", !0)
206
- ], 46, O)) : a("", !0),
207
+ ], 46, R)) : a("", !0),
207
208
  e.buttonText ? a("", !0) : (s(), l("div", {
208
209
  key: 1,
209
210
  tabindex: "0",
@@ -229,7 +230,7 @@ function I(e, i, X, j, H, J) {
229
230
  i[15] || (i[15] = n((...r) => e.removeActiveStateKeyUp && e.removeActiveStateKeyUp(...r), ["space"]))
230
231
  ]
231
232
  }, [
232
- e.buttonText ? a("", !0) : (s(), l("span", N, [
233
+ e.buttonText ? a("", !0) : (s(), l("span", I, [
233
234
  e.iconStart === "MagnifyingGlass" ? (s(), t(y, {
234
235
  key: 0,
235
236
  size: e.size === "small" ? "16px" : "24px",
@@ -240,7 +241,7 @@ function I(e, i, X, j, H, J) {
240
241
  size: e.size === "small" ? "16px" : "24px",
241
242
  color: e.variant === "primary" ? "#FFFFFF" : e.variant === "secondary" ? "#0B1A25" : "#0172AD"
242
243
  }, null, 8, ["size", "color"])) : a("", !0),
243
- e.iconStart === "pen" ? (s(), t(f, {
244
+ e.iconStart === "pen" ? (s(), t(z, {
244
245
  key: 2,
245
246
  size: e.size === "small" ? "16px" : "24px",
246
247
  color: e.variant === "secondary" ? "#0172AD" : e.variant === "secondary" ? "#0B1A25" : "#0172AD"
@@ -251,10 +252,10 @@ function I(e, i, X, j, H, J) {
251
252
  color: e.variant === "secondary" ? "#0172AD" : e.variant === "secondary" ? "#0B1A25" : "#0172AD"
252
253
  }, null, 8, ["size", "color"])) : a("", !0)
253
254
  ]))
254
- ], 46, R))
255
+ ], 46, N))
255
256
  ], 16);
256
257
  }
257
- const ee = /* @__PURE__ */ G(L, [["render", I], ["__scopeId", "data-v-bc32dec3"]]);
258
+ const ie = /* @__PURE__ */ L(O, [["render", X], ["__scopeId", "data-v-25e10506"]]);
258
259
  export {
259
- ee as default
260
+ ie as default
260
261
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./BasicInformationStep.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-24d68bfc"]]);
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0fac13a4"]]);
5
5
  export {
6
6
  m as default
7
7
  };