tabexseriescomponents 0.0.591 → 0.0.593
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 +13 -10
- package/dist/index.esm.js +13 -10
- package/dist/index.umd.js +13 -10
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -15733,11 +15733,7 @@ var Filter$1 = function Filter(props) {
|
|
|
15733
15733
|
}))))), /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemPanel, {
|
|
15734
15734
|
className: "p-0"
|
|
15735
15735
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15736
|
-
className: "row mt-3 mb-2 ml-0 mr-0 d-lg-flex px-3 px-md-4-2 overflowyedit"
|
|
15737
|
-
style: {
|
|
15738
|
-
height: '30vh',
|
|
15739
|
-
overflowY: 'scroll'
|
|
15740
|
-
}
|
|
15736
|
+
className: "row mt-3 mb-2 ml-0 mr-0 d-lg-flex px-3 px-md-4-2 overflowyedit"
|
|
15741
15737
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15742
15738
|
className: langdetect == 'en' ? "".concat(filterstyles.timeline) + ' p-sm-0 ' : "".concat(filterstyles.timeline, " ").concat(filterstyles.timelinetrans) + ' p-sm-0 '
|
|
15743
15739
|
}, item === null || item === void 0 || (_item$featuresselectb = item.featuresselectbovalue) === null || _item$featuresselectb === void 0 ? void 0 : _item$featuresselectb.map(function (slecitem, slecindex) {
|
|
@@ -57154,15 +57150,22 @@ var Popupcomponent = function Popupcomponent(props) {
|
|
|
57154
57150
|
// let returningUser = localStorage.getItem('seenPopUp');
|
|
57155
57151
|
// setshowpopup(!returningUser);
|
|
57156
57152
|
// }, []);
|
|
57157
|
-
var _useState7 = React.useState(
|
|
57153
|
+
var _useState7 = React.useState(false),
|
|
57158
57154
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
57159
57155
|
isModalVisible = _useState8[0],
|
|
57160
57156
|
setModalVisible = _useState8[1];
|
|
57161
|
-
|
|
57162
|
-
// Effect to reset modal visibility on refresh
|
|
57163
57157
|
React.useEffect(function () {
|
|
57164
|
-
|
|
57158
|
+
// Check if the modal has been shown in the current session
|
|
57159
|
+
var hasModalBeenShown = sessionStorage.getItem('modalShown');
|
|
57160
|
+
if (!hasModalBeenShown) {
|
|
57161
|
+
setModalVisible(true);
|
|
57162
|
+
// Set the flag in sessionStorage
|
|
57163
|
+
sessionStorage.setItem('modalShown', 'true');
|
|
57164
|
+
}
|
|
57165
57165
|
}, []);
|
|
57166
|
+
var closePopUp = function closePopUp() {
|
|
57167
|
+
setModalVisible(false);
|
|
57168
|
+
};
|
|
57166
57169
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
57167
57170
|
className: "row ml-0 mr-0 w-100"
|
|
57168
57171
|
}, isModalVisible && Object.keys(imagesarray).length != 0 && /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal, {
|
|
@@ -75184,7 +75187,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
75184
75187
|
// minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px',
|
|
75185
75188
|
// maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px',
|
|
75186
75189
|
// }}
|
|
75187
|
-
},
|
|
75190
|
+
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
75188
75191
|
"class": card_cssstyles.cardconttt + ' cursor-pointer w-100 ',
|
|
75189
75192
|
style: {}
|
|
75190
75193
|
}, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
|
package/dist/index.esm.js
CHANGED
|
@@ -15684,11 +15684,7 @@ var Filter$1 = function Filter(props) {
|
|
|
15684
15684
|
}))))), /*#__PURE__*/React.createElement(AccordionItemPanel, {
|
|
15685
15685
|
className: "p-0"
|
|
15686
15686
|
}, /*#__PURE__*/React.createElement("div", {
|
|
15687
|
-
className: "row mt-3 mb-2 ml-0 mr-0 d-lg-flex px-3 px-md-4-2 overflowyedit"
|
|
15688
|
-
style: {
|
|
15689
|
-
height: '30vh',
|
|
15690
|
-
overflowY: 'scroll'
|
|
15691
|
-
}
|
|
15687
|
+
className: "row mt-3 mb-2 ml-0 mr-0 d-lg-flex px-3 px-md-4-2 overflowyedit"
|
|
15692
15688
|
}, /*#__PURE__*/React.createElement("div", {
|
|
15693
15689
|
className: langdetect == 'en' ? "".concat(filterstyles.timeline) + ' p-sm-0 ' : "".concat(filterstyles.timeline, " ").concat(filterstyles.timelinetrans) + ' p-sm-0 '
|
|
15694
15690
|
}, item === null || item === void 0 || (_item$featuresselectb = item.featuresselectbovalue) === null || _item$featuresselectb === void 0 ? void 0 : _item$featuresselectb.map(function (slecitem, slecindex) {
|
|
@@ -57105,15 +57101,22 @@ var Popupcomponent = function Popupcomponent(props) {
|
|
|
57105
57101
|
// let returningUser = localStorage.getItem('seenPopUp');
|
|
57106
57102
|
// setshowpopup(!returningUser);
|
|
57107
57103
|
// }, []);
|
|
57108
|
-
var _useState7 = useState(
|
|
57104
|
+
var _useState7 = useState(false),
|
|
57109
57105
|
_useState8 = _slicedToArray(_useState7, 2),
|
|
57110
57106
|
isModalVisible = _useState8[0],
|
|
57111
57107
|
setModalVisible = _useState8[1];
|
|
57112
|
-
|
|
57113
|
-
// Effect to reset modal visibility on refresh
|
|
57114
57108
|
useEffect(function () {
|
|
57115
|
-
|
|
57109
|
+
// Check if the modal has been shown in the current session
|
|
57110
|
+
var hasModalBeenShown = sessionStorage.getItem('modalShown');
|
|
57111
|
+
if (!hasModalBeenShown) {
|
|
57112
|
+
setModalVisible(true);
|
|
57113
|
+
// Set the flag in sessionStorage
|
|
57114
|
+
sessionStorage.setItem('modalShown', 'true');
|
|
57115
|
+
}
|
|
57116
57116
|
}, []);
|
|
57117
|
+
var closePopUp = function closePopUp() {
|
|
57118
|
+
setModalVisible(false);
|
|
57119
|
+
};
|
|
57117
57120
|
return /*#__PURE__*/React.createElement("div", {
|
|
57118
57121
|
className: "row ml-0 mr-0 w-100"
|
|
57119
57122
|
}, isModalVisible && Object.keys(imagesarray).length != 0 && /*#__PURE__*/React.createElement(Modal, {
|
|
@@ -75135,7 +75138,7 @@ var Simpleproductcard = function Simpleproductcard(props) {
|
|
|
75135
75138
|
// minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px',
|
|
75136
75139
|
// maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px',
|
|
75137
75140
|
// }}
|
|
75138
|
-
},
|
|
75141
|
+
}, sectionproperties.length != 0 && /*#__PURE__*/React.createElement("div", {
|
|
75139
75142
|
"class": card_cssstyles.cardconttt + ' cursor-pointer w-100 ',
|
|
75140
75143
|
style: {}
|
|
75141
75144
|
}, sectionproperties.image_show == 'show' && /*#__PURE__*/React.createElement("div", {
|
package/dist/index.umd.js
CHANGED
|
@@ -15557,11 +15557,7 @@
|
|
|
15557
15557
|
}))))), /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemPanel, {
|
|
15558
15558
|
className: "p-0"
|
|
15559
15559
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15560
|
-
className: "row mt-3 mb-2 ml-0 mr-0 d-lg-flex px-3 px-md-4-2 overflowyedit"
|
|
15561
|
-
style: {
|
|
15562
|
-
height: '30vh',
|
|
15563
|
-
overflowY: 'scroll'
|
|
15564
|
-
}
|
|
15560
|
+
className: "row mt-3 mb-2 ml-0 mr-0 d-lg-flex px-3 px-md-4-2 overflowyedit"
|
|
15565
15561
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
15566
15562
|
className: langdetect == 'en' ? "".concat(filterstyles.timeline) + ' p-sm-0 ' : "".concat(filterstyles.timeline, " ").concat(filterstyles.timelinetrans) + ' p-sm-0 '
|
|
15567
15563
|
}, item === null || item === void 0 || (_item$featuresselectb = item.featuresselectbovalue) === null || _item$featuresselectb === void 0 ? void 0 : _item$featuresselectb.map(function (slecitem, slecindex) {
|
|
@@ -56978,15 +56974,22 @@
|
|
|
56978
56974
|
// let returningUser = localStorage.getItem('seenPopUp');
|
|
56979
56975
|
// setshowpopup(!returningUser);
|
|
56980
56976
|
// }, []);
|
|
56981
|
-
var _useState7 = React.useState(
|
|
56977
|
+
var _useState7 = React.useState(false),
|
|
56982
56978
|
_useState8 = _slicedToArray__default["default"](_useState7, 2),
|
|
56983
56979
|
isModalVisible = _useState8[0],
|
|
56984
56980
|
setModalVisible = _useState8[1];
|
|
56985
|
-
|
|
56986
|
-
// Effect to reset modal visibility on refresh
|
|
56987
56981
|
React.useEffect(function () {
|
|
56988
|
-
|
|
56982
|
+
// Check if the modal has been shown in the current session
|
|
56983
|
+
var hasModalBeenShown = sessionStorage.getItem('modalShown');
|
|
56984
|
+
if (!hasModalBeenShown) {
|
|
56985
|
+
setModalVisible(true);
|
|
56986
|
+
// Set the flag in sessionStorage
|
|
56987
|
+
sessionStorage.setItem('modalShown', 'true');
|
|
56988
|
+
}
|
|
56989
56989
|
}, []);
|
|
56990
|
+
var closePopUp = function closePopUp() {
|
|
56991
|
+
setModalVisible(false);
|
|
56992
|
+
};
|
|
56990
56993
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
56991
56994
|
className: "row ml-0 mr-0 w-100"
|
|
56992
56995
|
}, isModalVisible && Object.keys(imagesarray).length != 0 && /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Modal, {
|
|
@@ -75008,7 +75011,7 @@
|
|
|
75008
75011
|
// minWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px',
|
|
75009
75012
|
// maxWidth: props.sectiontypeprops2 == 'vertical' ? '100%' : sectionproperties.width + 'px',
|
|
75010
75013
|
// }}
|
|
75011
|
-
},
|
|
75014
|
+
}, sectionproperties.length != 0 && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
75012
75015
|
"class": card_cssstyles.cardconttt + ' cursor-pointer w-100 ',
|
|
75013
75016
|
style: {}
|
|
75014
75017
|
}, sectionproperties.image_show == 'show' && /*#__PURE__*/React__default["default"].createElement("div", {
|