@praxisui/metadata-editor 9.0.5-rc.13 → 9.0.5-rc.15
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.
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-08-
|
|
3
|
+
"generatedAt": "2026-08-14T00:04:43.614Z",
|
|
4
4
|
"packageName": "@praxisui/metadata-editor",
|
|
5
|
-
"packageVersion": "9.0.5-rc.
|
|
5
|
+
"packageVersion": "9.0.5-rc.15",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 1,
|
|
@@ -560,6 +560,7 @@ const METADATA_EDITOR_EN_US = {
|
|
|
560
560
|
'praxis.metadataEditor.reactiveDeterminations.reason.operation-empty': 'The capability completed without a response.',
|
|
561
561
|
'praxis.metadataEditor.reactiveDeterminations.reason.operation-timeout': 'The capability exceeded the time limit.',
|
|
562
562
|
'praxis.metadataEditor.reactiveDeterminations.reason.superseded': 'A newer execution superseded this one.',
|
|
563
|
+
'praxis.metadataEditor.reactiveDeterminations.reason.input-changed-awaiting-trigger': 'A contextual input changed; the draft is waiting for a new authoritative trigger.',
|
|
563
564
|
'praxis.metadataEditor.reactiveDeterminations.reason.unknown': 'Unclassified diagnostic.',
|
|
564
565
|
'praxis.metadataEditor.reactiveDeterminations.governanceTitle': 'Governance boundary',
|
|
565
566
|
'praxis.metadataEditor.reactiveDeterminations.governanceDescription': 'This surface explains and diagnoses the projection. Decision changes must be handed off to governed Praxis Config authoring; the final submit remains under backend authority.',
|
|
@@ -719,6 +720,7 @@ const METADATA_EDITOR_PT_BR = {
|
|
|
719
720
|
'praxis.metadataEditor.reactiveDeterminations.reason.operation-empty': 'A capability terminou sem resposta.',
|
|
720
721
|
'praxis.metadataEditor.reactiveDeterminations.reason.operation-timeout': 'A capability excedeu o tempo limite.',
|
|
721
722
|
'praxis.metadataEditor.reactiveDeterminations.reason.superseded': 'Uma execu\u00e7\u00e3o mais recente substituiu esta.',
|
|
723
|
+
'praxis.metadataEditor.reactiveDeterminations.reason.input-changed-awaiting-trigger': 'Uma entrada contextual mudou; o draft aguarda um novo gatilho autoritativo.',
|
|
722
724
|
'praxis.metadataEditor.reactiveDeterminations.reason.unknown': 'Diagn\u00f3stico n\u00e3o classificado.',
|
|
723
725
|
'praxis.metadataEditor.reactiveDeterminations.governanceTitle': 'Fronteira de governan\u00e7a',
|
|
724
726
|
'praxis.metadataEditor.reactiveDeterminations.governanceDescription': 'Esta tela explica e diagnostica a proje\u00e7\u00e3o. Altera\u00e7\u00f5es da decis\u00e3o devem ser encaminhadas ao fluxo governado do Praxis Config; o submit final continua sob autoridade do backend.',
|
|
@@ -10856,6 +10858,15 @@ class ReactiveDeterminationDiagnosticsComponent {
|
|
|
10856
10858
|
'operation-empty': 'A capability terminou sem resposta.',
|
|
10857
10859
|
'operation-timeout': 'A capability excedeu o tempo limite.',
|
|
10858
10860
|
superseded: 'Uma execu\u00e7\u00e3o mais recente substituiu esta.',
|
|
10861
|
+
'duplicate-determination-id': 'A proje\u00e7\u00e3o publicou um identificador duplicado.',
|
|
10862
|
+
'source-control-missing': 'Um campo de origem n\u00e3o existe neste formul\u00e1rio.',
|
|
10863
|
+
'input-control-missing': 'Um binding de entrada n\u00e3o existe neste formul\u00e1rio.',
|
|
10864
|
+
'target-control-missing': 'Um campo determinado n\u00e3o existe neste formul\u00e1rio.',
|
|
10865
|
+
'upstream-input-unavailable': 'Uma determina\u00e7\u00e3o anterior n\u00e3o produziu entrada autoritativa.',
|
|
10866
|
+
'request-binding-invalid': 'Os bindings n\u00e3o formaram uma requisi\u00e7\u00e3o v\u00e1lida.',
|
|
10867
|
+
'unchanged-inputs': 'As entradas autoritativas n\u00e3o mudaram desde a \u00faltima aplica\u00e7\u00e3o.',
|
|
10868
|
+
'commit-failed': 'O formul\u00e1rio rejeitou a aplica\u00e7\u00e3o at\u00f4mica do draft.',
|
|
10869
|
+
'input-changed-awaiting-trigger': 'Uma entrada contextual mudou; o draft aguarda um novo gatilho autoritativo.',
|
|
10859
10870
|
};
|
|
10860
10871
|
const fallback = knownReasons[reason];
|
|
10861
10872
|
return fallback ? this.text(`reason.${reason}`, fallback) : this.text('reason.unknown', 'Diagn\u00f3stico n\u00e3o classificado.');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/metadata-editor",
|
|
3
|
-
"version": "9.0.5-rc.
|
|
3
|
+
"version": "9.0.5-rc.15",
|
|
4
4
|
"description": "Metadata editor for Praxis UI fields and components with runtime integration.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
"@angular/cdk": "^21.0.0",
|
|
9
9
|
"@angular/forms": "^21.0.0",
|
|
10
10
|
"@angular/material": "^21.0.0",
|
|
11
|
-
"@praxisui/ai": "^9.0.5-rc.
|
|
12
|
-
"@praxisui/core": "^9.0.5-rc.
|
|
13
|
-
"@praxisui/dynamic-fields": "^9.0.5-rc.
|
|
14
|
-
"@praxisui/settings-panel": "^9.0.5-rc.
|
|
11
|
+
"@praxisui/ai": "^9.0.5-rc.15",
|
|
12
|
+
"@praxisui/core": "^9.0.5-rc.15",
|
|
13
|
+
"@praxisui/dynamic-fields": "^9.0.5-rc.15",
|
|
14
|
+
"@praxisui/settings-panel": "^9.0.5-rc.15",
|
|
15
15
|
"rxjs": "~7.8.0"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|