@piveau/dpi 0.1.0-beta.5 → 0.1.0-beta.51

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 (74) hide show
  1. package/dist/assets/dpi.css +1 -1
  2. package/dist/data-provider-interface/DPIMenu.vue.js +2 -2
  3. package/dist/data-provider-interface/DataProviderInterface.vue2.js +45 -40
  4. package/dist/data-provider-interface/HappyFlowComponents/ComponentLibrary.vue.js +1 -1
  5. package/dist/data-provider-interface/HappyFlowComponents/HomeTable.vue.js +58 -53
  6. package/dist/data-provider-interface/HappyFlowComponents/services/dpiV3_apis.js +78 -66
  7. package/dist/data-provider-interface/HappyFlowComponents/ui/CloseOpenButtonV3.vue.js +11 -10
  8. package/dist/data-provider-interface/HappyFlowComponents/ui/Dropdown.vue.js +100 -76
  9. package/dist/data-provider-interface/HappyFlowComponents/ui/InputField.vue.js +1 -1
  10. package/dist/data-provider-interface/HappyFlowComponents/ui/ModalSimpleV3.vue.js +7 -7
  11. package/dist/data-provider-interface/HappyFlowComponents/ui/ModalV3.vue.js +434 -360
  12. package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessServiceV3.vue.js +103 -71
  13. package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AvailabilityV3.vue.js +17 -22
  14. package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChangeLicenseV3.vue.js +130 -77
  15. package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ChecksumV3.vue.js +91 -61
  16. package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/ConformsToV3.vue.js +111 -74
  17. package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/DocumentationsV3.vue.js +170 -99
  18. package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LanguageV3.vue.js +109 -52
  19. package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/PolicyV3.vue.js +65 -86
  20. package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/StatusV3.vue.js +29 -28
  21. package/dist/data-provider-interface/HappyFlowComponents/ui/RapModal.vue.js +153 -102
  22. package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/AdditionalsSubModal.vue.js +571 -207
  23. package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/CoverageModal.vue.js +100 -53
  24. package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/DistributionModal.vue.js +34 -56
  25. package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/EssentialsModal.vue.js +301 -100
  26. package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/FindabilityChips.vue.js +46 -27
  27. package/dist/data-provider-interface/HappyFlowComponents/ui/SectionItems/HVDSwitch.vue.js +70 -39
  28. package/dist/data-provider-interface/HappyFlowComponents/ui/TableRowV3.vue.js +182 -105
  29. package/dist/data-provider-interface/HappyFlowComponents/ui/TextAreaV3.vue.js +19 -14
  30. package/dist/data-provider-interface/HappyFlowComponents/ui/TextButtonSmall.vue.js +1 -1
  31. package/dist/data-provider-interface/HappyFlowComponents/ui/Toast.vue.js +30 -29
  32. package/dist/data-provider-interface/components/ContactPage.vue.js +153 -105
  33. package/dist/data-provider-interface/components/DiscoverabilityPage.vue.js +32 -32
  34. package/dist/data-provider-interface/components/DistLicense.vue.js +198 -99
  35. package/dist/data-provider-interface/components/DistributionSimplePage.vue.js +856 -790
  36. package/dist/data-provider-interface/components/Dropup.vue.js +6 -6
  37. package/dist/data-provider-interface/components/HVDPage.vue.js +105 -82
  38. package/dist/data-provider-interface/components/InfoSlot.vue.js +5 -5
  39. package/dist/data-provider-interface/components/PolGeoUriPage.vue.js +89 -46
  40. package/dist/data-provider-interface/components/PublisherPage.vue.js +111 -81
  41. package/dist/data-provider-interface/components/ReviewAndPublishPage.vue.js +302 -251
  42. package/dist/data-provider-interface/components/TempResPage.vue.js +267 -187
  43. package/dist/data-provider-interface/components/TempResPageInModal.vue.js +395 -0
  44. package/dist/data-provider-interface/components/UpdateDate.vue.js +33 -29
  45. package/dist/data-provider-interface/components/dpiV3Description.vue.js +7 -6
  46. package/dist/data-provider-interface/composables/useDpiContext.js +5 -7
  47. package/dist/data-provider-interface/composables/useDpiEditMode.js +15 -13
  48. package/dist/data-provider-interface/composables/useDpiSimpleLoader.js +397 -244
  49. package/dist/data-provider-interface/config/dcatapde/vocab-prefixes.js +1 -1
  50. package/dist/data-provider-interface/config/dcatapdeHappyFlow/converter.js +472 -95
  51. package/dist/data-provider-interface/config/dcatapdeHappyFlow/input-definition.js +104 -152
  52. package/dist/data-provider-interface/config/dcatapdeHappyFlow/page-content-config.js +10 -3
  53. package/dist/data-provider-interface/store/index.js +32 -0
  54. package/dist/data-provider-interface/store/modules/authStore.js +301 -0
  55. package/dist/data-provider-interface/store/modules/catalogueDetailsStore.js +34 -0
  56. package/dist/data-provider-interface/store/modules/cataloguesStore.js +256 -0
  57. package/dist/data-provider-interface/store/modules/datasetDetailsStore.js +644 -0
  58. package/dist/data-provider-interface/store/modules/datasetsStore.js +361 -0
  59. package/dist/data-provider-interface/store/{dpiStore.js → modules/dpiStore.js} +11 -12
  60. package/dist/data-provider-interface/store/modules/snackbarStore.js +45 -0
  61. package/dist/data-provider-interface/views/DraftsPage.vue.js +3 -3
  62. package/dist/data-provider-interface/views/InputPage.vue.js +378 -752
  63. package/dist/index.js +4 -4
  64. package/dist/styles/_dpi.scss +1614 -0
  65. package/dist/styles/_maps.scss +24 -0
  66. package/dist/styles/_variables.scss +973 -0
  67. package/dist/utils/draftApi.js +33 -0
  68. package/dist/utils/helpers.js +36 -22
  69. package/dist/utils/identifiersApi.js +16 -0
  70. package/dist/utils/jwt.js +7 -0
  71. package/package.json +12 -7
  72. package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/AccessRightsV3.vue.js +0 -41
  73. package/dist/data-provider-interface/HappyFlowComponents/ui/OptionalInformation/LicenseAttributionByText.vue.js +0 -46
  74. package/dist/data-provider-interface/store/modules/formSchemaStore.js +0 -94
@@ -1,4 +1,4 @@
1
- import { ref as p, computed as K, watch as C, createElementBlock as d, openBlock as r, createBlock as D, createCommentVNode as h, mergeProps as L, unref as B, withKeys as f, withModifiers as V, normalizeStyle as F, normalizeClass as T, createElementVNode as _, Fragment as x, renderList as E, toDisplayString as A, nextTick as N } from "vue";
1
+ import { ref as p, computed as K, watch as B, createElementBlock as s, openBlock as r, createBlock as b, createCommentVNode as h, mergeProps as H, unref as C, withKeys as f, withModifiers as V, normalizeStyle as F, normalizeClass as I, createElementVNode as _, Fragment as x, renderList as E, toDisplayString as A, nextTick as N } from "vue";
2
2
  import { onClickOutside as $ } from "@vueuse/core";
3
3
  import J from "./TextButtonSmall.vue.js";
4
4
  import Q from "./MoreButton.vue.js";
@@ -28,6 +28,9 @@ const ee = { class: "dpiV3_dropdownV3" }, te = {
28
28
  type: String,
29
29
  required: !0
30
30
  },
31
+ notDraft: {
32
+ type: Boolean
33
+ },
31
34
  text: {
32
35
  type: String,
33
36
  required: !0
@@ -53,7 +56,7 @@ const ee = { class: "dpiV3_dropdownV3" }, te = {
53
56
  dropdownWidth: {
54
57
  type: String,
55
58
  default: "medium",
56
- validator: (k) => ["medium", "large"].includes(k)
59
+ validator: (g) => ["medium", "large"].includes(g)
57
60
  },
58
61
  isDisabled: {
59
62
  type: Boolean,
@@ -67,139 +70,160 @@ const ee = { class: "dpiV3_dropdownV3" }, te = {
67
70
  loading: { type: Boolean, default: !1 }
68
71
  // Loading prop from parent
69
72
  },
70
- emits: ["update:modelValue", "input", "deleteDropdownField", "valueSent", "chosenVocItem", "clickOutside"],
71
- setup(k, { emit: I }) {
73
+ emits: [
74
+ "update:modelValue",
75
+ "input",
76
+ "deleteDropdownField",
77
+ "valueSent",
78
+ "chosenVocItem",
79
+ "clickOutside"
80
+ ],
81
+ setup(g, { emit: T }) {
72
82
  const { t: q } = Y(), w = p();
73
83
  p("#0172AD");
74
84
  let u = p(!1);
75
85
  const v = p({});
76
86
  p([]);
77
- const n = p(0), b = p(!1), g = I, M = (t) => q("message.dataupload.datasets.dcatde:politicalGeocodingURI.titles." + t), a = k, S = K(() => {
87
+ const n = p(0), D = p(!1), y = T, M = (e) => q(
88
+ "message.dataupload.datasets.dcatde:politicalGeocodingURI.titles." + e
89
+ ), a = g, S = K(() => {
78
90
  if (a.multi) {
79
91
  if (!a.data || !Array.isArray(a.data) || a.data.length === 0)
80
92
  return !0;
81
- for (const t of a.data)
82
- if (t.list && t.list.length > 0)
93
+ for (const e of a.data)
94
+ if (e.list && e.list.length > 0)
83
95
  return !1;
84
96
  return !0;
85
97
  } else
86
98
  return !a.data || !Array.isArray(a.data) || a.data.length === 0;
87
99
  });
88
- C(() => a.loading, (t) => {
89
- b.value = t;
90
- });
91
- const s = p(a.modelValue);
92
- C(() => a.modelValue, (t) => {
93
- s.value = t;
94
- });
100
+ B(
101
+ () => a.loading,
102
+ (e) => {
103
+ D.value = e;
104
+ }
105
+ );
106
+ const d = p(a.modelValue);
107
+ B(
108
+ () => a.modelValue,
109
+ (e) => {
110
+ d.value = e;
111
+ }
112
+ );
95
113
  const U = () => {
96
- y(), g("deleteDropdownField");
97
- }, W = (t) => {
98
- s.value = t.target.value, N(() => {
99
- g("input", s.value);
100
- }), a.autocomplete && s.value.length > 0 ? u.value = !0 : s.value.length === 0 && (u.value = !1);
114
+ k(), y("deleteDropdownField");
115
+ }, W = (e) => {
116
+ d.value = e.target.value, N(() => {
117
+ y("input", d.value);
118
+ }), a.autocomplete && d.value.length > 0 ? u.value = !0 : d.value.length === 0 && (u.value = !1);
101
119
  }, O = K(() => {
102
120
  if (!a.autocomplete)
103
121
  return a.dropdownWidth === "large" ? "100%" : "161px";
104
- }), y = (t) => {
122
+ }), k = (e) => {
105
123
  a.autocomplete || a.isDisabled || (u.value = !u.value);
106
- }, j = (t) => {
107
- if (u.value && !b.value && !S.value) {
124
+ }, L = (e) => {
125
+ if (u.value && !D.value && !S.value) {
108
126
  n.value--;
109
- const e = Array.from(
127
+ const t = Array.from(
110
128
  document.querySelectorAll(".dpiV3_dropdown button")
111
129
  );
112
- e.length > 0 && (t.preventDefault(), n.value = (n.value + 1) % e.length, e[n.value].focus());
130
+ t.length > 0 && (e.preventDefault(), n.value = (n.value + 1) % t.length, t[n.value].focus());
113
131
  }
114
- }, m = (t, e) => {
115
- e.preventDefault(), (e.key === "Enter" || e.key === " " || e.key === "Spacebar") && (n.value = 0, v.value[t] || (v.value[t] = {}), v.value[t] = "var(--neutral-10, #fafafb)"), e.key === "Escape" && (n.value = 0, u.value = !u.value);
132
+ }, m = (e, t) => {
133
+ t.preventDefault(), (t.key === "Enter" || t.key === " " || t.key === "Spacebar") && (n.value = 0, v.value[e] || (v.value[e] = {}), v.value[e] = "var(--neutral-10, #fafafb)"), t.key === "Escape" && (n.value = 0, u.value = !u.value);
116
134
  const l = Array.from(
117
135
  document.querySelectorAll(".dpiV3_dropdownMulti .dpiV3_btnWrap button")
118
136
  ), c = l.findIndex((o) => o === document.activeElement);
119
- if (e.key === "ArrowDown") {
120
- e.preventDefault();
137
+ if (t.key === "ArrowDown") {
138
+ t.preventDefault();
121
139
  const o = (c + 1) % l.length;
122
140
  l[o].focus(), n.value = o;
123
- } else if (e.key === "ArrowUp") {
124
- e.preventDefault();
141
+ } else if (t.key === "ArrowUp") {
142
+ t.preventDefault();
125
143
  const o = (c - 1 + l.length) % l.length;
126
144
  l[o].focus(), n.value = o;
127
145
  }
128
- }, P = (t, e) => {
129
- e.preventDefault(), (e.key === "Enter" || e.key === " " || e.key === "Spacebar") && (a.data.forEach((l) => {
146
+ }, P = (e, t) => {
147
+ t.preventDefault(), (t.key === "Enter" || t.key === " " || t.key === "Spacebar") && (a.data.forEach((l) => {
130
148
  for (let c in l)
131
149
  l[c].forEach((o) => {
132
150
  o.selected = !1;
133
151
  });
134
- }), t.selected = !t.selected, s.value = t["@value"], u.value = !1);
135
- }, R = (t, e) => {
136
- e.preventDefault(), (e.key === "Enter" || e.key === " " || e.key === "Spacebar") && (v.value[t["@value"]] = "var(--neutral-10, #f1f1f3)", n.value = 0), e.key === "Escape" && (n.value = 0, u.value = !u.value);
152
+ }), e.selected = !e.selected, d.value = e["@value"], u.value = !1);
153
+ }, j = (e, t) => {
154
+ t.preventDefault(), (t.key === "Enter" || t.key === " " || t.key === "Spacebar") && (v.value[e["@value"]] = "var(--neutral-10, #f1f1f3)", n.value = 0), t.key === "Escape" && (n.value = 0, u.value = !u.value);
137
155
  const l = Array.from(document.querySelectorAll(".dpiV3_dropdown button"));
138
- e.key === "ArrowDown" ? (e.preventDefault(), n.value = (n.value + 1) % l.length, l[n.value].focus()) : e.key === "ArrowUp" || e.key === "Tab" && e.shiftKey ? (e.preventDefault(), n.value = (n.value - 1 + l.length) % l.length, l[n.value].focus()) : e.key === "Tab" && (e.preventDefault(), n.value = (n.value + 1) % l.length, l[n.value].focus());
139
- }, z = (t, e) => {
140
- e.preventDefault(), (e.key === "Enter" || e.key === " " || e.key === "Spacebar") && (a.data.forEach((l) => {
156
+ t.key === "ArrowDown" ? (t.preventDefault(), n.value = (n.value + 1) % l.length, l[n.value].focus()) : t.key === "ArrowUp" || t.key === "Tab" && t.shiftKey ? (t.preventDefault(), n.value = (n.value - 1 + l.length) % l.length, l[n.value].focus()) : t.key === "Tab" && (t.preventDefault(), n.value = (n.value + 1) % l.length, l[n.value].focus());
157
+ }, R = (e, t) => {
158
+ t.preventDefault(), (t.key === "Enter" || t.key === " " || t.key === "Spacebar") && (a.data.forEach((l) => {
141
159
  l.selected = !1;
142
- }), t.selected = !t.selected, v.value[t["@value"]] = "var(--neutral-5, #fafafb)", s.value = t["@value"], u.value = !1);
143
- }, G = (t, e, l) => {
144
- g("valueSent", t, l), s.value = t.alt_label.de + " (" + l + ")", u.value = !1;
145
- }, H = (t, e) => {
146
- e.type === "keydown" && e.preventDefault(), e.type === "click" && (a.multi ? (a.data.forEach((l) => {
160
+ }), e.selected = !e.selected, v.value[e["@value"]] = "var(--neutral-5, #fafafb)", d.value = e["@value"], u.value = !1);
161
+ }, z = (e, t, l) => {
162
+ y("valueSent", e, l), d.value = e.alt_label.de + " (" + l + ")", u.value = !1;
163
+ }, G = (e, t) => {
164
+ console.log(a.notDraft), t.type === "keydown" && t.preventDefault(), t.type === "click" && (a.multi ? (a.data.forEach((l) => {
147
165
  for (let c in l)
148
166
  l[c].forEach((o) => {
149
167
  o.selected = !1;
150
168
  });
151
- }), s.value = t["@value"], t.selected = !t.selected) : (a.data.forEach((l) => {
169
+ }), d.value = e["@value"], e.selected = !e.selected) : (a.data.forEach((l) => {
152
170
  l.selected = !1;
153
- }), t.selected = !t.selected, s.value = t["@value"]), u.value = !1, t["@value"] === void 0 && (s.value = t.pref_label.de || t.pref_label.en, g("chosenVocItem", t)), g("update:modelValue", t["@value"], t));
171
+ }), e.selected = !e.selected, d.value = e["@value"]), u.value = !1, e["@value"] === void 0 && (d.value = e.pref_label.de || e.pref_label.en, y("chosenVocItem", e)), e["@value"] === "Löschen" && a.notDraft && (d.value = "LöschenPublished", y("chosenVocItem", e)), y("update:modelValue", e["@value"], e));
154
172
  };
155
- return $(w, (t) => {
173
+ return $(w, (e) => {
156
174
  u.value = !1;
157
- }), (t, e) => (r(), d("div", ee, [
158
- a.type === "textButtonSmall" ? (r(), D(J, {
175
+ }), (e, t) => (r(), s("div", ee, [
176
+ a.type === "textButtonSmall" ? (r(), b(J, {
159
177
  key: 0,
160
178
  buttonText: a.buttonText,
161
- onClick: y,
179
+ onClick: k,
162
180
  ref_key: "accActive",
163
181
  ref: w
164
182
  }, null, 8, ["buttonText"])) : h("", !0),
165
- a.type === "moreButton" ? (r(), D(Q, {
183
+ a.type === "moreButton" ? (r(), b(Q, {
166
184
  key: 1,
167
- onClick: y,
185
+ onClick: k,
168
186
  ref_key: "accActive",
169
187
  ref: w
170
188
  }, null, 512)) : h("", !0),
171
- a.type === "inputField" ? (r(), D(X, L({ key: 2 }, a.inputFieldProps, {
172
- onClick: y,
189
+ a.type === "inputField" ? (r(), b(X, H({ key: 2 }, a.inputFieldProps, {
190
+ onClick: k,
173
191
  onKeydown: [
174
- f(V(y, ["prevent"]), ["space"]),
175
- f(y, ["enter"]),
176
- f(V(j, ["prevent"]), ["arrow-down"])
192
+ f(V(k, ["prevent"]), ["space"]),
193
+ f(k, ["enter"]),
194
+ f(V(L, ["prevent"]), ["arrow-down"])
177
195
  ],
178
196
  onInput: W,
179
197
  onDeleteButtonClicked: U,
180
- modelValue: s.value,
181
- dropDownExpanded: B(u),
198
+ modelValue: d.value,
199
+ dropDownExpanded: C(u),
182
200
  ref_key: "accActive",
183
201
  ref: w
184
202
  }), null, 16, ["onKeydown", "modelValue", "dropDownExpanded"])) : h("", !0),
185
- B(u) ? (r(), d("div", {
203
+ C(u) ? (r(), s("div", {
186
204
  key: 3,
187
- class: T(["dpiV3_dropdownWrapper", {
205
+ class: I(["dpiV3_dropdownWrapper", {
188
206
  alignRight: a.alignment === "right"
189
207
  }]),
190
208
  style: F({ width: O.value })
191
209
  }, [
192
- b.value ? (r(), d("div", te, e[0] || (e[0] = [
210
+ D.value ? (r(), s("div", te, t[0] || (t[0] = [
193
211
  _("div", { class: "dpiV3_loading-spinner" }, null, -1),
194
212
  _("span", null, "Daten werden geladen...", -1)
195
- ]))) : S.value ? (r(), d("div", le, e[1] || (e[1] = [
213
+ ]))) : S.value ? (r(), s("div", le, t[1] || (t[1] = [
196
214
  _("span", null, "Keine Ergebnisse gefunden", -1)
197
- ]))) : a.multi ? (r(), d("ul", ae, [
198
- (r(!0), d(x, null, E(k.data, (l, c) => (r(), d("div", oe, [
199
- _("div", ne, A(t.$t("message.dataupload.datasets.dcatde:politicalGeocodingURI.titles." + l.headers)), 1),
200
- (r(!0), d(x, null, E(l.list, (o, pe) => (r(), d("div", ue, [
215
+ ]))) : a.multi ? (r(), s("ul", ae, [
216
+ (r(!0), s(x, null, E(g.data, (l, c) => (r(), s("div", oe, [
217
+ _("div", ne, A(e.$t(
218
+ "message.dataupload.datasets.dcatde:politicalGeocodingURI.titles." + l.headers
219
+ )), 1),
220
+ (r(!0), s(x, null, E(l.list, (o, pe) => (r(), s("div", ue, [
201
221
  _("button", {
202
- onClick: (i) => G(o, i, M(l.headers)),
222
+ onClick: (i) => z(
223
+ o,
224
+ i,
225
+ M(l.headers)
226
+ ),
203
227
  onKeydown: [
204
228
  f((i) => m(o, i), ["enter"]),
205
229
  f(V((i) => m(o, i), ["prevent"]), ["space"]),
@@ -209,23 +233,23 @@ const ee = { class: "dpiV3_dropdownV3" }, te = {
209
233
  onKeyup: (i) => P(o, i)
210
234
  }, A(o.alt_label.de), 41, re)
211
235
  ]))), 256)),
212
- c - 1 != Object.values(l).length ? (r(), d("div", de)) : h("", !0)
236
+ c - 1 != Object.values(l).length ? (r(), s("div", de)) : h("", !0)
213
237
  ]))), 256))
214
- ])) : (r(), d("ul", se, [
215
- (r(!0), d(x, null, E(k.data, (l, c) => (r(), d("button", {
216
- onClick: (o) => H(l, o),
217
- onKeydown: (o) => R(l, o),
218
- onKeyup: (o) => z(l, o),
219
- class: T({ dpiV3_selected: l.selected }),
238
+ ])) : (r(), s("ul", se, [
239
+ (r(!0), s(x, null, E(g.data, (l, c) => (r(), s("button", {
240
+ onClick: (o) => G(l, o),
241
+ onKeydown: (o) => j(l, o),
242
+ onKeyup: (o) => R(l, o),
243
+ class: I({ dpiV3_selected: l.selected }),
220
244
  style: F({
221
245
  background: v.value[l["@value"]] || "initial"
222
246
  })
223
- }, A(l["@value"] || l.pref_label.de), 47, ie))), 256))
247
+ }, A(l["@value"] || l.pref_label.de || l.pref_label.en), 47, ie))), 256))
224
248
  ]))
225
249
  ], 6)) : h("", !0)
226
250
  ]));
227
251
  }
228
- }, me = /* @__PURE__ */ Z(ce, [["__scopeId", "data-v-ed0325fe"]]);
252
+ }, me = /* @__PURE__ */ Z(ce, [["__scopeId", "data-v-3fad67f2"]]);
229
253
  export {
230
254
  me as default
231
255
  };
@@ -471,7 +471,7 @@ const le = { class: "dpiV3_input-field" }, ne = {
471
471
  ])) : i("", !0)
472
472
  ]));
473
473
  }
474
- }, Oe = /* @__PURE__ */ te(Me, [["__scopeId", "data-v-31b5c8b4"]]);
474
+ }, Oe = /* @__PURE__ */ te(Me, [["__scopeId", "data-v-7d107918"]]);
475
475
  export {
476
476
  Oe as default
477
477
  };
@@ -3,10 +3,10 @@ import m from "./TextButtonSmall.vue.js";
3
3
  import _ from "./ButtonV3.vue.js";
4
4
  import V from "./CrossOutButton.vue.js";
5
5
  /* empty css */
6
- const f = { class: "dpiV3_modalBackground" }, k = { class: "dpiV3_modalWrap" }, v = { class: "dpiV3_modalMainWrap" }, y = { class: "dpiV3_modalHeaderWrap" }, b = { class: "dpiV3_modalText" }, x = {
6
+ const k = { class: "dpiV3_modalBackground" }, f = { class: "dpiV3_modalWrap" }, v = { class: "dpiV3_modalMainWrap" }, y = { class: "dpiV3_modalHeaderWrap" }, b = { class: "dpiV3_modalText" }, x = {
7
7
  key: 0,
8
8
  class: "dpiV3AutoCompleteWrap copy-large-semi-bold"
9
- }, C = { class: "dpiV3_LinkInfos" }, B = {
9
+ }, B = { class: "dpiV3_LinkInfos" }, C = {
10
10
  key: 0,
11
11
  class: "dpiV3_title"
12
12
  }, T = {
@@ -58,8 +58,8 @@ const f = { class: "dpiV3_modalBackground" }, k = { class: "dpiV3_modalWrap" },
58
58
  }, S = () => {
59
59
  c("actionHandling", s.action), d();
60
60
  };
61
- return (L, o) => (e(), n("div", f, [
62
- i("div", k, [
61
+ return (L, o) => (e(), n("div", k, [
62
+ i("div", f, [
63
63
  i("div", v, [
64
64
  i("div", y, [
65
65
  i("h2", null, a(s.headerText), 1),
@@ -71,8 +71,8 @@ const f = { class: "dpiV3_modalBackground" }, k = { class: "dpiV3_modalWrap" },
71
71
  i("span", b, a(s.text), 1)
72
72
  ]),
73
73
  !t.dataRange && (t.optionalString_1 || t.optionalString_2) ? (e(), n("div", x, [
74
- i("div", C, [
75
- t.optionalString_1 ? (e(), n("div", B, a(t.optionalString_1), 1)) : l("", !0),
74
+ i("div", B, [
75
+ t.optionalString_1 ? (e(), n("div", C, a(t.optionalString_1), 1)) : l("", !0),
76
76
  t.optionalString_2 && t.optionalString_1 === "" ? (e(), n("div", T, a(t.optionalString_2), 1)) : l("", !0)
77
77
  ])
78
78
  ])) : l("", !0),
@@ -96,7 +96,7 @@ const f = { class: "dpiV3_modalBackground" }, k = { class: "dpiV3_modalWrap" },
96
96
  s.action === "cancel" ? (e(), p(m, {
97
97
  key: 0,
98
98
  buttonText: "Zurück",
99
- class: "dpiv3_modalCancelButton",
99
+ class: "dpiv3_modalCancelButton copy-button-ml modalBackButton",
100
100
  onClick: d,
101
101
  ref: "accActive",
102
102
  iconStart: "CaretLeft",