general-library-union 2.4.11 → 2.4.13
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;
|
|
@@ -3732,6 +3747,11 @@ background: var(--color-75) !important;
|
|
|
3732
3747
|
}
|
|
3733
3748
|
}
|
|
3734
3749
|
|
|
3750
|
+
.menu-punto-proceso .p-button.p-button-secondary {
|
|
3751
|
+
margin: 11px !important;
|
|
3752
|
+
padding: 0.15rem 0.20rem !important;
|
|
3753
|
+
}
|
|
3754
|
+
|
|
3735
3755
|
.menu-punto-proceso .p-button.p-button-raised span.p-button-icon {
|
|
3736
3756
|
color: var(--color-400);
|
|
3737
3757
|
}
|
|
@@ -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;
|
|
@@ -4762,7 +4774,7 @@ background: var(--color-75) !important;
|
|
|
4762
4774
|
background:#39373f !important;
|
|
4763
4775
|
color: #fff;
|
|
4764
4776
|
padding: 0.15rem 0.55rem;
|
|
4765
|
-
margin: 11px;
|
|
4777
|
+
margin: 11px !important;
|
|
4766
4778
|
border: none;
|
|
4767
4779
|
|
|
4768
4780
|
&:hover{
|
|
@@ -4776,6 +4788,11 @@ background: var(--color-75) !important;
|
|
|
4776
4788
|
}
|
|
4777
4789
|
}
|
|
4778
4790
|
|
|
4791
|
+
.menu-punto-proceso .p-button.p-button-secondary {
|
|
4792
|
+
margin: 11px !important;
|
|
4793
|
+
padding: 0.15rem 0.20rem !important;
|
|
4794
|
+
}
|
|
4795
|
+
|
|
4779
4796
|
|
|
4780
4797
|
|
|
4781
4798
|
.menu-punto-proceso .p-button.p-button-raised span.p-button-icon {
|