@praxisui/settings-panel 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/settings-panel",
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,
@@ -1405,9 +1405,9 @@
1405
1405
  {
1406
1406
  "chunkIndex": 19,
1407
1407
  "chunkKind": "recipe",
1408
- "content": "{\"_comment\":\"Receita para o Painel de Configurações (Settings Panel).\",\"templateMeta\":{\"registryKey\":\"praxis-settings-panel\",\"variantId\":\"base\",\"useWhen\":\"Base settings panel configuration.\",\"examplePrompts\":[\"configure settings panel sections\",\"set settings panel titles and icons\"]},\"config\":{\"saveMode\":\"auto\",\"i18n\":{\"title\":\"Configurações do Sistema\",\"saveSuccess\":\"Salvo com sucesso!\"},\"validation\":{\"mode\":\"blur\"},\"sections\":[{\"id\":\"general\",\"title\":\"Geral\",\"icon\":\"tune\",\"permissions\":[\"admin\",\"manager\"],\"fields\":[{\"key\":\"appName\",\"type\":\"text\",\"label\":\"Nome da Aplicação\",\"required\":true},{\"key\":\"theme\",\"type\":\"select\",\"label\":\"Tema\",\"options\":[\"Light\",\"Dark\"]}]},{\"id\":\"notifications\",\"title\":\"Notificações\",\"icon\":\"notifications\",\"fields\":[{\"key\":\"emailAlerts\",\"type\":\"toggle\",\"label\":\"Alertas por E-mail\",\"default\":true},{\"key\":\"smsAlerts\",\"type\":\"toggle\",\"label\":\"Alertas por SMS\"}]}],\"overrides\":{\"tenant-abc\":{\"defaults\":{\"theme\":\"Dark\"}}}}}",
1408
+ "content": "{\"_comment\":\"Canonical Settings Panel authoring-shell recipe. The panel owns lifecycle, size and diagnostics; the hosted component owns its document semantics.\",\"templateMeta\":{\"registryKey\":\"praxis-settings-panel\",\"variantId\":\"authoring-roundtrip-shell\",\"useWhen\":\"A registered Praxis config editor implements SettingsValueProvider and needs Apply, Save, Reset, Cancel, diagnostics and resize behavior.\",\"examplePrompts\":[\"open the table editor in a resizable settings panel\",\"apply a preview without closing and save only when the editor is valid\",\"show why save is disabled while the hosted editor is busy\"]},\"authoringGuidance\":[\"Resolve the hosted editor through ComponentMetadataRegistry and its owner manifest.\",\"Keep hosted inputs serializable and owned by the hosted component.\",\"Apply emits the current SettingsValueProvider value without closing.\",\"Save persists through the provider hook or value fallback and closes with reason save.\",\"Reset is destructive and requires confirmation.\",\"Do not define consumer fields, permissions, sections or business configuration in the Settings Panel recipe.\"],\"config\":{\"id\":\"employee-table-settings\",\"title\":\"Employee table settings\",\"titleIcon\":\"table_view\",\"expanded\":false,\"minWidth\":\"420px\",\"maxWidth\":\"960px\",\"resizable\":true,\"persistSizeKey\":\"settings-panel:employee-table\",\"diagnostics\":{\"showStatusMessage\":true,\"showDisabledReason\":true,\"showBusyState\":true,\"exposeValidationState\":true}},\"editorHost\":{\"componentId\":\"praxis-table\",\"configManifestComponentId\":\"praxis-table\",\"editorContract\":\"SettingsValueProvider\",\"inputs\":{\"tableId\":\"employees\"}},\"lifecycle\":{\"apply\":{\"requireDirty\":true,\"requireValid\":true,\"blockWhileBusy\":true,\"closeAfterApply\":false},\"save\":{\"requireDirty\":true,\"requireValid\":true,\"blockWhileBusy\":true,\"useProviderHook\":true,\"closeAfterSave\":true},\"reset\":{\"requireConfirmation\":true,\"callProviderReset\":true,\"emitResetEvent\":true},\"cancel\":{\"consultOnBeforeClose\":true,\"confirmDiscardWhenDirty\":true}}}",
1409
1409
  "sourcePointer": "examples/ai-recipes/praxis-settings-panel.json",
1410
- "contentHash": "091a3d88263a3d9bf4f6bb40b34e8025f2fe7d73ba078ad3586f864227ee7670",
1410
+ "contentHash": "36d516b004f9e5f4ad4293eb7bf7ee5a8c5c1913347e45b0ab8b0a468016b78d",
1411
1411
  "sourceKind": "component_definition",
1412
1412
  "sourceId": "praxis-settings-panel",
1413
1413
  "corpusVersion": "1.0.0"
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@praxisui/settings-panel",
3
- "version": "9.0.36",
3
+ "version": "9.0.38",
4
4
  "description": "Settings panel for Praxis UI libraries: open editors for configuration at runtime and persist settings.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
7
7
  "@angular/core": "^21.0.0",
8
8
  "@angular/cdk": "^21.0.0",
9
9
  "@angular/material": "^21.0.0",
10
- "@praxisui/ai": "^9.0.36",
11
- "@praxisui/core": "^9.0.36",
12
- "@praxisui/dynamic-fields": "^9.0.36",
10
+ "@praxisui/ai": "^9.0.38",
11
+ "@praxisui/core": "^9.0.38",
12
+ "@praxisui/dynamic-fields": "^9.0.38",
13
13
  "rxjs": "~7.8.0"
14
14
  },
15
15
  "dependencies": {