general-library-union 2.7.29 → 2.7.31

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.7.29",
3
+ "version": "2.7.31",
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;
@@ -1132,25 +1132,21 @@ min-height: 60px !important;
1132
1132
 
1133
1133
 
1134
1134
  .hijo-seleccionado {
1135
- border-left: 5px solid var(--color-100);
1135
+ border-left: 5px solid #4f4f5f;
1136
1136
  padding-left: 10px;
1137
- padding: 4px 15px 5px;
1138
- min-height: 33px;
1139
- margin-left: 15px;
1137
+ padding: 8px 15px 5px;
1138
+ min-height: 40px;
1139
+ margin-left: 15px;
1140
1140
 
1141
1141
  .hijo-seleccionado {
1142
- border-left: 5px solid var(--color-100);
1142
+ border-left: 5px solid #4f4f5f;
1143
1143
  padding-left: 10px;
1144
- padding: 4px 15px 5px;
1145
- min-height: 33px;
1144
+ padding: 8px 15px 5px;
1145
+ min-height: 30px;
1146
1146
  margin-left: 15px;
1147
1147
  }
1148
1148
  }
1149
1149
 
1150
- .menu-accordeon .p-accordion-content td {
1151
- padding: 0;
1152
- }
1153
-
1154
1150
  .hijo-noseleccionado {
1155
1151
  border-left: 5px solid #4f4f5f;
1156
1152
  padding: 8px 15px 5px;
@@ -1169,6 +1165,12 @@ min-height: 60px !important;
1169
1165
  text-align: center
1170
1166
  }
1171
1167
 
1168
+ .avatar-image {
1169
+ width: 100%;
1170
+ height: 100%;
1171
+ object-fit: cover;
1172
+ }
1173
+
1172
1174
  .UploadFoto-btn {
1173
1175
  box-shadow: 2px 2px 5px #ccc;
1174
1176
  }
@@ -1256,32 +1258,7 @@ min-height: 60px !important;
1256
1258
  color: #ffffff;
1257
1259
  }
1258
1260
 
1259
- @media (max-width:1300px){
1260
- .hojavida {
1261
- width: 78.5%;
1262
- }
1263
-
1264
- .UploadFoto-btn {
1265
- width: 20%;
1266
- }
1267
-
1268
- .avatar-container{
1269
- width: 120px;
1270
- height: 120px;
1271
- border: solid 5px var(--color-700);
1272
- }
1273
1261
 
1274
- .menu-accordeon {
1275
- max-height: 330px;
1276
- width: 100%;
1277
- height: 300px !important;
1278
- }
1279
-
1280
- .mbottom {
1281
- margin-top: -30px !important;
1282
- }
1283
-
1284
- }
1285
1262
 
1286
1263
  /******************************************************************************
1287
1264
  * CARD INSTRUCCIONES styles
@@ -2635,6 +2612,13 @@ li.btn-descarga-masiva a {
2635
2612
  overflow: hidden;
2636
2613
  text-align: center
2637
2614
  }
2615
+
2616
+ .avatar-image {
2617
+ width: 100%;
2618
+ height: 100%;
2619
+ object-fit: cover;
2620
+ }
2621
+
2638
2622
  p.chip {
2639
2623
  background: #fff;
2640
2624
  padding: 0.35rem 3%;
@@ -3422,8 +3406,8 @@ td.GrupoColor {
3422
3406
  }
3423
3407
 
3424
3408
  .avatar-image {
3425
- width: 104%;
3426
- height: 110%;
3409
+ width: 100%;
3410
+ height: 100%;
3427
3411
  object-fit: cover;
3428
3412
  }
3429
3413
 
@@ -1180,24 +1180,29 @@ body {
1180
1180
 
1181
1181
 
1182
1182
  .hijo-seleccionado {
1183
+ border-left: 5px solid var(--color-200);
1184
+ padding-left: 10px;
1185
+ padding: 8px 15px 5px;
1186
+ min-height: 40px;
1187
+ margin-left: 15px;
1188
+
1189
+ .hijo-seleccionado {
1183
1190
  border-left: 5px solid #4f4f5f;
1184
1191
  padding-left: 10px;
1185
- padding: 4px 15px 5px;
1186
- min-height: 33px;
1192
+ padding: 8px 15px 5px;
1193
+ min-height: 30px;
1187
1194
  margin-left: 15px;
1188
-
1189
- .hijo-noseleccionado {
1190
- border-left: 5px solid #4f4f5f;
1191
- padding: 6px 15px 5px;
1192
- min-height: 33px;
1193
- margin-left: 15px;
1194
1195
  }
1195
1196
  }
1196
1197
 
1197
- .menu-accordeon .p-accordion-content td {
1198
- padding: 0;
1198
+ .hijo-noseleccionado {
1199
+ border-left: 5px solid #4f4f5f;
1200
+ padding: 8px 15px 5px;
1201
+ min-height: 40px;
1202
+ margin-left: 15px;
1199
1203
  }
1200
1204
 
1205
+
1201
1206
  .avatar-container {
1202
1207
  position: relative;
1203
1208
  width: 130px;
@@ -1304,32 +1309,6 @@ body {
1304
1309
  color: white;
1305
1310
  }
1306
1311
 
1307
- @media (max-width:1300px){
1308
- .hojavida {
1309
- width: 78.5%;
1310
- }
1311
-
1312
- .UploadFoto-btn {
1313
- width: 20%;
1314
- }
1315
-
1316
- .avatar-container{
1317
- width: 120px;
1318
- height: 120px;
1319
- border: solid 5px var(--color-700);
1320
- }
1321
-
1322
- .menu-accordeon {
1323
- max-height: 330px;
1324
- width: 100%;
1325
- height: 300px !important;
1326
- }
1327
-
1328
- .mbottom {
1329
- margin-top: -30px !important;
1330
- }
1331
-
1332
- }
1333
1312
 
1334
1313
 
1335
1314