general-library-union 3.0.7 → 3.0.9
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/app/layout/app.menuitem.component.d.ts +1 -1
- package/src/styles/primeng/sass/overrides/_theme_styles.scss +1 -0
- package/src/styles/primeng/sass/overrides/_theme_styles_dark.scss +2 -0
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
|
}
|
|
@@ -30,7 +30,7 @@ export declare class AppMenuitemComponent implements OnInit, OnDestroy {
|
|
|
30
30
|
calculatePosition(overlay: HTMLElement, target: HTMLElement): void;
|
|
31
31
|
itemClick(event: Event): void;
|
|
32
32
|
onMouseEnter(): void;
|
|
33
|
-
get submenuAnimation(): "
|
|
33
|
+
get submenuAnimation(): "visible" | "collapsed" | "expanded" | "hidden";
|
|
34
34
|
get isHorizontal(): boolean;
|
|
35
35
|
get isSlim(): boolean;
|
|
36
36
|
get isSlimPlus(): boolean;
|
|
@@ -5031,11 +5031,13 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
5031
5031
|
|
|
5032
5032
|
|
|
5033
5033
|
#cargue-plantillas .btn-fileupload-claro {
|
|
5034
|
+
width: 100% !important;
|
|
5034
5035
|
|
|
5035
5036
|
.p-button{
|
|
5036
5037
|
background: #4f4f5f !important;
|
|
5037
5038
|
color: #fff !important;
|
|
5038
5039
|
border-radius: 10px;
|
|
5040
|
+
width: 100%;
|
|
5039
5041
|
|
|
5040
5042
|
|
|
5041
5043
|
&:hover{
|