@praxisui/dynamic-fields 8.0.0-beta.6 → 8.0.0-beta.61
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 +19 -0
- package/docs/dynamic-fields-field-catalog.md +217 -0
- package/docs/dynamic-fields-field-selection-guide.md +204 -0
- package/docs/dynamic-fields-host-custom-field-guide.md +252 -0
- package/docs/dynamic-fields-host-custom-field-troubleshooting.md +160 -0
- package/docs/dynamic-fields-inline-components-guide.md +582 -0
- package/docs/dynamic-fields-inline-filter-catalog.md +502 -0
- package/docs/dynamic-fields-inline-filter-custom-component-guide.md +241 -0
- package/docs/dynamic-fields-inline-filter-inventory.md +247 -0
- package/docs/dynamic-fields-inline-filter-runtime-contract.md +391 -0
- package/docs/dynamic-fields-inline-filter-selection-guide.md +419 -0
- package/docs/dynamic-fields-inline-filter-troubleshooting.md +201 -0
- package/docs/dynamic-fields-inventory.md +206 -0
- package/docs/dynamic-fields-playground-catalog-plan.md +243 -0
- package/docs/generic-crud-service.md +152 -0
- package/fesm2022/praxisui-dynamic-fields-index-CBogy3si.mjs +1 -0
- package/fesm2022/praxisui-dynamic-fields-index-CWPZdn1Y.mjs +6 -0
- package/fesm2022/praxisui-dynamic-fields-index-CrHhyUMO.mjs +1 -0
- package/fesm2022/praxisui-dynamic-fields-index-DhGo5In4.mjs +6 -0
- package/fesm2022/praxisui-dynamic-fields.mjs +19551 -10669
- package/package.json +14 -13
- package/src/lib/base/pdx-base-input-runtime-contract.json-api.md +526 -0
- package/src/lib/base/pdx-base-select-runtime-contract.json-api.md +474 -0
- package/src/lib/components/color-input/pdx-color-input.json-api.md +573 -0
- package/src/lib/components/color-picker/pdx-color-picker.json-api.md +686 -0
- package/src/lib/components/date-input/pdx-date-input.json-api.md +581 -0
- package/src/lib/components/datetime-local-input/pdx-datetime-local-input.json-api.md +560 -0
- package/src/lib/components/email-input/pdx-email-input.json-api.md +546 -0
- package/src/lib/components/field-shell/praxis-field-shell.json-api.md +523 -0
- package/src/lib/components/inline-async-select/pdx-inline-async-select.json-api.md +566 -0
- package/src/lib/components/inline-autocomplete/pdx-inline-autocomplete.json-api.md +554 -0
- package/src/lib/components/inline-color-label/pdx-inline-color-label.json-api.md +615 -0
- package/src/lib/components/inline-currency/pdx-inline-currency.json-api.md +542 -0
- package/src/lib/components/inline-currency-range/pdx-inline-currency-range.json-api.md +630 -0
- package/src/lib/components/inline-date/pdx-inline-date.json-api.md +529 -0
- package/src/lib/components/inline-date-range/pdx-inline-date-range.json-api.md +592 -0
- package/src/lib/components/inline-distance-radius/pdx-inline-distance-radius.json-api.md +649 -0
- package/src/lib/components/inline-entity-lookup/pdx-inline-entity-lookup.json-api.md +656 -0
- package/src/lib/components/inline-input/pdx-inline-input.json-api.md +538 -0
- package/src/lib/components/inline-multi-select/pdx-inline-multi-select.json-api.md +566 -0
- package/src/lib/components/inline-number/pdx-inline-number.json-api.md +533 -0
- package/src/lib/components/inline-pipeline-status/pdx-inline-pipeline-status.json-api.md +619 -0
- package/src/lib/components/inline-range-slider/pdx-inline-range-slider.json-api.md +605 -0
- package/src/lib/components/inline-rating/pdx-inline-rating.json-api.md +594 -0
- package/src/lib/components/inline-relative-period/pdx-inline-relative-period.json-api.md +623 -0
- package/src/lib/components/inline-score-priority/pdx-inline-score-priority.json-api.md +632 -0
- package/src/lib/components/inline-searchable-select/pdx-inline-searchable-select.json-api.md +564 -0
- package/src/lib/components/inline-select/pdx-inline-select.json-api.md +571 -0
- package/src/lib/components/inline-sentiment/pdx-inline-sentiment.json-api.md +661 -0
- package/src/lib/components/inline-time/pdx-inline-time.json-api.md +573 -0
- package/src/lib/components/inline-time-range/pdx-inline-time-range.json-api.md +635 -0
- package/src/lib/components/inline-toggle/pdx-inline-toggle.json-api.md +516 -0
- package/src/lib/components/inline-tree-select/pdx-inline-tree-select.json-api.md +637 -0
- package/src/lib/components/material-async-select/pdx-material-async-select.json-api.md +566 -0
- package/src/lib/components/material-autocomplete/pdx-material-autocomplete.json-api.md +561 -0
- package/src/lib/components/material-avatar/pdx-material-avatar.json-api.md +670 -0
- package/src/lib/components/material-button/pdx-material-button.json-api.md +572 -0
- package/src/lib/components/material-button-toggle/pdx-material-button-toggle.json-api.md +577 -0
- package/src/lib/components/material-checkbox-group/pdx-material-checkbox-group.json-api.md +611 -0
- package/src/lib/components/material-chips/pdx-material-chips.json-api.md +601 -0
- package/src/lib/components/material-colorpicker/pdx-material-colorpicker.json-api.md +545 -0
- package/src/lib/components/material-cpf-cnpj-input/pdx-material-cpf-cnpj-input.json-api.md +531 -0
- package/src/lib/components/material-currency/pdx-material-currency.json-api.md +569 -0
- package/src/lib/components/material-date-range/pdx-material-date-range.json-api.md +636 -0
- package/src/lib/components/material-datepicker/pdx-material-datepicker.json-api.md +551 -0
- package/src/lib/components/material-file-upload/pdx-material-file-upload.json-api.md +511 -0
- package/src/lib/components/material-multi-select/pdx-material-multi-select.json-api.md +596 -0
- package/src/lib/components/material-multi-select-tree/pdx-material-multi-select-tree.json-api.md +623 -0
- package/src/lib/components/material-price-range/pdx-material-price-range.json-api.md +619 -0
- package/src/lib/components/material-radio-group/pdx-material-radio-group.json-api.md +585 -0
- package/src/lib/components/material-range-slider/pdx-material-range-slider.json-api.md +664 -0
- package/src/lib/components/material-rating/pdx-material-rating.json-api.md +551 -0
- package/src/lib/components/material-searchable-select/pdx-material-searchable-select.json-api.md +602 -0
- package/src/lib/components/material-select/pdx-material-select.json-api.md +601 -0
- package/src/lib/components/material-selection-list/pdx-material-selection-list.json-api.md +607 -0
- package/src/lib/components/material-slide-toggle/pdx-material-slide-toggle.json-api.md +522 -0
- package/src/lib/components/material-slider/pdx-material-slider.json-api.md +602 -0
- package/src/lib/components/material-textarea/pdx-material-textarea.json-api.md +598 -0
- package/src/lib/components/material-timepicker/pdx-material-timepicker.json-api.md +554 -0
- package/src/lib/components/material-transfer-list/pdx-material-transfer-list.json-api.md +614 -0
- package/src/lib/components/material-tree-select/pdx-material-tree-select.json-api.md +649 -0
- package/src/lib/components/month-input/pdx-month-input.json-api.md +527 -0
- package/src/lib/components/number-input/pdx-number-input.json-api.md +594 -0
- package/src/lib/components/password-input/pdx-password-input.json-api.md +574 -0
- package/src/lib/components/pdx-material-time-range/pdx-material-time-range.json-api.md +592 -0
- package/src/lib/components/pdx-year-input/pdx-year-input.json-api.md +543 -0
- package/src/lib/components/phone-input/pdx-phone-input.json-api.md +583 -0
- package/src/lib/components/preload-status/pdx-preload-status.json-api.md +455 -0
- package/src/lib/components/search-input/pdx-search-input.json-api.md +536 -0
- package/src/lib/components/text-input/pdx-text-input.json-api.md +600 -0
- package/src/lib/components/time-input/pdx-time-input.json-api.md +546 -0
- package/src/lib/components/url-input/pdx-url-input.json-api.md +542 -0
- package/src/lib/components/week-input/pdx-week-input.json-api.md +533 -0
- package/{index.d.ts → types/praxisui-dynamic-fields.d.ts} +874 -440
- package/fesm2022/praxisui-dynamic-fields-index-C9IUU4lo.mjs +0 -1
- package/fesm2022/praxisui-dynamic-fields-index-GJtthzkD.mjs +0 -1
- package/fesm2022/praxisui-dynamic-fields-index-XvVS6lAQ.mjs +0 -1
|
@@ -0,0 +1,566 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "pdx-material-async-select JSON API (Canonical)"
|
|
3
|
+
slug: "pdx-material-async-select-json-api"
|
|
4
|
+
doc_type: "api-reference"
|
|
5
|
+
component: "pdx-material-async-select"
|
|
6
|
+
document_kind: "json-api-canonical"
|
|
7
|
+
reference_mode: "canonical"
|
|
8
|
+
contract_format: "json"
|
|
9
|
+
contract_source: "runtime-and-code"
|
|
10
|
+
description: "Referencia canonica do contrato JSON do componente pdx-material-async-select."
|
|
11
|
+
category: "components"
|
|
12
|
+
sub_category: "dynamic-fields"
|
|
13
|
+
audience:
|
|
14
|
+
- "frontend"
|
|
15
|
+
- "architect"
|
|
16
|
+
- "platform-team"
|
|
17
|
+
level: "advanced"
|
|
18
|
+
status: "active"
|
|
19
|
+
owner: "praxis-ui"
|
|
20
|
+
source_of_truth:
|
|
21
|
+
- "projects/praxis-dynamic-fields/src/lib/components/material-async-select/material-async-select.metadata.ts"
|
|
22
|
+
- "projects/praxis-dynamic-fields/src/lib/components/material-async-select/material-async-select.component.ts"
|
|
23
|
+
- "projects/praxis-dynamic-fields/src/lib/base/simple-base-select.component.ts"
|
|
24
|
+
- "projects/praxis-core/src/lib/models/material-field-metadata.interface.ts"
|
|
25
|
+
source_of_truth_last_verified: "2026-03-06"
|
|
26
|
+
last_updated: "2026-03-06"
|
|
27
|
+
toc: true
|
|
28
|
+
sidebar: true
|
|
29
|
+
tags:
|
|
30
|
+
- "json-api"
|
|
31
|
+
- "canonical-contract"
|
|
32
|
+
- "pdx-material-async-select"
|
|
33
|
+
api_stability: "canonical"
|
|
34
|
+
schema_verified: true
|
|
35
|
+
runtime_verified: true
|
|
36
|
+
editor_coverage_verified: false
|
|
37
|
+
runtime_scope: "public"
|
|
38
|
+
legacy_paths_present: true
|
|
39
|
+
has_known_mismatches: false
|
|
40
|
+
related_components:
|
|
41
|
+
- "praxis-table"
|
|
42
|
+
- "pdx-base-select-runtime-contract"
|
|
43
|
+
- "pdx-base-input-runtime-contract"
|
|
44
|
+
- "pdx-material-searchable-select"
|
|
45
|
+
- "pdx-material-multi-select"
|
|
46
|
+
---
|
|
47
|
+
|
|
48
|
+
# pdx-material-async-select
|
|
49
|
+
|
|
50
|
+
Este documento e a referencia canonica da API JSON de pdx-material-async-select.
|
|
51
|
+
|
|
52
|
+
## Summary
|
|
53
|
+
|
|
54
|
+
- Tipo documental: API reference canonica de contrato JSON.
|
|
55
|
+
- Source of truth: runtime e codigo declarados no frontmatter.
|
|
56
|
+
- Objetivo operacional: consulta rapida, auditavel e deterministica sob pressao.
|
|
57
|
+
- Resumo funcional: Contrato JSON metadata-driven com comportamento definido por runtime e schema associado.
|
|
58
|
+
|
|
59
|
+
## Purpose and scope
|
|
60
|
+
|
|
61
|
+
- O componente consome payload JSON metadata-driven e expoe comportamento runtime configuravel por contrato.
|
|
62
|
+
- Esta referencia cobre contrato publico, classificacao de paths e semantica de cobertura (runtime/schema/editor).
|
|
63
|
+
- Fora de escopo: quickstart, tutorial narrativo e notas arquiteturais que nao alteram contrato publico.
|
|
64
|
+
|
|
65
|
+
## Consulta rapida (obrigatorio)
|
|
66
|
+
|
|
67
|
+
| Regra/tema | Observado | Canonico desejado | Status | Evidencia |
|
|
68
|
+
| --- | --- | --- | --- | --- |
|
|
69
|
+
| Component id | `pdx-material-async-select` | Manter ID canonico estavel e versionado por contrato | Active | frontmatter.component |
|
|
70
|
+
| Primary contract source | `runtime-and-code` | Runtime, schema e docs devem permanecer rastreaveis | Partial | frontmatter.contract_source + source_of_truth |
|
|
71
|
+
| Runtime coverage | `true` | Comportamentos runtime criticos devem ficar explicitamente verificados | Active | `projects/praxis-dynamic-fields/src/lib/components/material-async-select/material-async-select.metadata.ts`, `projects/praxis-dynamic-fields/src/lib/components/material-async-select/material-async-select.component.ts` |
|
|
72
|
+
| Schema/type coverage | `true` | Tipos e schema devem refletir paths publicos do contrato | Active | source_of_truth + Detailed API reference |
|
|
73
|
+
| Editor/tooling coverage | `false` | Editor/tooling deve espelhar somente contrato publico suportado | Partial | `projects/praxis-core/src/lib/metadata/field-selector-control-type.constants.ts`, `projects/praxis-dynamic-fields/src/lib/services/component-registry/component-registry.service.ts` |
|
|
74
|
+
| Legacy paths | `true` | Segregar legado de caminhos canonicos com janela de migracao | Partial | frontmatter.legacy_paths_present |
|
|
75
|
+
| Known mismatches | `false` | Registrar observed vs desired de forma auditavel | Active | frontmatter.has_known_mismatches |
|
|
76
|
+
|
|
77
|
+
## Source of truth
|
|
78
|
+
|
|
79
|
+
| Source | Kind | Notes |
|
|
80
|
+
| --- | --- | --- |
|
|
81
|
+
| projects/praxis-dynamic-fields/src/lib/components/material-async-select/material-async-select.metadata.ts | schema-metadata | Arquivo presente no repositorio e usado como evidencia de contrato. |
|
|
82
|
+
| projects/praxis-dynamic-fields/src/lib/components/material-async-select/material-async-select.component.ts | runtime-code | Arquivo presente no repositorio e usado como evidencia de contrato. |
|
|
83
|
+
| projects/praxis-dynamic-fields/src/lib/base/simple-base-select.component.ts | runtime-code | Arquivo presente no repositorio e usado como evidencia de contrato. |
|
|
84
|
+
| projects/praxis-core/src/lib/models/material-field-metadata.interface.ts | schema-types | Arquivo presente no repositorio e usado como evidencia de contrato. |
|
|
85
|
+
|
|
86
|
+
## Support legend
|
|
87
|
+
|
|
88
|
+
- **Active**: suportado em runtime e liberado para uso externo.
|
|
89
|
+
- **Partial**: suporte parcial, com restricoes, lacunas ou validacao incompleta.
|
|
90
|
+
- **Declared-only**: declarado em tipos/schema sem evidencia operacional completa.
|
|
91
|
+
- **Schema-only**: presente em schema/tipos sem cobertura runtime confirmada.
|
|
92
|
+
- **Deprecated**: legado suportado por janela de migracao definida.
|
|
93
|
+
|
|
94
|
+
## Contract status snapshot
|
|
95
|
+
|
|
96
|
+
| Item | Value | Notes |
|
|
97
|
+
| --- | --- | --- |
|
|
98
|
+
| Reference mode | `canonical` | Deve permanecer canonico |
|
|
99
|
+
| Contract format | `json` | Contrato metadata-driven |
|
|
100
|
+
| Contract source | `runtime-and-code` | Alinhar com source_of_truth |
|
|
101
|
+
| Runtime scope | `public` | Escopo publicado para consumidores |
|
|
102
|
+
| Runtime verified | `true` | Revisar sempre com evidencia de runtime |
|
|
103
|
+
| Schema verified | `true` | Revisar sempre com evidencia de tipos/schema |
|
|
104
|
+
| Editor coverage verified | `false` | Revisar sempre com evidencia de editor/tooling |
|
|
105
|
+
| Legacy paths present | `true` | Segregar legado de contrato canonico |
|
|
106
|
+
| Has known mismatches | `false` | Divergencias devem aparecer em secao dedicada |
|
|
107
|
+
|
|
108
|
+
## Contract classification (obrigatorio)
|
|
109
|
+
|
|
110
|
+
### Canonical paths (public contract)
|
|
111
|
+
|
|
112
|
+
| Path | Type | Required | Default | Status | Notes |
|
|
113
|
+
| --- | --- | --- | --- | --- | --- |
|
|
114
|
+
| `metadata` | object | true | n/a | Partial | See Detailed API reference for runtime semantics. |
|
|
115
|
+
| `readonlyMode` | boolean | false | n/a | Partial | See Detailed API reference for runtime semantics. |
|
|
116
|
+
| `disabledMode` | boolean | false | n/a | Partial | See Detailed API reference for runtime semantics. |
|
|
117
|
+
| `visible` | boolean | false | n/a | Partial | See Detailed API reference for runtime semantics. |
|
|
118
|
+
| `presentationMode` | boolean | false | n/a | Partial | See Detailed API reference for runtime semantics. |
|
|
119
|
+
|
|
120
|
+
### Supported legacy paths
|
|
121
|
+
|
|
122
|
+
| Legacy path | Canonical replacement | Support window | Runtime behavior | Notes |
|
|
123
|
+
| --- | --- | --- | --- | --- |
|
|
124
|
+
| `metadata.options` | `metadata.selectOptions` | not-yet-defined | accepted for backward compatibility | Alias inferido da evidencia preservada; validar em runtime. |
|
|
125
|
+
|
|
126
|
+
### Internal-only paths
|
|
127
|
+
|
|
128
|
+
Nao ha paths internal-only confirmados no contrato publico desta revisao.
|
|
129
|
+
|
|
130
|
+
### Experimental paths
|
|
131
|
+
|
|
132
|
+
Nao ha paths experimentais confirmados no contrato publico desta revisao.
|
|
133
|
+
|
|
134
|
+
## Public contract surface (obrigatorio)
|
|
135
|
+
|
|
136
|
+
### Top-level configuration blocks
|
|
137
|
+
|
|
138
|
+
| Block | Purpose | Required | Merge strategy | Notes |
|
|
139
|
+
| --- | --- | --- | --- | --- |
|
|
140
|
+
| `metadata` | Payload declarativo principal do componente | true | deep-merge | runtime linkage verified for core flows (component specs, 2026-03-06). |
|
|
141
|
+
| `readonlyMode` | Override de readonly no host/runtime | false | override | runtime linkage verified for core flows (component specs, 2026-03-06). |
|
|
142
|
+
| `disabledMode` | Override de disabled no host/runtime | false | override | runtime linkage verified for core flows (component specs, 2026-03-06). |
|
|
143
|
+
| `visible` | Override de visibilidade no host/runtime | false | override | runtime linkage verified for core flows (component specs, 2026-03-06). |
|
|
144
|
+
| `presentationMode` | Renderizacao de apresentacao sem interacao | false | override | runtime linkage verified for core flows (component specs, 2026-03-06). |
|
|
145
|
+
|
|
146
|
+
### Nested configuration blocks
|
|
147
|
+
|
|
148
|
+
| Path | Type | Required | Default | Constraints | Notes |
|
|
149
|
+
| --- | --- | --- | --- | --- | --- |
|
|
150
|
+
| `metadata` | object | true | n/a | component-defined | Detailed API reference preserves component-specific fields. |
|
|
151
|
+
|
|
152
|
+
### Input bindings (inbound data)
|
|
153
|
+
|
|
154
|
+
| Binding/Path | Type | Required | Source | Runtime normalization | Notes |
|
|
155
|
+
| --- | --- | --- | --- | --- | --- |
|
|
156
|
+
| `metadata` | object | true | host-json | component-defined | Primary inbound contract payload. |
|
|
157
|
+
| `readonlyMode` | boolean | false | host-runtime | not-yet-verified | Host-level behavioral override. |
|
|
158
|
+
| `disabledMode` | boolean | false | host-runtime | not-yet-verified | Host-level behavioral override. |
|
|
159
|
+
| `visible` | boolean | false | host-runtime | not-yet-verified | Host-level behavioral override. |
|
|
160
|
+
| `presentationMode` | boolean | false | host-runtime | not-yet-verified | Host-level behavioral override. |
|
|
161
|
+
|
|
162
|
+
### Output events
|
|
163
|
+
|
|
164
|
+
| Event | Payload | Trigger | Stability | Notes |
|
|
165
|
+
| --- | --- | --- | --- | --- |
|
|
166
|
+
| `searchTermChange` | unknown | runtime-event | Experimental | Validate payload shape against source_of_truth. |
|
|
167
|
+
| `selectionChange` | unknown | runtime-event | Experimental | Validate payload shape against source_of_truth. |
|
|
168
|
+
| `openedChange` | unknown | runtime-event | Experimental | Validate payload shape against source_of_truth. |
|
|
169
|
+
| `valueChange` | unknown | runtime-event | Experimental | Validate payload shape against source_of_truth. |
|
|
170
|
+
| `focusChange` | unknown | runtime-event | Experimental | Validate payload shape against source_of_truth. |
|
|
171
|
+
| `nativeBlur` | unknown | runtime-event | Experimental | Validate payload shape against source_of_truth. |
|
|
172
|
+
| `nativeChange` | unknown | runtime-event | Experimental | Validate payload shape against source_of_truth. |
|
|
173
|
+
|
|
174
|
+
### External side channels
|
|
175
|
+
|
|
176
|
+
| Channel | Direction | Contract | Failure mode | Notes |
|
|
177
|
+
| --- | --- | --- | --- | --- |
|
|
178
|
+
| `host/services/storage` | bidirectional | component-defined | component-defined | Side channels variam por componente e host; verificar em source_of_truth. |
|
|
179
|
+
|
|
180
|
+
### Host/runtime dependencies
|
|
181
|
+
|
|
182
|
+
| Dependency | Required | Environment | Purpose | Notes |
|
|
183
|
+
| --- | --- | --- | --- | --- |
|
|
184
|
+
| `material-async-select.metadata.ts` | true | browser/dev/prod/ssr | contract resolution | Refer to `projects/praxis-dynamic-fields/src/lib/components/material-async-select/material-async-select.metadata.ts`. |
|
|
185
|
+
| `material-async-select.component.ts` | true | browser/dev/prod/ssr | contract resolution | Refer to `projects/praxis-dynamic-fields/src/lib/components/material-async-select/material-async-select.component.ts`. |
|
|
186
|
+
| `simple-base-select.component.ts` | true | browser/dev/prod/ssr | contract resolution | Refer to `projects/praxis-dynamic-fields/src/lib/base/simple-base-select.component.ts`. |
|
|
187
|
+
| `material-field-metadata.interface.ts` | true | browser/dev/prod/ssr | contract resolution | Refer to `projects/praxis-core/src/lib/models/material-field-metadata.interface.ts`. |
|
|
188
|
+
|
|
189
|
+
## Coverage by surface (obrigatorio)
|
|
190
|
+
|
|
191
|
+
### Coverage matrix (runtime, schema/type, editor/tooling)
|
|
192
|
+
|
|
193
|
+
| Surface | Verified | Coverage status | Evidence | Notes |
|
|
194
|
+
| --- | --- | --- | --- | --- |
|
|
195
|
+
| Runtime | `true` | Active | `projects/praxis-dynamic-fields/src/lib/components/material-async-select/material-async-select.metadata.ts`, `projects/praxis-dynamic-fields/src/lib/components/material-async-select/material-async-select.component.ts` | Core runtime flows verified via focused component specs on 2026-03-06; editor/tooling coverage remains independent. |
|
|
196
|
+
| Schema/Types | `true` | Active | source_of_truth + Detailed API reference | Reconcile schema/types with canonical paths during follow-up when needed. |
|
|
197
|
+
| Editor/Tooling | `false` | Partial | `projects/praxis-core/src/lib/metadata/field-selector-control-type.constants.ts`, `projects/praxis-dynamic-fields/src/lib/services/component-registry/component-registry.service.ts` | Selector/control-type tooling linkage verified via default selector map and registry seeding; visual editor end-to-end coverage remains not-yet-verified. |
|
|
198
|
+
|
|
199
|
+
### Runtime coverage boundaries
|
|
200
|
+
|
|
201
|
+
- Ambientes suportados: browser/dev/prod; SSR/hydration appears to be component-dependent unless explicitly verified.
|
|
202
|
+
- Pre-condicoes: payload JSON valido, bindings de host consistentes e dependencias descritas no source_of_truth.
|
|
203
|
+
- Fora de cobertura confirmada: caminhos internos, experimentais ou aliases nao enumerados formalmente.
|
|
204
|
+
|
|
205
|
+
### Editor and tooling notes
|
|
206
|
+
|
|
207
|
+
- Evidencia de tooling: selector `pdx-*` mapeado em `DEFAULT_FIELD_SELECTOR_CONTROL_TYPE_MAP` e semeado no `ComponentRegistryService`; editor visual E2E permanece not-yet-verified.
|
|
208
|
+
- O que esta exposto no editor visual depende da cobertura real do workspace e nao deve ser inferido como suporte runtime total.
|
|
209
|
+
- Campos disponiveis apenas via JSON/manual devem continuar no contrato, com rotulo explicito de cobertura parcial.
|
|
210
|
+
- Quando houver divergencia entre editor e runtime, manter mismatch rastreavel em secao dedicada.
|
|
211
|
+
|
|
212
|
+
## Resolution and precedence model (obrigatorio)
|
|
213
|
+
|
|
214
|
+
### Merge order
|
|
215
|
+
|
|
216
|
+
1. defaults do componente
|
|
217
|
+
2. contrato JSON recebido
|
|
218
|
+
3. overrides de host/runtime
|
|
219
|
+
4. normalizacoes internas
|
|
220
|
+
|
|
221
|
+
### Fallback order
|
|
222
|
+
|
|
223
|
+
contrato explicito -> aliases legados (quando suportados) -> defaults internos -> comportamento seguro
|
|
224
|
+
|
|
225
|
+
### Override points
|
|
226
|
+
|
|
227
|
+
- inputs publicos do componente
|
|
228
|
+
- configuracao JSON de runtime
|
|
229
|
+
- integracoes de host (servicos/tokens/adapters)
|
|
230
|
+
|
|
231
|
+
### Runtime normalization
|
|
232
|
+
|
|
233
|
+
Alias e defaults devem convergir para paths canonicos; onde nao houver evidencia, manter not-yet-verified de forma explicita.
|
|
234
|
+
|
|
235
|
+
### Precedence rules
|
|
236
|
+
|
|
237
|
+
Em conflito entre alias legado e path canonico, priorizar path canonico e registrar janela de migracao do legado.
|
|
238
|
+
|
|
239
|
+
## Validation and error semantics (obrigatorio)
|
|
240
|
+
|
|
241
|
+
### Validation model
|
|
242
|
+
|
|
243
|
+
| Path/Rule | Validation phase | Behavior on fail | Error code / warning | Notes |
|
|
244
|
+
| --- | --- | --- | --- | --- |
|
|
245
|
+
| canonical-paths | parse/runtime | component-defined (warn/reject/default) | not-yet-standardized | Semantica detalhada preservada na referencia tecnica por componente. |
|
|
246
|
+
|
|
247
|
+
### Invalid and unknown field handling
|
|
248
|
+
|
|
249
|
+
- Campos desconhecidos: comportamento component-defined (ignore, warn ou reject).
|
|
250
|
+
- Tipos invalidos: pode haver fallback, warning ou falha, conforme runtime especifico.
|
|
251
|
+
- Valores fora de dominio: registrar observed vs desired em Known limitations and mismatches.
|
|
252
|
+
|
|
253
|
+
### Fail-open / fail-closed behavior
|
|
254
|
+
|
|
255
|
+
| Condition | Mode | Runtime behavior | Consumer impact |
|
|
256
|
+
| --- | --- | --- | --- |
|
|
257
|
+
| invalid-or-unknown-field | component-defined | not-yet-verified | Pode gerar warning, fallback silencioso ou rejeicao; validar por componente. |
|
|
258
|
+
|
|
259
|
+
### Runtime warnings vs hard failures
|
|
260
|
+
|
|
261
|
+
| Condition | Severity | Observability | Consumer action |
|
|
262
|
+
| --- | --- | --- | --- |
|
|
263
|
+
| partial-or-declared-only-coverage | warning | logs/eventos do componente | Confirmar ligacao runtime antes de uso critico. |
|
|
264
|
+
| mismatch-confirmed | error-or-warning | componente/host observability | Planejar migracao e corrigir contrato/runtime. |
|
|
265
|
+
|
|
266
|
+
## Detailed API reference
|
|
267
|
+
### Preserved technical reference (normalized from previous revision)
|
|
268
|
+
|
|
269
|
+
`pdx-material-async-select` e um select config-first para catalogos remotos grandes, com busca no painel, carregamento incremental e suporte opcional a cursor. Nao e um select local com fetch pontual; e um runtime metadata-driven para cenarios corporativos de alto volume.
|
|
270
|
+
|
|
271
|
+
### Prova em 20 segundos
|
|
272
|
+
|
|
273
|
+
```json
|
|
274
|
+
{
|
|
275
|
+
"componentId": "pdx-material-async-select",
|
|
276
|
+
"metadata": {
|
|
277
|
+
"name": "supplier",
|
|
278
|
+
"label": "Fornecedor",
|
|
279
|
+
"controlType": "select",
|
|
280
|
+
"resourcePath": "suppliers/options",
|
|
281
|
+
"optionLabelKey": "label",
|
|
282
|
+
"optionValueKey": "id",
|
|
283
|
+
"loadOn": "open"
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
```
|
|
287
|
+
|
|
288
|
+
- O runtime abre o painel com busca e carga progressiva de opcoes.
|
|
289
|
+
- O mesmo contrato escala para multi-selecao com `multiple`, `selectAll` e `maxSelections`.
|
|
290
|
+
- A estrategia de carga pode alternar entre pagina tradicional e cursor sem trocar componente.
|
|
291
|
+
|
|
292
|
+
### Table of contents
|
|
293
|
+
|
|
294
|
+
- [Start here](#start-here)
|
|
295
|
+
- [Promessa e limites](#promessa-e-limites)
|
|
296
|
+
- [Controle de comportamento](#controle-de-comportamento)
|
|
297
|
+
- [Status model](#status-model)
|
|
298
|
+
- [Checklist corporativo](#checklist-corporativo)
|
|
299
|
+
- [Contrato tecnico completo](#contrato-tecnico-completo)
|
|
300
|
+
- [API do componente](#api-do-componente)
|
|
301
|
+
- [Matriz completa de cobertura JSON](#matriz-completa-de-cobertura-json)
|
|
302
|
+
- [Saidas runtime compartilhadas](#saidas-runtime-compartilhadas)
|
|
303
|
+
- [Troubleshooting](#troubleshooting)
|
|
304
|
+
- [Cross-links](#cross-links)
|
|
305
|
+
- [Referencias oficiais Angular](#referencias-oficiais-angular)
|
|
306
|
+
|
|
307
|
+
### Start here
|
|
308
|
+
|
|
309
|
+
#### Promessa e limites
|
|
310
|
+
|
|
311
|
+
**O que isso habilita:** select remoto com busca inline, pagina incremental e alternancia entre fluxo page/cursor.
|
|
312
|
+
|
|
313
|
+
**Quando usar:** catálogos remotos grandes com custo de carga alto e necessidade de UX progressiva.
|
|
314
|
+
|
|
315
|
+
**Exemplo minimo:** `resourcePath` + `optionLabelKey` + `optionValueKey`.
|
|
316
|
+
|
|
317
|
+
Garantias:
|
|
318
|
+
|
|
319
|
+
- input de busca e carga incremental estao habilitados no painel.
|
|
320
|
+
- `loadOn` controla a primeira carga (`open`, `init`, `none`).
|
|
321
|
+
- `useCursor` pode trocar estrategia de pagina quando backend suporta cursor.
|
|
322
|
+
|
|
323
|
+
Limites:
|
|
324
|
+
|
|
325
|
+
- debounce de busca interno permanece fixo em `300ms`.
|
|
326
|
+
- ordenacao nao possui contrato dedicado nesta camada.
|
|
327
|
+
- `loadOn` e `useCursor` dependem da capacidade do backend e da configuracao global.
|
|
328
|
+
|
|
329
|
+
#### Controle de comportamento
|
|
330
|
+
|
|
331
|
+
**O que isso habilita:** controle explicito de quando carregar (`loadOn`) e como paginar (page/cursor).
|
|
332
|
+
|
|
333
|
+
**Quando usar:** quando o host precisa reduzir custo de I/O e controlar estratégia de fetch inicial.
|
|
334
|
+
|
|
335
|
+
**Exemplo minimo:** `loadOn='open'` para adiar primeira carga remota.
|
|
336
|
+
|
|
337
|
+
Precedencia de comportamento:
|
|
338
|
+
|
|
339
|
+
1. `selectOptions` e usado como fonte local imediata.
|
|
340
|
+
2. `options` atua como alias legado quando `selectOptions` nao e enviado.
|
|
341
|
+
3. `resourcePath` ativa consulta remota com `filter/getOptionsByIds`.
|
|
342
|
+
4. `loadOn` decide se a primeira carga ocorre em `open`, `init` ou nunca automaticamente.
|
|
343
|
+
5. `useCursor` (quando habilitado) substitui pagina numerada por fluxo cursor-based.
|
|
344
|
+
|
|
345
|
+
#### Status model
|
|
346
|
+
|
|
347
|
+
- `Status: Active` - consumido diretamente no runtime do componente/base.
|
|
348
|
+
- `Status: Partial` - contrato existe, mas componente fixa parte do comportamento.
|
|
349
|
+
- `Status: Runtime-extension` - chave adicional suportada para compatibilidade runtime.
|
|
350
|
+
|
|
351
|
+
#### Checklist corporativo
|
|
352
|
+
|
|
353
|
+
- alinhe backend para pesquisa por termo e include de selecionados.
|
|
354
|
+
- padronize `optionLabelKey`/`optionValueKey` entre dominios.
|
|
355
|
+
- defina `dependencyLoadOnChange` conforme UX esperada em cascata.
|
|
356
|
+
- use `maxSelections` quando multi-select exigir limite de negocio.
|
|
357
|
+
|
|
358
|
+
### Contrato tecnico completo
|
|
359
|
+
|
|
360
|
+
#### API do componente
|
|
361
|
+
|
|
362
|
+
| Propriedade | Tipo | Padrao | Obrigatorio | Comportamento |
|
|
363
|
+
| --- | --- | --- | --- | --- |
|
|
364
|
+
| `metadata` | `MaterialSelectMetadata` | - | Sim | Contrato principal do async select. |
|
|
365
|
+
| `readonlyMode` | `boolean` | `false` | Nao | Sobrescreve modo leitura no host. |
|
|
366
|
+
| `disabledMode` | `boolean` | `false` | Nao | Sobrescreve estado disabled no host. |
|
|
367
|
+
| `visible` | `boolean` | `true` | Nao | Controla exibicao do host. |
|
|
368
|
+
| `presentationMode` | `boolean` | `false` | Nao | Modo apresentacao sem interacao. |
|
|
369
|
+
| `selectionChange` | `T \| T[]` | - | Output herdado | Mudanca de valor selecionado. |
|
|
370
|
+
| `optionSelected` | `SelectOption` | - | Output herdado | Selecao individual de opcao. |
|
|
371
|
+
| `optionsLoaded` | `SelectOption[]` | - | Output herdado | Lote remoto carregado. |
|
|
372
|
+
| `openedChange` | `boolean` | - | Output herdado | Estado de abertura do painel. |
|
|
373
|
+
| `searchTermChange` | `string` | - | Output herdado | Mudanca no termo de busca. |
|
|
374
|
+
|
|
375
|
+
#### Matriz completa de cobertura JSON
|
|
376
|
+
|
|
377
|
+
| Caminho JSON | Tipo | Status | Comportamento em runtime |
|
|
378
|
+
| --- | --- | --- | --- |
|
|
379
|
+
| `metadata.controlType` | `'select' \| 'multiSelect'` | Active | Contrato aceito para single/multiple. |
|
|
380
|
+
| `metadata.selectOptions` | `Array<{ value; text; label?; disabled? }>` | Active | Fonte principal de opcoes locais. |
|
|
381
|
+
| `metadata.options` | `Array<any>` | Runtime-extension | Alias legado quando `selectOptions` nao e informado. |
|
|
382
|
+
| `metadata.multiple` | `boolean` | Active | Define branch single/multiple no template. |
|
|
383
|
+
| `metadata.emptyOptionText` | `string` | Active | Exibe opcao nula no modo single. |
|
|
384
|
+
| `metadata.selectAll` | `boolean` | Active | Suporte herdado para modo multiplo. |
|
|
385
|
+
| `metadata.maxSelections` | `number` | Active | Limita selecoes em modo multiplo. |
|
|
386
|
+
| `metadata.resourcePath` | `string` | Active | Ativa carga remota de opcoes. |
|
|
387
|
+
| `metadata.filterCriteria` | `Record<string, any>` | Active | Filtros base para consulta remota. |
|
|
388
|
+
| `metadata.optionLabelKey` | `string` | Active | Chave de label no payload remoto. |
|
|
389
|
+
| `metadata.optionValueKey` | `string` | Active | Chave de value no payload remoto. |
|
|
390
|
+
| `metadata.searchable` | `boolean` | Partial | Campo existe no contrato, mas busca permanece habilitada neste componente. |
|
|
391
|
+
| `metadata.loadOn` | `'open' \| 'init' \| 'none'` | Runtime-extension | Estrategia de primeira carga remota. |
|
|
392
|
+
| `metadata.dependencyLoadOnChange` | `'respectLoadOn' \| 'immediate' \| 'manual'` | Runtime-extension | Regras de recarga por dependencia. |
|
|
393
|
+
|
|
394
|
+
Notas de runtime:
|
|
395
|
+
|
|
396
|
+
- em remoto, `loadOptions` usa filtro com include de selecionados na pagina 0.
|
|
397
|
+
- `onSearch` limpa estado local e reinicia pagina para novo termo.
|
|
398
|
+
|
|
399
|
+
Contrato compartilhado completo:
|
|
400
|
+
|
|
401
|
+
- [pdx-base-select-runtime-contract.json-api.md](projects/praxis-dynamic-fields/src/lib/base/pdx-base-select-runtime-contract.json-api.md)
|
|
402
|
+
- [pdx-base-input-runtime-contract.json-api.md](projects/praxis-dynamic-fields/src/lib/base/pdx-base-input-runtime-contract.json-api.md)
|
|
403
|
+
|
|
404
|
+
#### Saidas runtime compartilhadas
|
|
405
|
+
|
|
406
|
+
Os outputs sao herdados de `SimpleBaseSelectComponent` e utilizados para integracao com fluxo host, observabilidade e analytics.
|
|
407
|
+
|
|
408
|
+
#### Troubleshooting
|
|
409
|
+
|
|
410
|
+
1. `searchable=false` nao desativa busca.
|
|
411
|
+
Correcao: neste componente a busca e estrutural e permanece ativa.
|
|
412
|
+
|
|
413
|
+
2. Nada carrega ao abrir painel remoto.
|
|
414
|
+
Correcao: revise `loadOn`, `resourcePath` e permissao de endpoint.
|
|
415
|
+
|
|
416
|
+
3. Filtro remoto usa campo errado.
|
|
417
|
+
Correcao: alinhe `optionLabelKey` e `optionValueKey` ao payload real.
|
|
418
|
+
|
|
419
|
+
4. Item selecionado some apos nova busca.
|
|
420
|
+
Correcao: backend deve suportar include de ids selecionados na pagina inicial.
|
|
421
|
+
|
|
422
|
+
5. Cascata nao atualiza automaticamente.
|
|
423
|
+
Correcao: use `dependencyLoadOnChange='immediate'` ou dispare recarga no host.
|
|
424
|
+
|
|
425
|
+
#### Cross-links
|
|
426
|
+
|
|
427
|
+
- `projects/praxis-dynamic-fields/src/lib/components/material-searchable-select/pdx-material-searchable-select.json-api.md`
|
|
428
|
+
- `projects/praxis-dynamic-fields/src/lib/components/material-multi-select/pdx-material-multi-select.json-api.md`
|
|
429
|
+
- `projects/praxis-dynamic-fields/src/lib/base/pdx-base-select-runtime-contract.json-api.md`
|
|
430
|
+
|
|
431
|
+
### Referencias oficiais Angular
|
|
432
|
+
|
|
433
|
+
- Acessibilidade em Angular: https://angular.dev/best-practices/a11y
|
|
434
|
+
- Criacao e manutencao de libraries: https://angular.dev/tools/libraries/creating-libraries
|
|
435
|
+
|
|
436
|
+
## JSON path index (obrigatorio)
|
|
437
|
+
|
|
438
|
+
| Path | Type | Required | Default | Status | Notes |
|
|
439
|
+
| --- | --- | --- | --- | --- | --- |
|
|
440
|
+
| `metadata` | object | true | n/a | Partial | See Detailed API reference. |
|
|
441
|
+
| `readonlyMode` | boolean | false | n/a | Partial | See Detailed API reference. |
|
|
442
|
+
| `disabledMode` | boolean | false | n/a | Partial | See Detailed API reference. |
|
|
443
|
+
| `visible` | boolean | false | n/a | Partial | See Detailed API reference. |
|
|
444
|
+
| `presentationMode` | boolean | false | n/a | Partial | See Detailed API reference. |
|
|
445
|
+
|
|
446
|
+
## Events reference (obrigatorio)
|
|
447
|
+
|
|
448
|
+
| Event | Payload | Trigger | Stability | Notes |
|
|
449
|
+
| --- | --- | --- | --- | --- |
|
|
450
|
+
| `searchTermChange` | unknown | runtime-event | Experimental | Check component/runtime implementation. |
|
|
451
|
+
| `selectionChange` | unknown | runtime-event | Experimental | Check component/runtime implementation. |
|
|
452
|
+
| `openedChange` | unknown | runtime-event | Experimental | Check component/runtime implementation. |
|
|
453
|
+
| `valueChange` | unknown | runtime-event | Experimental | Check component/runtime implementation. |
|
|
454
|
+
| `focusChange` | unknown | runtime-event | Experimental | Check component/runtime implementation. |
|
|
455
|
+
| `nativeBlur` | unknown | runtime-event | Experimental | Check component/runtime implementation. |
|
|
456
|
+
| `nativeChange` | unknown | runtime-event | Experimental | Check component/runtime implementation. |
|
|
457
|
+
|
|
458
|
+
## Styling API (obrigatorio quando aplicavel)
|
|
459
|
+
|
|
460
|
+
| Token/Class | Scope | Purpose | Notes |
|
|
461
|
+
| --- | --- | --- | --- |
|
|
462
|
+
| `not-yet-verified` | component | Styling contract not yet verified | Use Detailed API reference for component-specific styling notes. |
|
|
463
|
+
|
|
464
|
+
## Examples (obrigatorio)
|
|
465
|
+
|
|
466
|
+
| Example | Scenario | Validates | Notes |
|
|
467
|
+
| --- | --- | --- | --- |
|
|
468
|
+
| `Minimal valid` | baseline payload | required contract blocks | Extracted from preserved technical reference when available. |
|
|
469
|
+
| `Common setup` | common component usage | standard runtime behavior | Validate against host integration path. |
|
|
470
|
+
| `Advanced setup` | richer config with overrides | precedence and normalization | Requires runtime confirmation for edge cases. |
|
|
471
|
+
| `Enterprise scenario` | governance/legacy/migration context | auditability and compatibility boundaries | Include tenant-specific constraints when applicable. |
|
|
472
|
+
|
|
473
|
+
### Minimal valid
|
|
474
|
+
|
|
475
|
+
```json
|
|
476
|
+
{
|
|
477
|
+
"componentId": "pdx-material-async-select",
|
|
478
|
+
"metadata": {
|
|
479
|
+
"name": "supplier",
|
|
480
|
+
"label": "Fornecedor",
|
|
481
|
+
"controlType": "select",
|
|
482
|
+
"resourcePath": "suppliers/options",
|
|
483
|
+
"optionLabelKey": "label",
|
|
484
|
+
"optionValueKey": "id",
|
|
485
|
+
"loadOn": "open"
|
|
486
|
+
},
|
|
487
|
+
"readonlyMode": false
|
|
488
|
+
}
|
|
489
|
+
```
|
|
490
|
+
|
|
491
|
+
### Common setup
|
|
492
|
+
|
|
493
|
+
```json
|
|
494
|
+
{
|
|
495
|
+
"componentId": "pdx-material-async-select",
|
|
496
|
+
"metadata": {
|
|
497
|
+
"name": "supplier",
|
|
498
|
+
"label": "Fornecedor",
|
|
499
|
+
"controlType": "select",
|
|
500
|
+
"resourcePath": "suppliers/options",
|
|
501
|
+
"optionLabelKey": "label",
|
|
502
|
+
"optionValueKey": "id",
|
|
503
|
+
"loadOn": "open"
|
|
504
|
+
},
|
|
505
|
+
"readonlyMode": true
|
|
506
|
+
}
|
|
507
|
+
```
|
|
508
|
+
|
|
509
|
+
### Advanced setup
|
|
510
|
+
|
|
511
|
+
```json
|
|
512
|
+
{
|
|
513
|
+
"componentId": "pdx-material-async-select",
|
|
514
|
+
"metadata": {
|
|
515
|
+
"name": "supplier",
|
|
516
|
+
"label": "Fornecedor",
|
|
517
|
+
"controlType": "select",
|
|
518
|
+
"resourcePath": "suppliers/options",
|
|
519
|
+
"optionLabelKey": "label",
|
|
520
|
+
"optionValueKey": "id",
|
|
521
|
+
"loadOn": "open"
|
|
522
|
+
},
|
|
523
|
+
"readonlyMode": false,
|
|
524
|
+
"disabledMode": false
|
|
525
|
+
}
|
|
526
|
+
```
|
|
527
|
+
|
|
528
|
+
### Enterprise scenario
|
|
529
|
+
|
|
530
|
+
```json
|
|
531
|
+
{
|
|
532
|
+
"componentId": "pdx-material-async-select",
|
|
533
|
+
"metadata": {
|
|
534
|
+
"name": "supplier",
|
|
535
|
+
"label": "Fornecedor",
|
|
536
|
+
"controlType": "select",
|
|
537
|
+
"resourcePath": "suppliers/options",
|
|
538
|
+
"optionLabelKey": "label",
|
|
539
|
+
"optionValueKey": "id",
|
|
540
|
+
"loadOn": "open"
|
|
541
|
+
},
|
|
542
|
+
"presentationMode": true,
|
|
543
|
+
"visible": true
|
|
544
|
+
}
|
|
545
|
+
```
|
|
546
|
+
|
|
547
|
+
## Compatibility and migration notes (recomendado)
|
|
548
|
+
|
|
549
|
+
| Concern | Affected versions | Migration action | Deadline | Notes |
|
|
550
|
+
| --- | --- | --- | --- | --- |
|
|
551
|
+
| Legacy aliases coexist with canonical paths | Active consumers using legacy JSON keys | Keep canonical paths for new usage and map aliases in migration backlog | not-yet-defined | Track via component-level migration issue |
|
|
552
|
+
|
|
553
|
+
## Known limitations and mismatches (recomendado)
|
|
554
|
+
|
|
555
|
+
| Path/Behavior | Observed behavior (runtime) | Desired behavior | Impact | Tracking issue | Target fix |
|
|
556
|
+
| --- | --- | --- | --- | --- | --- |
|
|
557
|
+
| Canonical contract parity | No confirmed mismatch in this revision; runtime linkage verified for core flows (2026-03-06), with editor/tooling coverage pending | Keep runtime/schema/editor alignment evidence updated | Low | n/a | Monitor in periodic audit |
|
|
558
|
+
|
|
559
|
+
## Source references (obrigatorio)
|
|
560
|
+
|
|
561
|
+
| Source type | Path/URL | Why it is source of truth | Last verified (YYYY-MM-DD) | Notes |
|
|
562
|
+
| --- | --- | --- | --- | --- |
|
|
563
|
+
| schema-metadata | projects/praxis-dynamic-fields/src/lib/components/material-async-select/material-async-select.metadata.ts | Primary source of truth for contract and behavior. | 2026-03-06 | verified-path |
|
|
564
|
+
| runtime-code | projects/praxis-dynamic-fields/src/lib/components/material-async-select/material-async-select.component.ts | Primary source of truth for contract and behavior. | 2026-03-06 | verified-path |
|
|
565
|
+
| runtime-code | projects/praxis-dynamic-fields/src/lib/base/simple-base-select.component.ts | Primary source of truth for contract and behavior. | 2026-03-06 | verified-path |
|
|
566
|
+
| schema-types | projects/praxis-core/src/lib/models/material-field-metadata.interface.ts | Primary source of truth for contract and behavior. | 2026-03-06 | verified-path |
|