@praxisui/table 8.0.0-beta.104 → 8.0.0-beta.106
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 +1 -1
- package/fesm2022/{praxisui-table-praxisui-table-BV50-u0I.mjs → praxisui-table-praxisui-table-CunEk0vb.mjs} +1667 -457
- package/fesm2022/{praxisui-table-table-ai.adapter-BsUGcbAY.mjs → praxisui-table-table-ai.adapter-BvaMq2CS.mjs} +1 -1
- package/fesm2022/praxisui-table.mjs +1 -1
- package/package.json +10 -10
- package/src/lib/praxis-table.json-api.md +152 -139
- package/types/praxisui-table.d.ts +85 -19
package/README.md
CHANGED
|
@@ -557,7 +557,7 @@ O manifesto (v2.0.0) é exportado como `PRAXIS_TABLE_AUTHORING_MANIFEST` e proje
|
|
|
557
557
|
## 🚀 Instalação
|
|
558
558
|
|
|
559
559
|
```bash
|
|
560
|
-
npm install @praxisui/ai @praxisui/core @praxisui/table
|
|
560
|
+
npm install @praxisui/ai@beta @praxisui/core@beta @praxisui/table@beta
|
|
561
561
|
```
|
|
562
562
|
|
|
563
563
|
Peers necessários (instale no app host):
|