general-library-union 2.7.27 → 2.7.29
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/esm2022/src/app/core/servicios/data-exporter-table.utils.mjs +4 -4
- package/esm2022/src/app/webcommon/pages/ejecucion-reporte-externo/listado-ejecucion-reporte-externo/listado-ejecucion-reporte-externo.component.mjs +14 -3
- package/esm2022/src/app/webcommon/pages/fuenteGeneral/listado-fuente-general/listado-fuente-general.page.mjs +3 -3
- package/fesm2022/general-library-union.mjs +15 -7
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/servicios/data-exporter-table.utils.d.ts +1 -1
- package/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.d.ts +1 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +89 -35
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +84 -26
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@ export declare class DataExporter {
|
|
|
3
3
|
constructor();
|
|
4
4
|
exportPdf(lista: any[], exportColumns: any[], nombreArchivo: string): void;
|
|
5
5
|
exportExcel(lista: any[], nombreArchivo: string): Promise<void>;
|
|
6
|
-
exportExcelColumnas(lista: any[], nombreArchivo: string, columnas: string[]): Promise<void>;
|
|
6
|
+
exportExcelColumnas(lista: any[], nombreArchivo: string, columnas: string[], nombreHoja?: string): Promise<void>;
|
|
7
7
|
saveAsExcelFile(buffer: any, fileName: string): void;
|
|
8
8
|
exportCSV(lista: any[], columnas: string[], nombreArchivo: string): void;
|
|
9
9
|
convertirAFormatoCSV(data: any[], columns: string[]): string;
|
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 | 100 | 5 | 20;
|
|
118
118
|
cargarParametrosPuntoProceso(): Promise<void>;
|
|
119
119
|
cargarArchivo(data: FileSelectEvent, fubauto: any): void;
|
|
120
120
|
private readFile;
|
|
@@ -856,6 +856,7 @@ color: var(--color-700);
|
|
|
856
856
|
margin: 0 auto;
|
|
857
857
|
display: table;
|
|
858
858
|
text-align: center;
|
|
859
|
+
padding: 2%;
|
|
859
860
|
}
|
|
860
861
|
|
|
861
862
|
.centrar-contenedor-imagen-sin-datos p {
|
|
@@ -864,11 +865,16 @@ color: var(--color-700);
|
|
|
864
865
|
font-weight: 500;
|
|
865
866
|
}
|
|
866
867
|
|
|
868
|
+
.contenedor-titulo-actos img {
|
|
869
|
+
width: 4.5rem;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
|
|
867
873
|
|
|
868
874
|
.centrar-contenedor-imagen-sin-datos img {
|
|
869
|
-
opacity: 0.6;
|
|
870
875
|
width: 100%;
|
|
871
|
-
max-width:
|
|
876
|
+
max-width: 260px;
|
|
877
|
+
margin-bottom: -20px;
|
|
872
878
|
}
|
|
873
879
|
|
|
874
880
|
.toast-salto-linea {
|
|
@@ -884,9 +890,9 @@ color: var(--color-700);
|
|
|
884
890
|
}
|
|
885
891
|
|
|
886
892
|
|
|
887
|
-
.p-toast.p-toast-top-right, .p-toast.p-toast-top-left, .p-toast.p-toast-top-center {
|
|
888
|
-
|
|
889
|
-
}
|
|
893
|
+
// .p-toast.p-toast-top-right, .p-toast.p-toast-top-left, .p-toast.p-toast-top-center {
|
|
894
|
+
// z-index: 1105 !important;
|
|
895
|
+
// }
|
|
890
896
|
|
|
891
897
|
|
|
892
898
|
.my-toast.toast-text-small .p-toast-detail {
|
|
@@ -1126,21 +1132,25 @@ min-height: 60px !important;
|
|
|
1126
1132
|
|
|
1127
1133
|
|
|
1128
1134
|
.hijo-seleccionado {
|
|
1129
|
-
border-left: 5px solid
|
|
1135
|
+
border-left: 5px solid var(--color-100);
|
|
1130
1136
|
padding-left: 10px;
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1137
|
+
padding: 4px 15px 5px;
|
|
1138
|
+
min-height: 33px;
|
|
1139
|
+
margin-left: 15px;
|
|
1134
1140
|
|
|
1135
1141
|
.hijo-seleccionado {
|
|
1136
|
-
border-left: 5px solid
|
|
1142
|
+
border-left: 5px solid var(--color-100);
|
|
1137
1143
|
padding-left: 10px;
|
|
1138
|
-
padding:
|
|
1139
|
-
min-height:
|
|
1144
|
+
padding: 4px 15px 5px;
|
|
1145
|
+
min-height: 33px;
|
|
1140
1146
|
margin-left: 15px;
|
|
1141
1147
|
}
|
|
1142
1148
|
}
|
|
1143
1149
|
|
|
1150
|
+
.menu-accordeon .p-accordion-content td {
|
|
1151
|
+
padding: 0;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1144
1154
|
.hijo-noseleccionado {
|
|
1145
1155
|
border-left: 5px solid #4f4f5f;
|
|
1146
1156
|
padding: 8px 15px 5px;
|
|
@@ -1159,12 +1169,6 @@ min-height: 60px !important;
|
|
|
1159
1169
|
text-align: center
|
|
1160
1170
|
}
|
|
1161
1171
|
|
|
1162
|
-
.avatar-image {
|
|
1163
|
-
width: 100%;
|
|
1164
|
-
height: 100%;
|
|
1165
|
-
object-fit: cover;
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
1172
|
.UploadFoto-btn {
|
|
1169
1173
|
box-shadow: 2px 2px 5px #ccc;
|
|
1170
1174
|
}
|
|
@@ -1252,7 +1256,32 @@ min-height: 60px !important;
|
|
|
1252
1256
|
color: #ffffff;
|
|
1253
1257
|
}
|
|
1254
1258
|
|
|
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
|
+
|
|
1274
|
+
.menu-accordeon {
|
|
1275
|
+
max-height: 330px;
|
|
1276
|
+
width: 100%;
|
|
1277
|
+
height: 300px !important;
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
.mbottom {
|
|
1281
|
+
margin-top: -30px !important;
|
|
1282
|
+
}
|
|
1255
1283
|
|
|
1284
|
+
}
|
|
1256
1285
|
|
|
1257
1286
|
/******************************************************************************
|
|
1258
1287
|
* CARD INSTRUCCIONES styles
|
|
@@ -2382,9 +2411,9 @@ li.btn-descarga-masiva a {
|
|
|
2382
2411
|
margin: 0 auto;
|
|
2383
2412
|
width: 100%;
|
|
2384
2413
|
position: -webkit-sticky;
|
|
2385
|
-
position: sticky;
|
|
2386
|
-
top: 60px;
|
|
2387
|
-
z-index: 99;
|
|
2414
|
+
// position: sticky;
|
|
2415
|
+
// top: 60px;
|
|
2416
|
+
// z-index: 99;
|
|
2388
2417
|
padding: 0;
|
|
2389
2418
|
}
|
|
2390
2419
|
|
|
@@ -2606,13 +2635,6 @@ li.btn-descarga-masiva a {
|
|
|
2606
2635
|
overflow: hidden;
|
|
2607
2636
|
text-align: center
|
|
2608
2637
|
}
|
|
2609
|
-
|
|
2610
|
-
.avatar-image {
|
|
2611
|
-
width: 100%;
|
|
2612
|
-
height: 100%;
|
|
2613
|
-
object-fit: cover;
|
|
2614
|
-
}
|
|
2615
|
-
|
|
2616
2638
|
p.chip {
|
|
2617
2639
|
background: #fff;
|
|
2618
2640
|
padding: 0.35rem 3%;
|
|
@@ -3400,8 +3422,8 @@ td.GrupoColor {
|
|
|
3400
3422
|
}
|
|
3401
3423
|
|
|
3402
3424
|
.avatar-image {
|
|
3403
|
-
width:
|
|
3404
|
-
height:
|
|
3425
|
+
width: 104%;
|
|
3426
|
+
height: 110%;
|
|
3405
3427
|
object-fit: cover;
|
|
3406
3428
|
}
|
|
3407
3429
|
|
|
@@ -3757,18 +3779,50 @@ td.GrupoColor {
|
|
|
3757
3779
|
}
|
|
3758
3780
|
|
|
3759
3781
|
|
|
3760
|
-
.menu-punto-proceso .p-dialog .p-button.p-button-
|
|
3761
|
-
|
|
3782
|
+
.menu-punto-proceso .p-dialog .p-button.p-button-icon-only.p-button-rounded {
|
|
3783
|
+
border-radius: 50% !important;
|
|
3784
|
+
height: 1.5rem !important;
|
|
3785
|
+
width: 1.5rem !important;
|
|
3762
3786
|
padding: 13px !important;
|
|
3787
|
+
margin: 0px 3px !important;
|
|
3788
|
+
color: var(--color-500) !important;
|
|
3789
|
+
border: solid 1px !important;
|
|
3790
|
+
color: #fff;
|
|
3791
|
+
box-shadow: none;
|
|
3792
|
+
}
|
|
3793
|
+
|
|
3794
|
+
|
|
3795
|
+
.menu-punto-proceso .p-dialog .p-button.p-button-outlined {
|
|
3796
|
+
background: var(--color-100) !important;
|
|
3797
|
+
padding: 0.45rem 0.55rem !important;
|
|
3763
3798
|
border: solid 1px !important;
|
|
3764
3799
|
color: var(--color-500) !important;
|
|
3765
|
-
|
|
3800
|
+
|
|
3801
|
+
&:hover{
|
|
3802
|
+
color: var(--color-500) !important;
|
|
3803
|
+
border:solid 1px !important;
|
|
3804
|
+
}
|
|
3805
|
+
|
|
3766
3806
|
}
|
|
3767
3807
|
|
|
3768
|
-
|
|
3769
|
-
|
|
3808
|
+
|
|
3809
|
+
.menu-punto-proceso .p-dialog .p-button.p-button-raised {
|
|
3810
|
+
background: var(--color-400) !important;
|
|
3811
|
+
box-shadow: none;
|
|
3812
|
+
color: #fff;
|
|
3813
|
+
padding: 0.45rem 0.55rem !important;
|
|
3814
|
+
margin: 11px !important;
|
|
3815
|
+
|
|
3816
|
+
span{
|
|
3817
|
+
color:#fff !important;
|
|
3818
|
+
}
|
|
3819
|
+
|
|
3820
|
+
&:hover{
|
|
3821
|
+
box-shadow: 2px 2px 15px var(--color-200) !important;
|
|
3822
|
+
}
|
|
3770
3823
|
}
|
|
3771
3824
|
|
|
3825
|
+
|
|
3772
3826
|
.menu-punto-proceso .p-dialog .p-dialog-header .p-dialog-header-icon {
|
|
3773
3827
|
height: 2rem !important;
|
|
3774
3828
|
}
|
|
@@ -871,10 +871,6 @@ body {
|
|
|
871
871
|
padding: 5px;
|
|
872
872
|
}
|
|
873
873
|
|
|
874
|
-
.p-toast.p-toast-top-right, .p-toast.p-toast-top-left, .p-toast.p-toast-top-center {
|
|
875
|
-
z-index: 1105 !important;
|
|
876
|
-
}
|
|
877
|
-
|
|
878
874
|
.my-toast.toast-text-small .p-toast-detail {
|
|
879
875
|
font-size: 0.7rem !important;
|
|
880
876
|
line-height: 18px !important;
|
|
@@ -1184,29 +1180,24 @@ body {
|
|
|
1184
1180
|
|
|
1185
1181
|
|
|
1186
1182
|
.hijo-seleccionado {
|
|
1187
|
-
border-left: 5px solid var(--color-200);
|
|
1188
|
-
padding-left: 10px;
|
|
1189
|
-
padding: 8px 15px 5px;
|
|
1190
|
-
min-height: 40px;
|
|
1191
|
-
margin-left: 15px;
|
|
1192
|
-
|
|
1193
|
-
.hijo-seleccionado {
|
|
1194
1183
|
border-left: 5px solid #4f4f5f;
|
|
1195
1184
|
padding-left: 10px;
|
|
1196
|
-
padding:
|
|
1197
|
-
min-height:
|
|
1185
|
+
padding: 4px 15px 5px;
|
|
1186
|
+
min-height: 33px;
|
|
1198
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;
|
|
1199
1194
|
}
|
|
1200
1195
|
}
|
|
1201
1196
|
|
|
1202
|
-
.
|
|
1203
|
-
|
|
1204
|
-
padding: 8px 15px 5px;
|
|
1205
|
-
min-height: 40px;
|
|
1206
|
-
margin-left: 15px;
|
|
1197
|
+
.menu-accordeon .p-accordion-content td {
|
|
1198
|
+
padding: 0;
|
|
1207
1199
|
}
|
|
1208
1200
|
|
|
1209
|
-
|
|
1210
1201
|
.avatar-container {
|
|
1211
1202
|
position: relative;
|
|
1212
1203
|
width: 130px;
|
|
@@ -1313,6 +1304,32 @@ body {
|
|
|
1313
1304
|
color: white;
|
|
1314
1305
|
}
|
|
1315
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
|
+
}
|
|
1316
1333
|
|
|
1317
1334
|
|
|
1318
1335
|
|
|
@@ -2677,9 +2694,9 @@ li.btn-descarga-masiva a {
|
|
|
2677
2694
|
display: table;
|
|
2678
2695
|
margin: 0 auto;
|
|
2679
2696
|
width: 100%;
|
|
2680
|
-
position: sticky;
|
|
2681
|
-
top: 60px;
|
|
2682
|
-
z-index: 99;
|
|
2697
|
+
// position: sticky;
|
|
2698
|
+
// top: 60px;
|
|
2699
|
+
// z-index: 99;
|
|
2683
2700
|
padding: 0;
|
|
2684
2701
|
}
|
|
2685
2702
|
|
|
@@ -4797,12 +4814,34 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4797
4814
|
padding: 0;
|
|
4798
4815
|
}
|
|
4799
4816
|
|
|
4800
|
-
|
|
4801
|
-
|
|
4817
|
+
|
|
4818
|
+
.menu-punto-proceso .p-dialog .p-button.p-button-icon-only.p-button-rounded {
|
|
4819
|
+
border-radius: 50% !important;
|
|
4820
|
+
height: 1.5rem !important;
|
|
4821
|
+
width: 1.5rem !important;
|
|
4802
4822
|
padding: 13px !important;
|
|
4803
|
-
|
|
4823
|
+
margin: 0px 3px !important;
|
|
4804
4824
|
color: var(--color-500) !important;
|
|
4805
|
-
|
|
4825
|
+
border: solid 1px !important;
|
|
4826
|
+
color: #fff;
|
|
4827
|
+
box-shadow: none;
|
|
4828
|
+
}
|
|
4829
|
+
|
|
4830
|
+
.menu-punto-proceso .p-dialog .p-button.p-button-outlined {
|
|
4831
|
+
background: #39373f !important;
|
|
4832
|
+
padding: 0.45rem 0.55rem !important;
|
|
4833
|
+
border: solid 1px !important;
|
|
4834
|
+
color: #fff;
|
|
4835
|
+
|
|
4836
|
+
span{
|
|
4837
|
+
color: #fff !important;
|
|
4838
|
+
}
|
|
4839
|
+
|
|
4840
|
+
&:hover{
|
|
4841
|
+
background: #4a4851 !important;
|
|
4842
|
+
color: #fff;
|
|
4843
|
+
}
|
|
4844
|
+
|
|
4806
4845
|
}
|
|
4807
4846
|
|
|
4808
4847
|
.menu-punto-proceso .p-dialog .p-dialog-header .p-dialog-header-icon {
|
|
@@ -4822,6 +4861,24 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4822
4861
|
background: var(--color-75) !important;
|
|
4823
4862
|
}
|
|
4824
4863
|
|
|
4864
|
+
.menu-punto-proceso .p-dialog .p-button.p-button-raised {
|
|
4865
|
+
background: #121212 !important;
|
|
4866
|
+
padding: 0.45rem 0.55rem !important;
|
|
4867
|
+
margin: 11px !important;
|
|
4868
|
+
border: solid 1px var(--color-400);
|
|
4869
|
+
color: var(--color-400) !important;
|
|
4870
|
+
|
|
4871
|
+
|
|
4872
|
+
span{
|
|
4873
|
+
color: var(--color-400) !important;
|
|
4874
|
+
}
|
|
4875
|
+
|
|
4876
|
+
&:hover{
|
|
4877
|
+
background: #39373f !important;
|
|
4878
|
+
border: solid 1px var(--color-400);
|
|
4879
|
+
}
|
|
4880
|
+
}
|
|
4881
|
+
|
|
4825
4882
|
.menu-punto-proceso .p-button.p-button-raised {
|
|
4826
4883
|
box-shadow: none;
|
|
4827
4884
|
background:#39373f !important;
|
|
@@ -4859,6 +4916,7 @@ background: var(--color-75) !important;
|
|
|
4859
4916
|
border: none;
|
|
4860
4917
|
padding: 0.15rem 0.55rem;
|
|
4861
4918
|
border: none;
|
|
4919
|
+
margin: 11px !important;
|
|
4862
4920
|
|
|
4863
4921
|
&:hover{
|
|
4864
4922
|
background: #2b2b33 !important;
|