@modelforms/fontawesome-vuetify 3.9.0 → 3.9.1

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -101,6 +101,7 @@ The FormPlate component is designed with a built-in GridModelHandler that manage
101
101
  Grid model value fields have a rules with corresponding client validation messages.
102
102
 
103
103
  Event completeChanges is ordinary event updating complete control changes.
104
+
104
105
  The main event is submit with data model as argument.
105
106
 
106
107
  Licence
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modelforms/fontawesome-vuetify",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "main": "./components/index.ts",
5
5
  "type": "module",
6
6
  "exports": {