@praxisui/rich-content 9.0.0-beta.73 → 9.0.0-beta.75
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-07-
|
|
3
|
+
"generatedAt": "2026-07-16T21:37:28.607Z",
|
|
4
4
|
"packageName": "@praxisui/rich-content",
|
|
5
|
-
"packageVersion": "9.0.0-beta.
|
|
5
|
+
"packageVersion": "9.0.0-beta.75",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 1,
|
|
@@ -768,6 +768,7 @@ const PRAXIS_RICH_CONTENT_PT_BR = {
|
|
|
768
768
|
'praxis.richContent.editor.nodeType.recordSummary': 'Resumo de registro',
|
|
769
769
|
'praxis.richContent.editor.nodeType.lookupResult': 'Resultado de consulta',
|
|
770
770
|
'praxis.richContent.editor.nodeType.lookupCard': 'Card de consulta',
|
|
771
|
+
'praxis.richContent.editor.nodeType.relatedRecord': 'Registro relacionado',
|
|
771
772
|
'praxis.richContent.editor.nodeType.actionCard': 'Card de ação',
|
|
772
773
|
'praxis.richContent.editor.nodeType.decisionPackage': 'Pacote de decisão',
|
|
773
774
|
'praxis.richContent.renderer.decisionPackage.owner': 'Dono',
|
|
@@ -780,6 +781,7 @@ const PRAXIS_RICH_CONTENT_PT_BR = {
|
|
|
780
781
|
'praxis.richContent.editor.nodeType.formLauncher': 'Lançador de formulário',
|
|
781
782
|
'praxis.richContent.editor.field.message': 'Mensagem',
|
|
782
783
|
'praxis.richContent.editor.field.description': 'Descrição',
|
|
784
|
+
'praxis.richContent.editor.field.relationLabel': 'Rótulo da relação',
|
|
783
785
|
'praxis.richContent.editor.field.status': 'Status',
|
|
784
786
|
'praxis.richContent.editor.field.titleExpr': 'Vínculo do título',
|
|
785
787
|
'praxis.richContent.editor.field.subtitleExpr': 'Vínculo do subtítulo',
|
|
@@ -937,6 +939,11 @@ const PRAXIS_RICH_CONTENT_PT_BR = {
|
|
|
937
939
|
'praxis.richContent.editor.defaultLookupCardField': 'Departamento',
|
|
938
940
|
'praxis.richContent.editor.defaultLookupCardHint': 'Resolvido a partir do registro selecionado',
|
|
939
941
|
'praxis.richContent.editor.defaultLookupCardAction': 'Abrir detalhes',
|
|
942
|
+
'praxis.richContent.editor.defaultRelatedRecordTitle': 'Gestor',
|
|
943
|
+
'praxis.richContent.editor.defaultRelatedRecordRelationLabel': 'Reporta para',
|
|
944
|
+
'praxis.richContent.editor.defaultRelatedRecordField': 'Departamento',
|
|
945
|
+
'praxis.richContent.editor.defaultRelatedRecordHint': 'Resolvido a partir do contexto do registro relacionado',
|
|
946
|
+
'praxis.richContent.editor.defaultRelatedRecordAction': 'Abrir registro relacionado',
|
|
940
947
|
'praxis.richContent.editor.defaultActionCardTitle': 'Ação governada',
|
|
941
948
|
'praxis.richContent.editor.defaultActionCardMessage': 'Use este card quando o host precisar executar uma ação governada a partir de uma superfície editorial.',
|
|
942
949
|
'praxis.richContent.editor.defaultActionCardAction': 'Executar ação',
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/rich-content",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.75",
|
|
4
4
|
"description": "Rich content rendering and authoring primitives for Praxis UI surfaces, including semantic blocks and page-builder integration.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
|
7
7
|
"@angular/core": "^21.0.0",
|
|
8
|
-
"@praxisui/core": "^9.0.0-beta.
|
|
8
|
+
"@praxisui/core": "^9.0.0-beta.75",
|
|
9
9
|
"@angular/forms": "^21.0.0",
|
|
10
10
|
"rxjs": "~7.8.0"
|
|
11
11
|
},
|