general-library-union 2.3.11 → 2.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "2.3.11",
3
+ "version": "2.3.13",
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;
@@ -1992,7 +1992,7 @@ span{
1992
1992
  }
1993
1993
 
1994
1994
  #idListadoExplosionGeneralizada .p-picklist-buttons {
1995
- padding: 2rem;
1995
+ padding: 2rem 1rem;
1996
1996
 
1997
1997
  .p-button:disabled {
1998
1998
  background-color: var(--color-300) !important;
@@ -2208,7 +2208,7 @@ li.p-ripple.p-element.cdk-drag.ng-star-inserted.p-picklist-item.p-highlight {
2208
2208
  }
2209
2209
 
2210
2210
  #idListadoExplosionGeneralizada .p-picklist-list {
2211
- border: 1px solid var(--color-100);
2211
+ border: 1px solid #4f4f5f;
2212
2212
  height: 400px;
2213
2213
 
2214
2214
  }
@@ -2234,7 +2234,7 @@ li.p-ripple.p-element.cdk-drag.ng-star-inserted.p-picklist-item.p-highlight {
2234
2234
  }
2235
2235
 
2236
2236
  #idListadoExplosionGeneralizada .p-picklist-buttons {
2237
- padding: 2rem;
2237
+ padding: 2rem 1rem;
2238
2238
 
2239
2239
  .p-button:disabled {
2240
2240
  background-color: #39373f !important;
@@ -2276,13 +2276,12 @@ li.p-ripple.p-element.cdk-drag.ng-star-inserted.p-picklist-item.p-highlight {
2276
2276
 
2277
2277
  #idListadoExplosionGeneralizada .p-picklist-list .p-picklist-item {
2278
2278
  padding: 2%;
2279
- color: rgba(0, 0, 0, 0.87);
2280
- background: solid 2px var(--color-50) no-repeat;
2279
+ color: #fff;
2281
2280
  margin: 16px 16px -7px;
2282
2281
  border-radius: 5px;
2283
- border: solid 1px var(--color-100);
2282
+ border: solid 1px #39373f;
2284
2283
  transition: 0.2s;
2285
- background: #fff;
2284
+ background: #1d1d1d;
2286
2285
 
2287
2286
 
2288
2287
  h6,