first commit

This commit is contained in:
2026-04-08 23:12:46 +02:00
commit e8bfdd3154
10 changed files with 919 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "ngx-pretext-table",
"version": "0.0.1",
"description": "Variable-height virtual scrolling for PrimeNG p-table powered by @chenglou/pretext",
"keywords": [
"angular",
"primeng",
"virtual-scroll",
"pretext",
"table",
"variable-row-height"
],
"license": "MIT",
"peerDependencies": {
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@chenglou/pretext": ">=0.0.4"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false
}