@utrecht/web-component-library-vue 1.0.0-alpha.108 → 1.0.0-alpha.111
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.
|
@@ -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, 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
|
|
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>>;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.111",
|
|
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",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"dist/"
|
|
29
29
|
],
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@utrecht/web-component-library-stencil": "1.0.0-alpha.
|
|
31
|
+
"@utrecht/web-component-library-stencil": "1.0.0-alpha.165",
|
|
32
32
|
"rimraf": "3.0.2",
|
|
33
33
|
"typescript": "4.1.6 <4.2",
|
|
34
|
-
"vue": "3.2.
|
|
34
|
+
"vue": "3.2.29"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "e196cb08598cb3b559e48d3329adebf8dd40a4d2"
|
|
37
37
|
}
|