@praxisui/dynamic-fields 9.0.4-rc.8 → 9.0.4

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 CHANGED
@@ -176,6 +176,14 @@ The package also exports inline field components for compact filter and toolbar
176
176
 
177
177
  Inline filter support has its own runtime and discovery contract. Use the official docs and catalog when choosing a compact filter control.
178
178
 
179
+ ## Collection Selection Overlay
180
+
181
+ Select controls that need search, pagination or panel actions use the public `PdxCollectionOverlayComponent` and `PdxCollectionSearchComponent` primitives. The trigger remains a single accessible combobox control; search, listbox options and footer actions are sibling regions inside the connected CDK overlay. No input, button, status row or footer action may be projected as option content inside `mat-select`.
182
+
183
+ The overlay is attached only while open, prefers the space below the trigger, falls back above it, constrains itself to the viewport and owns scrolling in the options region. Closing by selection, `Escape`, outside click or detach restores the trigger/focus contract implemented by each control. Footer actions exist only while the overlay is attached and never participate in option keyboard navigation.
184
+
185
+ Collection search styling is shared with `@praxisui/table` through the Core `--praxis-collection-search-*` contract. In particular, `--praxis-collection-search-radius` supports square (`0`), intermediate (for example `8px`) and pill (`999px`) themes without component-specific aliases.
186
+
179
187
  ## AI Authoring
180
188
 
181
189
  `PRAXIS_DYNAMIC_FIELDS_AUTHORING_MANIFEST` governs the field-control family. It separates:
@@ -201,6 +209,7 @@ Main exports:
201
209
  - `providePraxisDynamicFieldsNoDefaults`
202
210
  - base components such as `SimpleBaseInputComponent`, `SimpleBaseSelectComponent`, `SimpleBaseButtonComponent`
203
211
  - Material and inline field components
212
+ - shared `PdxCollectionOverlayComponent`, `PdxCollectionOverlayTriggerDirective`, and `PdxCollectionSearchComponent` primitives
204
213
  - component metadata exports
205
214
  - `DYNAMIC_FIELDS_PLAYGROUND_CATALOG`
206
215
  - `PRAXIS_DYNAMIC_FIELDS_AUTHORING_MANIFEST`
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-08-02T14:11:23.065Z",
3
+ "generatedAt": "2026-08-11T17:36:05.628Z",
4
4
  "packageName": "@praxisui/dynamic-fields",
5
- "packageVersion": "9.0.4-rc.8",
5
+ "packageVersion": "9.0.4",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 76,
@@ -39,7 +39,7 @@ keywords:
39
39
  - "inlineDateRange"
40
40
  - "inlineTreeSelect"
41
41
  - "inlineRelativePeriod"
42
- last_updated: "2026-05-26"
42
+ last_updated: "2026-08-03"
43
43
  ---
44
44
 
45
45
  # Dynamic Fields Inline Filter Catalog
@@ -360,6 +360,8 @@ Para hosts oficiais:
360
360
  ```
361
361
 
362
362
  - UX note: shortcuts nao podem mascarar o shape final enviado ao backend
363
+ - I18n note: os atalhos built-in e o calendario seguem o locale ativo de `PraxisI18nService`; `i18nShortcuts` continua sendo a sobreposicao governada para copy especifica do dominio.
364
+ - Responsive note: quando os atalhos ocupam a lateral, a raia reserva altura para cinco opcoes recorrentes e preserva scroll vertical acessivel em viewports menores ou catalogos maiores.
363
365
  - Domain note: periodos corporativos chegam resolvidos por metadata; o frontend nao calcula regras eleitorais, fiscais, juridicas, feriados ou dias contaveis.
364
366
  - Docs relacionadas: `dynamic-filter-range-filters-guide`
365
367