@praxisui/table 3.0.0-beta.4 → 3.0.0-beta.5
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 +3 -0
- package/fesm2022/praxisui-table.mjs +465 -120
- package/fesm2022/praxisui-table.mjs.map +1 -1
- package/index.d.ts +63 -45
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1529,6 +1529,9 @@ Observações:
|
|
|
1529
1529
|
- `|nosep` remove separadores de milhar da saída formatada.
|
|
1530
1530
|
- Para datas inválidas ou valores não numéricos, o serviço retorna o valor original (com aviso no console).
|
|
1531
1531
|
- Colunas com renderizador `custom` não passam por formatação automática.
|
|
1532
|
+
- Precedência de locale para formatação: `config.localization.locale` -> `LOCALE_ID` do host.
|
|
1533
|
+
- Quando `config.localization.currency` estiver presente, a tabela usa esse bloco como override para código, símbolo, posição, espaçamento e precisão da moeda.
|
|
1534
|
+
- Quando `config.localization.number` estiver presente, a tabela respeita `decimalSeparator`, `thousandsSeparator`, `defaultPrecision`, `negativeSign` e `negativeSignPosition` em number/currency/percentage.
|
|
1532
1535
|
|
|
1533
1536
|
Exemplos práticos no workspace (rotas):
|
|
1534
1537
|
- Regras Visuais (Simples): `/table-rules-simple`
|