@utrecht/component-library-vue 2.3.0 → 2.4.0

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,5 +1,19 @@
1
- import { defineComponent as d, ref as k, openBlock as s, createElementBlock as r, normalizeClass as p, toDisplayString as b, createCommentVNode as U, createElementVNode as m, renderSlot as c, getCurrentInstance as g, resolveComponent as q, mergeProps as u, createVNode as S, withCtx as B, computed as x, createTextVNode as h, withDirectives as y, vModelCheckbox as H, vModelRadio as F, Fragment as D, renderList as N, vModelSelect as T, vModelText as L } from "vue";
1
+ import { defineComponent as d, openBlock as s, createElementBlock as r, renderSlot as c, ref as k, normalizeClass as p, toDisplayString as b, createCommentVNode as U, createElementVNode as m, getCurrentInstance as g, resolveComponent as q, mergeProps as u, createVNode as S, withCtx as B, computed as C, createTextVNode as h, withDirectives as y, vModelCheckbox as H, vModelRadio as F, Fragment as N, renderList as D, vModelSelect as T, vModelText as L } from "vue";
2
2
  const I = d({
3
+ name: "UtrechtActionGroup"
4
+ });
5
+ const i = (e, t) => {
6
+ const n = e.__vccOpts || e;
7
+ for (const [a, o] of t)
8
+ n[a] = o;
9
+ return n;
10
+ }, w = { class: "utrecht-action-group" };
11
+ function V(e, t, n, a, o, l) {
12
+ return s(), r("div", w, [
13
+ c(e.$slots, "default")
14
+ ]);
15
+ }
16
+ const fr = /* @__PURE__ */ i(I, [["render", V]]), P = d({
3
17
  name: "UtrechtAlertDialog",
4
18
  props: {
5
19
  icon: {
@@ -15,16 +29,11 @@ const I = d({
15
29
  return { dialogRef: k(null), props: e };
16
30
  }
17
31
  });
18
- const i = (e, t) => {
19
- const n = e.__vccOpts || e;
20
- for (const [a, o] of t)
21
- n[a] = o;
22
- return n;
23
- }, w = {
32
+ const M = {
24
33
  key: 0,
25
34
  class: "utrecht-alert-dialog__icon"
26
- }, V = { class: "utrecht-alert-dialog__message" };
27
- function P(e, t, n, a, o, l) {
35
+ }, A = { class: "utrecht-alert-dialog__message" };
36
+ function R(e, t, n, a, o, l) {
28
37
  return s(), r("dialog", {
29
38
  ref: "dialogRef",
30
39
  class: p(["utrecht-alert-dialog", {
@@ -33,92 +42,92 @@ function P(e, t, n, a, o, l) {
33
42
  "utrecht-alert-dialog--warning": e.type === "warning"
34
43
  }])
35
44
  }, [
36
- e.icon ? (s(), r("div", w, b(e.icon), 1)) : U("", !0),
37
- m("div", V, [
45
+ e.icon ? (s(), r("div", M, b(e.icon), 1)) : U("", !0),
46
+ m("div", A, [
38
47
  c(e.$slots, "default")
39
48
  ])
40
49
  ], 2);
41
50
  }
42
- const ur = /* @__PURE__ */ i(I, [["render", P]]), M = d({
51
+ const hr = /* @__PURE__ */ i(P, [["render", R]]), E = d({
43
52
  name: "UtrechtArticle"
44
53
  });
45
- const R = { class: "utrecht-article" };
46
- function A(e, t, n, a, o, l) {
47
- return s(), r("article", R, [
54
+ const G = { class: "utrecht-article" };
55
+ function O(e, t, n, a, o, l) {
56
+ return s(), r("article", G, [
48
57
  c(e.$slots, "default")
49
58
  ]);
50
59
  }
51
- const pr = /* @__PURE__ */ i(M, [["render", A]]), E = d({
60
+ const mr = /* @__PURE__ */ i(E, [["render", O]]), j = d({
52
61
  name: "UtrechtBadgeCounter",
53
62
  props: {
54
63
  value: { type: [Number, String], required: !1, default: void 0 }
55
64
  }
56
65
  });
57
- const O = ["value"], G = {
66
+ const z = ["value"], K = {
58
67
  key: 1,
59
68
  class: "utrecht-badge-counter"
60
69
  };
61
- function j(e, t, n, a, o, l) {
70
+ function J(e, t, n, a, o, l) {
62
71
  return typeof e.value < "u" ? (s(), r("data", {
63
72
  key: 0,
64
73
  class: "utrecht-badge-counter",
65
74
  value: e.value ? String(e.value) : void 0
66
75
  }, [
67
76
  c(e.$slots, "default")
68
- ], 8, O)) : (s(), r("span", G, [
77
+ ], 8, z)) : (s(), r("span", K, [
69
78
  c(e.$slots, "default")
70
79
  ]));
71
80
  }
72
- const $r = /* @__PURE__ */ i(E, [["render", j]]), z = d({
81
+ const yr = /* @__PURE__ */ i(j, [["render", J]]), W = d({
73
82
  name: "UtrechtBadgeStatus",
74
83
  props: {
75
84
  status: { type: String, required: !1, default: void 0 }
76
85
  }
77
86
  });
78
- function K(e, t, n, a, o, l) {
87
+ function Q(e, t, n, a, o, l) {
79
88
  return s(), r("span", {
80
89
  class: p([{ [`utrecht-badge-status--${e.status}`]: !0 }, "utrecht-badge-status"])
81
90
  }, [
82
91
  c(e.$slots, "default")
83
92
  ], 2);
84
93
  }
85
- const fr = /* @__PURE__ */ i(z, [["render", K]]), J = d({
94
+ const vr = /* @__PURE__ */ i(W, [["render", Q]]), X = d({
86
95
  name: "UtrechtLink",
87
96
  props: {
88
97
  external: { type: Boolean, required: !1, default: !1 }
89
98
  }
90
99
  });
91
- const W = ["rel"];
92
- function Q(e, t, n, a, o, l) {
100
+ const Y = ["rel"];
101
+ function Z(e, t, n, a, o, l) {
93
102
  return s(), r("a", {
94
103
  class: p(["utrecht-link", "utrecht-link--html-a", { "utrecht-link--external": e.external }]),
95
104
  rel: e.external ? "external noopener noreferrer" : void 0
96
105
  }, [
97
106
  c(e.$slots, "default")
98
- ], 10, W);
107
+ ], 10, Y);
99
108
  }
100
- const X = /* @__PURE__ */ i(J, [["render", Q]]), C = ({
109
+ const ee = /* @__PURE__ */ i(X, [["render", Z]]), x = ({
101
110
  prop: e,
102
111
  type: t
103
112
  }) => ({
104
113
  itemscope: !0,
105
114
  itemtype: t,
106
115
  itemprop: e
107
- }), Y = (e) => ({
116
+ }), te = (e) => ({
108
117
  itemprop: e
109
- }), Z = d({
118
+ }), se = d({
110
119
  name: "UtrechtBreadcrumbNavLink",
111
- components: { UtrechtLink: X },
120
+ components: { UtrechtLink: ee },
112
121
  props: {
113
122
  href: { type: String, required: !0 },
114
123
  current: { type: Boolean, required: !1, default: !1 },
115
124
  rel: { type: String, required: !1, default: "" },
116
125
  index: { type: Number, required: !1, default: void 0 }
117
126
  },
118
- methods: { ref: k, useMicrodataProp: Y, useMicrodataItem: C, getCurrentInstance: g }
127
+ methods: { ref: k, useMicrodataProp: te, useMicrodataItem: x, getCurrentInstance: g }
119
128
  });
120
- const ee = ["content"];
121
- function te(e, t, n, a, o, l) {
129
+ const re = ["content"];
130
+ function ne(e, t, n, a, o, l) {
122
131
  const _ = q("UtrechtLink");
123
132
  return s(), r("li", u({ class: "utrecht-breadcrumb-nav__item" }, e.useMicrodataItem({ type: "https://schema.org/ListItem", prop: "itemListElement" })), [
124
133
  S(_, u({ ...e.useMicrodataProp("item") }, {
@@ -134,62 +143,62 @@ function te(e, t, n, a, o, l) {
134
143
  ], 16),
135
144
  typeof e.index == "number" ? (s(), r("meta", u({ key: 0 }, { ...e.useMicrodataProp("position") }, {
136
145
  content: String(e.index + 1)
137
- }), null, 16, ee)) : U("", !0)
146
+ }), null, 16, re)) : U("", !0)
138
147
  ]),
139
148
  _: 3
140
149
  }, 16, ["aria-current", "href", "rel"])
141
150
  ], 16);
142
151
  }
143
- const hr = /* @__PURE__ */ i(Z, [["render", te]]), se = d({
152
+ const gr = /* @__PURE__ */ i(se, [["render", ne]]), ae = d({
144
153
  name: "UtrechtHeading",
145
154
  props: {
146
155
  level: { type: Number, required: !0, default: 6 }
147
156
  }
148
157
  });
149
- const re = {
158
+ const oe = {
150
159
  key: 0,
151
160
  class: "utrecht-heading-1"
152
- }, ne = {
161
+ }, ce = {
153
162
  key: 1,
154
163
  class: "utrecht-heading-2"
155
- }, ae = {
164
+ }, de = {
156
165
  key: 2,
157
166
  class: "utrecht-heading-3"
158
- }, oe = {
167
+ }, ie = {
159
168
  key: 3,
160
169
  class: "utrecht-heading-4"
161
- }, ce = {
170
+ }, le = {
162
171
  key: 4,
163
172
  class: "utrecht-heading-5"
164
- }, de = {
173
+ }, _e = {
165
174
  key: 5,
166
175
  class: "utrecht-heading-6"
167
176
  };
168
- function ie(e, t, n, a, o, l) {
169
- return e.level == 1 ? (s(), r("h1", re, [
177
+ function ue(e, t, n, a, o, l) {
178
+ return e.level == 1 ? (s(), r("h1", oe, [
170
179
  c(e.$slots, "default", {}, void 0, !0)
171
- ])) : e.level == 2 ? (s(), r("h2", ne, [
180
+ ])) : e.level == 2 ? (s(), r("h2", ce, [
172
181
  c(e.$slots, "default", {}, void 0, !0)
173
- ])) : e.level == 3 ? (s(), r("h3", ae, [
182
+ ])) : e.level == 3 ? (s(), r("h3", de, [
174
183
  c(e.$slots, "default", {}, void 0, !0)
175
- ])) : e.level == 4 ? (s(), r("h4", oe, [
184
+ ])) : e.level == 4 ? (s(), r("h4", ie, [
176
185
  c(e.$slots, "default", {}, void 0, !0)
177
- ])) : e.level == 5 ? (s(), r("h5", ce, [
186
+ ])) : e.level == 5 ? (s(), r("h5", le, [
178
187
  c(e.$slots, "default", {}, void 0, !0)
179
- ])) : (s(), r("h6", de, [
188
+ ])) : (s(), r("h6", _e, [
180
189
  c(e.$slots, "default", {}, void 0, !0)
181
190
  ]));
182
191
  }
183
- const le = /* @__PURE__ */ i(se, [["render", ie], ["__scopeId", "data-v-55458c65"]]);
192
+ const pe = /* @__PURE__ */ i(ae, [["render", ue], ["__scopeId", "data-v-55458c65"]]);
184
193
  function $(e, t, n = "modelValue") {
185
- return x({
194
+ return C({
186
195
  get: () => e.modelValue,
187
196
  set: (a) => t(`update:${n}`, a)
188
197
  });
189
198
  }
190
- const _e = d({
199
+ const $e = d({
191
200
  name: "UtrechtBreadcrumbNav",
192
- components: { UtrechtHeading: le },
201
+ components: { UtrechtHeading: pe },
193
202
  props: {
194
203
  appearance: { type: String, required: !1, default: "arrows" },
195
204
  headingLevel: { type: Number, required: !1, default: 2 },
@@ -206,9 +215,9 @@ const _e = d({
206
215
  headingId: this.$props.label ? String((e = g()) == null ? void 0 : e.uid) : void 0
207
216
  };
208
217
  },
209
- methods: { useMicrodataItem: C, getCurrentInstance: g }
210
- }), ue = ["aria-labelledby"];
211
- function pe(e, t, n, a, o, l) {
218
+ methods: { useMicrodataItem: x, getCurrentInstance: g }
219
+ }), fe = ["aria-labelledby"];
220
+ function he(e, t, n, a, o, l) {
212
221
  const _ = q("UtrechtHeading");
213
222
  return s(), r("nav", {
214
223
  class: p(["utrecht-breadcrumb-nav", { "utrecht-breadcrumb-nav--arrows": e.appearance === "arrows" }]),
@@ -228,9 +237,9 @@ function pe(e, t, n, a, o, l) {
228
237
  m("ol", u({ class: "utrecht-breadcrumb-nav__list utrecht-breadcrumb-nav__list--html-ol" }, { ...e.useMicrodataItem({ type: "https://schema.org/BreadcrumbList" }) }), [
229
238
  c(e.$slots, "default")
230
239
  ], 16)
231
- ], 10, ue);
240
+ ], 10, fe);
232
241
  }
233
- const mr = /* @__PURE__ */ i(_e, [["render", pe]]), $e = d({
242
+ const br = /* @__PURE__ */ i($e, [["render", he]]), me = d({
234
243
  name: "UtrechtButton",
235
244
  props: {
236
245
  appearance: { type: String, required: !1, default: void 0 },
@@ -239,8 +248,8 @@ const mr = /* @__PURE__ */ i(_e, [["render", pe]]), $e = d({
239
248
  pressed: { type: Boolean, required: !1, default: void 0 }
240
249
  }
241
250
  });
242
- const fe = ["aria-busy", "aria-pressed", "type"];
243
- function he(e, t, n, a, o, l) {
251
+ const ye = ["aria-busy", "aria-pressed", "type"];
252
+ function ve(e, t, n, a, o, l) {
244
253
  return s(), r("button", {
245
254
  "aria-busy": e.busy || void 0,
246
255
  "aria-pressed": e.pressed,
@@ -256,18 +265,18 @@ function he(e, t, n, a, o, l) {
256
265
  type: e.type
257
266
  }, [
258
267
  c(e.$slots, "default")
259
- ], 10, fe);
268
+ ], 10, ye);
260
269
  }
261
- const yr = /* @__PURE__ */ i($e, [["render", he]]), me = d({
270
+ const Ur = /* @__PURE__ */ i(me, [["render", ve]]), ge = d({
262
271
  name: "UtrechtButtonGroup"
263
272
  });
264
- const ye = { class: "utrecht-button-group" };
265
- function ve(e, t, n, a, o, l) {
266
- return s(), r("div", ye, [
273
+ const be = { class: "utrecht-button-group" };
274
+ function Ue(e, t, n, a, o, l) {
275
+ return s(), r("div", be, [
267
276
  c(e.$slots, "default")
268
277
  ]);
269
278
  }
270
- const vr = /* @__PURE__ */ i(me, [["render", ve]]), ge = d({
279
+ const kr = /* @__PURE__ */ i(ge, [["render", Ue]]), ke = d({
271
280
  name: "UtrechtCheckbox",
272
281
  props: {
273
282
  appearance: { type: String, required: !1, default: "custom" },
@@ -280,8 +289,8 @@ const vr = /* @__PURE__ */ i(me, [["render", ve]]), ge = d({
280
289
  };
281
290
  }
282
291
  });
283
- const be = ["aria-invalid"];
284
- function Ue(e, t, n, a, o, l) {
292
+ const qe = ["aria-invalid"];
293
+ function Se(e, t, n, a, o, l) {
285
294
  return y((s(), r("input", {
286
295
  "onUpdate:modelValue": t[0] || (t[0] = (_) => e.value = _),
287
296
  type: "checkbox",
@@ -292,27 +301,27 @@ function Ue(e, t, n, a, o, l) {
292
301
  { "utrecht-checkbox--invalid": e.invalid },
293
302
  { "utrecht-checkbox--custom": e.appearance === "custom" }
294
303
  ])
295
- }, null, 10, be)), [
304
+ }, null, 10, qe)), [
296
305
  [H, e.value]
297
306
  ]);
298
307
  }
299
- const gr = /* @__PURE__ */ i(ge, [["render", Ue]]), ke = d({
308
+ const qr = /* @__PURE__ */ i(ke, [["render", Se]]), Be = d({
300
309
  name: "UtrechtCode"
301
310
  });
302
- const qe = { class: "utrecht-code" };
303
- function Se(e, t, n, a, o, l) {
304
- return s(), r("code", qe, [
311
+ const Le = { class: "utrecht-code" };
312
+ function xe(e, t, n, a, o, l) {
313
+ return s(), r("code", Le, [
305
314
  c(e.$slots, "default")
306
315
  ]);
307
316
  }
308
- const br = /* @__PURE__ */ i(ke, [["render", Se]]), Be = d({
317
+ const Sr = /* @__PURE__ */ i(Be, [["render", xe]]), Ce = d({
309
318
  name: "UtrechtCodeBlock"
310
319
  });
311
- const Le = { class: "utrecht-code-block" }, Ce = { class: "utrecht-code-block__content" };
312
- function xe(e, t, n, a, o, l) {
313
- return s(), r("pre", Le, [
320
+ const He = { class: "utrecht-code-block" }, Fe = { class: "utrecht-code-block__content" };
321
+ function Ne(e, t, n, a, o, l) {
322
+ return s(), r("pre", He, [
314
323
  h(" "),
315
- m("code", Ce, [
324
+ m("code", Fe, [
316
325
  h(`
317
326
  `),
318
327
  c(e.$slots, "default"),
@@ -323,44 +332,44 @@ function xe(e, t, n, a, o, l) {
323
332
  `)
324
333
  ]);
325
334
  }
326
- const Ur = /* @__PURE__ */ i(Be, [["render", xe]]), He = d({
335
+ const Br = /* @__PURE__ */ i(Ce, [["render", Ne]]), De = d({
327
336
  name: "UtrechtDataList",
328
337
  props: {
329
338
  appearance: { type: String, required: !1, default: "rows" }
330
339
  }
331
340
  });
332
- function Fe(e, t, n, a, o, l) {
341
+ function Te(e, t, n, a, o, l) {
333
342
  return s(), r("dl", {
334
343
  class: p([{ "utrecht-data-list--rows": e.appearance === "rows" }, "utrecht-data-list utrecht-data-list--html-dl"])
335
344
  }, [
336
345
  c(e.$slots, "default")
337
346
  ], 2);
338
347
  }
339
- const kr = /* @__PURE__ */ i(He, [["render", Fe]]), De = d({
348
+ const Lr = /* @__PURE__ */ i(De, [["render", Te]]), Ie = d({
340
349
  name: "UtrechtDataListActions"
341
- }), Ne = { class: "utrecht-data-list__actions utrecht-data-list__actions--html-dd" };
342
- function Te(e, t, n, a, o, l) {
343
- return s(), r("dd", Ne, [
350
+ }), we = { class: "utrecht-data-list__actions utrecht-data-list__actions--html-dd" };
351
+ function Ve(e, t, n, a, o, l) {
352
+ return s(), r("dd", we, [
344
353
  c(e.$slots, "default")
345
354
  ]);
346
355
  }
347
- const qr = /* @__PURE__ */ i(De, [["render", Te]]), Ie = d({
356
+ const xr = /* @__PURE__ */ i(Ie, [["render", Ve]]), Pe = d({
348
357
  name: "UtrechtDataListItem"
349
- }), we = { class: "utrecht-data-list__item" };
350
- function Ve(e, t, n, a, o, l) {
351
- return s(), r("div", we, [
358
+ }), Me = { class: "utrecht-data-list__item" };
359
+ function Ae(e, t, n, a, o, l) {
360
+ return s(), r("div", Me, [
352
361
  c(e.$slots, "default")
353
362
  ]);
354
363
  }
355
- const Sr = /* @__PURE__ */ i(Ie, [["render", Ve]]), Pe = d({
364
+ const Cr = /* @__PURE__ */ i(Pe, [["render", Ae]]), Re = d({
356
365
  name: "UtrechtDataListKey"
357
- }), Me = { class: "utrecht-data-list__item-key" };
358
- function Re(e, t, n, a, o, l) {
359
- return s(), r("dt", Me, [
366
+ }), Ee = { class: "utrecht-data-list__item-key" };
367
+ function Ge(e, t, n, a, o, l) {
368
+ return s(), r("dt", Ee, [
360
369
  c(e.$slots, "default")
361
370
  ]);
362
371
  }
363
- const Br = /* @__PURE__ */ i(Pe, [["render", Re]]), Ae = d({
372
+ const Hr = /* @__PURE__ */ i(Re, [["render", Ge]]), Oe = d({
364
373
  name: "UtrechtDataListValue",
365
374
  props: {
366
375
  value: { type: [Number, String], required: !1, default: "" },
@@ -368,13 +377,13 @@ const Br = /* @__PURE__ */ i(Pe, [["render", Re]]), Ae = d({
368
377
  multiline: { type: Boolean, required: !1 },
369
378
  notranslate: { type: Boolean, required: !1 }
370
379
  },
371
- data() {
372
- return {
373
- empty: this.$props.value === "" || this.$props.value === void 0
374
- };
380
+ computed: {
381
+ empty() {
382
+ return this.value === "" || this.value === void 0;
383
+ }
375
384
  }
376
- }), Ee = ["translate"], Oe = ["aria-label"];
377
- function Ge(e, t, n, a, o, l) {
385
+ }), je = ["translate"], ze = ["aria-label"];
386
+ function Ke(e, t, n, a, o, l) {
378
387
  return s(), r("dd", {
379
388
  class: p(["utrecht-data-list__item-value utrecht-data-list__item-value--html-dd", { "utrecht-data-list__item-value--multiline": e.multiline }]),
380
389
  translate: typeof e.notranslate == "boolean" ? e.notranslate ? "no" : "yes" : void 0
@@ -382,50 +391,50 @@ function Ge(e, t, n, a, o, l) {
382
391
  e.empty ? (s(), r("span", {
383
392
  key: 0,
384
393
  "aria-label": e.emptyDescription
385
- }, "-", 8, Oe)) : c(e.$slots, "default", { key: 1 })
386
- ], 10, Ee);
394
+ }, "-", 8, ze)) : c(e.$slots, "default", { key: 1 })
395
+ ], 10, je);
387
396
  }
388
- const Lr = /* @__PURE__ */ i(Ae, [["render", Ge]]), je = d({
397
+ const Fr = /* @__PURE__ */ i(Oe, [["render", Ke]]), Je = d({
389
398
  name: "UtrechtDocument"
390
399
  });
391
- const ze = { class: "utrecht-document" };
392
- function Ke(e, t, n, a, o, l) {
393
- return s(), r("div", ze, [
400
+ const We = { class: "utrecht-document" };
401
+ function Qe(e, t, n, a, o, l) {
402
+ return s(), r("div", We, [
394
403
  c(e.$slots, "default")
395
404
  ]);
396
405
  }
397
- const Cr = /* @__PURE__ */ i(je, [["render", Ke]]), Je = d({
406
+ const Nr = /* @__PURE__ */ i(Je, [["render", Qe]]), Xe = d({
398
407
  name: "UtrechtEmphasis"
399
408
  });
400
- function We(e, t, n, a, o, l) {
409
+ function Ye(e, t, n, a, o, l) {
401
410
  return s(), r("em", u(e.$attrs, { class: "utrecht-emphasis utrecht-emphasis--stressed" }), [
402
411
  c(e.$slots, "default")
403
412
  ], 16);
404
413
  }
405
- const xr = /* @__PURE__ */ i(Je, [["render", We]]), Qe = d({
414
+ const Dr = /* @__PURE__ */ i(Xe, [["render", Ye]]), Ze = d({
406
415
  name: "UtrechtFigure"
407
416
  });
408
- function Xe(e, t, n, a, o, l) {
417
+ function et(e, t, n, a, o, l) {
409
418
  return s(), r("figure", u(e.$attrs, { class: "utrecht-figure" }), [
410
419
  c(e.$slots, "default")
411
420
  ], 16);
412
421
  }
413
- const Hr = /* @__PURE__ */ i(Qe, [["render", Xe]]), Ye = d({
422
+ const Tr = /* @__PURE__ */ i(Ze, [["render", et]]), tt = d({
414
423
  name: "UtrechtFigureCaption"
415
424
  });
416
- function Ze(e, t, n, a, o, l) {
425
+ function st(e, t, n, a, o, l) {
417
426
  return s(), r("figcaption", u(e.$attrs, { class: "utrecht-figure__caption" }), [
418
427
  c(e.$slots, "default")
419
428
  ], 16);
420
429
  }
421
- const Fr = /* @__PURE__ */ i(Ye, [["render", Ze]]), et = d({
430
+ const Ir = /* @__PURE__ */ i(tt, [["render", st]]), rt = d({
422
431
  name: "UtrechtFormField",
423
432
  props: {
424
433
  invalid: { type: Boolean, required: !1, default: !1 },
425
434
  type: { type: String, required: !1, default: void 0 }
426
435
  }
427
436
  });
428
- function tt(e, t, n, a, o, l) {
437
+ function nt(e, t, n, a, o, l) {
429
438
  return s(), r("div", {
430
439
  class: p([
431
440
  "utrecht-form-field",
@@ -438,7 +447,7 @@ function tt(e, t, n, a, o, l) {
438
447
  c(e.$slots, "default")
439
448
  ], 2);
440
449
  }
441
- const Dr = /* @__PURE__ */ i(et, [["render", tt]]), st = d({
450
+ const wr = /* @__PURE__ */ i(rt, [["render", nt]]), at = d({
442
451
  name: "UtrechtFormFieldset",
443
452
  props: {
444
453
  describedby: {
@@ -483,9 +492,9 @@ const Dr = /* @__PURE__ */ i(et, [["render", tt]]), st = d({
483
492
  }
484
493
  }
485
494
  });
486
- const rt = { class: "utrecht-form-fieldset" }, nt = ["aria-describedby", "aria-invalid", "aria-label", "aria-labelledby", "disabled", "form", "name", "role"];
487
- function at(e, t, n, a, o, l) {
488
- return s(), r("div", rt, [
495
+ const ot = { class: "utrecht-form-fieldset" }, ct = ["aria-describedby", "aria-invalid", "aria-label", "aria-labelledby", "disabled", "form", "name", "role"];
496
+ function dt(e, t, n, a, o, l) {
497
+ return s(), r("div", ot, [
489
498
  m("fieldset", {
490
499
  "aria-describedby": e.describedby || void 0,
491
500
  "aria-invalid": e.invalid || void 0,
@@ -498,18 +507,18 @@ function at(e, t, n, a, o, l) {
498
507
  role: e.role || void 0
499
508
  }, [
500
509
  c(e.$slots, "default")
501
- ], 8, nt)
510
+ ], 8, ct)
502
511
  ]);
503
512
  }
504
- const Nr = /* @__PURE__ */ i(st, [["render", at]]), ot = d({
513
+ const Vr = /* @__PURE__ */ i(at, [["render", dt]]), it = d({
505
514
  name: "UtrechtFormFieldsetLegend"
506
- }), ct = { class: "utrecht-form-fieldset__legend" };
507
- function dt(e, t, n, a, o, l) {
508
- return s(), r("legend", ct, [
515
+ }), lt = { class: "utrecht-form-fieldset__legend" };
516
+ function _t(e, t, n, a, o, l) {
517
+ return s(), r("legend", lt, [
509
518
  c(e.$slots, "default")
510
519
  ]);
511
520
  }
512
- const Tr = /* @__PURE__ */ i(ot, [["render", dt]]), it = d({
521
+ const Pr = /* @__PURE__ */ i(it, [["render", _t]]), ut = d({
513
522
  name: "UtrechtFormLabel",
514
523
  props: {
515
524
  checked: { type: Boolean, required: !1, default: !1 },
@@ -517,7 +526,7 @@ const Tr = /* @__PURE__ */ i(ot, [["render", dt]]), it = d({
517
526
  type: { type: String, required: !1, default: void 0 }
518
527
  }
519
528
  });
520
- function lt(e, t, n, a, o, l) {
529
+ function pt(e, t, n, a, o, l) {
521
530
  return s(), r("label", {
522
531
  class: p([
523
532
  "utrecht-form-label",
@@ -529,70 +538,70 @@ function lt(e, t, n, a, o, l) {
529
538
  c(e.$slots, "default")
530
539
  ], 2);
531
540
  }
532
- const Ir = /* @__PURE__ */ i(it, [["render", lt]]), _t = d({
541
+ const Mr = /* @__PURE__ */ i(ut, [["render", pt]]), $t = d({
533
542
  name: "UtrechtHeading1"
534
543
  });
535
- const ut = { class: "utrecht-heading-1" };
536
- function pt(e, t, n, a, o, l) {
537
- return s(), r("h1", ut, [
544
+ const ft = { class: "utrecht-heading-1" };
545
+ function ht(e, t, n, a, o, l) {
546
+ return s(), r("h1", ft, [
538
547
  c(e.$slots, "default")
539
548
  ]);
540
549
  }
541
- const wr = /* @__PURE__ */ i(_t, [["render", pt]]), $t = d({
550
+ const Ar = /* @__PURE__ */ i($t, [["render", ht]]), mt = d({
542
551
  name: "UtrechtHeading2"
543
552
  });
544
- const ft = { class: "utrecht-heading-2" };
545
- function ht(e, t, n, a, o, l) {
546
- return s(), r("h2", ft, [
553
+ const yt = { class: "utrecht-heading-2" };
554
+ function vt(e, t, n, a, o, l) {
555
+ return s(), r("h2", yt, [
547
556
  c(e.$slots, "default")
548
557
  ]);
549
558
  }
550
- const Vr = /* @__PURE__ */ i($t, [["render", ht]]), mt = d({
559
+ const Rr = /* @__PURE__ */ i(mt, [["render", vt]]), gt = d({
551
560
  name: "UtrechtHeading3"
552
561
  });
553
- const yt = { class: "utrecht-heading-3" };
554
- function vt(e, t, n, a, o, l) {
555
- return s(), r("h3", yt, [
562
+ const bt = { class: "utrecht-heading-3" };
563
+ function Ut(e, t, n, a, o, l) {
564
+ return s(), r("h3", bt, [
556
565
  c(e.$slots, "default")
557
566
  ]);
558
567
  }
559
- const Pr = /* @__PURE__ */ i(mt, [["render", vt]]), gt = d({
568
+ const Er = /* @__PURE__ */ i(gt, [["render", Ut]]), kt = d({
560
569
  name: "UtrechtHeading4"
561
570
  });
562
- const bt = { class: "utrecht-heading-4" };
563
- function Ut(e, t, n, a, o, l) {
564
- return s(), r("h4", bt, [
571
+ const qt = { class: "utrecht-heading-4" };
572
+ function St(e, t, n, a, o, l) {
573
+ return s(), r("h4", qt, [
565
574
  c(e.$slots, "default")
566
575
  ]);
567
576
  }
568
- const Mr = /* @__PURE__ */ i(gt, [["render", Ut]]), kt = d({
577
+ const Gr = /* @__PURE__ */ i(kt, [["render", St]]), Bt = d({
569
578
  name: "UtrechtHeading5"
570
579
  });
571
- const qt = { class: "utrecht-heading-5" };
572
- function St(e, t, n, a, o, l) {
573
- return s(), r("h5", qt, [
580
+ const Lt = { class: "utrecht-heading-5" };
581
+ function xt(e, t, n, a, o, l) {
582
+ return s(), r("h5", Lt, [
574
583
  c(e.$slots, "default")
575
584
  ]);
576
585
  }
577
- const Rr = /* @__PURE__ */ i(kt, [["render", St]]), Bt = d({
586
+ const Or = /* @__PURE__ */ i(Bt, [["render", xt]]), Ct = d({
578
587
  name: "UtrechtHeading6"
579
588
  });
580
- const Lt = { class: "utrecht-heading-6" };
581
- function Ct(e, t, n, a, o, l) {
582
- return s(), r("h6", Lt, [
589
+ const Ht = { class: "utrecht-heading-6" };
590
+ function Ft(e, t, n, a, o, l) {
591
+ return s(), r("h6", Ht, [
583
592
  c(e.$slots, "default")
584
593
  ]);
585
594
  }
586
- const Ar = /* @__PURE__ */ i(Bt, [["render", Ct]]), xt = d({
595
+ const jr = /* @__PURE__ */ i(Ct, [["render", Ft]]), Nt = d({
587
596
  name: "UtrechtHtmlContent"
588
597
  });
589
- const Ht = { class: "utrecht-html" };
590
- function Ft(e, t, n, a, o, l) {
591
- return s(), r("div", Ht, [
598
+ const Dt = { class: "utrecht-html" };
599
+ function Tt(e, t, n, a, o, l) {
600
+ return s(), r("div", Dt, [
592
601
  c(e.$slots, "default")
593
602
  ]);
594
603
  }
595
- const Er = /* @__PURE__ */ i(xt, [["render", Ft]]), Dt = d({
604
+ const zr = /* @__PURE__ */ i(Nt, [["render", Tt]]), It = d({
596
605
  name: "UtrechtImage",
597
606
  props: {
598
607
  photo: {
@@ -601,8 +610,8 @@ const Er = /* @__PURE__ */ i(xt, [["render", Ft]]), Dt = d({
601
610
  required: !1
602
611
  }
603
612
  }
604
- }), Nt = ["alt", "src", "height", "width"];
605
- function Tt(e, t, n, a, o, l) {
613
+ }), wt = ["alt", "src", "height", "width"];
614
+ function Vt(e, t, n, a, o, l) {
606
615
  var _, v, f;
607
616
  return s(), r("img", u({ class: "utrecht-img" }, e.$attrs, {
608
617
  class: { "utrecht-img--photo": e.photo },
@@ -610,9 +619,9 @@ function Tt(e, t, n, a, o, l) {
610
619
  src: e.$attrs.src,
611
620
  height: (v = e.$attrs) == null ? void 0 : v.height,
612
621
  width: (f = e.$attrs) == null ? void 0 : f.width
613
- }), null, 16, Nt);
622
+ }), null, 16, wt);
614
623
  }
615
- const Or = /* @__PURE__ */ i(Dt, [["render", Tt]]), It = d({
624
+ const Kr = /* @__PURE__ */ i(It, [["render", Vt]]), Pt = d({
616
625
  name: "UtrechtLinkSocial",
617
626
  props: {
618
627
  external: {
@@ -622,15 +631,15 @@ const Or = /* @__PURE__ */ i(Dt, [["render", Tt]]), It = d({
622
631
  }
623
632
  }
624
633
  });
625
- const wt = ["rel"];
626
- function Vt(e, t, n, a, o, l) {
634
+ const Mt = ["rel"];
635
+ function At(e, t, n, a, o, l) {
627
636
  return s(), r("a", u({ class: "utrecht-link-social" }, e.$attrs, {
628
637
  rel: e.external !== !1 ? "external noopener noreferrer" : void 0
629
638
  }), [
630
639
  c(e.$slots, "default")
631
- ], 16, wt);
640
+ ], 16, Mt);
632
641
  }
633
- const Gr = /* @__PURE__ */ i(It, [["render", Vt]]), Pt = d({
642
+ const Jr = /* @__PURE__ */ i(Pt, [["render", At]]), Rt = d({
634
643
  name: "UtrechtListSocial",
635
644
  props: {
636
645
  external: {
@@ -640,128 +649,128 @@ const Gr = /* @__PURE__ */ i(It, [["render", Vt]]), Pt = d({
640
649
  }
641
650
  }
642
651
  });
643
- function Mt(e, t, n, a, o, l) {
652
+ function Et(e, t, n, a, o, l) {
644
653
  return s(), r("ul", u({ class: "utrecht-list-social" }, e.$attrs), [
645
654
  c(e.$slots, "default")
646
655
  ], 16);
647
656
  }
648
- const jr = /* @__PURE__ */ i(Pt, [["render", Mt]]), Rt = d({
657
+ const Wr = /* @__PURE__ */ i(Rt, [["render", Et]]), Gt = d({
649
658
  name: "UtrechtListSocialItem"
650
659
  });
651
- function At(e, t, n, a, o, l) {
660
+ function Ot(e, t, n, a, o, l) {
652
661
  return s(), r("li", u({ class: "utrecht-list-social__item" }, e.$attrs), [
653
662
  c(e.$slots, "default")
654
663
  ], 16);
655
664
  }
656
- const zr = /* @__PURE__ */ i(Rt, [["render", At]]), Et = d({
665
+ const Qr = /* @__PURE__ */ i(Gt, [["render", Ot]]), jt = d({
657
666
  name: "UtrechtOrderedList"
658
667
  });
659
- function Ot(e, t, n, a, o, l) {
668
+ function zt(e, t, n, a, o, l) {
660
669
  return s(), r("ol", u({ class: "utrecht-ordered-list" }, e.$attrs), [
661
670
  c(e.$slots, "default")
662
671
  ], 16);
663
672
  }
664
- const Kr = /* @__PURE__ */ i(Et, [["render", Ot]]), Gt = d({
673
+ const Xr = /* @__PURE__ */ i(jt, [["render", zt]]), Kt = d({
665
674
  name: "UtrechtOrderedListItem"
666
675
  });
667
- function jt(e, t, n, a, o, l) {
676
+ function Jt(e, t, n, a, o, l) {
668
677
  return s(), r("li", u({ class: "utrecht-ordered-list__item" }, e.$attrs), [
669
678
  c(e.$slots, "default")
670
679
  ], 16);
671
680
  }
672
- const Jr = /* @__PURE__ */ i(Gt, [["render", jt]]), zt = d({
681
+ const Yr = /* @__PURE__ */ i(Kt, [["render", Jt]]), Wt = d({
673
682
  name: "UtrechtNumberBadge",
674
683
  props: {
675
684
  value: { type: [Number, String], required: !1, default: void 0 }
676
685
  }
677
686
  });
678
- const Kt = ["value"], Jt = {
687
+ const Qt = ["value"], Xt = {
679
688
  key: 1,
680
689
  class: "utrecht-number-badge"
681
690
  };
682
- function Wt(e, t, n, a, o, l) {
691
+ function Yt(e, t, n, a, o, l) {
683
692
  return typeof e.value < "u" ? (s(), r("data", {
684
693
  key: 0,
685
694
  class: "utrecht-number-badge",
686
695
  value: e.value ? String(e.value) : void 0
687
696
  }, [
688
697
  c(e.$slots, "default")
689
- ], 8, Kt)) : (s(), r("span", Jt, [
698
+ ], 8, Qt)) : (s(), r("span", Xt, [
690
699
  c(e.$slots, "default")
691
700
  ]));
692
701
  }
693
- const Wr = /* @__PURE__ */ i(zt, [["render", Wt]]), Qt = d({
702
+ const Zr = /* @__PURE__ */ i(Wt, [["render", Yt]]), Zt = d({
694
703
  name: "UtrechtNumberData",
695
704
  props: {
696
705
  value: { type: [Number, String], required: !1, default: void 0 }
697
706
  }
698
707
  });
699
- const Xt = ["value"];
700
- function Yt(e, t, n, a, o, l) {
708
+ const es = ["value"];
709
+ function ts(e, t, n, a, o, l) {
701
710
  return s(), r("data", {
702
711
  value: typeof e.value == "string" || typeof e.value == "number" ? String(e.value) : void 0,
703
712
  class: "utrecht-number-data"
704
713
  }, [
705
714
  c(e.$slots, "default")
706
- ], 8, Xt);
715
+ ], 8, es);
707
716
  }
708
- const Qr = /* @__PURE__ */ i(Qt, [["render", Yt]]), Zt = d({
717
+ const en = /* @__PURE__ */ i(Zt, [["render", ts]]), ss = d({
709
718
  name: "UtrechtPage"
710
719
  });
711
- const es = { class: "utrecht-page" };
712
- function ts(e, t, n, a, o, l) {
713
- return s(), r("div", es, [
720
+ const rs = { class: "utrecht-page" };
721
+ function ns(e, t, n, a, o, l) {
722
+ return s(), r("div", rs, [
714
723
  c(e.$slots, "default")
715
724
  ]);
716
725
  }
717
- const Xr = /* @__PURE__ */ i(Zt, [["render", ts]]), ss = d({
726
+ const tn = /* @__PURE__ */ i(ss, [["render", ns]]), as = d({
718
727
  name: "UtrechtPageContent"
719
728
  });
720
- const rs = { class: "utrecht-page-content" };
721
- function ns(e, t, n, a, o, l) {
722
- return s(), r("div", rs, [
729
+ const os = { class: "utrecht-page-content" };
730
+ function cs(e, t, n, a, o, l) {
731
+ return s(), r("div", os, [
723
732
  c(e.$slots, "default")
724
733
  ]);
725
734
  }
726
- const Yr = /* @__PURE__ */ i(ss, [["render", ns]]), as = d({
735
+ const sn = /* @__PURE__ */ i(as, [["render", cs]]), ds = d({
727
736
  name: "UtrechtPageFooter"
728
737
  });
729
- const os = { class: "utrecht-page-footer" };
730
- function cs(e, t, n, a, o, l) {
731
- return s(), r("footer", os, [
738
+ const is = { class: "utrecht-page-footer" };
739
+ function ls(e, t, n, a, o, l) {
740
+ return s(), r("footer", is, [
732
741
  c(e.$slots, "default")
733
742
  ]);
734
743
  }
735
- const Zr = /* @__PURE__ */ i(as, [["render", cs]]), ds = d({
744
+ const rn = /* @__PURE__ */ i(ds, [["render", ls]]), _s = d({
736
745
  name: "UtrechtPageHeader"
737
746
  });
738
- const is = { class: "utrecht-page-header" };
739
- function ls(e, t, n, a, o, l) {
740
- return s(), r("header", is, [
747
+ const us = { class: "utrecht-page-header" };
748
+ function ps(e, t, n, a, o, l) {
749
+ return s(), r("header", us, [
741
750
  c(e.$slots, "default")
742
751
  ]);
743
752
  }
744
- const en = /* @__PURE__ */ i(ds, [["render", ls]]), _s = d({
753
+ const nn = /* @__PURE__ */ i(_s, [["render", ps]]), $s = d({
745
754
  name: "UtrechtParagraph",
746
755
  props: {
747
756
  lead: { type: Boolean, required: !1, default: !1 },
748
757
  small: { type: Boolean, required: !1, default: !1 }
749
758
  }
750
759
  });
751
- const us = {
760
+ const fs = {
752
761
  key: 0,
753
762
  class: "utrecht-paragraph__small"
754
763
  };
755
- function ps(e, t, n, a, o, l) {
764
+ function hs(e, t, n, a, o, l) {
756
765
  return s(), r("p", {
757
766
  class: p(["utrecht-paragraph", { "utrecht-paragraph--lead": e.lead, "utrecht-paragraph--small": e.small }])
758
767
  }, [
759
- e.small ? (s(), r("small", us, [
768
+ e.small ? (s(), r("small", fs, [
760
769
  c(e.$slots, "default")
761
770
  ])) : c(e.$slots, "default", { key: 1 })
762
771
  ], 2);
763
772
  }
764
- const tn = /* @__PURE__ */ i(_s, [["render", ps]]), $s = d({
773
+ const an = /* @__PURE__ */ i($s, [["render", hs]]), ms = d({
765
774
  name: "UtrechtRadioButton",
766
775
  props: {
767
776
  invalid: { type: Boolean, required: !1 },
@@ -773,18 +782,18 @@ const tn = /* @__PURE__ */ i(_s, [["render", ps]]), $s = d({
773
782
  };
774
783
  }
775
784
  });
776
- const fs = ["aria-invalid"];
777
- function hs(e, t, n, a, o, l) {
785
+ const ys = ["aria-invalid"];
786
+ function vs(e, t, n, a, o, l) {
778
787
  return y((s(), r("input", {
779
788
  "onUpdate:modelValue": t[0] || (t[0] = (_) => e.value = _),
780
789
  type: "radio",
781
790
  "aria-invalid": e.invalid || void 0,
782
791
  class: p(["utrecht-radio-button", "utrecht-radio-button--html-input", { "utrecht-radio-button--invalid": e.invalid }])
783
- }, null, 10, fs)), [
792
+ }, null, 10, ys)), [
784
793
  [F, e.value]
785
794
  ]);
786
795
  }
787
- const sn = /* @__PURE__ */ i($s, [["render", hs]]), ms = d({
796
+ const on = /* @__PURE__ */ i(ms, [["render", vs]]), gs = d({
788
797
  name: "UtrechtSelect",
789
798
  props: {
790
799
  invalid: { type: Boolean, required: !1 },
@@ -798,8 +807,8 @@ const sn = /* @__PURE__ */ i($s, [["render", hs]]), ms = d({
798
807
  };
799
808
  }
800
809
  });
801
- const ys = ["aria-invalid", "readonly"], vs = ["value", "disabled"];
802
- function gs(e, t, n, a, o, l) {
810
+ const bs = ["aria-invalid", "readonly"], Us = ["value", "disabled"];
811
+ function ks(e, t, n, a, o, l) {
803
812
  return y((s(), r("select", {
804
813
  "onUpdate:modelValue": t[0] || (t[0] = (_) => e.selected = _),
805
814
  "aria-invalid": e.invalid || void 0,
@@ -811,23 +820,23 @@ function gs(e, t, n, a, o, l) {
811
820
  ]),
812
821
  readonly: e.readonly
813
822
  }, [
814
- e.options && e.options.length > 0 ? (s(!0), r(D, { key: 0 }, N(e.options, ({ value: _, label: v, disabled: f }) => (s(), r("option", {
823
+ e.options && e.options.length > 0 ? (s(!0), r(N, { key: 0 }, D(e.options, ({ value: _, label: v, disabled: f }) => (s(), r("option", {
815
824
  key: _,
816
825
  value: _,
817
826
  class: p([{ "utrecht-select__option--disabled": f }, "utrecht-select__option"]),
818
827
  disabled: f
819
- }, b(v), 11, vs))), 128)) : U("", !0)
820
- ], 10, ys)), [
828
+ }, b(v), 11, Us))), 128)) : U("", !0)
829
+ ], 10, bs)), [
821
830
  [T, e.selected]
822
831
  ]);
823
832
  }
824
- const rn = /* @__PURE__ */ i(ms, [["render", gs]]), bs = d({
833
+ const cn = /* @__PURE__ */ i(gs, [["render", ks]]), qs = d({
825
834
  name: "UtrechtSeparator"
826
835
  });
827
- function Us(e, t, n, a, o, l) {
836
+ function Ss(e, t, n, a, o, l) {
828
837
  return s(), r("hr", u({ class: "utrecht-separator" }, e.$attrs), null, 16);
829
838
  }
830
- const nn = /* @__PURE__ */ i(bs, [["render", Us]]), ks = d({
839
+ const dn = /* @__PURE__ */ i(qs, [["render", Ss]]), Bs = d({
831
840
  name: "UtrechtSkipLink",
832
841
  props: {
833
842
  href: {
@@ -837,89 +846,89 @@ const nn = /* @__PURE__ */ i(bs, [["render", Us]]), ks = d({
837
846
  }
838
847
  }
839
848
  });
840
- const qs = ["href"];
841
- function Ss(e, t, n, a, o, l) {
849
+ const Ls = ["href"];
850
+ function xs(e, t, n, a, o, l) {
842
851
  return s(), r("a", u(e.$attrs, {
843
852
  href: e.$props.href,
844
853
  class: "utrecht-skip-link utrecht-skip-link--visible-on-focus"
845
854
  }), [
846
855
  c(e.$slots, "default")
847
- ], 16, qs);
856
+ ], 16, Ls);
848
857
  }
849
- const an = /* @__PURE__ */ i(ks, [["render", Ss]]), Bs = d({
858
+ const ln = /* @__PURE__ */ i(Bs, [["render", xs]]), Cs = d({
850
859
  name: "UtrechtStrong"
851
860
  });
852
- function Ls(e, t, n, a, o, l) {
861
+ function Hs(e, t, n, a, o, l) {
853
862
  return s(), r("strong", u(e.$attrs, { class: "utrecht-emphasis utrecht-emphasis--strong" }), [
854
863
  c(e.$slots, "default")
855
864
  ], 16);
856
865
  }
857
- const on = /* @__PURE__ */ i(Bs, [["render", Ls]]), Cs = d({
866
+ const _n = /* @__PURE__ */ i(Cs, [["render", Hs]]), Fs = d({
858
867
  name: "UtrechtTable"
859
868
  });
860
- const xs = { class: "utrecht-table" };
861
- function Hs(e, t, n, a, o, l) {
862
- return s(), r("table", xs, [
869
+ const Ns = { class: "utrecht-table" };
870
+ function Ds(e, t, n, a, o, l) {
871
+ return s(), r("table", Ns, [
863
872
  c(e.$slots, "default")
864
873
  ]);
865
874
  }
866
- const cn = /* @__PURE__ */ i(Cs, [["render", Hs]]), Fs = d({
875
+ const un = /* @__PURE__ */ i(Fs, [["render", Ds]]), Ts = d({
867
876
  name: "UtrechtTableBody"
868
- }), Ds = { class: "utrecht-table__body" };
869
- function Ns(e, t, n, a, o, l) {
870
- return s(), r("tbody", Ds, [
877
+ }), Is = { class: "utrecht-table__body" };
878
+ function ws(e, t, n, a, o, l) {
879
+ return s(), r("tbody", Is, [
871
880
  c(e.$slots, "default")
872
881
  ]);
873
882
  }
874
- const dn = /* @__PURE__ */ i(Fs, [["render", Ns]]), Ts = d({
883
+ const pn = /* @__PURE__ */ i(Ts, [["render", ws]]), Vs = d({
875
884
  name: "UtrechtTableCaption"
876
- }), Is = { class: "utrecht-table__caption" };
877
- function ws(e, t, n, a, o, l) {
878
- return s(), r("caption", Is, [
885
+ }), Ps = { class: "utrecht-table__caption" };
886
+ function Ms(e, t, n, a, o, l) {
887
+ return s(), r("caption", Ps, [
879
888
  c(e.$slots, "default")
880
889
  ]);
881
890
  }
882
- const ln = /* @__PURE__ */ i(Ts, [["render", ws]]), Vs = d({
891
+ const $n = /* @__PURE__ */ i(Vs, [["render", Ms]]), As = d({
883
892
  name: "UtrechtTableCell"
884
- }), Ps = { class: "utrecht-table__cell" };
885
- function Ms(e, t, n, a, o, l) {
886
- return s(), r("td", Ps, [
893
+ }), Rs = { class: "utrecht-table__cell" };
894
+ function Es(e, t, n, a, o, l) {
895
+ return s(), r("td", Rs, [
887
896
  c(e.$slots, "default")
888
897
  ]);
889
898
  }
890
- const _n = /* @__PURE__ */ i(Vs, [["render", Ms]]), Rs = d({
899
+ const fn = /* @__PURE__ */ i(As, [["render", Es]]), Gs = d({
891
900
  name: "UtrechtTableFooter"
892
- }), As = { class: "utrecht-table__footer" };
893
- function Es(e, t, n, a, o, l) {
894
- return s(), r("tfoot", As, [
901
+ }), Os = { class: "utrecht-table__footer" };
902
+ function js(e, t, n, a, o, l) {
903
+ return s(), r("tfoot", Os, [
895
904
  c(e.$slots, "default")
896
905
  ]);
897
906
  }
898
- const un = /* @__PURE__ */ i(Rs, [["render", Es]]), Os = d({
907
+ const hn = /* @__PURE__ */ i(Gs, [["render", js]]), zs = d({
899
908
  name: "UtrechtTableHeader"
900
- }), Gs = { class: "utrecht-table__header" };
901
- function js(e, t, n, a, o, l) {
902
- return s(), r("thead", Gs, [
909
+ }), Ks = { class: "utrecht-table__header" };
910
+ function Js(e, t, n, a, o, l) {
911
+ return s(), r("thead", Ks, [
903
912
  c(e.$slots, "default")
904
913
  ]);
905
914
  }
906
- const pn = /* @__PURE__ */ i(Os, [["render", js]]), zs = d({
915
+ const mn = /* @__PURE__ */ i(zs, [["render", Js]]), Ws = d({
907
916
  name: "UtrechtTableHeaderCell"
908
- }), Ks = { class: "utrecht-table__header-cell" };
909
- function Js(e, t, n, a, o, l) {
910
- return s(), r("th", Ks, [
917
+ }), Qs = { class: "utrecht-table__header-cell" };
918
+ function Xs(e, t, n, a, o, l) {
919
+ return s(), r("th", Qs, [
911
920
  c(e.$slots, "default")
912
921
  ]);
913
922
  }
914
- const $n = /* @__PURE__ */ i(zs, [["render", Js]]), Ws = d({
923
+ const yn = /* @__PURE__ */ i(Ws, [["render", Xs]]), Ys = d({
915
924
  name: "UtrechtTableRow"
916
- }), Qs = { class: "utrecht-table__row" };
917
- function Xs(e, t, n, a, o, l) {
918
- return s(), r("tr", Qs, [
925
+ }), Zs = { class: "utrecht-table__row" };
926
+ function er(e, t, n, a, o, l) {
927
+ return s(), r("tr", Zs, [
919
928
  c(e.$slots, "default")
920
929
  ]);
921
930
  }
922
- const fn = /* @__PURE__ */ i(Ws, [["render", Xs]]), Ys = d({
931
+ const vn = /* @__PURE__ */ i(Ys, [["render", er]]), tr = d({
923
932
  name: "UtrechtTextarea",
924
933
  props: {
925
934
  dir: { type: String, required: !1, default: "auto" },
@@ -932,18 +941,18 @@ const fn = /* @__PURE__ */ i(Ws, [["render", Xs]]), Ys = d({
932
941
  };
933
942
  }
934
943
  });
935
- const Zs = ["aria-invalid", "dir"];
936
- function er(e, t, n, a, o, l) {
944
+ const sr = ["aria-invalid", "dir"];
945
+ function rr(e, t, n, a, o, l) {
937
946
  return y((s(), r("textarea", {
938
947
  "onUpdate:modelValue": t[0] || (t[0] = (_) => e.value = _),
939
948
  "aria-invalid": e.invalid || void 0,
940
949
  class: p([{ "utrecht-textarea--invalid": e.invalid }, "utrecht-textarea", "utrecht-textarea--html-textarea"]),
941
950
  dir: e.dir
942
- }, null, 10, Zs)), [
951
+ }, null, 10, sr)), [
943
952
  [L, e.value]
944
953
  ]);
945
954
  }
946
- const hn = /* @__PURE__ */ i(Ys, [["render", er]]), tr = d({
955
+ const gn = /* @__PURE__ */ i(tr, [["render", rr]]), nr = d({
947
956
  name: "UtrechtTextbox",
948
957
  props: {
949
958
  dir: { type: String, required: !1, default: "auto" },
@@ -956,109 +965,110 @@ const hn = /* @__PURE__ */ i(Ys, [["render", er]]), tr = d({
956
965
  };
957
966
  }
958
967
  });
959
- const sr = ["aria-invalid", "dir"];
960
- function rr(e, t, n, a, o, l) {
968
+ const ar = ["aria-invalid", "dir"];
969
+ function or(e, t, n, a, o, l) {
961
970
  return y((s(), r("input", {
962
971
  "onUpdate:modelValue": t[0] || (t[0] = (_) => e.value = _),
963
972
  "aria-invalid": e.invalid || void 0,
964
973
  class: p([{ "utrecht-textbox--invalid": e.invalid }, "utrecht-textbox", "utrecht-textbox--html-input"]),
965
974
  dir: e.dir
966
- }, null, 10, sr)), [
975
+ }, null, 10, ar)), [
967
976
  [L, e.value]
968
977
  ]);
969
978
  }
970
- const mn = /* @__PURE__ */ i(tr, [["render", rr]]), nr = d({
979
+ const bn = /* @__PURE__ */ i(nr, [["render", or]]), cr = d({
971
980
  name: "UtrechtUnorderedList"
972
981
  });
973
- function ar(e, t, n, a, o, l) {
982
+ function dr(e, t, n, a, o, l) {
974
983
  return s(), r("ul", u({ class: "utrecht-unordered-list" }, e.$attrs), [
975
984
  c(e.$slots, "default")
976
985
  ], 16);
977
986
  }
978
- const yn = /* @__PURE__ */ i(nr, [["render", ar]]), or = d({
987
+ const Un = /* @__PURE__ */ i(cr, [["render", dr]]), ir = d({
979
988
  name: "UtrechtUnorderedListItem"
980
989
  });
981
- function cr(e, t, n, a, o, l) {
990
+ function lr(e, t, n, a, o, l) {
982
991
  return s(), r("li", u({ class: "utrecht-unordered-list__item" }, e.$attrs), [
983
992
  c(e.$slots, "default")
984
993
  ], 16);
985
994
  }
986
- const vn = /* @__PURE__ */ i(or, [["render", cr]]), dr = d({
995
+ const kn = /* @__PURE__ */ i(ir, [["render", lr]]), _r = d({
987
996
  name: "UtrechtURLData"
988
997
  });
989
- const ir = {
998
+ const ur = {
990
999
  translate: "no",
991
1000
  class: "utrecht-url-data"
992
1001
  };
993
- function lr(e, t, n, a, o, l) {
994
- return s(), r("bdi", ir, [
1002
+ function pr(e, t, n, a, o, l) {
1003
+ return s(), r("bdi", ur, [
995
1004
  c(e.$slots, "default")
996
1005
  ]);
997
1006
  }
998
- const gn = /* @__PURE__ */ i(dr, [["render", lr]]);
1007
+ const qn = /* @__PURE__ */ i(_r, [["render", pr]]);
999
1008
  export {
1000
- ur as AlertDialog,
1001
- pr as Article,
1002
- $r as BadgeCounter,
1003
- fr as BadgeStatus,
1004
- mr as BreadcrumbNav,
1005
- hr as BreadcrumbNavLink,
1006
- yr as Button,
1007
- vr as ButtonGroup,
1008
- gr as Checkbox,
1009
- br as Code,
1010
- Ur as CodeBlock,
1011
- kr as DataList,
1012
- qr as DataListActions,
1013
- Sr as DataListItem,
1014
- Br as DataListKey,
1015
- Lr as DataListValue,
1016
- Cr as Document,
1017
- xr as Emphasis,
1018
- Hr as Figure,
1019
- Fr as FigureCaption,
1020
- Dr as FormField,
1021
- Nr as FormFieldset,
1022
- Tr as FormFieldsetLegend,
1023
- Ir as FormLabel,
1024
- le as Heading,
1025
- wr as Heading1,
1026
- Vr as Heading2,
1027
- Pr as Heading3,
1028
- Mr as Heading4,
1029
- Rr as Heading5,
1030
- Ar as Heading6,
1031
- Er as HtmlContent,
1032
- Or as Image,
1033
- X as Link,
1034
- Gr as LinkSocial,
1035
- jr as ListSocial,
1036
- zr as ListSocialItem,
1037
- Wr as NumberBadge,
1038
- Qr as NumberData,
1039
- Kr as OrderedList,
1040
- Jr as OrderedListItem,
1041
- Xr as Page,
1042
- Yr as PageContent,
1043
- Zr as PageFooter,
1044
- en as PageHeader,
1045
- tn as Paragraph,
1046
- sn as RadioButton,
1047
- rn as Select,
1048
- nn as Separator,
1049
- an as SkipLink,
1050
- on as Strong,
1051
- cn as Table,
1052
- dn as TableBody,
1053
- ln as TableCaption,
1054
- _n as TableCell,
1055
- un as TableFooter,
1056
- pn as TableHeader,
1057
- $n as TableHeaderCell,
1058
- fn as TableRow,
1059
- hn as Textarea,
1060
- mn as Textbox,
1061
- gn as URLData,
1062
- yn as UnorderedList,
1063
- vn as UnorderedListItem
1009
+ fr as ActionGroup,
1010
+ hr as AlertDialog,
1011
+ mr as Article,
1012
+ yr as BadgeCounter,
1013
+ vr as BadgeStatus,
1014
+ br as BreadcrumbNav,
1015
+ gr as BreadcrumbNavLink,
1016
+ Ur as Button,
1017
+ kr as ButtonGroup,
1018
+ qr as Checkbox,
1019
+ Sr as Code,
1020
+ Br as CodeBlock,
1021
+ Lr as DataList,
1022
+ xr as DataListActions,
1023
+ Cr as DataListItem,
1024
+ Hr as DataListKey,
1025
+ Fr as DataListValue,
1026
+ Nr as Document,
1027
+ Dr as Emphasis,
1028
+ Tr as Figure,
1029
+ Ir as FigureCaption,
1030
+ wr as FormField,
1031
+ Vr as FormFieldset,
1032
+ Pr as FormFieldsetLegend,
1033
+ Mr as FormLabel,
1034
+ pe as Heading,
1035
+ Ar as Heading1,
1036
+ Rr as Heading2,
1037
+ Er as Heading3,
1038
+ Gr as Heading4,
1039
+ Or as Heading5,
1040
+ jr as Heading6,
1041
+ zr as HtmlContent,
1042
+ Kr as Image,
1043
+ ee as Link,
1044
+ Jr as LinkSocial,
1045
+ Wr as ListSocial,
1046
+ Qr as ListSocialItem,
1047
+ Zr as NumberBadge,
1048
+ en as NumberData,
1049
+ Xr as OrderedList,
1050
+ Yr as OrderedListItem,
1051
+ tn as Page,
1052
+ sn as PageContent,
1053
+ rn as PageFooter,
1054
+ nn as PageHeader,
1055
+ an as Paragraph,
1056
+ on as RadioButton,
1057
+ cn as Select,
1058
+ dn as Separator,
1059
+ ln as SkipLink,
1060
+ _n as Strong,
1061
+ un as Table,
1062
+ pn as TableBody,
1063
+ $n as TableCaption,
1064
+ fn as TableCell,
1065
+ hn as TableFooter,
1066
+ mn as TableHeader,
1067
+ yn as TableHeaderCell,
1068
+ vn as TableRow,
1069
+ gn as Textarea,
1070
+ bn as Textbox,
1071
+ qn as URLData,
1072
+ Un as UnorderedList,
1073
+ kn as UnorderedListItem
1064
1074
  };