@praxisui/list 9.0.36 → 9.0.38

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-29T20:24:51.350Z",
3
+ "generatedAt": "2026-08-30T02:26:55.462Z",
4
4
  "packageName": "@praxisui/list",
5
- "packageVersion": "9.0.36",
5
+ "packageVersion": "9.0.38",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 1,
@@ -199,6 +199,81 @@
199
199
  "scope": "any"
200
200
  }
201
201
  ],
202
+ "ports": [
203
+ {
204
+ "id": "queryContext",
205
+ "label": "Query Context",
206
+ "direction": "input",
207
+ "semanticKind": "query-context",
208
+ "schema": {
209
+ "id": "PraxisDataQueryContext",
210
+ "kind": "ts-type",
211
+ "ref": "PraxisDataQueryContext"
212
+ },
213
+ "compatibility": {
214
+ "acceptsSemanticKinds": [
215
+ "query-context"
216
+ ],
217
+ "schemaMode": "structural"
218
+ },
219
+ "description": "Contexto declarativo de filtro, ordenação e paginação aplicado ao runtime remoto da lista.",
220
+ "exposure": {
221
+ "public": true,
222
+ "group": "data"
223
+ }
224
+ },
225
+ {
226
+ "id": "itemClick",
227
+ "label": "Item Click",
228
+ "direction": "output",
229
+ "semanticKind": "event",
230
+ "schema": {
231
+ "id": "ListItemEvent",
232
+ "kind": "ts-type",
233
+ "ref": "ListItemEvent"
234
+ },
235
+ "cardinality": "stream",
236
+ "description": "Evento emitido quando o usuário ativa um item da lista.",
237
+ "exposure": {
238
+ "public": true,
239
+ "group": "interaction"
240
+ }
241
+ },
242
+ {
243
+ "id": "actionClick",
244
+ "label": "Action Click",
245
+ "direction": "output",
246
+ "semanticKind": "event",
247
+ "schema": {
248
+ "id": "ListActionEvent",
249
+ "kind": "ts-type",
250
+ "ref": "ListActionEvent"
251
+ },
252
+ "cardinality": "stream",
253
+ "description": "Evento emitido quando uma ação declarada do item é acionada.",
254
+ "exposure": {
255
+ "public": true,
256
+ "group": "interaction"
257
+ }
258
+ },
259
+ {
260
+ "id": "selectionChange",
261
+ "label": "Selection Change",
262
+ "direction": "output",
263
+ "semanticKind": "event",
264
+ "schema": {
265
+ "id": "ListSelectionEvent",
266
+ "kind": "ts-type",
267
+ "ref": "ListSelectionEvent"
268
+ },
269
+ "cardinality": "stream",
270
+ "description": "Evento canônico de seleção com mode, value, items e ids conforme a configuração runtime.",
271
+ "exposure": {
272
+ "public": true,
273
+ "group": "selection"
274
+ }
275
+ }
276
+ ],
202
277
  "configEditor": {
203
278
  "component": "[ref:PraxisListWidgetConfigEditor]",
204
279
  "title": "Configure list"