@assecosolutions/fox-menu
Advanced tools
Comparing version 2.0.5 to 2.1.0
{ | ||
"name": "@assecosolutions/fox-menu", | ||
"version": "2.0.5", | ||
"version": "2.1.0", | ||
"public": true, | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -15,3 +15,3 @@ import { LitElement, PropertyValues } from 'lit'; | ||
fullWidth: boolean; | ||
elementPosition: 'TOP' | 'BOTTOM' | 'PARENT_TOP' | 'PARENT_BOTTOM'; | ||
elementPosition: 'BOTTOM' | 'PARENT_BOTTOM'; | ||
private ignoreNextClick; | ||
@@ -26,3 +26,5 @@ render(): import("lit-html").TemplateResult<1>; | ||
close(): void; | ||
hide(): void; | ||
handleOutsideClick: (event: MouseEvent) => void; | ||
handleScroll: (event: Event) => void; | ||
addDocumentClickListenerIfNeeded(): void; | ||
@@ -29,0 +31,0 @@ private selectListItem; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67845
1621