ng-components-tsi 0.0.60 → 0.0.62
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.
|
@@ -110,7 +110,11 @@ const ICON_CLASSES = {
|
|
|
110
110
|
configuracion: 'fas fa-cog',
|
|
111
111
|
contrato: 'fas fa-file-contract',
|
|
112
112
|
bloquear: 'fas fa-lock',
|
|
113
|
-
desbloquear: 'fas fa-unlock'
|
|
113
|
+
desbloquear: 'fas fa-unlock',
|
|
114
|
+
folder: 'fas fa-folder',
|
|
115
|
+
folder_open: 'fas fa-folder-open',
|
|
116
|
+
detail: 'fas fa-file-lines',
|
|
117
|
+
reloj: 'fas fa-history',
|
|
114
118
|
};
|
|
115
119
|
|
|
116
120
|
class ButtonComponent {
|