@volverjs/form-vue 0.0.11-beta.1 → 0.0.11

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -366,7 +366,7 @@ Forms can also be created using a template. A template is an **array of objects*
366
366
  Template items, by default, are rendered as a `VvFormField` component but this can be changed using the `vvIs` property. The `vvIs` property can be a string or a component.
367
367
 
368
368
  `vvName` refers to the name of the field in the schema and can be a nested property using **dot notation**.
369
- `vvType` refers to the type of the field and can be any of the supported types.
369
+ `vvType` refers to the type of the field and can be any of the supported [types](./docs/VvFormField.md#ui-components).
370
370
  `vvDefaultValue` can be used to set default values for the form item.
371
371
  `vvShowValid` can be used to show the valid state of the form item.
372
372
  `vvSlots` can be used to pass a slots to the template item.
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  "bugs": {
20
20
  "url": "https://github.com/volverjs/form-vue/issues"
21
21
  },
22
- "version": "0.0.11-beta.1",
22
+ "version": "0.0.11",
23
23
  "engines": {
24
24
  "node": ">= 16.x"
25
25
  },