general-library-union 2.5.54 → 2.5.56
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;
|
|
@@ -3541,14 +3541,6 @@ td.GrupoColor {
|
|
|
3541
3541
|
}
|
|
3542
3542
|
|
|
3543
3543
|
|
|
3544
|
-
.p-organizationchart .p-organizationchart-node-content {
|
|
3545
|
-
border: solid 1px #4f4f5f !important;
|
|
3546
|
-
}
|
|
3547
|
-
|
|
3548
|
-
.p-organizationchart .p-organizationchart-line-top {
|
|
3549
|
-
border-color: #4f4f5f !important;
|
|
3550
|
-
}
|
|
3551
|
-
|
|
3552
3544
|
.us-foto-perfil {
|
|
3553
3545
|
border-radius: 50%;
|
|
3554
3546
|
padding: 3px;
|