@praxisui/dynamic-fields 9.0.0 → 9.0.2
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/ai/component-registry.json +3128 -320
- package/docs/dynamic-fields-field-selection-guide.md +4 -0
- package/fesm2022/praxisui-dynamic-fields.mjs +136 -45
- package/package.json +3 -3
- package/src/lib/components/inline-entity-lookup/pdx-inline-entity-lookup.json-api.md +8 -3
- package/types/praxisui-dynamic-fields.d.ts +17 -2
|
@@ -291,6 +291,10 @@ Regras obrigatorias:
|
|
|
291
291
|
ser apresentado como footer do overlay. Para busca/paginacao remota rica,
|
|
292
292
|
prefira o dialog/drawer de `entityLookup`, um autocomplete/composite overlay
|
|
293
293
|
proprio ou carregamento automatico nao interativo.
|
|
294
|
+
- em `entityLookup`, `searchable=true` materializa uma acao acessivel no sufixo
|
|
295
|
+
do campo que abre o dialogo governado. `dialog` customiza essa superficie e
|
|
296
|
+
`dialog.enabled=false` e o opt-out explicito; a acao nunca vira uma
|
|
297
|
+
`mat-option` nem entra no listbox.
|
|
294
298
|
|
|
295
299
|
O gate `node tools/check-mat-select-content-model.mjs` falha quando:
|
|
296
300
|
|