@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.
- package/dist/.jest-test-results.json +1 -1
- package/dist/ActionGroup.vue.d.ts +2 -0
- package/dist/Checkbox.vue.d.ts +2 -2
- package/dist/DataListValue.vue.d.ts +3 -3
- package/dist/RadioButton.vue.d.ts +2 -2
- package/dist/Select.vue.d.ts +2 -2
- package/dist/Textarea.vue.d.ts +2 -2
- package/dist/Textbox.vue.d.ts +2 -2
- package/dist/component-library-vue.mjs +335 -325
- package/dist/component-library-vue.umd.js +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/style.css +2 -2
- package/package.json +48 -47
|
@@ -1,5 +1,19 @@
|
|
|
1
|
-
import { defineComponent as d,
|
|
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
|
|
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
|
-
},
|
|
27
|
-
function
|
|
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",
|
|
37
|
-
m("div",
|
|
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
|
|
51
|
+
const hr = /* @__PURE__ */ i(P, [["render", R]]), E = d({
|
|
43
52
|
name: "UtrechtArticle"
|
|
44
53
|
});
|
|
45
|
-
const
|
|
46
|
-
function
|
|
47
|
-
return s(), r("article",
|
|
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
|
|
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
|
|
66
|
+
const z = ["value"], K = {
|
|
58
67
|
key: 1,
|
|
59
68
|
class: "utrecht-badge-counter"
|
|
60
69
|
};
|
|
61
|
-
function
|
|
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,
|
|
77
|
+
], 8, z)) : (s(), r("span", K, [
|
|
69
78
|
c(e.$slots, "default")
|
|
70
79
|
]));
|
|
71
80
|
}
|
|
72
|
-
const
|
|
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
|
|
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
|
|
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
|
|
92
|
-
function
|
|
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,
|
|
107
|
+
], 10, Y);
|
|
99
108
|
}
|
|
100
|
-
const
|
|
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
|
-
}),
|
|
116
|
+
}), te = (e) => ({
|
|
108
117
|
itemprop: e
|
|
109
|
-
}),
|
|
118
|
+
}), se = d({
|
|
110
119
|
name: "UtrechtBreadcrumbNavLink",
|
|
111
|
-
components: { UtrechtLink:
|
|
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:
|
|
127
|
+
methods: { ref: k, useMicrodataProp: te, useMicrodataItem: x, getCurrentInstance: g }
|
|
119
128
|
});
|
|
120
|
-
const
|
|
121
|
-
function
|
|
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,
|
|
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
|
|
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
|
|
158
|
+
const oe = {
|
|
150
159
|
key: 0,
|
|
151
160
|
class: "utrecht-heading-1"
|
|
152
|
-
},
|
|
161
|
+
}, ce = {
|
|
153
162
|
key: 1,
|
|
154
163
|
class: "utrecht-heading-2"
|
|
155
|
-
},
|
|
164
|
+
}, de = {
|
|
156
165
|
key: 2,
|
|
157
166
|
class: "utrecht-heading-3"
|
|
158
|
-
},
|
|
167
|
+
}, ie = {
|
|
159
168
|
key: 3,
|
|
160
169
|
class: "utrecht-heading-4"
|
|
161
|
-
},
|
|
170
|
+
}, le = {
|
|
162
171
|
key: 4,
|
|
163
172
|
class: "utrecht-heading-5"
|
|
164
|
-
},
|
|
173
|
+
}, _e = {
|
|
165
174
|
key: 5,
|
|
166
175
|
class: "utrecht-heading-6"
|
|
167
176
|
};
|
|
168
|
-
function
|
|
169
|
-
return e.level == 1 ? (s(), r("h1",
|
|
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",
|
|
180
|
+
])) : e.level == 2 ? (s(), r("h2", ce, [
|
|
172
181
|
c(e.$slots, "default", {}, void 0, !0)
|
|
173
|
-
])) : e.level == 3 ? (s(), r("h3",
|
|
182
|
+
])) : e.level == 3 ? (s(), r("h3", de, [
|
|
174
183
|
c(e.$slots, "default", {}, void 0, !0)
|
|
175
|
-
])) : e.level == 4 ? (s(), r("h4",
|
|
184
|
+
])) : e.level == 4 ? (s(), r("h4", ie, [
|
|
176
185
|
c(e.$slots, "default", {}, void 0, !0)
|
|
177
|
-
])) : e.level == 5 ? (s(), r("h5",
|
|
186
|
+
])) : e.level == 5 ? (s(), r("h5", le, [
|
|
178
187
|
c(e.$slots, "default", {}, void 0, !0)
|
|
179
|
-
])) : (s(), r("h6",
|
|
188
|
+
])) : (s(), r("h6", _e, [
|
|
180
189
|
c(e.$slots, "default", {}, void 0, !0)
|
|
181
190
|
]));
|
|
182
191
|
}
|
|
183
|
-
const
|
|
192
|
+
const pe = /* @__PURE__ */ i(ae, [["render", ue], ["__scopeId", "data-v-55458c65"]]);
|
|
184
193
|
function $(e, t, n = "modelValue") {
|
|
185
|
-
return
|
|
194
|
+
return C({
|
|
186
195
|
get: () => e.modelValue,
|
|
187
196
|
set: (a) => t(`update:${n}`, a)
|
|
188
197
|
});
|
|
189
198
|
}
|
|
190
|
-
const
|
|
199
|
+
const $e = d({
|
|
191
200
|
name: "UtrechtBreadcrumbNav",
|
|
192
|
-
components: { UtrechtHeading:
|
|
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:
|
|
210
|
-
}),
|
|
211
|
-
function
|
|
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,
|
|
240
|
+
], 10, fe);
|
|
232
241
|
}
|
|
233
|
-
const
|
|
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
|
|
243
|
-
function
|
|
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,
|
|
268
|
+
], 10, ye);
|
|
260
269
|
}
|
|
261
|
-
const
|
|
270
|
+
const Ur = /* @__PURE__ */ i(me, [["render", ve]]), ge = d({
|
|
262
271
|
name: "UtrechtButtonGroup"
|
|
263
272
|
});
|
|
264
|
-
const
|
|
265
|
-
function
|
|
266
|
-
return s(), r("div",
|
|
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
|
|
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
|
|
284
|
-
function
|
|
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,
|
|
304
|
+
}, null, 10, qe)), [
|
|
296
305
|
[H, e.value]
|
|
297
306
|
]);
|
|
298
307
|
}
|
|
299
|
-
const
|
|
308
|
+
const qr = /* @__PURE__ */ i(ke, [["render", Se]]), Be = d({
|
|
300
309
|
name: "UtrechtCode"
|
|
301
310
|
});
|
|
302
|
-
const
|
|
303
|
-
function
|
|
304
|
-
return s(), r("code",
|
|
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
|
|
317
|
+
const Sr = /* @__PURE__ */ i(Be, [["render", xe]]), Ce = d({
|
|
309
318
|
name: "UtrechtCodeBlock"
|
|
310
319
|
});
|
|
311
|
-
const
|
|
312
|
-
function
|
|
313
|
-
return s(), r("pre",
|
|
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",
|
|
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
|
|
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
|
|
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
|
|
348
|
+
const Lr = /* @__PURE__ */ i(De, [["render", Te]]), Ie = d({
|
|
340
349
|
name: "UtrechtDataListActions"
|
|
341
|
-
}),
|
|
342
|
-
function
|
|
343
|
-
return s(), r("dd",
|
|
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
|
|
356
|
+
const xr = /* @__PURE__ */ i(Ie, [["render", Ve]]), Pe = d({
|
|
348
357
|
name: "UtrechtDataListItem"
|
|
349
|
-
}),
|
|
350
|
-
function
|
|
351
|
-
return s(), r("div",
|
|
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
|
|
364
|
+
const Cr = /* @__PURE__ */ i(Pe, [["render", Ae]]), Re = d({
|
|
356
365
|
name: "UtrechtDataListKey"
|
|
357
|
-
}),
|
|
358
|
-
function
|
|
359
|
-
return s(), r("dt",
|
|
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
|
|
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
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
}
|
|
380
|
+
computed: {
|
|
381
|
+
empty() {
|
|
382
|
+
return this.value === "" || this.value === void 0;
|
|
383
|
+
}
|
|
375
384
|
}
|
|
376
|
-
}),
|
|
377
|
-
function
|
|
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,
|
|
386
|
-
], 10,
|
|
394
|
+
}, "-", 8, ze)) : c(e.$slots, "default", { key: 1 })
|
|
395
|
+
], 10, je);
|
|
387
396
|
}
|
|
388
|
-
const
|
|
397
|
+
const Fr = /* @__PURE__ */ i(Oe, [["render", Ke]]), Je = d({
|
|
389
398
|
name: "UtrechtDocument"
|
|
390
399
|
});
|
|
391
|
-
const
|
|
392
|
-
function
|
|
393
|
-
return s(), r("div",
|
|
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
|
|
406
|
+
const Nr = /* @__PURE__ */ i(Je, [["render", Qe]]), Xe = d({
|
|
398
407
|
name: "UtrechtEmphasis"
|
|
399
408
|
});
|
|
400
|
-
function
|
|
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
|
|
414
|
+
const Dr = /* @__PURE__ */ i(Xe, [["render", Ye]]), Ze = d({
|
|
406
415
|
name: "UtrechtFigure"
|
|
407
416
|
});
|
|
408
|
-
function
|
|
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
|
|
422
|
+
const Tr = /* @__PURE__ */ i(Ze, [["render", et]]), tt = d({
|
|
414
423
|
name: "UtrechtFigureCaption"
|
|
415
424
|
});
|
|
416
|
-
function
|
|
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
|
|
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
|
|
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
|
|
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
|
|
487
|
-
function
|
|
488
|
-
return s(), r("div",
|
|
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,
|
|
510
|
+
], 8, ct)
|
|
502
511
|
]);
|
|
503
512
|
}
|
|
504
|
-
const
|
|
513
|
+
const Vr = /* @__PURE__ */ i(at, [["render", dt]]), it = d({
|
|
505
514
|
name: "UtrechtFormFieldsetLegend"
|
|
506
|
-
}),
|
|
507
|
-
function
|
|
508
|
-
return s(), r("legend",
|
|
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
|
|
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
|
|
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
|
|
541
|
+
const Mr = /* @__PURE__ */ i(ut, [["render", pt]]), $t = d({
|
|
533
542
|
name: "UtrechtHeading1"
|
|
534
543
|
});
|
|
535
|
-
const
|
|
536
|
-
function
|
|
537
|
-
return s(), r("h1",
|
|
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
|
|
550
|
+
const Ar = /* @__PURE__ */ i($t, [["render", ht]]), mt = d({
|
|
542
551
|
name: "UtrechtHeading2"
|
|
543
552
|
});
|
|
544
|
-
const
|
|
545
|
-
function
|
|
546
|
-
return s(), r("h2",
|
|
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
|
|
559
|
+
const Rr = /* @__PURE__ */ i(mt, [["render", vt]]), gt = d({
|
|
551
560
|
name: "UtrechtHeading3"
|
|
552
561
|
});
|
|
553
|
-
const
|
|
554
|
-
function
|
|
555
|
-
return s(), r("h3",
|
|
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
|
|
568
|
+
const Er = /* @__PURE__ */ i(gt, [["render", Ut]]), kt = d({
|
|
560
569
|
name: "UtrechtHeading4"
|
|
561
570
|
});
|
|
562
|
-
const
|
|
563
|
-
function
|
|
564
|
-
return s(), r("h4",
|
|
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
|
|
577
|
+
const Gr = /* @__PURE__ */ i(kt, [["render", St]]), Bt = d({
|
|
569
578
|
name: "UtrechtHeading5"
|
|
570
579
|
});
|
|
571
|
-
const
|
|
572
|
-
function
|
|
573
|
-
return s(), r("h5",
|
|
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
|
|
586
|
+
const Or = /* @__PURE__ */ i(Bt, [["render", xt]]), Ct = d({
|
|
578
587
|
name: "UtrechtHeading6"
|
|
579
588
|
});
|
|
580
|
-
const
|
|
581
|
-
function
|
|
582
|
-
return s(), r("h6",
|
|
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
|
|
595
|
+
const jr = /* @__PURE__ */ i(Ct, [["render", Ft]]), Nt = d({
|
|
587
596
|
name: "UtrechtHtmlContent"
|
|
588
597
|
});
|
|
589
|
-
const
|
|
590
|
-
function
|
|
591
|
-
return s(), r("div",
|
|
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
|
|
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
|
-
}),
|
|
605
|
-
function
|
|
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,
|
|
622
|
+
}), null, 16, wt);
|
|
614
623
|
}
|
|
615
|
-
const
|
|
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
|
|
626
|
-
function
|
|
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,
|
|
640
|
+
], 16, Mt);
|
|
632
641
|
}
|
|
633
|
-
const
|
|
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
|
|
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
|
|
657
|
+
const Wr = /* @__PURE__ */ i(Rt, [["render", Et]]), Gt = d({
|
|
649
658
|
name: "UtrechtListSocialItem"
|
|
650
659
|
});
|
|
651
|
-
function
|
|
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
|
|
665
|
+
const Qr = /* @__PURE__ */ i(Gt, [["render", Ot]]), jt = d({
|
|
657
666
|
name: "UtrechtOrderedList"
|
|
658
667
|
});
|
|
659
|
-
function
|
|
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
|
|
673
|
+
const Xr = /* @__PURE__ */ i(jt, [["render", zt]]), Kt = d({
|
|
665
674
|
name: "UtrechtOrderedListItem"
|
|
666
675
|
});
|
|
667
|
-
function
|
|
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
|
|
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
|
|
687
|
+
const Qt = ["value"], Xt = {
|
|
679
688
|
key: 1,
|
|
680
689
|
class: "utrecht-number-badge"
|
|
681
690
|
};
|
|
682
|
-
function
|
|
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,
|
|
698
|
+
], 8, Qt)) : (s(), r("span", Xt, [
|
|
690
699
|
c(e.$slots, "default")
|
|
691
700
|
]));
|
|
692
701
|
}
|
|
693
|
-
const
|
|
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
|
|
700
|
-
function
|
|
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,
|
|
715
|
+
], 8, es);
|
|
707
716
|
}
|
|
708
|
-
const
|
|
717
|
+
const en = /* @__PURE__ */ i(Zt, [["render", ts]]), ss = d({
|
|
709
718
|
name: "UtrechtPage"
|
|
710
719
|
});
|
|
711
|
-
const
|
|
712
|
-
function
|
|
713
|
-
return s(), r("div",
|
|
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
|
|
726
|
+
const tn = /* @__PURE__ */ i(ss, [["render", ns]]), as = d({
|
|
718
727
|
name: "UtrechtPageContent"
|
|
719
728
|
});
|
|
720
|
-
const
|
|
721
|
-
function
|
|
722
|
-
return s(), r("div",
|
|
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
|
|
735
|
+
const sn = /* @__PURE__ */ i(as, [["render", cs]]), ds = d({
|
|
727
736
|
name: "UtrechtPageFooter"
|
|
728
737
|
});
|
|
729
|
-
const
|
|
730
|
-
function
|
|
731
|
-
return s(), r("footer",
|
|
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
|
|
744
|
+
const rn = /* @__PURE__ */ i(ds, [["render", ls]]), _s = d({
|
|
736
745
|
name: "UtrechtPageHeader"
|
|
737
746
|
});
|
|
738
|
-
const
|
|
739
|
-
function
|
|
740
|
-
return s(), r("header",
|
|
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
|
|
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
|
|
760
|
+
const fs = {
|
|
752
761
|
key: 0,
|
|
753
762
|
class: "utrecht-paragraph__small"
|
|
754
763
|
};
|
|
755
|
-
function
|
|
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",
|
|
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
|
|
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
|
|
777
|
-
function
|
|
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,
|
|
792
|
+
}, null, 10, ys)), [
|
|
784
793
|
[F, e.value]
|
|
785
794
|
]);
|
|
786
795
|
}
|
|
787
|
-
const
|
|
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
|
|
802
|
-
function
|
|
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(
|
|
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,
|
|
820
|
-
], 10,
|
|
828
|
+
}, b(v), 11, Us))), 128)) : U("", !0)
|
|
829
|
+
], 10, bs)), [
|
|
821
830
|
[T, e.selected]
|
|
822
831
|
]);
|
|
823
832
|
}
|
|
824
|
-
const
|
|
833
|
+
const cn = /* @__PURE__ */ i(gs, [["render", ks]]), qs = d({
|
|
825
834
|
name: "UtrechtSeparator"
|
|
826
835
|
});
|
|
827
|
-
function
|
|
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
|
|
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
|
|
841
|
-
function
|
|
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,
|
|
856
|
+
], 16, Ls);
|
|
848
857
|
}
|
|
849
|
-
const
|
|
858
|
+
const ln = /* @__PURE__ */ i(Bs, [["render", xs]]), Cs = d({
|
|
850
859
|
name: "UtrechtStrong"
|
|
851
860
|
});
|
|
852
|
-
function
|
|
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
|
|
866
|
+
const _n = /* @__PURE__ */ i(Cs, [["render", Hs]]), Fs = d({
|
|
858
867
|
name: "UtrechtTable"
|
|
859
868
|
});
|
|
860
|
-
const
|
|
861
|
-
function
|
|
862
|
-
return s(), r("table",
|
|
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
|
|
875
|
+
const un = /* @__PURE__ */ i(Fs, [["render", Ds]]), Ts = d({
|
|
867
876
|
name: "UtrechtTableBody"
|
|
868
|
-
}),
|
|
869
|
-
function
|
|
870
|
-
return s(), r("tbody",
|
|
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
|
|
883
|
+
const pn = /* @__PURE__ */ i(Ts, [["render", ws]]), Vs = d({
|
|
875
884
|
name: "UtrechtTableCaption"
|
|
876
|
-
}),
|
|
877
|
-
function
|
|
878
|
-
return s(), r("caption",
|
|
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
|
|
891
|
+
const $n = /* @__PURE__ */ i(Vs, [["render", Ms]]), As = d({
|
|
883
892
|
name: "UtrechtTableCell"
|
|
884
|
-
}),
|
|
885
|
-
function
|
|
886
|
-
return s(), r("td",
|
|
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
|
|
899
|
+
const fn = /* @__PURE__ */ i(As, [["render", Es]]), Gs = d({
|
|
891
900
|
name: "UtrechtTableFooter"
|
|
892
|
-
}),
|
|
893
|
-
function
|
|
894
|
-
return s(), r("tfoot",
|
|
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
|
|
907
|
+
const hn = /* @__PURE__ */ i(Gs, [["render", js]]), zs = d({
|
|
899
908
|
name: "UtrechtTableHeader"
|
|
900
|
-
}),
|
|
901
|
-
function
|
|
902
|
-
return s(), r("thead",
|
|
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
|
|
915
|
+
const mn = /* @__PURE__ */ i(zs, [["render", Js]]), Ws = d({
|
|
907
916
|
name: "UtrechtTableHeaderCell"
|
|
908
|
-
}),
|
|
909
|
-
function
|
|
910
|
-
return s(), r("th",
|
|
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
|
|
923
|
+
const yn = /* @__PURE__ */ i(Ws, [["render", Xs]]), Ys = d({
|
|
915
924
|
name: "UtrechtTableRow"
|
|
916
|
-
}),
|
|
917
|
-
function
|
|
918
|
-
return s(), r("tr",
|
|
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
|
|
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
|
|
936
|
-
function
|
|
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,
|
|
951
|
+
}, null, 10, sr)), [
|
|
943
952
|
[L, e.value]
|
|
944
953
|
]);
|
|
945
954
|
}
|
|
946
|
-
const
|
|
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
|
|
960
|
-
function
|
|
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,
|
|
975
|
+
}, null, 10, ar)), [
|
|
967
976
|
[L, e.value]
|
|
968
977
|
]);
|
|
969
978
|
}
|
|
970
|
-
const
|
|
979
|
+
const bn = /* @__PURE__ */ i(nr, [["render", or]]), cr = d({
|
|
971
980
|
name: "UtrechtUnorderedList"
|
|
972
981
|
});
|
|
973
|
-
function
|
|
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
|
|
987
|
+
const Un = /* @__PURE__ */ i(cr, [["render", dr]]), ir = d({
|
|
979
988
|
name: "UtrechtUnorderedListItem"
|
|
980
989
|
});
|
|
981
|
-
function
|
|
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
|
|
995
|
+
const kn = /* @__PURE__ */ i(ir, [["render", lr]]), _r = d({
|
|
987
996
|
name: "UtrechtURLData"
|
|
988
997
|
});
|
|
989
|
-
const
|
|
998
|
+
const ur = {
|
|
990
999
|
translate: "no",
|
|
991
1000
|
class: "utrecht-url-data"
|
|
992
1001
|
};
|
|
993
|
-
function
|
|
994
|
-
return s(), r("bdi",
|
|
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
|
|
1007
|
+
const qn = /* @__PURE__ */ i(_r, [["render", pr]]);
|
|
999
1008
|
export {
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
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
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
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
|
};
|