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.
- package/README.md +3 -3
- 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
|
|
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 |
|
|
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
|
|