pro-gallery 4.1.58 → 4.1.59
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.
|
@@ -35,7 +35,7 @@ function NavigationArrows(_a) {
|
|
|
35
35
|
directionFix = 1;
|
|
36
36
|
}
|
|
37
37
|
else {
|
|
38
|
-
// if we got here, we should be ITEM_CENTER, taken care of in layoutHelper.
|
|
38
|
+
// if we got here, we should be ITEM_CENTER, taken care of in layoutHelper.ts
|
|
39
39
|
}
|
|
40
40
|
var verticalPositionFix = (_b = {},
|
|
41
41
|
_b[pro_gallery_lib_1.GALLERY_CONSTS.arrowsVerticalPosition.ITEM_CENTER] = 0,
|
|
@@ -32,7 +32,7 @@ export function NavigationArrows(_a) {
|
|
|
32
32
|
directionFix = 1;
|
|
33
33
|
}
|
|
34
34
|
else {
|
|
35
|
-
// if we got here, we should be ITEM_CENTER, taken care of in layoutHelper.
|
|
35
|
+
// if we got here, we should be ITEM_CENTER, taken care of in layoutHelper.ts
|
|
36
36
|
}
|
|
37
37
|
var verticalPositionFix = (_b = {},
|
|
38
38
|
_b[GALLERY_CONSTS.arrowsVerticalPosition.ITEM_CENTER] = 0,
|