@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,572 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: "pdx-material-button JSON API (Canonical)"
|
|
3
|
+
slug: "pdx-material-button-json-api"
|
|
4
|
+
doc_type: "api-reference"
|
|
5
|
+
component: "pdx-material-button"
|
|
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-button."
|
|
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-button/material-button.metadata.ts"
|
|
22
|
+
- "projects/praxis-dynamic-fields/src/lib/components/material-button/material-button.component.ts"
|
|
23
|
+
- "projects/praxis-dynamic-fields/src/lib/components/material-button/material-button.component.html"
|
|
24
|
+
- "projects/praxis-dynamic-fields/src/lib/base/simple-base-button.component.ts"
|
|
25
|
+
- "projects/praxis-core/src/lib/models/material-field-metadata.interface.ts"
|
|
26
|
+
source_of_truth_last_verified: "2026-03-06"
|
|
27
|
+
last_updated: "2026-03-06"
|
|
28
|
+
toc: true
|
|
29
|
+
sidebar: true
|
|
30
|
+
tags:
|
|
31
|
+
- "json-api"
|
|
32
|
+
- "canonical-contract"
|
|
33
|
+
- "pdx-material-button"
|
|
34
|
+
api_stability: "canonical"
|
|
35
|
+
schema_verified: true
|
|
36
|
+
runtime_verified: true
|
|
37
|
+
editor_coverage_verified: false
|
|
38
|
+
runtime_scope: "public"
|
|
39
|
+
legacy_paths_present: false
|
|
40
|
+
has_known_mismatches: false
|
|
41
|
+
related_components:
|
|
42
|
+
- "praxis-table"
|
|
43
|
+
- "pdx-material-file-upload"
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
# pdx-material-button
|
|
47
|
+
|
|
48
|
+
Este documento e a referencia canonica da API JSON de pdx-material-button.
|
|
49
|
+
|
|
50
|
+
## Summary
|
|
51
|
+
|
|
52
|
+
- Tipo documental: API reference canonica de contrato JSON.
|
|
53
|
+
- Source of truth: runtime e codigo declarados no frontmatter.
|
|
54
|
+
- Objetivo operacional: consulta rapida, auditavel e deterministica sob pressao.
|
|
55
|
+
- Resumo funcional: Contrato JSON metadata-driven com comportamento definido por runtime e schema associado.
|
|
56
|
+
|
|
57
|
+
## Purpose and scope
|
|
58
|
+
|
|
59
|
+
- O componente consome payload JSON metadata-driven e expoe comportamento runtime configuravel por contrato.
|
|
60
|
+
- Esta referencia cobre contrato publico, classificacao de paths e semantica de cobertura (runtime/schema/editor).
|
|
61
|
+
- Fora de escopo: quickstart, tutorial narrativo e notas arquiteturais que nao alteram contrato publico.
|
|
62
|
+
|
|
63
|
+
## Consulta rapida (obrigatorio)
|
|
64
|
+
|
|
65
|
+
| Regra/tema | Observado | Canonico desejado | Status | Evidencia |
|
|
66
|
+
| --- | --- | --- | --- | --- |
|
|
67
|
+
| Component id | `pdx-material-button` | Manter ID canonico estavel e versionado por contrato | Active | frontmatter.component |
|
|
68
|
+
| Primary contract source | `runtime-and-code` | Runtime, schema e docs devem permanecer rastreaveis | Partial | frontmatter.contract_source + source_of_truth |
|
|
69
|
+
| Runtime coverage | `true` | Comportamentos runtime criticos devem ficar explicitamente verificados | Active | `projects/praxis-dynamic-fields/src/lib/components/material-button/material-button.metadata.ts`, `projects/praxis-dynamic-fields/src/lib/components/material-button/material-button.component.ts` |
|
|
70
|
+
| Schema/type coverage | `true` | Tipos e schema devem refletir paths publicos do contrato | Active | source_of_truth + Detailed API reference |
|
|
71
|
+
| 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` |
|
|
72
|
+
| Legacy paths | `false` | Segregar legado de caminhos canonicos com janela de migracao | Active | frontmatter.legacy_paths_present |
|
|
73
|
+
| Known mismatches | `false` | Registrar observed vs desired de forma auditavel | Active | frontmatter.has_known_mismatches |
|
|
74
|
+
|
|
75
|
+
## Source of truth
|
|
76
|
+
|
|
77
|
+
| Source | Kind | Notes |
|
|
78
|
+
| --- | --- | --- |
|
|
79
|
+
| projects/praxis-dynamic-fields/src/lib/components/material-button/material-button.metadata.ts | schema-metadata | Arquivo presente no repositorio e usado como evidencia de contrato. |
|
|
80
|
+
| projects/praxis-dynamic-fields/src/lib/components/material-button/material-button.component.ts | runtime-code | Arquivo presente no repositorio e usado como evidencia de contrato. |
|
|
81
|
+
| projects/praxis-dynamic-fields/src/lib/components/material-button/material-button.component.html | runtime-code | Arquivo presente no repositorio e usado como evidencia de contrato. |
|
|
82
|
+
| projects/praxis-dynamic-fields/src/lib/base/simple-base-button.component.ts | runtime-code | Arquivo presente no repositorio e usado como evidencia de contrato. |
|
|
83
|
+
| projects/praxis-core/src/lib/models/material-field-metadata.interface.ts | schema-types | Arquivo presente no repositorio e usado como evidencia de contrato. |
|
|
84
|
+
|
|
85
|
+
## Support legend
|
|
86
|
+
|
|
87
|
+
- **Active**: suportado em runtime e liberado para uso externo.
|
|
88
|
+
- **Partial**: suporte parcial, com restricoes, lacunas ou validacao incompleta.
|
|
89
|
+
- **Declared-only**: declarado em tipos/schema sem evidencia operacional completa.
|
|
90
|
+
- **Schema-only**: presente em schema/tipos sem cobertura runtime confirmada.
|
|
91
|
+
- **Deprecated**: legado suportado por janela de migracao definida.
|
|
92
|
+
|
|
93
|
+
## Contract status snapshot
|
|
94
|
+
|
|
95
|
+
| Item | Value | Notes |
|
|
96
|
+
| --- | --- | --- |
|
|
97
|
+
| Reference mode | `canonical` | Deve permanecer canonico |
|
|
98
|
+
| Contract format | `json` | Contrato metadata-driven |
|
|
99
|
+
| Contract source | `runtime-and-code` | Alinhar com source_of_truth |
|
|
100
|
+
| Runtime scope | `public` | Escopo publicado para consumidores |
|
|
101
|
+
| Runtime verified | `true` | Revisar sempre com evidencia de runtime |
|
|
102
|
+
| Schema verified | `true` | Revisar sempre com evidencia de tipos/schema |
|
|
103
|
+
| Editor coverage verified | `false` | Revisar sempre com evidencia de editor/tooling |
|
|
104
|
+
| Legacy paths present | `false` | Segregar legado de contrato canonico |
|
|
105
|
+
| Has known mismatches | `false` | Divergencias devem aparecer em secao dedicada |
|
|
106
|
+
|
|
107
|
+
## Contract classification (obrigatorio)
|
|
108
|
+
|
|
109
|
+
### Canonical paths (public contract)
|
|
110
|
+
|
|
111
|
+
| Path | Type | Required | Default | Status | Notes |
|
|
112
|
+
| --- | --- | --- | --- | --- | --- |
|
|
113
|
+
| `metadata` | object | true | n/a | Partial | See Detailed API reference for runtime semantics. |
|
|
114
|
+
| `metadata.controlType` | string | false | n/a | Partial | See Detailed API reference for runtime semantics. |
|
|
115
|
+
| `metadata.label` | string | false | n/a | Partial | See Detailed API reference for runtime semantics. |
|
|
116
|
+
| `metadata.variant` | string | false | n/a | Partial | See Detailed API reference for runtime semantics. |
|
|
117
|
+
| `metadata.icon` | string | false | n/a | Partial | See Detailed API reference for runtime semantics. |
|
|
118
|
+
| `metadata.disableRipple` | boolean | false | n/a | Partial | See Detailed API reference for runtime semantics. |
|
|
119
|
+
| `metadata.action` | string | false | n/a | Partial | See Detailed API reference for runtime semantics. |
|
|
120
|
+
| `metadata.routerLink` | string | false | n/a | Partial | See Detailed API reference for runtime semantics. |
|
|
121
|
+
|
|
122
|
+
### Supported legacy paths
|
|
123
|
+
|
|
124
|
+
Nenhum path legado suportado foi identificado nesta revisao.
|
|
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
|
+
| `materialDesign` | Configuracao especifica de runtime | false | override | runtime linkage verified for core flows (component specs, 2026-03-06). |
|
|
142
|
+
|
|
143
|
+
### Nested configuration blocks
|
|
144
|
+
|
|
145
|
+
| Path | Type | Required | Default | Constraints | Notes |
|
|
146
|
+
| --- | --- | --- | --- | --- | --- |
|
|
147
|
+
| `metadata.controlType` | string | false | n/a | component-defined | Partial; verify per source_of_truth. |
|
|
148
|
+
| `metadata.label` | string | false | n/a | component-defined | Partial; verify per source_of_truth. |
|
|
149
|
+
| `metadata.variant` | string | false | n/a | component-defined | Partial; verify per source_of_truth. |
|
|
150
|
+
| `metadata.icon` | string | false | n/a | component-defined | Partial; verify per source_of_truth. |
|
|
151
|
+
| `metadata.disableRipple` | boolean | false | n/a | component-defined | Partial; verify per source_of_truth. |
|
|
152
|
+
| `metadata.action` | string | false | n/a | component-defined | Partial; verify per source_of_truth. |
|
|
153
|
+
| `metadata.routerLink` | string | false | n/a | component-defined | Partial; verify per source_of_truth. |
|
|
154
|
+
| `metadata.link` | string | false | n/a | component-defined | Partial; verify per source_of_truth. |
|
|
155
|
+
| `metadata.href` | string | false | n/a | component-defined | Partial; verify per source_of_truth. |
|
|
156
|
+
| `metadata.confirmDialog` | unknown | false | n/a | component-defined | Partial; verify per source_of_truth. |
|
|
157
|
+
|
|
158
|
+
### Input bindings (inbound data)
|
|
159
|
+
|
|
160
|
+
| Binding/Path | Type | Required | Source | Runtime normalization | Notes |
|
|
161
|
+
| --- | --- | --- | --- | --- | --- |
|
|
162
|
+
| `metadata` | object | true | host-json | component-defined | Primary inbound contract payload. |
|
|
163
|
+
|
|
164
|
+
### Output events
|
|
165
|
+
|
|
166
|
+
| Event | Payload | Trigger | Stability | Notes |
|
|
167
|
+
| --- | --- | --- | --- | --- |
|
|
168
|
+
| `actionExecuted` | unknown | runtime-event | Experimental | Validate payload shape against source_of_truth. |
|
|
169
|
+
| `click` | 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
|
+
|
|
172
|
+
### External side channels
|
|
173
|
+
|
|
174
|
+
| Channel | Direction | Contract | Failure mode | Notes |
|
|
175
|
+
| --- | --- | --- | --- | --- |
|
|
176
|
+
| `host/services/storage` | bidirectional | component-defined | component-defined | Side channels variam por componente e host; verificar em source_of_truth. |
|
|
177
|
+
|
|
178
|
+
### Host/runtime dependencies
|
|
179
|
+
|
|
180
|
+
| Dependency | Required | Environment | Purpose | Notes |
|
|
181
|
+
| --- | --- | --- | --- | --- |
|
|
182
|
+
| `material-button.metadata.ts` | true | browser/dev/prod/ssr | contract resolution | Refer to `projects/praxis-dynamic-fields/src/lib/components/material-button/material-button.metadata.ts`. |
|
|
183
|
+
| `material-button.component.ts` | true | browser/dev/prod/ssr | contract resolution | Refer to `projects/praxis-dynamic-fields/src/lib/components/material-button/material-button.component.ts`. |
|
|
184
|
+
| `material-button.component.html` | true | browser/dev/prod/ssr | contract resolution | Refer to `projects/praxis-dynamic-fields/src/lib/components/material-button/material-button.component.html`. |
|
|
185
|
+
| `simple-base-button.component.ts` | true | browser/dev/prod/ssr | contract resolution | Refer to `projects/praxis-dynamic-fields/src/lib/base/simple-base-button.component.ts`. |
|
|
186
|
+
| `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`. |
|
|
187
|
+
|
|
188
|
+
## Coverage by surface (obrigatorio)
|
|
189
|
+
|
|
190
|
+
### Coverage matrix (runtime, schema/type, editor/tooling)
|
|
191
|
+
|
|
192
|
+
| Surface | Verified | Coverage status | Evidence | Notes |
|
|
193
|
+
| --- | --- | --- | --- | --- |
|
|
194
|
+
| Runtime | `true` | Active | `projects/praxis-dynamic-fields/src/lib/components/material-button/material-button.metadata.ts`, `projects/praxis-dynamic-fields/src/lib/components/material-button/material-button.component.ts` | Core runtime flows verified via focused component specs on 2026-03-06; editor/tooling coverage remains independent. |
|
|
195
|
+
| Schema/Types | `true` | Active | source_of_truth + Detailed API reference | Reconcile schema/types with canonical paths during follow-up when needed. |
|
|
196
|
+
| 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. |
|
|
197
|
+
|
|
198
|
+
### Runtime coverage boundaries
|
|
199
|
+
|
|
200
|
+
- Ambientes suportados: browser/dev/prod; SSR/hydration appears to be component-dependent unless explicitly verified.
|
|
201
|
+
- Pre-condicoes: payload JSON valido, bindings de host consistentes e dependencias descritas no source_of_truth.
|
|
202
|
+
- Fora de cobertura confirmada: caminhos internos, experimentais ou aliases nao enumerados formalmente.
|
|
203
|
+
|
|
204
|
+
### Editor and tooling notes
|
|
205
|
+
|
|
206
|
+
- Evidencia de tooling: selector `pdx-*` mapeado em `DEFAULT_FIELD_SELECTOR_CONTROL_TYPE_MAP` e semeado no `ComponentRegistryService`; editor visual E2E permanece not-yet-verified.
|
|
207
|
+
- O que esta exposto no editor visual depende da cobertura real do workspace e nao deve ser inferido como suporte runtime total.
|
|
208
|
+
- Campos disponiveis apenas via JSON/manual devem continuar no contrato, com rotulo explicito de cobertura parcial.
|
|
209
|
+
- Quando houver divergencia entre editor e runtime, manter mismatch rastreavel em secao dedicada.
|
|
210
|
+
|
|
211
|
+
## Resolution and precedence model (obrigatorio)
|
|
212
|
+
|
|
213
|
+
### Merge order
|
|
214
|
+
|
|
215
|
+
1. defaults do componente
|
|
216
|
+
2. contrato JSON recebido
|
|
217
|
+
3. overrides de host/runtime
|
|
218
|
+
4. normalizacoes internas
|
|
219
|
+
|
|
220
|
+
### Fallback order
|
|
221
|
+
|
|
222
|
+
contrato explicito -> aliases legados (quando suportados) -> defaults internos -> comportamento seguro
|
|
223
|
+
|
|
224
|
+
### Override points
|
|
225
|
+
|
|
226
|
+
- inputs publicos do componente
|
|
227
|
+
- configuracao JSON de runtime
|
|
228
|
+
- integracoes de host (servicos/tokens/adapters)
|
|
229
|
+
|
|
230
|
+
### Runtime normalization
|
|
231
|
+
|
|
232
|
+
Alias e defaults devem convergir para paths canonicos; onde nao houver evidencia, manter not-yet-verified de forma explicita.
|
|
233
|
+
|
|
234
|
+
### Precedence rules
|
|
235
|
+
|
|
236
|
+
Em conflito entre alias legado e path canonico, priorizar path canonico e registrar janela de migracao do legado.
|
|
237
|
+
|
|
238
|
+
## Validation and error semantics (obrigatorio)
|
|
239
|
+
|
|
240
|
+
### Validation model
|
|
241
|
+
|
|
242
|
+
| Path/Rule | Validation phase | Behavior on fail | Error code / warning | Notes |
|
|
243
|
+
| --- | --- | --- | --- | --- |
|
|
244
|
+
| canonical-paths | parse/runtime | component-defined (warn/reject/default) | not-yet-standardized | Semantica detalhada preservada na referencia tecnica por componente. |
|
|
245
|
+
|
|
246
|
+
### Invalid and unknown field handling
|
|
247
|
+
|
|
248
|
+
- Campos desconhecidos: comportamento component-defined (ignore, warn ou reject).
|
|
249
|
+
- Tipos invalidos: pode haver fallback, warning ou falha, conforme runtime especifico.
|
|
250
|
+
- Valores fora de dominio: registrar observed vs desired em Known limitations and mismatches.
|
|
251
|
+
|
|
252
|
+
### Fail-open / fail-closed behavior
|
|
253
|
+
|
|
254
|
+
| Condition | Mode | Runtime behavior | Consumer impact |
|
|
255
|
+
| --- | --- | --- | --- |
|
|
256
|
+
| invalid-or-unknown-field | component-defined | not-yet-verified | Pode gerar warning, fallback silencioso ou rejeicao; validar por componente. |
|
|
257
|
+
|
|
258
|
+
### Runtime warnings vs hard failures
|
|
259
|
+
|
|
260
|
+
| Condition | Severity | Observability | Consumer action |
|
|
261
|
+
| --- | --- | --- | --- |
|
|
262
|
+
| partial-or-declared-only-coverage | warning | logs/eventos do componente | Confirmar ligacao runtime antes de uso critico. |
|
|
263
|
+
| mismatch-confirmed | error-or-warning | componente/host observability | Planejar migracao e corrigir contrato/runtime. |
|
|
264
|
+
|
|
265
|
+
## Detailed API reference
|
|
266
|
+
### Preserved technical reference (normalized from previous revision)
|
|
267
|
+
|
|
268
|
+
### 1. Visao Geral e Quando Usar
|
|
269
|
+
`pdx-material-button` e um botao orientado por JSON com variantes Material, execucao de acao e suporte a loading/atalho.
|
|
270
|
+
|
|
271
|
+
Use quando precisar:
|
|
272
|
+
- CTA configuravel por contrato (navegacao, link, acao custom);
|
|
273
|
+
- variantes visuais (`basic`, `raised`, `stroked`, `flat`, `icon`, `fab`, `mini-fab`);
|
|
274
|
+
- padrao corporativo de acao com telemetria/atalhos.
|
|
275
|
+
|
|
276
|
+
### 2. API do Componente (Inputs/Outputs)
|
|
277
|
+
| Propriedade | Tipo | Padrao | Obrigatorio | Comportamento |
|
|
278
|
+
| --- | --- | --- | --- | --- |
|
|
279
|
+
| `metadata` | `MaterialButtonMetadata` | - | Sim | Contrato principal do botao. |
|
|
280
|
+
| `actionExecuted` | `any` | - | Output base button | Resultado da acao executada. |
|
|
281
|
+
| `click` | `MouseEvent` | - | Output base button | Clique do botao antes/apos pipeline de acao. |
|
|
282
|
+
| `focusChange` | `boolean` | - | Output base button | Mudanca de foco. |
|
|
283
|
+
|
|
284
|
+
### 3. Matriz de Cobertura JSON (Completa)
|
|
285
|
+
#### 3.1 Campos especificos do componente
|
|
286
|
+
| Caminho JSON | Tipo | Status | Comportamento em runtime |
|
|
287
|
+
| --- | --- | --- | --- |
|
|
288
|
+
| `metadata.controlType` | `'button'` | Ativo | Define renderer de botao Material. |
|
|
289
|
+
| `metadata.label` | `string` | Ativo | Texto principal do botao. |
|
|
290
|
+
| `metadata.variant` | `'raised' \| 'stroked' \| 'flat' \| 'icon' \| 'fab' \| 'mini-fab'` | Ativo | Determina tipo de botao Material renderizado. |
|
|
291
|
+
| `metadata.icon` | `string` | Ativo | Icone principal do botao. |
|
|
292
|
+
| `metadata.disableRipple` | `boolean` | Ativo | Desativa ripple visual do botao. |
|
|
293
|
+
| `metadata.action` | `string \| any` | Ativo | Acao custom no pipeline de execucao do base button. |
|
|
294
|
+
| `metadata.routerLink` | `string` | Ativo | Navegacao interna via `router.navigateByUrl`. |
|
|
295
|
+
| `metadata.link` / `metadata.href` | `string` | Ativo | Abre link externo em nova aba. |
|
|
296
|
+
| `metadata.confirmDialog` | `{ title; message; ... }` | Ativo | Exige confirmacao antes de executar acao. |
|
|
297
|
+
| `metadata.shortcut` | `string` | Extensao de runtime | Registra atalho de teclado quando `KeyboardShortcutService` existe. |
|
|
298
|
+
| `metadata.loading` | `boolean` | Ativo | Exibe estado de loading herdado do base button. |
|
|
299
|
+
| `metadata.loadingText` | `string` | Ativo | Texto alternativo durante loading. |
|
|
300
|
+
| `metadata.description` | `string` | Ativo | Tooltip e descricao auxiliar do botao. |
|
|
301
|
+
| `metadata.buttonIconPosition` | `'before' \| 'after'` | Declared-only | Declarado na interface, sem branch visual dedicada no template atual. |
|
|
302
|
+
| `metadata.color` | `ThemePalette` | Parcial | Cor principal vem de `materialDesign.color`; `color` tipado pode nao dominar sozinho. |
|
|
303
|
+
| `metadata.confirmationMessage` | `string` | Declared-only | Interface tipada nao e convertida automaticamente para `confirmDialog`. |
|
|
304
|
+
| `metadata.confirmationTitle` | `string` | Declared-only | Interface tipada nao e convertida automaticamente para `confirmDialog`. |
|
|
305
|
+
| `metadata.confirmationButtons` | `object` | Declared-only | Interface tipada nao e convertida automaticamente para `confirmDialog`. |
|
|
306
|
+
|
|
307
|
+
#### 3.2 Campos herdados compartilhados (exaustivo)
|
|
308
|
+
Contrato compartilhado de botao base:
|
|
309
|
+
- pipeline de acao (`navigation`, `external-link`, `custom`), loading e debounce de clique em `SimpleBaseButtonComponent`.
|
|
310
|
+
|
|
311
|
+
Resumo de composicao deste componente:
|
|
312
|
+
- `Ativo`: variantes visuais, acoes, loading, tooltip, atalho.
|
|
313
|
+
- `Parcial`: resolucao de cor entre `color` e `materialDesign.color`.
|
|
314
|
+
- `Declared-only`: bloco `confirmation*` da interface tipada sem mapper dedicado.
|
|
315
|
+
|
|
316
|
+
### 4. Mapeamento de Comportamento
|
|
317
|
+
- `handleClick`:
|
|
318
|
+
1. valida debounce/disabled/loading,
|
|
319
|
+
2. emite `click`,
|
|
320
|
+
3. resolve tipo de acao,
|
|
321
|
+
4. executa pipeline (com confirmacao opcional),
|
|
322
|
+
5. emite `actionExecuted`.
|
|
323
|
+
- Variantes: template possui branch dedicada para cada `variant`.
|
|
324
|
+
- Icon-only: `icon/fab/mini-fab` ajustam aria-label e exibicao de texto.
|
|
325
|
+
|
|
326
|
+
### 5. Exemplo Minimo (JSON + Uso)
|
|
327
|
+
```json
|
|
328
|
+
{
|
|
329
|
+
"componentId": "pdx-material-button",
|
|
330
|
+
"metadata": {
|
|
331
|
+
"name": "saveBtn",
|
|
332
|
+
"label": "Salvar",
|
|
333
|
+
"controlType": "button",
|
|
334
|
+
"variant": "raised",
|
|
335
|
+
"icon": "mi:save",
|
|
336
|
+
"action": "save"
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
```
|
|
340
|
+
Uso: botao de acao simples com variante raised.
|
|
341
|
+
|
|
342
|
+
### 6. Exemplo Corporativo (JSON + Uso)
|
|
343
|
+
```json
|
|
344
|
+
{
|
|
345
|
+
"componentId": "pdx-material-button",
|
|
346
|
+
"metadata": {
|
|
347
|
+
"name": "approveBtn",
|
|
348
|
+
"label": "Aprovar Contrato",
|
|
349
|
+
"controlType": "button",
|
|
350
|
+
"variant": "stroked",
|
|
351
|
+
"icon": "mi:check_circle",
|
|
352
|
+
"disableRipple": false,
|
|
353
|
+
"routerLink": "/contracts/approval",
|
|
354
|
+
"shortcut": "Ctrl+Shift+A",
|
|
355
|
+
"description": "Executa fluxo de aprovacao corporativa",
|
|
356
|
+
"confirmDialog": {
|
|
357
|
+
"title": "Confirmar aprovacao",
|
|
358
|
+
"message": "Deseja aprovar este contrato agora?",
|
|
359
|
+
"confirmLabel": "Aprovar",
|
|
360
|
+
"cancelLabel": "Cancelar"
|
|
361
|
+
},
|
|
362
|
+
"materialDesign": {
|
|
363
|
+
"color": "primary"
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
```
|
|
368
|
+
Uso: CTA corporativo com confirmacao e atalho de teclado.
|
|
369
|
+
|
|
370
|
+
### 7. Troubleshooting e Armadilhas Comuns
|
|
371
|
+
1. Esperar confirmacao por `confirmationMessage`/`confirmationTitle`.
|
|
372
|
+
Correcao: runtime base usa `confirmDialog`; mapear explicitamente esse bloco.
|
|
373
|
+
|
|
374
|
+
2. Cor nao aplica conforme esperado.
|
|
375
|
+
Correcao: priorizar `materialDesign.color` no payload final.
|
|
376
|
+
|
|
377
|
+
3. Atalho nao dispara.
|
|
378
|
+
Correcao: verificar disponibilidade de `KeyboardShortcutService` no host.
|
|
379
|
+
|
|
380
|
+
4. Acao nao executa por duplo clique rapido.
|
|
381
|
+
Correcao: comportamento esperado por debounce interno do base button.
|
|
382
|
+
|
|
383
|
+
5. Icone nao muda de posicao por `buttonIconPosition`.
|
|
384
|
+
Correcao: campo tipado sem branch visual dedicada no template atual.
|
|
385
|
+
|
|
386
|
+
### 8. Cross-links
|
|
387
|
+
- `projects/praxis-dynamic-fields/src/lib/components/material-file-upload/pdx-material-file-upload.json-api.md`
|
|
388
|
+
- `projects/praxis-table/src/lib/praxis-table.json-api.md`
|
|
389
|
+
|
|
390
|
+
### 9. Relatorio de Validacao Estrutural
|
|
391
|
+
- Visao geral: PASS
|
|
392
|
+
- API (inputs/outputs): PASS
|
|
393
|
+
- Cobertura JSON completa (especifico + herdado): PASS
|
|
394
|
+
- Mapeamento de comportamento: PASS
|
|
395
|
+
- Exemplo minimo: PASS
|
|
396
|
+
- Exemplo corporativo: PASS
|
|
397
|
+
- Troubleshooting: PASS
|
|
398
|
+
|
|
399
|
+
## JSON path index (obrigatorio)
|
|
400
|
+
|
|
401
|
+
| Path | Type | Required | Default | Status | Notes |
|
|
402
|
+
| --- | --- | --- | --- | --- | --- |
|
|
403
|
+
| `metadata` | object | true | n/a | Partial | See Detailed API reference. |
|
|
404
|
+
| `metadata.controlType` | string | false | n/a | Partial | See Detailed API reference. |
|
|
405
|
+
| `metadata.label` | string | false | n/a | Partial | See Detailed API reference. |
|
|
406
|
+
| `metadata.variant` | string | false | n/a | Partial | See Detailed API reference. |
|
|
407
|
+
| `metadata.icon` | string | false | n/a | Partial | See Detailed API reference. |
|
|
408
|
+
| `metadata.disableRipple` | boolean | false | n/a | Partial | See Detailed API reference. |
|
|
409
|
+
| `metadata.action` | string | false | n/a | Partial | See Detailed API reference. |
|
|
410
|
+
| `metadata.routerLink` | string | false | n/a | Partial | See Detailed API reference. |
|
|
411
|
+
| `metadata.link` | string | false | n/a | Partial | See Detailed API reference. |
|
|
412
|
+
| `metadata.href` | string | false | n/a | Partial | See Detailed API reference. |
|
|
413
|
+
| `metadata.confirmDialog` | unknown | false | n/a | Partial | See Detailed API reference. |
|
|
414
|
+
| `metadata.shortcut` | unknown | false | n/a | Partial | See Detailed API reference. |
|
|
415
|
+
| `metadata.loading` | unknown | false | n/a | Partial | See Detailed API reference. |
|
|
416
|
+
| `metadata.loadingText` | unknown | false | n/a | Partial | See Detailed API reference. |
|
|
417
|
+
| `metadata.description` | string | false | n/a | Partial | See Detailed API reference. |
|
|
418
|
+
| `metadata.buttonIconPosition` | string | false | n/a | Partial | See Detailed API reference. |
|
|
419
|
+
| `metadata.color` | string | false | n/a | Partial | See Detailed API reference. |
|
|
420
|
+
| `materialDesign.color` | string | false | n/a | Partial | See Detailed API reference. |
|
|
421
|
+
| `metadata.confirmationMessage` | string | false | n/a | Partial | See Detailed API reference. |
|
|
422
|
+
| `metadata.confirmationTitle` | string | false | n/a | Partial | See Detailed API reference. |
|
|
423
|
+
|
|
424
|
+
## Events reference (obrigatorio)
|
|
425
|
+
|
|
426
|
+
| Event | Payload | Trigger | Stability | Notes |
|
|
427
|
+
| --- | --- | --- | --- | --- |
|
|
428
|
+
| `actionExecuted` | unknown | runtime-event | Experimental | Check component/runtime implementation. |
|
|
429
|
+
| `click` | unknown | runtime-event | Experimental | Check component/runtime implementation. |
|
|
430
|
+
| `focusChange` | unknown | runtime-event | Experimental | Check component/runtime implementation. |
|
|
431
|
+
|
|
432
|
+
## Styling API (obrigatorio quando aplicavel)
|
|
433
|
+
|
|
434
|
+
| Token/Class | Scope | Purpose | Notes |
|
|
435
|
+
| --- | --- | --- | --- |
|
|
436
|
+
| `metadata.variant` | component | Styling-related JSON path | Validate against runtime implementation. |
|
|
437
|
+
| `metadata.icon` | component | Styling-related JSON path | Validate against runtime implementation. |
|
|
438
|
+
| `metadata.buttonIconPosition` | component | Styling-related JSON path | Validate against runtime implementation. |
|
|
439
|
+
| `metadata.color` | component | Styling-related JSON path | Validate against runtime implementation. |
|
|
440
|
+
| `materialDesign.color` | component | Styling-related JSON path | Validate against runtime implementation. |
|
|
441
|
+
|
|
442
|
+
## Examples (obrigatorio)
|
|
443
|
+
|
|
444
|
+
| Example | Scenario | Validates | Notes |
|
|
445
|
+
| --- | --- | --- | --- |
|
|
446
|
+
| `Minimal valid` | baseline payload | required contract blocks | Extracted from preserved technical reference when available. |
|
|
447
|
+
| `Common setup` | common component usage | standard runtime behavior | Validate against host integration path. |
|
|
448
|
+
| `Advanced setup` | richer config with overrides | precedence and normalization | Requires runtime confirmation for edge cases. |
|
|
449
|
+
| `Enterprise scenario` | governance/legacy/migration context | auditability and compatibility boundaries | Include tenant-specific constraints when applicable. |
|
|
450
|
+
|
|
451
|
+
### Minimal valid
|
|
452
|
+
|
|
453
|
+
```json
|
|
454
|
+
{
|
|
455
|
+
"componentId": "pdx-material-button",
|
|
456
|
+
"metadata": {
|
|
457
|
+
"name": "saveBtn",
|
|
458
|
+
"label": "Salvar",
|
|
459
|
+
"controlType": "button",
|
|
460
|
+
"variant": "raised",
|
|
461
|
+
"icon": "mi:save",
|
|
462
|
+
"action": "save",
|
|
463
|
+
"disableRipple": false
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
```
|
|
467
|
+
|
|
468
|
+
### Common setup
|
|
469
|
+
|
|
470
|
+
```json
|
|
471
|
+
{
|
|
472
|
+
"componentId": "pdx-material-button",
|
|
473
|
+
"metadata": {
|
|
474
|
+
"name": "approveBtn",
|
|
475
|
+
"label": "pdx-material-button-common",
|
|
476
|
+
"controlType": "button",
|
|
477
|
+
"variant": "stroked",
|
|
478
|
+
"icon": "mi:check_circle",
|
|
479
|
+
"disableRipple": false,
|
|
480
|
+
"routerLink": "/contracts/approval",
|
|
481
|
+
"shortcut": "Ctrl+Shift+A",
|
|
482
|
+
"description": "Executa fluxo de aprovacao corporativa",
|
|
483
|
+
"confirmDialog": {
|
|
484
|
+
"title": "Confirmar aprovacao",
|
|
485
|
+
"message": "Deseja aprovar este contrato agora?",
|
|
486
|
+
"confirmLabel": "Aprovar",
|
|
487
|
+
"cancelLabel": "Cancelar"
|
|
488
|
+
},
|
|
489
|
+
"materialDesign": {
|
|
490
|
+
"color": "primary"
|
|
491
|
+
}
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
```
|
|
495
|
+
|
|
496
|
+
### Advanced setup
|
|
497
|
+
|
|
498
|
+
```json
|
|
499
|
+
{
|
|
500
|
+
"componentId": "pdx-material-button",
|
|
501
|
+
"metadata": {
|
|
502
|
+
"name": "approveBtn",
|
|
503
|
+
"label": "pdx-material-button-advanced",
|
|
504
|
+
"controlType": "button",
|
|
505
|
+
"variant": "stroked",
|
|
506
|
+
"icon": "mi:check_circle",
|
|
507
|
+
"disableRipple": false,
|
|
508
|
+
"routerLink": "/contracts/approval",
|
|
509
|
+
"shortcut": "Ctrl+Shift+A",
|
|
510
|
+
"description": "Executa fluxo de aprovacao corporativa",
|
|
511
|
+
"confirmDialog": {
|
|
512
|
+
"title": "Confirmar aprovacao",
|
|
513
|
+
"message": "Deseja aprovar este contrato agora?",
|
|
514
|
+
"confirmLabel": "Aprovar",
|
|
515
|
+
"cancelLabel": "Cancelar"
|
|
516
|
+
},
|
|
517
|
+
"materialDesign": {
|
|
518
|
+
"color": "primary"
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
```
|
|
523
|
+
|
|
524
|
+
### Enterprise scenario
|
|
525
|
+
|
|
526
|
+
```json
|
|
527
|
+
{
|
|
528
|
+
"componentId": "pdx-material-button",
|
|
529
|
+
"metadata": {
|
|
530
|
+
"name": "approveBtn",
|
|
531
|
+
"label": "pdx-material-button-enterprise",
|
|
532
|
+
"controlType": "button",
|
|
533
|
+
"variant": "stroked",
|
|
534
|
+
"icon": "mi:check_circle",
|
|
535
|
+
"disableRipple": false,
|
|
536
|
+
"routerLink": "/contracts/approval",
|
|
537
|
+
"shortcut": "Ctrl+Shift+A",
|
|
538
|
+
"description": "Executa fluxo de aprovacao corporativa",
|
|
539
|
+
"confirmDialog": {
|
|
540
|
+
"title": "Confirmar aprovacao",
|
|
541
|
+
"message": "Deseja aprovar este contrato agora?",
|
|
542
|
+
"confirmLabel": "Aprovar",
|
|
543
|
+
"cancelLabel": "Cancelar"
|
|
544
|
+
},
|
|
545
|
+
"materialDesign": {
|
|
546
|
+
"color": "primary"
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
```
|
|
551
|
+
|
|
552
|
+
## Compatibility and migration notes (recomendado)
|
|
553
|
+
|
|
554
|
+
| Concern | Affected versions | Migration action | Deadline | Notes |
|
|
555
|
+
| --- | --- | --- | --- | --- |
|
|
556
|
+
| No legacy path detected in current revision | n/a | No migration action required for canonical paths | n/a | Re-evaluate if backward-compat aliases are introduced |
|
|
557
|
+
|
|
558
|
+
## Known limitations and mismatches (recomendado)
|
|
559
|
+
|
|
560
|
+
| Path/Behavior | Observed behavior (runtime) | Desired behavior | Impact | Tracking issue | Target fix |
|
|
561
|
+
| --- | --- | --- | --- | --- | --- |
|
|
562
|
+
| 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 |
|
|
563
|
+
|
|
564
|
+
## Source references (obrigatorio)
|
|
565
|
+
|
|
566
|
+
| Source type | Path/URL | Why it is source of truth | Last verified (YYYY-MM-DD) | Notes |
|
|
567
|
+
| --- | --- | --- | --- | --- |
|
|
568
|
+
| schema-metadata | projects/praxis-dynamic-fields/src/lib/components/material-button/material-button.metadata.ts | Primary source of truth for contract and behavior. | 2026-03-06 | verified-path |
|
|
569
|
+
| runtime-code | projects/praxis-dynamic-fields/src/lib/components/material-button/material-button.component.ts | Primary source of truth for contract and behavior. | 2026-03-06 | verified-path |
|
|
570
|
+
| runtime-code | projects/praxis-dynamic-fields/src/lib/components/material-button/material-button.component.html | Primary source of truth for contract and behavior. | 2026-03-06 | verified-path |
|
|
571
|
+
| runtime-code | projects/praxis-dynamic-fields/src/lib/base/simple-base-button.component.ts | Primary source of truth for contract and behavior. | 2026-03-06 | verified-path |
|
|
572
|
+
| 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 |
|