general-library-union 3.0.70 → 3.0.72
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/environments/environment.mjs +2 -3
- package/fesm2022/general-library-union.mjs +1 -2
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/webcommon/pages/fuente/importar-fuente-con/importar-fuente-con.component.d.ts +1 -1
- package/src/assets/layout/styles/theme/extensions/_input.scss +3 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +5 -0
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +6 -1
- package/src/styles/primeng/sass/theme/extensions/_input.scss +2 -1
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;
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
.p-inputtext {
|
|
2
2
|
&:enabled:focus {
|
|
3
|
-
|
|
3
|
+
// box-shadow: inset 0 0 0 1px $inputFocusBorderColor,inset 0 0 0 1px $inputFocusBorderColor,inset 0 0 0 1px $inputFocusBorderColor,inset 0 0 0 1px $inputFocusBorderColor;
|
|
4
|
+
box-shadow:inset 0 0 0 1px #ffffff, inset 0 0 0 1px #ffffff, inset 0 0 0 1px #ffffff, inset 0 0 0 1px #ffffff;
|
|
5
|
+
|
|
4
6
|
|
|
5
7
|
&.ng-invalid.ng-dirty {
|
|
6
8
|
box-shadow: inset 0 0 0 1px $inputErrorBorderColor,inset 0 0 0 1px $inputErrorBorderColor,inset 0 0 0 1px $inputErrorBorderColor,inset 0 0 0 1px $inputErrorBorderColor;
|
|
@@ -1935,6 +1935,11 @@ min-height: 60px !important;
|
|
|
1935
1935
|
padding: 0.68rem;
|
|
1936
1936
|
}
|
|
1937
1937
|
|
|
1938
|
+
.card .p-button-raised:focus-visible {
|
|
1939
|
+
outline: 2px solid var(--color-600) !important;
|
|
1940
|
+
outline-offset: 4px;
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1938
1943
|
app-filtro-general button{
|
|
1939
1944
|
padding: 13px !important;
|
|
1940
1945
|
}
|
|
@@ -2039,6 +2039,11 @@ margin-left: 10px;
|
|
|
2039
2039
|
background: #4f4f5f !important;
|
|
2040
2040
|
}
|
|
2041
2041
|
|
|
2042
|
+
.card .p-button-raised:focus-visible {
|
|
2043
|
+
outline: 2px solid #fff !important;
|
|
2044
|
+
outline-offset: 4px;
|
|
2045
|
+
}
|
|
2046
|
+
|
|
2042
2047
|
app-filtro-general button{
|
|
2043
2048
|
padding: 13px !important;
|
|
2044
2049
|
}
|
|
@@ -3667,7 +3672,7 @@ span.p-inputnumber-button-group {
|
|
|
3667
3672
|
-webkit-text-fill-color: #ffffff !important;
|
|
3668
3673
|
background-color:#1e1e1e !important;
|
|
3669
3674
|
background-clip: text !important;
|
|
3670
|
-
|
|
3675
|
+
// box-shadow: none !important;
|
|
3671
3676
|
}
|
|
3672
3677
|
|
|
3673
3678
|
input:-moz-autofill {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
.p-inputtext {
|
|
2
2
|
&:enabled:focus {
|
|
3
|
-
box-shadow: inset 0 0 0 1px $inputFocusBorderColor,inset 0 0 0 1px $inputFocusBorderColor,inset 0 0 0 1px $inputFocusBorderColor,inset 0 0 0 1px $inputFocusBorderColor;
|
|
3
|
+
// box-shadow: inset 0 0 0 1px $inputFocusBorderColor,inset 0 0 0 1px $inputFocusBorderColor,inset 0 0 0 1px $inputFocusBorderColor,inset 0 0 0 1px $inputFocusBorderColor;
|
|
4
|
+
box-shadow:inset 0 0 0 1px #ffffff, inset 0 0 0 1px #ffffff, inset 0 0 0 1px #ffffff, inset 0 0 0 1px #ffffff;
|
|
4
5
|
|
|
5
6
|
&.ng-invalid.ng-dirty {
|
|
6
7
|
box-shadow: inset 0 0 0 1px $inputErrorBorderColor,inset 0 0 0 1px $inputErrorBorderColor,inset 0 0 0 1px $inputErrorBorderColor,inset 0 0 0 1px $inputErrorBorderColor;
|