vue3-schema-forms 0.0.30 → 0.0.31

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -122,9 +122,9 @@ The following table shows the default values for each field
122
122
 
123
123
  ## Integrated fields
124
124
 
125
- | Name | Default settings | Component | Description | Link |
126
- |---------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|-----------------------------------------------------------|----------------------------------------------------------------------------|
127
- | v-phone-input | <pre>{<br> 'country-icon-mode': 'svg',<br> 'countryLabel': t('countryLabel'),<br> 'guess-country': true, <br> 'include-countries': ['pl', 'gb', 'ru', 'de', 'us', 'es', 'fr', 'it']<br>}</pre> | phone | Number of decimal places in the representation of numbers | [source](https://github.com/paul-thebaud/v-phone-input?tab=readme-ov-file) |
125
+ | Name | Default settings | Component | Description | Link |
126
+ |---------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|----------------------------------------------------|----------------------------------------------------------------------------|
127
+ | v-phone-input | <pre>{<br> 'country-icon-mode': 'svg',<br> 'countryLabel': t('countryLabel'),<br> 'guess-country': true, <br> 'include-countries': ['pl', 'gb', 'ru', 'de', 'us', 'es', 'fr', 'it']<br>}</pre> | phone | International phone field for Vuetify 3 and Vue 3. | [source](https://github.com/paul-thebaud/v-phone-input?tab=readme-ov-file) |
128
128
 
129
129
  ## Tests
130
130
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "vue3-schema-forms",
4
- "version": "0.0.30",
4
+ "version": "0.0.31",
5
5
  "description": "Vue3 Schema Forms powered by Vuetify",
6
6
  "main": "dist/main.umd.js",
7
7
  "module": "dist/main.es.js",