general-library-union 2.7.30 → 2.7.32

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.30",
3
+ "version": "2.7.32",
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,29 +1132,27 @@ min-height: 60px !important;
1132
1132
 
1133
1133
 
1134
1134
  .hijo-seleccionado {
1135
- border-left: 5px solid #4f4f5f;
1135
+ border-left: 5px solid var(--color-100);
1136
1136
  padding-left: 10px;
1137
- padding: 8px 15px 5px;
1138
- min-height: 40px;
1139
- margin-left: 15px;
1137
+ padding: 4px 15px 5px;
1138
+ min-height: 33px;
1139
+ margin-left: 15px;
1140
1140
 
1141
1141
  .hijo-seleccionado {
1142
- border-left: 5px solid #4f4f5f;
1142
+ border-left: 5px solid var(--color-100);
1143
1143
  padding-left: 10px;
1144
- padding: 8px 15px 5px;
1145
- min-height: 30px;
1144
+ padding: 4px 15px 5px;
1145
+ min-height: 33px;
1146
1146
  margin-left: 15px;
1147
1147
  }
1148
1148
  }
1149
1149
 
1150
- .hijo-noseleccionado {
1151
- border-left: 5px solid #4f4f5f;
1152
- padding: 8px 15px 5px;
1153
- min-height: 40px;
1154
- margin-left: 15px;
1150
+ .menu-accordeon .p-accordion-content td {
1151
+ padding: 0 !important;
1155
1152
  }
1156
1153
 
1157
1154
 
1155
+
1158
1156
  .avatar-container {
1159
1157
  position: relative;
1160
1158
  width: 130px;
@@ -1165,12 +1163,6 @@ min-height: 60px !important;
1165
1163
  text-align: center
1166
1164
  }
1167
1165
 
1168
- .avatar-image {
1169
- width: 100%;
1170
- height: 100%;
1171
- object-fit: cover;
1172
- }
1173
-
1174
1166
  .UploadFoto-btn {
1175
1167
  box-shadow: 2px 2px 5px #ccc;
1176
1168
  }
@@ -1258,7 +1250,32 @@ min-height: 60px !important;
1258
1250
  color: #ffffff;
1259
1251
  }
1260
1252
 
1253
+ @media (max-width:1300px){
1254
+ .hojavida {
1255
+ width: 78.5%;
1256
+ }
1257
+
1258
+ .UploadFoto-btn {
1259
+ width: 20%;
1260
+ }
1261
1261
 
1262
+ .avatar-container{
1263
+ width: 120px;
1264
+ height: 120px;
1265
+ border: solid 5px var(--color-700);
1266
+ }
1267
+
1268
+ .menu-accordeon {
1269
+ max-height: 330px;
1270
+ width: 100%;
1271
+ height: 300px !important;
1272
+ }
1273
+
1274
+ .mbottom {
1275
+ margin-top: -30px !important;
1276
+ }
1277
+
1278
+ }
1262
1279
 
1263
1280
  /******************************************************************************
1264
1281
  * CARD INSTRUCCIONES styles
@@ -2612,13 +2629,6 @@ li.btn-descarga-masiva a {
2612
2629
  overflow: hidden;
2613
2630
  text-align: center
2614
2631
  }
2615
-
2616
- .avatar-image {
2617
- width: 100%;
2618
- height: 100%;
2619
- object-fit: cover;
2620
- }
2621
-
2622
2632
  p.chip {
2623
2633
  background: #fff;
2624
2634
  padding: 0.35rem 3%;
@@ -3406,8 +3416,8 @@ td.GrupoColor {
3406
3416
  }
3407
3417
 
3408
3418
  .avatar-image {
3409
- width: 100%;
3410
- height: 100%;
3419
+ width: 104%;
3420
+ height: 110%;
3411
3421
  object-fit: cover;
3412
3422
  }
3413
3423
 
@@ -1180,29 +1180,24 @@ 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 {
1190
1183
  border-left: 5px solid #4f4f5f;
1191
1184
  padding-left: 10px;
1192
- padding: 8px 15px 5px;
1193
- min-height: 30px;
1185
+ padding: 4px 15px 5px;
1186
+ min-height: 33px;
1194
1187
  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;
1195
1194
  }
1196
1195
  }
1197
1196
 
1198
- .hijo-noseleccionado {
1199
- border-left: 5px solid #4f4f5f;
1200
- padding: 8px 15px 5px;
1201
- min-height: 40px;
1202
- margin-left: 15px;
1197
+ .menu-accordeon .p-accordion-content td {
1198
+ padding: 0;
1203
1199
  }
1204
1200
 
1205
-
1206
1201
  .avatar-container {
1207
1202
  position: relative;
1208
1203
  width: 130px;
@@ -1309,6 +1304,32 @@ body {
1309
1304
  color: white;
1310
1305
  }
1311
1306
 
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
+ }
1312
1333
 
1313
1334
 
1314
1335