@slickgrid-universal/row-detail-view-plugin 9.12.0 → 9.13.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.
- package/README.md +0 -9
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -5,11 +5,6 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@slickgrid-universal/row-detail-view-plugin)
|
|
6
6
|
[](https://bundlephobia.com/result?p=@slickgrid-universal/row-detail-view-plugin)
|
|
7
7
|
|
|
8
|
-
[](https://github.com/ghiscoding/slickgrid-universal/actions)
|
|
9
|
-
[](https://www.cypress.io/)
|
|
10
|
-
[](https://vitest.dev/)
|
|
11
|
-
[](https://codecov.io/gh/ghiscoding/slickgrid-universal)
|
|
12
|
-
|
|
13
8
|
## Slick Row Detail View (plugin)
|
|
14
9
|
#### @slickgrid-universal/row-detail-view-plugin
|
|
15
10
|
|
|
@@ -17,9 +12,5 @@ A plugin to add Row Detail View Panel that can be expanded/collapsed, the plugin
|
|
|
17
12
|
* [Can SlickGrid's row height be dynamically altered? - on Stack Overflow](https://stackoverflow.com/questions/10535164/can-slickgrids-row-height-be-dynamically-altered#29399927)
|
|
18
13
|
* [a responsive slickgrid with dynamic row-heights by violet313](https://violet313.github.io)
|
|
19
14
|
|
|
20
|
-
### Internal Dependencies
|
|
21
|
-
- [@slickgrid-universal/common](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/common)
|
|
22
|
-
|
|
23
|
-
|
|
24
15
|
### Installation
|
|
25
16
|
Follow the instruction provided in the main [README](https://github.com/ghiscoding/slickgrid-universal#installation)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slickgrid-universal/row-detail-view-plugin",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.13.0",
|
|
4
4
|
"description": "SlickRowDetail plugin - A plugin to add Row Detail Panel",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
"url": "https://github.com/ghiscoding/slickgrid-universal/issues"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@slickgrid-universal/common": "9.
|
|
35
|
-
"@slickgrid-universal/utils": "9.
|
|
34
|
+
"@slickgrid-universal/common": "9.13.0",
|
|
35
|
+
"@slickgrid-universal/utils": "9.13.0"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "2f8344e34f8c8409895ab1827036f8c5701acd63"
|
|
38
38
|
}
|