general-library-union 3.0.8 → 3.0.10
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/utils.service.mjs +4 -1
- package/fesm2022/general-library-union.mjs +3 -0
- package/fesm2022/general-library-union.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/servicios/utils.service.d.ts +1 -0
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +2 -1
package/package.json
CHANGED
|
@@ -37,6 +37,7 @@ export declare class UtilsService {
|
|
|
37
37
|
cambiarTema(tema: ('temaClaro' | 'temaOscuro')): void;
|
|
38
38
|
calcularPosicionDialog(): void;
|
|
39
39
|
validarPalabra(texto: string): boolean;
|
|
40
|
+
isNumeric(value: string): boolean;
|
|
40
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<UtilsService, never>;
|
|
41
42
|
static ɵprov: i0.ɵɵInjectableDeclaration<UtilsService>;
|
|
42
43
|
}
|
|
@@ -5037,6 +5037,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5037
5037
|
background: #4f4f5f !important;
|
|
5038
5038
|
color: #fff !important;
|
|
5039
5039
|
border-radius: 10px;
|
|
5040
|
+
width: 100%;
|
|
5040
5041
|
|
|
5041
5042
|
|
|
5042
5043
|
&:hover{
|
|
@@ -5064,7 +5065,7 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5064
5065
|
display: inline-block;
|
|
5065
5066
|
background-color: transparent;
|
|
5066
5067
|
border-radius: 50%;
|
|
5067
|
-
width: 25px;
|
|
5068
|
+
width: 25px !important;
|
|
5068
5069
|
height: 25px;
|
|
5069
5070
|
display: flex;
|
|
5070
5071
|
align-items: center;
|