@praxisui/table 1.0.0-beta.52 → 1.0.0-beta.54
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 +6 -6
- package/fesm2022/praxisui-table.mjs +16 -5
- package/fesm2022/praxisui-table.mjs.map +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -512,10 +512,10 @@ Quando `behavior.virtualization.enabled` estiver ativo, as linhas da tabela são
|
|
|
512
512
|
|
|
513
513
|
### Concept Usage
|
|
514
514
|
|
|
515
|
-
-
|
|
516
|
-
-
|
|
517
|
-
-
|
|
518
|
-
-
|
|
515
|
+
- Schema-driven UI
|
|
516
|
+
- Self-describing APIs
|
|
517
|
+
- Rules engines and specifications
|
|
518
|
+
- Configuration-driven development
|
|
519
519
|
|
|
520
520
|
- `behavior.pagination.position`: `top` | `bottom` | `both`.
|
|
521
521
|
- `behavior.pagination.style`: `default` | `compact` (aplica classe de estilo no paginator).
|
|
@@ -1325,7 +1325,7 @@ Configurações de comportamento (paginação, ordenação, etc.).
|
|
|
1325
1325
|
|
|
1326
1326
|
Configurações de aparência visual.
|
|
1327
1327
|
|
|
1328
|
-
Para documentação completa da API, consulte
|
|
1328
|
+
Para documentação completa da API, consulte `projects/praxis-core/README.md`.
|
|
1329
1329
|
|
|
1330
1330
|
## 🤝 Contribuição
|
|
1331
1331
|
|
|
@@ -1516,7 +1516,7 @@ A11y, seguranca e performance:
|
|
|
1516
1516
|
|
|
1517
1517
|
## 📄 Licença
|
|
1518
1518
|
|
|
1519
|
-
Apache-2.0 — consulte
|
|
1519
|
+
Apache-2.0 — consulte `LICENSE` na raiz do workspace para detalhes.
|
|
1520
1520
|
|
|
1521
1521
|
---
|
|
1522
1522
|
|