@jvsoft/components 1.0.0-alpha.12 → 1.0.0-alpha.13

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.
@@ -937,16 +937,16 @@ class TablaMantenimientoService {
937
937
  { icono: 'fa5FilePdf', tipo: 'exportar_pdf', label: 'Exportar a PDF', class: 'bg-pdf-light text-pdf' },
938
938
  { icono: 'fa5FileExcel', tipo: 'exportar_excel', label: 'Exportar a Excel', class: 'bg-excel-light text-excel' },
939
939
  { icono: 'fa5sFileExport', tipo: 'exportacion_avanzada', label: 'Exportación Avanzada', class: '!text-indigo-600 !bg-indigo-100' },
940
- { icono: 'icSave', tipo: 'guardar', class: '!text-indigo-100 !bg-indigo-600' },
941
- { icono: 'icCancel', tipo: 'cancelar', class: '!text-cyan-100 !bg-cyan-600' },
940
+ { icono: 'roundSave', tipo: 'guardar', class: '!text-indigo-100 !bg-indigo-600' },
941
+ { icono: 'roundCancel', tipo: 'cancelar', class: '!text-cyan-100 !bg-cyan-600' },
942
942
  {
943
943
  icono: 'roundFactCheck', tipo: 'seleccionar',
944
944
  class: 'text-blue-100 bg-blue-700 dark:text-blue-100 dark:bg-blue-700'
945
945
  },
946
946
  { icono: 'roundListAlt', tipo: 'detalle', class: 'text-blue-100 bg-blue-700 dark:text-blue-100 dark:bg-blue-700' },
947
947
  { icono: 'roundPublic', tipo: 'ver_mapa', class: 'text-blue-100 bg-blue-700 dark:text-blue-100 dark:bg-blue-700' },
948
- { icono: 'icCheck', tipo: 'activar', },
949
- { icono: 'icClose', tipo: 'desactivar', },
948
+ { icono: 'twotoneCheck', tipo: 'activar', },
949
+ { icono: 'twotoneClose', tipo: 'desactivar', },
950
950
  { icono: 'fa5sLock', tipo: 'cerrar', },
951
951
  { icono: 'fa5sLockOpen', tipo: 'abrir', },
952
952
  ];