@utrecht/web-component-library-vue 1.0.0-alpha.1 → 1.0.0-alpha.102

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/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ <!-- @license CC0-1.0 -->
2
+
1
3
  # Vue.js Components
2
4
 
3
5
  The `@utrecht/web-component-library-stencil` package contains the actual implementation of every web component, while the `@utrecht/web-component-library-vue` only contains wrapper Vue.js 3 components to help validate all the templates, and some supporting code to support Vue.js form bindings. The implementation of each component will be loaded separately and on-demand, so including the entire component library will not slow down your application.
@@ -1,690 +1,63 @@
1
1
  import type { JSX } from '@utrecht/web-component-library-stencil';
2
- export declare const UtrechtArticle: import("vue").DefineComponent<JSX.UtrechtArticle & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
3
- modelValue?: unknown;
4
- constructor?: unknown;
5
- toString?: unknown;
6
- toLocaleString?: unknown;
7
- valueOf?: unknown;
8
- hasOwnProperty?: unknown;
9
- isPrototypeOf?: unknown;
10
- propertyIsEnumerable?: unknown;
11
- } & {} & {
12
- modelValue?: unknown;
13
- toString?: unknown;
14
- toLocaleString?: unknown;
15
- constructor?: unknown;
16
- valueOf?: unknown;
17
- hasOwnProperty?: unknown;
18
- isPrototypeOf?: unknown;
19
- propertyIsEnumerable?: unknown;
20
- }> & {}, {}>;
21
- export declare const UtrechtBadgeCounter: import("vue").DefineComponent<JSX.UtrechtBadgeCounter & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
22
- locale?: unknown;
23
- max?: unknown;
24
- value?: unknown;
25
- modelValue?: unknown;
26
- constructor?: unknown;
27
- toString?: unknown;
28
- toLocaleString?: unknown;
29
- valueOf?: unknown;
30
- hasOwnProperty?: unknown;
31
- isPrototypeOf?: unknown;
32
- propertyIsEnumerable?: unknown;
33
- } & {} & {
34
- modelValue?: unknown;
35
- toString?: unknown;
36
- toLocaleString?: unknown;
37
- constructor?: unknown;
38
- valueOf?: unknown;
39
- hasOwnProperty?: unknown;
40
- isPrototypeOf?: unknown;
41
- propertyIsEnumerable?: unknown;
42
- value?: unknown;
43
- max?: unknown;
44
- locale?: unknown;
45
- }> & {}, {}>;
46
- export declare const UtrechtBadgeData: import("vue").DefineComponent<JSX.UtrechtBadgeData & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
47
- modelValue?: unknown;
48
- constructor?: unknown;
49
- toString?: unknown;
50
- toLocaleString?: unknown;
51
- valueOf?: unknown;
52
- hasOwnProperty?: unknown;
53
- isPrototypeOf?: unknown;
54
- propertyIsEnumerable?: unknown;
55
- } & {} & {
56
- modelValue?: unknown;
57
- toString?: unknown;
58
- toLocaleString?: unknown;
59
- constructor?: unknown;
60
- valueOf?: unknown;
61
- hasOwnProperty?: unknown;
62
- isPrototypeOf?: unknown;
63
- propertyIsEnumerable?: unknown;
64
- }> & {}, {}>;
65
- export declare const UtrechtBadgeStatus: import("vue").DefineComponent<JSX.UtrechtBadgeStatus & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
66
- status?: unknown;
67
- modelValue?: unknown;
68
- constructor?: unknown;
69
- toString?: unknown;
70
- toLocaleString?: unknown;
71
- valueOf?: unknown;
72
- hasOwnProperty?: unknown;
73
- isPrototypeOf?: unknown;
74
- propertyIsEnumerable?: unknown;
75
- } & {} & {
76
- modelValue?: unknown;
77
- toString?: unknown;
78
- toLocaleString?: unknown;
79
- constructor?: unknown;
80
- valueOf?: unknown;
81
- hasOwnProperty?: unknown;
82
- isPrototypeOf?: unknown;
83
- propertyIsEnumerable?: unknown;
84
- status?: unknown;
85
- }> & {}, {}>;
86
- export declare const UtrechtBreadcrumb: import("vue").DefineComponent<JSX.UtrechtBreadcrumb & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
87
- json?: unknown;
88
- variant?: unknown;
89
- modelValue?: unknown;
90
- constructor?: unknown;
91
- toString?: unknown;
92
- toLocaleString?: unknown;
93
- valueOf?: unknown;
94
- hasOwnProperty?: unknown;
95
- isPrototypeOf?: unknown;
96
- propertyIsEnumerable?: unknown;
97
- } & {} & {
98
- modelValue?: unknown;
99
- toString?: unknown;
100
- toLocaleString?: unknown;
101
- constructor?: unknown;
102
- valueOf?: unknown;
103
- hasOwnProperty?: unknown;
104
- isPrototypeOf?: unknown;
105
- propertyIsEnumerable?: unknown;
106
- json?: unknown;
107
- variant?: unknown;
108
- }> & {}, {}>;
109
- export declare const UtrechtButton: import("vue").DefineComponent<JSX.UtrechtButton & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
110
- disabled?: unknown;
111
- modelValue?: unknown;
112
- constructor?: unknown;
113
- toString?: unknown;
114
- toLocaleString?: unknown;
115
- valueOf?: unknown;
116
- hasOwnProperty?: unknown;
117
- isPrototypeOf?: unknown;
118
- propertyIsEnumerable?: unknown;
119
- } & {} & {
120
- modelValue?: unknown;
121
- toString?: unknown;
122
- toLocaleString?: unknown;
123
- constructor?: unknown;
124
- valueOf?: unknown;
125
- hasOwnProperty?: unknown;
126
- isPrototypeOf?: unknown;
127
- propertyIsEnumerable?: unknown;
128
- disabled?: unknown;
129
- }> & {}, {}>;
130
- export declare const UtrechtCheckbox: import("vue").DefineComponent<JSX.UtrechtCheckbox & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
131
- checked?: unknown;
132
- disabled?: unknown;
133
- onUtrechtBlur?: unknown;
134
- onUtrechtChange?: unknown;
135
- onUtrechtFocus?: unknown;
136
- onUtrechtInput?: unknown;
137
- readOnly?: unknown;
138
- value?: unknown;
139
- modelValue?: unknown;
140
- constructor?: unknown;
141
- toString?: unknown;
142
- toLocaleString?: unknown;
143
- valueOf?: unknown;
144
- hasOwnProperty?: unknown;
145
- isPrototypeOf?: unknown;
146
- propertyIsEnumerable?: unknown;
147
- } & {} & {
148
- modelValue?: unknown;
149
- toString?: unknown;
150
- toLocaleString?: unknown;
151
- constructor?: unknown;
152
- valueOf?: unknown;
153
- hasOwnProperty?: unknown;
154
- isPrototypeOf?: unknown;
155
- propertyIsEnumerable?: unknown;
156
- value?: unknown;
157
- disabled?: unknown;
158
- readOnly?: unknown;
159
- checked?: unknown;
160
- onUtrechtBlur?: unknown;
161
- onUtrechtChange?: unknown;
162
- onUtrechtFocus?: unknown;
163
- onUtrechtInput?: unknown;
164
- }> & {}, {}>;
165
- export declare const UtrechtDocument: import("vue").DefineComponent<JSX.UtrechtDocument & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
166
- modelValue?: unknown;
167
- constructor?: unknown;
168
- toString?: unknown;
169
- toLocaleString?: unknown;
170
- valueOf?: unknown;
171
- hasOwnProperty?: unknown;
172
- isPrototypeOf?: unknown;
173
- propertyIsEnumerable?: unknown;
174
- } & {} & {
175
- modelValue?: unknown;
176
- toString?: unknown;
177
- toLocaleString?: unknown;
178
- constructor?: unknown;
179
- valueOf?: unknown;
180
- hasOwnProperty?: unknown;
181
- isPrototypeOf?: unknown;
182
- propertyIsEnumerable?: unknown;
183
- }> & {}, {}>;
184
- export declare const UtrechtFormFieldCheckbox: import("vue").DefineComponent<JSX.UtrechtFormFieldCheckbox & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
185
- checked?: unknown;
186
- disabled?: unknown;
187
- invalid?: unknown;
188
- label?: unknown;
189
- onUtrechtBlur?: unknown;
190
- onUtrechtChange?: unknown;
191
- onUtrechtFocus?: unknown;
192
- onUtrechtInput?: unknown;
193
- required?: unknown;
194
- modelValue?: unknown;
195
- constructor?: unknown;
196
- toString?: unknown;
197
- toLocaleString?: unknown;
198
- valueOf?: unknown;
199
- hasOwnProperty?: unknown;
200
- isPrototypeOf?: unknown;
201
- propertyIsEnumerable?: unknown;
202
- } & {} & {
203
- modelValue?: unknown;
204
- toString?: unknown;
205
- toLocaleString?: unknown;
206
- constructor?: unknown;
207
- valueOf?: unknown;
208
- hasOwnProperty?: unknown;
209
- isPrototypeOf?: unknown;
210
- propertyIsEnumerable?: unknown;
211
- disabled?: unknown;
212
- checked?: unknown;
213
- onUtrechtBlur?: unknown;
214
- onUtrechtChange?: unknown;
215
- onUtrechtFocus?: unknown;
216
- onUtrechtInput?: unknown;
217
- label?: unknown;
218
- invalid?: unknown;
219
- required?: unknown;
220
- }> & {}, {}>;
221
- export declare const UtrechtFormFieldDescription: import("vue").DefineComponent<JSX.UtrechtFormFieldDescription & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
222
- status?: unknown;
223
- modelValue?: unknown;
224
- constructor?: unknown;
225
- toString?: unknown;
226
- toLocaleString?: unknown;
227
- valueOf?: unknown;
228
- hasOwnProperty?: unknown;
229
- isPrototypeOf?: unknown;
230
- propertyIsEnumerable?: unknown;
231
- } & {} & {
232
- modelValue?: unknown;
233
- toString?: unknown;
234
- toLocaleString?: unknown;
235
- constructor?: unknown;
236
- valueOf?: unknown;
237
- hasOwnProperty?: unknown;
238
- isPrototypeOf?: unknown;
239
- propertyIsEnumerable?: unknown;
240
- status?: unknown;
241
- }> & {}, {}>;
242
- export declare const UtrechtFormFieldTextbox: import("vue").DefineComponent<JSX.UtrechtFormFieldTextbox & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
243
- disabled?: unknown;
244
- invalid?: unknown;
245
- onUtrechtBlur?: unknown;
246
- onUtrechtChange?: unknown;
247
- onUtrechtFocus?: unknown;
248
- onUtrechtInput?: unknown;
249
- placeholder?: unknown;
250
- readOnly?: unknown;
251
- value?: unknown;
252
- modelValue?: unknown;
253
- constructor?: unknown;
254
- toString?: unknown;
255
- toLocaleString?: unknown;
256
- valueOf?: unknown;
257
- hasOwnProperty?: unknown;
258
- isPrototypeOf?: unknown;
259
- propertyIsEnumerable?: unknown;
260
- } & {} & {
261
- modelValue?: unknown;
262
- toString?: unknown;
263
- toLocaleString?: unknown;
264
- constructor?: unknown;
265
- valueOf?: unknown;
266
- hasOwnProperty?: unknown;
267
- isPrototypeOf?: unknown;
268
- propertyIsEnumerable?: unknown;
269
- value?: unknown;
270
- disabled?: unknown;
271
- readOnly?: unknown;
272
- onUtrechtBlur?: unknown;
273
- onUtrechtChange?: unknown;
274
- onUtrechtFocus?: unknown;
275
- onUtrechtInput?: unknown;
276
- invalid?: unknown;
277
- placeholder?: unknown;
278
- }> & {}, {}>;
279
- export declare const UtrechtHeading: import("vue").DefineComponent<JSX.UtrechtHeading & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
280
- level?: unknown;
281
- modelValue?: unknown;
282
- constructor?: unknown;
283
- toString?: unknown;
284
- toLocaleString?: unknown;
285
- valueOf?: unknown;
286
- hasOwnProperty?: unknown;
287
- isPrototypeOf?: unknown;
288
- propertyIsEnumerable?: unknown;
289
- } & {} & {
290
- modelValue?: unknown;
291
- toString?: unknown;
292
- toLocaleString?: unknown;
293
- constructor?: unknown;
294
- valueOf?: unknown;
295
- hasOwnProperty?: unknown;
296
- isPrototypeOf?: unknown;
297
- propertyIsEnumerable?: unknown;
298
- level?: unknown;
299
- }> & {}, {}>;
300
- export declare const UtrechtHeading1: import("vue").DefineComponent<JSX.UtrechtHeading1 & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
301
- modelValue?: unknown;
302
- constructor?: unknown;
303
- toString?: unknown;
304
- toLocaleString?: unknown;
305
- valueOf?: unknown;
306
- hasOwnProperty?: unknown;
307
- isPrototypeOf?: unknown;
308
- propertyIsEnumerable?: unknown;
309
- } & {} & {
310
- modelValue?: unknown;
311
- toString?: unknown;
312
- toLocaleString?: unknown;
313
- constructor?: unknown;
314
- valueOf?: unknown;
315
- hasOwnProperty?: unknown;
316
- isPrototypeOf?: unknown;
317
- propertyIsEnumerable?: unknown;
318
- }> & {}, {}>;
319
- export declare const UtrechtHeading2: import("vue").DefineComponent<JSX.UtrechtHeading2 & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
320
- modelValue?: unknown;
321
- constructor?: unknown;
322
- toString?: unknown;
323
- toLocaleString?: unknown;
324
- valueOf?: unknown;
325
- hasOwnProperty?: unknown;
326
- isPrototypeOf?: unknown;
327
- propertyIsEnumerable?: unknown;
328
- } & {} & {
329
- modelValue?: unknown;
330
- toString?: unknown;
331
- toLocaleString?: unknown;
332
- constructor?: unknown;
333
- valueOf?: unknown;
334
- hasOwnProperty?: unknown;
335
- isPrototypeOf?: unknown;
336
- propertyIsEnumerable?: unknown;
337
- }> & {}, {}>;
338
- export declare const UtrechtHeading3: import("vue").DefineComponent<JSX.UtrechtHeading3 & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
339
- modelValue?: unknown;
340
- constructor?: unknown;
341
- toString?: unknown;
342
- toLocaleString?: unknown;
343
- valueOf?: unknown;
344
- hasOwnProperty?: unknown;
345
- isPrototypeOf?: unknown;
346
- propertyIsEnumerable?: unknown;
347
- } & {} & {
348
- modelValue?: unknown;
349
- toString?: unknown;
350
- toLocaleString?: unknown;
351
- constructor?: unknown;
352
- valueOf?: unknown;
353
- hasOwnProperty?: unknown;
354
- isPrototypeOf?: unknown;
355
- propertyIsEnumerable?: unknown;
356
- }> & {}, {}>;
357
- export declare const UtrechtHeading4: import("vue").DefineComponent<JSX.UtrechtHeading4 & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
358
- modelValue?: unknown;
359
- constructor?: unknown;
360
- toString?: unknown;
361
- toLocaleString?: unknown;
362
- valueOf?: unknown;
363
- hasOwnProperty?: unknown;
364
- isPrototypeOf?: unknown;
365
- propertyIsEnumerable?: unknown;
366
- } & {} & {
367
- modelValue?: unknown;
368
- toString?: unknown;
369
- toLocaleString?: unknown;
370
- constructor?: unknown;
371
- valueOf?: unknown;
372
- hasOwnProperty?: unknown;
373
- isPrototypeOf?: unknown;
374
- propertyIsEnumerable?: unknown;
375
- }> & {}, {}>;
376
- export declare const UtrechtHeading5: import("vue").DefineComponent<JSX.UtrechtHeading5 & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
377
- modelValue?: unknown;
378
- constructor?: unknown;
379
- toString?: unknown;
380
- toLocaleString?: unknown;
381
- valueOf?: unknown;
382
- hasOwnProperty?: unknown;
383
- isPrototypeOf?: unknown;
384
- propertyIsEnumerable?: unknown;
385
- } & {} & {
386
- modelValue?: unknown;
387
- toString?: unknown;
388
- toLocaleString?: unknown;
389
- constructor?: unknown;
390
- valueOf?: unknown;
391
- hasOwnProperty?: unknown;
392
- isPrototypeOf?: unknown;
393
- propertyIsEnumerable?: unknown;
394
- }> & {}, {}>;
395
- export declare const UtrechtHeading6: import("vue").DefineComponent<JSX.UtrechtHeading6 & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
396
- modelValue?: unknown;
397
- constructor?: unknown;
398
- toString?: unknown;
399
- toLocaleString?: unknown;
400
- valueOf?: unknown;
401
- hasOwnProperty?: unknown;
402
- isPrototypeOf?: unknown;
403
- propertyIsEnumerable?: unknown;
404
- } & {} & {
405
- modelValue?: unknown;
406
- toString?: unknown;
407
- toLocaleString?: unknown;
408
- constructor?: unknown;
409
- valueOf?: unknown;
410
- hasOwnProperty?: unknown;
411
- isPrototypeOf?: unknown;
412
- propertyIsEnumerable?: unknown;
413
- }> & {}, {}>;
414
- export declare const UtrechtHtmlContent: import("vue").DefineComponent<JSX.UtrechtHtmlContent & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
415
- modelValue?: unknown;
416
- constructor?: unknown;
417
- toString?: unknown;
418
- toLocaleString?: unknown;
419
- valueOf?: unknown;
420
- hasOwnProperty?: unknown;
421
- isPrototypeOf?: unknown;
422
- propertyIsEnumerable?: unknown;
423
- } & {} & {
424
- modelValue?: unknown;
425
- toString?: unknown;
426
- toLocaleString?: unknown;
427
- constructor?: unknown;
428
- valueOf?: unknown;
429
- hasOwnProperty?: unknown;
430
- isPrototypeOf?: unknown;
431
- propertyIsEnumerable?: unknown;
432
- }> & {}, {}>;
433
- export declare const UtrechtIconFacebook: import("vue").DefineComponent<JSX.UtrechtIconFacebook & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
434
- modelValue?: unknown;
435
- constructor?: unknown;
436
- toString?: unknown;
437
- toLocaleString?: unknown;
438
- valueOf?: unknown;
439
- hasOwnProperty?: unknown;
440
- isPrototypeOf?: unknown;
441
- propertyIsEnumerable?: unknown;
442
- } & {} & {
443
- modelValue?: unknown;
444
- toString?: unknown;
445
- toLocaleString?: unknown;
446
- constructor?: unknown;
447
- valueOf?: unknown;
448
- hasOwnProperty?: unknown;
449
- isPrototypeOf?: unknown;
450
- propertyIsEnumerable?: unknown;
451
- }> & {}, {}>;
452
- export declare const UtrechtIconInstagram: import("vue").DefineComponent<JSX.UtrechtIconInstagram & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
453
- modelValue?: unknown;
454
- constructor?: unknown;
455
- toString?: unknown;
456
- toLocaleString?: unknown;
457
- valueOf?: unknown;
458
- hasOwnProperty?: unknown;
459
- isPrototypeOf?: unknown;
460
- propertyIsEnumerable?: unknown;
461
- } & {} & {
462
- modelValue?: unknown;
463
- toString?: unknown;
464
- toLocaleString?: unknown;
465
- constructor?: unknown;
466
- valueOf?: unknown;
467
- hasOwnProperty?: unknown;
468
- isPrototypeOf?: unknown;
469
- propertyIsEnumerable?: unknown;
470
- }> & {}, {}>;
471
- export declare const UtrechtIconLinkedin: import("vue").DefineComponent<JSX.UtrechtIconLinkedin & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
472
- modelValue?: unknown;
473
- constructor?: unknown;
474
- toString?: unknown;
475
- toLocaleString?: unknown;
476
- valueOf?: unknown;
477
- hasOwnProperty?: unknown;
478
- isPrototypeOf?: unknown;
479
- propertyIsEnumerable?: unknown;
480
- } & {} & {
481
- modelValue?: unknown;
482
- toString?: unknown;
483
- toLocaleString?: unknown;
484
- constructor?: unknown;
485
- valueOf?: unknown;
486
- hasOwnProperty?: unknown;
487
- isPrototypeOf?: unknown;
488
- propertyIsEnumerable?: unknown;
489
- }> & {}, {}>;
490
- export declare const UtrechtIconTwitter: import("vue").DefineComponent<JSX.UtrechtIconTwitter & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
491
- modelValue?: unknown;
492
- constructor?: unknown;
493
- toString?: unknown;
494
- toLocaleString?: unknown;
495
- valueOf?: unknown;
496
- hasOwnProperty?: unknown;
497
- isPrototypeOf?: unknown;
498
- propertyIsEnumerable?: unknown;
499
- } & {} & {
500
- modelValue?: unknown;
501
- toString?: unknown;
502
- toLocaleString?: unknown;
503
- constructor?: unknown;
504
- valueOf?: unknown;
505
- hasOwnProperty?: unknown;
506
- isPrototypeOf?: unknown;
507
- propertyIsEnumerable?: unknown;
508
- }> & {}, {}>;
509
- export declare const UtrechtIconWhatsapp: import("vue").DefineComponent<JSX.UtrechtIconWhatsapp & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
510
- modelValue?: unknown;
511
- constructor?: unknown;
512
- toString?: unknown;
513
- toLocaleString?: unknown;
514
- valueOf?: unknown;
515
- hasOwnProperty?: unknown;
516
- isPrototypeOf?: unknown;
517
- propertyIsEnumerable?: unknown;
518
- } & {} & {
519
- modelValue?: unknown;
520
- toString?: unknown;
521
- toLocaleString?: unknown;
522
- constructor?: unknown;
523
- valueOf?: unknown;
524
- hasOwnProperty?: unknown;
525
- isPrototypeOf?: unknown;
526
- propertyIsEnumerable?: unknown;
527
- }> & {}, {}>;
528
- export declare const UtrechtLogo: import("vue").DefineComponent<JSX.UtrechtLogo & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
529
- modelValue?: unknown;
530
- constructor?: unknown;
531
- toString?: unknown;
532
- toLocaleString?: unknown;
533
- valueOf?: unknown;
534
- hasOwnProperty?: unknown;
535
- isPrototypeOf?: unknown;
536
- propertyIsEnumerable?: unknown;
537
- } & {} & {
538
- modelValue?: unknown;
539
- toString?: unknown;
540
- toLocaleString?: unknown;
541
- constructor?: unknown;
542
- valueOf?: unknown;
543
- hasOwnProperty?: unknown;
544
- isPrototypeOf?: unknown;
545
- propertyIsEnumerable?: unknown;
546
- }> & {}, {}>;
547
- export declare const UtrechtPageFooter: import("vue").DefineComponent<JSX.UtrechtPageFooter & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
548
- modelValue?: unknown;
549
- constructor?: unknown;
550
- toString?: unknown;
551
- toLocaleString?: unknown;
552
- valueOf?: unknown;
553
- hasOwnProperty?: unknown;
554
- isPrototypeOf?: unknown;
555
- propertyIsEnumerable?: unknown;
556
- } & {} & {
557
- modelValue?: unknown;
558
- toString?: unknown;
559
- toLocaleString?: unknown;
560
- constructor?: unknown;
561
- valueOf?: unknown;
562
- hasOwnProperty?: unknown;
563
- isPrototypeOf?: unknown;
564
- propertyIsEnumerable?: unknown;
565
- }> & {}, {}>;
566
- export declare const UtrechtPagination: import("vue").DefineComponent<JSX.UtrechtPagination & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
567
- currentIndex?: unknown;
568
- links?: unknown;
569
- next?: unknown;
570
- prev?: unknown;
571
- modelValue?: unknown;
572
- constructor?: unknown;
573
- toString?: unknown;
574
- toLocaleString?: unknown;
575
- valueOf?: unknown;
576
- hasOwnProperty?: unknown;
577
- isPrototypeOf?: unknown;
578
- propertyIsEnumerable?: unknown;
579
- } & {} & {
580
- modelValue?: unknown;
581
- toString?: unknown;
582
- toLocaleString?: unknown;
583
- constructor?: unknown;
584
- valueOf?: unknown;
585
- hasOwnProperty?: unknown;
586
- isPrototypeOf?: unknown;
587
- propertyIsEnumerable?: unknown;
588
- links?: unknown;
589
- next?: unknown;
590
- prev?: unknown;
591
- currentIndex?: unknown;
592
- }> & {}, {}>;
593
- export declare const UtrechtParagraph: import("vue").DefineComponent<JSX.UtrechtParagraph & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
594
- lead?: unknown;
595
- modelValue?: unknown;
596
- constructor?: unknown;
597
- toString?: unknown;
598
- toLocaleString?: unknown;
599
- valueOf?: unknown;
600
- hasOwnProperty?: unknown;
601
- isPrototypeOf?: unknown;
602
- propertyIsEnumerable?: unknown;
603
- } & {} & {
604
- modelValue?: unknown;
605
- toString?: unknown;
606
- toLocaleString?: unknown;
607
- constructor?: unknown;
608
- valueOf?: unknown;
609
- hasOwnProperty?: unknown;
610
- isPrototypeOf?: unknown;
611
- propertyIsEnumerable?: unknown;
612
- lead?: unknown;
613
- }> & {}, {}>;
614
- export declare const UtrechtSeparator: import("vue").DefineComponent<JSX.UtrechtSeparator & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
615
- modelValue?: unknown;
616
- constructor?: unknown;
617
- toString?: unknown;
618
- toLocaleString?: unknown;
619
- valueOf?: unknown;
620
- hasOwnProperty?: unknown;
621
- isPrototypeOf?: unknown;
622
- propertyIsEnumerable?: unknown;
623
- } & {} & {
624
- modelValue?: unknown;
625
- toString?: unknown;
626
- toLocaleString?: unknown;
627
- constructor?: unknown;
628
- valueOf?: unknown;
629
- hasOwnProperty?: unknown;
630
- isPrototypeOf?: unknown;
631
- propertyIsEnumerable?: unknown;
632
- }> & {}, {}>;
633
- export declare const UtrechtSidenav: import("vue").DefineComponent<JSX.UtrechtSidenav & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
634
- json?: unknown;
635
- modelValue?: unknown;
636
- constructor?: unknown;
637
- toString?: unknown;
638
- toLocaleString?: unknown;
639
- valueOf?: unknown;
640
- hasOwnProperty?: unknown;
641
- isPrototypeOf?: unknown;
642
- propertyIsEnumerable?: unknown;
643
- } & {} & {
644
- modelValue?: unknown;
645
- toString?: unknown;
646
- toLocaleString?: unknown;
647
- constructor?: unknown;
648
- valueOf?: unknown;
649
- hasOwnProperty?: unknown;
650
- isPrototypeOf?: unknown;
651
- propertyIsEnumerable?: unknown;
652
- json?: unknown;
653
- }> & {}, {}>;
654
- export declare const UtrechtTextbox: import("vue").DefineComponent<JSX.UtrechtTextbox & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
655
- disabled?: unknown;
656
- invalid?: unknown;
657
- onUtrechtBlur?: unknown;
658
- onUtrechtChange?: unknown;
659
- onUtrechtFocus?: unknown;
660
- onUtrechtInput?: unknown;
661
- placeholder?: unknown;
662
- readOnly?: unknown;
663
- value?: unknown;
664
- modelValue?: unknown;
665
- constructor?: unknown;
666
- toString?: unknown;
667
- toLocaleString?: unknown;
668
- valueOf?: unknown;
669
- hasOwnProperty?: unknown;
670
- isPrototypeOf?: unknown;
671
- propertyIsEnumerable?: unknown;
672
- } & {} & {
673
- modelValue?: unknown;
674
- toString?: unknown;
675
- toLocaleString?: unknown;
676
- constructor?: unknown;
677
- valueOf?: unknown;
678
- hasOwnProperty?: unknown;
679
- isPrototypeOf?: unknown;
680
- propertyIsEnumerable?: unknown;
681
- value?: unknown;
682
- disabled?: unknown;
683
- readOnly?: unknown;
684
- onUtrechtBlur?: unknown;
685
- onUtrechtChange?: unknown;
686
- onUtrechtFocus?: unknown;
687
- onUtrechtInput?: unknown;
688
- invalid?: unknown;
689
- placeholder?: unknown;
690
- }> & {}, {}>;
2
+ export declare const UtrechtArticle: import("vue").DefineComponent<JSX.UtrechtArticle & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtArticle & import("./vue-component-lib/utils").InputProps>, {}>;
3
+ export declare const UtrechtBackdrop: import("vue").DefineComponent<JSX.UtrechtBackdrop & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtBackdrop & import("./vue-component-lib/utils").InputProps>, {}>;
4
+ export declare const UtrechtBadgeCounter: import("vue").DefineComponent<JSX.UtrechtBadgeCounter & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtBadgeCounter & import("./vue-component-lib/utils").InputProps>, {}>;
5
+ export declare const UtrechtBadgeData: import("vue").DefineComponent<JSX.UtrechtBadgeData & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtBadgeData & import("./vue-component-lib/utils").InputProps>, {}>;
6
+ export declare const UtrechtBadgeStatus: import("vue").DefineComponent<JSX.UtrechtBadgeStatus & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtBadgeStatus & import("./vue-component-lib/utils").InputProps>, {}>;
7
+ export declare const UtrechtBreadcrumb: import("vue").DefineComponent<JSX.UtrechtBreadcrumb & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtBreadcrumb & import("./vue-component-lib/utils").InputProps>, {}>;
8
+ export declare const UtrechtButton: import("vue").DefineComponent<JSX.UtrechtButton & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtButton & import("./vue-component-lib/utils").InputProps>, {}>;
9
+ export declare const UtrechtCheckbox: import("vue").DefineComponent<JSX.UtrechtCheckbox & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtCheckbox & import("./vue-component-lib/utils").InputProps>, {}>;
10
+ export declare const UtrechtContactCardTemplate: import("vue").DefineComponent<JSX.UtrechtContactCardTemplate & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtContactCardTemplate & import("./vue-component-lib/utils").InputProps>, {}>;
11
+ export declare const UtrechtCustomCheckbox: import("vue").DefineComponent<JSX.UtrechtCustomCheckbox & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtCustomCheckbox & import("./vue-component-lib/utils").InputProps>, {}>;
12
+ export declare const UtrechtDigidButton: import("vue").DefineComponent<JSX.UtrechtDigidButton & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtDigidButton & import("./vue-component-lib/utils").InputProps>, {}>;
13
+ export declare const UtrechtDigidLogo: import("vue").DefineComponent<JSX.UtrechtDigidLogo & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtDigidLogo & import("./vue-component-lib/utils").InputProps>, {}>;
14
+ export declare const UtrechtDocument: import("vue").DefineComponent<JSX.UtrechtDocument & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtDocument & import("./vue-component-lib/utils").InputProps>, {}>;
15
+ export declare const UtrechtEherkenningLogo: import("vue").DefineComponent<JSX.UtrechtEherkenningLogo & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtEherkenningLogo & import("./vue-component-lib/utils").InputProps>, {}>;
16
+ export declare const UtrechtEidasLogo: import("vue").DefineComponent<JSX.UtrechtEidasLogo & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtEidasLogo & import("./vue-component-lib/utils").InputProps>, {}>;
17
+ export declare const UtrechtFormFieldCheckbox: import("vue").DefineComponent<JSX.UtrechtFormFieldCheckbox & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtFormFieldCheckbox & import("./vue-component-lib/utils").InputProps>, {}>;
18
+ export declare const UtrechtFormFieldDescription: import("vue").DefineComponent<JSX.UtrechtFormFieldDescription & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtFormFieldDescription & import("./vue-component-lib/utils").InputProps>, {}>;
19
+ export declare const UtrechtFormFieldTextarea: import("vue").DefineComponent<JSX.UtrechtFormFieldTextarea & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtFormFieldTextarea & import("./vue-component-lib/utils").InputProps>, {}>;
20
+ export declare const UtrechtFormFieldTextbox: import("vue").DefineComponent<JSX.UtrechtFormFieldTextbox & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtFormFieldTextbox & import("./vue-component-lib/utils").InputProps>, {}>;
21
+ export declare const UtrechtFormToggle: import("vue").DefineComponent<JSX.UtrechtFormToggle & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtFormToggle & import("./vue-component-lib/utils").InputProps>, {}>;
22
+ export declare const UtrechtHeading: import("vue").DefineComponent<JSX.UtrechtHeading & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtHeading & import("./vue-component-lib/utils").InputProps>, {}>;
23
+ export declare const UtrechtHeading1: import("vue").DefineComponent<JSX.UtrechtHeading1 & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtHeading1 & import("./vue-component-lib/utils").InputProps>, {}>;
24
+ export declare const UtrechtHeading2: import("vue").DefineComponent<JSX.UtrechtHeading2 & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtHeading2 & import("./vue-component-lib/utils").InputProps>, {}>;
25
+ export declare const UtrechtHeading3: import("vue").DefineComponent<JSX.UtrechtHeading3 & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtHeading3 & import("./vue-component-lib/utils").InputProps>, {}>;
26
+ export declare const UtrechtHeading4: import("vue").DefineComponent<JSX.UtrechtHeading4 & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtHeading4 & import("./vue-component-lib/utils").InputProps>, {}>;
27
+ export declare const UtrechtHeading5: import("vue").DefineComponent<JSX.UtrechtHeading5 & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtHeading5 & import("./vue-component-lib/utils").InputProps>, {}>;
28
+ export declare const UtrechtHeading6: import("vue").DefineComponent<JSX.UtrechtHeading6 & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtHeading6 & import("./vue-component-lib/utils").InputProps>, {}>;
29
+ export declare const UtrechtHtmlContent: import("vue").DefineComponent<JSX.UtrechtHtmlContent & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtHtmlContent & import("./vue-component-lib/utils").InputProps>, {}>;
30
+ export declare const UtrechtIconAfval: import("vue").DefineComponent<JSX.UtrechtIconAfval & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconAfval & import("./vue-component-lib/utils").InputProps>, {}>;
31
+ export declare const UtrechtIconArrow: import("vue").DefineComponent<JSX.UtrechtIconArrow & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconArrow & import("./vue-component-lib/utils").InputProps>, {}>;
32
+ export declare const UtrechtIconCheckmark: import("vue").DefineComponent<JSX.UtrechtIconCheckmark & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconCheckmark & import("./vue-component-lib/utils").InputProps>, {}>;
33
+ export declare const UtrechtIconCross: import("vue").DefineComponent<JSX.UtrechtIconCross & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconCross & import("./vue-component-lib/utils").InputProps>, {}>;
34
+ export declare const UtrechtIconError: import("vue").DefineComponent<JSX.UtrechtIconError & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconError & import("./vue-component-lib/utils").InputProps>, {}>;
35
+ export declare const UtrechtIconFacebook: import("vue").DefineComponent<JSX.UtrechtIconFacebook & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconFacebook & import("./vue-component-lib/utils").InputProps>, {}>;
36
+ export declare const UtrechtIconFilter: import("vue").DefineComponent<JSX.UtrechtIconFilter & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconFilter & import("./vue-component-lib/utils").InputProps>, {}>;
37
+ export declare const UtrechtIconInformation: import("vue").DefineComponent<JSX.UtrechtIconInformation & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconInformation & import("./vue-component-lib/utils").InputProps>, {}>;
38
+ export declare const UtrechtIconInstagram: import("vue").DefineComponent<JSX.UtrechtIconInstagram & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconInstagram & import("./vue-component-lib/utils").InputProps>, {}>;
39
+ export declare const UtrechtIconLinkedin: import("vue").DefineComponent<JSX.UtrechtIconLinkedin & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconLinkedin & import("./vue-component-lib/utils").InputProps>, {}>;
40
+ export declare const UtrechtIconList: import("vue").DefineComponent<JSX.UtrechtIconList & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconList & import("./vue-component-lib/utils").InputProps>, {}>;
41
+ export declare const UtrechtIconLoupe: import("vue").DefineComponent<JSX.UtrechtIconLoupe & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconLoupe & import("./vue-component-lib/utils").InputProps>, {}>;
42
+ export declare const UtrechtIconMelding: import("vue").DefineComponent<JSX.UtrechtIconMelding & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconMelding & import("./vue-component-lib/utils").InputProps>, {}>;
43
+ export declare const UtrechtIconPaspoort: import("vue").DefineComponent<JSX.UtrechtIconPaspoort & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconPaspoort & import("./vue-component-lib/utils").InputProps>, {}>;
44
+ export declare const UtrechtIconRijbewijs: import("vue").DefineComponent<JSX.UtrechtIconRijbewijs & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconRijbewijs & import("./vue-component-lib/utils").InputProps>, {}>;
45
+ export declare const UtrechtIconToeslag: import("vue").DefineComponent<JSX.UtrechtIconToeslag & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconToeslag & import("./vue-component-lib/utils").InputProps>, {}>;
46
+ export declare const UtrechtIconTrouwen: import("vue").DefineComponent<JSX.UtrechtIconTrouwen & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconTrouwen & import("./vue-component-lib/utils").InputProps>, {}>;
47
+ export declare const UtrechtIconTwitter: import("vue").DefineComponent<JSX.UtrechtIconTwitter & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconTwitter & import("./vue-component-lib/utils").InputProps>, {}>;
48
+ export declare const UtrechtIconVerhuizen: import("vue").DefineComponent<JSX.UtrechtIconVerhuizen & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconVerhuizen & import("./vue-component-lib/utils").InputProps>, {}>;
49
+ export declare const UtrechtIconWarning: import("vue").DefineComponent<JSX.UtrechtIconWarning & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconWarning & import("./vue-component-lib/utils").InputProps>, {}>;
50
+ export declare const UtrechtIconWhatsapp: import("vue").DefineComponent<JSX.UtrechtIconWhatsapp & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconWhatsapp & import("./vue-component-lib/utils").InputProps>, {}>;
51
+ export declare const UtrechtIconZoomin: import("vue").DefineComponent<JSX.UtrechtIconZoomin & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconZoomin & import("./vue-component-lib/utils").InputProps>, {}>;
52
+ export declare const UtrechtIconZoomout: import("vue").DefineComponent<JSX.UtrechtIconZoomout & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtIconZoomout & import("./vue-component-lib/utils").InputProps>, {}>;
53
+ export declare const UtrechtLogo: import("vue").DefineComponent<JSX.UtrechtLogo & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtLogo & import("./vue-component-lib/utils").InputProps>, {}>;
54
+ export declare const UtrechtLogoButton: import("vue").DefineComponent<JSX.UtrechtLogoButton & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtLogoButton & import("./vue-component-lib/utils").InputProps>, {}>;
55
+ export declare const UtrechtPage: import("vue").DefineComponent<JSX.UtrechtPage & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtPage & import("./vue-component-lib/utils").InputProps>, {}>;
56
+ export declare const UtrechtPageContent: import("vue").DefineComponent<JSX.UtrechtPageContent & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtPageContent & import("./vue-component-lib/utils").InputProps>, {}>;
57
+ export declare const UtrechtPageFooter: import("vue").DefineComponent<JSX.UtrechtPageFooter & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtPageFooter & import("./vue-component-lib/utils").InputProps>, {}>;
58
+ export declare const UtrechtPageHeader: import("vue").DefineComponent<JSX.UtrechtPageHeader & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtPageHeader & import("./vue-component-lib/utils").InputProps>, {}>;
59
+ export declare const UtrechtPagination: import("vue").DefineComponent<JSX.UtrechtPagination & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtPagination & import("./vue-component-lib/utils").InputProps>, {}>;
60
+ export declare const UtrechtParagraph: import("vue").DefineComponent<JSX.UtrechtParagraph & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtParagraph & import("./vue-component-lib/utils").InputProps>, {}>;
61
+ export declare const UtrechtSeparator: import("vue").DefineComponent<JSX.UtrechtSeparator & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtSeparator & import("./vue-component-lib/utils").InputProps>, {}>;
62
+ export declare const UtrechtSidenav: import("vue").DefineComponent<JSX.UtrechtSidenav & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtSidenav & import("./vue-component-lib/utils").InputProps>, {}>;
63
+ export declare const UtrechtTextbox: import("vue").DefineComponent<JSX.UtrechtTextbox & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.UtrechtTextbox & import("./vue-component-lib/utils").InputProps>, {}>;
@@ -3,6 +3,9 @@
3
3
  /* auto-generated vue proxies */
4
4
  import { defineContainer } from './vue-component-lib/utils';
5
5
  export const UtrechtArticle = /*@__PURE__*/ defineContainer('utrecht-article', undefined);
6
+ export const UtrechtBackdrop = /*@__PURE__*/ defineContainer('utrecht-backdrop', undefined, [
7
+ 'viewport'
8
+ ]);
6
9
  export const UtrechtBadgeCounter = /*@__PURE__*/ defineContainer('utrecht-badge-counter', undefined, [
7
10
  'value',
8
11
  'max',
@@ -17,7 +20,11 @@ export const UtrechtBreadcrumb = /*@__PURE__*/ defineContainer('utrecht-breadcru
17
20
  'variant'
18
21
  ]);
19
22
  export const UtrechtButton = /*@__PURE__*/ defineContainer('utrecht-button', undefined, [
20
- 'disabled'
23
+ 'busy',
24
+ 'disabled',
25
+ 'type',
26
+ 'utrechtRequestReset',
27
+ 'utrechtRequestSubmit'
21
28
  ]);
22
29
  export const UtrechtCheckbox = /*@__PURE__*/ defineContainer('utrecht-checkbox', undefined, [
23
30
  'disabled',
@@ -29,7 +36,25 @@ export const UtrechtCheckbox = /*@__PURE__*/ defineContainer('utrecht-checkbox',
29
36
  'utrechtFocus',
30
37
  'utrechtInput'
31
38
  ], 'checked', 'utrechtInput');
39
+ export const UtrechtContactCardTemplate = /*@__PURE__*/ defineContainer('utrecht-contact-card-template', undefined);
40
+ export const UtrechtCustomCheckbox = /*@__PURE__*/ defineContainer('utrecht-custom-checkbox', undefined, [
41
+ 'disabled',
42
+ 'checked',
43
+ 'indeterminate',
44
+ 'invalid',
45
+ 'required',
46
+ 'utrechtBlur',
47
+ 'utrechtChange',
48
+ 'utrechtFocus',
49
+ 'utrechtInput'
50
+ ], 'checked', 'utrechtInput');
51
+ export const UtrechtDigidButton = /*@__PURE__*/ defineContainer('utrecht-digid-button', undefined, [
52
+ 'type'
53
+ ]);
54
+ export const UtrechtDigidLogo = /*@__PURE__*/ defineContainer('utrecht-digid-logo', undefined);
32
55
  export const UtrechtDocument = /*@__PURE__*/ defineContainer('utrecht-document', undefined);
56
+ export const UtrechtEherkenningLogo = /*@__PURE__*/ defineContainer('utrecht-eherkenning-logo', undefined);
57
+ export const UtrechtEidasLogo = /*@__PURE__*/ defineContainer('utrecht-eidas-logo', undefined);
33
58
  export const UtrechtFormFieldCheckbox = /*@__PURE__*/ defineContainer('utrecht-form-field-checkbox', undefined, [
34
59
  'label',
35
60
  'disabled',
@@ -44,17 +69,43 @@ export const UtrechtFormFieldCheckbox = /*@__PURE__*/ defineContainer('utrecht-f
44
69
  export const UtrechtFormFieldDescription = /*@__PURE__*/ defineContainer('utrecht-form-field-description', undefined, [
45
70
  'status'
46
71
  ]);
47
- export const UtrechtFormFieldTextbox = /*@__PURE__*/ defineContainer('utrecht-form-field-textbox', undefined, [
72
+ export const UtrechtFormFieldTextarea = /*@__PURE__*/ defineContainer('utrecht-form-field-textarea', undefined, [
48
73
  'disabled',
49
74
  'invalid',
50
75
  'readOnly',
51
76
  'placeholder',
77
+ 'required',
52
78
  'value',
53
79
  'utrechtBlur',
54
80
  'utrechtChange',
55
81
  'utrechtFocus',
56
82
  'utrechtInput'
57
83
  ], 'value', 'utrechtInput');
84
+ export const UtrechtFormFieldTextbox = /*@__PURE__*/ defineContainer('utrecht-form-field-textbox', undefined, [
85
+ 'autoComplete',
86
+ 'disabled',
87
+ 'invalid',
88
+ 'min',
89
+ 'max',
90
+ 'pattern',
91
+ 'placeholder',
92
+ 'readOnly',
93
+ 'required',
94
+ 'type',
95
+ 'value',
96
+ 'utrechtBlur',
97
+ 'utrechtChange',
98
+ 'utrechtFocus',
99
+ 'utrechtInput'
100
+ ], 'value', 'utrechtInput');
101
+ export const UtrechtFormToggle = /*@__PURE__*/ defineContainer('utrecht-form-toggle', undefined, [
102
+ 'disabled',
103
+ 'checked',
104
+ 'utrechtBlur',
105
+ 'utrechtChange',
106
+ 'utrechtFocus',
107
+ 'utrechtInput'
108
+ ], 'checked', 'utrechtInput');
58
109
  export const UtrechtHeading = /*@__PURE__*/ defineContainer('utrecht-heading', undefined, [
59
110
  'level'
60
111
  ]);
@@ -65,13 +116,37 @@ export const UtrechtHeading4 = /*@__PURE__*/ defineContainer('utrecht-heading-4'
65
116
  export const UtrechtHeading5 = /*@__PURE__*/ defineContainer('utrecht-heading-5', undefined);
66
117
  export const UtrechtHeading6 = /*@__PURE__*/ defineContainer('utrecht-heading-6', undefined);
67
118
  export const UtrechtHtmlContent = /*@__PURE__*/ defineContainer('utrecht-html-content', undefined);
119
+ export const UtrechtIconAfval = /*@__PURE__*/ defineContainer('utrecht-icon-afval', undefined);
120
+ export const UtrechtIconArrow = /*@__PURE__*/ defineContainer('utrecht-icon-arrow', undefined);
121
+ export const UtrechtIconCheckmark = /*@__PURE__*/ defineContainer('utrecht-icon-checkmark', undefined);
122
+ export const UtrechtIconCross = /*@__PURE__*/ defineContainer('utrecht-icon-cross', undefined);
123
+ export const UtrechtIconError = /*@__PURE__*/ defineContainer('utrecht-icon-error', undefined);
68
124
  export const UtrechtIconFacebook = /*@__PURE__*/ defineContainer('utrecht-icon-facebook', undefined);
125
+ export const UtrechtIconFilter = /*@__PURE__*/ defineContainer('utrecht-icon-filter', undefined);
126
+ export const UtrechtIconInformation = /*@__PURE__*/ defineContainer('utrecht-icon-information', undefined);
69
127
  export const UtrechtIconInstagram = /*@__PURE__*/ defineContainer('utrecht-icon-instagram', undefined);
70
128
  export const UtrechtIconLinkedin = /*@__PURE__*/ defineContainer('utrecht-icon-linkedin', undefined);
129
+ export const UtrechtIconList = /*@__PURE__*/ defineContainer('utrecht-icon-list', undefined);
130
+ export const UtrechtIconLoupe = /*@__PURE__*/ defineContainer('utrecht-icon-loupe', undefined);
131
+ export const UtrechtIconMelding = /*@__PURE__*/ defineContainer('utrecht-icon-melding', undefined);
132
+ export const UtrechtIconPaspoort = /*@__PURE__*/ defineContainer('utrecht-icon-paspoort', undefined);
133
+ export const UtrechtIconRijbewijs = /*@__PURE__*/ defineContainer('utrecht-icon-rijbewijs', undefined);
134
+ export const UtrechtIconToeslag = /*@__PURE__*/ defineContainer('utrecht-icon-toeslag', undefined);
135
+ export const UtrechtIconTrouwen = /*@__PURE__*/ defineContainer('utrecht-icon-trouwen', undefined);
71
136
  export const UtrechtIconTwitter = /*@__PURE__*/ defineContainer('utrecht-icon-twitter', undefined);
137
+ export const UtrechtIconVerhuizen = /*@__PURE__*/ defineContainer('utrecht-icon-verhuizen', undefined);
138
+ export const UtrechtIconWarning = /*@__PURE__*/ defineContainer('utrecht-icon-warning', undefined);
72
139
  export const UtrechtIconWhatsapp = /*@__PURE__*/ defineContainer('utrecht-icon-whatsapp', undefined);
140
+ export const UtrechtIconZoomin = /*@__PURE__*/ defineContainer('utrecht-icon-zoomin', undefined);
141
+ export const UtrechtIconZoomout = /*@__PURE__*/ defineContainer('utrecht-icon-zoomout', undefined);
73
142
  export const UtrechtLogo = /*@__PURE__*/ defineContainer('utrecht-logo', undefined);
143
+ export const UtrechtLogoButton = /*@__PURE__*/ defineContainer('utrecht-logo-button', undefined, [
144
+ 'type'
145
+ ]);
146
+ export const UtrechtPage = /*@__PURE__*/ defineContainer('utrecht-page', undefined);
147
+ export const UtrechtPageContent = /*@__PURE__*/ defineContainer('utrecht-page-content', undefined);
74
148
  export const UtrechtPageFooter = /*@__PURE__*/ defineContainer('utrecht-page-footer', undefined);
149
+ export const UtrechtPageHeader = /*@__PURE__*/ defineContainer('utrecht-page-header', undefined);
75
150
  export const UtrechtPagination = /*@__PURE__*/ defineContainer('utrecht-pagination', undefined, [
76
151
  'links',
77
152
  'next',
@@ -86,10 +161,16 @@ export const UtrechtSidenav = /*@__PURE__*/ defineContainer('utrecht-sidenav', u
86
161
  'json'
87
162
  ]);
88
163
  export const UtrechtTextbox = /*@__PURE__*/ defineContainer('utrecht-textbox', undefined, [
164
+ 'autoComplete',
89
165
  'disabled',
90
166
  'invalid',
91
- 'readOnly',
167
+ 'min',
168
+ 'max',
169
+ 'pattern',
92
170
  'placeholder',
171
+ 'readOnly',
172
+ 'required',
173
+ 'type',
93
174
  'value',
94
175
  'utrechtBlur',
95
176
  'utrechtChange',
@@ -15,4 +15,4 @@ export interface InputProps extends Object {
15
15
  * @prop externalModelUpdateEvent - The external event to fire from your Vue component when modelUpdateEvent fires. This is used for ensuring that v-model references have been
16
16
  * correctly updated when a user's event callback fires.
17
17
  */
18
- export declare const defineContainer: <Props>(name: string, customElement: any, componentProps?: string[], modelProp?: string, modelUpdateEvent?: string, externalModelUpdateEvent?: string) => import("vue").DefineComponent<Props & InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<Props & InputProps>> & {}, import("vue").ExtractDefaultPropTypes<Props & InputProps>>;
18
+ export declare const defineContainer: <Props>(name: string, customElement: any, componentProps?: string[], modelProp?: string, modelUpdateEvent?: string, externalModelUpdateEvent?: string) => import("vue").DefineComponent<Props & InputProps, object, {}, Record<string, import("@vue/reactivity").ComputedGetter<any> | import("vue").WritableComputedOptions<any>>, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<Props & InputProps extends import("vue").ComponentPropsOptions<Record<string, unknown>> ? import("vue").ExtractPropTypes<string[] & Props & InputProps> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<Record<string, unknown>> & Props & InputProps> : Props & InputProps>, import("vue").ExtractDefaultPropTypes<Props & InputProps>>;
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
- "version": "1.0.0-alpha.1",
2
+ "version": "1.0.0-alpha.102",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Vue.js web components for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
6
6
  "name": "@utrecht/web-component-library-vue",
7
+ "keywords": [
8
+ "nl-design-system"
9
+ ],
7
10
  "private": false,
8
11
  "publishConfig": {
9
12
  "access": "public"
@@ -14,7 +17,8 @@
14
17
  },
15
18
  "sideEffects": false,
16
19
  "scripts": {
17
- "build": "tsc -p .",
20
+ "build": "npm run build:web-components",
21
+ "build:web-components": "tsc -p .",
18
22
  "clean": "rimraf dist/"
19
23
  },
20
24
  "main": "./dist/components.js",
@@ -24,10 +28,10 @@
24
28
  "dist/"
25
29
  ],
26
30
  "devDependencies": {
27
- "@utrecht/web-component-library-stencil": "1.0.0-alpha.55",
31
+ "@utrecht/web-component-library-stencil": "1.0.0-alpha.156",
28
32
  "rimraf": "3.0.2",
29
- "typescript": "4.1.6",
30
- "vue": "3.2.2"
33
+ "typescript": "4.1.6 <4.2",
34
+ "vue": "3.2.23"
31
35
  },
32
- "gitHead": "c68e5da26e6801b2f7f43e02af1d4f3ab02c57b8"
36
+ "gitHead": "ec7286736c902b98e3c59c0b35821faa5ea96920"
33
37
  }