general-library-union 2.3.11 → 2.3.12
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
package/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.d.ts
CHANGED
|
@@ -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 |
|
|
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;
|
|
@@ -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
|
|
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;
|
|
@@ -2277,12 +2277,11 @@ li.p-ripple.p-element.cdk-drag.ng-star-inserted.p-picklist-item.p-highlight {
|
|
|
2277
2277
|
#idListadoExplosionGeneralizada .p-picklist-list .p-picklist-item {
|
|
2278
2278
|
padding: 2%;
|
|
2279
2279
|
color: rgba(0, 0, 0, 0.87);
|
|
2280
|
-
background: solid 2px var(--color-50) no-repeat;
|
|
2281
2280
|
margin: 16px 16px -7px;
|
|
2282
2281
|
border-radius: 5px;
|
|
2283
|
-
border: solid 1px
|
|
2282
|
+
border: solid 1px #39373f;
|
|
2284
2283
|
transition: 0.2s;
|
|
2285
|
-
background: #
|
|
2284
|
+
background: #1d1d1d;
|
|
2286
2285
|
|
|
2287
2286
|
|
|
2288
2287
|
h6,
|