ngx-dsxlibrary 2.21.73 → 2.21.74

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.
@@ -12601,7 +12601,7 @@ class FormPreviewService {
12601
12601
  }
12602
12602
  const showEmpty = options?.showEmpty ?? false;
12603
12603
  const compact = options?.compact ?? true;
12604
- const title = options?.title || '📋 Datos a guardar';
12604
+ const title = options?.title || '📋 Datos del registro';
12605
12605
  const cells = [];
12606
12606
  const propiedadesNoEncontradas = [];
12607
12607
  for (const field of fields) {
@@ -12871,7 +12871,7 @@ class TablePreviewService {
12871
12871
  buildSingleRowSummaryHtml(row, columns, options) {
12872
12872
  const debug = !this.isProduction && (options?.debug ?? false);
12873
12873
  const showRowId = options?.showRowId ?? false;
12874
- const title = options?.title || '🗑️ Datos a eliminar';
12874
+ const title = options?.title || '📋 Datos del registro';
12875
12875
  const icon = options?.icon || '';
12876
12876
  if (debug) {
12877
12877
  this.debugInputData(row, columns, options);