@teamprodevs/appsmith-custom-table 1.0.1 → 1.1.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.
Files changed (4) hide show
  1. package/dist/app.js +2522 -2482
  2. package/dist/app.umd.cjs +13 -13
  3. package/dist/index.d.ts +5695 -20
  4. package/package.json +89 -89
package/package.json CHANGED
@@ -1,89 +1,89 @@
1
- {
2
- "name": "@teamprodevs/appsmith-custom-table",
3
- "version": "1.0.1",
4
- "type": "module",
5
- "private": false,
6
- "keywords": [
7
- "appsmith",
8
- "custom table",
9
- "tanstack table"
10
- ],
11
- "publishConfig": {
12
- "access": "public"
13
- },
14
- "scripts": {
15
- "build": "tsc -b && vite build",
16
- "lint": "eslint .",
17
- "preview": "vite preview",
18
- "prepublishOnly": "npm run build",
19
- "storybook": "storybook dev -p 6006",
20
- "build-storybook": "storybook build"
21
- },
22
- "repository": {
23
- "type": "git",
24
- "url": "git+https://github.com/smarts-uz/ts-vite-appsmith-table.git"
25
- },
26
- "types": "./dist/index.d.ts",
27
- "exports": {
28
- ".": {
29
- "import": "./dist/app.js",
30
- "require": "./dist/app.umd.cjs"
31
- },
32
- "./dist/styles.css": "./dist/styles.css"
33
- },
34
- "files": [
35
- "dist"
36
- ],
37
- "sideEffects": false,
38
- "main": "./dist/app.umd.js",
39
- "module": "./dist/app.es.js",
40
- "dependencies": {
41
- "@faker-js/faker": "^10.1.0",
42
- "@radix-ui/react-dropdown-menu": "^2.1.16",
43
- "@radix-ui/react-popover": "^1.1.15",
44
- "@radix-ui/react-slot": "^1.2.4",
45
- "@tanstack/react-table": "^8.21.3",
46
- "autoprefixer": "^10.4.22",
47
- "class-variance-authority": "^0.7.1",
48
- "clsx": "^2.1.1",
49
- "lucide-react": "^0.553.0",
50
- "postcss": "^8.5.6",
51
- "react": "18.3.1",
52
- "react-intersection-observer": "^10.0.0",
53
- "tailwind-merge": "^3.4.0",
54
- "tailwindcss": "3.4.18",
55
- "tailwindcss-animate": "^1.0.7",
56
- "vite-plugin-dts": "^4.5.4",
57
- "vite-tsconfig-paths": "^5.1.4",
58
- "zod": "^4.1.12"
59
- },
60
- "devDependencies": {
61
- "@chromatic-com/storybook": "4.1.3",
62
- "@eslint/js": "latest",
63
- "@storybook/addon-a11y": "10.0.8",
64
- "@storybook/addon-docs": "10.0.8",
65
- "@storybook/addon-vitest": "10.0.8",
66
- "@storybook/react-vite": "10.0.8",
67
- "@types/node": "^24.10.1",
68
- "@types/react": "^19.2.6",
69
- "@types/react-dom": "^19.2.3",
70
- "@vitejs/plugin-react": "^5.1.1",
71
- "@vitest/browser-playwright": "^4.0.13",
72
- "eslint": "^9.39.1",
73
- "eslint-plugin-react-hooks": "^5.2.0",
74
- "eslint-plugin-react-refresh": "^0.4.24",
75
- "globals": "^16.5.0",
76
- "playwright": "^1.56.1",
77
- "storybook": "10.0.8",
78
- "typescript": "~5.9.3",
79
- "typescript-eslint": "^8.47.0",
80
- "vite": "^7.2.4",
81
- "vitest": "^4.0.13"
82
- },
83
- "resolutions": {
84
- "react-dom": "18.3.1",
85
- "react": "18.3.1"
86
- },
87
- "author": "Ramz001",
88
- "license": "MIT"
89
- }
1
+ {
2
+ "name": "@teamprodevs/appsmith-custom-table",
3
+ "version": "1.1.0",
4
+ "type": "module",
5
+ "private": false,
6
+ "keywords": [
7
+ "appsmith",
8
+ "custom table",
9
+ "tanstack table"
10
+ ],
11
+ "publishConfig": {
12
+ "access": "public"
13
+ },
14
+ "scripts": {
15
+ "build": "tsc -b && vite build",
16
+ "lint": "eslint .",
17
+ "preview": "vite preview",
18
+ "prepublishOnly": "npm run build",
19
+ "storybook": "storybook dev -p 6006",
20
+ "build-storybook": "storybook build"
21
+ },
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "git+https://github.com/smarts-uz/ts-vite-appsmith-table.git"
25
+ },
26
+ "types": "./dist/index.d.ts",
27
+ "exports": {
28
+ ".": {
29
+ "import": "./dist/app.js",
30
+ "require": "./dist/app.umd.cjs"
31
+ },
32
+ "./dist/styles.css": "./dist/styles.css"
33
+ },
34
+ "files": [
35
+ "dist"
36
+ ],
37
+ "sideEffects": false,
38
+ "main": "./dist/app.umd.js",
39
+ "module": "./dist/app.es.js",
40
+ "dependencies": {
41
+ "@faker-js/faker": "^10.1.0",
42
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
43
+ "@radix-ui/react-popover": "^1.1.15",
44
+ "@radix-ui/react-slot": "^1.2.4",
45
+ "@tanstack/react-table": "^8.21.3",
46
+ "autoprefixer": "^10.4.22",
47
+ "class-variance-authority": "^0.7.1",
48
+ "clsx": "^2.1.1",
49
+ "lucide-react": "^0.553.0",
50
+ "postcss": "^8.5.6",
51
+ "react": "18.3.1",
52
+ "react-intersection-observer": "^10.0.0",
53
+ "tailwind-merge": "^3.4.0",
54
+ "tailwindcss": "3.4.18",
55
+ "tailwindcss-animate": "^1.0.7",
56
+ "vite-plugin-dts": "^4.5.4",
57
+ "vite-tsconfig-paths": "^5.1.4",
58
+ "zod": "^4.1.12"
59
+ },
60
+ "devDependencies": {
61
+ "@chromatic-com/storybook": "4.1.3",
62
+ "@eslint/js": "latest",
63
+ "@storybook/addon-a11y": "10.0.8",
64
+ "@storybook/addon-docs": "10.0.8",
65
+ "@storybook/addon-vitest": "10.0.8",
66
+ "@storybook/react-vite": "10.0.8",
67
+ "@types/node": "^24.10.1",
68
+ "@types/react": "^19.2.6",
69
+ "@types/react-dom": "^19.2.3",
70
+ "@vitejs/plugin-react": "^5.1.1",
71
+ "@vitest/browser-playwright": "^4.0.13",
72
+ "eslint": "^9.39.1",
73
+ "eslint-plugin-react-hooks": "^5.2.0",
74
+ "eslint-plugin-react-refresh": "^0.4.24",
75
+ "globals": "^16.5.0",
76
+ "playwright": "^1.56.1",
77
+ "storybook": "10.0.8",
78
+ "typescript": "~5.9.3",
79
+ "typescript-eslint": "^8.47.0",
80
+ "vite": "^7.2.4",
81
+ "vitest": "^4.0.13"
82
+ },
83
+ "resolutions": {
84
+ "react-dom": "18.3.1",
85
+ "react": "18.3.1"
86
+ },
87
+ "author": "Ramz001",
88
+ "license": "MIT"
89
+ }