@praxisui/tabs 1.0.0-beta.67 → 1.0.0-beta.68

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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -181,6 +181,11 @@ const tabsCfg: TabsMetadata = {
181
181
  };
182
182
  ```
183
183
 
184
+ Observacao de host:
185
+ - `praxis-table` se auto-hospeda para `GenericCrudService`.
186
+ - `praxis-dynamic-form` remoto continua dependendo de `GenericCrudService` provido pelo host efetivo quando usar `resourcePath`, `resourceId`, schema remoto ou submit remoto.
187
+ - ao embutir `praxis-dynamic-form` em tabs, stepper ou shells equivalentes, nao presumir que o widget sozinho resolve a DI de CRUD.
188
+
184
189
  ## Acessibilidade
185
190
 
186
191
  - Modo `group`: use `group.ariaLabel`, `group.ariaLabelledby`, `tabs[].ariaLabel` e `tabs[].ariaLabelledby`.
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@praxisui/tabs",
3
- "version": "1.0.0-beta.67",
3
+ "version": "1.0.0-beta.68",
4
4
  "description": "Configurable tabs (group and nav) for Praxis UI with metadata-driven content and runtime editor.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
7
7
  "@angular/core": "^20.0.0",
8
8
  "@angular/material": "^20.0.0",
9
9
  "@angular/cdk": "^20.0.0",
10
- "@praxisui/core": "^1.0.0-beta.67",
11
- "@praxisui/dynamic-fields": "^1.0.0-beta.67",
12
- "@praxisui/settings-panel": "^1.0.0-beta.67"
10
+ "@praxisui/core": "^1.0.0-beta.68",
11
+ "@praxisui/dynamic-fields": "^1.0.0-beta.68",
12
+ "@praxisui/settings-panel": "^1.0.0-beta.68"
13
13
  },
14
14
  "dependencies": {
15
15
  "tslib": "^2.3.0",