@jvsoft/components 1.0.0-alpha.12 → 1.0.0-alpha.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.
@@ -840,16 +840,16 @@ class TablaMantenimientoService {
840
840
  { icono: 'fa5FilePdf', tipo: 'exportar_pdf', label: 'Exportar a PDF', class: 'bg-pdf-light text-pdf' },
841
841
  { icono: 'fa5FileExcel', tipo: 'exportar_excel', label: 'Exportar a Excel', class: 'bg-excel-light text-excel' },
842
842
  { icono: 'fa5sFileExport', tipo: 'exportacion_avanzada', label: 'Exportación Avanzada', class: '!text-indigo-600 !bg-indigo-100' },
843
- { icono: 'icSave', tipo: 'guardar', class: '!text-indigo-100 !bg-indigo-600' },
844
- { icono: 'icCancel', tipo: 'cancelar', class: '!text-cyan-100 !bg-cyan-600' },
843
+ { icono: 'roundSave', tipo: 'guardar', class: '!text-indigo-100 !bg-indigo-600' },
844
+ { icono: 'roundCancel', tipo: 'cancelar', class: '!text-cyan-100 !bg-cyan-600' },
845
845
  {
846
846
  icono: 'roundFactCheck', tipo: 'seleccionar',
847
847
  class: 'text-blue-100 bg-blue-700 dark:text-blue-100 dark:bg-blue-700'
848
848
  },
849
849
  { icono: 'roundListAlt', tipo: 'detalle', class: 'text-blue-100 bg-blue-700 dark:text-blue-100 dark:bg-blue-700' },
850
850
  { icono: 'roundPublic', tipo: 'ver_mapa', class: 'text-blue-100 bg-blue-700 dark:text-blue-100 dark:bg-blue-700' },
851
- { icono: 'icCheck', tipo: 'activar', },
852
- { icono: 'icClose', tipo: 'desactivar', },
851
+ { icono: 'twotoneCheck', tipo: 'activar', },
852
+ { icono: 'twotoneClose', tipo: 'desactivar', },
853
853
  { icono: 'fa5sLock', tipo: 'cerrar', },
854
854
  { icono: 'fa5sLockOpen', tipo: 'abrir', },
855
855
  ];