@piveau/dpi 0.2.0-alpha.47 → 0.2.0-alpha.49

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 (58) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue.js +1 -1
  3. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/Organisation.vue2.js +64 -49
  4. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +38 -30
  5. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocab.vue.js +2 -2
  6. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Autocomplete/AutocompleteVocab.vue2.js +59 -55
  7. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue.js +2 -2
  8. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/BasicInfosStep/ProjectOrganisationStep.vue2.js +129 -98
  9. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/DpiModalBase.vue.js +3 -3
  10. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Dropdown.vue.js +148 -135
  11. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ModalSimpleV3.vue.js +5 -5
  12. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +317 -296
  13. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessRightsV3.vue.js +77 -0
  14. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessServiceV3.vue.js +58 -56
  15. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChecksumV3.vue.js +97 -90
  16. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ConformsToV3.vue.js +35 -35
  17. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/DocumentationsV3.vue.js +86 -86
  18. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/FileFormatV3.vue.js +7 -10
  19. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LanguageV3.vue.js +9 -8
  20. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/PolicyV3.vue.js +2 -2
  21. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue.js +2 -2
  22. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/DatasetForm.vue2.js +55 -50
  23. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/ProcessSteps/GetResource.vue.js +8 -8
  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 +92 -91
  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 +49 -48
  28. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js +122 -117
  29. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsModal.vue.js +48 -48
  30. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsSubModal.vue.js +289 -293
  31. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/CoverageModal.vue.js +32 -30
  32. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/DistributionModal.vue.js +46 -29
  33. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/EssentialsModal.vue.js +264 -221
  34. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/FindabilityChips.vue.js +41 -35
  35. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/SectionItems/HVDSwitch.vue.js +63 -65
  36. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +36 -35
  37. package/dist/packages/dpi/src/data-provider-interface/HappyFlowComponents/ui/Toast.vue.js +30 -29
  38. package/dist/packages/dpi/src/data-provider-interface/components/ContactPage.vue.js +121 -108
  39. package/dist/packages/dpi/src/data-provider-interface/components/DiscoverabilityPage.vue.js +1 -1
  40. package/dist/packages/dpi/src/data-provider-interface/components/DistLicense.vue.js +102 -100
  41. package/dist/packages/dpi/src/data-provider-interface/components/DistributionSimplePage.vue.js +657 -600
  42. package/dist/packages/dpi/src/data-provider-interface/components/HVDPage.vue.js +41 -42
  43. package/dist/packages/dpi/src/data-provider-interface/components/PublisherPage.vue.js +161 -130
  44. package/dist/packages/dpi/src/data-provider-interface/components/ReviewAndPublishPage.vue.js +272 -239
  45. package/dist/packages/dpi/src/data-provider-interface/components/Spatial.vue.js +3 -3
  46. package/dist/packages/dpi/src/data-provider-interface/components/Spatial.vue2.js +94 -82
  47. package/dist/packages/dpi/src/data-provider-interface/components/TempResPage.vue.js +81 -81
  48. package/dist/packages/dpi/src/data-provider-interface/components/TempResPageInModal.vue.js +138 -141
  49. package/dist/packages/dpi/src/data-provider-interface/components/TitelPage.vue.js +4 -4
  50. package/dist/packages/dpi/src/data-provider-interface/components/VisibilityPage.vue.js +4 -3
  51. package/dist/packages/dpi/src/data-provider-interface/components/dpiV3Description.vue.js +1 -1
  52. package/dist/packages/dpi/src/data-provider-interface/composables/useDpiSimpleLoader.js +255 -242
  53. package/dist/packages/dpi/src/data-provider-interface/composables/useOrganizationInfo.js +48 -0
  54. package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/converter.js +80 -84
  55. package/dist/packages/dpi/src/data-provider-interface/config/dcatapdeHappyFlow/page-content-config.js +2 -2
  56. package/dist/packages/dpi/src/data-provider-interface/store/modules/authStore.js +1 -3
  57. package/dist/packages/dpi/src/data-provider-interface/views/InputPage.vue.js +226 -250
  58. package/package.json +2 -2
@@ -1,110 +1,141 @@
1
- import { defineComponent as _, createElementBlock as o, openBlock as l, createElementVNode as e, createCommentVNode as b, renderSlot as A, toDisplayString as a, unref as n, createVNode as s, withCtx as r, createTextVNode as k } from "vue";
2
- import { FormKit as c } from "@formkit/vue";
3
- import { PhLightbulb as I } from "@phosphor-icons/vue";
4
- import S from "../../../../stories/components/PartnerCard.vue.js";
5
- import { generateIsRequiredMsg as u, requireAllIfAny as m, generateIsInvalidMsg as g } from "../../../../utils/twinbyUtils.js";
6
- import w from "../../../components/StepActionsSection.vue.js";
7
- import { useTwinbyUser as D } from "../../../composables/useTwinbyUser.js";
8
- import q from "../Card.vue.js";
9
- import p from "../InputField/InputFieldDefinition.js";
10
- const z = { class: "dpiV3_page V3-typography" }, E = { class: "funny-section" }, M = { class: "funny-flex" }, N = { class: "funny-section" }, P = { class: "contact-container" }, T = { class: "contact-title" }, C = { class: "contact-wrapper" }, B = {
1
+ import { defineComponent as E, computed as u, createElementBlock as a, openBlock as s, createElementVNode as n, createCommentVNode as T, renderSlot as w, unref as i, Fragment as D, toDisplayString as c, createVNode as o, withCtx as d, createTextVNode as M } from "vue";
2
+ import { FormKit as m } from "@formkit/vue";
3
+ import { PhLightbulb as N } from "@phosphor-icons/vue";
4
+ import P from "../../../../stories/components/PartnerCard.vue.js";
5
+ import { generateIsRequiredMsg as v, requireAllIfAny as p, generateIsInvalidMsg as A } from "../../../../utils/twinbyUtils.js";
6
+ import O from "../../../components/StepActionsSection.vue.js";
7
+ import { useOrganizationInfo as x } from "../../../composables/useOrganizationInfo.js";
8
+ import { useTwinbyUser as C } from "../../../composables/useTwinbyUser.js";
9
+ import B from "../Card.vue.js";
10
+ import g from "../InputField/InputFieldDefinition.js";
11
+ const F = { class: "dpiV3_page V3-typography" }, V = { class: "funny-section" }, L = { class: "funny-flex" }, j = { class: "funny-section" }, G = { class: "contact-container" }, $ = {
12
+ key: 0,
13
+ class: "contact-title"
14
+ }, K = {
15
+ key: 0,
16
+ class: "contact-title"
17
+ }, R = {
18
+ key: 1,
19
+ class: "contact-title not-available"
20
+ }, W = { class: "contact-wrapper" }, U = {
11
21
  key: 0,
12
22
  class: "contact-logo-wrapper"
13
- }, V = ["src"], O = { key: 1 }, j = { class: "info-wrapper" }, G = { class: "contact-grid" }, F = { class: "contact-col" }, K = { class: "contact-info" }, $ = { class: "contact-info" }, x = { class: "contact-col" }, H = { class: "contact-info" }, L = ["href"], R = {
23
+ }, H = ["src"], J = { key: 1 }, Q = { class: "info-wrapper" }, X = { class: "contact-grid" }, Y = { class: "contact-col" }, Z = {
24
+ key: 0,
25
+ class: "contact-info"
26
+ }, ee = {
27
+ key: 1,
28
+ class: "contact-info not-available"
29
+ }, ne = {
30
+ key: 2,
31
+ class: "contact-info"
32
+ }, te = {
33
+ key: 3,
34
+ class: "contact-info not-available"
35
+ }, ie = { class: "contact-col" }, ae = ["href"], se = {
14
36
  key: 1,
15
- class: "copy-large-regular"
16
- }, W = { class: "funny-section" }, U = { class: "contact-section" }, J = { class: "funny-section" }, Q = { class: "funny-section" }, X = { class: "funny-flex" }, d = "...", re = /* @__PURE__ */ _({
37
+ class: "contact-info not-available"
38
+ }, oe = { class: "funny-section" }, le = { class: "contact-section" }, re = { class: "funny-section" }, ce = { class: "funny-section" }, de = { class: "funny-flex" }, ke = /* @__PURE__ */ E({
17
39
  __name: "ProjectOrganisationStep",
18
40
  props: {
19
- isWip: { type: Boolean },
20
- icon: {},
21
- address: {},
22
- postalCode: {},
23
- city: {},
24
- phone: {},
25
- email: {}
41
+ isWip: { type: Boolean }
26
42
  },
27
- setup(Y) {
28
- const { organizationDetails: h } = D({
29
- keycloak: "https://keycloak.twin.bydata.de",
30
- realm: "piveau",
31
- audience: "piveau-hub-repo"
43
+ setup(ue) {
44
+ const { organization: k, authToken: I, startFetchPermissions: S } = C();
45
+ S();
46
+ const { resultEnhanced: l, isLoading: q } = x({
47
+ id: k,
48
+ authToken: I
49
+ }), h = u(
50
+ () => {
51
+ var t, e, y, b;
52
+ return ((e = (t = l.value) == null ? void 0 : t.publisher) == null ? void 0 : e.name) || ((y = l.value) == null ? void 0 : y.title) || ((b = l.value) == null ? void 0 : b.id) || "";
53
+ }
54
+ ), _ = u(
55
+ () => {
56
+ var t, e;
57
+ return ((e = (t = l.value) == null ? void 0 : t.catalogueFavIcon) == null ? void 0 : e[0]) || "";
58
+ }
59
+ ), r = u(() => {
60
+ var t, e;
61
+ return ((e = (t = l.value) == null ? void 0 : t.publisher) == null ? void 0 : e.address) || {};
62
+ }), f = u(() => {
63
+ var t;
64
+ return ((t = l.value) == null ? void 0 : t.publisher) || {};
32
65
  });
33
- function y(t) {
66
+ function z(t) {
34
67
  return t._value === null || t._value === void 0 ? !0 : typeof t._value != "string" ? !1 : /^\d*$/.test(t._value);
35
68
  }
36
- return (t, i) => (l(), o("div", z, [
37
- e("section", E, [
38
- e("div", M, [
39
- i[2] || (i[2] = e("h4", null, "Informationen zu Ihrer Organisation", -1)),
40
- i[3] || (i[3] = 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)),
41
- A(t.$slots, "organization", {}, () => {
42
- var f, v;
43
- return [
44
- e("section", N, [
45
- e("div", P, [
46
- e("p", T, a(((v = (f = n(h).resultEnhanced) == null ? void 0 : f.value) == null ? void 0 : v.title) || "Stadt Haar"), 1),
47
- e("div", C, [
48
- t.icon ? (l(), o("div", B, [
49
- e("img", {
69
+ return (t, e) => (s(), a("div", F, [
70
+ n("section", V, [
71
+ n("div", L, [
72
+ e[2] || (e[2] = n("h4", null, "Informationen zu Ihrer Organisation", -1)),
73
+ e[3] || (e[3] = n("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)),
74
+ w(t.$slots, "organization", {}, () => [
75
+ n("section", j, [
76
+ n("div", G, [
77
+ i(q) ? (s(), a("p", $, " Lade Organisationsdaten... ")) : (s(), a(D, { key: 1 }, [
78
+ h.value ? (s(), a("p", K, c(h.value), 1)) : (s(), a("p", R, " Name nicht verfügbar ")),
79
+ n("div", W, [
80
+ _.value ? (s(), a("div", U, [
81
+ n("img", {
50
82
  class: "contact-logo",
51
- src: t.icon,
52
- alt: "Stadt Haar Logo"
53
- }, null, 8, V)
54
- ])) : (l(), o("div", O, i[0] || (i[0] = [
55
- e("div", { class: "avatar-circle" }, null, -1)
83
+ src: _.value,
84
+ alt: "Organisation Logo"
85
+ }, null, 8, H)
86
+ ])) : (s(), a("div", J, e[0] || (e[0] = [
87
+ n("div", { class: "avatar-circle" }, null, -1)
56
88
  ]))),
57
- e("div", j, [
58
- e("div", G, [
59
- e("div", F, [
60
- e("span", K, a(t.address || d), 1),
61
- e("span", $, a(t.postalCode || d) + " " + a(t.city || d), 1)
89
+ n("div", Q, [
90
+ n("div", X, [
91
+ n("div", Y, [
92
+ r.value.street ? (s(), a("span", Z, c(r.value.street), 1)) : (s(), a("span", ee, "Straße nicht verfügbar")),
93
+ r.value.postalCode || r.value.locality ? (s(), a("span", ne, c(r.value.postalCode || "") + " " + c(r.value.locality || ""), 1)) : (s(), a("span", te, "Ort nicht verfügbar"))
62
94
  ]),
63
- e("div", x, [
64
- e("span", H, a(t.phone || d), 1),
65
- t.email ? (l(), o("a", {
95
+ n("div", ie, [
96
+ e[1] || (e[1] = n("span", { class: "contact-info not-available" }, "Telefon nicht verfügbar", -1)),
97
+ f.value.email ? (s(), a("a", {
66
98
  key: 0,
67
99
  class: "contact-info",
68
- href: `mailto:${t.email}`
69
- }, a(t.email), 9, L)) : (l(), o("span", R, a(d)))
100
+ href: `mailto:${f.value.email}`
101
+ }, c(f.value.email), 9, ae)) : (s(), a("span", se, "E-Mail nicht verfügbar"))
70
102
  ])
71
- ]),
72
- i[1] || (i[1] = e("div", { style: { position: "absolute", top: "0", left: "-12px", width: "360px", height: "100%", "background-color": "var(--blue-10)", "border-radius": "24px", display: "grid", "place-content": "center" } }, " Keine Daten verfügbar ", -1))
103
+ ])
73
104
  ])
74
105
  ])
75
- ])
106
+ ], 64))
76
107
  ])
77
- ];
78
- }, !0)
108
+ ])
109
+ ], !0)
79
110
  ])
80
111
  ]),
81
- b("", !0),
82
- e("section", W, [
83
- e("div", U, [
84
- i[6] || (i[6] = e("h5", null, "Projektkontakt (optional)", -1)),
85
- i[7] || (i[7] = 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)),
86
- s(S, null, {
87
- default: r(() => [
88
- s(n(c), {
112
+ T("", !0),
113
+ n("section", oe, [
114
+ n("div", le, [
115
+ e[6] || (e[6] = n("h5", null, "Projektkontakt (optional)", -1)),
116
+ e[7] || (e[7] = n("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)),
117
+ o(P, null, {
118
+ default: d(() => [
119
+ o(i(m), {
89
120
  type: "group",
90
121
  name: "contact"
91
122
  }, {
92
- default: r(() => [
93
- s(n(c), {
94
- type: n(p),
123
+ default: d(() => [
124
+ o(i(m), {
125
+ type: i(g),
95
126
  name: "name",
96
127
  "text-label": "Name",
97
128
  placeholder: "Geben Sie einen Namen an.",
98
129
  validation: "+requireAllIfAny",
99
130
  "validation-label": "Name",
100
131
  "validation-visibility": "submit",
101
- "validation-rules": { requireAllIfAny: n(m) },
132
+ "validation-rules": { requireAllIfAny: i(p) },
102
133
  "validation-messages": {
103
- requireAllIfAny: n(u)("Name")
134
+ requireAllIfAny: i(v)("Name")
104
135
  }
105
136
  }, null, 8, ["type", "validation-rules", "validation-messages"]),
106
- s(n(c), {
107
- type: n(p),
137
+ o(i(m), {
138
+ type: i(g),
108
139
  name: "mail",
109
140
  "text-label": "E-Mail-Adresse",
110
141
  placeholder: "Geben Sie eine E-Mail-Adresse an.",
@@ -112,23 +143,23 @@ const z = { class: "dpiV3_page V3-typography" }, E = { class: "funny-section" },
112
143
  "validation-visibility": "submit",
113
144
  "validation-label": "E-Mail-Adresse",
114
145
  "validation-messages": {
115
- email: n(g)("E-Mail-Adresse"),
116
- requireAllIfAny: n(u)("E-Mail-Adresse")
146
+ email: i(A)("E-Mail-Adresse"),
147
+ requireAllIfAny: i(v)("E-Mail-Adresse")
117
148
  },
118
- "validation-rules": { requireAllIfAny: n(m) }
149
+ "validation-rules": { requireAllIfAny: i(p) }
119
150
  }, null, 8, ["type", "validation-messages", "validation-rules"]),
120
- s(n(c), {
121
- type: n(p),
151
+ o(i(m), {
152
+ type: i(g),
122
153
  name: "phone",
123
154
  "text-label": "Telefonnummer",
124
155
  placeholder: "Geben Sie eine Telefonnummer an.",
125
- "validation-rules": { numeric: y, requireAllIfAny: n(m) },
156
+ "validation-rules": { numeric: z, requireAllIfAny: i(p) },
126
157
  validation: "numeric|+requireAllIfAny",
127
158
  "validation-label": "Telefonnummer",
128
159
  "validation-visibility": "submit",
129
160
  "validation-messages": {
130
- numeric: n(g)("Telefonnummer"),
131
- requireAllIfAny: n(u)("Telefonnummer")
161
+ numeric: i(A)("Telefonnummer"),
162
+ requireAllIfAny: i(v)("Telefonnummer")
132
163
  }
133
164
  }, null, 8, ["type", "validation-rules", "validation-messages"])
134
165
  ]),
@@ -139,26 +170,26 @@ const z = { class: "dpiV3_page V3-typography" }, E = { class: "funny-section" },
139
170
  })
140
171
  ])
141
172
  ]),
142
- e("section", J, [
143
- s(w)
173
+ n("section", re, [
174
+ o(O)
144
175
  ]),
145
- e("section", Q, [
146
- e("div", X, [
147
- s(q, { variant: "default" }, {
148
- icon: r(() => [
149
- s(n(I), {
176
+ n("section", ce, [
177
+ n("div", de, [
178
+ o(B, { variant: "default" }, {
179
+ icon: d(() => [
180
+ o(i(N), {
150
181
  size: 32,
151
182
  color: "#009fe3"
152
183
  })
153
184
  ]),
154
- title: r(() => i[8] || (i[8] = [
155
- k(" Wichtig! ", -1)
185
+ title: d(() => e[8] || (e[8] = [
186
+ M(" Wichtig! ", -1)
156
187
  ])),
157
- default: r(() => [
158
- i[9] || (i[9] = e("div", { class: "copy-large-regular" }, [
159
- e("p", null, "Bitte geben Sie keine persönlichen Daten preis! Diese dürfen auf unserer Plattform nicht veröffentlicht werden."),
160
- e("p", null, "Dazu zählen Namen, E-Mail-Adresse oder auch Telefonnummern von realen Personen."),
161
- e("p", null, "Geben Sie daher hier die Daten einer Organisationseinheit oder Abteilung an.")
188
+ default: d(() => [
189
+ e[9] || (e[9] = n("div", { class: "copy-large-regular" }, [
190
+ n("p", null, "Bitte geben Sie keine persönlichen Daten preis! Diese dürfen auf unserer Plattform nicht veröffentlicht werden."),
191
+ n("p", null, "Dazu zählen Namen, E-Mail-Adresse oder auch Telefonnummern von realen Personen."),
192
+ n("p", null, "Geben Sie daher hier die Daten einer Organisationseinheit oder Abteilung an.")
162
193
  ], -1))
163
194
  ]),
164
195
  _: 1,
@@ -170,5 +201,5 @@ const z = { class: "dpiV3_page V3-typography" }, E = { class: "funny-section" },
170
201
  }
171
202
  });
172
203
  export {
173
- re as default
204
+ ke as default
174
205
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./DpiModalBase.vue2.js";
2
2
  /* empty css */
3
- import a from "../../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const f = /* @__PURE__ */ a(o, [["__scopeId", "data-v-8d995a5f"]]);
3
+ import t from "../../../../../../_virtual/_plugin-vue_export-helper.js";
4
+ const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-10c6956e"]]);
5
5
  export {
6
- f as default
6
+ e as default
7
7
  };