tabexseriescomponents 0.2.1231 → 0.2.1233
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 +5 -5
- package/dist/index.esm.js +5 -5
- package/dist/index.umd.js +5 -59
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -27809,7 +27809,7 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
27809
27809
|
paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px'
|
|
27810
27810
|
}
|
|
27811
27811
|
}, templateproperties_context.textslidertype == 'Fading Text Carousel' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
27812
|
-
className: "text-slider"
|
|
27812
|
+
className: "text-slider-marquee"
|
|
27813
27813
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
27814
27814
|
onClick: prev,
|
|
27815
27815
|
className: "arrow left allcentered"
|
|
@@ -27818,7 +27818,7 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
27818
27818
|
})), textarray.map(function (item, index) {
|
|
27819
27819
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
27820
27820
|
key: index,
|
|
27821
|
-
className: "
|
|
27821
|
+
className: "marqueeslide ".concat(index === currentIndex ? 'active' : '') + ' m-0 ' + header_cssstyles.textSlider
|
|
27822
27822
|
}, langdetect == 'en' ? item.textEnglish : item.textArabic);
|
|
27823
27823
|
}), /*#__PURE__*/React__default["default"].createElement("button", {
|
|
27824
27824
|
onClick: next,
|
|
@@ -74025,10 +74025,10 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
74025
74025
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74026
74026
|
"class": "rotating-text-container rotating-text-containermarqueesection"
|
|
74027
74027
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
74028
|
-
"class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-
|
|
74029
|
-
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
74028
|
+
"class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-text2' : 'd-flex flex-row align-items-center rotating-text-reverse2'
|
|
74029
|
+
}, [].concat(_toConsumableArray__default["default"](cardsarray), _toConsumableArray__default["default"](cardsarray)).map(function (cardinfoitem, cardinfoindex) {
|
|
74030
74030
|
var _authdetailsContext$i;
|
|
74031
|
-
return /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74031
|
+
return /*#__PURE__*/React__default["default"].createElement("div", null, cardinfoitem.marqueeimage != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
74032
74032
|
"class": section_styles.marqueeimagecontainer + ' allcentered ',
|
|
74033
74033
|
style: {}
|
|
74034
74034
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
package/dist/index.esm.js
CHANGED
|
@@ -27758,7 +27758,7 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
27758
27758
|
paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px'
|
|
27759
27759
|
}
|
|
27760
27760
|
}, templateproperties_context.textslidertype == 'Fading Text Carousel' && /*#__PURE__*/React.createElement("div", {
|
|
27761
|
-
className: "text-slider"
|
|
27761
|
+
className: "text-slider-marquee"
|
|
27762
27762
|
}, /*#__PURE__*/React.createElement("button", {
|
|
27763
27763
|
onClick: prev,
|
|
27764
27764
|
className: "arrow left allcentered"
|
|
@@ -27767,7 +27767,7 @@ var MarqueeHeader = function MarqueeHeader(props) {
|
|
|
27767
27767
|
})), textarray.map(function (item, index) {
|
|
27768
27768
|
return /*#__PURE__*/React.createElement("p", {
|
|
27769
27769
|
key: index,
|
|
27770
|
-
className: "
|
|
27770
|
+
className: "marqueeslide ".concat(index === currentIndex ? 'active' : '') + ' m-0 ' + header_cssstyles.textSlider
|
|
27771
27771
|
}, langdetect == 'en' ? item.textEnglish : item.textArabic);
|
|
27772
27772
|
}), /*#__PURE__*/React.createElement("button", {
|
|
27773
27773
|
onClick: next,
|
|
@@ -73974,10 +73974,10 @@ var MarqueeSection = function MarqueeSection(props) {
|
|
|
73974
73974
|
}, /*#__PURE__*/React.createElement("div", {
|
|
73975
73975
|
"class": "rotating-text-container rotating-text-containermarqueesection"
|
|
73976
73976
|
}, /*#__PURE__*/React.createElement("span", {
|
|
73977
|
-
"class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-
|
|
73978
|
-
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
73977
|
+
"class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-text2' : 'd-flex flex-row align-items-center rotating-text-reverse2'
|
|
73978
|
+
}, [].concat(_toConsumableArray(cardsarray), _toConsumableArray(cardsarray)).map(function (cardinfoitem, cardinfoindex) {
|
|
73979
73979
|
var _authdetailsContext$i;
|
|
73980
|
-
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("div", {
|
|
73980
|
+
return /*#__PURE__*/React.createElement("div", null, cardinfoitem.marqueeimage != null && /*#__PURE__*/React.createElement("div", {
|
|
73981
73981
|
"class": section_styles.marqueeimagecontainer + ' allcentered ',
|
|
73982
73982
|
style: {}
|
|
73983
73983
|
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
package/dist/index.umd.js
CHANGED
|
@@ -21641,60 +21641,6 @@
|
|
|
21641
21641
|
}, (fetchProductFeaturesQueryContext === null || fetchProductFeaturesQueryContext === void 0 ? void 0 : fetchProductFeaturesQueryContext.isSuccess) && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
21642
21642
|
className: "row mt-0 mb-2 ml-0 mr-0 d-lg-flex w-100"
|
|
21643
21643
|
}, fetchProductFeaturesQueryContext === null || fetchProductFeaturesQueryContext === void 0 || (_fetchProductFeatures = fetchProductFeaturesQueryContext.data) === null || _fetchProductFeatures === void 0 || (_fetchProductFeatures = _fetchProductFeatures.data) === null || _fetchProductFeatures === void 0 || (_fetchProductFeatures = _fetchProductFeatures.productfeatues) === null || _fetchProductFeatures === void 0 ? void 0 : _fetchProductFeatures.map(function (item, index) {
|
|
21644
|
-
// if (item.type == 'Selectbox') {
|
|
21645
|
-
// var selectboxarr = [];
|
|
21646
|
-
// item?.featuresselectbovalue?.forEach(function (slecitem) {
|
|
21647
|
-
// var itemlabel = '';
|
|
21648
|
-
// if (langdetect == 'en') {
|
|
21649
|
-
// itemlabel = slecitem.value_en;
|
|
21650
|
-
// } else {
|
|
21651
|
-
// itemlabel = slecitem.value_ar;
|
|
21652
|
-
// }
|
|
21653
|
-
// selectboxarr.push({ label: itemlabel, value: slecitem.value_en });
|
|
21654
|
-
// });
|
|
21655
|
-
// return (
|
|
21656
|
-
// <div class="col-lg-12 col-md-12 d-flex flex-column align-items-center justify-content-start mb-3 p-0">
|
|
21657
|
-
// <label
|
|
21658
|
-
// className={' mb-3 w-100 '}
|
|
21659
|
-
// style={{
|
|
21660
|
-
// textAlign: langdetect == 'en' ? 'left' : 'right',
|
|
21661
|
-
// color: sectionproperties.filtertitle_color,
|
|
21662
|
-
// color: sectionproperties.filtertitle_color,
|
|
21663
|
-
// fontSize: sectionproperties.filtertitle_fontsize + 'px',
|
|
21664
|
-
// fontWeight: sectionproperties.filtertitle_fontweight,
|
|
21665
|
-
// color: sectionproperties.filtertitle_color,
|
|
21666
|
-
// textTransform: 'capitalize',
|
|
21667
|
-
// }}
|
|
21668
|
-
// >
|
|
21669
|
-
// {langdetect == 'en' ? item.name_en : item.name_ar}
|
|
21670
|
-
// </label>
|
|
21671
|
-
// <div class={'col-lg-12 p-0'}>
|
|
21672
|
-
// <Select
|
|
21673
|
-
// options={selectboxarr}
|
|
21674
|
-
// styles={langdetect == 'en' ? selectcustomStyles : selectcustomStylesTranslated}
|
|
21675
|
-
// placeholder={''}
|
|
21676
|
-
// onChange={(e) => {
|
|
21677
|
-
// var isattrexists = false;
|
|
21678
|
-
// var tempproductfeatuesarr = [...productfeatuesarr];
|
|
21679
|
-
// tempproductfeatuesarr?.forEach(function (attritem, attrindex) {
|
|
21680
|
-
// if (attritem.id == item.id) {
|
|
21681
|
-
// tempproductfeatuesarr[attrindex].value = e.value;
|
|
21682
|
-
// isattrexists = true;
|
|
21683
|
-
// }
|
|
21684
|
-
// });
|
|
21685
|
-
// if (isattrexists == false) {
|
|
21686
|
-
// tempproductfeatuesarr.push({
|
|
21687
|
-
// id: item.id,
|
|
21688
|
-
// value: e.value,
|
|
21689
|
-
// });
|
|
21690
|
-
// }
|
|
21691
|
-
// setproductfeatuesarr([...tempproductfeatuesarr]);
|
|
21692
|
-
// }}
|
|
21693
|
-
// />
|
|
21694
|
-
// </div>
|
|
21695
|
-
// </div>
|
|
21696
|
-
// );
|
|
21697
|
-
// }
|
|
21698
21644
|
if (item.type == 'Selectbox') {
|
|
21699
21645
|
// item?.featuresselectbovalue?.forEach(function (slecitem) {
|
|
21700
21646
|
// var itemlabel = '';
|
|
@@ -27615,7 +27561,7 @@
|
|
|
27615
27561
|
paddingRight: templateproperties_context.sliderpaddinghorizontal + 'px'
|
|
27616
27562
|
}
|
|
27617
27563
|
}, templateproperties_context.textslidertype == 'Fading Text Carousel' && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
27618
|
-
className: "text-slider"
|
|
27564
|
+
className: "text-slider-marquee"
|
|
27619
27565
|
}, /*#__PURE__*/React__default["default"].createElement("button", {
|
|
27620
27566
|
onClick: prev,
|
|
27621
27567
|
className: "arrow left allcentered"
|
|
@@ -27624,7 +27570,7 @@
|
|
|
27624
27570
|
})), textarray.map(function (item, index) {
|
|
27625
27571
|
return /*#__PURE__*/React__default["default"].createElement("p", {
|
|
27626
27572
|
key: index,
|
|
27627
|
-
className: "
|
|
27573
|
+
className: "marqueeslide ".concat(index === currentIndex ? 'active' : '') + ' m-0 ' + header_cssstyles.textSlider
|
|
27628
27574
|
}, langdetect == 'en' ? item.textEnglish : item.textArabic);
|
|
27629
27575
|
}), /*#__PURE__*/React__default["default"].createElement("button", {
|
|
27630
27576
|
onClick: next,
|
|
@@ -73831,10 +73777,10 @@
|
|
|
73831
73777
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73832
73778
|
"class": "rotating-text-container rotating-text-containermarqueesection"
|
|
73833
73779
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
73834
|
-
"class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-
|
|
73835
|
-
}, cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
73780
|
+
"class": sectionproperties.marqueemovementdirection == 'Right to Left' ? 'd-flex flex-row align-items-center rotating-text2' : 'd-flex flex-row align-items-center rotating-text-reverse2'
|
|
73781
|
+
}, [].concat(_toConsumableArray__default["default"](cardsarray), _toConsumableArray__default["default"](cardsarray)).map(function (cardinfoitem, cardinfoindex) {
|
|
73836
73782
|
var _authdetailsContext$i;
|
|
73837
|
-
return /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73783
|
+
return /*#__PURE__*/React__default["default"].createElement("div", null, cardinfoitem.marqueeimage != null && /*#__PURE__*/React__default["default"].createElement("div", {
|
|
73838
73784
|
"class": section_styles.marqueeimagecontainer + ' allcentered ',
|
|
73839
73785
|
style: {}
|
|
73840
73786
|
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|