@praxisui/list 9.0.16 → 9.0.18

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
@@ -91,7 +91,7 @@ In remote mode, search, sort and export share a collection toolbar above the ite
91
91
  - `config: PraxisListConfig`: list/card/tile configuration.
92
92
  - `listId: string`: required stable id for persisted configuration.
93
93
  - `componentInstanceId?: string`: disambiguates repeated instances on the same route.
94
- - `configPersistenceStrategy: 'local-first' | 'input-first'`: config restore precedence.
94
+ - `configPersistenceStrategy: 'local-first' | 'input-first' | 'volatile'`: config restore precedence; `volatile` disables configuration reads and writes for ephemeral previews.
95
95
  - `queryContext?: PraxisDataQueryContext`: runtime query context projected into remote data.
96
96
  - `form?: FormGroup`: external form context for selection/form bindings.
97
97
  - `enableCustomization: boolean`: opens editor and semantic assistant affordances.
@@ -102,9 +102,11 @@ In remote mode, search, sort and export share a collection toolbar above the ite
102
102
  - Layout variants: `list`, `cards`, `tiles`.
103
103
  - Runtime-active layout fields include `lines`, `dividers`, `groupBy`, `pageSize`, `density` and `model`.
104
104
  - Templating slots include `leading`, `primary`, `secondary`, `meta`, `trailing`, `features`, `sectionHeader` and `emptyState`.
105
+ - In `layout.rowLayout`, canonical semantic slots keep the configured desktop grid and reflow into ordered, non-overlapping rows at narrow viewports; extended operational slots stack without requiring host CSS.
105
106
  - Template expressions use `${item.field}`. Currency/date/number templates can use config i18n defaults.
106
107
  - Selection supports `none`, `single` and `multiple`, with return modes `value`, `item` or `id`.
107
108
  - Item actions can emit local events or delegate to `GlobalActionService`; collection export uses the shared `@praxisui/core` contract for `csv`, `json`, `excel`, `pdf` and `print`.
109
+ - In `cards` and `tiles`, item activation and secondary item actions are separate keyboard targets. Hosts should preserve this composite interaction model instead of nesting action buttons inside the item activation surface.
108
110
  - A governed `actions[].recordOpen` resolves the identity declared by the backend against the current-principal resource and contextual surface catalogs before executing `surface.open`; it never derives the target from the displayed label or from `item.id`.
109
111
 
110
112
  ## Known Runtime Boundaries
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
- "generatedAt": "2026-08-24T11:25:54.540Z",
3
+ "generatedAt": "2026-08-24T23:27:32.982Z",
4
4
  "packageName": "@praxisui/list",
5
- "packageVersion": "9.0.16",
5
+ "packageVersion": "9.0.18",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 1,
@@ -31,9 +31,9 @@
31
31
  },
32
32
  {
33
33
  "name": "configPersistenceStrategy",
34
- "type": "'local-first' | 'input-first'",
34
+ "type": "'local-first' | 'input-first' | 'volatile'",
35
35
  "required": false,
36
- "description": "Define se a configuração local persistida ou a configuração recebida por input tem precedência na hidratação.",
36
+ "description": "Define a precedência da hidratação; volatile desabilita leitura e gravação de configuração para previews efêmeros.",
37
37
  "default": "local-first"
38
38
  },
39
39
  {
@@ -8785,9 +8785,9 @@
8785
8785
  {
8786
8786
  "chunkIndex": 0,
8787
8787
  "chunkKind": "summary",
8788
- "content": "Component ID: praxis-list\nSelector: praxis-list\nFriendly Name: Praxis List\nDescription: Lista com suporte a seleção (single/multiple), agrupamento e templates.\nLib/Package: @praxisui/list\nTags: widget, list, lista, selection, configurable\nInputs:\n - config (PraxisListConfig)\n - listId (string)\n - componentInstanceId (string)\n - configPersistenceStrategy ('local-first' | 'input-first')\n - queryContext (PraxisDataQueryContext | null)\n - form (FormGroup)\n - enableCustomization (boolean)\nOutputs:\n - itemClick (ListItemEvent)\n - actionClick (ListActionEvent)\n - selectionChange (ListSelectionEvent)\n",
8788
+ "content": "Component ID: praxis-list\nSelector: praxis-list\nFriendly Name: Praxis List\nDescription: Lista com suporte a seleção (single/multiple), agrupamento e templates.\nLib/Package: @praxisui/list\nTags: widget, list, lista, selection, configurable\nInputs:\n - config (PraxisListConfig)\n - listId (string)\n - componentInstanceId (string)\n - configPersistenceStrategy ('local-first' | 'input-first' | 'volatile')\n - queryContext (PraxisDataQueryContext | null)\n - form (FormGroup)\n - enableCustomization (boolean)\nOutputs:\n - itemClick (ListItemEvent)\n - actionClick (ListActionEvent)\n - selectionChange (ListSelectionEvent)\n",
8789
8789
  "sourcePointer": "projects/praxis-list/src/lib/praxis-list.metadata.ts",
8790
- "contentHash": "2517f19d442043072650cb9fa6a34568726535c778f0a4bbbc93d0b01b5df08a",
8790
+ "contentHash": "f589cb2341d7a23ed3df996c9d11ffb8902a62747c54cf3c16187b503ab0df9a",
8791
8791
  "sourceKind": "component_definition",
8792
8792
  "sourceId": "praxis-list",
8793
8793
  "corpusVersion": "1.0.0"