@utrecht/web-component-library-vue 1.0.0-alpha.4 → 1.0.0-alpha.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components.d.ts +434 -62
- package/dist/components.js +57 -3
- package/dist/vue-component-lib/utils.d.ts +1 -1
- package/package.json +8 -5
package/dist/components.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
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,
|
|
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<{
|
|
3
3
|
modelValue?: unknown;
|
|
4
4
|
constructor?: unknown;
|
|
5
5
|
toString?: unknown;
|
|
@@ -17,8 +17,8 @@ export declare const UtrechtArticle: import("vue").DefineComponent<JSX.UtrechtAr
|
|
|
17
17
|
hasOwnProperty?: unknown;
|
|
18
18
|
isPrototypeOf?: unknown;
|
|
19
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,
|
|
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, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
22
22
|
locale?: unknown;
|
|
23
23
|
max?: unknown;
|
|
24
24
|
value?: unknown;
|
|
@@ -42,8 +42,8 @@ export declare const UtrechtBadgeCounter: import("vue").DefineComponent<JSX.Utre
|
|
|
42
42
|
value?: unknown;
|
|
43
43
|
max?: unknown;
|
|
44
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,
|
|
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, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
47
47
|
modelValue?: unknown;
|
|
48
48
|
constructor?: unknown;
|
|
49
49
|
toString?: unknown;
|
|
@@ -61,8 +61,8 @@ export declare const UtrechtBadgeData: import("vue").DefineComponent<JSX.Utrecht
|
|
|
61
61
|
hasOwnProperty?: unknown;
|
|
62
62
|
isPrototypeOf?: unknown;
|
|
63
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,
|
|
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, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
66
66
|
status?: unknown;
|
|
67
67
|
modelValue?: unknown;
|
|
68
68
|
constructor?: unknown;
|
|
@@ -82,8 +82,8 @@ export declare const UtrechtBadgeStatus: import("vue").DefineComponent<JSX.Utrec
|
|
|
82
82
|
isPrototypeOf?: unknown;
|
|
83
83
|
propertyIsEnumerable?: unknown;
|
|
84
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,
|
|
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, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
87
87
|
json?: unknown;
|
|
88
88
|
variant?: unknown;
|
|
89
89
|
modelValue?: unknown;
|
|
@@ -105,9 +105,13 @@ export declare const UtrechtBreadcrumb: import("vue").DefineComponent<JSX.Utrech
|
|
|
105
105
|
propertyIsEnumerable?: unknown;
|
|
106
106
|
json?: unknown;
|
|
107
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,
|
|
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, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
110
|
+
busy?: unknown;
|
|
110
111
|
disabled?: unknown;
|
|
112
|
+
onUtrechtRequestReset?: unknown;
|
|
113
|
+
onUtrechtRequestSubmit?: unknown;
|
|
114
|
+
type?: unknown;
|
|
111
115
|
modelValue?: unknown;
|
|
112
116
|
constructor?: unknown;
|
|
113
117
|
toString?: unknown;
|
|
@@ -125,9 +129,13 @@ export declare const UtrechtButton: import("vue").DefineComponent<JSX.UtrechtBut
|
|
|
125
129
|
hasOwnProperty?: unknown;
|
|
126
130
|
isPrototypeOf?: unknown;
|
|
127
131
|
propertyIsEnumerable?: unknown;
|
|
132
|
+
busy?: unknown;
|
|
128
133
|
disabled?: unknown;
|
|
129
|
-
|
|
130
|
-
|
|
134
|
+
type?: unknown;
|
|
135
|
+
onUtrechtRequestReset?: unknown;
|
|
136
|
+
onUtrechtRequestSubmit?: unknown;
|
|
137
|
+
}>, {}>;
|
|
138
|
+
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<{
|
|
131
139
|
checked?: unknown;
|
|
132
140
|
disabled?: unknown;
|
|
133
141
|
onUtrechtBlur?: unknown;
|
|
@@ -161,8 +169,8 @@ export declare const UtrechtCheckbox: import("vue").DefineComponent<JSX.UtrechtC
|
|
|
161
169
|
onUtrechtChange?: unknown;
|
|
162
170
|
onUtrechtFocus?: unknown;
|
|
163
171
|
onUtrechtInput?: unknown;
|
|
164
|
-
}
|
|
165
|
-
export declare const
|
|
172
|
+
}>, {}>;
|
|
173
|
+
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<{
|
|
166
174
|
modelValue?: unknown;
|
|
167
175
|
constructor?: unknown;
|
|
168
176
|
toString?: unknown;
|
|
@@ -180,8 +188,105 @@ export declare const UtrechtDocument: import("vue").DefineComponent<JSX.UtrechtD
|
|
|
180
188
|
hasOwnProperty?: unknown;
|
|
181
189
|
isPrototypeOf?: unknown;
|
|
182
190
|
propertyIsEnumerable?: unknown;
|
|
183
|
-
}
|
|
184
|
-
export declare const
|
|
191
|
+
}>, {}>;
|
|
192
|
+
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<{
|
|
193
|
+
type?: 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
|
+
type?: unknown;
|
|
212
|
+
}>, {}>;
|
|
213
|
+
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<{
|
|
214
|
+
modelValue?: unknown;
|
|
215
|
+
constructor?: unknown;
|
|
216
|
+
toString?: unknown;
|
|
217
|
+
toLocaleString?: unknown;
|
|
218
|
+
valueOf?: unknown;
|
|
219
|
+
hasOwnProperty?: unknown;
|
|
220
|
+
isPrototypeOf?: unknown;
|
|
221
|
+
propertyIsEnumerable?: unknown;
|
|
222
|
+
} & {} & {
|
|
223
|
+
modelValue?: unknown;
|
|
224
|
+
toString?: unknown;
|
|
225
|
+
toLocaleString?: unknown;
|
|
226
|
+
constructor?: unknown;
|
|
227
|
+
valueOf?: unknown;
|
|
228
|
+
hasOwnProperty?: unknown;
|
|
229
|
+
isPrototypeOf?: unknown;
|
|
230
|
+
propertyIsEnumerable?: unknown;
|
|
231
|
+
}>, {}>;
|
|
232
|
+
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<{
|
|
233
|
+
modelValue?: unknown;
|
|
234
|
+
constructor?: unknown;
|
|
235
|
+
toString?: unknown;
|
|
236
|
+
toLocaleString?: unknown;
|
|
237
|
+
valueOf?: unknown;
|
|
238
|
+
hasOwnProperty?: unknown;
|
|
239
|
+
isPrototypeOf?: unknown;
|
|
240
|
+
propertyIsEnumerable?: unknown;
|
|
241
|
+
} & {} & {
|
|
242
|
+
modelValue?: unknown;
|
|
243
|
+
toString?: unknown;
|
|
244
|
+
toLocaleString?: unknown;
|
|
245
|
+
constructor?: unknown;
|
|
246
|
+
valueOf?: unknown;
|
|
247
|
+
hasOwnProperty?: unknown;
|
|
248
|
+
isPrototypeOf?: unknown;
|
|
249
|
+
propertyIsEnumerable?: unknown;
|
|
250
|
+
}>, {}>;
|
|
251
|
+
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<{
|
|
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
|
+
}>, {}>;
|
|
270
|
+
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<{
|
|
271
|
+
modelValue?: unknown;
|
|
272
|
+
constructor?: unknown;
|
|
273
|
+
toString?: unknown;
|
|
274
|
+
toLocaleString?: unknown;
|
|
275
|
+
valueOf?: unknown;
|
|
276
|
+
hasOwnProperty?: unknown;
|
|
277
|
+
isPrototypeOf?: unknown;
|
|
278
|
+
propertyIsEnumerable?: unknown;
|
|
279
|
+
} & {} & {
|
|
280
|
+
modelValue?: unknown;
|
|
281
|
+
toString?: unknown;
|
|
282
|
+
toLocaleString?: unknown;
|
|
283
|
+
constructor?: unknown;
|
|
284
|
+
valueOf?: unknown;
|
|
285
|
+
hasOwnProperty?: unknown;
|
|
286
|
+
isPrototypeOf?: unknown;
|
|
287
|
+
propertyIsEnumerable?: unknown;
|
|
288
|
+
}>, {}>;
|
|
289
|
+
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<{
|
|
185
290
|
checked?: unknown;
|
|
186
291
|
disabled?: unknown;
|
|
187
292
|
invalid?: unknown;
|
|
@@ -217,8 +322,8 @@ export declare const UtrechtFormFieldCheckbox: import("vue").DefineComponent<JSX
|
|
|
217
322
|
label?: unknown;
|
|
218
323
|
invalid?: unknown;
|
|
219
324
|
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,
|
|
325
|
+
}>, {}>;
|
|
326
|
+
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<{
|
|
222
327
|
status?: unknown;
|
|
223
328
|
modelValue?: unknown;
|
|
224
329
|
constructor?: unknown;
|
|
@@ -238,16 +343,61 @@ export declare const UtrechtFormFieldDescription: import("vue").DefineComponent<
|
|
|
238
343
|
isPrototypeOf?: unknown;
|
|
239
344
|
propertyIsEnumerable?: unknown;
|
|
240
345
|
status?: unknown;
|
|
241
|
-
}
|
|
242
|
-
export declare const
|
|
346
|
+
}>, {}>;
|
|
347
|
+
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<{
|
|
348
|
+
disabled?: unknown;
|
|
349
|
+
invalid?: unknown;
|
|
350
|
+
onUtrechtBlur?: unknown;
|
|
351
|
+
onUtrechtChange?: unknown;
|
|
352
|
+
onUtrechtFocus?: unknown;
|
|
353
|
+
onUtrechtInput?: unknown;
|
|
354
|
+
placeholder?: unknown;
|
|
355
|
+
readOnly?: unknown;
|
|
356
|
+
required?: unknown;
|
|
357
|
+
value?: unknown;
|
|
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
|
+
value?: unknown;
|
|
376
|
+
disabled?: unknown;
|
|
377
|
+
readOnly?: unknown;
|
|
378
|
+
onUtrechtBlur?: unknown;
|
|
379
|
+
onUtrechtChange?: unknown;
|
|
380
|
+
onUtrechtFocus?: unknown;
|
|
381
|
+
onUtrechtInput?: unknown;
|
|
382
|
+
invalid?: unknown;
|
|
383
|
+
required?: unknown;
|
|
384
|
+
placeholder?: unknown;
|
|
385
|
+
}>, {}>;
|
|
386
|
+
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<{
|
|
387
|
+
autoComplete?: unknown;
|
|
243
388
|
disabled?: unknown;
|
|
244
389
|
invalid?: unknown;
|
|
390
|
+
max?: unknown;
|
|
391
|
+
min?: unknown;
|
|
245
392
|
onUtrechtBlur?: unknown;
|
|
246
393
|
onUtrechtChange?: unknown;
|
|
247
394
|
onUtrechtFocus?: unknown;
|
|
248
395
|
onUtrechtInput?: unknown;
|
|
396
|
+
pattern?: unknown;
|
|
249
397
|
placeholder?: unknown;
|
|
250
398
|
readOnly?: unknown;
|
|
399
|
+
required?: unknown;
|
|
400
|
+
type?: unknown;
|
|
251
401
|
value?: unknown;
|
|
252
402
|
modelValue?: unknown;
|
|
253
403
|
constructor?: unknown;
|
|
@@ -267,16 +417,53 @@ export declare const UtrechtFormFieldTextbox: import("vue").DefineComponent<JSX.
|
|
|
267
417
|
isPrototypeOf?: unknown;
|
|
268
418
|
propertyIsEnumerable?: unknown;
|
|
269
419
|
value?: unknown;
|
|
420
|
+
max?: unknown;
|
|
270
421
|
disabled?: unknown;
|
|
422
|
+
type?: unknown;
|
|
271
423
|
readOnly?: unknown;
|
|
272
424
|
onUtrechtBlur?: unknown;
|
|
273
425
|
onUtrechtChange?: unknown;
|
|
274
426
|
onUtrechtFocus?: unknown;
|
|
275
427
|
onUtrechtInput?: unknown;
|
|
276
428
|
invalid?: unknown;
|
|
429
|
+
required?: unknown;
|
|
277
430
|
placeholder?: unknown;
|
|
278
|
-
|
|
279
|
-
|
|
431
|
+
autoComplete?: unknown;
|
|
432
|
+
min?: unknown;
|
|
433
|
+
pattern?: unknown;
|
|
434
|
+
}>, {}>;
|
|
435
|
+
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<{
|
|
436
|
+
checked?: unknown;
|
|
437
|
+
disabled?: unknown;
|
|
438
|
+
onUtrechtBlur?: unknown;
|
|
439
|
+
onUtrechtChange?: unknown;
|
|
440
|
+
onUtrechtFocus?: unknown;
|
|
441
|
+
onUtrechtInput?: unknown;
|
|
442
|
+
modelValue?: unknown;
|
|
443
|
+
constructor?: unknown;
|
|
444
|
+
toString?: unknown;
|
|
445
|
+
toLocaleString?: unknown;
|
|
446
|
+
valueOf?: unknown;
|
|
447
|
+
hasOwnProperty?: unknown;
|
|
448
|
+
isPrototypeOf?: unknown;
|
|
449
|
+
propertyIsEnumerable?: unknown;
|
|
450
|
+
} & {} & {
|
|
451
|
+
modelValue?: unknown;
|
|
452
|
+
toString?: unknown;
|
|
453
|
+
toLocaleString?: unknown;
|
|
454
|
+
constructor?: unknown;
|
|
455
|
+
valueOf?: unknown;
|
|
456
|
+
hasOwnProperty?: unknown;
|
|
457
|
+
isPrototypeOf?: unknown;
|
|
458
|
+
propertyIsEnumerable?: unknown;
|
|
459
|
+
disabled?: unknown;
|
|
460
|
+
checked?: unknown;
|
|
461
|
+
onUtrechtBlur?: unknown;
|
|
462
|
+
onUtrechtChange?: unknown;
|
|
463
|
+
onUtrechtFocus?: unknown;
|
|
464
|
+
onUtrechtInput?: unknown;
|
|
465
|
+
}>, {}>;
|
|
466
|
+
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<{
|
|
280
467
|
level?: unknown;
|
|
281
468
|
modelValue?: unknown;
|
|
282
469
|
constructor?: unknown;
|
|
@@ -296,8 +483,160 @@ export declare const UtrechtHeading: import("vue").DefineComponent<JSX.UtrechtHe
|
|
|
296
483
|
isPrototypeOf?: unknown;
|
|
297
484
|
propertyIsEnumerable?: unknown;
|
|
298
485
|
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,
|
|
486
|
+
}>, {}>;
|
|
487
|
+
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<{
|
|
488
|
+
modelValue?: unknown;
|
|
489
|
+
constructor?: unknown;
|
|
490
|
+
toString?: unknown;
|
|
491
|
+
toLocaleString?: unknown;
|
|
492
|
+
valueOf?: unknown;
|
|
493
|
+
hasOwnProperty?: unknown;
|
|
494
|
+
isPrototypeOf?: unknown;
|
|
495
|
+
propertyIsEnumerable?: unknown;
|
|
496
|
+
} & {} & {
|
|
497
|
+
modelValue?: unknown;
|
|
498
|
+
toString?: unknown;
|
|
499
|
+
toLocaleString?: unknown;
|
|
500
|
+
constructor?: unknown;
|
|
501
|
+
valueOf?: unknown;
|
|
502
|
+
hasOwnProperty?: unknown;
|
|
503
|
+
isPrototypeOf?: unknown;
|
|
504
|
+
propertyIsEnumerable?: unknown;
|
|
505
|
+
}>, {}>;
|
|
506
|
+
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<{
|
|
507
|
+
modelValue?: unknown;
|
|
508
|
+
constructor?: unknown;
|
|
509
|
+
toString?: unknown;
|
|
510
|
+
toLocaleString?: unknown;
|
|
511
|
+
valueOf?: unknown;
|
|
512
|
+
hasOwnProperty?: unknown;
|
|
513
|
+
isPrototypeOf?: unknown;
|
|
514
|
+
propertyIsEnumerable?: unknown;
|
|
515
|
+
} & {} & {
|
|
516
|
+
modelValue?: unknown;
|
|
517
|
+
toString?: unknown;
|
|
518
|
+
toLocaleString?: unknown;
|
|
519
|
+
constructor?: unknown;
|
|
520
|
+
valueOf?: unknown;
|
|
521
|
+
hasOwnProperty?: unknown;
|
|
522
|
+
isPrototypeOf?: unknown;
|
|
523
|
+
propertyIsEnumerable?: unknown;
|
|
524
|
+
}>, {}>;
|
|
525
|
+
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<{
|
|
526
|
+
modelValue?: unknown;
|
|
527
|
+
constructor?: unknown;
|
|
528
|
+
toString?: unknown;
|
|
529
|
+
toLocaleString?: unknown;
|
|
530
|
+
valueOf?: unknown;
|
|
531
|
+
hasOwnProperty?: unknown;
|
|
532
|
+
isPrototypeOf?: unknown;
|
|
533
|
+
propertyIsEnumerable?: unknown;
|
|
534
|
+
} & {} & {
|
|
535
|
+
modelValue?: unknown;
|
|
536
|
+
toString?: unknown;
|
|
537
|
+
toLocaleString?: unknown;
|
|
538
|
+
constructor?: unknown;
|
|
539
|
+
valueOf?: unknown;
|
|
540
|
+
hasOwnProperty?: unknown;
|
|
541
|
+
isPrototypeOf?: unknown;
|
|
542
|
+
propertyIsEnumerable?: unknown;
|
|
543
|
+
}>, {}>;
|
|
544
|
+
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<{
|
|
545
|
+
modelValue?: unknown;
|
|
546
|
+
constructor?: unknown;
|
|
547
|
+
toString?: unknown;
|
|
548
|
+
toLocaleString?: unknown;
|
|
549
|
+
valueOf?: unknown;
|
|
550
|
+
hasOwnProperty?: unknown;
|
|
551
|
+
isPrototypeOf?: unknown;
|
|
552
|
+
propertyIsEnumerable?: unknown;
|
|
553
|
+
} & {} & {
|
|
554
|
+
modelValue?: unknown;
|
|
555
|
+
toString?: unknown;
|
|
556
|
+
toLocaleString?: unknown;
|
|
557
|
+
constructor?: unknown;
|
|
558
|
+
valueOf?: unknown;
|
|
559
|
+
hasOwnProperty?: unknown;
|
|
560
|
+
isPrototypeOf?: unknown;
|
|
561
|
+
propertyIsEnumerable?: unknown;
|
|
562
|
+
}>, {}>;
|
|
563
|
+
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<{
|
|
564
|
+
modelValue?: unknown;
|
|
565
|
+
constructor?: unknown;
|
|
566
|
+
toString?: unknown;
|
|
567
|
+
toLocaleString?: unknown;
|
|
568
|
+
valueOf?: unknown;
|
|
569
|
+
hasOwnProperty?: unknown;
|
|
570
|
+
isPrototypeOf?: unknown;
|
|
571
|
+
propertyIsEnumerable?: unknown;
|
|
572
|
+
} & {} & {
|
|
573
|
+
modelValue?: unknown;
|
|
574
|
+
toString?: unknown;
|
|
575
|
+
toLocaleString?: unknown;
|
|
576
|
+
constructor?: unknown;
|
|
577
|
+
valueOf?: unknown;
|
|
578
|
+
hasOwnProperty?: unknown;
|
|
579
|
+
isPrototypeOf?: unknown;
|
|
580
|
+
propertyIsEnumerable?: unknown;
|
|
581
|
+
}>, {}>;
|
|
582
|
+
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<{
|
|
583
|
+
modelValue?: unknown;
|
|
584
|
+
constructor?: unknown;
|
|
585
|
+
toString?: unknown;
|
|
586
|
+
toLocaleString?: unknown;
|
|
587
|
+
valueOf?: unknown;
|
|
588
|
+
hasOwnProperty?: unknown;
|
|
589
|
+
isPrototypeOf?: unknown;
|
|
590
|
+
propertyIsEnumerable?: unknown;
|
|
591
|
+
} & {} & {
|
|
592
|
+
modelValue?: unknown;
|
|
593
|
+
toString?: unknown;
|
|
594
|
+
toLocaleString?: unknown;
|
|
595
|
+
constructor?: unknown;
|
|
596
|
+
valueOf?: unknown;
|
|
597
|
+
hasOwnProperty?: unknown;
|
|
598
|
+
isPrototypeOf?: unknown;
|
|
599
|
+
propertyIsEnumerable?: unknown;
|
|
600
|
+
}>, {}>;
|
|
601
|
+
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<{
|
|
602
|
+
modelValue?: unknown;
|
|
603
|
+
constructor?: unknown;
|
|
604
|
+
toString?: unknown;
|
|
605
|
+
toLocaleString?: unknown;
|
|
606
|
+
valueOf?: unknown;
|
|
607
|
+
hasOwnProperty?: unknown;
|
|
608
|
+
isPrototypeOf?: unknown;
|
|
609
|
+
propertyIsEnumerable?: unknown;
|
|
610
|
+
} & {} & {
|
|
611
|
+
modelValue?: unknown;
|
|
612
|
+
toString?: unknown;
|
|
613
|
+
toLocaleString?: unknown;
|
|
614
|
+
constructor?: unknown;
|
|
615
|
+
valueOf?: unknown;
|
|
616
|
+
hasOwnProperty?: unknown;
|
|
617
|
+
isPrototypeOf?: unknown;
|
|
618
|
+
propertyIsEnumerable?: unknown;
|
|
619
|
+
}>, {}>;
|
|
620
|
+
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<{
|
|
621
|
+
modelValue?: unknown;
|
|
622
|
+
constructor?: unknown;
|
|
623
|
+
toString?: unknown;
|
|
624
|
+
toLocaleString?: unknown;
|
|
625
|
+
valueOf?: unknown;
|
|
626
|
+
hasOwnProperty?: unknown;
|
|
627
|
+
isPrototypeOf?: unknown;
|
|
628
|
+
propertyIsEnumerable?: unknown;
|
|
629
|
+
} & {} & {
|
|
630
|
+
modelValue?: unknown;
|
|
631
|
+
toString?: unknown;
|
|
632
|
+
toLocaleString?: unknown;
|
|
633
|
+
constructor?: unknown;
|
|
634
|
+
valueOf?: unknown;
|
|
635
|
+
hasOwnProperty?: unknown;
|
|
636
|
+
isPrototypeOf?: unknown;
|
|
637
|
+
propertyIsEnumerable?: unknown;
|
|
638
|
+
}>, {}>;
|
|
639
|
+
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<{
|
|
301
640
|
modelValue?: unknown;
|
|
302
641
|
constructor?: unknown;
|
|
303
642
|
toString?: unknown;
|
|
@@ -315,8 +654,8 @@ export declare const UtrechtHeading1: import("vue").DefineComponent<JSX.UtrechtH
|
|
|
315
654
|
hasOwnProperty?: unknown;
|
|
316
655
|
isPrototypeOf?: unknown;
|
|
317
656
|
propertyIsEnumerable?: unknown;
|
|
318
|
-
}
|
|
319
|
-
export declare const
|
|
657
|
+
}>, {}>;
|
|
658
|
+
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<{
|
|
320
659
|
modelValue?: unknown;
|
|
321
660
|
constructor?: unknown;
|
|
322
661
|
toString?: unknown;
|
|
@@ -334,8 +673,8 @@ export declare const UtrechtHeading2: import("vue").DefineComponent<JSX.UtrechtH
|
|
|
334
673
|
hasOwnProperty?: unknown;
|
|
335
674
|
isPrototypeOf?: unknown;
|
|
336
675
|
propertyIsEnumerable?: unknown;
|
|
337
|
-
}
|
|
338
|
-
export declare const
|
|
676
|
+
}>, {}>;
|
|
677
|
+
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<{
|
|
339
678
|
modelValue?: unknown;
|
|
340
679
|
constructor?: unknown;
|
|
341
680
|
toString?: unknown;
|
|
@@ -353,8 +692,8 @@ export declare const UtrechtHeading3: import("vue").DefineComponent<JSX.UtrechtH
|
|
|
353
692
|
hasOwnProperty?: unknown;
|
|
354
693
|
isPrototypeOf?: unknown;
|
|
355
694
|
propertyIsEnumerable?: unknown;
|
|
356
|
-
}
|
|
357
|
-
export declare const
|
|
695
|
+
}>, {}>;
|
|
696
|
+
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<{
|
|
358
697
|
modelValue?: unknown;
|
|
359
698
|
constructor?: unknown;
|
|
360
699
|
toString?: unknown;
|
|
@@ -372,8 +711,8 @@ export declare const UtrechtHeading4: import("vue").DefineComponent<JSX.UtrechtH
|
|
|
372
711
|
hasOwnProperty?: unknown;
|
|
373
712
|
isPrototypeOf?: unknown;
|
|
374
713
|
propertyIsEnumerable?: unknown;
|
|
375
|
-
}
|
|
376
|
-
export declare const
|
|
714
|
+
}>, {}>;
|
|
715
|
+
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<{
|
|
377
716
|
modelValue?: unknown;
|
|
378
717
|
constructor?: unknown;
|
|
379
718
|
toString?: unknown;
|
|
@@ -391,8 +730,8 @@ export declare const UtrechtHeading5: import("vue").DefineComponent<JSX.UtrechtH
|
|
|
391
730
|
hasOwnProperty?: unknown;
|
|
392
731
|
isPrototypeOf?: unknown;
|
|
393
732
|
propertyIsEnumerable?: unknown;
|
|
394
|
-
}
|
|
395
|
-
export declare const
|
|
733
|
+
}>, {}>;
|
|
734
|
+
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<{
|
|
396
735
|
modelValue?: unknown;
|
|
397
736
|
constructor?: unknown;
|
|
398
737
|
toString?: unknown;
|
|
@@ -410,8 +749,8 @@ export declare const UtrechtHeading6: import("vue").DefineComponent<JSX.UtrechtH
|
|
|
410
749
|
hasOwnProperty?: unknown;
|
|
411
750
|
isPrototypeOf?: unknown;
|
|
412
751
|
propertyIsEnumerable?: unknown;
|
|
413
|
-
}
|
|
414
|
-
export declare const
|
|
752
|
+
}>, {}>;
|
|
753
|
+
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<{
|
|
415
754
|
modelValue?: unknown;
|
|
416
755
|
constructor?: unknown;
|
|
417
756
|
toString?: unknown;
|
|
@@ -429,8 +768,8 @@ export declare const UtrechtHtmlContent: import("vue").DefineComponent<JSX.Utrec
|
|
|
429
768
|
hasOwnProperty?: unknown;
|
|
430
769
|
isPrototypeOf?: unknown;
|
|
431
770
|
propertyIsEnumerable?: unknown;
|
|
432
|
-
}
|
|
433
|
-
export declare const
|
|
771
|
+
}>, {}>;
|
|
772
|
+
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<{
|
|
434
773
|
modelValue?: unknown;
|
|
435
774
|
constructor?: unknown;
|
|
436
775
|
toString?: unknown;
|
|
@@ -448,8 +787,8 @@ export declare const UtrechtIconFacebook: import("vue").DefineComponent<JSX.Utre
|
|
|
448
787
|
hasOwnProperty?: unknown;
|
|
449
788
|
isPrototypeOf?: unknown;
|
|
450
789
|
propertyIsEnumerable?: unknown;
|
|
451
|
-
}
|
|
452
|
-
export declare const
|
|
790
|
+
}>, {}>;
|
|
791
|
+
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<{
|
|
453
792
|
modelValue?: unknown;
|
|
454
793
|
constructor?: unknown;
|
|
455
794
|
toString?: unknown;
|
|
@@ -467,8 +806,8 @@ export declare const UtrechtIconInstagram: import("vue").DefineComponent<JSX.Utr
|
|
|
467
806
|
hasOwnProperty?: unknown;
|
|
468
807
|
isPrototypeOf?: unknown;
|
|
469
808
|
propertyIsEnumerable?: unknown;
|
|
470
|
-
}
|
|
471
|
-
export declare const
|
|
809
|
+
}>, {}>;
|
|
810
|
+
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<{
|
|
472
811
|
modelValue?: unknown;
|
|
473
812
|
constructor?: unknown;
|
|
474
813
|
toString?: unknown;
|
|
@@ -486,8 +825,8 @@ export declare const UtrechtIconLinkedin: import("vue").DefineComponent<JSX.Utre
|
|
|
486
825
|
hasOwnProperty?: unknown;
|
|
487
826
|
isPrototypeOf?: unknown;
|
|
488
827
|
propertyIsEnumerable?: unknown;
|
|
489
|
-
}
|
|
490
|
-
export declare const
|
|
828
|
+
}>, {}>;
|
|
829
|
+
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<{
|
|
491
830
|
modelValue?: unknown;
|
|
492
831
|
constructor?: unknown;
|
|
493
832
|
toString?: unknown;
|
|
@@ -505,8 +844,8 @@ export declare const UtrechtIconTwitter: import("vue").DefineComponent<JSX.Utrec
|
|
|
505
844
|
hasOwnProperty?: unknown;
|
|
506
845
|
isPrototypeOf?: unknown;
|
|
507
846
|
propertyIsEnumerable?: unknown;
|
|
508
|
-
}
|
|
509
|
-
export declare const
|
|
847
|
+
}>, {}>;
|
|
848
|
+
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<{
|
|
510
849
|
modelValue?: unknown;
|
|
511
850
|
constructor?: unknown;
|
|
512
851
|
toString?: unknown;
|
|
@@ -524,8 +863,8 @@ export declare const UtrechtIconWhatsapp: import("vue").DefineComponent<JSX.Utre
|
|
|
524
863
|
hasOwnProperty?: unknown;
|
|
525
864
|
isPrototypeOf?: unknown;
|
|
526
865
|
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,
|
|
866
|
+
}>, {}>;
|
|
867
|
+
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<{
|
|
529
868
|
modelValue?: unknown;
|
|
530
869
|
constructor?: unknown;
|
|
531
870
|
toString?: unknown;
|
|
@@ -543,8 +882,9 @@ export declare const UtrechtLogo: import("vue").DefineComponent<JSX.UtrechtLogo
|
|
|
543
882
|
hasOwnProperty?: unknown;
|
|
544
883
|
isPrototypeOf?: unknown;
|
|
545
884
|
propertyIsEnumerable?: unknown;
|
|
546
|
-
}
|
|
547
|
-
export declare const
|
|
885
|
+
}>, {}>;
|
|
886
|
+
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<{
|
|
887
|
+
type?: unknown;
|
|
548
888
|
modelValue?: unknown;
|
|
549
889
|
constructor?: unknown;
|
|
550
890
|
toString?: unknown;
|
|
@@ -562,8 +902,28 @@ export declare const UtrechtPageFooter: import("vue").DefineComponent<JSX.Utrech
|
|
|
562
902
|
hasOwnProperty?: unknown;
|
|
563
903
|
isPrototypeOf?: unknown;
|
|
564
904
|
propertyIsEnumerable?: unknown;
|
|
565
|
-
|
|
566
|
-
|
|
905
|
+
type?: unknown;
|
|
906
|
+
}>, {}>;
|
|
907
|
+
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<{
|
|
908
|
+
modelValue?: unknown;
|
|
909
|
+
constructor?: unknown;
|
|
910
|
+
toString?: unknown;
|
|
911
|
+
toLocaleString?: unknown;
|
|
912
|
+
valueOf?: unknown;
|
|
913
|
+
hasOwnProperty?: unknown;
|
|
914
|
+
isPrototypeOf?: unknown;
|
|
915
|
+
propertyIsEnumerable?: unknown;
|
|
916
|
+
} & {} & {
|
|
917
|
+
modelValue?: unknown;
|
|
918
|
+
toString?: unknown;
|
|
919
|
+
toLocaleString?: unknown;
|
|
920
|
+
constructor?: unknown;
|
|
921
|
+
valueOf?: unknown;
|
|
922
|
+
hasOwnProperty?: unknown;
|
|
923
|
+
isPrototypeOf?: unknown;
|
|
924
|
+
propertyIsEnumerable?: unknown;
|
|
925
|
+
}>, {}>;
|
|
926
|
+
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<{
|
|
567
927
|
currentIndex?: unknown;
|
|
568
928
|
links?: unknown;
|
|
569
929
|
next?: unknown;
|
|
@@ -589,8 +949,8 @@ export declare const UtrechtPagination: import("vue").DefineComponent<JSX.Utrech
|
|
|
589
949
|
next?: unknown;
|
|
590
950
|
prev?: unknown;
|
|
591
951
|
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,
|
|
952
|
+
}>, {}>;
|
|
953
|
+
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<{
|
|
594
954
|
lead?: unknown;
|
|
595
955
|
modelValue?: unknown;
|
|
596
956
|
constructor?: unknown;
|
|
@@ -610,8 +970,8 @@ export declare const UtrechtParagraph: import("vue").DefineComponent<JSX.Utrecht
|
|
|
610
970
|
isPrototypeOf?: unknown;
|
|
611
971
|
propertyIsEnumerable?: unknown;
|
|
612
972
|
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,
|
|
973
|
+
}>, {}>;
|
|
974
|
+
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<{
|
|
615
975
|
modelValue?: unknown;
|
|
616
976
|
constructor?: unknown;
|
|
617
977
|
toString?: unknown;
|
|
@@ -629,8 +989,8 @@ export declare const UtrechtSeparator: import("vue").DefineComponent<JSX.Utrecht
|
|
|
629
989
|
hasOwnProperty?: unknown;
|
|
630
990
|
isPrototypeOf?: unknown;
|
|
631
991
|
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,
|
|
992
|
+
}>, {}>;
|
|
993
|
+
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<{
|
|
634
994
|
json?: unknown;
|
|
635
995
|
modelValue?: unknown;
|
|
636
996
|
constructor?: unknown;
|
|
@@ -650,16 +1010,22 @@ export declare const UtrechtSidenav: import("vue").DefineComponent<JSX.UtrechtSi
|
|
|
650
1010
|
isPrototypeOf?: unknown;
|
|
651
1011
|
propertyIsEnumerable?: unknown;
|
|
652
1012
|
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,
|
|
1013
|
+
}>, {}>;
|
|
1014
|
+
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<{
|
|
1015
|
+
autoComplete?: unknown;
|
|
655
1016
|
disabled?: unknown;
|
|
656
1017
|
invalid?: unknown;
|
|
1018
|
+
max?: unknown;
|
|
1019
|
+
min?: unknown;
|
|
657
1020
|
onUtrechtBlur?: unknown;
|
|
658
1021
|
onUtrechtChange?: unknown;
|
|
659
1022
|
onUtrechtFocus?: unknown;
|
|
660
1023
|
onUtrechtInput?: unknown;
|
|
1024
|
+
pattern?: unknown;
|
|
661
1025
|
placeholder?: unknown;
|
|
662
1026
|
readOnly?: unknown;
|
|
1027
|
+
required?: unknown;
|
|
1028
|
+
type?: unknown;
|
|
663
1029
|
value?: unknown;
|
|
664
1030
|
modelValue?: unknown;
|
|
665
1031
|
constructor?: unknown;
|
|
@@ -679,12 +1045,18 @@ export declare const UtrechtTextbox: import("vue").DefineComponent<JSX.UtrechtTe
|
|
|
679
1045
|
isPrototypeOf?: unknown;
|
|
680
1046
|
propertyIsEnumerable?: unknown;
|
|
681
1047
|
value?: unknown;
|
|
1048
|
+
max?: unknown;
|
|
682
1049
|
disabled?: unknown;
|
|
1050
|
+
type?: unknown;
|
|
683
1051
|
readOnly?: unknown;
|
|
684
1052
|
onUtrechtBlur?: unknown;
|
|
685
1053
|
onUtrechtChange?: unknown;
|
|
686
1054
|
onUtrechtFocus?: unknown;
|
|
687
1055
|
onUtrechtInput?: unknown;
|
|
688
1056
|
invalid?: unknown;
|
|
1057
|
+
required?: unknown;
|
|
689
1058
|
placeholder?: unknown;
|
|
690
|
-
|
|
1059
|
+
autoComplete?: unknown;
|
|
1060
|
+
min?: unknown;
|
|
1061
|
+
pattern?: unknown;
|
|
1062
|
+
}>, {}>;
|
package/dist/components.js
CHANGED
|
@@ -17,7 +17,11 @@ export const UtrechtBreadcrumb = /*@__PURE__*/ defineContainer('utrecht-breadcru
|
|
|
17
17
|
'variant'
|
|
18
18
|
]);
|
|
19
19
|
export const UtrechtButton = /*@__PURE__*/ defineContainer('utrecht-button', undefined, [
|
|
20
|
-
'
|
|
20
|
+
'busy',
|
|
21
|
+
'disabled',
|
|
22
|
+
'type',
|
|
23
|
+
'utrechtRequestReset',
|
|
24
|
+
'utrechtRequestSubmit'
|
|
21
25
|
]);
|
|
22
26
|
export const UtrechtCheckbox = /*@__PURE__*/ defineContainer('utrecht-checkbox', undefined, [
|
|
23
27
|
'disabled',
|
|
@@ -29,7 +33,14 @@ export const UtrechtCheckbox = /*@__PURE__*/ defineContainer('utrecht-checkbox',
|
|
|
29
33
|
'utrechtFocus',
|
|
30
34
|
'utrechtInput'
|
|
31
35
|
], 'checked', 'utrechtInput');
|
|
36
|
+
export const UtrechtContactCardTemplate = /*@__PURE__*/ defineContainer('utrecht-contact-card-template', undefined);
|
|
37
|
+
export const UtrechtDigidButton = /*@__PURE__*/ defineContainer('utrecht-digid-button', undefined, [
|
|
38
|
+
'type'
|
|
39
|
+
]);
|
|
40
|
+
export const UtrechtDigidLogo = /*@__PURE__*/ defineContainer('utrecht-digid-logo', undefined);
|
|
32
41
|
export const UtrechtDocument = /*@__PURE__*/ defineContainer('utrecht-document', undefined);
|
|
42
|
+
export const UtrechtEherkenningLogo = /*@__PURE__*/ defineContainer('utrecht-eherkenning-logo', undefined);
|
|
43
|
+
export const UtrechtEidasLogo = /*@__PURE__*/ defineContainer('utrecht-eidas-logo', undefined);
|
|
33
44
|
export const UtrechtFormFieldCheckbox = /*@__PURE__*/ defineContainer('utrecht-form-field-checkbox', undefined, [
|
|
34
45
|
'label',
|
|
35
46
|
'disabled',
|
|
@@ -44,17 +55,43 @@ export const UtrechtFormFieldCheckbox = /*@__PURE__*/ defineContainer('utrecht-f
|
|
|
44
55
|
export const UtrechtFormFieldDescription = /*@__PURE__*/ defineContainer('utrecht-form-field-description', undefined, [
|
|
45
56
|
'status'
|
|
46
57
|
]);
|
|
47
|
-
export const
|
|
58
|
+
export const UtrechtFormFieldTextarea = /*@__PURE__*/ defineContainer('utrecht-form-field-textarea', undefined, [
|
|
48
59
|
'disabled',
|
|
49
60
|
'invalid',
|
|
50
61
|
'readOnly',
|
|
51
62
|
'placeholder',
|
|
63
|
+
'required',
|
|
52
64
|
'value',
|
|
53
65
|
'utrechtBlur',
|
|
54
66
|
'utrechtChange',
|
|
55
67
|
'utrechtFocus',
|
|
56
68
|
'utrechtInput'
|
|
57
69
|
], 'value', 'utrechtInput');
|
|
70
|
+
export const UtrechtFormFieldTextbox = /*@__PURE__*/ defineContainer('utrecht-form-field-textbox', undefined, [
|
|
71
|
+
'autoComplete',
|
|
72
|
+
'disabled',
|
|
73
|
+
'invalid',
|
|
74
|
+
'min',
|
|
75
|
+
'max',
|
|
76
|
+
'pattern',
|
|
77
|
+
'placeholder',
|
|
78
|
+
'readOnly',
|
|
79
|
+
'required',
|
|
80
|
+
'type',
|
|
81
|
+
'value',
|
|
82
|
+
'utrechtBlur',
|
|
83
|
+
'utrechtChange',
|
|
84
|
+
'utrechtFocus',
|
|
85
|
+
'utrechtInput'
|
|
86
|
+
], 'value', 'utrechtInput');
|
|
87
|
+
export const UtrechtFormToggle = /*@__PURE__*/ defineContainer('utrecht-form-toggle', undefined, [
|
|
88
|
+
'disabled',
|
|
89
|
+
'checked',
|
|
90
|
+
'utrechtBlur',
|
|
91
|
+
'utrechtChange',
|
|
92
|
+
'utrechtFocus',
|
|
93
|
+
'utrechtInput'
|
|
94
|
+
], 'checked', 'utrechtInput');
|
|
58
95
|
export const UtrechtHeading = /*@__PURE__*/ defineContainer('utrecht-heading', undefined, [
|
|
59
96
|
'level'
|
|
60
97
|
]);
|
|
@@ -65,12 +102,23 @@ export const UtrechtHeading4 = /*@__PURE__*/ defineContainer('utrecht-heading-4'
|
|
|
65
102
|
export const UtrechtHeading5 = /*@__PURE__*/ defineContainer('utrecht-heading-5', undefined);
|
|
66
103
|
export const UtrechtHeading6 = /*@__PURE__*/ defineContainer('utrecht-heading-6', undefined);
|
|
67
104
|
export const UtrechtHtmlContent = /*@__PURE__*/ defineContainer('utrecht-html-content', undefined);
|
|
105
|
+
export const UtrechtIconArrow = /*@__PURE__*/ defineContainer('utrecht-icon-arrow', undefined);
|
|
106
|
+
export const UtrechtIconCheckmark = /*@__PURE__*/ defineContainer('utrecht-icon-checkmark', undefined);
|
|
107
|
+
export const UtrechtIconCross = /*@__PURE__*/ defineContainer('utrecht-icon-cross', undefined);
|
|
68
108
|
export const UtrechtIconFacebook = /*@__PURE__*/ defineContainer('utrecht-icon-facebook', undefined);
|
|
109
|
+
export const UtrechtIconFilter = /*@__PURE__*/ defineContainer('utrecht-icon-filter', undefined);
|
|
69
110
|
export const UtrechtIconInstagram = /*@__PURE__*/ defineContainer('utrecht-icon-instagram', undefined);
|
|
70
111
|
export const UtrechtIconLinkedin = /*@__PURE__*/ defineContainer('utrecht-icon-linkedin', undefined);
|
|
112
|
+
export const UtrechtIconList = /*@__PURE__*/ defineContainer('utrecht-icon-list', undefined);
|
|
113
|
+
export const UtrechtIconLoupe = /*@__PURE__*/ defineContainer('utrecht-icon-loupe', undefined);
|
|
71
114
|
export const UtrechtIconTwitter = /*@__PURE__*/ defineContainer('utrecht-icon-twitter', undefined);
|
|
72
115
|
export const UtrechtIconWhatsapp = /*@__PURE__*/ defineContainer('utrecht-icon-whatsapp', undefined);
|
|
116
|
+
export const UtrechtIconZoomin = /*@__PURE__*/ defineContainer('utrecht-icon-zoomin', undefined);
|
|
117
|
+
export const UtrechtIconZoomout = /*@__PURE__*/ defineContainer('utrecht-icon-zoomout', undefined);
|
|
73
118
|
export const UtrechtLogo = /*@__PURE__*/ defineContainer('utrecht-logo', undefined);
|
|
119
|
+
export const UtrechtLogoButton = /*@__PURE__*/ defineContainer('utrecht-logo-button', undefined, [
|
|
120
|
+
'type'
|
|
121
|
+
]);
|
|
74
122
|
export const UtrechtPageFooter = /*@__PURE__*/ defineContainer('utrecht-page-footer', undefined);
|
|
75
123
|
export const UtrechtPagination = /*@__PURE__*/ defineContainer('utrecht-pagination', undefined, [
|
|
76
124
|
'links',
|
|
@@ -86,10 +134,16 @@ export const UtrechtSidenav = /*@__PURE__*/ defineContainer('utrecht-sidenav', u
|
|
|
86
134
|
'json'
|
|
87
135
|
]);
|
|
88
136
|
export const UtrechtTextbox = /*@__PURE__*/ defineContainer('utrecht-textbox', undefined, [
|
|
137
|
+
'autoComplete',
|
|
89
138
|
'disabled',
|
|
90
139
|
'invalid',
|
|
91
|
-
'
|
|
140
|
+
'min',
|
|
141
|
+
'max',
|
|
142
|
+
'pattern',
|
|
92
143
|
'placeholder',
|
|
144
|
+
'readOnly',
|
|
145
|
+
'required',
|
|
146
|
+
'type',
|
|
93
147
|
'value',
|
|
94
148
|
'utrechtBlur',
|
|
95
149
|
'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,
|
|
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<import("vue").ExtractPropTypes<Props & InputProps>>, import("vue").ExtractDefaultPropTypes<Props & InputProps>>;
|
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.40",
|
|
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"
|
|
@@ -24,10 +27,10 @@
|
|
|
24
27
|
"dist/"
|
|
25
28
|
],
|
|
26
29
|
"devDependencies": {
|
|
27
|
-
"@utrecht/web-component-library-stencil": "1.0.0-alpha.
|
|
30
|
+
"@utrecht/web-component-library-stencil": "1.0.0-alpha.94",
|
|
28
31
|
"rimraf": "3.0.2",
|
|
29
|
-
"typescript": "4.1.6",
|
|
30
|
-
"vue": "3.2.
|
|
32
|
+
"typescript": "4.1.6 <4.2",
|
|
33
|
+
"vue": "3.2.12"
|
|
31
34
|
},
|
|
32
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "377e050fe607e623cf0b4e22967530b1583b83b7"
|
|
33
36
|
}
|