@teamprodevs/appsmith-custom-table 0.4.1 → 0.4.2
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/dist/app.js +6479 -6440
- package/dist/app.umd.cjs +19 -19
- package/dist/index.d.ts +2 -0
- package/package.json +15 -15
package/dist/index.d.ts
CHANGED
|
@@ -5736,6 +5736,8 @@ declare const TableModelSchema: default_2.ZodObject<{
|
|
|
5736
5736
|
limit: default_2.ZodOptional<default_2.ZodNumber>;
|
|
5737
5737
|
}, default_2.core.$strip>], null>, default_2.core.$ZodFunctionOut>>;
|
|
5738
5738
|
updateModel: default_2.ZodOptional<default_2.ZodFunction<default_2.ZodTuple<readonly [default_2.ZodAny], null>, default_2.core.$ZodFunctionOut>>;
|
|
5739
|
+
page: default_2.ZodNumber;
|
|
5740
|
+
setPage: default_2.ZodFunction<default_2.ZodTuple<readonly [default_2.ZodNumber], null>, default_2.core.$ZodFunctionOut>;
|
|
5739
5741
|
}, default_2.core.$strip>;
|
|
5740
5742
|
|
|
5741
5743
|
export { }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamprodevs/appsmith-custom-table",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"keywords": [
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@radix-ui/react-slot": "^1.2.4",
|
|
50
50
|
"@radix-ui/react-switch": "^1.2.6",
|
|
51
51
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
52
|
-
"@storybook/react": "^10.0.
|
|
52
|
+
"@storybook/react": "^10.0.8",
|
|
53
53
|
"@tailwindcss/vite": "^4.1.17",
|
|
54
54
|
"@tanstack/react-table": "^8.21.3",
|
|
55
55
|
"autoprefixer": "^10.4.22",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"postcss": "^8.5.6",
|
|
61
61
|
"react": "18.3.1",
|
|
62
62
|
"react-day-picker": "^9.11.1",
|
|
63
|
-
"tailwind-merge": "^3.
|
|
63
|
+
"tailwind-merge": "^3.4.0",
|
|
64
64
|
"tailwindcss": "3.4.18",
|
|
65
65
|
"tailwindcss-animate": "^1.0.7",
|
|
66
66
|
"vite-plugin-dts": "^4.5.4",
|
|
@@ -75,25 +75,25 @@
|
|
|
75
75
|
"@storybook/addon-vitest": "10.0.7",
|
|
76
76
|
"@storybook/react-vite": "10.0.7",
|
|
77
77
|
"@types/lodash": "^4.17.20",
|
|
78
|
-
"@types/node": "^24.
|
|
79
|
-
"@types/react": "^19.
|
|
80
|
-
"@types/react-dom": "^19.
|
|
81
|
-
"@vitejs/plugin-react": "^5.
|
|
82
|
-
"@vitest/browser-playwright": "^4.0.
|
|
83
|
-
"@vitest/coverage-v8": "^4.0.
|
|
78
|
+
"@types/node": "^24.10.1",
|
|
79
|
+
"@types/react": "^19.2.6",
|
|
80
|
+
"@types/react-dom": "^19.2.3",
|
|
81
|
+
"@vitejs/plugin-react": "^5.1.1",
|
|
82
|
+
"@vitest/browser-playwright": "^4.0.13",
|
|
83
|
+
"@vitest/coverage-v8": "^4.0.13",
|
|
84
84
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
85
|
-
"eslint": "^9.
|
|
85
|
+
"eslint": "^9.39.1",
|
|
86
86
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
87
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
87
|
+
"eslint-plugin-react-refresh": "^0.4.24",
|
|
88
88
|
"eslint-plugin-storybook": "10.0.7",
|
|
89
|
-
"globals": "^16.
|
|
89
|
+
"globals": "^16.5.0",
|
|
90
90
|
"playwright": "^1.56.1",
|
|
91
91
|
"storybook": "10.0.7",
|
|
92
92
|
"tw-animate-css": "^1.4.0",
|
|
93
93
|
"typescript": "~5.9.3",
|
|
94
|
-
"typescript-eslint": "^8.
|
|
95
|
-
"vite": "^7.
|
|
96
|
-
"vitest": "^4.0.
|
|
94
|
+
"typescript-eslint": "^8.47.0",
|
|
95
|
+
"vite": "^7.2.4",
|
|
96
|
+
"vitest": "^4.0.13"
|
|
97
97
|
},
|
|
98
98
|
"author": "Ramz001",
|
|
99
99
|
"license": "MIT"
|