@piveau/dpi 0.1.0-beta.57 → 0.1.0-beta.58

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.
@@ -3,8 +3,8 @@ import "@formkit/vue";
3
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
- import { has as I, isNil as j } from "lodash-es";
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 S, withModifiers as N, withCtx as z, Fragment as V, renderList as k, withDirectives as U, normalizeClass as y, toDisplayString as c, vShow as H, createTextVNode as M, ref as R, markRaw as x, getCurrentInstance as ee } from "vue";
6
+ import { has as I, isNil as U } from "lodash-es";
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 j, 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";
@@ -24,13 +24,13 @@ import ve from "../HappyFlowComponents/img/Selected4.svg.js";
24
24
  import me from "../HappyFlowComponents/img/Selected4_2.svg.js";
25
25
  import ge from "../HappyFlowComponents/img/Selected5.svg.js";
26
26
  import fe from "../HappyFlowComponents/img/Selected5_2.svg.js";
27
- import { eventBus as Se } from "../HappyFlowComponents/services/eventBus.js";
28
- import be from "../HappyFlowComponents/ui/ButtonV3.vue.js";
27
+ import { eventBus as be } from "../HappyFlowComponents/services/eventBus.js";
28
+ import Se from "../HappyFlowComponents/ui/ButtonV3.vue.js";
29
29
  import Ce from "../HappyFlowComponents/ui/Illustration.vue.js";
30
30
  import ye from "../HappyFlowComponents/ui/LogoV3.vue.js";
31
31
  import Ve from "../HappyFlowComponents/ui/ModalSimpleV3.vue.js";
32
- import ke from "../HappyFlowComponents/ui/TextButtonSmall.vue.js";
33
- import _e from "./DistributionInputPage.vue.js";
32
+ import _e from "../HappyFlowComponents/ui/TextButtonSmall.vue.js";
33
+ import ke from "./DistributionInputPage.vue.js";
34
34
  import $e from "./OverviewPage.vue.js";
35
35
  import Ie from "./PropertyChooser.vue.js";
36
36
  /* empty css */
@@ -84,12 +84,12 @@ const Fe = Y({
84
84
  },
85
85
  components: {
86
86
  InputPageStep: ie,
87
- DistributionInputPage: _e,
87
+ DistributionInputPage: ke,
88
88
  PropertyChooser: Ie,
89
89
  Navigation: se,
90
90
  LogoV3: ye,
91
- ButtonV3: be,
92
- TextButtonSmall: ke,
91
+ ButtonV3: Se,
92
+ TextButtonSmall: _e,
93
93
  Illustration: Ce,
94
94
  PhLightbulb: J,
95
95
  PhCheckCircle: G,
@@ -116,7 +116,7 @@ const Fe = Y({
116
116
  getFirstTitleFromForm() {
117
117
  try {
118
118
  const e = this.formValues[this.getTitleStep];
119
- return I(e, "dct:title") && e["dct:title"].length > 0 && I(e["dct:title"][0], "@value") && !j(e["dct:title"][0], "@value") ? e["dct:title"][0]["@value"] : "";
119
+ return I(e, "dct:title") && e["dct:title"].length > 0 && I(e["dct:title"][0], "@value") && !U(e["dct:title"][0], "@value") ? e["dct:title"][0]["@value"] : "";
120
120
  } catch {
121
121
  }
122
122
  },
@@ -146,7 +146,7 @@ const Fe = Y({
146
146
  ((i = (t = (e = this.formValues[this.activeStep]) == null ? void 0 : e[this.activeSubStep]) == null ? void 0 : t[0]) == null ? void 0 : i.isValid) === !0 || ((n = this.formValues[this.activeStep][this.activeSubStep]) == null ? void 0 : n.isValid) === !0 ? this.navTrigger("next") : ((a = this.formValues[this.activeStep][this.activeSubStep]) != null && a[0] ? this.formValues[this.activeStep][this.activeSubStep][0].isValid = !1 : this.formValues[this.activeStep][this.activeSubStep].isValid = !1, this.handleDistributionsValidation(this.activeSubStep));
147
147
  },
148
148
  handleDistributionsValidation(e) {
149
- Se.emit("nextClicked", e);
149
+ be.emit("nextClicked", e);
150
150
  },
151
151
  gotToHome() {
152
152
  window.location.href = this.$router.resolve({
@@ -250,7 +250,14 @@ const Fe = Y({
250
250
  async dispatchDataToDPI(e, t, i, n) {
251
251
  var a, v;
252
252
  try {
253
- n === "publish" && (i.token = this.getUserData.rtpToken, console.log(i.token), i.url = `${this.$env.api.hubUrl}catalogues/${i.catalog}/datasets/origin?originalId=${i.id}`, await this.$store.dispatch(t, i)), n === "draft" && await this.$store.dispatch(t, i), n === "depublish" && await this.$store.dispatch("auth/putDatasetToDraft", {
253
+ if (n === "publish") {
254
+ if (i.token = this.getUserData.rtpToken, localStorage.getItem(localStorage.getItem("dpi_editmode"))) {
255
+ debugger;
256
+ i.url = `${this.$env.api.hubUrl}drafts/datasets/publish/${i.id}?catalogue=${i.catalog}`;
257
+ } else i.url = `${this.$env.api.hubUrl}catalogues/${i.catalog}/datasets/origin?originalId=${i.id}`;
258
+ await this.$store.dispatch(t, i);
259
+ }
260
+ n === "draft" && await this.$store.dispatch(t, i), n === "depublish" && await this.$store.dispatch("auth/putDatasetToDraft", {
254
261
  id: i.id,
255
262
  catalog: i.catalog,
256
263
  title: i.title,
@@ -301,7 +308,7 @@ const Fe = Y({
301
308
  },
302
309
  createDatasetID() {
303
310
  const e = this.formValues[this.getTitleStep];
304
- !I(e, "datasetID") || j(e.datasetID) ? this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle : (this.createIDFromTitle.startsWith(e.datasetID) || e.datasetID.startsWith(this.createIDFromTitle)) && (this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle);
311
+ !I(e, "datasetID") || U(e.datasetID) ? this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle : (this.createIDFromTitle.startsWith(e.datasetID) || e.datasetID.startsWith(this.createIDFromTitle)) && (this.formValues[this.getTitleStep].datasetID = this.createIDFromTitle);
305
312
  },
306
313
  generateandTranslateSchema(e) {
307
314
  for (let t = 0; t < this.getNavSteps(this.$env.content.dataProviderInterface.specification)[e].length; t++)
@@ -356,7 +363,7 @@ const Fe = Y({
356
363
  visitedSteps: v,
357
364
  previousStep: C,
358
365
  nextStep: m,
359
- stepPlugin: _,
366
+ stepPlugin: k,
360
367
  goToNextStep: T,
361
368
  goToPreviousStep: $
362
369
  } = ae(), { formValues: P } = oe(), { t: D, te: w } = te(), F = R(!1), { translateSchema: A, createSchema: L, getSchema: O } = we({
@@ -365,16 +372,16 @@ const Fe = Y({
365
372
  }), l = () => {
366
373
  let { x: f, y: q } = Q({ behavior: "smooth" });
367
374
  q.value = 0;
368
- }, u = (f) => (i[f].errorCount > 0 || i[f].blockingCount > 0) && v.value.includes(f), d = x({ OverviewPage: $e }), b = R("");
369
- return t.value && (n.value = "ReviewAndPublish", b.value = "reviewAndPublishPage"), {
375
+ }, u = (f) => (i[f].errorCount > 0 || i[f].blockingCount > 0) && v.value.includes(f), d = x({ OverviewPage: $e }), S = R("");
376
+ return t.value && (n.value = "ReviewAndPublish", S.value = "reviewAndPublishPage"), {
370
377
  steps: i,
371
378
  visitedSteps: v,
372
379
  activeStep: n,
373
- activeSubStep: b,
380
+ activeSubStep: S,
374
381
  subSteps: a,
375
382
  previousStep: C,
376
383
  nextStep: m,
377
- stepPlugin: _,
384
+ stepPlugin: k,
378
385
  checkStepValidity: u,
379
386
  goToNextStep: T,
380
387
  goToPreviousStep: $,
@@ -393,10 +400,10 @@ const Fe = Y({
393
400
  key: 0,
394
401
  ref: "fkInputContainer",
395
402
  class: "inputContainer"
396
- }, Oe = { class: "formContainer formkit" }, Ee = { key: 0 }, je = { class: "dpiV3_stepper draftStepper" }, ze = {
403
+ }, Oe = { class: "formContainer formkit" }, Ee = { key: 0 }, Ue = { class: "dpiV3_stepper draftStepper" }, je = {
397
404
  key: 0,
398
405
  class: "draftCTA"
399
- }, Ue = {
406
+ }, ze = {
400
407
  key: 1,
401
408
  class: "draftCTA"
402
409
  }, He = { key: 1 }, Me = {
@@ -432,15 +439,15 @@ const Fe = Y({
432
439
  }, mt = {
433
440
  key: 1,
434
441
  class: "dpiV3_CTA_RaP"
435
- }, gt = { class: "dpiV3_CTANav" }, ft = { class: "dpiV3_CTANav" }, St = {
442
+ }, gt = { class: "dpiV3_CTANav" }, ft = { class: "dpiV3_CTANav" }, bt = {
436
443
  key: 3,
437
444
  class: "dpiV3_Content_InputPage"
438
- }, bt = { class: "dpiV3_Card_Tips" }, Ct = { class: "dpiV3_Icon_Title" }, yt = { class: "dpiV3_Info-Text dpiV3_activeStepName" }, Vt = { class: "dpiV3_CT-Content" }, kt = { class: "dpiV3_copy_large_regular dpiV3_hvd_frame3846" }, _t = { class: "dpiV3_hvd_frame3846" }, $t = { class: "dpiV3_copy_large_semi_bold" }, It = { class: "dpiV3_copy_large_regular" }, Tt = { class: "dpiV3_hvd_frame3846" }, Pt = { class: "dpiV3_copy_large_semi_bold" }, Dt = { class: "dpiV3_copy_large_regular compact_margin_bottom" }, wt = { class: "dpiV3_hvd_frame3846" }, Ft = { class: "dpiV3_copy_large_semi_bold" }, At = { class: "dpiV3_copy_large_regular compact_margin_bottom" }, Lt = { class: "dpiV3_hvd_frame3846" }, Ot = { class: "dpiV3_copy_large_semi_bold" }, Et = { class: "dpiV3_copy_large_regular" }, jt = {
445
+ }, St = { class: "dpiV3_Card_Tips" }, Ct = { class: "dpiV3_Icon_Title" }, yt = { class: "dpiV3_Info-Text dpiV3_activeStepName" }, Vt = { class: "dpiV3_CT-Content" }, _t = { class: "dpiV3_copy_large_regular dpiV3_hvd_frame3846" }, kt = { class: "dpiV3_hvd_frame3846" }, $t = { class: "dpiV3_copy_large_semi_bold" }, It = { class: "dpiV3_copy_large_regular" }, Tt = { class: "dpiV3_hvd_frame3846" }, Pt = { class: "dpiV3_copy_large_semi_bold" }, Dt = { class: "dpiV3_copy_large_regular compact_margin_bottom" }, wt = { class: "dpiV3_hvd_frame3846" }, Ft = { class: "dpiV3_copy_large_semi_bold" }, At = { class: "dpiV3_copy_large_regular compact_margin_bottom" }, Lt = { class: "dpiV3_hvd_frame3846" }, Ot = { class: "dpiV3_copy_large_semi_bold" }, Et = { class: "dpiV3_copy_large_regular" }, Ut = {
439
446
  key: 5,
440
447
  class: "p-1"
441
448
  };
442
- function zt(e, t, i, n, a, v) {
443
- const C = g("TextButtonSmall"), m = g("ButtonV3"), _ = g("LogoV3"), T = g("PhNumberCircleFive"), $ = g("PhCheckCircle"), P = g("Illustration"), D = g("FormKitSchema"), w = g("PhLightbulb"), F = g("DistributionInputPage"), A = g("InputPageStep"), L = g("FormKit"), O = g("ModalSimpleV3");
449
+ function jt(e, t, i, n, a, v) {
450
+ const C = g("TextButtonSmall"), m = g("ButtonV3"), k = g("LogoV3"), T = g("PhNumberCircleFive"), $ = g("PhCheckCircle"), P = g("Illustration"), D = g("FormKitSchema"), w = g("PhLightbulb"), F = g("DistributionInputPage"), A = g("InputPageStep"), L = g("FormKit"), O = g("ModalSimpleV3");
444
451
  return s(), r("div", Ae, [
445
452
  e.isInput ? (s(), r("div", Le, [
446
453
  o("div", Oe, [
@@ -455,9 +462,9 @@ function zt(e, t, i, n, a, v) {
455
462
  onSubmit: t[12] || (t[12] = N(() => {
456
463
  }, ["prevent"]))
457
464
  }, {
458
- default: z(() => [
465
+ default: j(() => [
459
466
  e.dpiContext.edit.fromDraft || e.dpiContext.edit.enabled ? (s(), r("div", Ee, [
460
- o("div", je, [
467
+ o("div", Ue, [
461
468
  h(C, {
462
469
  "button-text": "Übersicht",
463
470
  "icon-start": "CaretLeft",
@@ -465,7 +472,7 @@ function zt(e, t, i, n, a, v) {
465
472
  onClick: e.gotToHome
466
473
  }, null, 8, ["onClick"]),
467
474
  o("div", null, [
468
- e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (s(), r("div", ze, [
475
+ e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (s(), r("div", je, [
469
476
  h(m, {
470
477
  "button-text": "Veröffentlichung aufheben",
471
478
  size: "large",
@@ -478,7 +485,7 @@ function zt(e, t, i, n, a, v) {
478
485
  "icon-end": "Out",
479
486
  onClick: t[1] || (t[1] = (l) => e.handlePublishedRoute())
480
487
  })
481
- ])) : (s(), r("div", Ue, [
488
+ ])) : (s(), r("div", ze, [
482
489
  h(m, {
483
490
  "button-text": "Veröffentlichen",
484
491
  size: "large",
@@ -489,9 +496,9 @@ function zt(e, t, i, n, a, v) {
489
496
  ])
490
497
  ])) : (s(), r("div", He, [
491
498
  e.$env.content.dataProviderInterface.specification === "dcatapdeHappyFlow" && e.activeStep !== "Landing" ? (s(), r("div", Me, [
492
- h(_),
499
+ h(k),
493
500
  o("ul", Re, [
494
- (s(!0), r(V, null, k(e.steps, (l, u, d) => U((s(), r("li", {
501
+ (s(!0), r(V, null, _(e.steps, (l, u, d) => z((s(), r("li", {
495
502
  key: l,
496
503
  class: y(["dpiV3_step", {
497
504
  dpiV3_activeItem: e.activeStep === u,
@@ -515,13 +522,13 @@ function zt(e, t, i, n, a, v) {
515
522
  src: e.selectedImages[d - 1],
516
523
  alt: "Selected Icon"
517
524
  }, null, 8, qe)) : p("", !0),
518
- e.activeStep === u && d === 5 ? (s(), S(T, {
525
+ e.activeStep === u && d === 5 ? (s(), b(T, {
519
526
  key: 1,
520
527
  size: 28,
521
528
  color: "#009FE3",
522
529
  weight: "fill"
523
530
  })) : p("", !0),
524
- d < e.stepCounter ? (s(), S($, {
531
+ d < e.stepCounter ? (s(), b($, {
525
532
  key: 2,
526
533
  size: 28,
527
534
  color: "#70CC44",
@@ -544,11 +551,11 @@ function zt(e, t, i, n, a, v) {
544
551
  d + 1 != Object.keys(e.steps).length - 1 && d >= e.stepCounter ? (s(), r("div", Qe)) : p("", !0),
545
552
  d + 1 != Object.keys(e.steps).length - 1 && d < e.stepCounter ? (s(), r("div", Xe)) : p("", !0),
546
553
  e.activeStep === u ? (s(), r("div", Ye, [
547
- e.stepCounter < 5 ? (s(!0), r(V, { key: 0 }, k(Object.keys(
554
+ e.stepCounter < 5 ? (s(!0), r(V, { key: 0 }, _(Object.keys(
548
555
  e.subSteps[d]
549
- ), (b, f) => (s(), r("div", Ne, [
556
+ ), (S, f) => (s(), r("div", Ne, [
550
557
  o("div", xe, [
551
- e.substepCounter > f ? (s(), S($, {
558
+ e.substepCounter > f ? (s(), b($, {
552
559
  key: 0,
553
560
  size: 20,
554
561
  color: "#009FE3"
@@ -567,11 +574,11 @@ function zt(e, t, i, n, a, v) {
567
574
  o("div", tt, [
568
575
  o("span", {
569
576
  class: y(["large-regular dpiV3_substepText", {
570
- dpiV3_activeStepDesc: b === e.activeSubStep,
577
+ dpiV3_activeStepDesc: S === e.activeSubStep,
571
578
  formerlyVisitedStep: e.substepCounter > f
572
579
  }])
573
580
  }, c(e.$t(
574
- `message.dataupload.steps.${b.replace(
581
+ `message.dataupload.steps.${S.replace(
575
582
  /_\d+$/,
576
583
  ""
577
584
  )}`
@@ -590,7 +597,7 @@ function zt(e, t, i, n, a, v) {
590
597
  ])
591
598
  ])) : (s(), r("div", st, [
592
599
  o("div", ot, [
593
- h(_)
600
+ h(k)
594
601
  ]),
595
602
  o("div", at, [
596
603
  h(P, { "illustration-name": "start" })
@@ -598,7 +605,7 @@ function zt(e, t, i, n, a, v) {
598
605
  ]))
599
606
  ])),
600
607
  e.$env.content.dataProviderInterface.specification != "dcatapdeHappyFlow" ? (s(), r("ul", rt, [
601
- (s(!0), r(V, null, k(e.steps, (l, u, d) => (s(), r("li", {
608
+ (s(!0), r(V, null, _(e.steps, (l, u, d) => (s(), r("li", {
602
609
  key: l,
603
610
  class: y(["step", {
604
611
  activeItem: e.activeStep === u,
@@ -607,7 +614,7 @@ function zt(e, t, i, n, a, v) {
607
614
  }]),
608
615
  "data-step-active": e.activeStep === u,
609
616
  "data-step-valid": l.valid && l.errorCount === 0,
610
- onClick: (b) => {
617
+ onClick: (S) => {
611
618
  e.activeStep = u, e.update(), e.scrollToTop();
612
619
  }
613
620
  }, [
@@ -626,19 +633,19 @@ function zt(e, t, i, n, a, v) {
626
633
  o("div", { class: "circle stepCircle" }, null, -1)
627
634
  ]))) : p("", !0)
628
635
  ])) : p("", !0),
629
- (s(!0), r(V, null, k(e.getNavSteps(
636
+ (s(!0), r(V, null, _(e.getNavSteps(
630
637
  e.$env.content.dataProviderInterface.specification
631
- )[e.property], (l, u) => (s(), S(A, {
638
+ )[e.property], (l, u) => (s(), b(A, {
632
639
  key: u,
633
640
  name: l
634
641
  }, {
635
- default: z(() => [
636
- (s(!0), r(V, null, k(Object.keys(
642
+ default: j(() => [
643
+ (s(!0), r(V, null, _(Object.keys(
637
644
  e.getSchema(e.property).value[l]
638
- ).length, (d, b) => U((s(), r("div", ht, [
639
- l !== "Distributions" && l !== "Additionals" ? (s(), S(D, {
645
+ ).length, (d, S) => z((s(), r("div", ht, [
646
+ l !== "Distributions" && l !== "Additionals" ? (s(), b(D, {
640
647
  key: 0,
641
- schema: e.getSchema(e.property).value[l][b],
648
+ schema: e.getSchema(e.property).value[l][S],
642
649
  library: e.library,
643
650
  "final-values": e.formValues,
644
651
  onHandleNav: () => {
@@ -648,7 +655,7 @@ function zt(e, t, i, n, a, v) {
648
655
  [
649
656
  H,
650
657
  Object.values(
651
- e.getSchema(e.property).value[l][b]
658
+ e.getSchema(e.property).value[l][S]
652
659
  )[0] === e.activeSubStep.replace(/_\d+$/, "") || l === "Landing"
653
660
  ]
654
661
  ])), 256)),
@@ -669,13 +676,13 @@ function zt(e, t, i, n, a, v) {
669
676
  ])) : p("", !0),
670
677
  e.activeStep === "ReviewAndPublish" ? (s(), r("div", mt, [
671
678
  o("div", gt, [
672
- e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (s(), S(m, {
679
+ e.dpiContext.edit.enabled && !e.dpiContext.edit.fromDraft ? (s(), b(m, {
673
680
  key: 0,
674
681
  "button-text": "Veröffentlichung aufheben",
675
682
  size: "large",
676
683
  variant: "secondary",
677
684
  onClick: t[5] || (t[5] = (d) => e.navTrigger("depublish"))
678
- })) : (s(), S(m, {
685
+ })) : (s(), b(m, {
679
686
  key: 1,
680
687
  "button-text": "Als Entwurf speichern",
681
688
  size: "large",
@@ -702,7 +709,7 @@ function zt(e, t, i, n, a, v) {
702
709
  onClick: t[8] || (t[8] = (d) => e.activeSimpleModal = !0)
703
710
  }),
704
711
  o("div", ft, [
705
- e.activeStep !== "Landing" ? (s(), S(m, {
712
+ e.activeStep !== "Landing" ? (s(), b(m, {
706
713
  key: 0,
707
714
  "icon-start": "CaretLeft",
708
715
  "button-text": "Zurück",
@@ -718,8 +725,8 @@ function zt(e, t, i, n, a, v) {
718
725
  })
719
726
  ])
720
727
  ], 2)) : p("", !0),
721
- e.activeSubStep.includes("hvdPage") ? (s(), r("div", St, [
722
- o("div", bt, [
728
+ e.activeSubStep.includes("hvdPage") ? (s(), r("div", bt, [
729
+ o("div", St, [
723
730
  o("div", Ct, [
724
731
  h(w, {
725
732
  size: 32,
@@ -728,8 +735,8 @@ function zt(e, t, i, n, a, v) {
728
735
  o("div", yt, c(e.$t("message.dataupload.datasets.hvdPage.tips-hvd")), 1)
729
736
  ]),
730
737
  o("div", Vt, [
731
- o("div", kt, c(e.$t("message.dataupload.datasets.hvdPage.tips-text")), 1),
732
- o("div", _t, [
738
+ o("div", _t, c(e.$t("message.dataupload.datasets.hvdPage.tips-text")), 1),
739
+ o("div", kt, [
733
740
  o("div", $t, " 1. " + c(e.$t(
734
741
  "message.dataupload.datasets.hvdPage.tips-question-1"
735
742
  )), 1),
@@ -775,12 +782,12 @@ function zt(e, t, i, n, a, v) {
775
782
  ])
776
783
  ])
777
784
  ])) : p("", !0),
778
- l === "Distributions" ? (s(), S(F, {
785
+ l === "Distributions" ? (s(), b(F, {
779
786
  key: 4,
780
787
  schema: e.getSchema("distributions"),
781
788
  values: e.formValues
782
789
  }, null, 8, ["schema", "values"])) : p("", !0),
783
- l === "Mandatory" ? (s(), r("p", jt, [
790
+ l === "Mandatory" ? (s(), r("p", Ut, [
784
791
  t[17] || (t[17] = o("b", null, "*", -1)),
785
792
  M(" " + c(e.$t("message.dataupload.info.mandatory")), 1)
786
793
  ])) : p("", !0)
@@ -790,7 +797,7 @@ function zt(e, t, i, n, a, v) {
790
797
  ]),
791
798
  _: 1
792
799
  }, 8, ["modelValue", "plugins"]),
793
- e.activeSimpleModal ? (s(), S(O, {
800
+ e.activeSimpleModal ? (s(), b(O, {
794
801
  key: 0,
795
802
  buttons: e.modalSimpleConf.button,
796
803
  "header-text": e.modalSimpleConf.header,
@@ -803,7 +810,7 @@ function zt(e, t, i, n, a, v) {
803
810
  ], 512)) : p("", !0)
804
811
  ]);
805
812
  }
806
- const Ii = /* @__PURE__ */ Te(Fe, [["render", zt]]);
813
+ const Ii = /* @__PURE__ */ Te(Fe, [["render", jt]]);
807
814
  export {
808
815
  Ii as default
809
816
  };
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.57",
4
+ "version": "0.1.0-beta.58",
5
5
  "private": false,
6
6
  "sideEffects": [
7
7
  "*.css",