@praxisui/table 1.0.0-beta.63 → 1.0.0-beta.65
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/fesm2022/praxisui-table.mjs +393 -223
- package/fesm2022/praxisui-table.mjs.map +1 -1
- package/index.d.ts +8 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ related_docs:
|
|
|
33
33
|
- "dynamic-filter-payload-contract"
|
|
34
34
|
- "dynamic-filter-range-filters-guide"
|
|
35
35
|
- "dynamic-filter-editor-settings-guide"
|
|
36
|
-
- "dynamic-filter-
|
|
36
|
+
- "dynamic-inline-filter-catalog"
|
|
37
37
|
- "dynamic-filter-troubleshooting-guide"
|
|
38
38
|
- "dynamic-filter-backend-contract-cheatsheet"
|
|
39
39
|
- "adr-dynamic-filter-cross-lib-coupling-2026-03"
|
|
@@ -105,7 +105,7 @@ Nota: a classe de tema é decisão do host (`.dark-theme` ou `.theme-dark`/`.the
|
|
|
105
105
|
|
|
106
106
|
### 📄 Contrato Inline do Filtro
|
|
107
107
|
|
|
108
|
-
- Referencia canonica: `projects/praxis-dynamic-fields/docs/
|
|
108
|
+
- Referencia canonica: `projects/praxis-dynamic-fields/docs/dynamic-fields-inline-components-guide.md` (slug publicado: `dynamic-fields-inline-components-guide`)
|
|
109
109
|
- No contexto da tabela, use este contrato para definir `controlType` inline e politica de compatibilidade (canonica vs legado).
|
|
110
110
|
|
|
111
111
|
### 🧭 Decisoes de Arquitetura (ADR)
|