@praxisui/table 8.0.0-beta.86 → 8.0.0-beta.88
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 -0
- package/fesm2022/{praxisui-table-praxisui-table-CpSv6jWv.mjs → praxisui-table-praxisui-table-OCU_Au66.mjs} +95 -16
- package/fesm2022/{praxisui-table-table-agentic-authoring-turn-flow-Dhte2er9.mjs → praxisui-table-table-agentic-authoring-turn-flow-4Deh8QJU.mjs} +879 -10
- package/fesm2022/{praxisui-table-table-ai.adapter-BvgPN7wY.mjs → praxisui-table-table-ai.adapter-C8qa8APT.mjs} +117 -6
- package/fesm2022/praxisui-table.mjs +1 -1
- package/package.json +10 -10
- package/types/praxisui-table.d.ts +5 -0
package/README.md
CHANGED
|
@@ -208,6 +208,8 @@ Para garantir que a tabela, filtros e editores reflitam o tema do app host:
|
|
|
208
208
|
Observação: tokens `--md-sys-*` e `--mdc-theme-*` continuam aceitos quando presentes.
|
|
209
209
|
Nota: a classe de tema é decisão do host (`.dark-theme` ou `.theme-dark`/`.theme-light`); mantenha tokens e componentes no mesmo escopo.
|
|
210
210
|
|
|
211
|
+
Surface stacking is owned by `@praxisui/table`: when toolbar, grid and paginator are rendered as one table surface, the runtime flattens the internal join corners and keeps only the outer corners rounded. Host apps should theme the table through Material/Praxis tokens instead of targeting internal descendants such as `.mat-mdc-table`, `.mat-mdc-paginator` or `.praxis-toolbar` to repair border radius joins.
|
|
212
|
+
|
|
211
213
|
## ✨ CaracterÃsticas Principais
|
|
212
214
|
|
|
213
215
|
### ðŸ—ï¸ Arquitetura Unificada
|