@tsed/react-formio 1.10.2 → 1.10.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsed/react-formio",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.3",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.modern.js",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"prettier": "prettier '{src,test}/**/*.{ts,tsx}' --write"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@tsed/redux-utils": "1.10.
|
|
16
|
+
"@tsed/redux-utils": "1.10.3",
|
|
17
17
|
"eventemitter2": "^6.4.3",
|
|
18
18
|
"prop-types": "^15.7.2"
|
|
19
19
|
},
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"tooltip.js": "^1.3.3"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@tsed/tailwind": "1.10.
|
|
32
|
-
"@tsed/tailwind-formio": "1.10.
|
|
31
|
+
"@tsed/tailwind": "1.10.3",
|
|
32
|
+
"@tsed/tailwind-formio": "1.10.3"
|
|
33
33
|
},
|
|
34
34
|
"repository": "https://github.com/TypedProject/tsed-formio",
|
|
35
35
|
"bugs": {
|
|
@@ -119,7 +119,7 @@ function DefaultEmptyData() {
|
|
|
119
119
|
|
|
120
120
|
const hooks = [useFilters, useGroupBy, useSortBy, usePagination];
|
|
121
121
|
|
|
122
|
-
export function Table<Data extends
|
|
122
|
+
export function Table<Data extends object = any>(
|
|
123
123
|
props: PropsWithChildren<TableProps<Data>>
|
|
124
124
|
) {
|
|
125
125
|
const {
|