@kopexa/data-grid 17.1.7 → 17.1.9
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.
|
@@ -413,6 +413,7 @@ function DataGridTableRowSelect({
|
|
|
413
413
|
Checkbox,
|
|
414
414
|
{
|
|
415
415
|
checked: row.getIsSelected(),
|
|
416
|
+
onClick: (e) => e.stopPropagation(),
|
|
416
417
|
onCheckedChange: (value) => row.toggleSelected(!!value),
|
|
417
418
|
"aria-label": "Select row",
|
|
418
419
|
size: size != null ? size : "sm",
|
package/dist/data-grid.js
CHANGED
|
@@ -436,6 +436,7 @@ function DataGridTableRowSelect({
|
|
|
436
436
|
import_checkbox.Checkbox,
|
|
437
437
|
{
|
|
438
438
|
checked: row.getIsSelected(),
|
|
439
|
+
onClick: (e) => e.stopPropagation(),
|
|
439
440
|
onCheckedChange: (value) => row.toggleSelected(!!value),
|
|
440
441
|
"aria-label": "Select row",
|
|
441
442
|
size: size != null ? size : "sm",
|
package/dist/data-grid.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -433,6 +433,7 @@ function DataGridTableRowSelect({
|
|
|
433
433
|
import_checkbox.Checkbox,
|
|
434
434
|
{
|
|
435
435
|
checked: row.getIsSelected(),
|
|
436
|
+
onClick: (e) => e.stopPropagation(),
|
|
436
437
|
onCheckedChange: (value) => row.toggleSelected(!!value),
|
|
437
438
|
"aria-label": "Select row",
|
|
438
439
|
size: size != null ? size : "sm",
|
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.9",
|
|
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.8.1"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@tanstack/react-table": "^8.21.3",
|
|
35
|
-
"@kopexa/shared-utils": "17.0.
|
|
36
|
-
"@kopexa/
|
|
37
|
-
"@kopexa/
|
|
35
|
+
"@kopexa/shared-utils": "17.0.15",
|
|
36
|
+
"@kopexa/react-utils": "17.0.15",
|
|
37
|
+
"@kopexa/checkbox": "17.0.15"
|
|
38
38
|
},
|
|
39
39
|
"clean-package": "../../../clean-package.config.json",
|
|
40
40
|
"module": "dist/index.mjs",
|