ngx-deebodata-community 0.0.2 → 0.0.3
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 +2 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -31,7 +31,8 @@ import { NgxDeebodataCommunity } from 'ngx-deebodata-community';
|
|
|
31
31
|
></ngx-deebodata-community>
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
**Pass valid CSS or hex colors to color1, color2, & altRowColor**
|
|
34
|
+
**Pass valid CSS or hex colors to color1, color2, & altRowColor**
|
|
35
|
+
|
|
35
36
|
**Always pass a px value to defRowHgt like '50px'.**
|
|
36
37
|
|
|
37
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-deebodata-community",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^21.2.0",
|
|
6
6
|
"@angular/core": "^21.2.0",
|
|
@@ -22,5 +22,6 @@
|
|
|
22
22
|
"default": "./fesm2022/ngx-deebodata-community.mjs"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
|
-
"type": "module"
|
|
25
|
+
"type": "module",
|
|
26
|
+
"keywords": ["data", "grid", "open-source", "datagrid"]
|
|
26
27
|
}
|