@kopexa/data-grid 17.1.18 → 17.1.20
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.
|
@@ -250,6 +250,7 @@ function DataGridTableBodyRowCell({
|
|
|
250
250
|
ref: dndRef,
|
|
251
251
|
...columnsDraggable && !isPinned ? { cell } : {},
|
|
252
252
|
style: {
|
|
253
|
+
"--size": `${column.getSize()}px`,
|
|
253
254
|
...columnsPinnable && isPinned && getPinningStyles(column),
|
|
254
255
|
...dndStyle ? dndStyle : null
|
|
255
256
|
},
|
|
@@ -278,6 +279,7 @@ function DataGridTableBodyRowSkeletonCell({
|
|
|
278
279
|
"td",
|
|
279
280
|
{
|
|
280
281
|
style: {
|
|
282
|
+
"--size": `${column.getSize()}px`,
|
|
281
283
|
...columnsPinnable && isPinned && getPinningStyles(column)
|
|
282
284
|
},
|
|
283
285
|
"data-pinned": isPinned || void 0,
|
package/dist/data-grid.js
CHANGED
|
@@ -273,6 +273,7 @@ function DataGridTableBodyRowCell({
|
|
|
273
273
|
ref: dndRef,
|
|
274
274
|
...columnsDraggable && !isPinned ? { cell } : {},
|
|
275
275
|
style: {
|
|
276
|
+
"--size": `${column.getSize()}px`,
|
|
276
277
|
...columnsPinnable && isPinned && getPinningStyles(column),
|
|
277
278
|
...dndStyle ? dndStyle : null
|
|
278
279
|
},
|
|
@@ -301,6 +302,7 @@ function DataGridTableBodyRowSkeletonCell({
|
|
|
301
302
|
"td",
|
|
302
303
|
{
|
|
303
304
|
style: {
|
|
305
|
+
"--size": `${column.getSize()}px`,
|
|
304
306
|
...columnsPinnable && isPinned && getPinningStyles(column)
|
|
305
307
|
},
|
|
306
308
|
"data-pinned": isPinned || void 0,
|
package/dist/data-grid.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -270,6 +270,7 @@ function DataGridTableBodyRowCell({
|
|
|
270
270
|
ref: dndRef,
|
|
271
271
|
...columnsDraggable && !isPinned ? { cell } : {},
|
|
272
272
|
style: {
|
|
273
|
+
"--size": `${column.getSize()}px`,
|
|
273
274
|
...columnsPinnable && isPinned && getPinningStyles(column),
|
|
274
275
|
...dndStyle ? dndStyle : null
|
|
275
276
|
},
|
|
@@ -298,6 +299,7 @@ function DataGridTableBodyRowSkeletonCell({
|
|
|
298
299
|
"td",
|
|
299
300
|
{
|
|
300
301
|
style: {
|
|
302
|
+
"--size": `${column.getSize()}px`,
|
|
301
303
|
...columnsPinnable && isPinned && getPinningStyles(column)
|
|
302
304
|
},
|
|
303
305
|
"data-pinned": isPinned || void 0,
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/data-grid",
|
|
3
|
-
"version": "17.1.
|
|
3
|
+
"version": "17.1.20",
|
|
4
4
|
"description": "A DataGrid Component",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"data-grid"
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"motion": ">=12.23.6",
|
|
29
29
|
"react": ">=19.0.0-rc.0",
|
|
30
30
|
"react-dom": ">=19.0.0-rc.0",
|
|
31
|
-
"@kopexa/theme": "17.
|
|
31
|
+
"@kopexa/theme": "17.13.1"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@tanstack/react-table": "^8.21.3",
|
|
35
|
-
"@kopexa/react-utils": "17.0.
|
|
36
|
-
"@kopexa/
|
|
37
|
-
"@kopexa/
|
|
35
|
+
"@kopexa/react-utils": "17.0.26",
|
|
36
|
+
"@kopexa/checkbox": "17.0.26",
|
|
37
|
+
"@kopexa/shared-utils": "17.0.26"
|
|
38
38
|
},
|
|
39
39
|
"clean-package": "../../../clean-package.config.json",
|
|
40
40
|
"module": "dist/index.mjs",
|