@modeltables/fontawesome-vuetify 4.0.0 → 4.1.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 +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,9 +48,12 @@ export class ExampleModel {
48
48
  ```
49
49
  Documentation
50
50
 
51
- Options data input key are required with optional data.
51
+ Options data input key are required with optional attributes.
52
+
52
53
  The table shows your data and lets you manage it easily. It has built-in `load` and `search` events for quick requests and updates.
54
+
53
55
  Loading spinner appears while items and pagination changes.
56
+
54
57
  CRUD features like add, edit, or delete are ready to use.
55
58
 
56
59
  License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modeltables/fontawesome-vuetify",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "",
5
5
  "main": "./components/index.d.ts",
6
6
  "type": "module",