@piveau/dpi 0.1.0-beta.44 → 0.1.0-beta.46

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.
@@ -1,4 +1,4 @@
1
- import o from "axios";
1
+ import n from "axios";
2
2
  import { cloneDeep as u, get as T } from "lodash-es";
3
3
  import i from "../../../utils/draftApi.js";
4
4
  import f from "../../../utils/identifiersApi.js";
@@ -68,14 +68,14 @@ const d = {
68
68
  e("UPDATE_USER_DATA_PENDING");
69
69
  try {
70
70
  if (!s) throw new Error("Failed to retrieve RTP token");
71
- const E = R(s), D = T(E, "authorization.permissions", []), n = T(E, "realm_access.roles", []);
71
+ const E = R(s), D = T(E, "authorization.permissions", []), o = T(E, "realm_access.roles", []);
72
72
  e("SET_USER_DATA", {
73
73
  authToken: a,
74
74
  rtpToken: s,
75
75
  userName: E.preferred_username,
76
76
  permissions: D,
77
77
  drafts: [],
78
- roles: n
78
+ roles: o
79
79
  }), _ = i({ baseURL: r, authToken: s }), A = f({
80
80
  baseURL: r,
81
81
  authToken: s
@@ -101,7 +101,7 @@ const d = {
101
101
  data: t.body
102
102
  };
103
103
  console.log("############", a);
104
- const s = await o.request(a);
104
+ const s = await n.request(a);
105
105
  (s.status === 201 || s.status === 204) && (e("CHANGE_IS_EDIT_MODE", !1), e("CHANGE_IS_DRAFT", !1));
106
106
  },
107
107
  /**
@@ -131,8 +131,8 @@ const d = {
131
131
  title: r,
132
132
  body: E
133
133
  }), e("UPDATE_USER_DATA_SUCCESS");
134
- } catch (n) {
135
- throw e("UPDATE_USER_DATA_ERROR"), n;
134
+ } catch (o) {
135
+ throw e("UPDATE_USER_DATA_ERROR"), o;
136
136
  }
137
137
  return D;
138
138
  },
@@ -150,7 +150,7 @@ const d = {
150
150
  },
151
151
  async publishUserDraftById({ commit: e, state: t }, { id: a, catalog: s, body: r = {} }) {
152
152
  if (!_) return {};
153
- if (!t.userData.drafts.find((n) => n.id === a)) return {};
153
+ if (!t.userData.drafts.find((o) => o.id === a)) return {};
154
154
  e("UPDATE_USER_DATA_PENDING");
155
155
  let D;
156
156
  try {
@@ -158,9 +158,11 @@ const d = {
158
158
  id: a,
159
159
  catalogue: s,
160
160
  body: r
161
- }), e("DELETE_USER_DRAFT", a), e("UPDATE_USER_DATA_SUCCESS"), e("CHANGE_IS_DRAFT", !1), e("CHANGE_IS_EDIT_MODE", !1);
162
- } catch (n) {
163
- throw e("UPDATE_USER_DATA_ERROR"), n;
161
+ });
162
+ debugger;
163
+ e("DELETE_USER_DRAFT", a), e("UPDATE_USER_DATA_SUCCESS"), e("CHANGE_IS_DRAFT", !1), e("CHANGE_IS_EDIT_MODE", !1);
164
+ } catch (o) {
165
+ throw console.log("error"), e("UPDATE_USER_DATA_ERROR"), o;
164
166
  }
165
167
  return D;
166
168
  },
@@ -170,7 +172,7 @@ const d = {
170
172
  method: "GET",
171
173
  url: E + "drafts/datasets/" + a + ".nt?catalogue=" + r
172
174
  };
173
- await o.request(D);
175
+ await n.request(D);
174
176
  },
175
177
  async publishUserDraft({ dispatch: e }, { id: t, catalog: a, body: s }) {
176
178
  return e("publishUserDraftById", { id: t, catalog: a, body: s });
@@ -224,7 +226,7 @@ const d = {
224
226
  Authorization: `Bearer ${t.token}`
225
227
  },
226
228
  data: t.data
227
- }, s = await o.request(a);
229
+ }, s = await n.request(a);
228
230
  if (s.status === 201 | s.status === 204) {
229
231
  e("CHANGE_IS_EDIT_MODE", !1), e("CHANGE_IS_DRAFT", !1);
230
232
  const r = u(d.userData), E = {
@@ -1,10 +1,10 @@
1
1
  import { getNode as K } from "@formkit/core";
2
2
  import "@formkit/vue";
3
- import { PhNumberCircleFive as J, PhCheckCircle as Z, PhLightbulb as G } from "@phosphor-icons/vue";
3
+ import { PhNumberCircleFive as Z, PhCheckCircle as G, PhLightbulb as J } from "@phosphor-icons/vue";
4
4
  import { useWindowScroll as Q } from "@vueuse/core";
5
5
  import X from "jquery";
6
6
  import { has as I, isNil as j } from "lodash-es";
7
- import { defineComponent as Y, resolveComponent as g, createElementBlock as r, openBlock as o, createCommentVNode as p, createElementVNode as s, createVNode as h, createBlock as b, toDisplayString as c, withModifiers as N, withCtx as U, Fragment as V, renderList as _, withDirectives as z, normalizeClass as y, vShow as H, createTextVNode as M, ref as R, markRaw as x, getCurrentInstance as ee } from "vue";
7
+ import { defineComponent as Y, resolveComponent as g, createElementBlock as r, openBlock as s, createCommentVNode as p, createElementVNode as o, createVNode as h, createBlock as b, withModifiers as N, withCtx as U, Fragment as V, renderList as _, withDirectives as z, normalizeClass as y, toDisplayString as c, vShow as H, createTextVNode as M, ref as R, markRaw as x, getCurrentInstance as ee } from "vue";
8
8
  import { useI18n as te } from "vue-i18n";
9
9
  import { mapActions as B, mapGetters as W } from "vuex";
10
10
  import ie from "../components/InputPageStep.vue.js";
@@ -91,9 +91,9 @@ const Fe = Y({
91
91
  ButtonV3: be,
92
92
  TextButtonSmall: _e,
93
93
  Illustration: Ce,
94
- PhLightbulb: G,
95
- PhCheckCircle: Z,
96
- PhNumberCircleFive: J,
94
+ PhLightbulb: J,
95
+ PhCheckCircle: G,
96
+ PhNumberCircleFive: Z,
97
97
  ModalSimpleV3: Ve
98
98
  },
99
99
  computed: {
@@ -237,7 +237,11 @@ const Fe = Y({
237
237
  );
238
238
  }).catch((a) => {
239
239
  console.error("Fehler beim Senden der Daten:", a);
240
- });
240
+ }), setTimeout(() => {
241
+ window.location.href = this.$router.resolve({
242
+ name: "DPI-Home-HappyFlow"
243
+ }).href;
244
+ }, 1e3);
241
245
  }
242
246
  } catch (i) {
243
247
  console.log(i);
@@ -398,7 +402,7 @@ const Fe = Y({
398
402
  }, He = { key: 1 }, Me = {
399
403
  key: 0,
400
404
  class: "dpiV3_stepper"
401
- }, Re = { class: "dpiV3_steps" }, Be = ["data-step-active", "data-step-valid"], We = { class: "dpiV3_stepBubbleWrap" }, qe = ["src"], Ke = ["src"], Je = ["textContent"], Ze = { style: { "vertical-align": "middle" } }, Ge = { class: "dpiV3_subStepWrapper" }, Qe = {
405
+ }, Re = { class: "dpiV3_steps" }, Be = ["data-step-active", "data-step-valid"], We = { class: "dpiV3_stepBubbleWrap" }, qe = ["src"], Ke = ["src"], Ze = ["textContent"], Ge = { style: { "vertical-align": "middle" } }, Je = { class: "dpiV3_subStepWrapper" }, Qe = {
402
406
  key: 0,
403
407
  class: "dpiV3_seperatorHorizontalStepper"
404
408
  }, Xe = {
@@ -437,12 +441,9 @@ const Fe = Y({
437
441
  };
438
442
  function Ut(e, t, i, n, a, v) {
439
443
  const C = g("TextButtonSmall"), m = g("ButtonV3"), k = g("LogoV3"), P = g("PhNumberCircleFive"), $ = g("PhCheckCircle"), T = g("Illustration"), D = g("FormKitSchema"), w = g("PhLightbulb"), F = g("DistributionInputPage"), A = g("InputPageStep"), L = g("FormKit"), O = g("ModalSimpleV3");
440
- return o(), r("div", Ae, [
441
- e.isInput ? (o(), r("div", Le, [
442
- s("div", Oe, [
443
- s("details", null, [
444
- s("pre", null, c(JSON.stringify(e.formValues, null, 2)), 1)
445
- ]),
444
+ return s(), r("div", Ae, [
445
+ e.isInput ? (s(), r("div", Le, [
446
+ o("div", Oe, [
446
447
  h(L, {
447
448
  id: "dpiForm",
448
449
  modelValue: e.formValues,
@@ -455,16 +456,16 @@ function Ut(e, t, i, n, a, v) {
455
456
  }, ["prevent"]))
456
457
  }, {
457
458
  default: U(() => [
458
- e.dpiContext.edit.fromDraft || e.dpiContext.edit.enabled ? (o(), r("div", Ee, [
459
- s("div", je, [
459
+ e.dpiContext.edit.fromDraft || e.dpiContext.edit.enabled ? (s(), r("div", Ee, [
460
+ o("div", je, [
460
461
  h(C, {
461
462
  "button-text": "Übersicht",
462
463
  "icon-start": "CaretLeft",
463
464
  "icon-name": "caretLeft",
464
465
  onClick: e.gotToHome
465
466
  }, null, 8, ["onClick"]),
466
- s("div", null, [
467
- e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (o(), r("div", Ue, [
467
+ o("div", null, [
468
+ e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (s(), r("div", Ue, [
468
469
  h(m, {
469
470
  "button-text": "Veröffentlichung aufheben",
470
471
  size: "large",
@@ -477,7 +478,7 @@ function Ut(e, t, i, n, a, v) {
477
478
  "icon-end": "Out",
478
479
  onClick: t[1] || (t[1] = (l) => e.handlePublishedRoute())
479
480
  })
480
- ])) : (o(), r("div", ze, [
481
+ ])) : (s(), r("div", ze, [
481
482
  h(m, {
482
483
  "button-text": "Veröffentlichen",
483
484
  size: "large",
@@ -486,11 +487,11 @@ function Ut(e, t, i, n, a, v) {
486
487
  ]))
487
488
  ])
488
489
  ])
489
- ])) : (o(), r("div", He, [
490
- e.$env.content.dataProviderInterface.specification === "dcatapdeHappyFlow" && e.activeStep !== "Landing" ? (o(), r("div", Me, [
490
+ ])) : (s(), r("div", He, [
491
+ e.$env.content.dataProviderInterface.specification === "dcatapdeHappyFlow" && e.activeStep !== "Landing" ? (s(), r("div", Me, [
491
492
  h(k),
492
- s("ul", Re, [
493
- (o(!0), r(V, null, _(e.steps, (l, u, d) => z((o(), r("li", {
493
+ o("ul", Re, [
494
+ (s(!0), r(V, null, _(e.steps, (l, u, d) => z((s(), r("li", {
494
495
  key: l,
495
496
  class: y(["dpiV3_step", {
496
497
  dpiV3_activeItem: e.activeStep === u,
@@ -500,71 +501,71 @@ function Ut(e, t, i, n, a, v) {
500
501
  "data-step-active": e.activeStep === u,
501
502
  "data-step-valid": l.valid && l.errorCount === 0
502
503
  }, [
503
- s("div", We, [
504
- s("div", {
504
+ o("div", We, [
505
+ o("div", {
505
506
  class: y(["firstRowWrapper", {
506
507
  dpiV3_activeStepName: u === e.activeStep,
507
508
  formerlyVisitedStep: e.stepCounter > d,
508
509
  "copy-small-regular": e.stepCounter > d
509
510
  }])
510
511
  }, [
511
- e.activeStep === u && d < 5 ? (o(), r("img", {
512
+ e.activeStep === u && d < 5 ? (s(), r("img", {
512
513
  key: 0,
513
514
  class: "dpiV3_circle dpiV3_stepCircle",
514
515
  src: e.selectedImages[d - 1],
515
516
  alt: "Selected Icon"
516
517
  }, null, 8, qe)) : p("", !0),
517
- e.activeStep === u && d === 5 ? (o(), b(P, {
518
+ e.activeStep === u && d === 5 ? (s(), b(P, {
518
519
  key: 1,
519
520
  size: 28,
520
521
  color: "#009FE3",
521
522
  weight: "fill"
522
523
  })) : p("", !0),
523
- d < e.stepCounter ? (o(), b($, {
524
+ d < e.stepCounter ? (s(), b($, {
524
525
  key: 2,
525
526
  size: 28,
526
527
  color: "#70CC44",
527
528
  weight: "fill"
528
529
  })) : p("", !0),
529
- d > e.stepCounter ? (o(), r("img", {
530
+ d > e.stepCounter ? (s(), r("img", {
530
531
  key: 3,
531
532
  class: "dpiV3_circle dpiV3_stepCircle",
532
533
  src: e.images[d - 1],
533
534
  alt: "Selected Icon"
534
535
  }, null, 8, Ke)) : p("", !0),
535
- e.checkStepValidity(u) ? (o(), r("span", {
536
+ e.checkStepValidity(u) ? (s(), r("span", {
536
537
  key: 4,
537
538
  class: "dpiV3_step--errors",
538
539
  textContent: c(l.errorCount + l.blockingCount)
539
- }, null, 8, Je)) : p("", !0),
540
- s("span", Ze, c(e.$t(`message.dataupload.steps.${u}Step`)), 1)
540
+ }, null, 8, Ze)) : p("", !0),
541
+ o("span", Ge, c(e.$t(`message.dataupload.steps.${u}Step`)), 1)
541
542
  ], 2),
542
- s("div", Ge, [
543
- d + 1 != Object.keys(e.steps).length - 1 && d >= e.stepCounter ? (o(), r("div", Qe)) : p("", !0),
544
- d + 1 != Object.keys(e.steps).length - 1 && d < e.stepCounter ? (o(), r("div", Xe)) : p("", !0),
545
- e.activeStep === u ? (o(), r("div", Ye, [
546
- e.stepCounter < 5 ? (o(!0), r(V, { key: 0 }, _(Object.keys(
543
+ o("div", Je, [
544
+ d + 1 != Object.keys(e.steps).length - 1 && d >= e.stepCounter ? (s(), r("div", Qe)) : p("", !0),
545
+ d + 1 != Object.keys(e.steps).length - 1 && d < e.stepCounter ? (s(), r("div", Xe)) : p("", !0),
546
+ e.activeStep === u ? (s(), r("div", Ye, [
547
+ e.stepCounter < 5 ? (s(!0), r(V, { key: 0 }, _(Object.keys(
547
548
  e.subSteps[d]
548
- ), (S, f) => (o(), r("div", Ne, [
549
- s("div", xe, [
550
- e.substepCounter > f ? (o(), b($, {
549
+ ), (S, f) => (s(), r("div", Ne, [
550
+ o("div", xe, [
551
+ e.substepCounter > f ? (s(), b($, {
551
552
  key: 0,
552
553
  size: 20,
553
554
  color: "#009FE3"
554
- })) : (o(), r("img", {
555
+ })) : (s(), r("img", {
555
556
  key: 1,
556
557
  src: e.getCircles(f),
557
558
  alt: "circle"
558
559
  }, null, 8, et)),
559
- f != Object.keys(e.subSteps[d]).length - 1 ? (o(), r("div", {
560
+ f != Object.keys(e.subSteps[d]).length - 1 ? (s(), r("div", {
560
561
  key: 2,
561
562
  class: y(["dpiV3_seperatorHorizontalStepperInner", {
562
563
  dpiV3_seperatorHorizontalStepperInnerVisited: e.substepCounter > f
563
564
  }])
564
565
  }, null, 2)) : p("", !0)
565
566
  ]),
566
- s("div", tt, [
567
- s("span", {
567
+ o("div", tt, [
568
+ o("span", {
568
569
  class: y(["large-regular dpiV3_substepText", {
569
570
  dpiV3_activeStepDesc: S === e.activeSubStep,
570
571
  formerlyVisitedStep: e.substepCounter > f
@@ -583,21 +584,21 @@ function Ut(e, t, i, n, a, v) {
583
584
  ], 10, Be)), [
584
585
  [H, u !== "Landing" && u !== "Additionals"]
585
586
  ])), 128)),
586
- e.activeStep === "Overview" ? (o(), r("li", it, t[14] || (t[14] = [
587
- s("div", { class: "dpiV3_circle dpiV3_stepCircle" }, null, -1)
587
+ e.activeStep === "Overview" ? (s(), r("li", it, t[14] || (t[14] = [
588
+ o("div", { class: "dpiV3_circle dpiV3_stepCircle" }, null, -1)
588
589
  ]))) : p("", !0)
589
590
  ])
590
- ])) : (o(), r("div", st, [
591
- s("div", ot, [
591
+ ])) : (s(), r("div", st, [
592
+ o("div", ot, [
592
593
  h(k)
593
594
  ]),
594
- s("div", at, [
595
+ o("div", at, [
595
596
  h(T, { "illustration-name": "start" })
596
597
  ])
597
598
  ]))
598
599
  ])),
599
- e.$env.content.dataProviderInterface.specification != "dcatapdeHappyFlow" ? (o(), r("ul", rt, [
600
- (o(!0), r(V, null, _(e.steps, (l, u, d) => (o(), r("li", {
600
+ e.$env.content.dataProviderInterface.specification != "dcatapdeHappyFlow" ? (s(), r("ul", rt, [
601
+ (s(!0), r(V, null, _(e.steps, (l, u, d) => (s(), r("li", {
601
602
  key: l,
602
603
  class: y(["step", {
603
604
  activeItem: e.activeStep === u,
@@ -610,32 +611,32 @@ function Ut(e, t, i, n, a, v) {
610
611
  e.activeStep = u, e.update(), e.scrollToTop();
611
612
  }
612
613
  }, [
613
- s("div", lt, [
614
- s("div", dt, c(d + 1), 1),
615
- e.checkStepValidity(u) ? (o(), r("span", {
614
+ o("div", lt, [
615
+ o("div", dt, c(d + 1), 1),
616
+ e.checkStepValidity(u) ? (s(), r("span", {
616
617
  key: 0,
617
618
  class: "step--errors",
618
619
  textContent: c(l.errorCount + l.blockingCount)
619
620
  }, null, 8, pt)) : p("", !0),
620
621
  M(c(e.$t(`message.dataupload.steps.${u}Step`)), 1)
621
622
  ]),
622
- d != Object.keys(e.steps).length ? (o(), r("div", ut)) : p("", !0)
623
+ d != Object.keys(e.steps).length ? (s(), r("div", ut)) : p("", !0)
623
624
  ], 10, nt))), 128)),
624
- e.activeStep === "Overview" ? (o(), r("li", ct, t[15] || (t[15] = [
625
- s("div", { class: "circle stepCircle" }, null, -1)
625
+ e.activeStep === "Overview" ? (s(), r("li", ct, t[15] || (t[15] = [
626
+ o("div", { class: "circle stepCircle" }, null, -1)
626
627
  ]))) : p("", !0)
627
628
  ])) : p("", !0),
628
- (o(!0), r(V, null, _(e.getNavSteps(
629
+ (s(!0), r(V, null, _(e.getNavSteps(
629
630
  e.$env.content.dataProviderInterface.specification
630
- )[e.property], (l, u) => (o(), b(A, {
631
+ )[e.property], (l, u) => (s(), b(A, {
631
632
  key: u,
632
633
  name: l
633
634
  }, {
634
635
  default: U(() => [
635
- (o(!0), r(V, null, _(Object.keys(
636
+ (s(!0), r(V, null, _(Object.keys(
636
637
  e.getSchema(e.property).value[l]
637
- ).length, (d, S) => z((o(), r("div", ht, [
638
- l !== "Distributions" && l !== "Additionals" ? (o(), b(D, {
638
+ ).length, (d, S) => z((s(), r("div", ht, [
639
+ l !== "Distributions" && l !== "Additionals" ? (s(), b(D, {
639
640
  key: 0,
640
641
  schema: e.getSchema(e.property).value[l][S],
641
642
  library: e.library,
@@ -651,7 +652,7 @@ function Ut(e, t, i, n, a, v) {
651
652
  )[0] === e.activeSubStep.replace(/_\d+$/, "") || l === "Landing"
652
653
  ]
653
654
  ])), 256)),
654
- e.activeStep === "Landing" ? (o(), r("div", vt, [
655
+ e.activeStep === "Landing" ? (s(), r("div", vt, [
655
656
  h(m, {
656
657
  "button-text": "Abbrechen",
657
658
  size: "large",
@@ -666,8 +667,8 @@ function Ut(e, t, i, n, a, v) {
666
667
  onClick: t[4] || (t[4] = (d) => e.navTrigger("next"))
667
668
  })
668
669
  ])) : p("", !0),
669
- e.activeStep === "ReviewAndPublish" ? (o(), r("div", mt, [
670
- s("div", gt, [
670
+ e.activeStep === "ReviewAndPublish" ? (s(), r("div", mt, [
671
+ o("div", gt, [
671
672
  h(m, {
672
673
  "button-text": "Als Entwurf speichern",
673
674
  size: "large",
@@ -681,7 +682,7 @@ function Ut(e, t, i, n, a, v) {
681
682
  })
682
683
  ])
683
684
  ])) : p("", !0),
684
- e.activeStep !== "Landing" && e.activeStep !== "ReviewAndPublish" ? (o(), r("div", {
685
+ e.activeStep !== "Landing" && e.activeStep !== "ReviewAndPublish" ? (s(), r("div", {
685
686
  key: 2,
686
687
  class: y(["dpiV3_CTA", {
687
688
  dpiV3_activeInfobox: e.activeSubStep.includes("hvdPage")
@@ -693,8 +694,8 @@ function Ut(e, t, i, n, a, v) {
693
694
  variant: "tertiary",
694
695
  onClick: t[7] || (t[7] = (d) => e.activeSimpleModal = !0)
695
696
  }),
696
- s("div", ft, [
697
- e.activeStep !== "Landing" ? (o(), b(m, {
697
+ o("div", ft, [
698
+ e.activeStep !== "Landing" ? (s(), b(m, {
698
699
  key: 0,
699
700
  "icon-start": "CaretLeft",
700
701
  "button-text": "Zurück",
@@ -710,70 +711,70 @@ function Ut(e, t, i, n, a, v) {
710
711
  })
711
712
  ])
712
713
  ], 2)) : p("", !0),
713
- e.activeSubStep.includes("hvdPage") ? (o(), r("div", St, [
714
- s("div", bt, [
715
- s("div", Ct, [
714
+ e.activeSubStep.includes("hvdPage") ? (s(), r("div", St, [
715
+ o("div", bt, [
716
+ o("div", Ct, [
716
717
  h(w, {
717
718
  size: 32,
718
719
  color: "#009fe3"
719
720
  }),
720
- s("div", yt, c(e.$t("message.dataupload.datasets.hvdPage.tips-hvd")), 1)
721
+ o("div", yt, c(e.$t("message.dataupload.datasets.hvdPage.tips-hvd")), 1)
721
722
  ]),
722
- s("div", Vt, [
723
- s("div", _t, c(e.$t("message.dataupload.datasets.hvdPage.tips-text")), 1),
724
- s("div", kt, [
725
- s("div", $t, " 1. " + c(e.$t(
723
+ o("div", Vt, [
724
+ o("div", _t, c(e.$t("message.dataupload.datasets.hvdPage.tips-text")), 1),
725
+ o("div", kt, [
726
+ o("div", $t, " 1. " + c(e.$t(
726
727
  "message.dataupload.datasets.hvdPage.tips-question-1"
727
728
  )), 1),
728
- s("ul", It, [
729
- s("li", null, c(e.$t(
729
+ o("ul", It, [
730
+ o("li", null, c(e.$t(
730
731
  "message.dataupload.datasets.hvdPage.hvd-category-1"
731
732
  )), 1),
732
- s("li", null, c(e.$t(
733
+ o("li", null, c(e.$t(
733
734
  "message.dataupload.datasets.hvdPage.hvd-category-2"
734
735
  )), 1),
735
- s("li", null, c(e.$t(
736
+ o("li", null, c(e.$t(
736
737
  "message.dataupload.datasets.hvdPage.hvd-category-3"
737
738
  )), 1),
738
- s("li", null, c(e.$t(
739
+ o("li", null, c(e.$t(
739
740
  "message.dataupload.datasets.hvdPage.hvd-category-4"
740
741
  )), 1),
741
- s("li", null, c(e.$t(
742
+ o("li", null, c(e.$t(
742
743
  "message.dataupload.datasets.hvdPage.hvd-category-5"
743
744
  )), 1),
744
- s("li", null, c(e.$t(
745
+ o("li", null, c(e.$t(
745
746
  "message.dataupload.datasets.hvdPage.hvd-category-6"
746
747
  )), 1)
747
748
  ])
748
749
  ]),
749
- s("div", Pt, [
750
- s("div", Tt, " 2. " + c(e.$t(
750
+ o("div", Pt, [
751
+ o("div", Tt, " 2. " + c(e.$t(
751
752
  "message.dataupload.datasets.hvdPage.tips-question-2"
752
753
  )), 1),
753
- s("p", Dt, c(e.$t("message.dataupload.datasets.hvdPage.tips-example-2")), 1)
754
+ o("p", Dt, c(e.$t("message.dataupload.datasets.hvdPage.tips-example-2")), 1)
754
755
  ]),
755
- s("div", wt, [
756
- s("div", Ft, " 3. " + c(e.$t(
756
+ o("div", wt, [
757
+ o("div", Ft, " 3. " + c(e.$t(
757
758
  "message.dataupload.datasets.hvdPage.tips-question-3"
758
759
  )), 1),
759
- s("p", At, c(e.$t("message.dataupload.datasets.hvdPage.tips-example-3")), 1)
760
+ o("p", At, c(e.$t("message.dataupload.datasets.hvdPage.tips-example-3")), 1)
760
761
  ]),
761
- s("div", Lt, [
762
- s("div", Ot, " 4. " + c(e.$t(
762
+ o("div", Lt, [
763
+ o("div", Ot, " 4. " + c(e.$t(
763
764
  "message.dataupload.datasets.hvdPage.tips-question-4"
764
765
  )), 1),
765
- s("p", Et, c(e.$t("message.dataupload.datasets.hvdPage.tips-example-4")), 1)
766
+ o("p", Et, c(e.$t("message.dataupload.datasets.hvdPage.tips-example-4")), 1)
766
767
  ])
767
768
  ])
768
769
  ])
769
770
  ])) : p("", !0),
770
- l === "Distributions" ? (o(), b(F, {
771
+ l === "Distributions" ? (s(), b(F, {
771
772
  key: 4,
772
773
  schema: e.getSchema("distributions"),
773
774
  values: e.formValues
774
775
  }, null, 8, ["schema", "values"])) : p("", !0),
775
- l === "Mandatory" ? (o(), r("p", jt, [
776
- t[16] || (t[16] = s("b", null, "*", -1)),
776
+ l === "Mandatory" ? (s(), r("p", jt, [
777
+ t[16] || (t[16] = o("b", null, "*", -1)),
777
778
  M(" " + c(e.$t("message.dataupload.info.mandatory")), 1)
778
779
  ])) : p("", !0)
779
780
  ]),
@@ -782,7 +783,7 @@ function Ut(e, t, i, n, a, v) {
782
783
  ]),
783
784
  _: 1
784
785
  }, 8, ["modelValue", "plugins"]),
785
- e.activeSimpleModal ? (o(), b(O, {
786
+ e.activeSimpleModal ? (s(), b(O, {
786
787
  key: 0,
787
788
  buttons: e.modalSimpleConf.button,
788
789
  "header-text": e.modalSimpleConf.header,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@piveau/dpi",
3
3
  "type": "module",
4
- "version": "0.1.0-beta.44",
4
+ "version": "0.1.0-beta.46",
5
5
  "private": false,
6
6
  "sideEffects": [
7
7
  "*.css",