@praxisui/metadata-editor 9.0.15 → 9.0.17

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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-08-23T01:27:38.305Z",
3
+ "generatedAt": "2026-08-24T20:08:13.959Z",
4
4
  "packageName": "@praxisui/metadata-editor",
5
- "packageVersion": "9.0.15",
5
+ "packageVersion": "9.0.17",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 1,
@@ -4472,6 +4472,7 @@ const entityLookupProperties = [
4472
4472
  label: 'Acao: trocar',
4473
4473
  editorType: 'checkbox',
4474
4474
  group: 'Acoes do lookup',
4475
+ hint: 'Override explicito. Sem configuracao, formularios completos exibem a acao e controles inline usam o proprio trigger para trocar a entidade.',
4475
4476
  },
4476
4477
  {
4477
4478
  name: 'actions.showCopyCode',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/metadata-editor",
3
- "version": "9.0.15",
3
+ "version": "9.0.17",
4
4
  "description": "Metadata editor for Praxis UI fields and components with runtime integration.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
@@ -8,10 +8,10 @@
8
8
  "@angular/cdk": "^21.0.0",
9
9
  "@angular/forms": "^21.0.0",
10
10
  "@angular/material": "^21.0.0",
11
- "@praxisui/ai": "^9.0.15",
12
- "@praxisui/core": "^9.0.15",
13
- "@praxisui/dynamic-fields": "^9.0.15",
14
- "@praxisui/settings-panel": "^9.0.15",
11
+ "@praxisui/ai": "^9.0.17",
12
+ "@praxisui/core": "^9.0.17",
13
+ "@praxisui/dynamic-fields": "^9.0.17",
14
+ "@praxisui/settings-panel": "^9.0.17",
15
15
  "rxjs": "~7.8.0"
16
16
  },
17
17
  "dependencies": {