@revolist/revogrid 4.0.14 → 4.0.16
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/package.json +2 -2
- package/readme.md +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@revolist/revogrid",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.16",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Virtual reactive data grid spreadsheet component - RevoGrid.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"docs": "npx typedoc",
|
|
87
87
|
"build": "npm run api:clear && stencil build --prod && rm -f loader/package.json && npm run api:update && npm run docs",
|
|
88
88
|
"api:clear": "rm -rf docs/guide/api",
|
|
89
|
-
"api:update": "./generate_api.sh",
|
|
89
|
+
"api:update": "./scripts/generate_api.sh",
|
|
90
90
|
"readme": "./readme/generate_readme.sh",
|
|
91
91
|
"package:update": "node ./scripts/package-version.mjs",
|
|
92
92
|
"test": "stencil test",
|
package/readme.md
CHANGED
|
@@ -69,8 +69,8 @@ Support Millions of cells and thousands of columns easy and efficiently for fast
|
|
|
69
69
|
- **Cell Editing**: In-place editing of cell data.
|
|
70
70
|
|
|
71
71
|
- **Customizations**:
|
|
72
|
-
- Column header
|
|
73
|
-
- Row header
|
|
72
|
+
- Column header template.
|
|
73
|
+
- Row header template.
|
|
74
74
|
- Cell template (create your own cell views).
|
|
75
75
|
- Cell editor (use predefined or apply your own custom editors and cell types).
|
|
76
76
|
- Cell properties (define custom properties for rendered cells).
|
|
@@ -207,18 +207,18 @@ This version features new component loading, ESM modules, Bootstrap support, and
|
|
|
207
207
|
|
|
208
208
|
## Contributing
|
|
209
209
|
|
|
210
|
-
We invite you to join our community and contribute to the growth and success of
|
|
210
|
+
We invite you to join our vibrant community and contribute to the growth and success of RevoGrid. By getting involved, you'll have the opportunity to enhance your skills, gain valuable experience, and make a significant impact on an innovative project.
|
|
211
211
|
|
|
212
212
|
### Why Contribute?
|
|
213
213
|
|
|
214
|
-
- **Expand Your Knowledge**: Working on RevoGrid allows you to dive deep into modern web technologies
|
|
215
|
-
- **Valuable Experience**: Contributing to an open-source project like RevoGrid provides you with practical experience that can be a great addition to your portfolio. It demonstrates your ability to work collaboratively, solve complex problems.
|
|
216
|
-
- **Professional Growth**:
|
|
217
|
-
- **Make a Difference**: Your contributions can help improve RevoGrid, making it more user-friendly for developers around the world. Your input can shape the the project and drive innovation.
|
|
214
|
+
- **Expand Your Knowledge**: Working on RevoGrid allows you to dive deep into modern web technologies, improve your coding skills, and learn best practices in performance optimization, data handling, and component-based architecture.
|
|
215
|
+
- **Valuable Experience**: Contributing to an open-source project like RevoGrid provides you with practical experience that can be a great addition to your portfolio. It demonstrates your ability to work collaboratively, solve complex problems, and contribute to a project's success.
|
|
216
|
+
- **Professional Growth**: By contributing, you become part of a network of talented developers. This can lead to mentorship opportunities, collaborations, and professional connections that can benefit your career.
|
|
217
|
+
- **Make a Difference**: Your contributions can help improve RevoGrid, making it more powerful and user-friendly for developers around the world. Your input can shape the future of the project and drive innovation.
|
|
218
218
|
|
|
219
219
|
### Join Us
|
|
220
220
|
|
|
221
|
-
Your contribution, no matter how big or small, is valuable. By working on RevoGrid, you'll be part of an exciting project that's making a difference in the world of data grids.
|
|
221
|
+
Your contribution, no matter how big or small, is valuable. By working on RevoGrid, you'll be part of an exciting project that's making a difference in the world of data grids. Join us today and let's build something amazing together!
|
|
222
222
|
|
|
223
223
|
## License
|
|
224
224
|
|