@praxisui/dynamic-form 8.0.0-beta.1 → 8.0.0-beta.2

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.
@@ -20087,6 +20087,7 @@ const PRAXIS_DYNAMIC_FORM_COMPONENT_METADATA = {
20087
20087
  inputs: [
20088
20088
  { name: 'resourcePath', type: 'string', label: 'Recurso', description: 'Recurso base para CRUD/schemas' },
20089
20089
  { name: 'resourceId', type: 'string | number', label: 'ID do Registro', description: 'Identificador do registro' },
20090
+ { name: 'initialValue', type: 'Record<string, unknown> | null', label: 'Valor inicial', description: 'Valores iniciais locais aplicados antes da interacao do usuario' },
20090
20091
  { name: 'editorialContext', type: 'Record<string, unknown> | null', label: 'Contexto editorial', description: 'Contexto compartilhado usado para resolver bindings do rich content hospedado no form' },
20091
20092
  { name: 'mode', type: "'create' | 'edit' | 'view'", default: 'create', label: 'Modo', description: 'Modo do formulario' },
20092
20093
  {
@@ -23591,6 +23592,12 @@ const FORM_COMPONENT_AI_CAPABILITIES = {
23591
23592
  valueKind: 'string',
23592
23593
  description: 'ID do registro atual (string ou number).',
23593
23594
  },
23595
+ {
23596
+ path: 'inputs.initialValue',
23597
+ category: 'inputs',
23598
+ valueKind: 'object',
23599
+ description: 'Valores iniciais locais para campos host-authored ou complementares.',
23600
+ },
23594
23601
  {
23595
23602
  path: 'inputs.mode',
23596
23603
  category: 'inputs',
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@praxisui/dynamic-form",
3
- "version": "8.0.0-beta.1",
3
+ "version": "8.0.0-beta.2",
4
4
  "description": "Angular dynamic form engine for Praxis UI: metadata-driven forms, hooks, and services integrating @praxisui/* packages.",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",
7
7
  "@angular/core": "^20.0.0",
8
8
  "@angular/cdk": "^20.0.0",
9
- "@praxisui/rich-content": "^8.0.0-beta.1",
10
- "@praxisui/settings-panel": "^8.0.0-beta.1",
11
- "@praxisui/visual-builder": "^8.0.0-beta.1",
12
- "@praxisui/core": "^8.0.0-beta.1",
13
- "@praxisui/cron-builder": "^8.0.0-beta.1"
9
+ "@praxisui/rich-content": "^8.0.0-beta.2",
10
+ "@praxisui/settings-panel": "^8.0.0-beta.2",
11
+ "@praxisui/visual-builder": "^8.0.0-beta.2",
12
+ "@praxisui/core": "^8.0.0-beta.2",
13
+ "@praxisui/cron-builder": "^8.0.0-beta.2"
14
14
  },
15
15
  "dependencies": {
16
16
  "tslib": "^2.3.0",