@teamprodevs/appsmith-custom-table 0.4.3 → 0.4.5
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.css +1 -1
- package/dist/app.js +17959 -17673
- package/dist/app.umd.cjs +24 -24
- package/dist/index.d.ts +0 -2
- package/package.json +13 -15
package/dist/index.d.ts
CHANGED
|
@@ -5736,8 +5736,6 @@ 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.ZodAny;
|
|
5741
5739
|
}, default_2.core.$strip>;
|
|
5742
5740
|
|
|
5743
5741
|
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.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"keywords": [
|
|
@@ -38,18 +38,11 @@
|
|
|
38
38
|
"main": "./dist/app.umd.js",
|
|
39
39
|
"module": "./dist/app.es.js",
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@radix-ui/react-checkbox": "^1.3.3",
|
|
42
41
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
43
|
-
"@radix-ui/react-hover-card": "^1.1.15",
|
|
44
|
-
"@radix-ui/react-label": "^2.1.8",
|
|
45
42
|
"@radix-ui/react-popover": "^1.1.15",
|
|
46
|
-
"@radix-ui/react-select": "^2.2.6",
|
|
47
|
-
"@radix-ui/react-separator": "^1.1.8",
|
|
48
43
|
"@radix-ui/react-slider": "^1.3.6",
|
|
49
44
|
"@radix-ui/react-slot": "^1.2.4",
|
|
50
|
-
"@radix-ui/react-switch": "^1.2.6",
|
|
51
45
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
52
|
-
"@storybook/react": "^10.0.8",
|
|
53
46
|
"@tailwindcss/vite": "^4.1.17",
|
|
54
47
|
"@tanstack/react-table": "^8.21.3",
|
|
55
48
|
"autoprefixer": "^10.4.22",
|
|
@@ -60,6 +53,7 @@
|
|
|
60
53
|
"postcss": "^8.5.6",
|
|
61
54
|
"react": "18.3.1",
|
|
62
55
|
"react-day-picker": "^9.11.1",
|
|
56
|
+
"react-intersection-observer": "^10.0.0",
|
|
63
57
|
"tailwind-merge": "^3.4.0",
|
|
64
58
|
"tailwindcss": "3.4.18",
|
|
65
59
|
"tailwindcss-animate": "^1.0.7",
|
|
@@ -68,12 +62,12 @@
|
|
|
68
62
|
"zod": "^4.1.12"
|
|
69
63
|
},
|
|
70
64
|
"devDependencies": {
|
|
71
|
-
"@chromatic-com/storybook": "4.1.
|
|
65
|
+
"@chromatic-com/storybook": "4.1.3",
|
|
72
66
|
"@eslint/js": "latest",
|
|
73
|
-
"@storybook/addon-a11y": "10.0.
|
|
74
|
-
"@storybook/addon-docs": "10.0.
|
|
75
|
-
"@storybook/addon-vitest": "10.0.
|
|
76
|
-
"@storybook/react-vite": "10.0.
|
|
67
|
+
"@storybook/addon-a11y": "10.0.8",
|
|
68
|
+
"@storybook/addon-docs": "10.0.8",
|
|
69
|
+
"@storybook/addon-vitest": "10.0.8",
|
|
70
|
+
"@storybook/react-vite": "10.0.8",
|
|
77
71
|
"@types/lodash": "^4.17.20",
|
|
78
72
|
"@types/node": "^24.10.1",
|
|
79
73
|
"@types/react": "^19.2.6",
|
|
@@ -85,16 +79,20 @@
|
|
|
85
79
|
"eslint": "^9.39.1",
|
|
86
80
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
87
81
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
88
|
-
"eslint-plugin-storybook": "10.0.
|
|
82
|
+
"eslint-plugin-storybook": "10.0.8",
|
|
89
83
|
"globals": "^16.5.0",
|
|
90
84
|
"playwright": "^1.56.1",
|
|
91
|
-
"storybook": "10.0.
|
|
85
|
+
"storybook": "10.0.8",
|
|
92
86
|
"tw-animate-css": "^1.4.0",
|
|
93
87
|
"typescript": "~5.9.3",
|
|
94
88
|
"typescript-eslint": "^8.47.0",
|
|
95
89
|
"vite": "^7.2.4",
|
|
96
90
|
"vitest": "^4.0.13"
|
|
97
91
|
},
|
|
92
|
+
"resolutions": {
|
|
93
|
+
"react-dom": "18.3.1",
|
|
94
|
+
"react": "18.3.1"
|
|
95
|
+
},
|
|
98
96
|
"author": "Ramz001",
|
|
99
97
|
"license": "MIT"
|
|
100
98
|
}
|