tabexseriescomponents 0.2.756 → 0.2.757
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/dist/index.cjs.js +2 -1
- package/dist/index.esm.js +2 -1
- package/dist/index.umd.js +2 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -5218,7 +5218,8 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
5218
5218
|
thumbnailPosition: sectionproperties.thumbnailposition == 'Bottom' ? 'bottom' : 'left',
|
|
5219
5219
|
showNav: false,
|
|
5220
5220
|
showPlayButton: false,
|
|
5221
|
-
showFullscreenButton: true,
|
|
5221
|
+
showFullscreenButton: sectionproperties.showgalleryfullscreenbtn == 'Yes' ? true : false,
|
|
5222
|
+
showThumbnails: sectionproperties.showthumbnail == 'Hide' ? false : true,
|
|
5222
5223
|
startIndex: currentshowingimageindex
|
|
5223
5224
|
})), sectionproperties.showShareButton == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5224
5225
|
"class": sectionproperties.thumbnailposition == 'Bottom' ? 'col-lg-12 d-flex justify-content-center flex-column align-items-center p-0 mt-5' : 'col-lg-12 d-flex justify-content-center flex-column align-items-center p-0 mt-2'
|
package/dist/index.esm.js
CHANGED
|
@@ -5169,7 +5169,8 @@ var Service_itemtype = function Service_itemtype(props) {
|
|
|
5169
5169
|
thumbnailPosition: sectionproperties.thumbnailposition == 'Bottom' ? 'bottom' : 'left',
|
|
5170
5170
|
showNav: false,
|
|
5171
5171
|
showPlayButton: false,
|
|
5172
|
-
showFullscreenButton: true,
|
|
5172
|
+
showFullscreenButton: sectionproperties.showgalleryfullscreenbtn == 'Yes' ? true : false,
|
|
5173
|
+
showThumbnails: sectionproperties.showthumbnail == 'Hide' ? false : true,
|
|
5173
5174
|
startIndex: currentshowingimageindex
|
|
5174
5175
|
})), sectionproperties.showShareButton == 'Show' && /*#__PURE__*/React.createElement("div", {
|
|
5175
5176
|
"class": sectionproperties.thumbnailposition == 'Bottom' ? 'col-lg-12 d-flex justify-content-center flex-column align-items-center p-0 mt-5' : 'col-lg-12 d-flex justify-content-center flex-column align-items-center p-0 mt-2'
|
package/dist/index.umd.js
CHANGED
|
@@ -5033,7 +5033,8 @@
|
|
|
5033
5033
|
thumbnailPosition: sectionproperties.thumbnailposition == 'Bottom' ? 'bottom' : 'left',
|
|
5034
5034
|
showNav: false,
|
|
5035
5035
|
showPlayButton: false,
|
|
5036
|
-
showFullscreenButton: true,
|
|
5036
|
+
showFullscreenButton: sectionproperties.showgalleryfullscreenbtn == 'Yes' ? true : false,
|
|
5037
|
+
showThumbnails: sectionproperties.showthumbnail == 'Hide' ? false : true,
|
|
5037
5038
|
startIndex: currentshowingimageindex
|
|
5038
5039
|
})), sectionproperties.showShareButton == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
5039
5040
|
"class": sectionproperties.thumbnailposition == 'Bottom' ? 'col-lg-12 d-flex justify-content-center flex-column align-items-center p-0 mt-5' : 'col-lg-12 d-flex justify-content-center flex-column align-items-center p-0 mt-2'
|