@modeltables/fontawesome-vuetify 3.6.0 → 3.7.0

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
@@ -53,7 +53,7 @@ Make a quick look at model table in your database.
53
53
 
54
54
  Before populating table, think about right types and order of models.
55
55
 
56
- Columns are in bond with coresponding dataItem property, based on field type table renders rows with appropriate single input control, in near future with multiple control option.
56
+ Columns are in bond with coresponding dataItem property, based on field type table renders rows with appropriate single input control, in near future with between and multiple controls.
57
57
 
58
58
  Table should exsist with at least one virtual element at runtime with filter option enabled.
59
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modeltables/fontawesome-vuetify",
3
- "version": "3.6.0",
3
+ "version": "3.7.0",
4
4
  "description": "",
5
5
  "main": "./components/index.d.ts",
6
6
  "type": "module",