mapa-library-ui 2.5.2 → 2.5.3

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/index.d.ts CHANGED
@@ -2461,6 +2461,8 @@ declare class MapaReportParameterizationWidgetComponent {
2461
2461
  readonly content: i0.InputSignal<"all" | "report" | "ranking">;
2462
2462
  readonly mode: i0.ModelSignal<MapaReportParameterizationViewMode>;
2463
2463
  protected readonly metadata: i0.Signal<mapa_library_ui.MapaReportMetadata[]>;
2464
+ /** Classificação final do resultado: tag neutra logo abaixo do nome da parametrização. */
2465
+ protected readonly finalClassification: i0.Signal<mapa_library_ui.MapaReportFinalClassification | null>;
2464
2466
  /**
2465
2467
  * O resumo mostra o valor por grupo; seções sem agrupamento (sem nota de
2466
2468
  * grupo) caem para as competências.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mapa-library-ui",
3
- "version": "2.5.2",
3
+ "version": "2.5.3",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^20.3.0",
6
6
  "@angular/cdk": "^20.2.0",
Binary file