@kopexa/data-table 3.0.0 → 4.0.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.
|
@@ -34,11 +34,10 @@ var createDataTableColumnHelper = () => {
|
|
|
34
34
|
});
|
|
35
35
|
},
|
|
36
36
|
display,
|
|
37
|
-
action: ({
|
|
37
|
+
action: ({ ...props }) => display({
|
|
38
38
|
id: "action",
|
|
39
39
|
cell: (ctx) => /* @__PURE__ */ jsx(DataTableActionCell, { ctx }),
|
|
40
40
|
meta: {
|
|
41
|
-
___actions: actions,
|
|
42
41
|
...props.meta || {}
|
|
43
42
|
},
|
|
44
43
|
...props
|
|
@@ -147,11 +147,10 @@ var createDataTableColumnHelper = () => {
|
|
|
147
147
|
});
|
|
148
148
|
},
|
|
149
149
|
display,
|
|
150
|
-
action: ({
|
|
150
|
+
action: ({ ...props }) => display({
|
|
151
151
|
id: "action",
|
|
152
152
|
cell: (ctx) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(DataTableActionCell, { ctx }),
|
|
153
153
|
meta: {
|
|
154
|
-
___actions: actions,
|
|
155
154
|
...props.meta || {}
|
|
156
155
|
},
|
|
157
156
|
...props
|
package/dist/index.js
CHANGED
|
@@ -151,11 +151,10 @@ var createDataTableColumnHelper = () => {
|
|
|
151
151
|
});
|
|
152
152
|
},
|
|
153
153
|
display,
|
|
154
|
-
action: ({
|
|
154
|
+
action: ({ ...props }) => display({
|
|
155
155
|
id: "action",
|
|
156
156
|
cell: (ctx) => /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(DataTableActionCell, { ctx }),
|
|
157
157
|
meta: {
|
|
158
|
-
___actions: actions,
|
|
159
158
|
...props.meta || {}
|
|
160
159
|
},
|
|
161
160
|
...props
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/data-table",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"data-table"
|
|
@@ -28,19 +28,19 @@
|
|
|
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": "2.
|
|
31
|
+
"@kopexa/theme": "2.1.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@tanstack/react-table": "^8.21.3",
|
|
35
|
-
"@kopexa/react-utils": "3.0.0",
|
|
36
35
|
"@kopexa/shared-utils": "2.0.0",
|
|
37
|
-
"@kopexa/
|
|
38
|
-
"@kopexa/
|
|
39
|
-
"@kopexa/
|
|
40
|
-
"@kopexa/
|
|
41
|
-
"@kopexa/
|
|
42
|
-
"@kopexa/
|
|
43
|
-
"@kopexa/
|
|
36
|
+
"@kopexa/react-utils": "3.0.0",
|
|
37
|
+
"@kopexa/dropdown-menu": "5.0.0",
|
|
38
|
+
"@kopexa/button": "10.0.0",
|
|
39
|
+
"@kopexa/icons": "12.0.0",
|
|
40
|
+
"@kopexa/checkbox": "4.0.0",
|
|
41
|
+
"@kopexa/table": "4.0.0",
|
|
42
|
+
"@kopexa/input": "5.0.0",
|
|
43
|
+
"@kopexa/skeleton": "4.0.0"
|
|
44
44
|
},
|
|
45
45
|
"clean-package": "../../../clean-package.config.json",
|
|
46
46
|
"module": "dist/index.mjs",
|