@piveau/dpi 0.2.0-alpha.53 → 0.2.0-alpha.55

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,7 +1,7 @@
1
1
  import o from "./Autocomplete.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-85b3470c"]]);
4
+ const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-a3b0d43e"]]);
5
5
  export {
6
- c as default
6
+ r as default
7
7
  };
@@ -1,23 +1,27 @@
1
- import { defineComponent as w, mergeModels as L, useModel as k, computed as N, createElementBlock as s, openBlock as r, createVNode as i, unref as n, withCtx as d, createElementVNode as c, createBlock as m, createCommentVNode as f, renderSlot as _, createTextVNode as E, toDisplayString as b, normalizeClass as g, resolveDynamicComponent as F, Fragment as M, renderList as P } from "vue";
2
- import { Combobox as S, ComboboxLabel as z, ComboboxButton as $, ComboboxInput as A, ComboboxOptions as I, ComboboxOption as O } from "@headlessui/vue";
3
- import { PhCaretUp as U, PhCaretDown as K, PhCircleNotch as T } from "@phosphor-icons/vue";
4
- const j = { class: "autocomplete" }, G = { class: "autocomplete__wrapper" }, H = { class: "autocomplete__input-icon" }, J = {
1
+ import { defineComponent as x, mergeModels as I, useModel as k, computed as L, createElementBlock as u, openBlock as n, createVNode as i, unref as r, withCtx as c, createElementVNode as d, createBlock as _, createCommentVNode as p, renderSlot as g, createTextVNode as N, toDisplayString as y, normalizeClass as m, resolveDynamicComponent as P, Fragment as M, renderList as z } from "vue";
2
+ import { Combobox as E, ComboboxLabel as F, ComboboxButton as S, ComboboxInput as $, ComboboxOptions as A, ComboboxOption as O } from "@headlessui/vue";
3
+ import { PhMagnifyingGlass as U, PhCaretUp as G, PhCaretDown as K, PhCircleNotch as T } from "@phosphor-icons/vue";
4
+ const j = { class: "autocomplete" }, H = { class: "autocomplete__wrapper" }, J = {
5
+ key: 0,
6
+ class: "autocomplete__input-icon autocomplete__input-icon--left"
7
+ }, Q = { class: "autocomplete__input-icon" }, R = {
5
8
  key: 0,
6
9
  class: "autocomplete__loading"
7
- }, Q = {
10
+ }, W = {
8
11
  key: 0,
9
12
  class: "autocomplete__no-results"
10
- }, Y = /* @__PURE__ */ w({
13
+ }, ee = /* @__PURE__ */ x({
11
14
  __name: "Autocomplete",
12
- props: /* @__PURE__ */ L({
15
+ props: /* @__PURE__ */ I({
13
16
  options: {},
14
17
  label: { default: "" },
15
18
  errorMessage: { default: "" },
16
19
  placeholder: { default: "" },
17
20
  name: { default: "" },
18
21
  loading: { type: Boolean, default: !1 },
19
- optionLabel: { type: Function, default: (u) => u },
20
- optionValue: { type: Function, default: (u) => u },
22
+ searchIcon: { type: Boolean, default: !1 },
23
+ optionLabel: { type: Function, default: (s) => s },
24
+ optionValue: { type: Function, default: (s) => s },
21
25
  optionDisabled: { type: Function, default: () => !1 }
22
26
  }, {
23
27
  modelValue: { required: !0 },
@@ -26,121 +30,124 @@ const j = { class: "autocomplete" }, G = { class: "autocomplete__wrapper" }, H =
26
30
  queryModifiers: {}
27
31
  }),
28
32
  emits: ["update:modelValue", "update:query"],
29
- setup(u) {
30
- const l = u, p = k(u, "modelValue"), y = k(u, "query"), v = N(() => !!l.errorMessage);
33
+ setup(s) {
34
+ const o = s, f = k(s, "modelValue"), b = k(s, "query"), v = L(() => !!o.errorMessage);
31
35
  function B(e) {
32
36
  e.open && e.event.stopPropagation();
33
37
  }
34
38
  function D(e) {
35
- return typeof e == "string" ? l.optionLabel(e) : e.name || String(e.id);
39
+ return typeof e == "string" ? o.optionLabel(e) : e.name || String(e.id);
36
40
  }
37
- function C(e) {
38
- return typeof e == "string" ? l.optionValue(e) : String(e.id);
41
+ function h(e) {
42
+ return typeof e == "string" ? o.optionValue(e) : String(e.id);
39
43
  }
40
- function V(e) {
41
- return typeof e == "string" ? l.optionDisabled(e) : !!e.unavailable;
44
+ function C(e) {
45
+ return typeof e == "string" ? o.optionDisabled(e) : !!e.unavailable;
42
46
  }
43
- function q(e, o) {
44
- if (!e || !o)
47
+ function q(e, l) {
48
+ if (!e || !l)
45
49
  return !1;
46
- if (e === o)
50
+ if (e === l)
47
51
  return !0;
48
- if (typeof e == "string" && typeof o == "string")
49
- return e === o;
50
- const t = C(e), a = C(o);
52
+ if (typeof e == "string" && typeof l == "string")
53
+ return e === l;
54
+ const t = h(e), a = h(l);
51
55
  return t === a;
52
56
  }
53
- function x(e) {
57
+ function w(e) {
54
58
  return !e || typeof e == "string" ? "" : e.name || "";
55
59
  }
56
- return (e, o) => (r(), s("div", j, [
57
- i(n(S), {
58
- modelValue: p.value,
59
- "onUpdate:modelValue": o[1] || (o[1] = (t) => p.value = t),
60
- name: l.name,
60
+ return (e, l) => (n(), u("div", j, [
61
+ i(r(E), {
62
+ modelValue: f.value,
63
+ "onUpdate:modelValue": l[1] || (l[1] = (t) => f.value = t),
64
+ name: o.name,
61
65
  by: q,
62
66
  nullable: ""
63
67
  }, {
64
- default: d(() => [
65
- c("div", G, [
66
- l.label ? (r(), m(n(z), {
68
+ default: c(() => [
69
+ d("div", H, [
70
+ o.label ? (n(), _(r(F), {
67
71
  key: 0,
68
72
  class: "autocomplete__label",
69
73
  as: "div"
70
74
  }, {
71
- default: d(() => [
72
- _(e.$slots, "label", {
73
- label: l.label,
74
- selected: p.value
75
+ default: c(() => [
76
+ g(e.$slots, "label", {
77
+ label: o.label,
78
+ selected: f.value
75
79
  }, () => [
76
- E(b(l.label), 1)
80
+ N(y(o.label), 1)
77
81
  ], !0)
78
82
  ]),
79
83
  _: 3
80
- })) : f("", !0),
81
- c("div", {
82
- class: g(["autocomplete__input-container", { "autocomplete__input-container--error": v.value }])
84
+ })) : p("", !0),
85
+ d("div", {
86
+ class: m(["autocomplete__input-container", { "autocomplete__input-container--error": v.value }])
83
87
  }, [
84
- i(n($), {
88
+ i(r(S), {
85
89
  as: "div",
86
90
  class: "autocomplete__input-wrapper"
87
91
  }, {
88
- default: d(({ open: t }) => [
89
- i(n(A), {
90
- class: "autocomplete__input",
91
- "display-value": (a) => x(a),
92
- placeholder: l.placeholder,
93
- onChange: o[0] || (o[0] = (a) => y.value = a.target.value),
92
+ default: c(({ open: t }) => [
93
+ o.searchIcon ? (n(), u("div", J, [
94
+ i(r(U), { size: "1.5rem" })
95
+ ])) : p("", !0),
96
+ i(r($), {
97
+ class: m(["autocomplete__input", { "autocomplete__input--with-left-icon": o.searchIcon }]),
98
+ "display-value": (a) => w(a),
99
+ placeholder: o.placeholder,
100
+ onChange: l[0] || (l[0] = (a) => b.value = a.target.value),
94
101
  onClick: (a) => B({ event: a, open: t })
95
- }, null, 8, ["display-value", "placeholder", "onClick"]),
96
- c("div", H, [
97
- (r(), m(F(t ? n(U) : n(K)), { size: "1.5rem" }))
102
+ }, null, 8, ["class", "display-value", "placeholder", "onClick"]),
103
+ d("div", Q, [
104
+ (n(), _(P(t ? r(G) : r(K)), { size: "1.5rem" }))
98
105
  ])
99
106
  ]),
100
107
  _: 1
101
108
  })
102
109
  ], 2),
103
- e.errorMessage ? (r(), s("div", {
110
+ e.errorMessage ? (n(), u("div", {
104
111
  key: 1,
105
- class: g(["autocomplete__message", { "autocomplete__message--error": v.value }])
106
- }, b(e.errorMessage), 3)) : f("", !0)
112
+ class: m(["autocomplete__message", { "autocomplete__message--error": v.value }])
113
+ }, y(e.errorMessage), 3)) : p("", !0)
107
114
  ]),
108
- i(n(I), {
115
+ i(r(A), {
109
116
  class: "autocomplete__options",
110
117
  as: "ul"
111
118
  }, {
112
- default: d(() => [
113
- l.loading ? (r(), s("div", J, [
114
- _(e.$slots, "loading", {}, () => [
115
- i(n(T), {
119
+ default: c(() => [
120
+ o.loading ? (n(), u("div", R, [
121
+ g(e.$slots, "loading", {}, () => [
122
+ i(r(T), {
116
123
  size: "24px",
117
124
  color: "#0172AD",
118
125
  weight: "bold",
119
126
  class: "autocomplete__loading-spinner"
120
127
  })
121
128
  ], !0)
122
- ])) : (r(), s(M, { key: 1 }, [
123
- (r(!0), s(M, null, P(l.options, (t) => (r(), m(n(O), {
129
+ ])) : (n(), u(M, { key: 1 }, [
130
+ (n(!0), u(M, null, z(o.options, (t) => (n(), _(r(O), {
124
131
  key: typeof t == "string" ? t : t.id,
125
132
  as: "template",
126
133
  value: t,
127
- disabled: V(t)
134
+ disabled: C(t)
128
135
  }, {
129
- default: d(({ active: a, selected: h }) => [
130
- _(e.$slots, "option", {
136
+ default: c(({ active: a, selected: V }) => [
137
+ g(e.$slots, "option", {
131
138
  option: t,
132
139
  active: a,
133
- selected: h,
134
- disabled: V(t)
140
+ selected: V,
141
+ disabled: C(t)
135
142
  }, () => [
136
- c("li", {
137
- class: g(["autocomplete__option", { "autocomplete__option--active": a, "autocomplete__option--selected": h }])
138
- }, b(D(t)), 3)
143
+ d("li", {
144
+ class: m(["autocomplete__option", { "autocomplete__option--active": a, "autocomplete__option--selected": V }])
145
+ }, y(D(t)), 3)
139
146
  ], !0)
140
147
  ]),
141
148
  _: 2
142
149
  }, 1032, ["value", "disabled"]))), 128)),
143
- l.options.length === 0 && y.value !== "" ? (r(), s("div", Q, " Keine Ergebnisse gefunden. ")) : f("", !0)
150
+ o.options.length === 0 && b.value !== "" ? (n(), u("div", W, " Keine Ergebnisse gefunden. ")) : p("", !0)
144
151
  ], 64))
145
152
  ]),
146
153
  _: 3
@@ -152,5 +159,5 @@ const j = { class: "autocomplete" }, G = { class: "autocomplete__wrapper" }, H =
152
159
  }
153
160
  });
154
161
  export {
155
- Y as default
162
+ ee as default
156
163
  };
@@ -1,7 +1,7 @@
1
1
  import o from "./AutocompleteVocab.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-88c43365"]]);
4
+ const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-578a7a31"]]);
5
5
  export {
6
6
  r as default
7
7
  };
@@ -1,12 +1,12 @@
1
- import { defineComponent as W, mergeModels as F, computed as t, ref as P, toRef as X, useModel as Y, watch as R, createBlock as k, openBlock as B, unref as v, createSlots as Z, withCtx as M, createElementVNode as w, createTextVNode as ee, createCommentVNode as re, toDisplayString as oe, renderSlot as te } from "vue";
2
- import { PhSpinner as le } from "@phosphor-icons/vue";
3
- import { defineHubSearch as ae } from "@piveau/sdk-vue";
4
- import { useDebounce as b } from "@vueuse/core";
1
+ import { defineComponent as X, mergeModels as B, computed as t, ref as F, toRef as P, useModel as Y, watch as R, createBlock as k, openBlock as I, unref as m, createSlots as Z, withCtx as M, createElementVNode as w, createTextVNode as ee, createCommentVNode as re, toDisplayString as oe, renderSlot as te } from "vue";
2
+ import { PhSpinner as ae } from "@phosphor-icons/vue";
3
+ import { defineHubSearch as le } from "@piveau/sdk-vue";
4
+ import { useDebounce as p } from "@vueuse/core";
5
5
  import se from "zod";
6
6
  import ue from "./Autocomplete.vue.js";
7
- const ne = { class: "autocomplete-vocab__label" }, pe = /* @__PURE__ */ W({
7
+ const ne = { class: "autocomplete-vocab__label" }, be = /* @__PURE__ */ X({
8
8
  __name: "AutocompleteVocab",
9
- props: /* @__PURE__ */ F({
9
+ props: /* @__PURE__ */ B({
10
10
  by: { default: "" },
11
11
  baseUrl: { default: "https://twin.bydata.de/api/hub/search" },
12
12
  vocabulary: {},
@@ -20,107 +20,110 @@ const ne = { class: "autocomplete-vocab__label" }, pe = /* @__PURE__ */ W({
20
20
  isAutocompleteDisabled: { type: Boolean, default: !1 },
21
21
  postProcessFn: {},
22
22
  sort: { default: "title.de+asc,name.de+asc,pref_label.de+asc,pref_label.en+asc,alt_label.de+asc,alt_label.en+asc" },
23
- authToken: { default: "" }
23
+ authToken: { default: "" },
24
+ searchIcon: { type: Boolean, default: !1 },
25
+ limit: { default: 24 }
24
26
  }, {
25
27
  modelValue: { default: "" },
26
28
  modelModifiers: {}
27
29
  }),
28
- emits: /* @__PURE__ */ F(["select"], ["update:modelValue"]),
29
- setup(p, { emit: A }) {
30
- const r = p, D = A, u = t(() => !!r.vocabulary), m = t(() => r.by || u.value ? "vocabulary" : "resource"), I = t(() => r.resource === "dataset" ? "dataset" : u.value ? "vocabulary" : m.value), T = t(() => r.resource === "dataset" ? "datasets" : u.value ? "vocabularies" : m.value === "resource" ? `resources/${r.resource}` : "vocabularies"), U = t(() => !r.isAutocompleteDisabled && !!(r.resource || r.vocabulary)), { useSearch: $, useResource: E } = ae({
30
+ emits: /* @__PURE__ */ B(["select"], ["update:modelValue"]),
31
+ setup(b, { emit: A }) {
32
+ const r = b, D = A, u = t(() => !!r.vocabulary), v = t(() => r.by || u.value ? "vocabulary" : "resource"), T = t(() => r.resource === "dataset" ? "dataset" : u.value ? "vocabulary" : v.value), U = t(() => r.resource === "dataset" ? "datasets" : u.value ? "vocabularies" : v.value === "resource" ? `resources/${r.resource}` : "vocabularies"), $ = t(() => !r.isAutocompleteDisabled && !!(r.resource || r.vocabulary)), { useSearch: E, useResource: L } = le({
31
33
  baseUrl: r.baseUrl,
32
- index: I.value,
33
- indexDetails: T.value,
34
+ index: T.value,
35
+ indexDetails: U.value,
34
36
  schema: se.any()
35
37
  }, (e) => {
36
38
  var d, V, _;
37
- const o = (d = r.setupFn) == null ? void 0 : d.call(r, e), a = String((o == null ? void 0 : o.id) || (e == null ? void 0 : e.resource) || ""), n = String((o == null ? void 0 : o.name) || ((V = e == null ? void 0 : e.pref_label) == null ? void 0 : V.de) || ((_ = e == null ? void 0 : e.pref_label) == null ? void 0 : _.en) || "");
39
+ const o = (d = r.setupFn) == null ? void 0 : d.call(r, e), l = String((o == null ? void 0 : o.id) || (e == null ? void 0 : e.resource) || ""), n = String((o == null ? void 0 : o.name) || ((V = e == null ? void 0 : e.pref_label) == null ? void 0 : V.de) || ((_ = e == null ? void 0 : e.pref_label) == null ? void 0 : _.en) || "");
38
40
  return {
39
41
  ...o,
40
- id: a,
42
+ id: l,
41
43
  name: n
42
44
  };
43
- }), f = P(""), L = b(f, 300), z = t(() => r.vocabulary), C = t(() => ({
45
+ }), f = F(""), z = p(f, 300), C = t(() => r.vocabulary), N = t(() => ({
44
46
  ...r.authToken && { Authorization: `Bearer ${r.authToken}` }
45
- })), { getSearchResultsEnhanced: N, isFetching: O } = $({
47
+ })), { getSearchResultsEnhanced: O, isFetching: x } = E({
46
48
  queryOptions: {
47
- enabled: U
49
+ enabled: $
48
50
  },
49
51
  queryParams: {
50
- q: L,
51
- limit: 12,
52
+ q: z,
53
+ limit: P(r.limit),
52
54
  // ...vocabularyRef.value
53
55
  // ? { vocabulary: vocabularyRef }
54
56
  // : { resource: props.resource },
55
- vocabulary: t(() => u.value ? z.value : ""),
57
+ vocabulary: t(() => u.value ? C.value : ""),
56
58
  // resource: computed(() => props.resource || ''),
57
- sort: X(r.sort)
59
+ sort: P(r.sort)
58
60
  },
59
61
  additionalParams: t(() => ({
60
- resource: m.value === "resource" ? r.resource : ""
62
+ resource: v.value === "resource" ? r.resource : ""
61
63
  })),
62
- headers: C
63
- }), x = t(() => {
64
- let e = N.value || [];
64
+ headers: N
65
+ }), j = t(() => {
66
+ let e = O.value || [];
65
67
  return r.postProcessFn && (e = r.postProcessFn(e)), e;
66
- }), l = Y(p, "modelValue"), y = t(() => !(!l.value || typeof l.value == "string")), j = t(() => typeof l.value == "string");
68
+ }), a = Y(b, "modelValue"), y = t(() => !(!a.value || typeof a.value == "string")), H = t(() => typeof a.value == "string");
67
69
  function i(e) {
68
70
  return String(e ?? "").trim();
69
71
  }
70
72
  const c = t(() => {
71
73
  var e;
72
- return typeof l.value == "string" ? i(l.value) : i((e = l.value) == null ? void 0 : e.id);
73
- }), h = t(() => j.value && !!c.value), H = t(() => h.value ? u.value ? `${r.vocabulary}/vocable` : c.value : ""), Q = t(() => u.value ? { resource: c.value } : {}), {
74
- resultEnhanced: G,
74
+ return typeof a.value == "string" ? i(a.value) : i((e = a.value) == null ? void 0 : e.id);
75
+ }), h = t(() => H.value && !!c.value), Q = t(() => h.value ? u.value ? `${r.vocabulary}/vocable` : c.value : ""), G = t(() => u.value ? { resource: c.value } : {}), {
76
+ resultEnhanced: J,
75
77
  isSuccess: ie,
76
- isFetching: J
77
- } = E(H, {
78
- additionalParams: Q,
78
+ isFetching: K
79
+ } = L(Q, {
80
+ additionalParams: G,
79
81
  queryOptions: {
80
82
  enabled: h
81
83
  }
82
- }), g = b(J, 350), K = b(O, 350), s = P(), S = t({
84
+ }), g = p(K, 350), W = p(x, 350), s = F(), S = t({
83
85
  get: () => {
84
- var a, n;
86
+ var l, n;
85
87
  const e = c.value;
86
88
  if (!e)
87
89
  return { id: "", name: "" };
88
- const o = typeof l.value == "object" && l.value !== null ? l.value.name : i((a = s.value) == null ? void 0 : a.id) === e ? ((n = s.value) == null ? void 0 : n.name) ?? "" : "";
90
+ const o = typeof a.value == "object" && a.value !== null ? a.value.name : i((l = s.value) == null ? void 0 : l.id) === e ? ((n = s.value) == null ? void 0 : n.name) ?? "" : "";
89
91
  return { id: e, name: o };
90
92
  },
91
93
  set: (e) => {
92
94
  if (!e) {
93
- s.value = void 0, l.value = "";
95
+ s.value = void 0, a.value = "";
94
96
  return;
95
97
  }
96
98
  if (typeof e == "string") {
97
- s.value = void 0, l.value = e.trim();
99
+ s.value = void 0, a.value = e.trim();
98
100
  return;
99
101
  }
100
- s.value = e, l.value = i(e.id);
102
+ s.value = e, a.value = i(e.id);
101
103
  }
102
104
  });
103
- return R(G, (e, o) => {
104
- e && (o && o.id === e.id || (s.value = e, y.value && (l.value = e), y.value || (l.value = i(e.id))));
105
+ return R(J, (e, o) => {
106
+ e && (o && o.id === e.id || (s.value = e, y.value && (a.value = e), y.value || (a.value = i(e.id))));
105
107
  }, { immediate: !0 }), R(s, (e) => {
106
108
  e && D("select", e);
107
- }, { immediate: !0 }), (e, o) => (B(), k(ue, {
109
+ }, { immediate: !0 }), (e, o) => (I(), k(ue, {
108
110
  modelValue: S.value,
109
- "onUpdate:modelValue": o[0] || (o[0] = (a) => S.value = a),
111
+ "onUpdate:modelValue": o[0] || (o[0] = (l) => S.value = l),
110
112
  query: f.value,
111
- "onUpdate:query": o[1] || (o[1] = (a) => f.value = a),
112
- options: x.value || [],
113
+ "onUpdate:query": o[1] || (o[1] = (l) => f.value = l),
114
+ options: j.value || [],
113
115
  label: e.label,
114
116
  "error-message": e.errorMessage,
115
117
  placeholder: e.placeholder,
116
118
  name: e.name,
117
- disabled: v(g) || r.disabled,
118
- loading: v(K)
119
+ disabled: m(g) || r.disabled,
120
+ loading: m(W),
121
+ "search-icon": r.searchIcon
119
122
  }, Z({
120
123
  label: M(() => [
121
124
  w("div", ne, [
122
125
  ee(oe(e.label) + " ", 1),
123
- v(g) ? (B(), k(v(le), {
126
+ m(g) ? (I(), k(m(ae), {
124
127
  key: 0,
125
128
  class: "animate-spin"
126
129
  })) : re("", !0)
@@ -130,9 +133,9 @@ const ne = { class: "autocomplete-vocab__label" }, pe = /* @__PURE__ */ W({
130
133
  }, [
131
134
  e.$slots.option ? {
132
135
  name: "option",
133
- fn: M(({ option: a, active: n, selected: q, disabled: d }) => [
136
+ fn: M(({ option: l, active: n, selected: q, disabled: d }) => [
134
137
  te(e.$slots, "option", {
135
- option: a,
138
+ option: l,
136
139
  active: n,
137
140
  selected: q,
138
141
  disabled: d
@@ -140,9 +143,9 @@ const ne = { class: "autocomplete-vocab__label" }, pe = /* @__PURE__ */ W({
140
143
  ]),
141
144
  key: "0"
142
145
  } : void 0
143
- ]), 1032, ["modelValue", "query", "options", "label", "error-message", "placeholder", "name", "disabled", "loading"]));
146
+ ]), 1032, ["modelValue", "query", "options", "label", "error-message", "placeholder", "name", "disabled", "loading", "search-icon"]));
144
147
  }
145
148
  });
146
149
  export {
147
- pe as default
150
+ be as default
148
151
  };
@@ -1,7 +1,7 @@
1
- import a from "./Spatial.vue2.js";
1
+ import o from "./Spatial.vue2.js";
2
2
  /* empty css */
3
- import o from "../../../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ o(a, [["__scopeId", "data-v-111a5dac"]]);
3
+ import t from "../../../../../_virtual/_plugin-vue_export-helper.js";
4
+ const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-76ee679b"]]);
5
5
  export {
6
- m as default
6
+ e as default
7
7
  };
@@ -143,7 +143,9 @@ const O = { class: "step-section" }, P = { key: 0 }, j = ["id", "value", "disabl
143
143
  "base-url": u.baseUrl,
144
144
  vocabulary: w.value,
145
145
  placeholder: "Legen Sie die räumliche Abdeckung fest.",
146
- name: "spatial"
146
+ name: "spatial",
147
+ "search-icon": "",
148
+ limit: 48
147
149
  }, null, 8, ["modelValue", "label", "base-url", "vocabulary"]),
148
150
  t[5] || (t[5] = y("h5", null, "oder Geodatensatz", -1)),
149
151
  v(T, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@piveau/dpi",
3
3
  "type": "module",
4
- "version": "0.2.0-alpha.53",
4
+ "version": "0.2.0-alpha.55",
5
5
  "private": false,
6
6
  "sideEffects": [
7
7
  "*.css",