general-library-union 3.2.79 → 3.2.80
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(): "visible" | "collapsed" | "expanded" | "hidden";
|
|
34
34
|
get isHorizontal(): boolean;
|
|
35
35
|
get isSlim(): boolean;
|
|
36
36
|
get isSlimPlus(): boolean;
|
|
@@ -3531,6 +3531,11 @@ tfoot.p-datatable-tfoot {
|
|
|
3531
3531
|
|
|
3532
3532
|
}
|
|
3533
3533
|
|
|
3534
|
+
|
|
3535
|
+
.p-accordion-header:focus {
|
|
3536
|
+
outline: 2px solid var(--color-400) !important;
|
|
3537
|
+
}
|
|
3538
|
+
|
|
3534
3539
|
.menu-accordeon .p-accordion p-accordiontab .p-accordion-tab {
|
|
3535
3540
|
margin-bottom: 0rem ;
|
|
3536
3541
|
border-bottom: solid 1px var(--color-100);
|
|
@@ -3533,6 +3533,11 @@ p.chip {
|
|
|
3533
3533
|
opacity: 0.5;
|
|
3534
3534
|
}
|
|
3535
3535
|
|
|
3536
|
+
.p-accordion-header:focus {
|
|
3537
|
+
outline: 2px solid var(--color-400) !important;
|
|
3538
|
+
}
|
|
3539
|
+
|
|
3540
|
+
|
|
3536
3541
|
input::-webkit-search-cancel-button {
|
|
3537
3542
|
-webkit-appearance: none;
|
|
3538
3543
|
appearance: none;
|