@utrecht/web-component-library-vue 1.0.0-alpha.17 → 1.0.0-alpha.170

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.
@@ -5,7 +7,7 @@ The `@utrecht/web-component-library-stencil` package contains the actual impleme
5
7
  Install both packages to use Vue.js components in your project:
6
8
 
7
9
  ```shell
8
- npm install --save-dev \
10
+ npm install --save-dev --save-exact \
9
11
  @utrecht/web-component-library-vue \
10
12
  @utrecht/web-component-library-stencil
11
13
  ```
@@ -48,7 +50,7 @@ For example, in your `App.vue`:
48
50
  Since the implementation of the web components needs to be loaded in the browser, include the following effect to import web component library from `@utrecht/web-component-library-stencil`, for example in your `main.js`:
49
51
 
50
52
  ```js
51
- import "@utrecht/design-tokens/dist/theme/index.css";
53
+ import "@utrecht/design-tokens/dist/index.css";
52
54
  import { defineCustomElements } from "@utrecht/web-component-library-stencil";
53
55
 
54
56
  createApp(App).use(router).mount("#app");
@@ -1,774 +1,71 @@
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
- type?: unknown;
112
- modelValue?: unknown;
113
- constructor?: unknown;
114
- toString?: unknown;
115
- toLocaleString?: unknown;
116
- valueOf?: unknown;
117
- hasOwnProperty?: unknown;
118
- isPrototypeOf?: unknown;
119
- propertyIsEnumerable?: unknown;
120
- } & {} & {
121
- modelValue?: unknown;
122
- toString?: unknown;
123
- toLocaleString?: unknown;
124
- constructor?: unknown;
125
- valueOf?: unknown;
126
- hasOwnProperty?: unknown;
127
- isPrototypeOf?: unknown;
128
- propertyIsEnumerable?: unknown;
129
- disabled?: unknown;
130
- type?: unknown;
131
- }> & {}, {}>;
132
- 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<{
133
- checked?: unknown;
134
- disabled?: unknown;
135
- onUtrechtBlur?: unknown;
136
- onUtrechtChange?: unknown;
137
- onUtrechtFocus?: unknown;
138
- onUtrechtInput?: unknown;
139
- readOnly?: unknown;
140
- value?: unknown;
141
- modelValue?: unknown;
142
- constructor?: unknown;
143
- toString?: unknown;
144
- toLocaleString?: unknown;
145
- valueOf?: unknown;
146
- hasOwnProperty?: unknown;
147
- isPrototypeOf?: unknown;
148
- propertyIsEnumerable?: unknown;
149
- } & {} & {
150
- modelValue?: unknown;
151
- toString?: unknown;
152
- toLocaleString?: unknown;
153
- constructor?: unknown;
154
- valueOf?: unknown;
155
- hasOwnProperty?: unknown;
156
- isPrototypeOf?: unknown;
157
- propertyIsEnumerable?: unknown;
158
- value?: unknown;
159
- disabled?: unknown;
160
- readOnly?: unknown;
161
- checked?: unknown;
162
- onUtrechtBlur?: unknown;
163
- onUtrechtChange?: unknown;
164
- onUtrechtFocus?: unknown;
165
- onUtrechtInput?: unknown;
166
- }> & {}, {}>;
167
- 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, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
168
- modelValue?: unknown;
169
- constructor?: unknown;
170
- toString?: unknown;
171
- toLocaleString?: unknown;
172
- valueOf?: unknown;
173
- hasOwnProperty?: unknown;
174
- isPrototypeOf?: unknown;
175
- propertyIsEnumerable?: unknown;
176
- } & {} & {
177
- modelValue?: unknown;
178
- toString?: unknown;
179
- toLocaleString?: unknown;
180
- constructor?: unknown;
181
- valueOf?: unknown;
182
- hasOwnProperty?: unknown;
183
- isPrototypeOf?: unknown;
184
- propertyIsEnumerable?: unknown;
185
- }> & {}, {}>;
186
- 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<{
187
- modelValue?: unknown;
188
- constructor?: unknown;
189
- toString?: unknown;
190
- toLocaleString?: unknown;
191
- valueOf?: unknown;
192
- hasOwnProperty?: unknown;
193
- isPrototypeOf?: unknown;
194
- propertyIsEnumerable?: unknown;
195
- } & {} & {
196
- modelValue?: unknown;
197
- toString?: unknown;
198
- toLocaleString?: unknown;
199
- constructor?: unknown;
200
- valueOf?: unknown;
201
- hasOwnProperty?: unknown;
202
- isPrototypeOf?: unknown;
203
- propertyIsEnumerable?: unknown;
204
- }> & {}, {}>;
205
- 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<{
206
- checked?: unknown;
207
- disabled?: unknown;
208
- invalid?: unknown;
209
- label?: unknown;
210
- onUtrechtBlur?: unknown;
211
- onUtrechtChange?: unknown;
212
- onUtrechtFocus?: unknown;
213
- onUtrechtInput?: unknown;
214
- required?: unknown;
215
- modelValue?: unknown;
216
- constructor?: unknown;
217
- toString?: unknown;
218
- toLocaleString?: unknown;
219
- valueOf?: unknown;
220
- hasOwnProperty?: unknown;
221
- isPrototypeOf?: unknown;
222
- propertyIsEnumerable?: unknown;
223
- } & {} & {
224
- modelValue?: unknown;
225
- toString?: unknown;
226
- toLocaleString?: unknown;
227
- constructor?: unknown;
228
- valueOf?: unknown;
229
- hasOwnProperty?: unknown;
230
- isPrototypeOf?: unknown;
231
- propertyIsEnumerable?: unknown;
232
- disabled?: unknown;
233
- checked?: unknown;
234
- onUtrechtBlur?: unknown;
235
- onUtrechtChange?: unknown;
236
- onUtrechtFocus?: unknown;
237
- onUtrechtInput?: unknown;
238
- label?: unknown;
239
- invalid?: unknown;
240
- required?: unknown;
241
- }> & {}, {}>;
242
- 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<{
243
- status?: unknown;
244
- modelValue?: unknown;
245
- constructor?: unknown;
246
- toString?: unknown;
247
- toLocaleString?: unknown;
248
- valueOf?: unknown;
249
- hasOwnProperty?: unknown;
250
- isPrototypeOf?: unknown;
251
- propertyIsEnumerable?: unknown;
252
- } & {} & {
253
- modelValue?: unknown;
254
- toString?: unknown;
255
- toLocaleString?: unknown;
256
- constructor?: unknown;
257
- valueOf?: unknown;
258
- hasOwnProperty?: unknown;
259
- isPrototypeOf?: unknown;
260
- propertyIsEnumerable?: unknown;
261
- status?: unknown;
262
- }> & {}, {}>;
263
- 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, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
264
- disabled?: unknown;
265
- invalid?: unknown;
266
- onUtrechtBlur?: unknown;
267
- onUtrechtChange?: unknown;
268
- onUtrechtFocus?: unknown;
269
- onUtrechtInput?: unknown;
270
- placeholder?: unknown;
271
- readOnly?: unknown;
272
- required?: unknown;
273
- value?: unknown;
274
- modelValue?: unknown;
275
- constructor?: unknown;
276
- toString?: unknown;
277
- toLocaleString?: unknown;
278
- valueOf?: unknown;
279
- hasOwnProperty?: unknown;
280
- isPrototypeOf?: unknown;
281
- propertyIsEnumerable?: unknown;
282
- } & {} & {
283
- modelValue?: unknown;
284
- toString?: unknown;
285
- toLocaleString?: unknown;
286
- constructor?: unknown;
287
- valueOf?: unknown;
288
- hasOwnProperty?: unknown;
289
- isPrototypeOf?: unknown;
290
- propertyIsEnumerable?: unknown;
291
- value?: unknown;
292
- disabled?: unknown;
293
- readOnly?: unknown;
294
- onUtrechtBlur?: unknown;
295
- onUtrechtChange?: unknown;
296
- onUtrechtFocus?: unknown;
297
- onUtrechtInput?: unknown;
298
- invalid?: unknown;
299
- required?: unknown;
300
- placeholder?: unknown;
301
- }> & {}, {}>;
302
- 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<{
303
- autoComplete?: unknown;
304
- disabled?: unknown;
305
- invalid?: unknown;
306
- max?: unknown;
307
- min?: unknown;
308
- onUtrechtBlur?: unknown;
309
- onUtrechtChange?: unknown;
310
- onUtrechtFocus?: unknown;
311
- onUtrechtInput?: unknown;
312
- pattern?: unknown;
313
- placeholder?: unknown;
314
- readOnly?: unknown;
315
- required?: unknown;
316
- type?: unknown;
317
- value?: unknown;
318
- modelValue?: unknown;
319
- constructor?: unknown;
320
- toString?: unknown;
321
- toLocaleString?: unknown;
322
- valueOf?: unknown;
323
- hasOwnProperty?: unknown;
324
- isPrototypeOf?: unknown;
325
- propertyIsEnumerable?: unknown;
326
- } & {} & {
327
- modelValue?: unknown;
328
- toString?: unknown;
329
- toLocaleString?: unknown;
330
- constructor?: unknown;
331
- valueOf?: unknown;
332
- hasOwnProperty?: unknown;
333
- isPrototypeOf?: unknown;
334
- propertyIsEnumerable?: unknown;
335
- value?: unknown;
336
- max?: unknown;
337
- disabled?: unknown;
338
- type?: unknown;
339
- readOnly?: unknown;
340
- onUtrechtBlur?: unknown;
341
- onUtrechtChange?: unknown;
342
- onUtrechtFocus?: unknown;
343
- onUtrechtInput?: unknown;
344
- invalid?: unknown;
345
- required?: unknown;
346
- placeholder?: unknown;
347
- autoComplete?: unknown;
348
- min?: unknown;
349
- pattern?: unknown;
350
- }> & {}, {}>;
351
- 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<{
352
- level?: unknown;
353
- modelValue?: unknown;
354
- constructor?: unknown;
355
- toString?: unknown;
356
- toLocaleString?: unknown;
357
- valueOf?: unknown;
358
- hasOwnProperty?: unknown;
359
- isPrototypeOf?: unknown;
360
- propertyIsEnumerable?: unknown;
361
- } & {} & {
362
- modelValue?: unknown;
363
- toString?: unknown;
364
- toLocaleString?: unknown;
365
- constructor?: unknown;
366
- valueOf?: unknown;
367
- hasOwnProperty?: unknown;
368
- isPrototypeOf?: unknown;
369
- propertyIsEnumerable?: unknown;
370
- level?: unknown;
371
- }> & {}, {}>;
372
- 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<{
373
- modelValue?: unknown;
374
- constructor?: unknown;
375
- toString?: unknown;
376
- toLocaleString?: unknown;
377
- valueOf?: unknown;
378
- hasOwnProperty?: unknown;
379
- isPrototypeOf?: unknown;
380
- propertyIsEnumerable?: unknown;
381
- } & {} & {
382
- modelValue?: unknown;
383
- toString?: unknown;
384
- toLocaleString?: unknown;
385
- constructor?: unknown;
386
- valueOf?: unknown;
387
- hasOwnProperty?: unknown;
388
- isPrototypeOf?: unknown;
389
- propertyIsEnumerable?: unknown;
390
- }> & {}, {}>;
391
- 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<{
392
- modelValue?: unknown;
393
- constructor?: unknown;
394
- toString?: unknown;
395
- toLocaleString?: unknown;
396
- valueOf?: unknown;
397
- hasOwnProperty?: unknown;
398
- isPrototypeOf?: unknown;
399
- propertyIsEnumerable?: unknown;
400
- } & {} & {
401
- modelValue?: unknown;
402
- toString?: unknown;
403
- toLocaleString?: unknown;
404
- constructor?: unknown;
405
- valueOf?: unknown;
406
- hasOwnProperty?: unknown;
407
- isPrototypeOf?: unknown;
408
- propertyIsEnumerable?: unknown;
409
- }> & {}, {}>;
410
- 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<{
411
- modelValue?: unknown;
412
- constructor?: unknown;
413
- toString?: unknown;
414
- toLocaleString?: unknown;
415
- valueOf?: unknown;
416
- hasOwnProperty?: unknown;
417
- isPrototypeOf?: unknown;
418
- propertyIsEnumerable?: unknown;
419
- } & {} & {
420
- modelValue?: unknown;
421
- toString?: unknown;
422
- toLocaleString?: unknown;
423
- constructor?: unknown;
424
- valueOf?: unknown;
425
- hasOwnProperty?: unknown;
426
- isPrototypeOf?: unknown;
427
- propertyIsEnumerable?: unknown;
428
- }> & {}, {}>;
429
- 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<{
430
- modelValue?: unknown;
431
- constructor?: unknown;
432
- toString?: unknown;
433
- toLocaleString?: unknown;
434
- valueOf?: unknown;
435
- hasOwnProperty?: unknown;
436
- isPrototypeOf?: unknown;
437
- propertyIsEnumerable?: unknown;
438
- } & {} & {
439
- modelValue?: unknown;
440
- toString?: unknown;
441
- toLocaleString?: unknown;
442
- constructor?: unknown;
443
- valueOf?: unknown;
444
- hasOwnProperty?: unknown;
445
- isPrototypeOf?: unknown;
446
- propertyIsEnumerable?: unknown;
447
- }> & {}, {}>;
448
- 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<{
449
- modelValue?: unknown;
450
- constructor?: unknown;
451
- toString?: unknown;
452
- toLocaleString?: unknown;
453
- valueOf?: unknown;
454
- hasOwnProperty?: unknown;
455
- isPrototypeOf?: unknown;
456
- propertyIsEnumerable?: unknown;
457
- } & {} & {
458
- modelValue?: unknown;
459
- toString?: unknown;
460
- toLocaleString?: unknown;
461
- constructor?: unknown;
462
- valueOf?: unknown;
463
- hasOwnProperty?: unknown;
464
- isPrototypeOf?: unknown;
465
- propertyIsEnumerable?: unknown;
466
- }> & {}, {}>;
467
- 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<{
468
- modelValue?: unknown;
469
- constructor?: unknown;
470
- toString?: unknown;
471
- toLocaleString?: unknown;
472
- valueOf?: unknown;
473
- hasOwnProperty?: unknown;
474
- isPrototypeOf?: unknown;
475
- propertyIsEnumerable?: unknown;
476
- } & {} & {
477
- modelValue?: unknown;
478
- toString?: unknown;
479
- toLocaleString?: unknown;
480
- constructor?: unknown;
481
- valueOf?: unknown;
482
- hasOwnProperty?: unknown;
483
- isPrototypeOf?: unknown;
484
- propertyIsEnumerable?: unknown;
485
- }> & {}, {}>;
486
- 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<{
487
- modelValue?: unknown;
488
- constructor?: unknown;
489
- toString?: unknown;
490
- toLocaleString?: unknown;
491
- valueOf?: unknown;
492
- hasOwnProperty?: unknown;
493
- isPrototypeOf?: unknown;
494
- propertyIsEnumerable?: unknown;
495
- } & {} & {
496
- modelValue?: unknown;
497
- toString?: unknown;
498
- toLocaleString?: unknown;
499
- constructor?: unknown;
500
- valueOf?: unknown;
501
- hasOwnProperty?: unknown;
502
- isPrototypeOf?: unknown;
503
- propertyIsEnumerable?: unknown;
504
- }> & {}, {}>;
505
- 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<{
506
- modelValue?: unknown;
507
- constructor?: unknown;
508
- toString?: unknown;
509
- toLocaleString?: unknown;
510
- valueOf?: unknown;
511
- hasOwnProperty?: unknown;
512
- isPrototypeOf?: unknown;
513
- propertyIsEnumerable?: unknown;
514
- } & {} & {
515
- modelValue?: unknown;
516
- toString?: unknown;
517
- toLocaleString?: unknown;
518
- constructor?: unknown;
519
- valueOf?: unknown;
520
- hasOwnProperty?: unknown;
521
- isPrototypeOf?: unknown;
522
- propertyIsEnumerable?: unknown;
523
- }> & {}, {}>;
524
- 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<{
525
- modelValue?: unknown;
526
- constructor?: unknown;
527
- toString?: unknown;
528
- toLocaleString?: unknown;
529
- valueOf?: unknown;
530
- hasOwnProperty?: unknown;
531
- isPrototypeOf?: unknown;
532
- propertyIsEnumerable?: unknown;
533
- } & {} & {
534
- modelValue?: unknown;
535
- toString?: unknown;
536
- toLocaleString?: unknown;
537
- constructor?: unknown;
538
- valueOf?: unknown;
539
- hasOwnProperty?: unknown;
540
- isPrototypeOf?: unknown;
541
- propertyIsEnumerable?: unknown;
542
- }> & {}, {}>;
543
- 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<{
544
- modelValue?: unknown;
545
- constructor?: unknown;
546
- toString?: unknown;
547
- toLocaleString?: unknown;
548
- valueOf?: unknown;
549
- hasOwnProperty?: unknown;
550
- isPrototypeOf?: unknown;
551
- propertyIsEnumerable?: unknown;
552
- } & {} & {
553
- modelValue?: unknown;
554
- toString?: unknown;
555
- toLocaleString?: unknown;
556
- constructor?: unknown;
557
- valueOf?: unknown;
558
- hasOwnProperty?: unknown;
559
- isPrototypeOf?: unknown;
560
- propertyIsEnumerable?: unknown;
561
- }> & {}, {}>;
562
- 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<{
563
- modelValue?: unknown;
564
- constructor?: unknown;
565
- toString?: unknown;
566
- toLocaleString?: unknown;
567
- valueOf?: unknown;
568
- hasOwnProperty?: unknown;
569
- isPrototypeOf?: unknown;
570
- propertyIsEnumerable?: unknown;
571
- } & {} & {
572
- modelValue?: unknown;
573
- toString?: unknown;
574
- toLocaleString?: unknown;
575
- constructor?: unknown;
576
- valueOf?: unknown;
577
- hasOwnProperty?: unknown;
578
- isPrototypeOf?: unknown;
579
- propertyIsEnumerable?: unknown;
580
- }> & {}, {}>;
581
- 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<{
582
- modelValue?: unknown;
583
- constructor?: unknown;
584
- toString?: unknown;
585
- toLocaleString?: unknown;
586
- valueOf?: unknown;
587
- hasOwnProperty?: unknown;
588
- isPrototypeOf?: unknown;
589
- propertyIsEnumerable?: unknown;
590
- } & {} & {
591
- modelValue?: unknown;
592
- toString?: unknown;
593
- toLocaleString?: unknown;
594
- constructor?: unknown;
595
- valueOf?: unknown;
596
- hasOwnProperty?: unknown;
597
- isPrototypeOf?: unknown;
598
- propertyIsEnumerable?: unknown;
599
- }> & {}, {}>;
600
- 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<{
601
- modelValue?: unknown;
602
- constructor?: unknown;
603
- toString?: unknown;
604
- toLocaleString?: unknown;
605
- valueOf?: unknown;
606
- hasOwnProperty?: unknown;
607
- isPrototypeOf?: unknown;
608
- propertyIsEnumerable?: unknown;
609
- } & {} & {
610
- modelValue?: unknown;
611
- toString?: unknown;
612
- toLocaleString?: unknown;
613
- constructor?: unknown;
614
- valueOf?: unknown;
615
- hasOwnProperty?: unknown;
616
- isPrototypeOf?: unknown;
617
- propertyIsEnumerable?: unknown;
618
- }> & {}, {}>;
619
- 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<{
620
- modelValue?: unknown;
621
- constructor?: unknown;
622
- toString?: unknown;
623
- toLocaleString?: unknown;
624
- valueOf?: unknown;
625
- hasOwnProperty?: unknown;
626
- isPrototypeOf?: unknown;
627
- propertyIsEnumerable?: unknown;
628
- } & {} & {
629
- modelValue?: unknown;
630
- toString?: unknown;
631
- toLocaleString?: unknown;
632
- constructor?: unknown;
633
- valueOf?: unknown;
634
- hasOwnProperty?: unknown;
635
- isPrototypeOf?: unknown;
636
- propertyIsEnumerable?: unknown;
637
- }> & {}, {}>;
638
- 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<{
639
- currentIndex?: unknown;
640
- links?: unknown;
641
- next?: unknown;
642
- prev?: unknown;
643
- modelValue?: unknown;
644
- constructor?: unknown;
645
- toString?: unknown;
646
- toLocaleString?: unknown;
647
- valueOf?: unknown;
648
- hasOwnProperty?: unknown;
649
- isPrototypeOf?: unknown;
650
- propertyIsEnumerable?: unknown;
651
- } & {} & {
652
- modelValue?: unknown;
653
- toString?: unknown;
654
- toLocaleString?: unknown;
655
- constructor?: unknown;
656
- valueOf?: unknown;
657
- hasOwnProperty?: unknown;
658
- isPrototypeOf?: unknown;
659
- propertyIsEnumerable?: unknown;
660
- links?: unknown;
661
- next?: unknown;
662
- prev?: unknown;
663
- currentIndex?: unknown;
664
- }> & {}, {}>;
665
- 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<{
666
- lead?: unknown;
667
- modelValue?: unknown;
668
- constructor?: unknown;
669
- toString?: unknown;
670
- toLocaleString?: unknown;
671
- valueOf?: unknown;
672
- hasOwnProperty?: unknown;
673
- isPrototypeOf?: unknown;
674
- propertyIsEnumerable?: unknown;
675
- } & {} & {
676
- modelValue?: unknown;
677
- toString?: unknown;
678
- toLocaleString?: unknown;
679
- constructor?: unknown;
680
- valueOf?: unknown;
681
- hasOwnProperty?: unknown;
682
- isPrototypeOf?: unknown;
683
- propertyIsEnumerable?: unknown;
684
- lead?: unknown;
685
- }> & {}, {}>;
686
- 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<{
687
- modelValue?: unknown;
688
- constructor?: unknown;
689
- toString?: unknown;
690
- toLocaleString?: unknown;
691
- valueOf?: unknown;
692
- hasOwnProperty?: unknown;
693
- isPrototypeOf?: unknown;
694
- propertyIsEnumerable?: unknown;
695
- } & {} & {
696
- modelValue?: unknown;
697
- toString?: unknown;
698
- toLocaleString?: unknown;
699
- constructor?: unknown;
700
- valueOf?: unknown;
701
- hasOwnProperty?: unknown;
702
- isPrototypeOf?: unknown;
703
- propertyIsEnumerable?: unknown;
704
- }> & {}, {}>;
705
- 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<{
706
- json?: unknown;
707
- modelValue?: unknown;
708
- constructor?: unknown;
709
- toString?: unknown;
710
- toLocaleString?: unknown;
711
- valueOf?: unknown;
712
- hasOwnProperty?: unknown;
713
- isPrototypeOf?: unknown;
714
- propertyIsEnumerable?: unknown;
715
- } & {} & {
716
- modelValue?: unknown;
717
- toString?: unknown;
718
- toLocaleString?: unknown;
719
- constructor?: unknown;
720
- valueOf?: unknown;
721
- hasOwnProperty?: unknown;
722
- isPrototypeOf?: unknown;
723
- propertyIsEnumerable?: unknown;
724
- json?: unknown;
725
- }> & {}, {}>;
726
- 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<{
727
- autoComplete?: unknown;
728
- disabled?: unknown;
729
- invalid?: unknown;
730
- max?: unknown;
731
- min?: unknown;
732
- onUtrechtBlur?: unknown;
733
- onUtrechtChange?: unknown;
734
- onUtrechtFocus?: unknown;
735
- onUtrechtInput?: unknown;
736
- pattern?: unknown;
737
- placeholder?: unknown;
738
- readOnly?: unknown;
739
- required?: unknown;
740
- type?: unknown;
741
- value?: unknown;
742
- modelValue?: unknown;
743
- constructor?: unknown;
744
- toString?: unknown;
745
- toLocaleString?: unknown;
746
- valueOf?: unknown;
747
- hasOwnProperty?: unknown;
748
- isPrototypeOf?: unknown;
749
- propertyIsEnumerable?: unknown;
750
- } & {} & {
751
- modelValue?: unknown;
752
- toString?: unknown;
753
- toLocaleString?: unknown;
754
- constructor?: unknown;
755
- valueOf?: unknown;
756
- hasOwnProperty?: unknown;
757
- isPrototypeOf?: unknown;
758
- propertyIsEnumerable?: unknown;
759
- value?: unknown;
760
- max?: unknown;
761
- disabled?: unknown;
762
- type?: unknown;
763
- readOnly?: unknown;
764
- onUtrechtBlur?: unknown;
765
- onUtrechtChange?: unknown;
766
- onUtrechtFocus?: unknown;
767
- onUtrechtInput?: unknown;
768
- invalid?: unknown;
769
- required?: unknown;
770
- placeholder?: unknown;
771
- autoComplete?: unknown;
772
- min?: unknown;
773
- pattern?: unknown;
774
- }> & {}, {}>;
2
+ export declare const UtrechtArticle: import("vue").DefineComponent<JSX.UtrechtArticle & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("vue").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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").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 UtrechtTable: import("vue").DefineComponent<JSX.UtrechtTable & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("vue").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.UtrechtTable & import("./vue-component-lib/utils").InputProps>, {}>;
64
+ export declare const UtrechtTableBody: import("vue").DefineComponent<JSX.UtrechtTableBody & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("vue").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.UtrechtTableBody & import("./vue-component-lib/utils").InputProps>, {}>;
65
+ export declare const UtrechtTableCaption: import("vue").DefineComponent<JSX.UtrechtTableCaption & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("vue").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.UtrechtTableCaption & import("./vue-component-lib/utils").InputProps>, {}>;
66
+ export declare const UtrechtTableCell: import("vue").DefineComponent<JSX.UtrechtTableCell & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("vue").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.UtrechtTableCell & import("./vue-component-lib/utils").InputProps>, {}>;
67
+ export declare const UtrechtTableFooter: import("vue").DefineComponent<JSX.UtrechtTableFooter & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("vue").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.UtrechtTableFooter & import("./vue-component-lib/utils").InputProps>, {}>;
68
+ export declare const UtrechtTableHeader: import("vue").DefineComponent<JSX.UtrechtTableHeader & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("vue").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.UtrechtTableHeader & import("./vue-component-lib/utils").InputProps>, {}>;
69
+ export declare const UtrechtTableHeaderCell: import("vue").DefineComponent<JSX.UtrechtTableHeaderCell & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("vue").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.UtrechtTableHeaderCell & import("./vue-component-lib/utils").InputProps>, {}>;
70
+ export declare const UtrechtTableRow: import("vue").DefineComponent<JSX.UtrechtTableRow & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("vue").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.UtrechtTableRow & import("./vue-component-lib/utils").InputProps>, {}>;
71
+ export declare const UtrechtTextbox: import("vue").DefineComponent<JSX.UtrechtTextbox & import("./vue-component-lib/utils").InputProps, object, {}, Record<string, import("vue").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,8 +20,12 @@ export const UtrechtBreadcrumb = /*@__PURE__*/ defineContainer('utrecht-breadcru
17
20
  'variant'
18
21
  ]);
19
22
  export const UtrechtButton = /*@__PURE__*/ defineContainer('utrecht-button', undefined, [
23
+ 'appearance',
24
+ 'busy',
20
25
  'disabled',
21
- 'type'
26
+ 'type',
27
+ 'utrechtRequestReset',
28
+ 'utrechtRequestSubmit'
22
29
  ]);
23
30
  export const UtrechtCheckbox = /*@__PURE__*/ defineContainer('utrecht-checkbox', undefined, [
24
31
  'disabled',
@@ -31,7 +38,24 @@ export const UtrechtCheckbox = /*@__PURE__*/ defineContainer('utrecht-checkbox',
31
38
  'utrechtInput'
32
39
  ], 'checked', 'utrechtInput');
33
40
  export const UtrechtContactCardTemplate = /*@__PURE__*/ defineContainer('utrecht-contact-card-template', undefined);
41
+ export const UtrechtCustomCheckbox = /*@__PURE__*/ defineContainer('utrecht-custom-checkbox', undefined, [
42
+ 'disabled',
43
+ 'checked',
44
+ 'indeterminate',
45
+ 'invalid',
46
+ 'required',
47
+ 'utrechtBlur',
48
+ 'utrechtChange',
49
+ 'utrechtFocus',
50
+ 'utrechtInput'
51
+ ], 'checked', 'utrechtInput');
52
+ export const UtrechtDigidButton = /*@__PURE__*/ defineContainer('utrecht-digid-button', undefined, [
53
+ 'type'
54
+ ]);
55
+ export const UtrechtDigidLogo = /*@__PURE__*/ defineContainer('utrecht-digid-logo', undefined);
34
56
  export const UtrechtDocument = /*@__PURE__*/ defineContainer('utrecht-document', undefined);
57
+ export const UtrechtEherkenningLogo = /*@__PURE__*/ defineContainer('utrecht-eherkenning-logo', undefined);
58
+ export const UtrechtEidasLogo = /*@__PURE__*/ defineContainer('utrecht-eidas-logo', undefined);
35
59
  export const UtrechtFormFieldCheckbox = /*@__PURE__*/ defineContainer('utrecht-form-field-checkbox', undefined, [
36
60
  'label',
37
61
  'disabled',
@@ -75,6 +99,14 @@ export const UtrechtFormFieldTextbox = /*@__PURE__*/ defineContainer('utrecht-fo
75
99
  'utrechtFocus',
76
100
  'utrechtInput'
77
101
  ], 'value', 'utrechtInput');
102
+ export const UtrechtFormToggle = /*@__PURE__*/ defineContainer('utrecht-form-toggle', undefined, [
103
+ 'disabled',
104
+ 'checked',
105
+ 'utrechtBlur',
106
+ 'utrechtChange',
107
+ 'utrechtFocus',
108
+ 'utrechtInput'
109
+ ], 'checked', 'utrechtInput');
78
110
  export const UtrechtHeading = /*@__PURE__*/ defineContainer('utrecht-heading', undefined, [
79
111
  'level'
80
112
  ]);
@@ -85,13 +117,37 @@ export const UtrechtHeading4 = /*@__PURE__*/ defineContainer('utrecht-heading-4'
85
117
  export const UtrechtHeading5 = /*@__PURE__*/ defineContainer('utrecht-heading-5', undefined);
86
118
  export const UtrechtHeading6 = /*@__PURE__*/ defineContainer('utrecht-heading-6', undefined);
87
119
  export const UtrechtHtmlContent = /*@__PURE__*/ defineContainer('utrecht-html-content', undefined);
120
+ export const UtrechtIconAfval = /*@__PURE__*/ defineContainer('utrecht-icon-afval', undefined);
121
+ export const UtrechtIconArrow = /*@__PURE__*/ defineContainer('utrecht-icon-arrow', undefined);
122
+ export const UtrechtIconCheckmark = /*@__PURE__*/ defineContainer('utrecht-icon-checkmark', undefined);
123
+ export const UtrechtIconCross = /*@__PURE__*/ defineContainer('utrecht-icon-cross', undefined);
124
+ export const UtrechtIconError = /*@__PURE__*/ defineContainer('utrecht-icon-error', undefined);
88
125
  export const UtrechtIconFacebook = /*@__PURE__*/ defineContainer('utrecht-icon-facebook', undefined);
126
+ export const UtrechtIconFilter = /*@__PURE__*/ defineContainer('utrecht-icon-filter', undefined);
127
+ export const UtrechtIconInformation = /*@__PURE__*/ defineContainer('utrecht-icon-information', undefined);
89
128
  export const UtrechtIconInstagram = /*@__PURE__*/ defineContainer('utrecht-icon-instagram', undefined);
90
129
  export const UtrechtIconLinkedin = /*@__PURE__*/ defineContainer('utrecht-icon-linkedin', undefined);
130
+ export const UtrechtIconList = /*@__PURE__*/ defineContainer('utrecht-icon-list', undefined);
131
+ export const UtrechtIconLoupe = /*@__PURE__*/ defineContainer('utrecht-icon-loupe', undefined);
132
+ export const UtrechtIconMelding = /*@__PURE__*/ defineContainer('utrecht-icon-melding', undefined);
133
+ export const UtrechtIconPaspoort = /*@__PURE__*/ defineContainer('utrecht-icon-paspoort', undefined);
134
+ export const UtrechtIconRijbewijs = /*@__PURE__*/ defineContainer('utrecht-icon-rijbewijs', undefined);
135
+ export const UtrechtIconToeslag = /*@__PURE__*/ defineContainer('utrecht-icon-toeslag', undefined);
136
+ export const UtrechtIconTrouwen = /*@__PURE__*/ defineContainer('utrecht-icon-trouwen', undefined);
91
137
  export const UtrechtIconTwitter = /*@__PURE__*/ defineContainer('utrecht-icon-twitter', undefined);
138
+ export const UtrechtIconVerhuizen = /*@__PURE__*/ defineContainer('utrecht-icon-verhuizen', undefined);
139
+ export const UtrechtIconWarning = /*@__PURE__*/ defineContainer('utrecht-icon-warning', undefined);
92
140
  export const UtrechtIconWhatsapp = /*@__PURE__*/ defineContainer('utrecht-icon-whatsapp', undefined);
141
+ export const UtrechtIconZoomin = /*@__PURE__*/ defineContainer('utrecht-icon-zoomin', undefined);
142
+ export const UtrechtIconZoomout = /*@__PURE__*/ defineContainer('utrecht-icon-zoomout', undefined);
93
143
  export const UtrechtLogo = /*@__PURE__*/ defineContainer('utrecht-logo', undefined);
144
+ export const UtrechtLogoButton = /*@__PURE__*/ defineContainer('utrecht-logo-button', undefined, [
145
+ 'type'
146
+ ]);
147
+ export const UtrechtPage = /*@__PURE__*/ defineContainer('utrecht-page', undefined);
148
+ export const UtrechtPageContent = /*@__PURE__*/ defineContainer('utrecht-page-content', undefined);
94
149
  export const UtrechtPageFooter = /*@__PURE__*/ defineContainer('utrecht-page-footer', undefined);
150
+ export const UtrechtPageHeader = /*@__PURE__*/ defineContainer('utrecht-page-header', undefined);
95
151
  export const UtrechtPagination = /*@__PURE__*/ defineContainer('utrecht-pagination', undefined, [
96
152
  'links',
97
153
  'next',
@@ -105,6 +161,16 @@ export const UtrechtSeparator = /*@__PURE__*/ defineContainer('utrecht-separator
105
161
  export const UtrechtSidenav = /*@__PURE__*/ defineContainer('utrecht-sidenav', undefined, [
106
162
  'json'
107
163
  ]);
164
+ export const UtrechtTable = /*@__PURE__*/ defineContainer('utrecht-table', undefined);
165
+ export const UtrechtTableBody = /*@__PURE__*/ defineContainer('utrecht-table-body', undefined);
166
+ export const UtrechtTableCaption = /*@__PURE__*/ defineContainer('utrecht-table-caption', undefined);
167
+ export const UtrechtTableCell = /*@__PURE__*/ defineContainer('utrecht-table-cell', undefined);
168
+ export const UtrechtTableFooter = /*@__PURE__*/ defineContainer('utrecht-table-footer', undefined);
169
+ export const UtrechtTableHeader = /*@__PURE__*/ defineContainer('utrecht-table-header', undefined);
170
+ export const UtrechtTableHeaderCell = /*@__PURE__*/ defineContainer('utrecht-table-header-cell', undefined, [
171
+ 'scope'
172
+ ]);
173
+ export const UtrechtTableRow = /*@__PURE__*/ defineContainer('utrecht-table-row', undefined);
108
174
  export const UtrechtTextbox = /*@__PURE__*/ defineContainer('utrecht-textbox', undefined, [
109
175
  'autoComplete',
110
176
  'disabled',
@@ -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, defineCustomElement: any, componentProps?: string[], modelProp?: string, modelUpdateEvent?: string, externalModelUpdateEvent?: string) => import("vue").DefineComponent<Props & InputProps, object, {}, Record<string, import("vue").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").ComponentObjectPropsOptions<Record<string, unknown>> & Props & InputProps)> : Props & InputProps>, import("vue").ExtractDefaultPropTypes<Props & InputProps>>;
@@ -38,16 +38,14 @@ const getElementClasses = (ref, componentClasses, defaultClasses = []) => {
38
38
  * @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
39
39
  * correctly updated when a user's event callback fires.
40
40
  */
41
- export const defineContainer = (name, customElement, componentProps = [], modelProp, modelUpdateEvent, externalModelUpdateEvent) => {
41
+ export const defineContainer = (name, defineCustomElement, componentProps = [], modelProp, modelUpdateEvent, externalModelUpdateEvent) => {
42
42
  /**
43
43
  * Create a Vue component wrapper around a Web Component.
44
44
  * Note: The `props` here are not all properties on a component.
45
45
  * They refer to whatever properties are set on an instance of a component.
46
46
  */
47
- if (customElement !== undefined &&
48
- typeof customElements !== 'undefined' &&
49
- !customElements.get(name)) {
50
- customElements.define(name, customElement);
47
+ if (defineCustomElement !== undefined) {
48
+ defineCustomElement();
51
49
  }
52
50
  const Container = defineComponent((props, { attrs, slots, emit }) => {
53
51
  var _a;
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
- "version": "1.0.0-alpha.17",
2
+ "version": "1.0.0-alpha.170",
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.71",
31
+ "@utrecht/web-component-library-stencil": "1.0.0-alpha.224",
28
32
  "rimraf": "3.0.2",
29
33
  "typescript": "4.1.6 <4.2",
30
- "vue": "3.2.4"
34
+ "vue": "3.2.33"
31
35
  },
32
- "gitHead": "08260e07b91bfdb4c41b016b5b738649dfe9f649"
36
+ "gitHead": "c30a4199b53d30ab54d3cf847bd228a09f46d4a9"
33
37
  }