---
title: "pdx-inline-score-priority JSON API (Canonical)"
slug: "pdx-inline-score-priority-json-api"
doc_type: "api-reference"
component: "pdx-inline-score-priority"
document_kind: "json-api-canonical"
reference_mode: "canonical"
contract_format: "json"
contract_source: "runtime-and-code"
description: "Referencia canonica do contrato JSON do componente pdx-inline-score-priority."
category: "components"
sub_category: "dynamic-fields"
audience:
  - "frontend"
  - "architect"
  - "platform-team"
level: "advanced"
status: "active"
owner: "praxis-ui"
source_of_truth:
  - "projects/praxis-dynamic-fields/src/lib/components/inline-score-priority/inline-score-priority.component.ts"
  - "projects/praxis-dynamic-fields/src/lib/components/inline-range-slider/inline-range-slider.component.ts"
  - "projects/praxis-core/src/lib/models/material-field-metadata.interface.ts"
source_of_truth_last_verified: "2026-03-16"
last_updated: "2026-03-16"
toc: true
sidebar: true
tags:
  - "json-api"
  - "canonical-contract"
  - "pdx-inline-score-priority"
api_stability: "canonical"
schema_verified: true
runtime_verified: true
editor_coverage_verified: false
runtime_scope: "public"
legacy_paths_present: true
has_known_mismatches: false
related_components:
  - "praxis-table"
  - "pdx-inline-range-slider"
  - "pdx-material-range-slider"
---

# pdx-inline-score-priority

Este documento e a referencia canonica da API JSON de pdx-inline-score-priority.

## Summary

- Tipo documental: API reference canonica de contrato JSON.
- Source of truth: runtime e codigo declarados no frontmatter.
- Objetivo operacional: consulta rapida, auditavel e deterministica sob pressao.
- Resumo funcional: Contrato JSON metadata-driven com comportamento definido por runtime e schema associado.

## Purpose and scope

- O componente consome payload JSON metadata-driven e expoe comportamento runtime configuravel por contrato.
- Esta referencia cobre contrato publico, classificacao de paths e semantica de cobertura (runtime/schema/editor).
- Fora de escopo: quickstart, tutorial narrativo e notas arquiteturais que nao alteram contrato publico.

## Consulta rapida (obrigatorio)

| Regra/tema | Observado | Canonico desejado | Status | Evidencia |
| --- | --- | --- | --- | --- |
| Component id | `pdx-inline-score-priority` | Manter ID canonico estavel e versionado por contrato | Active | frontmatter.component |
| Primary contract source | `runtime-and-code` | Runtime, schema e docs devem permanecer rastreaveis | Partial | frontmatter.contract_source + source_of_truth |
| Runtime coverage | `true` | Comportamentos runtime criticos devem ficar explicitamente verificados | Active | `projects/praxis-dynamic-fields/src/lib/components/inline-score-priority/inline-score-priority.component.ts`, `projects/praxis-dynamic-fields/src/lib/components/inline-range-slider/inline-range-slider.component.ts` |
| Schema/type coverage | `true` | Tipos e schema devem refletir paths publicos do contrato | Active | source_of_truth + Detailed API reference |
| Editor/tooling coverage | `false` | Editor/tooling deve espelhar somente contrato publico suportado | Partial | `projects/praxis-core/src/lib/utils/inline-filter-controls.util.ts`, `projects/praxis-dynamic-fields/src/lib/services/component-registry/component-registry.service.ts` |
| Path hygiene | `true` | Manter consistencia entre contrato canonico e caminhos documentados | Partial | frontmatter.legacy_paths_present |
| Known mismatches | `false` | Registrar observed vs desired de forma auditavel | Active | frontmatter.has_known_mismatches |

## Source of truth

| Source | Kind | Notes |
| --- | --- | --- |
| projects/praxis-dynamic-fields/src/lib/components/inline-score-priority/inline-score-priority.component.ts | runtime-code | Arquivo presente no repositorio e usado como evidencia de contrato. |
| projects/praxis-dynamic-fields/src/lib/components/inline-range-slider/inline-range-slider.component.ts | runtime-code | Arquivo presente no repositorio e usado como evidencia de contrato. |
| projects/praxis-core/src/lib/models/material-field-metadata.interface.ts | schema-types | Arquivo presente no repositorio e usado como evidencia de contrato. |

## Support legend

- **Active**: suportado em runtime e liberado para uso externo.
- **Partial**: suporte parcial, com restricoes, lacunas ou validacao incompleta.
- **Declared-only**: declarado em tipos/schema sem evidencia operacional completa.
- **Schema-only**: presente em schema/tipos sem cobertura runtime confirmada.

## Contract status snapshot

| Item | Value | Notes |
| --- | --- | --- |
| Reference mode | `canonical` | Deve permanecer canonico |
| Contract format | `json` | Contrato metadata-driven |
| Contract source | `runtime-and-code` | Alinhar com source_of_truth |
| Runtime scope | `public` | Escopo publicado para consumidores |
| Runtime verified | `true` | Revisar sempre com evidencia de runtime |
| Schema verified | `true` | Revisar sempre com evidencia de tipos/schema |
| Editor coverage verified | `false` | Revisar sempre com evidencia de editor/tooling |
| Current path hygiene | `true` | Segregar consistencia do contrato canonico |
| Has known mismatches | `false` | Divergencias devem aparecer em secao dedicada |

## Contract classification (obrigatorio)

### Canonical paths (public contract)

| Path | Type | Required | Default | Status | Notes |
| --- | --- | --- | --- | --- | --- |
| `metadata` | object | true | n/a | Partial | See Detailed API reference for runtime semantics. |
| `metadata.scoreShowScaleLabels` | unknown | false | n/a | Partial | See Detailed API reference for runtime semantics. |
| `metadata.scoreShowBandChips` | unknown | false | n/a | Partial | See Detailed API reference for runtime semantics. |
| `metadata.inlineAutoSize.*` | object | false | n/a | Partial | See Detailed API reference for runtime semantics. |
| `readonlyMode` | boolean | false | n/a | Partial | See Detailed API reference for runtime semantics. |
| `disabledMode` | boolean | false | n/a | Partial | See Detailed API reference for runtime semantics. |
| `visible` | boolean | false | n/a | Partial | See Detailed API reference for runtime semantics. |
| `presentationMode` | boolean | false | n/a | Partial | See Detailed API reference for runtime semantics. |

### Path audit

| Historical path | Canonical replacement | Support window | Runtime behavior | Notes |
| --- | --- | --- | --- | --- |
| `metadata.scoreMin` | `metadata.min` | not-yet-defined | accepted for backward compatibility | Alias inferido da evidencia preservada; validar em runtime. |
| `metadata.priorityMin` | `metadata.min` | not-yet-defined | accepted for backward compatibility | Alias inferido da evidencia preservada; validar em runtime. |
| `metadata.scoreMax` | `metadata.max` | not-yet-defined | accepted for backward compatibility | Alias inferido da evidencia preservada; validar em runtime. |
| `metadata.priorityMax` | `metadata.max` | not-yet-defined | accepted for backward compatibility | Alias inferido da evidencia preservada; validar em runtime. |
| `metadata.scoreStep` | `metadata.step` | not-yet-defined | accepted for backward compatibility | Alias inferido da evidencia preservada; validar em runtime. |
| `metadata.priorityStep` | `metadata.step` | not-yet-defined | accepted for backward compatibility | Alias inferido da evidencia preservada; validar em runtime. |
| `metadata.scoreMode` | `metadata.mode` | not-yet-defined | accepted for backward compatibility | Alias inferido da evidencia preservada; validar em runtime. |
| `metadata.priorityMode` | `metadata.mode` | not-yet-defined | accepted for backward compatibility | Alias inferido da evidencia preservada; validar em runtime. |

### Internal-only paths

Nao ha paths internal-only confirmados no contrato publico desta revisao.

### Experimental paths

Nao ha paths experimentais confirmados no contrato publico desta revisao.

## Public contract surface (obrigatorio)

### Top-level configuration blocks

| Block | Purpose | Required | Merge strategy | Notes |
| --- | --- | --- | --- | --- |
| `metadata` | Payload declarativo principal do componente | true | deep-merge | runtime linkage verified for core flows (component specs, 2026-03-16). |
| `readonlyMode` | Override de readonly no host/runtime | false | override | runtime linkage verified for core flows (component specs, 2026-03-16). |
| `disabledMode` | Override de disabled no host/runtime | false | override | runtime linkage verified for core flows (component specs, 2026-03-16). |
| `visible` | Override de visibilidade no host/runtime | false | override | runtime linkage verified for core flows (component specs, 2026-03-16). |
| `presentationMode` | Renderizacao de apresentacao sem interacao | false | override | runtime linkage verified for core flows (component specs, 2026-03-16). |

### Nested configuration blocks

| Path | Type | Required | Default | Constraints | Notes |
| --- | --- | --- | --- | --- | --- |
| `metadata.scoreShowScaleLabels` | unknown | false | n/a | component-defined | Partial; verify per source_of_truth. |
| `metadata.scoreShowBandChips` | unknown | false | n/a | component-defined | Partial; verify per source_of_truth. |
| `metadata.inlineAutoSize.*` | object | false | n/a | component-defined | Partial; verify per source_of_truth. |

### Input bindings (inbound data)

| Binding/Path | Type | Required | Source | Runtime normalization | Notes |
| --- | --- | --- | --- | --- | --- |
| `metadata` | object | true | host-json | component-defined | Primary inbound contract payload. |
| `readonlyMode` | boolean | false | host-runtime | not-yet-verified | Host-level behavioral override. |
| `disabledMode` | boolean | false | host-runtime | not-yet-verified | Host-level behavioral override. |
| `visible` | boolean | false | host-runtime | not-yet-verified | Host-level behavioral override. |
| `presentationMode` | boolean | false | host-runtime | not-yet-verified | Host-level behavioral override. |

### Output events

| Event | Payload | Trigger | Stability | Notes |
| --- | --- | --- | --- | --- |
| `valueChange` | unknown | runtime-event | Experimental | Validate payload shape against source_of_truth. |
| `focusChange` | unknown | runtime-event | Experimental | Validate payload shape against source_of_truth. |
| `nativeBlur` | unknown | runtime-event | Experimental | Validate payload shape against source_of_truth. |
| `nativeChange` | unknown | runtime-event | Experimental | Validate payload shape against source_of_truth. |

### External side channels

| Channel | Direction | Contract | Failure mode | Notes |
| --- | --- | --- | --- | --- |
| `host/services/storage` | bidirectional | component-defined | component-defined | Side channels variam por componente e host; verificar em source_of_truth. |

### Host/runtime dependencies

| Dependency | Required | Environment | Purpose | Notes |
| --- | --- | --- | --- | --- |
| `inline-score-priority.component.ts` | true | browser/dev/prod/ssr | contract resolution | Refer to `projects/praxis-dynamic-fields/src/lib/components/inline-score-priority/inline-score-priority.component.ts`. |
| `inline-range-slider.component.ts` | true | browser/dev/prod/ssr | contract resolution | Refer to `projects/praxis-dynamic-fields/src/lib/components/inline-range-slider/inline-range-slider.component.ts`. |
| `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`. |

## Coverage by surface (obrigatorio)

### Coverage matrix (runtime, schema/type, editor/tooling)

| Surface | Verified | Coverage status | Evidence | Notes |
| --- | --- | --- | --- | --- |
| Runtime | `true` | Active | `projects/praxis-dynamic-fields/src/lib/components/inline-score-priority/inline-score-priority.component.ts`, `projects/praxis-dynamic-fields/src/lib/components/inline-range-slider/inline-range-slider.component.ts` | Core runtime flows verified via focused component specs on 2026-03-16; editor/tooling coverage remains independent. |
| Schema/Types | `true` | Active | source_of_truth + Detailed API reference | Reconcile schema/types with canonical paths during follow-up when needed. |
| Editor/Tooling | `false` | Partial | `projects/praxis-core/src/lib/utils/inline-filter-controls.util.ts`, `projects/praxis-dynamic-fields/src/lib/services/component-registry/component-registry.service.ts` | Alias/selector tooling linkage verified for inline filters; visual editor end-to-end coverage remains not-yet-verified. |

### Runtime coverage boundaries

- Ambientes suportados: browser/dev/prod; SSR/hydration appears to be component-dependent unless explicitly verified.
- Pre-condicoes: payload JSON valido, bindings de host consistentes e dependencias descritas no source_of_truth.
- Fora de cobertura confirmada: caminhos internos, experimentais ou aliases nao enumerados formalmente.

### Editor and tooling notes

- Evidencia de tooling: aliases `pdx-inline-*` resolvidos por `inline-filter-controls.util.ts` e consumidos no `ComponentRegistryService`; editor visual E2E permanece not-yet-verified.
- O que esta exposto no editor visual depende da cobertura real do workspace e nao deve ser inferido como suporte runtime total.
- Campos disponiveis apenas via JSON/manual devem continuar no contrato, com rotulo explicito de cobertura parcial.
- Quando houver divergencia entre editor e runtime, manter mismatch rastreavel em secao dedicada.

## Resolution and precedence model (obrigatorio)

### Merge order

1. defaults do componente
2. contrato JSON recebido
3. overrides de host/runtime
4. normalizacoes internas

### Fallback order

contrato explicito -> aliases historicos (quando suportados) -> defaults internos -> comportamento seguro

### Override points

- inputs publicos do componente
- configuracao JSON de runtime
- integracoes de host (servicos/tokens/adapters)

### Runtime normalization

Alias e defaults devem convergir para paths canonicos; onde nao houver evidencia, manter not-yet-verified de forma explicita.

### Precedence rules

Em conflito entre caminho historico e path canonico, priorizar path canonico e registrar janela de migracao do historico.

## Validation and error semantics (obrigatorio)

### Validation model

| Path/Rule | Validation phase | Behavior on fail | Error code / warning | Notes |
| --- | --- | --- | --- | --- |
| canonical-paths | parse/runtime | component-defined (warn/reject/default) | not-yet-standardized | Semantica detalhada preservada na referencia tecnica por componente. |

### Invalid and unknown field handling

- Campos desconhecidos: comportamento component-defined (ignore, warn ou reject).
- Tipos invalidos: pode haver fallback, warning ou falha, conforme runtime especifico.
- Valores fora de dominio: registrar observed vs desired em Known limitations and mismatches.

### Fail-open / fail-closed behavior

| Condition | Mode | Runtime behavior | Consumer impact |
| --- | --- | --- | --- |
| invalid-or-unknown-field | component-defined | not-yet-verified | Pode gerar warning, fallback silencioso ou rejeicao; validar por componente. |

### Runtime warnings vs hard failures

| Condition | Severity | Observability | Consumer action |
| --- | --- | --- | --- |
| partial-or-declared-only-coverage | warning | logs/eventos do componente | Confirmar ligacao runtime antes de uso critico. |
| mismatch-confirmed | error-or-warning | componente/host observability | Planejar migracao e corrigir contrato/runtime. |

## Detailed API reference
### Preserved technical reference (normalized from previous revision)

### 1. Visao Geral e Quando Usar
`pdx-inline-score-priority` e um filtro inline de score/prioridade com trilha colorida por bandas, labels de escala e presets por banda.

Use quando precisar:
- filtrar risco/prioridade por faixas semanticas;
- visualizar escala com cores e chips de bandas;
- trabalhar em modo single ou range com unidade de negocio.

### 2. API do Componente (Inputs/Outputs)
| Propriedade | Tipo | Padrao | Obrigatorio | Comportamento |
| --- | --- | --- | --- | --- |
| `metadata` | `MaterialRangeSliderMetadata` | - | Sim | Contrato principal do score-priority inline. |
| `readonlyMode/disabledMode/visible/presentationMode` | `boolean` | `false/false/true/false` | Nao | Estados de host do campo inline. |
| `valueChange` | `number \| {start:number,end:number}` | - | Output herdado | Score selecionado (single/range). |

### 3. Matriz de Cobertura JSON (Completa)
#### 3.1 Campos especificos do componente
| Caminho JSON | Tipo | Status | Comportamento em runtime |
| --- | --- | --- | --- |
| `metadata.mode/scoreMode/priorityMode` | `'single'\|'range'` | Ativo | Define modo single ou faixa. |
| `metadata.min/max/step` e aliases `score*`/`priority*` | `number` | Ativo | Limites e passo da escala. |
| `metadata.scoreBands/priorityBands/bands` | `array \| string(JSON)` | Ativo | Define bandas semanticas com start/end/label/color. |
| `metadata.scorePalette/priorityPalette/palette` | `array \| string` | Ativo | Paleta fallback das bandas. |
| `metadata.scoreGradientLowColor/midColor/highColor` | `string` | Ativo | Gradiente semantico fallback para bandas sem cor explicita. |
| `metadata.scoreShowScaleLabels` | `boolean` | Ativo | Exibe labels de banda ao longo da trilha. |
| `metadata.scoreShowBandChips` | `boolean` | Ativo | Exibe chips clicaveis de bandas. |
| `metadata.scoreUnit/priorityUnit/unit` | `string` | Ativo | Unidade textual apos valor (ex.: pts). |
| `metadata.scoreDisplayDecimals/priorityDisplayDecimals` | `number` | Ativo | Casas decimais de exibicao. |
| `metadata.scoreTexts/priorityTexts` | `object \| string(JSON)` | Ativo | Textos de labels, aria e separador de faixa; templates canonicos devem usar `{{label}}`, `{{start}}` e `{{end}}`, com compatibilidade legada para `{...}` em metadata. |
| `metadata.scoreValueFallbackColor/priorityValueFallbackColor` | `string` | Ativo | Cor de fallback para valor selecionado. |
| `metadata.scoreEmptyGradient/priorityEmptyGradient` | `string` | Ativo | Gradiente quando nao ha bandas definidas. |
| `metadata.inlineOverlay.applyMode` | `'auto'\|'explicit'` | Ativo | Define se slider e chips de banda comitam durante a interacao ou ficam em rascunho ate `Aplicar`. |
| `metadata.inlineOverlay.actions.apply/cancel/clear` | `object` | Ativo | Labels, aria, icones, `appearance` e `colorRole` das acoes do painel, materializados por tokens do tema. |
| `metadata.inlineAutoSize.*` | `object` | Ativo | Largura da pill e painel no modo inline. |

#### 3.2 Campos herdados compartilhados (exaustivo)
- `projects/praxis-dynamic-fields/src/lib/components/inlineRange/pdx-inline-range-slider.json-api.md`
- `projects/praxis-dynamic-fields/src/lib/components/material-range-slider/pdx-material-range-slider.json-api.md`

Resumo de composicao deste componente:
- `Ativo`: bandas de score, gradiente semantico e selecao single/range.
- `Extensao de runtime`: aliases `score*`/`priority*` e `bands` para compatibilidade.

### 4. Mapeamento de Comportamento
- Resolve bandas por ordem: `scoreBands` -> `priorityBands` -> `bands`.
- Se bandas tiverem ranges explicitos, usa start/end; senao distribui uniformemente.
- Em modo range, chips de banda aplicam recorte start/end direto no slider.
- Com `inlineOverlay.applyMode: "explicit"`, slider e chips alteram apenas o rascunho do painel; `Aplicar` comita, enquanto `Cancelar`, `Esc` e fechamento externo restauram o valor anterior.
- Cores dos valores selecionados seguem banda ativa ou fallback configurado.

### 5. Exemplo Minimo (JSON + Uso)
```json
{
  "componentId": "pdx-inline-score-priority",
  "metadata": {
    "name": "priorityScore",
    "label": "Prioridade",
    "controlType": "rangeSlider",
    "mode": "single",
    "min": 0,
    "max": 100,
    "step": 5
  }
}
```
Uso: score unico sem bandas custom.

### 6. Exemplo Corporativo (JSON + Uso)
```json
{
  "componentId": "pdx-inline-score-priority",
  "metadata": {
    "name": "riskScore",
    "label": "Risco",
    "controlType": "rangeSlider",
    "scoreMode": "range",
    "scoreMin": 0,
    "scoreMax": 100,
    "scoreStep": 1,
    "scoreUnit": "pts",
    "scoreBands": [
      { "id": "low", "label": "Baixo", "start": 0, "end": 30, "color": "#16a34a" },
      { "id": "mid", "label": "Medio", "start": 31, "end": 70, "color": "#f59e0b" },
      { "id": "high", "label": "Alto", "start": 71, "end": 100, "color": "#dc2626" }
    ],
    "scoreShowScaleLabels": true,
    "scoreShowBandChips": true,
    "scoreTexts": {
      "rangeSeparator": "a",
      "bandAriaLabelTemplate": "{{label}} entre {{start}} e {{end}}"
    },
    "inlineOverlay": {
      "applyMode": "explicit",
      "actions": {
        "apply": { "label": "Aplicar", "appearance": "filled", "colorRole": "primary" },
        "cancel": { "label": "Cancelar", "appearance": "text", "colorRole": "neutral" },
        "clear": { "label": "Limpar", "appearance": "outlined", "colorRole": "neutral" }
      }
    },
    "inlineAutoSize": { "minWidth": 186, "maxWidth": 340, "panelMinWidth": 320, "panelMaxWidth": 560 }
  }
}
```
Uso: filtro de risco corporativo com bandas e semantica de decisao.

### 7. Troubleshooting e Armadilhas Comuns
1. Bandas nao aparecem.
Correcao: validar `scoreBands/priorityBands/bands` e ranges validos.

2. Cor da trilha nao reflete score.
Correcao: revisar `color` das bandas ou paleta fallback.

3. Chips de banda sem efeito.
Correcao: conferir modo e limites do slider (`min/max/step`).

4. Valor com casas decimais erradas.
Correcao: ajustar `scoreDisplayDecimals/priorityDisplayDecimals`.

5. Unidade nao aparece.
Correcao: preencher `scoreUnit` (ou `priorityUnit`/`unit`).

### 8. Cross-links
- `projects/praxis-dynamic-fields/src/lib/components/inlineRange/pdx-inline-range-slider.json-api.md`
- `projects/praxis-dynamic-fields/src/lib/components/material-range-slider/pdx-material-range-slider.json-api.md`

### 9. Relatorio de Validacao Estrutural
- Visao geral: PASS
- API (inputs/outputs): PASS
- Cobertura JSON completa (especifico + herdado): PASS
- Mapeamento de comportamento: PASS
- Exemplo minimo: PASS
- Exemplo corporativo: PASS
- Troubleshooting: PASS

## JSON path index (obrigatorio)

| Path | Type | Required | Default | Status | Notes |
| --- | --- | --- | --- | --- | --- |
| `metadata` | object | true | n/a | Partial | See Detailed API reference. |
| `metadata.scoreShowScaleLabels` | unknown | false | n/a | Partial | See Detailed API reference. |
| `metadata.scoreShowBandChips` | unknown | false | n/a | Partial | See Detailed API reference. |
| `metadata.inlineOverlay.applyMode` | `'auto'\|'explicit'` | false | `auto` | Active | Controls draft versus immediate commit behavior. |
| `metadata.inlineOverlay.actions.*` | object | false | n/a | Active | Panel action labels, aria, icons and theme roles. |
| `metadata.inlineAutoSize.*` | object | false | n/a | Partial | See Detailed API reference. |
| `readonlyMode` | boolean | false | n/a | Partial | See Detailed API reference. |
| `disabledMode` | boolean | false | n/a | Partial | See Detailed API reference. |
| `visible` | boolean | false | n/a | Partial | See Detailed API reference. |
| `presentationMode` | boolean | false | n/a | Partial | See Detailed API reference. |

## Events reference (obrigatorio)

| Event | Payload | Trigger | Stability | Notes |
| --- | --- | --- | --- | --- |
| `valueChange` | unknown | runtime-event | Experimental | Check component/runtime implementation. |
| `focusChange` | unknown | runtime-event | Experimental | Check component/runtime implementation. |
| `nativeBlur` | unknown | runtime-event | Experimental | Check component/runtime implementation. |
| `nativeChange` | unknown | runtime-event | Experimental | Check component/runtime implementation. |

## Styling API (obrigatorio quando aplicavel)

| Token/Class | Scope | Purpose | Notes |
| --- | --- | --- | --- |
| `not-yet-verified` | component | Styling contract not yet verified | Use Detailed API reference for component-specific styling notes. |

## Examples (obrigatorio)

| Example | Scenario | Validates | Notes |
| --- | --- | --- | --- |
| `Minimal valid` | baseline payload | required contract blocks | Extracted from preserved technical reference when available. |
| `Common setup` | common component usage | standard runtime behavior | Validate against host integration path. |
| `Advanced setup` | richer config with overrides | precedence and normalization | Requires runtime confirmation for edge cases. |
| `Enterprise scenario` | governance/legacy/migration context | auditability and compatibility boundaries | Include tenant-specific constraints when applicable. |

### Minimal valid

```json
{
  "componentId": "pdx-inline-score-priority",
  "metadata": {
    "name": "priorityScore",
    "label": "Prioridade",
    "controlType": "rangeSlider",
    "mode": "single",
    "min": 0,
    "max": 100,
    "step": 5
  },
  "readonlyMode": false
}
```

### Common setup

```json
{
  "componentId": "pdx-inline-score-priority",
  "metadata": {
    "name": "riskScore",
    "label": "Risco",
    "controlType": "rangeSlider",
    "scoreMode": "range",
    "scoreMin": 0,
    "scoreMax": 100,
    "scoreStep": 1,
    "scoreUnit": "pts",
    "scoreBands": [
      {
        "id": "low",
        "label": "Baixo",
        "start": 0,
        "end": 30,
        "color": "#16a34a"
      },
      {
        "id": "mid",
        "label": "Medio",
        "start": 31,
        "end": 70,
        "color": "#f59e0b"
      },
      {
        "id": "high",
        "label": "Alto",
        "start": 71,
        "end": 100,
        "color": "#dc2626"
      }
    ],
    "scoreShowScaleLabels": true,
    "scoreShowBandChips": true,
    "scoreTexts": {
      "rangeSeparator": "a",
      "bandAriaLabelTemplate": "{{label}} entre {{start}} e {{end}}"
    },
    "inlineAutoSize": {
      "minWidth": 186,
      "maxWidth": 340,
      "panelMinWidth": 320,
      "panelMaxWidth": 560
    }
  },
  "readonlyMode": true
}
```

### Advanced setup

```json
{
  "componentId": "pdx-inline-score-priority",
  "metadata": {
    "name": "riskScore",
    "label": "Risco",
    "controlType": "rangeSlider",
    "scoreMode": "range",
    "scoreMin": 0,
    "scoreMax": 100,
    "scoreStep": 1,
    "scoreUnit": "pts",
    "scoreBands": [
      {
        "id": "low",
        "label": "Baixo",
        "start": 0,
        "end": 30,
        "color": "#16a34a"
      },
      {
        "id": "mid",
        "label": "Medio",
        "start": 31,
        "end": 70,
        "color": "#f59e0b"
      },
      {
        "id": "high",
        "label": "Alto",
        "start": 71,
        "end": 100,
        "color": "#dc2626"
      }
    ],
    "scoreShowScaleLabels": true,
    "scoreShowBandChips": true,
    "scoreTexts": {
      "rangeSeparator": "a",
      "bandAriaLabelTemplate": "{{label}} entre {{start}} e {{end}}"
    },
    "inlineAutoSize": {
      "minWidth": 186,
      "maxWidth": 340,
      "panelMinWidth": 320,
      "panelMaxWidth": 560
    }
  },
  "readonlyMode": false,
  "disabledMode": false
}
```

### Enterprise scenario

```json
{
  "componentId": "pdx-inline-score-priority",
  "metadata": {
    "name": "riskScore",
    "label": "Risco",
    "controlType": "rangeSlider",
    "scoreMode": "range",
    "scoreMin": 0,
    "scoreMax": 100,
    "scoreStep": 1,
    "scoreUnit": "pts",
    "scoreBands": [
      {
        "id": "low",
        "label": "Baixo",
        "start": 0,
        "end": 30,
        "color": "#16a34a"
      },
      {
        "id": "mid",
        "label": "Medio",
        "start": 31,
        "end": 70,
        "color": "#f59e0b"
      },
      {
        "id": "high",
        "label": "Alto",
        "start": 71,
        "end": 100,
        "color": "#dc2626"
      }
    ],
    "scoreShowScaleLabels": true,
    "scoreShowBandChips": true,
    "scoreTexts": {
      "rangeSeparator": "a",
      "bandAriaLabelTemplate": "{{label}} entre {{start}} e {{end}}"
    },
    "inlineAutoSize": {
      "minWidth": 186,
      "maxWidth": 340,
      "panelMinWidth": 320,
      "panelMaxWidth": 560
    }
  },
  "presentationMode": true,
  "visible": true
}
```

## Compatibility and migration notes (recomendado)

| Concern | Affected versions | Migration action | Deadline | Notes |
| --- | --- | --- | --- | --- |
| Historical 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 |

## Known limitations and mismatches (recomendado)

| Path/Behavior | Observed behavior (runtime) | Desired behavior | Impact | Tracking issue | Target fix |
| --- | --- | --- | --- | --- | --- |
| Canonical contract parity | Runtime e exemplos desta referencia foram realinhados em 2026-03-16 para o contrato canonico `{{...}}` em templates de aria de banda; metadata legada com `{...}` continua aceita apenas por compatibilidade | Manter exemplos e host overrides no formato canonico `{{...}}` | Low | n/a | Monitor in periodic audit |

## Source references (obrigatorio)

| Source type | Path/URL | Why it is source of truth | Last verified (YYYY-MM-DD) | Notes |
| --- | --- | --- | --- | --- |
| runtime-code | projects/praxis-dynamic-fields/src/lib/components/inline-score-priority/inline-score-priority.component.ts | Primary source of truth for contract and behavior. | 2026-03-16 | verified-path |
| runtime-code | projects/praxis-dynamic-fields/src/lib/components/inline-range-slider/inline-range-slider.component.ts | Primary source of truth for contract and behavior. | 2026-03-16 | verified-path |
| schema-types | projects/praxis-core/src/lib/models/material-field-metadata.interface.ts | Primary source of truth for contract and behavior. | 2026-03-16 | verified-path |
