@sqlrooms/data-table 0.0.0 → 0.0.1
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/CHANGELOG.md +6 -0
- package/package.json +6 -6
- package/.turbo/turbo-build.log +0 -4
- package/.turbo/turbo-dev.log +0 -7
- package/.turbo/turbo-lint.log +0 -31
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/eslint.config.js +0 -4
- package/src/DataTableModal.tsx +0 -44
- package/src/DataTablePaginated.tsx +0 -296
- package/src/DataTableVirtualized.tsx +0 -190
- package/src/QueryDataTable.tsx +0 -117
- package/src/index.ts +0 -6
- package/src/useArrowDataTable.tsx +0 -112
- package/tsconfig.json +0 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.0.1](https://github.com/ilyabo/sqlrooms/compare/v0.0.1-alpha.0...v0.0.1) (2025-01-30)
|
|
6
7
|
|
|
8
|
+
**Note:** Version bump only for package @sqlrooms/data-table
|
|
9
|
+
|
|
10
|
+
## 0.0.1-alpha.0 (2025-01-30)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @sqlrooms/data-table
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package @sqlrooms/data-table
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sqlrooms/data-table",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
|
-
"types": "
|
|
5
|
+
"types": "dist/index.d.ts",
|
|
6
6
|
"module": "dist/index.js",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"private": false,
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@heroicons/react": "*",
|
|
14
|
-
"@sqlrooms/duckdb": "0.0.
|
|
15
|
-
"@sqlrooms/ui": "0.0.
|
|
16
|
-
"@sqlrooms/utils": "0.0.
|
|
14
|
+
"@sqlrooms/duckdb": "0.0.1",
|
|
15
|
+
"@sqlrooms/ui": "0.0.1",
|
|
16
|
+
"@sqlrooms/utils": "0.0.1",
|
|
17
17
|
"@tanstack/react-table": "^8.10.7",
|
|
18
18
|
"@tanstack/table-core": "^8.10.7",
|
|
19
19
|
"react-virtual": "2.10.4"
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
"build": "tsc",
|
|
29
29
|
"lint": "eslint ."
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "5d8893a604a91d109dc5b5f80b4a3e937b4cf520"
|
|
32
32
|
}
|
package/.turbo/turbo-build.log
DELETED
package/.turbo/turbo-dev.log
DELETED
package/.turbo/turbo-lint.log
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @sqlrooms/data-table@0.0.0 lint /Users/ilya/Workspace/sqlrooms/packages/data-table
|
|
3
|
-
> eslint .
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
/Users/ilya/Workspace/sqlrooms/packages/data-table/src/DataTablePaginated.tsx
|
|
7
|
-
41:29 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
8
|
-
68:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
9
|
-
|
|
10
|
-
/Users/ilya/Workspace/sqlrooms/packages/data-table/src/DataTableVirtualized.tsx
|
|
11
|
-
26:29 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
12
|
-
28:11 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
13
|
-
34:28 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
14
|
-
83:66 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
15
|
-
139:66 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
16
|
-
186:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
17
|
-
|
|
18
|
-
/Users/ilya/Workspace/sqlrooms/packages/data-table/src/QueryDataTable.tsx
|
|
19
|
-
16:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
20
|
-
28:36 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
21
|
-
|
|
22
|
-
/Users/ilya/Workspace/sqlrooms/packages/data-table/src/useArrowDataTable.tsx
|
|
23
|
-
14:19 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
24
|
-
15:22 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
25
|
-
15:27 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
26
|
-
25:53 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
27
|
-
61:30 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
28
|
-
61:35 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
|
|
29
|
-
|
|
30
|
-
✖ 16 problems (0 errors, 16 warnings)
|
|
31
|
-
|