@utrecht/component-library-vue 2.0.0 → 2.2.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/NumberBadge.vue.d.ts +16 -0
- package/dist/component-library-vue.mjs +230 -208
- package/dist/component-library-vue.umd.js +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/style.css +7 -7
- package/package.json +43 -42
|
@@ -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
|
|
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 F, vModelRadio as D, Fragment as H, 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 ir = /* @__PURE__ */ i(I, [["render", P]]), M = d({
|
|
43
43
|
name: "UtrechtArticle"
|
|
44
44
|
});
|
|
45
45
|
const R = { class: "utrecht-article" };
|
|
@@ -48,28 +48,28 @@ function A(e, t, n, a, o, l) {
|
|
|
48
48
|
c(e.$slots, "default")
|
|
49
49
|
]);
|
|
50
50
|
}
|
|
51
|
-
const
|
|
51
|
+
const lr = /* @__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 }
|
|
55
55
|
}
|
|
56
56
|
});
|
|
57
|
-
const O = ["value"],
|
|
57
|
+
const O = ["value"], G = {
|
|
58
58
|
key: 1,
|
|
59
59
|
class: "utrecht-badge-counter"
|
|
60
60
|
};
|
|
61
|
-
function
|
|
61
|
+
function j(e, t, n, a, o, l) {
|
|
62
62
|
return typeof e.value < "u" ? (s(), r("data", {
|
|
63
63
|
key: 0,
|
|
64
64
|
class: "utrecht-badge-counter",
|
|
65
65
|
value: e.value ? String(e.value) : void 0
|
|
66
66
|
}, [
|
|
67
67
|
c(e.$slots, "default")
|
|
68
|
-
], 8, O)) : (s(), r("span",
|
|
68
|
+
], 8, O)) : (s(), r("span", G, [
|
|
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 ur = /* @__PURE__ */ i(z, [["render", K]]), J = d({
|
|
86
86
|
name: "UtrechtLink",
|
|
87
87
|
props: {
|
|
88
88
|
external: { type: Boolean, required: !1, default: !1 }
|
|
@@ -97,7 +97,7 @@ function Q(e, t, n, a, o, l) {
|
|
|
97
97
|
c(e.$slots, "default")
|
|
98
98
|
], 10, W);
|
|
99
99
|
}
|
|
100
|
-
const X = /* @__PURE__ */ i(J, [["render", Q]]),
|
|
100
|
+
const X = /* @__PURE__ */ i(J, [["render", Q]]), C = ({
|
|
101
101
|
prop: e,
|
|
102
102
|
type: t
|
|
103
103
|
}) => ({
|
|
@@ -115,7 +115,7 @@ const X = /* @__PURE__ */ i(J, [["render", Q]]), x = ({
|
|
|
115
115
|
rel: { type: String, required: !1, default: "" },
|
|
116
116
|
index: { type: Number, required: !1, default: void 0 }
|
|
117
117
|
},
|
|
118
|
-
methods: { ref: k, useMicrodataProp: Y, useMicrodataItem:
|
|
118
|
+
methods: { ref: k, useMicrodataProp: Y, useMicrodataItem: C, getCurrentInstance: g }
|
|
119
119
|
});
|
|
120
120
|
const ee = ["content"];
|
|
121
121
|
function te(e, t, n, a, o, l) {
|
|
@@ -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 pr = /* @__PURE__ */ i(Z, [["render", te]]), se = d({
|
|
144
144
|
name: "UtrechtHeading",
|
|
145
145
|
props: {
|
|
146
146
|
level: { type: Number, required: !0, default: 6 }
|
|
@@ -182,7 +182,7 @@ function ie(e, t, n, a, o, l) {
|
|
|
182
182
|
}
|
|
183
183
|
const le = /* @__PURE__ */ i(se, [["render", ie], ["__scopeId", "data-v-55458c65"]]);
|
|
184
184
|
function $(e, t, n = "modelValue") {
|
|
185
|
-
return
|
|
185
|
+
return x({
|
|
186
186
|
get: () => e.modelValue,
|
|
187
187
|
set: (a) => t(`update:${n}`, a)
|
|
188
188
|
});
|
|
@@ -206,7 +206,7 @@ const _e = d({
|
|
|
206
206
|
headingId: this.$props.label ? String((e = g()) == null ? void 0 : e.uid) : void 0
|
|
207
207
|
};
|
|
208
208
|
},
|
|
209
|
-
methods: { useMicrodataItem:
|
|
209
|
+
methods: { useMicrodataItem: C, getCurrentInstance: g }
|
|
210
210
|
}), ue = ["aria-labelledby"];
|
|
211
211
|
function pe(e, t, n, a, o, l) {
|
|
212
212
|
const _ = q("UtrechtHeading");
|
|
@@ -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 $r = /* @__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 fr = /* @__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 hr = /* @__PURE__ */ i(me, [["render", ve]]), ge = d({
|
|
271
271
|
name: "UtrechtCheckbox",
|
|
272
272
|
props: {
|
|
273
273
|
appearance: { type: String, required: !1, default: "custom" },
|
|
@@ -296,7 +296,7 @@ function Ue(e, t, n, a, o, l) {
|
|
|
296
296
|
[F, e.value]
|
|
297
297
|
]);
|
|
298
298
|
}
|
|
299
|
-
const
|
|
299
|
+
const mr = /* @__PURE__ */ i(ge, [["render", Ue]]), ke = d({
|
|
300
300
|
name: "UtrechtCode"
|
|
301
301
|
});
|
|
302
302
|
const qe = { class: "utrecht-code" };
|
|
@@ -305,14 +305,14 @@ function Se(e, t, n, a, o, l) {
|
|
|
305
305
|
c(e.$slots, "default")
|
|
306
306
|
]);
|
|
307
307
|
}
|
|
308
|
-
const
|
|
308
|
+
const yr = /* @__PURE__ */ i(ke, [["render", Se]]), Be = d({
|
|
309
309
|
name: "UtrechtCodeBlock"
|
|
310
310
|
});
|
|
311
|
-
const Le = { class: "utrecht-code-block" },
|
|
312
|
-
function
|
|
311
|
+
const Le = { class: "utrecht-code-block" }, Ce = { class: "utrecht-code-block__content" };
|
|
312
|
+
function xe(e, t, n, a, o, l) {
|
|
313
313
|
return s(), r("pre", Le, [
|
|
314
314
|
h(" "),
|
|
315
|
-
m("code",
|
|
315
|
+
m("code", Ce, [
|
|
316
316
|
h(`
|
|
317
317
|
`),
|
|
318
318
|
c(e.$slots, "default"),
|
|
@@ -323,7 +323,7 @@ function Ce(e, t, n, a, o, l) {
|
|
|
323
323
|
`)
|
|
324
324
|
]);
|
|
325
325
|
}
|
|
326
|
-
const
|
|
326
|
+
const vr = /* @__PURE__ */ i(Be, [["render", xe]]), Fe = d({
|
|
327
327
|
name: "UtrechtDataList",
|
|
328
328
|
props: {
|
|
329
329
|
appearance: { type: String, required: !1, default: "rows" }
|
|
@@ -336,15 +336,15 @@ function De(e, t, n, a, o, l) {
|
|
|
336
336
|
c(e.$slots, "default")
|
|
337
337
|
], 2);
|
|
338
338
|
}
|
|
339
|
-
const
|
|
339
|
+
const gr = /* @__PURE__ */ i(Fe, [["render", De]]), He = d({
|
|
340
340
|
name: "UtrechtDataListActions"
|
|
341
|
-
}),
|
|
342
|
-
function
|
|
343
|
-
return s(), r("dd",
|
|
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, [
|
|
344
344
|
c(e.$slots, "default")
|
|
345
345
|
]);
|
|
346
346
|
}
|
|
347
|
-
const
|
|
347
|
+
const br = /* @__PURE__ */ i(He, [["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 Ur = /* @__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 kr = /* @__PURE__ */ i(Pe, [["render", Re]]), Ae = d({
|
|
364
364
|
name: "UtrechtDataListValue",
|
|
365
365
|
props: {
|
|
366
366
|
value: { type: [Number, String], required: !1, default: "" },
|
|
@@ -374,7 +374,7 @@ const vr = /* @__PURE__ */ i(Pe, [["render", Re]]), Ae = d({
|
|
|
374
374
|
};
|
|
375
375
|
}
|
|
376
376
|
}), Ee = ["translate"], Oe = ["aria-label"];
|
|
377
|
-
function
|
|
377
|
+
function Ge(e, t, n, a, o, l) {
|
|
378
378
|
return s(), r("dd", {
|
|
379
379
|
class: p(["utrecht-data-list__item-value utrecht-data-list__item-value--html-dd", { "utrecht-data-list__item-value--multiline": e.multiline }]),
|
|
380
380
|
translate: typeof e.notranslate == "boolean" ? e.notranslate ? "no" : "yes" : void 0
|
|
@@ -385,16 +385,16 @@ function je(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 qr = /* @__PURE__ */ i(Ae, [["render", Ge]]), je = d({
|
|
389
389
|
name: "UtrechtDocument"
|
|
390
390
|
});
|
|
391
|
-
const
|
|
391
|
+
const ze = { class: "utrecht-document" };
|
|
392
392
|
function Ke(e, t, n, a, o, l) {
|
|
393
|
-
return s(), r("div",
|
|
393
|
+
return s(), r("div", ze, [
|
|
394
394
|
c(e.$slots, "default")
|
|
395
395
|
]);
|
|
396
396
|
}
|
|
397
|
-
const
|
|
397
|
+
const Sr = /* @__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 Br = /* @__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 Lr = /* @__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 Cr = /* @__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 xr = /* @__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 Fr = /* @__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 Dr = /* @__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 Hr = /* @__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 Nr = /* @__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 Tr = /* @__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 Ir = /* @__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 wr = /* @__PURE__ */ i(gt, [["render", Ut]]), kt = d({
|
|
569
569
|
name: "UtrechtHeading5"
|
|
570
570
|
});
|
|
571
571
|
const qt = { class: "utrecht-heading-5" };
|
|
@@ -574,16 +574,16 @@ function St(e, t, n, a, o, l) {
|
|
|
574
574
|
c(e.$slots, "default")
|
|
575
575
|
]);
|
|
576
576
|
}
|
|
577
|
-
const
|
|
577
|
+
const Vr = /* @__PURE__ */ i(kt, [["render", St]]), Bt = d({
|
|
578
578
|
name: "UtrechtHeading6"
|
|
579
579
|
});
|
|
580
580
|
const Lt = { class: "utrecht-heading-6" };
|
|
581
|
-
function
|
|
581
|
+
function Ct(e, t, n, a, o, l) {
|
|
582
582
|
return s(), r("h6", Lt, [
|
|
583
583
|
c(e.$slots, "default")
|
|
584
584
|
]);
|
|
585
585
|
}
|
|
586
|
-
const
|
|
586
|
+
const Pr = /* @__PURE__ */ i(Bt, [["render", Ct]]), xt = d({
|
|
587
587
|
name: "UtrechtImage",
|
|
588
588
|
props: {
|
|
589
589
|
photo: {
|
|
@@ -603,7 +603,7 @@ function Dt(e, t, n, a, o, l) {
|
|
|
603
603
|
width: (f = e.$attrs) == null ? void 0 : f.width
|
|
604
604
|
}), null, 16, Ft);
|
|
605
605
|
}
|
|
606
|
-
const
|
|
606
|
+
const Mr = /* @__PURE__ */ i(xt, [["render", Dt]]), Ht = d({
|
|
607
607
|
name: "UtrechtLinkSocial",
|
|
608
608
|
props: {
|
|
609
609
|
external: {
|
|
@@ -613,15 +613,15 @@ const Ir = /* @__PURE__ */ i(Ct, [["render", Dt]]), Ht = d({
|
|
|
613
613
|
}
|
|
614
614
|
}
|
|
615
615
|
});
|
|
616
|
-
const
|
|
617
|
-
function
|
|
616
|
+
const Nt = ["rel"];
|
|
617
|
+
function Tt(e, t, n, a, o, l) {
|
|
618
618
|
return s(), r("a", u({ class: "utrecht-link-social" }, e.$attrs, {
|
|
619
619
|
rel: e.external !== !1 ? "external noopener noreferrer" : void 0
|
|
620
620
|
}), [
|
|
621
621
|
c(e.$slots, "default")
|
|
622
|
-
], 16,
|
|
622
|
+
], 16, Nt);
|
|
623
623
|
}
|
|
624
|
-
const
|
|
624
|
+
const Rr = /* @__PURE__ */ i(Ht, [["render", Tt]]), It = d({
|
|
625
625
|
name: "UtrechtListSocial",
|
|
626
626
|
props: {
|
|
627
627
|
external: {
|
|
@@ -636,7 +636,7 @@ function wt(e, t, n, a, o, l) {
|
|
|
636
636
|
c(e.$slots, "default")
|
|
637
637
|
], 16);
|
|
638
638
|
}
|
|
639
|
-
const
|
|
639
|
+
const Ar = /* @__PURE__ */ i(It, [["render", wt]]), Vt = d({
|
|
640
640
|
name: "UtrechtListSocialItem"
|
|
641
641
|
});
|
|
642
642
|
function Pt(e, t, n, a, o, l) {
|
|
@@ -644,7 +644,7 @@ function Pt(e, t, n, a, o, l) {
|
|
|
644
644
|
c(e.$slots, "default")
|
|
645
645
|
], 16);
|
|
646
646
|
}
|
|
647
|
-
const
|
|
647
|
+
const Er = /* @__PURE__ */ i(Vt, [["render", Pt]]), Mt = d({
|
|
648
648
|
name: "UtrechtOrderedList"
|
|
649
649
|
});
|
|
650
650
|
function Rt(e, t, n, a, o, l) {
|
|
@@ -652,7 +652,7 @@ function Rt(e, t, n, a, o, l) {
|
|
|
652
652
|
c(e.$slots, "default")
|
|
653
653
|
], 16);
|
|
654
654
|
}
|
|
655
|
-
const
|
|
655
|
+
const Or = /* @__PURE__ */ i(Mt, [["render", Rt]]), At = d({
|
|
656
656
|
name: "UtrechtOrderedListItem"
|
|
657
657
|
});
|
|
658
658
|
function Et(e, t, n, a, o, l) {
|
|
@@ -660,78 +660,99 @@ function Et(e, t, n, a, o, l) {
|
|
|
660
660
|
c(e.$slots, "default")
|
|
661
661
|
], 16);
|
|
662
662
|
}
|
|
663
|
-
const
|
|
664
|
-
name: "
|
|
663
|
+
const Gr = /* @__PURE__ */ i(At, [["render", Et]]), Ot = d({
|
|
664
|
+
name: "UtrechtNumberBadge",
|
|
665
665
|
props: {
|
|
666
666
|
value: { type: [Number, String], required: !1, default: void 0 }
|
|
667
667
|
}
|
|
668
668
|
});
|
|
669
|
-
const
|
|
669
|
+
const Gt = ["value"], jt = {
|
|
670
|
+
key: 1,
|
|
671
|
+
class: "utrecht-number-badge"
|
|
672
|
+
};
|
|
670
673
|
function zt(e, t, n, a, o, l) {
|
|
674
|
+
return typeof e.value < "u" ? (s(), r("data", {
|
|
675
|
+
key: 0,
|
|
676
|
+
class: "utrecht-number-badge",
|
|
677
|
+
value: e.value ? String(e.value) : void 0
|
|
678
|
+
}, [
|
|
679
|
+
c(e.$slots, "default")
|
|
680
|
+
], 8, Gt)) : (s(), r("span", jt, [
|
|
681
|
+
c(e.$slots, "default")
|
|
682
|
+
]));
|
|
683
|
+
}
|
|
684
|
+
const jr = /* @__PURE__ */ i(Ot, [["render", zt]]), Kt = d({
|
|
685
|
+
name: "UtrechtNumberData",
|
|
686
|
+
props: {
|
|
687
|
+
value: { type: [Number, String], required: !1, default: void 0 }
|
|
688
|
+
}
|
|
689
|
+
});
|
|
690
|
+
const Jt = ["value"];
|
|
691
|
+
function Wt(e, t, n, a, o, l) {
|
|
671
692
|
return s(), r("data", {
|
|
672
693
|
value: typeof e.value == "string" || typeof e.value == "number" ? String(e.value) : void 0,
|
|
673
694
|
class: "utrecht-number-data"
|
|
674
695
|
}, [
|
|
675
696
|
c(e.$slots, "default")
|
|
676
|
-
], 8,
|
|
697
|
+
], 8, Jt);
|
|
677
698
|
}
|
|
678
|
-
const
|
|
699
|
+
const zr = /* @__PURE__ */ i(Kt, [["render", Wt]]), Qt = d({
|
|
679
700
|
name: "UtrechtPage"
|
|
680
701
|
});
|
|
681
|
-
const
|
|
682
|
-
function
|
|
683
|
-
return s(), r("div",
|
|
702
|
+
const Xt = { class: "utrecht-page" };
|
|
703
|
+
function Yt(e, t, n, a, o, l) {
|
|
704
|
+
return s(), r("div", Xt, [
|
|
684
705
|
c(e.$slots, "default")
|
|
685
706
|
]);
|
|
686
707
|
}
|
|
687
|
-
const
|
|
708
|
+
const Kr = /* @__PURE__ */ i(Qt, [["render", Yt]]), Zt = d({
|
|
688
709
|
name: "UtrechtPageContent"
|
|
689
710
|
});
|
|
690
|
-
const
|
|
691
|
-
function
|
|
692
|
-
return s(), r("div",
|
|
711
|
+
const es = { class: "utrecht-page-content" };
|
|
712
|
+
function ts(e, t, n, a, o, l) {
|
|
713
|
+
return s(), r("div", es, [
|
|
693
714
|
c(e.$slots, "default")
|
|
694
715
|
]);
|
|
695
716
|
}
|
|
696
|
-
const
|
|
717
|
+
const Jr = /* @__PURE__ */ i(Zt, [["render", ts]]), ss = d({
|
|
697
718
|
name: "UtrechtPageFooter"
|
|
698
719
|
});
|
|
699
|
-
const
|
|
700
|
-
function
|
|
701
|
-
return s(), r("footer",
|
|
720
|
+
const rs = { class: "utrecht-page-footer" };
|
|
721
|
+
function ns(e, t, n, a, o, l) {
|
|
722
|
+
return s(), r("footer", rs, [
|
|
702
723
|
c(e.$slots, "default")
|
|
703
724
|
]);
|
|
704
725
|
}
|
|
705
|
-
const
|
|
726
|
+
const Wr = /* @__PURE__ */ i(ss, [["render", ns]]), as = d({
|
|
706
727
|
name: "UtrechtPageHeader"
|
|
707
728
|
});
|
|
708
|
-
const
|
|
709
|
-
function
|
|
710
|
-
return s(), r("header",
|
|
729
|
+
const os = { class: "utrecht-page-header" };
|
|
730
|
+
function cs(e, t, n, a, o, l) {
|
|
731
|
+
return s(), r("header", os, [
|
|
711
732
|
c(e.$slots, "default")
|
|
712
733
|
]);
|
|
713
734
|
}
|
|
714
|
-
const
|
|
735
|
+
const Qr = /* @__PURE__ */ i(as, [["render", cs]]), ds = d({
|
|
715
736
|
name: "UtrechtParagraph",
|
|
716
737
|
props: {
|
|
717
738
|
lead: { type: Boolean, required: !1, default: !1 },
|
|
718
739
|
small: { type: Boolean, required: !1, default: !1 }
|
|
719
740
|
}
|
|
720
741
|
});
|
|
721
|
-
const
|
|
742
|
+
const is = {
|
|
722
743
|
key: 0,
|
|
723
744
|
class: "utrecht-paragraph__small"
|
|
724
745
|
};
|
|
725
|
-
function
|
|
746
|
+
function ls(e, t, n, a, o, l) {
|
|
726
747
|
return s(), r("p", {
|
|
727
748
|
class: p(["utrecht-paragraph", { "utrecht-paragraph--lead": e.lead, "utrecht-paragraph--small": e.small }])
|
|
728
749
|
}, [
|
|
729
|
-
e.small ? (s(), r("small",
|
|
750
|
+
e.small ? (s(), r("small", is, [
|
|
730
751
|
c(e.$slots, "default")
|
|
731
752
|
])) : c(e.$slots, "default", { key: 1 })
|
|
732
753
|
], 2);
|
|
733
754
|
}
|
|
734
|
-
const
|
|
755
|
+
const Xr = /* @__PURE__ */ i(ds, [["render", ls]]), _s = d({
|
|
735
756
|
name: "UtrechtRadioButton",
|
|
736
757
|
props: {
|
|
737
758
|
invalid: { type: Boolean, required: !1 },
|
|
@@ -743,18 +764,18 @@ const Gr = /* @__PURE__ */ i(ns, [["render", os]]), cs = d({
|
|
|
743
764
|
};
|
|
744
765
|
}
|
|
745
766
|
});
|
|
746
|
-
const
|
|
747
|
-
function
|
|
767
|
+
const us = ["aria-invalid"];
|
|
768
|
+
function ps(e, t, n, a, o, l) {
|
|
748
769
|
return y((s(), r("input", {
|
|
749
770
|
"onUpdate:modelValue": t[0] || (t[0] = (_) => e.value = _),
|
|
750
771
|
type: "radio",
|
|
751
772
|
"aria-invalid": e.invalid || void 0,
|
|
752
773
|
class: p(["utrecht-radio-button", "utrecht-radio-button--html-input", { "utrecht-radio-button--invalid": e.invalid }])
|
|
753
|
-
}, null, 10,
|
|
774
|
+
}, null, 10, us)), [
|
|
754
775
|
[D, e.value]
|
|
755
776
|
]);
|
|
756
777
|
}
|
|
757
|
-
const
|
|
778
|
+
const Yr = /* @__PURE__ */ i(_s, [["render", ps]]), $s = d({
|
|
758
779
|
name: "UtrechtSelect",
|
|
759
780
|
props: {
|
|
760
781
|
invalid: { type: Boolean, required: !1 },
|
|
@@ -768,8 +789,8 @@ const Kr = /* @__PURE__ */ i(cs, [["render", is]]), ls = d({
|
|
|
768
789
|
};
|
|
769
790
|
}
|
|
770
791
|
});
|
|
771
|
-
const
|
|
772
|
-
function
|
|
792
|
+
const fs = ["aria-invalid", "readonly"], hs = ["value", "disabled"];
|
|
793
|
+
function ms(e, t, n, a, o, l) {
|
|
773
794
|
return y((s(), r("select", {
|
|
774
795
|
"onUpdate:modelValue": t[0] || (t[0] = (_) => e.selected = _),
|
|
775
796
|
"aria-invalid": e.invalid || void 0,
|
|
@@ -781,23 +802,23 @@ function ps(e, t, n, a, o, l) {
|
|
|
781
802
|
]),
|
|
782
803
|
readonly: e.readonly
|
|
783
804
|
}, [
|
|
784
|
-
e.options && e.options.length > 0 ? (s(!0), r(H, { key: 0 },
|
|
805
|
+
e.options && e.options.length > 0 ? (s(!0), r(H, { key: 0 }, N(e.options, ({ value: _, label: v, disabled: f }) => (s(), r("option", {
|
|
785
806
|
key: _,
|
|
786
807
|
value: _,
|
|
787
808
|
class: p([{ "utrecht-select__option--disabled": f }, "utrecht-select__option"]),
|
|
788
809
|
disabled: f
|
|
789
|
-
}, b(v), 11,
|
|
790
|
-
], 10,
|
|
791
|
-
[
|
|
810
|
+
}, b(v), 11, hs))), 128)) : U("", !0)
|
|
811
|
+
], 10, fs)), [
|
|
812
|
+
[T, e.selected]
|
|
792
813
|
]);
|
|
793
814
|
}
|
|
794
|
-
const
|
|
815
|
+
const Zr = /* @__PURE__ */ i($s, [["render", ms]]), ys = d({
|
|
795
816
|
name: "UtrechtSeparator"
|
|
796
817
|
});
|
|
797
|
-
function
|
|
818
|
+
function vs(e, t, n, a, o, l) {
|
|
798
819
|
return s(), r("hr", u({ class: "utrecht-separator" }, e.$attrs), null, 16);
|
|
799
820
|
}
|
|
800
|
-
const
|
|
821
|
+
const en = /* @__PURE__ */ i(ys, [["render", vs]]), gs = d({
|
|
801
822
|
name: "UtrechtSkipLink",
|
|
802
823
|
props: {
|
|
803
824
|
href: {
|
|
@@ -807,89 +828,89 @@ const Wr = /* @__PURE__ */ i($s, [["render", fs]]), hs = d({
|
|
|
807
828
|
}
|
|
808
829
|
}
|
|
809
830
|
});
|
|
810
|
-
const
|
|
811
|
-
function
|
|
831
|
+
const bs = ["href"];
|
|
832
|
+
function Us(e, t, n, a, o, l) {
|
|
812
833
|
return s(), r("a", u(e.$attrs, {
|
|
813
834
|
href: e.$props.href,
|
|
814
835
|
class: "utrecht-skip-link utrecht-skip-link--visible-on-focus"
|
|
815
836
|
}), [
|
|
816
837
|
c(e.$slots, "default")
|
|
817
|
-
], 16,
|
|
838
|
+
], 16, bs);
|
|
818
839
|
}
|
|
819
|
-
const
|
|
840
|
+
const tn = /* @__PURE__ */ i(gs, [["render", Us]]), ks = d({
|
|
820
841
|
name: "UtrechtStrong"
|
|
821
842
|
});
|
|
822
|
-
function
|
|
843
|
+
function qs(e, t, n, a, o, l) {
|
|
823
844
|
return s(), r("strong", u(e.$attrs, { class: "utrecht-emphasis utrecht-emphasis--strong" }), [
|
|
824
845
|
c(e.$slots, "default")
|
|
825
846
|
], 16);
|
|
826
847
|
}
|
|
827
|
-
const
|
|
848
|
+
const sn = /* @__PURE__ */ i(ks, [["render", qs]]), Ss = d({
|
|
828
849
|
name: "UtrechtTable"
|
|
829
850
|
});
|
|
830
|
-
const
|
|
831
|
-
function
|
|
832
|
-
return s(), r("table",
|
|
851
|
+
const Bs = { class: "utrecht-table" };
|
|
852
|
+
function Ls(e, t, n, a, o, l) {
|
|
853
|
+
return s(), r("table", Bs, [
|
|
833
854
|
c(e.$slots, "default")
|
|
834
855
|
]);
|
|
835
856
|
}
|
|
836
|
-
const
|
|
857
|
+
const rn = /* @__PURE__ */ i(Ss, [["render", Ls]]), Cs = d({
|
|
837
858
|
name: "UtrechtTableBody"
|
|
838
|
-
}),
|
|
839
|
-
function
|
|
840
|
-
return s(), r("tbody",
|
|
859
|
+
}), xs = { class: "utrecht-table__body" };
|
|
860
|
+
function Fs(e, t, n, a, o, l) {
|
|
861
|
+
return s(), r("tbody", xs, [
|
|
841
862
|
c(e.$slots, "default")
|
|
842
863
|
]);
|
|
843
864
|
}
|
|
844
|
-
const
|
|
865
|
+
const nn = /* @__PURE__ */ i(Cs, [["render", Fs]]), Ds = d({
|
|
845
866
|
name: "UtrechtTableCaption"
|
|
846
|
-
}),
|
|
847
|
-
function
|
|
848
|
-
return s(), r("caption",
|
|
867
|
+
}), Hs = { class: "utrecht-table__caption" };
|
|
868
|
+
function Ns(e, t, n, a, o, l) {
|
|
869
|
+
return s(), r("caption", Hs, [
|
|
849
870
|
c(e.$slots, "default")
|
|
850
871
|
]);
|
|
851
872
|
}
|
|
852
|
-
const
|
|
873
|
+
const an = /* @__PURE__ */ i(Ds, [["render", Ns]]), Ts = d({
|
|
853
874
|
name: "UtrechtTableCell"
|
|
854
|
-
}),
|
|
855
|
-
function
|
|
856
|
-
return s(), r("td",
|
|
875
|
+
}), Is = { class: "utrecht-table__cell" };
|
|
876
|
+
function ws(e, t, n, a, o, l) {
|
|
877
|
+
return s(), r("td", Is, [
|
|
857
878
|
c(e.$slots, "default")
|
|
858
879
|
]);
|
|
859
880
|
}
|
|
860
|
-
const
|
|
881
|
+
const on = /* @__PURE__ */ i(Ts, [["render", ws]]), Vs = d({
|
|
861
882
|
name: "UtrechtTableFooter"
|
|
862
|
-
}),
|
|
863
|
-
function
|
|
864
|
-
return s(), r("tfoot",
|
|
883
|
+
}), Ps = { class: "utrecht-table__footer" };
|
|
884
|
+
function Ms(e, t, n, a, o, l) {
|
|
885
|
+
return s(), r("tfoot", Ps, [
|
|
865
886
|
c(e.$slots, "default")
|
|
866
887
|
]);
|
|
867
888
|
}
|
|
868
|
-
const
|
|
889
|
+
const cn = /* @__PURE__ */ i(Vs, [["render", Ms]]), Rs = d({
|
|
869
890
|
name: "UtrechtTableHeader"
|
|
870
|
-
}),
|
|
871
|
-
function
|
|
872
|
-
return s(), r("thead",
|
|
891
|
+
}), As = { class: "utrecht-table__header" };
|
|
892
|
+
function Es(e, t, n, a, o, l) {
|
|
893
|
+
return s(), r("thead", As, [
|
|
873
894
|
c(e.$slots, "default")
|
|
874
895
|
]);
|
|
875
896
|
}
|
|
876
|
-
const
|
|
897
|
+
const dn = /* @__PURE__ */ i(Rs, [["render", Es]]), Os = d({
|
|
877
898
|
name: "UtrechtTableHeaderCell"
|
|
878
|
-
}),
|
|
879
|
-
function
|
|
880
|
-
return s(), r("th",
|
|
899
|
+
}), Gs = { class: "utrecht-table__header-cell" };
|
|
900
|
+
function js(e, t, n, a, o, l) {
|
|
901
|
+
return s(), r("th", Gs, [
|
|
881
902
|
c(e.$slots, "default")
|
|
882
903
|
]);
|
|
883
904
|
}
|
|
884
|
-
const
|
|
905
|
+
const ln = /* @__PURE__ */ i(Os, [["render", js]]), zs = d({
|
|
885
906
|
name: "UtrechtTableRow"
|
|
886
|
-
}),
|
|
887
|
-
function
|
|
888
|
-
return s(), r("tr",
|
|
907
|
+
}), Ks = { class: "utrecht-table__row" };
|
|
908
|
+
function Js(e, t, n, a, o, l) {
|
|
909
|
+
return s(), r("tr", Ks, [
|
|
889
910
|
c(e.$slots, "default")
|
|
890
911
|
]);
|
|
891
912
|
}
|
|
892
|
-
const
|
|
913
|
+
const _n = /* @__PURE__ */ i(zs, [["render", Js]]), Ws = d({
|
|
893
914
|
name: "UtrechtTextarea",
|
|
894
915
|
props: {
|
|
895
916
|
dir: { type: String, required: !1, default: "auto" },
|
|
@@ -902,18 +923,18 @@ const an = /* @__PURE__ */ i(Es, [["render", js]]), zs = d({
|
|
|
902
923
|
};
|
|
903
924
|
}
|
|
904
925
|
});
|
|
905
|
-
const
|
|
906
|
-
function
|
|
926
|
+
const Qs = ["aria-invalid", "dir"];
|
|
927
|
+
function Xs(e, t, n, a, o, l) {
|
|
907
928
|
return y((s(), r("textarea", {
|
|
908
929
|
"onUpdate:modelValue": t[0] || (t[0] = (_) => e.value = _),
|
|
909
930
|
"aria-invalid": e.invalid || void 0,
|
|
910
931
|
class: p([{ "utrecht-textarea--invalid": e.invalid }, "utrecht-textarea", "utrecht-textarea--html-textarea"]),
|
|
911
932
|
dir: e.dir
|
|
912
|
-
}, null, 10,
|
|
933
|
+
}, null, 10, Qs)), [
|
|
913
934
|
[L, e.value]
|
|
914
935
|
]);
|
|
915
936
|
}
|
|
916
|
-
const
|
|
937
|
+
const un = /* @__PURE__ */ i(Ws, [["render", Xs]]), Ys = d({
|
|
917
938
|
name: "UtrechtTextbox",
|
|
918
939
|
props: {
|
|
919
940
|
dir: { type: String, required: !1, default: "auto" },
|
|
@@ -926,107 +947,108 @@ const on = /* @__PURE__ */ i(zs, [["render", Ks]]), Js = d({
|
|
|
926
947
|
};
|
|
927
948
|
}
|
|
928
949
|
});
|
|
929
|
-
const
|
|
930
|
-
function
|
|
950
|
+
const Zs = ["aria-invalid", "dir"];
|
|
951
|
+
function er(e, t, n, a, o, l) {
|
|
931
952
|
return y((s(), r("input", {
|
|
932
953
|
"onUpdate:modelValue": t[0] || (t[0] = (_) => e.value = _),
|
|
933
954
|
"aria-invalid": e.invalid || void 0,
|
|
934
955
|
class: p([{ "utrecht-textbox--invalid": e.invalid }, "utrecht-textbox", "utrecht-textbox--html-input"]),
|
|
935
956
|
dir: e.dir
|
|
936
|
-
}, null, 10,
|
|
957
|
+
}, null, 10, Zs)), [
|
|
937
958
|
[L, e.value]
|
|
938
959
|
]);
|
|
939
960
|
}
|
|
940
|
-
const
|
|
961
|
+
const pn = /* @__PURE__ */ i(Ys, [["render", er]]), tr = d({
|
|
941
962
|
name: "UtrechtUnorderedList"
|
|
942
963
|
});
|
|
943
|
-
function
|
|
964
|
+
function sr(e, t, n, a, o, l) {
|
|
944
965
|
return s(), r("ul", u({ class: "utrecht-unordered-list" }, e.$attrs), [
|
|
945
966
|
c(e.$slots, "default")
|
|
946
967
|
], 16);
|
|
947
968
|
}
|
|
948
|
-
const
|
|
969
|
+
const $n = /* @__PURE__ */ i(tr, [["render", sr]]), rr = d({
|
|
949
970
|
name: "UtrechtUnorderedListItem"
|
|
950
971
|
});
|
|
951
|
-
function
|
|
972
|
+
function nr(e, t, n, a, o, l) {
|
|
952
973
|
return s(), r("li", u({ class: "utrecht-unordered-list__item" }, e.$attrs), [
|
|
953
974
|
c(e.$slots, "default")
|
|
954
975
|
], 16);
|
|
955
976
|
}
|
|
956
|
-
const
|
|
977
|
+
const fn = /* @__PURE__ */ i(rr, [["render", nr]]), ar = d({
|
|
957
978
|
name: "UtrechtURLData"
|
|
958
979
|
});
|
|
959
|
-
const
|
|
980
|
+
const or = {
|
|
960
981
|
translate: "no",
|
|
961
982
|
class: "utrecht-url-data"
|
|
962
983
|
};
|
|
963
|
-
function
|
|
964
|
-
return s(), r("bdi",
|
|
984
|
+
function cr(e, t, n, a, o, l) {
|
|
985
|
+
return s(), r("bdi", or, [
|
|
965
986
|
c(e.$slots, "default")
|
|
966
987
|
]);
|
|
967
988
|
}
|
|
968
|
-
const
|
|
989
|
+
const hn = /* @__PURE__ */ i(ar, [["render", cr]]);
|
|
969
990
|
export {
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
991
|
+
ir as AlertDialog,
|
|
992
|
+
lr as Article,
|
|
993
|
+
_r as BadgeCounter,
|
|
994
|
+
ur as BadgeStatus,
|
|
995
|
+
$r as BreadcrumbNav,
|
|
996
|
+
pr as BreadcrumbNavLink,
|
|
997
|
+
fr as Button,
|
|
998
|
+
hr as ButtonGroup,
|
|
999
|
+
mr as Checkbox,
|
|
1000
|
+
yr as Code,
|
|
1001
|
+
vr as CodeBlock,
|
|
1002
|
+
gr as DataList,
|
|
1003
|
+
br as DataListActions,
|
|
1004
|
+
Ur as DataListItem,
|
|
1005
|
+
kr as DataListKey,
|
|
1006
|
+
qr as DataListValue,
|
|
1007
|
+
Sr as Document,
|
|
1008
|
+
Br as Emphasis,
|
|
1009
|
+
Lr as Figure,
|
|
1010
|
+
Cr as FigureCaption,
|
|
1011
|
+
xr as FormField,
|
|
1012
|
+
Fr as FormFieldset,
|
|
1013
|
+
Dr as FormFieldsetLegend,
|
|
1014
|
+
Hr as FormLabel,
|
|
994
1015
|
le as Heading,
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1016
|
+
Nr as Heading1,
|
|
1017
|
+
Tr as Heading2,
|
|
1018
|
+
Ir as Heading3,
|
|
1019
|
+
wr as Heading4,
|
|
1020
|
+
Vr as Heading5,
|
|
1021
|
+
Pr as Heading6,
|
|
1022
|
+
Mr as Image,
|
|
1002
1023
|
X as Link,
|
|
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
|
-
|
|
1024
|
+
Rr as LinkSocial,
|
|
1025
|
+
Ar as ListSocial,
|
|
1026
|
+
Er as ListSocialItem,
|
|
1027
|
+
jr as NumberBadge,
|
|
1028
|
+
zr as NumberData,
|
|
1029
|
+
Or as OrderedList,
|
|
1030
|
+
Gr as OrderedListItem,
|
|
1031
|
+
Kr as Page,
|
|
1032
|
+
Jr as PageContent,
|
|
1033
|
+
Wr as PageFooter,
|
|
1034
|
+
Qr as PageHeader,
|
|
1035
|
+
Xr as Paragraph,
|
|
1036
|
+
Yr as RadioButton,
|
|
1037
|
+
Zr as Select,
|
|
1038
|
+
en as Separator,
|
|
1039
|
+
tn as SkipLink,
|
|
1040
|
+
sn as Strong,
|
|
1041
|
+
rn as Table,
|
|
1042
|
+
nn as TableBody,
|
|
1043
|
+
an as TableCaption,
|
|
1044
|
+
on as TableCell,
|
|
1045
|
+
cn as TableFooter,
|
|
1046
|
+
dn as TableHeader,
|
|
1047
|
+
ln as TableHeaderCell,
|
|
1048
|
+
_n as TableRow,
|
|
1049
|
+
un as Textarea,
|
|
1050
|
+
pn as Textbox,
|
|
1051
|
+
hn as URLData,
|
|
1052
|
+
$n as UnorderedList,
|
|
1053
|
+
fn as UnorderedListItem
|
|
1032
1054
|
};
|