general-library-union 2.4.11 → 2.4.12
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
|
@@ -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(): "collapsed" | "expanded" | "hidden" | "visible";
|
|
34
34
|
get isHorizontal(): boolean;
|
|
35
35
|
get isSlim(): boolean;
|
|
36
36
|
get isSlimPlus(): boolean;
|
|
@@ -3707,6 +3707,21 @@ td.GrupoColor {
|
|
|
3707
3707
|
padding: 0;
|
|
3708
3708
|
}
|
|
3709
3709
|
|
|
3710
|
+
|
|
3711
|
+
.menu-punto-proceso .p-dialog .p-button.p-button-outlined {
|
|
3712
|
+
background: transparent !important;
|
|
3713
|
+
padding: 13px !important;
|
|
3714
|
+
border: solid 1px !important;
|
|
3715
|
+
color: var(--color-500) !important;
|
|
3716
|
+
margin: 0 !important;
|
|
3717
|
+
}
|
|
3718
|
+
|
|
3719
|
+
|
|
3720
|
+
.menu-punto-proceso .p-dialog .p-dialog-header .p-dialog-header-icon {
|
|
3721
|
+
height: 2rem !important;
|
|
3722
|
+
}
|
|
3723
|
+
|
|
3724
|
+
|
|
3710
3725
|
.menu-punto-proceso .menu-accion-sara .p-menubar {
|
|
3711
3726
|
box-shadow: none;
|
|
3712
3727
|
border: none;
|
|
@@ -4744,6 +4744,18 @@ p-dropdown.ng-dirty.ng-invalid>.p-dropdown {
|
|
|
4744
4744
|
padding: 0;
|
|
4745
4745
|
}
|
|
4746
4746
|
|
|
4747
|
+
.menu-punto-proceso .p-dialog .p-button.p-button-outlined {
|
|
4748
|
+
background: transparent !important;
|
|
4749
|
+
padding: 13px !important;
|
|
4750
|
+
border: solid 1px !important;
|
|
4751
|
+
color: var(--color-500) !important;
|
|
4752
|
+
margin: 0 !important;
|
|
4753
|
+
}
|
|
4754
|
+
|
|
4755
|
+
.menu-punto-proceso .p-dialog .p-dialog-header .p-dialog-header-icon {
|
|
4756
|
+
height: 2rem !important;
|
|
4757
|
+
}
|
|
4758
|
+
|
|
4747
4759
|
.menu-punto-proceso .menu-accion-sara .p-menubar {
|
|
4748
4760
|
box-shadow: none;
|
|
4749
4761
|
border: none;
|