@vendure/admin-ui 3.7.1-master-202607140305 → 3.7.2-master-202607150304
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/core/common/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ADMIN_UI_VERSION = "3.7.
|
|
1
|
+
export declare const ADMIN_UI_VERSION = "3.7.2-master-202607150304";
|
|
@@ -7654,7 +7654,7 @@ class DropdownMenuComponent {
|
|
|
7654
7654
|
for (const entry of entries) {
|
|
7655
7655
|
const contentWrapper = entry.target.querySelector('.dropdown-content-wrapper');
|
|
7656
7656
|
if (contentWrapper) {
|
|
7657
|
-
const { bottom, top } = contentWrapper
|
|
7657
|
+
const { bottom, top } = contentWrapper.getBoundingClientRect();
|
|
7658
7658
|
if (bottom > window.innerHeight - margin) {
|
|
7659
7659
|
// dropdown is going off the bottom of the screen
|
|
7660
7660
|
this.maxHeight = window.innerHeight - top - margin;
|
|
@@ -7877,7 +7877,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.18", ngImpo
|
|
|
7877
7877
|
}], ctorParameters: () => [{ type: AlertsService }] });
|
|
7878
7878
|
|
|
7879
7879
|
// Auto-generated by the set-version.js script.
|
|
7880
|
-
const ADMIN_UI_VERSION = '3.7.
|
|
7880
|
+
const ADMIN_UI_VERSION = '3.7.2-master-202607150304';
|
|
7881
7881
|
|
|
7882
7882
|
/* eslint-disable @angular-eslint/directive-selector */
|
|
7883
7883
|
class FormFieldControlDirective {
|