general-library-union 2.5.98 → 2.6.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.5.98",
3
+ "version": "2.6.1",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -114,7 +114,7 @@ export declare class ImportarFuenteConComponent implements OnInit {
114
114
  cargarFormularioCamposEntrada(): Promise<void>;
115
115
  camposEntrada(fuente: FuenteGeneralModel, parametrosPunto: FuenteCampoAtributoModel[]): Promise<CampoFormularioModel[]>;
116
116
  obtenerValorMarcador(valorEntrada: string): string;
117
- determinarLongitud(tipoDato: string): 0 | 100 | 5 | 20;
117
+ determinarLongitud(tipoDato: string): 0 | 5 | 20 | 100;
118
118
  cargarParametrosPuntoProceso(): Promise<void>;
119
119
  cargarArchivo(data: FileSelectEvent, fubauto: any): void;
120
120
  private readFile;
@@ -598,18 +598,6 @@ color: var(--color-700);
598
598
  .eleccion-modo .p-inputswitch .p-inputswitch-slider{
599
599
  color: #fff;
600
600
  }
601
-
602
- /* Aplicación de transición suave a la bolita del switch */
603
-
604
- .eleccion-modo .p-inputswitch-slider {
605
- transition: transform 0.8s ease-in-out; /* Ajusta la duración y la curva de tiempo */
606
- }
607
-
608
- /* Cuando el switch está activado */
609
-
610
- .eleccion-modo .p-inputswitch-checked .p-inputswitch-slider {
611
- transition: transform 0.8s ease-in-out; /* Mueve la bolita a la posición de "on" */
612
- }
613
601
  /******************************************************************************
614
602
  * color border styles
615
603
  *****************************************************************************/
@@ -868,7 +856,6 @@ color: var(--color-700);
868
856
  margin: 0 auto;
869
857
  display: table;
870
858
  text-align: center;
871
- padding: 2%;
872
859
  }
873
860
 
874
861
  .centrar-contenedor-imagen-sin-datos p {
@@ -879,10 +866,9 @@ color: var(--color-700);
879
866
 
880
867
 
881
868
  .centrar-contenedor-imagen-sin-datos img {
882
- opacity: 0.9;
869
+ opacity: 0.6;
883
870
  width: 100%;
884
- max-width: 260px;
885
- margin-bottom: -20px;
871
+ max-width: 300px;
886
872
  }
887
873
 
888
874
  .toast-salto-linea {
@@ -898,6 +884,11 @@ color: var(--color-700);
898
884
  }
899
885
 
900
886
 
887
+ .p-toast.p-toast-top-right, .p-toast.p-toast-top-left, .p-toast.p-toast-top-center {
888
+ z-index: 1105 !important;
889
+ }
890
+
891
+
901
892
  .my-toast.toast-text-small .p-toast-detail {
902
893
  font-size: 0.7rem !important;
903
894
  line-height: 18px !important;
@@ -3332,10 +3323,6 @@ td.GrupoColor {
3332
3323
  justify-content: center;
3333
3324
  }
3334
3325
 
3335
- .contenedor-titulo-actos img {
3336
- width: 4.5rem;
3337
- }
3338
-
3339
3326
  .contenedor-lista-tipo-acto {
3340
3327
  position: relative;
3341
3328
  display: flex;