@praxisui/list 9.0.61 → 9.0.63

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-09-05T03:48:57.914Z",
3
+ "generatedAt": "2026-09-05T19:46:18.619Z",
4
4
  "packageName": "@praxisui/list",
5
- "packageVersion": "9.0.61",
5
+ "packageVersion": "9.0.63",
6
6
  "sourceRegistry": "praxis-component-registry-ingestion",
7
7
  "sourceRegistryVersion": "1.0.0",
8
8
  "componentCount": 1,
@@ -200,6 +200,28 @@
200
200
  }
201
201
  ],
202
202
  "ports": [
203
+ {
204
+ "id": "config",
205
+ "label": "List Config",
206
+ "direction": "input",
207
+ "semanticKind": "config-fragment",
208
+ "schema": {
209
+ "id": "PraxisListConfig",
210
+ "kind": "ts-type",
211
+ "ref": "PraxisListConfig"
212
+ },
213
+ "compatibility": {
214
+ "acceptsSemanticKinds": [
215
+ "config-fragment"
216
+ ],
217
+ "schemaMode": "structural"
218
+ },
219
+ "description": "Configuracao completa da lista materializada por composicao declarativa.",
220
+ "exposure": {
221
+ "public": true,
222
+ "group": "config"
223
+ }
224
+ },
203
225
  {
204
226
  "id": "queryContext",
205
227
  "label": "Query Context",
@@ -15940,6 +15940,23 @@ function parseInlineStyle(inlineStyle) {
15940
15940
  }
15941
15941
 
15942
15942
  const PRAXIS_LIST_PORTS = [
15943
+ {
15944
+ id: 'config',
15945
+ label: 'List Config',
15946
+ direction: 'input',
15947
+ semanticKind: 'config-fragment',
15948
+ schema: {
15949
+ id: 'PraxisListConfig',
15950
+ kind: 'ts-type',
15951
+ ref: 'PraxisListConfig',
15952
+ },
15953
+ compatibility: {
15954
+ acceptsSemanticKinds: ['config-fragment'],
15955
+ schemaMode: 'structural',
15956
+ },
15957
+ description: 'Configuracao completa da lista materializada por composicao declarativa.',
15958
+ exposure: { public: true, group: 'config' },
15959
+ },
15943
15960
  {
15944
15961
  id: 'queryContext',
15945
15962
  label: 'Query Context',
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@praxisui/list",
3
- "version": "9.0.61",
3
+ "version": "9.0.63",
4
4
  "description": "List components and helpers for Praxis UI.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
7
7
  "@angular/core": "^21.0.0",
8
8
  "@angular/material": "^21.0.0",
9
- "@praxisui/dynamic-fields": "^9.0.61",
9
+ "@praxisui/dynamic-fields": "^9.0.63",
10
10
  "rxjs": ">=7 <9",
11
11
  "@angular/forms": "^21.0.0",
12
12
  "@angular/router": "^21.0.0",
13
- "@praxisui/ai": "^9.0.61",
14
- "@praxisui/core": "^9.0.61",
15
- "@praxisui/rich-content": "^9.0.61",
16
- "@praxisui/settings-panel": "^9.0.61"
13
+ "@praxisui/ai": "^9.0.63",
14
+ "@praxisui/core": "^9.0.63",
15
+ "@praxisui/rich-content": "^9.0.63",
16
+ "@praxisui/settings-panel": "^9.0.63"
17
17
  },
18
18
  "dependencies": {
19
19
  "tslib": "^2.3.0",