@praxisui/metadata-editor 8.0.0-beta.20 → 8.0.0-beta.22

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.
@@ -2136,13 +2136,6 @@ const entityLookupProperties = [
2136
2136
  ],
2137
2137
  hint: 'Define o shape salvo no payload. O runtime resolve combinacoes invalidas conforme multiple.',
2138
2138
  },
2139
- {
2140
- name: 'allowDuplicates',
2141
- label: 'Permitir duplicados',
2142
- editorType: 'checkbox',
2143
- group: 'Selecao em colecao',
2144
- hint: 'Permite repetir a mesma entidade na colecao quando o runtime suportar esse comportamento.',
2145
- },
2146
2139
  {
2147
2140
  name: 'optionSource.key',
2148
2141
  label: 'Option source key',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxisui/metadata-editor",
3
- "version": "8.0.0-beta.20",
3
+ "version": "8.0.0-beta.22",
4
4
  "description": "Metadata editor for Praxis UI fields and components with runtime integration.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
@@ -8,10 +8,10 @@
8
8
  "@angular/cdk": "^20.0.0",
9
9
  "@angular/forms": "^20.0.0",
10
10
  "@angular/material": "^20.0.0",
11
- "@praxisui/ai": "^8.0.0-beta.20",
12
- "@praxisui/core": "^8.0.0-beta.20",
13
- "@praxisui/dynamic-fields": "^8.0.0-beta.20",
14
- "@praxisui/settings-panel": "^8.0.0-beta.20",
11
+ "@praxisui/ai": "^8.0.0-beta.22",
12
+ "@praxisui/core": "^8.0.0-beta.22",
13
+ "@praxisui/dynamic-fields": "^8.0.0-beta.22",
14
+ "@praxisui/settings-panel": "^8.0.0-beta.22",
15
15
  "rxjs": "~7.8.0"
16
16
  },
17
17
  "dependencies": {