@utrecht/web-component-library-vue 1.0.0-alpha.109 → 1.0.0-alpha.112

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> | import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<Record<string, unknown>> & Props & InputProps> : 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>>;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.109",
2
+ "version": "1.0.0-alpha.112",
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.163",
31
+ "@utrecht/web-component-library-stencil": "1.0.0-alpha.166",
32
32
  "rimraf": "3.0.2",
33
33
  "typescript": "4.1.6 <4.2",
34
- "vue": "3.2.26"
34
+ "vue": "3.2.29"
35
35
  },
36
- "gitHead": "7fd56a3d0ad449e19ce1c878954e4c0f045c4fe8"
36
+ "gitHead": "f8bf13126ba56f27241835ee311f79f16507afcf"
37
37
  }