@utrecht/component-library-vue 2.2.0 → 2.3.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.
- package/dist/.jest-test-results.json +1 -1
- package/dist/HtmlContent.vue.d.ts +2 -0
- package/dist/component-library-vue.mjs +215 -205
- package/dist/component-library-vue.umd.js +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/style.css +5 -73
- package/package.json +47 -46
|
@@ -1,4 +1,4 @@
|
|
|
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
|
|
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";
|
|
2
2
|
const I = d({
|
|
3
3
|
name: "UtrechtAlertDialog",
|
|
4
4
|
props: {
|
|
@@ -39,7 +39,7 @@ function P(e, t, n, a, o, l) {
|
|
|
39
39
|
])
|
|
40
40
|
], 2);
|
|
41
41
|
}
|
|
42
|
-
const
|
|
42
|
+
const ur = /* @__PURE__ */ i(I, [["render", P]]), M = d({
|
|
43
43
|
name: "UtrechtArticle"
|
|
44
44
|
});
|
|
45
45
|
const R = { class: "utrecht-article" };
|
|
@@ -48,7 +48,7 @@ function A(e, t, n, a, o, l) {
|
|
|
48
48
|
c(e.$slots, "default")
|
|
49
49
|
]);
|
|
50
50
|
}
|
|
51
|
-
const
|
|
51
|
+
const pr = /* @__PURE__ */ i(M, [["render", A]]), E = d({
|
|
52
52
|
name: "UtrechtBadgeCounter",
|
|
53
53
|
props: {
|
|
54
54
|
value: { type: [Number, String], required: !1, default: void 0 }
|
|
@@ -69,7 +69,7 @@ function j(e, t, n, a, o, l) {
|
|
|
69
69
|
c(e.$slots, "default")
|
|
70
70
|
]));
|
|
71
71
|
}
|
|
72
|
-
const
|
|
72
|
+
const $r = /* @__PURE__ */ i(E, [["render", j]]), z = d({
|
|
73
73
|
name: "UtrechtBadgeStatus",
|
|
74
74
|
props: {
|
|
75
75
|
status: { type: String, required: !1, default: void 0 }
|
|
@@ -82,7 +82,7 @@ function K(e, t, n, a, o, l) {
|
|
|
82
82
|
c(e.$slots, "default")
|
|
83
83
|
], 2);
|
|
84
84
|
}
|
|
85
|
-
const
|
|
85
|
+
const fr = /* @__PURE__ */ i(z, [["render", K]]), J = d({
|
|
86
86
|
name: "UtrechtLink",
|
|
87
87
|
props: {
|
|
88
88
|
external: { type: Boolean, required: !1, default: !1 }
|
|
@@ -140,7 +140,7 @@ function te(e, t, n, a, o, l) {
|
|
|
140
140
|
}, 16, ["aria-current", "href", "rel"])
|
|
141
141
|
], 16);
|
|
142
142
|
}
|
|
143
|
-
const
|
|
143
|
+
const hr = /* @__PURE__ */ i(Z, [["render", te]]), se = d({
|
|
144
144
|
name: "UtrechtHeading",
|
|
145
145
|
props: {
|
|
146
146
|
level: { type: Number, required: !0, default: 6 }
|
|
@@ -230,7 +230,7 @@ function pe(e, t, n, a, o, l) {
|
|
|
230
230
|
], 16)
|
|
231
231
|
], 10, ue);
|
|
232
232
|
}
|
|
233
|
-
const
|
|
233
|
+
const mr = /* @__PURE__ */ i(_e, [["render", pe]]), $e = d({
|
|
234
234
|
name: "UtrechtButton",
|
|
235
235
|
props: {
|
|
236
236
|
appearance: { type: String, required: !1, default: void 0 },
|
|
@@ -258,7 +258,7 @@ function he(e, t, n, a, o, l) {
|
|
|
258
258
|
c(e.$slots, "default")
|
|
259
259
|
], 10, fe);
|
|
260
260
|
}
|
|
261
|
-
const
|
|
261
|
+
const yr = /* @__PURE__ */ i($e, [["render", he]]), me = d({
|
|
262
262
|
name: "UtrechtButtonGroup"
|
|
263
263
|
});
|
|
264
264
|
const ye = { class: "utrecht-button-group" };
|
|
@@ -267,7 +267,7 @@ function ve(e, t, n, a, o, l) {
|
|
|
267
267
|
c(e.$slots, "default")
|
|
268
268
|
]);
|
|
269
269
|
}
|
|
270
|
-
const
|
|
270
|
+
const vr = /* @__PURE__ */ i(me, [["render", ve]]), ge = d({
|
|
271
271
|
name: "UtrechtCheckbox",
|
|
272
272
|
props: {
|
|
273
273
|
appearance: { type: String, required: !1, default: "custom" },
|
|
@@ -293,10 +293,10 @@ function Ue(e, t, n, a, o, l) {
|
|
|
293
293
|
{ "utrecht-checkbox--custom": e.appearance === "custom" }
|
|
294
294
|
])
|
|
295
295
|
}, null, 10, be)), [
|
|
296
|
-
[
|
|
296
|
+
[H, e.value]
|
|
297
297
|
]);
|
|
298
298
|
}
|
|
299
|
-
const
|
|
299
|
+
const gr = /* @__PURE__ */ i(ge, [["render", Ue]]), ke = d({
|
|
300
300
|
name: "UtrechtCode"
|
|
301
301
|
});
|
|
302
302
|
const qe = { class: "utrecht-code" };
|
|
@@ -305,7 +305,7 @@ function Se(e, t, n, a, o, l) {
|
|
|
305
305
|
c(e.$slots, "default")
|
|
306
306
|
]);
|
|
307
307
|
}
|
|
308
|
-
const
|
|
308
|
+
const br = /* @__PURE__ */ i(ke, [["render", Se]]), Be = d({
|
|
309
309
|
name: "UtrechtCodeBlock"
|
|
310
310
|
});
|
|
311
311
|
const Le = { class: "utrecht-code-block" }, Ce = { class: "utrecht-code-block__content" };
|
|
@@ -323,20 +323,20 @@ function xe(e, t, n, a, o, l) {
|
|
|
323
323
|
`)
|
|
324
324
|
]);
|
|
325
325
|
}
|
|
326
|
-
const
|
|
326
|
+
const Ur = /* @__PURE__ */ i(Be, [["render", xe]]), He = d({
|
|
327
327
|
name: "UtrechtDataList",
|
|
328
328
|
props: {
|
|
329
329
|
appearance: { type: String, required: !1, default: "rows" }
|
|
330
330
|
}
|
|
331
331
|
});
|
|
332
|
-
function
|
|
332
|
+
function Fe(e, t, n, a, o, l) {
|
|
333
333
|
return s(), r("dl", {
|
|
334
334
|
class: p([{ "utrecht-data-list--rows": e.appearance === "rows" }, "utrecht-data-list utrecht-data-list--html-dl"])
|
|
335
335
|
}, [
|
|
336
336
|
c(e.$slots, "default")
|
|
337
337
|
], 2);
|
|
338
338
|
}
|
|
339
|
-
const
|
|
339
|
+
const kr = /* @__PURE__ */ i(He, [["render", Fe]]), De = d({
|
|
340
340
|
name: "UtrechtDataListActions"
|
|
341
341
|
}), Ne = { class: "utrecht-data-list__actions utrecht-data-list__actions--html-dd" };
|
|
342
342
|
function Te(e, t, n, a, o, l) {
|
|
@@ -344,7 +344,7 @@ function Te(e, t, n, a, o, l) {
|
|
|
344
344
|
c(e.$slots, "default")
|
|
345
345
|
]);
|
|
346
346
|
}
|
|
347
|
-
const
|
|
347
|
+
const qr = /* @__PURE__ */ i(De, [["render", Te]]), Ie = d({
|
|
348
348
|
name: "UtrechtDataListItem"
|
|
349
349
|
}), we = { class: "utrecht-data-list__item" };
|
|
350
350
|
function Ve(e, t, n, a, o, l) {
|
|
@@ -352,7 +352,7 @@ function Ve(e, t, n, a, o, l) {
|
|
|
352
352
|
c(e.$slots, "default")
|
|
353
353
|
]);
|
|
354
354
|
}
|
|
355
|
-
const
|
|
355
|
+
const Sr = /* @__PURE__ */ i(Ie, [["render", Ve]]), Pe = d({
|
|
356
356
|
name: "UtrechtDataListKey"
|
|
357
357
|
}), Me = { class: "utrecht-data-list__item-key" };
|
|
358
358
|
function Re(e, t, n, a, o, l) {
|
|
@@ -360,7 +360,7 @@ function Re(e, t, n, a, o, l) {
|
|
|
360
360
|
c(e.$slots, "default")
|
|
361
361
|
]);
|
|
362
362
|
}
|
|
363
|
-
const
|
|
363
|
+
const Br = /* @__PURE__ */ i(Pe, [["render", Re]]), Ae = d({
|
|
364
364
|
name: "UtrechtDataListValue",
|
|
365
365
|
props: {
|
|
366
366
|
value: { type: [Number, String], required: !1, default: "" },
|
|
@@ -385,7 +385,7 @@ function Ge(e, t, n, a, o, l) {
|
|
|
385
385
|
}, "-", 8, Oe)) : c(e.$slots, "default", { key: 1 })
|
|
386
386
|
], 10, Ee);
|
|
387
387
|
}
|
|
388
|
-
const
|
|
388
|
+
const Lr = /* @__PURE__ */ i(Ae, [["render", Ge]]), je = d({
|
|
389
389
|
name: "UtrechtDocument"
|
|
390
390
|
});
|
|
391
391
|
const ze = { class: "utrecht-document" };
|
|
@@ -394,7 +394,7 @@ function Ke(e, t, n, a, o, l) {
|
|
|
394
394
|
c(e.$slots, "default")
|
|
395
395
|
]);
|
|
396
396
|
}
|
|
397
|
-
const
|
|
397
|
+
const Cr = /* @__PURE__ */ i(je, [["render", Ke]]), Je = d({
|
|
398
398
|
name: "UtrechtEmphasis"
|
|
399
399
|
});
|
|
400
400
|
function We(e, t, n, a, o, l) {
|
|
@@ -402,7 +402,7 @@ function We(e, t, n, a, o, l) {
|
|
|
402
402
|
c(e.$slots, "default")
|
|
403
403
|
], 16);
|
|
404
404
|
}
|
|
405
|
-
const
|
|
405
|
+
const xr = /* @__PURE__ */ i(Je, [["render", We]]), Qe = d({
|
|
406
406
|
name: "UtrechtFigure"
|
|
407
407
|
});
|
|
408
408
|
function Xe(e, t, n, a, o, l) {
|
|
@@ -410,7 +410,7 @@ function Xe(e, t, n, a, o, l) {
|
|
|
410
410
|
c(e.$slots, "default")
|
|
411
411
|
], 16);
|
|
412
412
|
}
|
|
413
|
-
const
|
|
413
|
+
const Hr = /* @__PURE__ */ i(Qe, [["render", Xe]]), Ye = d({
|
|
414
414
|
name: "UtrechtFigureCaption"
|
|
415
415
|
});
|
|
416
416
|
function Ze(e, t, n, a, o, l) {
|
|
@@ -418,7 +418,7 @@ function Ze(e, t, n, a, o, l) {
|
|
|
418
418
|
c(e.$slots, "default")
|
|
419
419
|
], 16);
|
|
420
420
|
}
|
|
421
|
-
const
|
|
421
|
+
const Fr = /* @__PURE__ */ i(Ye, [["render", Ze]]), et = d({
|
|
422
422
|
name: "UtrechtFormField",
|
|
423
423
|
props: {
|
|
424
424
|
invalid: { type: Boolean, required: !1, default: !1 },
|
|
@@ -438,7 +438,7 @@ function tt(e, t, n, a, o, l) {
|
|
|
438
438
|
c(e.$slots, "default")
|
|
439
439
|
], 2);
|
|
440
440
|
}
|
|
441
|
-
const
|
|
441
|
+
const Dr = /* @__PURE__ */ i(et, [["render", tt]]), st = d({
|
|
442
442
|
name: "UtrechtFormFieldset",
|
|
443
443
|
props: {
|
|
444
444
|
describedby: {
|
|
@@ -501,7 +501,7 @@ function at(e, t, n, a, o, l) {
|
|
|
501
501
|
], 8, nt)
|
|
502
502
|
]);
|
|
503
503
|
}
|
|
504
|
-
const
|
|
504
|
+
const Nr = /* @__PURE__ */ i(st, [["render", at]]), ot = d({
|
|
505
505
|
name: "UtrechtFormFieldsetLegend"
|
|
506
506
|
}), ct = { class: "utrecht-form-fieldset__legend" };
|
|
507
507
|
function dt(e, t, n, a, o, l) {
|
|
@@ -509,7 +509,7 @@ function dt(e, t, n, a, o, l) {
|
|
|
509
509
|
c(e.$slots, "default")
|
|
510
510
|
]);
|
|
511
511
|
}
|
|
512
|
-
const
|
|
512
|
+
const Tr = /* @__PURE__ */ i(ot, [["render", dt]]), it = d({
|
|
513
513
|
name: "UtrechtFormLabel",
|
|
514
514
|
props: {
|
|
515
515
|
checked: { type: Boolean, required: !1, default: !1 },
|
|
@@ -529,7 +529,7 @@ function lt(e, t, n, a, o, l) {
|
|
|
529
529
|
c(e.$slots, "default")
|
|
530
530
|
], 2);
|
|
531
531
|
}
|
|
532
|
-
const
|
|
532
|
+
const Ir = /* @__PURE__ */ i(it, [["render", lt]]), _t = d({
|
|
533
533
|
name: "UtrechtHeading1"
|
|
534
534
|
});
|
|
535
535
|
const ut = { class: "utrecht-heading-1" };
|
|
@@ -538,7 +538,7 @@ function pt(e, t, n, a, o, l) {
|
|
|
538
538
|
c(e.$slots, "default")
|
|
539
539
|
]);
|
|
540
540
|
}
|
|
541
|
-
const
|
|
541
|
+
const wr = /* @__PURE__ */ i(_t, [["render", pt]]), $t = d({
|
|
542
542
|
name: "UtrechtHeading2"
|
|
543
543
|
});
|
|
544
544
|
const ft = { class: "utrecht-heading-2" };
|
|
@@ -547,7 +547,7 @@ function ht(e, t, n, a, o, l) {
|
|
|
547
547
|
c(e.$slots, "default")
|
|
548
548
|
]);
|
|
549
549
|
}
|
|
550
|
-
const
|
|
550
|
+
const Vr = /* @__PURE__ */ i($t, [["render", ht]]), mt = d({
|
|
551
551
|
name: "UtrechtHeading3"
|
|
552
552
|
});
|
|
553
553
|
const yt = { class: "utrecht-heading-3" };
|
|
@@ -556,7 +556,7 @@ function vt(e, t, n, a, o, l) {
|
|
|
556
556
|
c(e.$slots, "default")
|
|
557
557
|
]);
|
|
558
558
|
}
|
|
559
|
-
const
|
|
559
|
+
const Pr = /* @__PURE__ */ i(mt, [["render", vt]]), gt = d({
|
|
560
560
|
name: "UtrechtHeading4"
|
|
561
561
|
});
|
|
562
562
|
const bt = { class: "utrecht-heading-4" };
|
|
@@ -565,7 +565,7 @@ function Ut(e, t, n, a, o, l) {
|
|
|
565
565
|
c(e.$slots, "default")
|
|
566
566
|
]);
|
|
567
567
|
}
|
|
568
|
-
const
|
|
568
|
+
const Mr = /* @__PURE__ */ i(gt, [["render", Ut]]), kt = d({
|
|
569
569
|
name: "UtrechtHeading5"
|
|
570
570
|
});
|
|
571
571
|
const qt = { class: "utrecht-heading-5" };
|
|
@@ -574,7 +574,7 @@ function St(e, t, n, a, o, l) {
|
|
|
574
574
|
c(e.$slots, "default")
|
|
575
575
|
]);
|
|
576
576
|
}
|
|
577
|
-
const
|
|
577
|
+
const Rr = /* @__PURE__ */ i(kt, [["render", St]]), Bt = d({
|
|
578
578
|
name: "UtrechtHeading6"
|
|
579
579
|
});
|
|
580
580
|
const Lt = { class: "utrecht-heading-6" };
|
|
@@ -583,7 +583,16 @@ function Ct(e, t, n, a, o, l) {
|
|
|
583
583
|
c(e.$slots, "default")
|
|
584
584
|
]);
|
|
585
585
|
}
|
|
586
|
-
const
|
|
586
|
+
const Ar = /* @__PURE__ */ i(Bt, [["render", Ct]]), xt = d({
|
|
587
|
+
name: "UtrechtHtmlContent"
|
|
588
|
+
});
|
|
589
|
+
const Ht = { class: "utrecht-html" };
|
|
590
|
+
function Ft(e, t, n, a, o, l) {
|
|
591
|
+
return s(), r("div", Ht, [
|
|
592
|
+
c(e.$slots, "default")
|
|
593
|
+
]);
|
|
594
|
+
}
|
|
595
|
+
const Er = /* @__PURE__ */ i(xt, [["render", Ft]]), Dt = d({
|
|
587
596
|
name: "UtrechtImage",
|
|
588
597
|
props: {
|
|
589
598
|
photo: {
|
|
@@ -592,8 +601,8 @@ const Pr = /* @__PURE__ */ i(Bt, [["render", Ct]]), xt = d({
|
|
|
592
601
|
required: !1
|
|
593
602
|
}
|
|
594
603
|
}
|
|
595
|
-
}),
|
|
596
|
-
function
|
|
604
|
+
}), Nt = ["alt", "src", "height", "width"];
|
|
605
|
+
function Tt(e, t, n, a, o, l) {
|
|
597
606
|
var _, v, f;
|
|
598
607
|
return s(), r("img", u({ class: "utrecht-img" }, e.$attrs, {
|
|
599
608
|
class: { "utrecht-img--photo": e.photo },
|
|
@@ -601,9 +610,9 @@ function Dt(e, t, n, a, o, l) {
|
|
|
601
610
|
src: e.$attrs.src,
|
|
602
611
|
height: (v = e.$attrs) == null ? void 0 : v.height,
|
|
603
612
|
width: (f = e.$attrs) == null ? void 0 : f.width
|
|
604
|
-
}), null, 16,
|
|
613
|
+
}), null, 16, Nt);
|
|
605
614
|
}
|
|
606
|
-
const
|
|
615
|
+
const Or = /* @__PURE__ */ i(Dt, [["render", Tt]]), It = d({
|
|
607
616
|
name: "UtrechtLinkSocial",
|
|
608
617
|
props: {
|
|
609
618
|
external: {
|
|
@@ -613,15 +622,15 @@ const Mr = /* @__PURE__ */ i(xt, [["render", Dt]]), Ht = d({
|
|
|
613
622
|
}
|
|
614
623
|
}
|
|
615
624
|
});
|
|
616
|
-
const
|
|
617
|
-
function
|
|
625
|
+
const wt = ["rel"];
|
|
626
|
+
function Vt(e, t, n, a, o, l) {
|
|
618
627
|
return s(), r("a", u({ class: "utrecht-link-social" }, e.$attrs, {
|
|
619
628
|
rel: e.external !== !1 ? "external noopener noreferrer" : void 0
|
|
620
629
|
}), [
|
|
621
630
|
c(e.$slots, "default")
|
|
622
|
-
], 16,
|
|
631
|
+
], 16, wt);
|
|
623
632
|
}
|
|
624
|
-
const
|
|
633
|
+
const Gr = /* @__PURE__ */ i(It, [["render", Vt]]), Pt = d({
|
|
625
634
|
name: "UtrechtListSocial",
|
|
626
635
|
props: {
|
|
627
636
|
external: {
|
|
@@ -631,128 +640,128 @@ const Rr = /* @__PURE__ */ i(Ht, [["render", Tt]]), It = d({
|
|
|
631
640
|
}
|
|
632
641
|
}
|
|
633
642
|
});
|
|
634
|
-
function
|
|
643
|
+
function Mt(e, t, n, a, o, l) {
|
|
635
644
|
return s(), r("ul", u({ class: "utrecht-list-social" }, e.$attrs), [
|
|
636
645
|
c(e.$slots, "default")
|
|
637
646
|
], 16);
|
|
638
647
|
}
|
|
639
|
-
const
|
|
648
|
+
const jr = /* @__PURE__ */ i(Pt, [["render", Mt]]), Rt = d({
|
|
640
649
|
name: "UtrechtListSocialItem"
|
|
641
650
|
});
|
|
642
|
-
function
|
|
651
|
+
function At(e, t, n, a, o, l) {
|
|
643
652
|
return s(), r("li", u({ class: "utrecht-list-social__item" }, e.$attrs), [
|
|
644
653
|
c(e.$slots, "default")
|
|
645
654
|
], 16);
|
|
646
655
|
}
|
|
647
|
-
const
|
|
656
|
+
const zr = /* @__PURE__ */ i(Rt, [["render", At]]), Et = d({
|
|
648
657
|
name: "UtrechtOrderedList"
|
|
649
658
|
});
|
|
650
|
-
function
|
|
659
|
+
function Ot(e, t, n, a, o, l) {
|
|
651
660
|
return s(), r("ol", u({ class: "utrecht-ordered-list" }, e.$attrs), [
|
|
652
661
|
c(e.$slots, "default")
|
|
653
662
|
], 16);
|
|
654
663
|
}
|
|
655
|
-
const
|
|
664
|
+
const Kr = /* @__PURE__ */ i(Et, [["render", Ot]]), Gt = d({
|
|
656
665
|
name: "UtrechtOrderedListItem"
|
|
657
666
|
});
|
|
658
|
-
function
|
|
667
|
+
function jt(e, t, n, a, o, l) {
|
|
659
668
|
return s(), r("li", u({ class: "utrecht-ordered-list__item" }, e.$attrs), [
|
|
660
669
|
c(e.$slots, "default")
|
|
661
670
|
], 16);
|
|
662
671
|
}
|
|
663
|
-
const
|
|
672
|
+
const Jr = /* @__PURE__ */ i(Gt, [["render", jt]]), zt = d({
|
|
664
673
|
name: "UtrechtNumberBadge",
|
|
665
674
|
props: {
|
|
666
675
|
value: { type: [Number, String], required: !1, default: void 0 }
|
|
667
676
|
}
|
|
668
677
|
});
|
|
669
|
-
const
|
|
678
|
+
const Kt = ["value"], Jt = {
|
|
670
679
|
key: 1,
|
|
671
680
|
class: "utrecht-number-badge"
|
|
672
681
|
};
|
|
673
|
-
function
|
|
682
|
+
function Wt(e, t, n, a, o, l) {
|
|
674
683
|
return typeof e.value < "u" ? (s(), r("data", {
|
|
675
684
|
key: 0,
|
|
676
685
|
class: "utrecht-number-badge",
|
|
677
686
|
value: e.value ? String(e.value) : void 0
|
|
678
687
|
}, [
|
|
679
688
|
c(e.$slots, "default")
|
|
680
|
-
], 8,
|
|
689
|
+
], 8, Kt)) : (s(), r("span", Jt, [
|
|
681
690
|
c(e.$slots, "default")
|
|
682
691
|
]));
|
|
683
692
|
}
|
|
684
|
-
const
|
|
693
|
+
const Wr = /* @__PURE__ */ i(zt, [["render", Wt]]), Qt = d({
|
|
685
694
|
name: "UtrechtNumberData",
|
|
686
695
|
props: {
|
|
687
696
|
value: { type: [Number, String], required: !1, default: void 0 }
|
|
688
697
|
}
|
|
689
698
|
});
|
|
690
|
-
const
|
|
691
|
-
function
|
|
699
|
+
const Xt = ["value"];
|
|
700
|
+
function Yt(e, t, n, a, o, l) {
|
|
692
701
|
return s(), r("data", {
|
|
693
702
|
value: typeof e.value == "string" || typeof e.value == "number" ? String(e.value) : void 0,
|
|
694
703
|
class: "utrecht-number-data"
|
|
695
704
|
}, [
|
|
696
705
|
c(e.$slots, "default")
|
|
697
|
-
], 8,
|
|
706
|
+
], 8, Xt);
|
|
698
707
|
}
|
|
699
|
-
const
|
|
708
|
+
const Qr = /* @__PURE__ */ i(Qt, [["render", Yt]]), Zt = d({
|
|
700
709
|
name: "UtrechtPage"
|
|
701
710
|
});
|
|
702
|
-
const
|
|
703
|
-
function
|
|
704
|
-
return s(), r("div",
|
|
711
|
+
const es = { class: "utrecht-page" };
|
|
712
|
+
function ts(e, t, n, a, o, l) {
|
|
713
|
+
return s(), r("div", es, [
|
|
705
714
|
c(e.$slots, "default")
|
|
706
715
|
]);
|
|
707
716
|
}
|
|
708
|
-
const
|
|
717
|
+
const Xr = /* @__PURE__ */ i(Zt, [["render", ts]]), ss = d({
|
|
709
718
|
name: "UtrechtPageContent"
|
|
710
719
|
});
|
|
711
|
-
const
|
|
712
|
-
function
|
|
713
|
-
return s(), r("div",
|
|
720
|
+
const rs = { class: "utrecht-page-content" };
|
|
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
|
|
726
|
+
const Yr = /* @__PURE__ */ i(ss, [["render", ns]]), as = d({
|
|
718
727
|
name: "UtrechtPageFooter"
|
|
719
728
|
});
|
|
720
|
-
const
|
|
721
|
-
function
|
|
722
|
-
return s(), r("footer",
|
|
729
|
+
const os = { class: "utrecht-page-footer" };
|
|
730
|
+
function cs(e, t, n, a, o, l) {
|
|
731
|
+
return s(), r("footer", os, [
|
|
723
732
|
c(e.$slots, "default")
|
|
724
733
|
]);
|
|
725
734
|
}
|
|
726
|
-
const
|
|
735
|
+
const Zr = /* @__PURE__ */ i(as, [["render", cs]]), ds = d({
|
|
727
736
|
name: "UtrechtPageHeader"
|
|
728
737
|
});
|
|
729
|
-
const
|
|
730
|
-
function
|
|
731
|
-
return s(), r("header",
|
|
738
|
+
const is = { class: "utrecht-page-header" };
|
|
739
|
+
function ls(e, t, n, a, o, l) {
|
|
740
|
+
return s(), r("header", is, [
|
|
732
741
|
c(e.$slots, "default")
|
|
733
742
|
]);
|
|
734
743
|
}
|
|
735
|
-
const
|
|
744
|
+
const en = /* @__PURE__ */ i(ds, [["render", ls]]), _s = d({
|
|
736
745
|
name: "UtrechtParagraph",
|
|
737
746
|
props: {
|
|
738
747
|
lead: { type: Boolean, required: !1, default: !1 },
|
|
739
748
|
small: { type: Boolean, required: !1, default: !1 }
|
|
740
749
|
}
|
|
741
750
|
});
|
|
742
|
-
const
|
|
751
|
+
const us = {
|
|
743
752
|
key: 0,
|
|
744
753
|
class: "utrecht-paragraph__small"
|
|
745
754
|
};
|
|
746
|
-
function
|
|
755
|
+
function ps(e, t, n, a, o, l) {
|
|
747
756
|
return s(), r("p", {
|
|
748
757
|
class: p(["utrecht-paragraph", { "utrecht-paragraph--lead": e.lead, "utrecht-paragraph--small": e.small }])
|
|
749
758
|
}, [
|
|
750
|
-
e.small ? (s(), r("small",
|
|
759
|
+
e.small ? (s(), r("small", us, [
|
|
751
760
|
c(e.$slots, "default")
|
|
752
761
|
])) : c(e.$slots, "default", { key: 1 })
|
|
753
762
|
], 2);
|
|
754
763
|
}
|
|
755
|
-
const
|
|
764
|
+
const tn = /* @__PURE__ */ i(_s, [["render", ps]]), $s = d({
|
|
756
765
|
name: "UtrechtRadioButton",
|
|
757
766
|
props: {
|
|
758
767
|
invalid: { type: Boolean, required: !1 },
|
|
@@ -764,18 +773,18 @@ const Xr = /* @__PURE__ */ i(ds, [["render", ls]]), _s = d({
|
|
|
764
773
|
};
|
|
765
774
|
}
|
|
766
775
|
});
|
|
767
|
-
const
|
|
768
|
-
function
|
|
776
|
+
const fs = ["aria-invalid"];
|
|
777
|
+
function hs(e, t, n, a, o, l) {
|
|
769
778
|
return y((s(), r("input", {
|
|
770
779
|
"onUpdate:modelValue": t[0] || (t[0] = (_) => e.value = _),
|
|
771
780
|
type: "radio",
|
|
772
781
|
"aria-invalid": e.invalid || void 0,
|
|
773
782
|
class: p(["utrecht-radio-button", "utrecht-radio-button--html-input", { "utrecht-radio-button--invalid": e.invalid }])
|
|
774
|
-
}, null, 10,
|
|
775
|
-
[
|
|
783
|
+
}, null, 10, fs)), [
|
|
784
|
+
[F, e.value]
|
|
776
785
|
]);
|
|
777
786
|
}
|
|
778
|
-
const
|
|
787
|
+
const sn = /* @__PURE__ */ i($s, [["render", hs]]), ms = d({
|
|
779
788
|
name: "UtrechtSelect",
|
|
780
789
|
props: {
|
|
781
790
|
invalid: { type: Boolean, required: !1 },
|
|
@@ -789,8 +798,8 @@ const Yr = /* @__PURE__ */ i(_s, [["render", ps]]), $s = d({
|
|
|
789
798
|
};
|
|
790
799
|
}
|
|
791
800
|
});
|
|
792
|
-
const
|
|
793
|
-
function
|
|
801
|
+
const ys = ["aria-invalid", "readonly"], vs = ["value", "disabled"];
|
|
802
|
+
function gs(e, t, n, a, o, l) {
|
|
794
803
|
return y((s(), r("select", {
|
|
795
804
|
"onUpdate:modelValue": t[0] || (t[0] = (_) => e.selected = _),
|
|
796
805
|
"aria-invalid": e.invalid || void 0,
|
|
@@ -802,23 +811,23 @@ function ms(e, t, n, a, o, l) {
|
|
|
802
811
|
]),
|
|
803
812
|
readonly: e.readonly
|
|
804
813
|
}, [
|
|
805
|
-
e.options && e.options.length > 0 ? (s(!0), r(
|
|
814
|
+
e.options && e.options.length > 0 ? (s(!0), r(D, { key: 0 }, N(e.options, ({ value: _, label: v, disabled: f }) => (s(), r("option", {
|
|
806
815
|
key: _,
|
|
807
816
|
value: _,
|
|
808
817
|
class: p([{ "utrecht-select__option--disabled": f }, "utrecht-select__option"]),
|
|
809
818
|
disabled: f
|
|
810
|
-
}, b(v), 11,
|
|
811
|
-
], 10,
|
|
819
|
+
}, b(v), 11, vs))), 128)) : U("", !0)
|
|
820
|
+
], 10, ys)), [
|
|
812
821
|
[T, e.selected]
|
|
813
822
|
]);
|
|
814
823
|
}
|
|
815
|
-
const
|
|
824
|
+
const rn = /* @__PURE__ */ i(ms, [["render", gs]]), bs = d({
|
|
816
825
|
name: "UtrechtSeparator"
|
|
817
826
|
});
|
|
818
|
-
function
|
|
827
|
+
function Us(e, t, n, a, o, l) {
|
|
819
828
|
return s(), r("hr", u({ class: "utrecht-separator" }, e.$attrs), null, 16);
|
|
820
829
|
}
|
|
821
|
-
const
|
|
830
|
+
const nn = /* @__PURE__ */ i(bs, [["render", Us]]), ks = d({
|
|
822
831
|
name: "UtrechtSkipLink",
|
|
823
832
|
props: {
|
|
824
833
|
href: {
|
|
@@ -828,89 +837,89 @@ const en = /* @__PURE__ */ i(ys, [["render", vs]]), gs = d({
|
|
|
828
837
|
}
|
|
829
838
|
}
|
|
830
839
|
});
|
|
831
|
-
const
|
|
832
|
-
function
|
|
840
|
+
const qs = ["href"];
|
|
841
|
+
function Ss(e, t, n, a, o, l) {
|
|
833
842
|
return s(), r("a", u(e.$attrs, {
|
|
834
843
|
href: e.$props.href,
|
|
835
844
|
class: "utrecht-skip-link utrecht-skip-link--visible-on-focus"
|
|
836
845
|
}), [
|
|
837
846
|
c(e.$slots, "default")
|
|
838
|
-
], 16,
|
|
847
|
+
], 16, qs);
|
|
839
848
|
}
|
|
840
|
-
const
|
|
849
|
+
const an = /* @__PURE__ */ i(ks, [["render", Ss]]), Bs = d({
|
|
841
850
|
name: "UtrechtStrong"
|
|
842
851
|
});
|
|
843
|
-
function
|
|
852
|
+
function Ls(e, t, n, a, o, l) {
|
|
844
853
|
return s(), r("strong", u(e.$attrs, { class: "utrecht-emphasis utrecht-emphasis--strong" }), [
|
|
845
854
|
c(e.$slots, "default")
|
|
846
855
|
], 16);
|
|
847
856
|
}
|
|
848
|
-
const
|
|
857
|
+
const on = /* @__PURE__ */ i(Bs, [["render", Ls]]), Cs = d({
|
|
849
858
|
name: "UtrechtTable"
|
|
850
859
|
});
|
|
851
|
-
const
|
|
852
|
-
function
|
|
853
|
-
return s(), r("table",
|
|
860
|
+
const xs = { class: "utrecht-table" };
|
|
861
|
+
function Hs(e, t, n, a, o, l) {
|
|
862
|
+
return s(), r("table", xs, [
|
|
854
863
|
c(e.$slots, "default")
|
|
855
864
|
]);
|
|
856
865
|
}
|
|
857
|
-
const
|
|
866
|
+
const cn = /* @__PURE__ */ i(Cs, [["render", Hs]]), Fs = d({
|
|
858
867
|
name: "UtrechtTableBody"
|
|
859
|
-
}),
|
|
860
|
-
function
|
|
861
|
-
return s(), r("tbody",
|
|
868
|
+
}), Ds = { class: "utrecht-table__body" };
|
|
869
|
+
function Ns(e, t, n, a, o, l) {
|
|
870
|
+
return s(), r("tbody", Ds, [
|
|
862
871
|
c(e.$slots, "default")
|
|
863
872
|
]);
|
|
864
873
|
}
|
|
865
|
-
const
|
|
874
|
+
const dn = /* @__PURE__ */ i(Fs, [["render", Ns]]), Ts = d({
|
|
866
875
|
name: "UtrechtTableCaption"
|
|
867
|
-
}),
|
|
868
|
-
function
|
|
869
|
-
return s(), r("caption",
|
|
876
|
+
}), Is = { class: "utrecht-table__caption" };
|
|
877
|
+
function ws(e, t, n, a, o, l) {
|
|
878
|
+
return s(), r("caption", Is, [
|
|
870
879
|
c(e.$slots, "default")
|
|
871
880
|
]);
|
|
872
881
|
}
|
|
873
|
-
const
|
|
882
|
+
const ln = /* @__PURE__ */ i(Ts, [["render", ws]]), Vs = d({
|
|
874
883
|
name: "UtrechtTableCell"
|
|
875
|
-
}),
|
|
876
|
-
function
|
|
877
|
-
return s(), r("td",
|
|
884
|
+
}), Ps = { class: "utrecht-table__cell" };
|
|
885
|
+
function Ms(e, t, n, a, o, l) {
|
|
886
|
+
return s(), r("td", Ps, [
|
|
878
887
|
c(e.$slots, "default")
|
|
879
888
|
]);
|
|
880
889
|
}
|
|
881
|
-
const
|
|
890
|
+
const _n = /* @__PURE__ */ i(Vs, [["render", Ms]]), Rs = d({
|
|
882
891
|
name: "UtrechtTableFooter"
|
|
883
|
-
}),
|
|
884
|
-
function
|
|
885
|
-
return s(), r("tfoot",
|
|
892
|
+
}), As = { class: "utrecht-table__footer" };
|
|
893
|
+
function Es(e, t, n, a, o, l) {
|
|
894
|
+
return s(), r("tfoot", As, [
|
|
886
895
|
c(e.$slots, "default")
|
|
887
896
|
]);
|
|
888
897
|
}
|
|
889
|
-
const
|
|
898
|
+
const un = /* @__PURE__ */ i(Rs, [["render", Es]]), Os = d({
|
|
890
899
|
name: "UtrechtTableHeader"
|
|
891
|
-
}),
|
|
892
|
-
function
|
|
893
|
-
return s(), r("thead",
|
|
900
|
+
}), Gs = { class: "utrecht-table__header" };
|
|
901
|
+
function js(e, t, n, a, o, l) {
|
|
902
|
+
return s(), r("thead", Gs, [
|
|
894
903
|
c(e.$slots, "default")
|
|
895
904
|
]);
|
|
896
905
|
}
|
|
897
|
-
const
|
|
906
|
+
const pn = /* @__PURE__ */ i(Os, [["render", js]]), zs = d({
|
|
898
907
|
name: "UtrechtTableHeaderCell"
|
|
899
|
-
}),
|
|
900
|
-
function
|
|
901
|
-
return s(), r("th",
|
|
908
|
+
}), Ks = { class: "utrecht-table__header-cell" };
|
|
909
|
+
function Js(e, t, n, a, o, l) {
|
|
910
|
+
return s(), r("th", Ks, [
|
|
902
911
|
c(e.$slots, "default")
|
|
903
912
|
]);
|
|
904
913
|
}
|
|
905
|
-
const
|
|
914
|
+
const $n = /* @__PURE__ */ i(zs, [["render", Js]]), Ws = d({
|
|
906
915
|
name: "UtrechtTableRow"
|
|
907
|
-
}),
|
|
908
|
-
function
|
|
909
|
-
return s(), r("tr",
|
|
916
|
+
}), Qs = { class: "utrecht-table__row" };
|
|
917
|
+
function Xs(e, t, n, a, o, l) {
|
|
918
|
+
return s(), r("tr", Qs, [
|
|
910
919
|
c(e.$slots, "default")
|
|
911
920
|
]);
|
|
912
921
|
}
|
|
913
|
-
const
|
|
922
|
+
const fn = /* @__PURE__ */ i(Ws, [["render", Xs]]), Ys = d({
|
|
914
923
|
name: "UtrechtTextarea",
|
|
915
924
|
props: {
|
|
916
925
|
dir: { type: String, required: !1, default: "auto" },
|
|
@@ -923,18 +932,18 @@ const _n = /* @__PURE__ */ i(zs, [["render", Js]]), Ws = d({
|
|
|
923
932
|
};
|
|
924
933
|
}
|
|
925
934
|
});
|
|
926
|
-
const
|
|
927
|
-
function
|
|
935
|
+
const Zs = ["aria-invalid", "dir"];
|
|
936
|
+
function er(e, t, n, a, o, l) {
|
|
928
937
|
return y((s(), r("textarea", {
|
|
929
938
|
"onUpdate:modelValue": t[0] || (t[0] = (_) => e.value = _),
|
|
930
939
|
"aria-invalid": e.invalid || void 0,
|
|
931
940
|
class: p([{ "utrecht-textarea--invalid": e.invalid }, "utrecht-textarea", "utrecht-textarea--html-textarea"]),
|
|
932
941
|
dir: e.dir
|
|
933
|
-
}, null, 10,
|
|
942
|
+
}, null, 10, Zs)), [
|
|
934
943
|
[L, e.value]
|
|
935
944
|
]);
|
|
936
945
|
}
|
|
937
|
-
const
|
|
946
|
+
const hn = /* @__PURE__ */ i(Ys, [["render", er]]), tr = d({
|
|
938
947
|
name: "UtrechtTextbox",
|
|
939
948
|
props: {
|
|
940
949
|
dir: { type: String, required: !1, default: "auto" },
|
|
@@ -947,108 +956,109 @@ const un = /* @__PURE__ */ i(Ws, [["render", Xs]]), Ys = d({
|
|
|
947
956
|
};
|
|
948
957
|
}
|
|
949
958
|
});
|
|
950
|
-
const
|
|
951
|
-
function
|
|
959
|
+
const sr = ["aria-invalid", "dir"];
|
|
960
|
+
function rr(e, t, n, a, o, l) {
|
|
952
961
|
return y((s(), r("input", {
|
|
953
962
|
"onUpdate:modelValue": t[0] || (t[0] = (_) => e.value = _),
|
|
954
963
|
"aria-invalid": e.invalid || void 0,
|
|
955
964
|
class: p([{ "utrecht-textbox--invalid": e.invalid }, "utrecht-textbox", "utrecht-textbox--html-input"]),
|
|
956
965
|
dir: e.dir
|
|
957
|
-
}, null, 10,
|
|
966
|
+
}, null, 10, sr)), [
|
|
958
967
|
[L, e.value]
|
|
959
968
|
]);
|
|
960
969
|
}
|
|
961
|
-
const
|
|
970
|
+
const mn = /* @__PURE__ */ i(tr, [["render", rr]]), nr = d({
|
|
962
971
|
name: "UtrechtUnorderedList"
|
|
963
972
|
});
|
|
964
|
-
function
|
|
973
|
+
function ar(e, t, n, a, o, l) {
|
|
965
974
|
return s(), r("ul", u({ class: "utrecht-unordered-list" }, e.$attrs), [
|
|
966
975
|
c(e.$slots, "default")
|
|
967
976
|
], 16);
|
|
968
977
|
}
|
|
969
|
-
const
|
|
978
|
+
const yn = /* @__PURE__ */ i(nr, [["render", ar]]), or = d({
|
|
970
979
|
name: "UtrechtUnorderedListItem"
|
|
971
980
|
});
|
|
972
|
-
function
|
|
981
|
+
function cr(e, t, n, a, o, l) {
|
|
973
982
|
return s(), r("li", u({ class: "utrecht-unordered-list__item" }, e.$attrs), [
|
|
974
983
|
c(e.$slots, "default")
|
|
975
984
|
], 16);
|
|
976
985
|
}
|
|
977
|
-
const
|
|
986
|
+
const vn = /* @__PURE__ */ i(or, [["render", cr]]), dr = d({
|
|
978
987
|
name: "UtrechtURLData"
|
|
979
988
|
});
|
|
980
|
-
const
|
|
989
|
+
const ir = {
|
|
981
990
|
translate: "no",
|
|
982
991
|
class: "utrecht-url-data"
|
|
983
992
|
};
|
|
984
|
-
function
|
|
985
|
-
return s(), r("bdi",
|
|
993
|
+
function lr(e, t, n, a, o, l) {
|
|
994
|
+
return s(), r("bdi", ir, [
|
|
986
995
|
c(e.$slots, "default")
|
|
987
996
|
]);
|
|
988
997
|
}
|
|
989
|
-
const
|
|
998
|
+
const gn = /* @__PURE__ */ i(dr, [["render", lr]]);
|
|
990
999
|
export {
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
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,
|
|
1015
1024
|
le as Heading,
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
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,
|
|
1023
1033
|
X as Link,
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
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
|
|
1054
1064
|
};
|