vue-slottable 1.1.0 → 1.1.1
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 -2
- package/package.json +1 -1
- package/src/App.vue +1366 -470
- /package/{LICENSE.txt → LICENSE} +0 -0
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/muraliavarma/vue-slot-table/actions/workflows/ci.yml)
|
|
4
4
|
[](https://www.npmjs.com/package/vue-slottable)
|
|
5
|
-
[](./LICENSE)
|
|
6
6
|
|
|
7
7
|
A flexible, slot-based table component for Vue 3. Define columns with scoped slots, add sticky columns, column groups, sorting, and more — with zero CSS opinions.
|
|
8
8
|
|
|
@@ -297,4 +297,4 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md).
|
|
|
297
297
|
|
|
298
298
|
## License
|
|
299
299
|
|
|
300
|
-
[MIT](./LICENSE
|
|
300
|
+
[MIT](./LICENSE)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-slottable",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "A flexible, slot-based Vue 3 table component with sticky columns, column groups, and scoped slots for custom cell rendering.",
|
|
5
5
|
"main": "./dist/vue-slottable.umd.js",
|
|
6
6
|
"module": "./dist/vue-slottable.mjs",
|