@piveau/dpi 0.2.0-alpha.19 → 0.2.0-alpha.20

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 (52) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/DPIHome.vue.js +62 -56
  3. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue.js +4 -53
  4. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue2.js +58 -0
  5. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +65 -53
  6. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocab.vue.js +2 -2
  7. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocab.vue2.js +60 -56
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +1 -1
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +67 -79
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/InputField.vue.js +17 -17
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +411 -318
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue.js +1 -1
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalDataStep/OptionalDataStep.vue2.js +1 -1
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessServiceV3.vue.js +103 -71
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChangeLicenseV3.vue.js +130 -77
  16. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChecksumV3.vue.js +88 -60
  17. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ConformsToV3.vue.js +111 -74
  18. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/DocumentationsV3.vue.js +143 -126
  19. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LanguageV3.vue.js +32 -32
  20. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/PolicyV3.vue.js +64 -48
  21. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/StatusV3.vue.js +29 -28
  22. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue.js +2 -2
  23. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue2.js +46 -41
  24. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue.js +2 -2
  25. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/HardwareForm.vue2.js +227 -208
  26. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue.js +2 -2
  27. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/SoftwareForm.vue2.js +124 -106
  28. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js +113 -108
  29. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue.js +1 -1
  30. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ReviewStep/ReviewStep.vue2.js +370 -360
  31. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsSubModal.vue.js +464 -182
  32. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/CoverageModal.vue.js +31 -26
  33. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/DistributionModal.vue.js +31 -92
  34. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/EssentialsModal.vue.js +183 -126
  35. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +2 -2
  36. package/dist/packages/dpi/src/data-provider-interface/components/ContactPage.vue.js +95 -89
  37. package/dist/packages/dpi/src/data-provider-interface/components/DistLicense.vue.js +139 -122
  38. package/dist/packages/dpi/src/data-provider-interface/components/DistributionSimplePage.vue.js +618 -525
  39. package/dist/packages/dpi/src/data-provider-interface/components/HVDPage.vue.js +56 -55
  40. package/dist/packages/dpi/src/data-provider-interface/components/PublisherPage.vue.js +94 -89
  41. package/dist/packages/dpi/src/data-provider-interface/components/ReviewAndPublishPage.vue.js +247 -238
  42. package/dist/packages/dpi/src/data-provider-interface/components/SpatialPage.vue.js +4 -4
  43. package/dist/packages/dpi/src/data-provider-interface/components/SpatialPage.vue2.js +16 -17
  44. package/dist/packages/dpi/src/data-provider-interface/components/TempResPage.vue.js +122 -104
  45. package/dist/packages/dpi/src/data-provider-interface/components/TempResPageInModal.vue.js +249 -108
  46. package/dist/packages/dpi/src/data-provider-interface/composables/useDpiSimpleLoader.js +332 -305
  47. package/dist/packages/dpi/src/data-provider-interface/composables/useTwinbyUser.js +89 -55
  48. package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/converter.js +243 -199
  49. package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/input-definition.js +24 -11
  50. package/dist/packages/dpi/src/data-provider-interface/store/modules/authStore.js +14 -12
  51. package/dist/packages/dpi/src/data-provider-interface/views/InputPage.vue.js +317 -288
  52. package/package.json +2 -2
@@ -1,14 +1,12 @@
1
- import { defineComponent as f, createElementBlock as c, openBlock as u, createElementVNode as e, createCommentVNode as g, renderSlot as h, toDisplayString as a, createVNode as i, withCtx as s, createTextVNode as r, unref as o } from "vue";
1
+ import { defineComponent as p, createElementBlock as m, openBlock as h, createElementVNode as e, createCommentVNode as f, renderSlot as g, toDisplayString as s, unref as t, createVNode as o, withCtx as a, createTextVNode as y } from "vue";
2
2
  import { FormKit as l } from "@formkit/vue";
3
- import { PhLightbulb as p } from "@phosphor-icons/vue";
4
- import y from "../../../../stories/components/PartnerCard.vue.js";
5
- import _ from "../../../components/StepActionsSection.vue.js";
6
- import m from "../Card.vue.js";
7
- import d from "../InputField/InputFieldDefinition.js";
8
- const b = { class: "dpiV3_page V3-typography" }, v = { class: "funny-section" }, k = { class: "funny-flex" }, S = { class: "funny-section" }, P = { class: "contact-container" }, z = { class: "contact-title" }, D = { class: "contact-wrapper" }, A = ["src"], N = { class: "contact-grid" }, w = { class: "contact-col" }, C = { class: "copy-large-regular" }, E = { class: "copy-large-regular" }, B = { class: "contact-col" }, O = { class: "copy-large-regular" }, V = ["href"], M = {
9
- key: 0,
10
- class: "funny-section"
11
- }, T = { class: "funny-section" }, W = { class: "funny-flex" }, j = { class: "funny-section" }, G = { class: "funny-section" }, I = { class: "funny-flex" }, J = /* @__PURE__ */ f({
3
+ import { PhLightbulb as b } from "@phosphor-icons/vue";
4
+ import _ from "../../../../stories/components/PartnerCard.vue.js";
5
+ import v from "../../../components/StepActionsSection.vue.js";
6
+ import { useTwinbyUser as k } from "../../../composables/useTwinbyUser.js";
7
+ import S from "../Card.vue.js";
8
+ import r from "../InputField/InputFieldDefinition.js";
9
+ const D = { class: "dpiV3_page V3-typography" }, z = { class: "funny-section" }, w = { class: "funny-flex" }, A = { class: "funny-section" }, P = { class: "contact-container" }, E = { class: "contact-title" }, N = { class: "contact-wrapper" }, C = ["src"], B = { class: "contact-grid" }, T = { class: "contact-col" }, V = { class: "copy-large-regular" }, M = { class: "copy-large-regular" }, O = { class: "contact-col" }, j = { class: "copy-large-regular" }, G = ["href"], F = { class: "funny-section" }, I = { class: "funny-flex" }, x = { class: "funny-section" }, H = { class: "funny-section" }, K = { class: "funny-flex" }, Y = /* @__PURE__ */ p({
12
10
  __name: "ProjectOrganisationStep",
13
11
  props: {
14
12
  isWip: { type: Boolean },
@@ -19,94 +17,84 @@ const b = { class: "dpiV3_page V3-typography" }, v = { class: "funny-section" },
19
17
  phone: {},
20
18
  email: {}
21
19
  },
22
- setup(q) {
23
- return (t, n) => (u(), c("div", b, [
24
- e("section", v, [
25
- e("div", k, [
20
+ setup(L) {
21
+ const { organizationDetails: u } = k({
22
+ keycloak: "https://keycloak.twin.bydata.de",
23
+ realm: "piveau",
24
+ audience: "piveau-hub-repo"
25
+ });
26
+ return (i, n) => (h(), m("div", D, [
27
+ e("section", z, [
28
+ e("div", w, [
26
29
  n[0] || (n[0] = e("h4", null, "Informationen zu Ihrer Organisation", -1)),
27
30
  n[1] || (n[1] = e("span", { class: "copy-large-regular" }, " Die Angaben zur durchführenden Organisation werden nicht hier bei der Projektdokumentation erfasst. Diese Daten werden automatisch aus den Kontoinformationen übernommen, die bei uns hinterlegt sind. So wird sichergestellt, dass die Angaben zu Ihrer Organisation stets konsistent und aktuell bleiben, ohne dass sie mehrfach eingegeben werden müssen. ", -1)),
28
- h(t.$slots, "organization", {}, () => [
29
- e("section", S, [
30
- e("div", P, [
31
- e("p", z, " Stadt " + a(t.city), 1),
32
- e("div", D, [
33
- e("img", {
34
- class: "contact-logo",
35
- src: t.icon,
36
- alt: "Stadt Haar Logo"
37
- }, null, 8, A),
31
+ g(i.$slots, "organization", {}, () => {
32
+ var d, c;
33
+ return [
34
+ e("section", A, [
35
+ e("div", P, [
36
+ e("p", E, s(((c = (d = t(u).resultEnhanced) == null ? void 0 : d.value) == null ? void 0 : c.title) || "Stadt Haar"), 1),
38
37
  e("div", N, [
39
- e("div", w, [
40
- e("span", C, a(t.address), 1),
41
- e("span", E, a(t.postalCode) + " " + a(t.city), 1)
42
- ]),
38
+ e("img", {
39
+ class: "contact-logo",
40
+ src: i.icon,
41
+ alt: "Stadt Haar Logo"
42
+ }, null, 8, C),
43
43
  e("div", B, [
44
- e("span", O, a(t.phone), 1),
45
- e("a", {
46
- class: "copy-large-regular",
47
- href: `mailto:${t.email}`
48
- }, a(t.email), 9, V)
44
+ e("div", T, [
45
+ e("span", V, s(i.address), 1),
46
+ e("span", M, s(i.postalCode) + " " + s(i.city), 1)
47
+ ]),
48
+ e("div", O, [
49
+ e("span", j, s(i.phone), 1),
50
+ e("a", {
51
+ class: "copy-large-regular",
52
+ href: `mailto:${i.email}`
53
+ }, s(i.email), 9, G)
54
+ ])
49
55
  ])
50
56
  ])
51
57
  ])
52
58
  ])
53
- ])
54
- ], !0)
59
+ ];
60
+ }, !0)
55
61
  ])
56
62
  ]),
57
- t.isWip ? (u(), c("section", M, [
58
- i(m, null, {
59
- title: s(() => n[2] || (n[2] = [
60
- r(" Work-in-Progress ", -1)
61
- ])),
62
- icon: s(() => [
63
- i(o(p), {
64
- size: 32,
65
- color: "#009fe3"
66
- })
67
- ]),
68
- default: s(() => [
69
- n[3] || (n[3] = r(" Organisation card above is WIP ", -1))
70
- ]),
71
- _: 1,
72
- __: [3]
73
- })
74
- ])) : g("", !0),
75
- e("section", T, [
76
- e("div", W, [
63
+ f("", !0),
64
+ e("section", F, [
65
+ e("div", I, [
77
66
  n[4] || (n[4] = e("h5", null, "Projektkontakt (optional)", -1)),
78
67
  n[5] || (n[5] = e("span", { class: "copy-large-regular" }, " Bitte nennen Sie eine allgemeine E-Mail-Adresse oder Funktionsadresse, unter der interessierte Personen Rückfragen zum Projekt stellen können. Bitte geben Sie keine personenbezogenen Daten an. ", -1)),
79
- i(y, null, {
80
- default: s(() => [
81
- i(o(l), {
68
+ o(_, null, {
69
+ default: a(() => [
70
+ o(t(l), {
82
71
  type: "group",
83
72
  name: "contact"
84
73
  }, {
85
- default: s(() => [
86
- i(o(l), {
87
- type: o(d),
74
+ default: a(() => [
75
+ o(t(l), {
76
+ type: t(r),
88
77
  name: "name",
89
78
  "text-label": "Name",
90
79
  placeholder: "Geben Sie einen Namen an.",
91
80
  "validation-label": "Name",
92
- validation: "required",
93
81
  "validation-visibility": "submit"
94
82
  }, null, 8, ["type"]),
95
- i(o(l), {
96
- type: o(d),
83
+ o(t(l), {
84
+ type: t(r),
97
85
  name: "mail",
98
86
  "text-label": "E-Mail-Adresse",
99
87
  placeholder: "Geben Sie eine E-Mail-Adresse an.",
100
- validation: "required|email",
88
+ validation: "email",
101
89
  "validation-visibility": "submit",
102
90
  "validation-label": "E-Mail-Adresse"
103
91
  }, null, 8, ["type"]),
104
- i(o(l), {
105
- type: o(d),
92
+ o(t(l), {
93
+ type: t(r),
106
94
  name: "phone",
107
95
  "text-label": "Telefonnummer",
108
96
  placeholder: "Geben Sie eine Telefonnummer an.",
109
- validation: "number|required",
97
+ validation: "number",
110
98
  "validation-label": "Telefonnummer",
111
99
  "validation-visibility": "submit"
112
100
  }, null, 8, ["type"])
@@ -118,22 +106,22 @@ const b = { class: "dpiV3_page V3-typography" }, v = { class: "funny-section" },
118
106
  })
119
107
  ])
120
108
  ]),
121
- e("section", j, [
122
- i(_)
109
+ e("section", x, [
110
+ o(v)
123
111
  ]),
124
- e("section", G, [
125
- e("div", I, [
126
- i(m, { variant: "default" }, {
127
- icon: s(() => [
128
- i(o(p), {
112
+ e("section", H, [
113
+ e("div", K, [
114
+ o(S, { variant: "default" }, {
115
+ icon: a(() => [
116
+ o(t(b), {
129
117
  size: 32,
130
118
  color: "#009fe3"
131
119
  })
132
120
  ]),
133
- title: s(() => n[6] || (n[6] = [
134
- r(" Wichtig! ", -1)
121
+ title: a(() => n[6] || (n[6] = [
122
+ y(" Wichtig! ", -1)
135
123
  ])),
136
- default: s(() => [
124
+ default: a(() => [
137
125
  n[7] || (n[7] = e("div", { class: "copy-large-regular" }, [
138
126
  e("p", null, "Bitte geben Sie keine persönlichen Daten preis! Diese dürfen auf unserer Plattform nicht veröffentlicht werden."),
139
127
  e("p", null, "Dazu zählen Namen, E-Mail-Adresse oder auch Telefonnummern von realen Personen."),
@@ -149,5 +137,5 @@ const b = { class: "dpiV3_page V3-typography" }, v = { class: "funny-section" },
149
137
  }
150
138
  });
151
139
  export {
152
- J as default
140
+ Y as default
153
141
  };
@@ -1,4 +1,4 @@
1
- import { ref as c, watch as N, createElementBlock as u, openBlock as i, createCommentVNode as o, createElementVNode as d, createBlock as v, toDisplayString as h, unref as n, normalizeStyle as S, normalizeClass as p, withDirectives as M, vModelDynamic as F, createVNode as W, withKeys as w, withModifiers as k, isRef as r } from "vue";
1
+ import { ref as f, watch as N, createElementBlock as u, openBlock as i, createCommentVNode as o, createElementVNode as d, createBlock as v, toDisplayString as h, unref as n, normalizeStyle as S, normalizeClass as p, withDirectives as M, vModelDynamic as F, createVNode as W, withKeys as w, withModifiers as k, isRef as r } from "vue";
2
2
  import { PhInfo as q, PhMagnifyingGlass as X, PhQuestion as O, PhWarningCircle as H, PhCaretDown as Y, PhCaretUp as Z, PhCalendar as _, PhClock as ee } from "@phosphor-icons/vue";
3
3
  import G from "./TextButtonSmall.vue.js";
4
4
  /* empty css */
@@ -14,10 +14,10 @@ const le = { class: "dpiV3_input-field" }, ne = {
14
14
  }, de = { class: "dpiV3_Tooltip_Wrapper" }, se = {
15
15
  key: 1,
16
16
  class: "dpiV3_toolTip copy-mini-regular"
17
- }, ue = { class: "dpiV3_Content" }, re = ["type", "disabled", "placeholder"], ve = ["type", "disabled", "placeholder"], ce = {
17
+ }, ue = { class: "dpiV3_Content" }, re = ["type", "disabled", "placeholder"], ve = ["type", "disabled", "placeholder"], fe = {
18
18
  key: 0,
19
19
  class: "dpiV3_inputButton"
20
- }, fe = {
20
+ }, ce = {
21
21
  key: 1,
22
22
  class: "dpiV3_inputButton"
23
23
  }, pe = {
@@ -131,13 +131,13 @@ const le = { class: "dpiV3_input-field" }, ne = {
131
131
  },
132
132
  emits: ["update:modelValue", "deleteButtonClicked"],
133
133
  setup(e, { emit: Q }) {
134
- const f = e, L = Q;
135
- let K = c("var(--neutral-60)"), x = c(!1), l = c(!1), g = c(!1);
136
- const V = c(null);
137
- let T = c(!1), s = c("inset 0 0 0 1px var(--neutral-30, #687178)"), m = c(!1), C = c(!1), b = c();
138
- const $ = c(!1), y = c(f.modelValue);
134
+ const c = e, L = Q;
135
+ let K = f("var(--neutral-60)"), x = f(!1), l = f(!1), g = f(!1);
136
+ const V = f(null);
137
+ let T = f(!1), s = f("inset 0 0 0 1px var(--neutral-30, #687178)"), m = f(!1), C = f(!1), b = f();
138
+ const $ = f(!1), y = f(c.modelValue);
139
139
  N(
140
- () => f.modelValue,
140
+ () => c.modelValue,
141
141
  (D) => {
142
142
  y.value = D;
143
143
  }
@@ -154,7 +154,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
154
154
  L("deleteButtonClicked");
155
155
  }
156
156
  function E() {
157
- T.value = !1, m.value = !0, x.value = !0, s.value = "0 0 0 2px var(--Focused)", f.addOnText && (s.value = "0 0 0 2px var(--blue-60, #009FE3)", b.value = "none"), V.value;
157
+ T.value = !1, m.value = !0, x.value = !0, s.value = "0 0 0 2px var(--Focused)", c.addOnText && (s.value = "0 0 0 2px var(--blue-60, #009FE3)", b.value = "none"), V.value;
158
158
  }
159
159
  function B() {
160
160
  m.value = !1, x.value = !1, s.value = "inset 0 0 0 1px var(--neutral-30, #687178)";
@@ -163,16 +163,16 @@ const le = { class: "dpiV3_input-field" }, ne = {
163
163
  T.value = !0, x.value = !1, C.value && (s.value = "inset 0 0 0 1px var(--neutral-60, #687178)");
164
164
  }
165
165
  function P() {
166
- C.value = !0, s.value = "inset 0 0 0 1px var(--neutral-60, #687178)", f.addOnText && (b.value = "none"), m.value && (s.value = "0 0 0 2px var(--Focused)", f.addOnText && (s.value = "0 0 0 2px var(--blue-blue-60, #009FE3)", b.value = "none"));
166
+ C.value = !0, s.value = "inset 0 0 0 1px var(--neutral-60, #687178)", c.addOnText && (b.value = "none"), m.value && (s.value = "0 0 0 2px var(--Focused)", c.addOnText && (s.value = "0 0 0 2px var(--blue-blue-60, #009FE3)", b.value = "none"));
167
167
  }
168
168
  function z() {
169
- C.value = !1, s.value = "inset 0 0 0 1px var(--neutral-30, #687178)", f.addOnText && (b.value = "none"), m.value && (s.value = "0 0 0 2px var(--Focused, #687178)", f.addOnText && (s.value = "0 0 0 2px var(--blue-blue-60, #009FE3)", b.value = "none"));
169
+ C.value = !1, s.value = "inset 0 0 0 1px var(--neutral-30, #687178)", c.addOnText && (b.value = "none"), m.value && (s.value = "0 0 0 2px var(--Focused, #687178)", c.addOnText && (s.value = "0 0 0 2px var(--blue-blue-60, #009FE3)", b.value = "none"));
170
170
  }
171
171
  function R() {
172
- x.value && (s.value = "0 0 0 2px var(--Focused)", f.addOnText && (s.value = "0 0 0 2px var(--blue-blue-60, #009FE3)", b.value = "none"));
172
+ x.value && (s.value = "0 0 0 2px var(--Focused)", c.addOnText && (s.value = "0 0 0 2px var(--blue-blue-60, #009FE3)", b.value = "none"));
173
173
  }
174
174
  function I() {
175
- s.value = "0 0 0 2px var(--Focused)", f.addOnText && (s.value = "0 0 0 2px var(--blue-blue-60, #009FE3)", b.value = "none");
175
+ s.value = "0 0 0 2px var(--Focused)", c.addOnText && (s.value = "0 0 0 2px var(--blue-blue-60, #009FE3)", b.value = "none");
176
176
  }
177
177
  return (D, t) => (i(), u("div", le, [
178
178
  e.addOnText ? o("", !0) : (i(), u("div", ne, [
@@ -282,7 +282,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
282
282
  size: 24
283
283
  })) : o("", !0)
284
284
  ]),
285
- f.datePicker ? (i(), u("div", ce, [
285
+ c.datePicker ? (i(), u("div", fe, [
286
286
  W(n(_), {
287
287
  class: "dpiV3_calendarIcon",
288
288
  size: 24,
@@ -305,7 +305,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
305
305
  ]
306
306
  }, null, 34)
307
307
  ])) : o("", !0),
308
- f.timePicker ? (i(), u("div", fe, [
308
+ c.timePicker ? (i(), u("div", ce, [
309
309
  W(n(ee), {
310
310
  class: "dpiV3_calendarIcon",
311
311
  size: 24,
@@ -481,7 +481,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
481
481
  ])) : o("", !0)
482
482
  ]));
483
483
  }
484
- }, Oe = /* @__PURE__ */ te(Me, [["__scopeId", "data-v-dd502b3c"]]);
484
+ }, Oe = /* @__PURE__ */ te(Me, [["__scopeId", "data-v-2de88bf7"]]);
485
485
  export {
486
486
  Oe as default
487
487
  };