@praxisui/table 1.0.0-beta.1 → 1.0.0-beta.4
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/README.md +2 -2
- package/package.json +14 -5
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @praxisui/table
|
|
2
2
|
|
|
3
3
|
> Componente de tabela empresarial avançado com arquitetura unificada
|
|
4
4
|
|
|
5
5
|
## 🌟 Visão Geral
|
|
6
6
|
|
|
7
|
-
A biblioteca `@
|
|
7
|
+
A biblioteca `@praxisui/table` fornece um componente de tabela robusto e altamente configurável para aplicações Angular empresariais. Com a nova arquitetura unificada, oferece uma experiência de desenvolvimento simplificada mantendo todos os recursos avançados.
|
|
8
8
|
|
|
9
9
|
## ✨ Características Principais
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/table",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.4",
|
|
4
|
+
"description": "Advanced data table for Angular (Praxis UI) with editing, filtering, sorting, virtualization, and settings panel integration.",
|
|
4
5
|
"peerDependencies": {
|
|
5
6
|
"@angular/common": "^20.0.0",
|
|
6
7
|
"@angular/core": "^20.0.0",
|
|
7
|
-
"@praxisui/core": "^1.0.0-beta.
|
|
8
|
-
"@praxisui/dynamic-fields": "^1.0.0-beta.
|
|
9
|
-
"@praxisui/dynamic-form": "^1.0.0-beta.
|
|
10
|
-
"@praxisui/settings-panel": "^1.0.0-beta.
|
|
8
|
+
"@praxisui/core": "^1.0.0-beta.4",
|
|
9
|
+
"@praxisui/dynamic-fields": "^1.0.0-beta.4",
|
|
10
|
+
"@praxisui/dynamic-form": "^1.0.0-beta.4",
|
|
11
|
+
"@praxisui/settings-panel": "^1.0.0-beta.4"
|
|
11
12
|
},
|
|
12
13
|
"dependencies": {
|
|
13
14
|
"tslib": "^2.3.0"
|
|
@@ -24,6 +25,14 @@
|
|
|
24
25
|
"bugs": {
|
|
25
26
|
"url": "https://github.com/codexrodrigues/praxis/issues"
|
|
26
27
|
},
|
|
28
|
+
"keywords": [
|
|
29
|
+
"angular",
|
|
30
|
+
"praxisui",
|
|
31
|
+
"table",
|
|
32
|
+
"data-grid",
|
|
33
|
+
"ui",
|
|
34
|
+
"material"
|
|
35
|
+
],
|
|
27
36
|
"sideEffects": false,
|
|
28
37
|
"module": "fesm2022/praxisui-table.mjs",
|
|
29
38
|
"typings": "index.d.ts",
|