@modeltables/fontawesome-vuetify 3.8.0 → 4.0.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 +5 -14
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,23 +46,14 @@ export class ExampleModel {
46
46
  @search="search($event)"
47
47
  @rowClick="rowClick($event)">
48
48
  ```
49
+ Documentation
49
50
 
50
- #Documentation
51
-
52
- Make a quick look at model table in your database.
53
-
54
- Before populating table, think about right types and order of model fields.
55
-
56
- Columns are in relation 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
-
58
- Table should exsist with at least one virtual element at runtime with filter option enabled.
59
-
60
- Default events for coordinated items are load and search with accompanying filter parameters.
61
-
62
- Loading is mandatory while data items are retreving with option to use crud operation and right tool.
51
+ Options data input key are required with optional data.
52
+ The table shows your data and lets you manage it easily. It has built-in `load` and `search` events for quick requests and updates.
53
+ Loading spinner appears while items and pagination changes.
54
+ CRUD features like add, edit, or delete are ready to use.
63
55
 
64
56
  License
65
-
66
57
  MIT
67
58
 
68
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modeltables/fontawesome-vuetify",
3
- "version": "3.8.0",
3
+ "version": "4.0.0",
4
4
  "description": "",
5
5
  "main": "./components/index.d.ts",
6
6
  "type": "module",