tabexseriescomponents 0.0.384 → 0.0.387

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 CHANGED
@@ -5167,8 +5167,17 @@ var Productinfo = function Productinfo(props) {
5167
5167
  "class": "".concat(productinfo_cssstyles.relatedProductImageCont) + ' w-100 p-0 mb-2 '
5168
5168
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
5169
5169
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
5170
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
5171
- path: '/tr:w-' + sectionproperties.relatedProductDimWidth + ',h-' + sectionproperties.galleryHeightDimension + '/' + item.productinfo.productmainimage,
5170
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey
5171
+ // path={
5172
+ // '/tr:w-' +
5173
+ // sectionproperties.relatedProductDimWidth +
5174
+ // ',h-' +
5175
+ // sectionproperties.galleryHeightDimension +
5176
+ // '/' +
5177
+ // item.productinfo.productmainimage
5178
+ // }
5179
+ ,
5180
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.productinfo.productmainimage,
5172
5181
  loading: "lazy",
5173
5182
  style: {
5174
5183
  width: '100%',
@@ -18713,7 +18722,8 @@ var Headerresponsive = function Headerresponsive(props) {
18713
18722
  "class": "allcentered",
18714
18723
  style: {
18715
18724
  position: 'absolute',
18716
- right: -34,
18725
+ right: langdetect == 'en' ? -34 : '',
18726
+ left: langdetect == 'en' ? -34 : '',
18717
18727
  top: 5,
18718
18728
  width: 30,
18719
18729
  height: 30,
@@ -18764,7 +18774,7 @@ var Headerresponsive = function Headerresponsive(props) {
18764
18774
  transition: '.3s',
18765
18775
  color: '#000'
18766
18776
  }
18767
- }, langdetect == 'en' ? 'COLLECTIONS' : 'المجموعات'))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas.Body, null, activeTab == 'menu' && /*#__PURE__*/React__default["default"].createElement("div", {
18777
+ }, langdetect == 'en' ? 'SHOP' : 'تسوق'))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas.Body, null, activeTab == 'menu' && /*#__PURE__*/React__default["default"].createElement("div", {
18768
18778
  className: ' row m-0 w-100 anim '
18769
18779
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18770
18780
  className: "col-lg-12 p-0"
@@ -18858,14 +18868,14 @@ var Headerresponsive = function Headerresponsive(props) {
18858
18868
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18859
18869
  className: ' row m-0 w-100 px-3 '
18860
18870
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18861
- className: "col-10 p-0"
18871
+ className: "col-10 p-0 text-start"
18862
18872
  // onClick={() => {
18863
18873
  // routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
18864
18874
  // }}
18865
18875
  }, /*#__PURE__*/React__default["default"].createElement("p", {
18866
18876
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
18867
18877
  }, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
18868
- className: "col-lg-2 col-md-2 col-sm-2 p-0"
18878
+ className: "col-lg-2 col-md-2 col-sm-2 p-0 text-end"
18869
18879
  }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
18870
18880
  if (state.expanded == true) {
18871
18881
  return /*#__PURE__*/React__default["default"].createElement("i", {
@@ -18909,14 +18919,14 @@ var Headerresponsive = function Headerresponsive(props) {
18909
18919
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18910
18920
  className: ' row m-0 w-100 px-4 '
18911
18921
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18912
- className: "col-10 p-0",
18922
+ className: "col-10 p-0 text-start",
18913
18923
  onClick: function onClick() {
18914
18924
  // routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
18915
18925
  }
18916
18926
  }, /*#__PURE__*/React__default["default"].createElement("p", {
18917
18927
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
18918
18928
  }, langdetect == 'en' ? pitem.title_en : pitem.title_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
18919
- className: "col-lg-2 col-md-2 col-sm-2 p-0"
18929
+ className: "col-lg-2 col-md-2 col-sm-2 p-0 text-end"
18920
18930
  }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
18921
18931
  if (state.expanded == true) {
18922
18932
  return /*#__PURE__*/React__default["default"].createElement("i", {
@@ -18953,7 +18963,7 @@ var Headerresponsive = function Headerresponsive(props) {
18953
18963
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18954
18964
  className: ' row m-0 w-100 px-5 '
18955
18965
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18956
- className: "col-10 p-0",
18966
+ className: "col-10 p-0 text-start",
18957
18967
  onClick: function onClick() {
18958
18968
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + collitem.collectionid);
18959
18969
  setopenCnvas(false);
@@ -53203,7 +53213,13 @@ var Servicesection = function Servicesection(props) {
53203
53213
  border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
53204
53214
  borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
53205
53215
  borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
53206
- boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
53216
+ boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
53217
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
53218
+ },
53219
+ onClick: function onClick() {
53220
+ if (cardinfoitem.iscardclickable == 'Yes') {
53221
+ window.open(cardinfoitem.btnlink, '_blank');
53222
+ }
53207
53223
  }
53208
53224
  }, /*#__PURE__*/React__default["default"].createElement("div", {
53209
53225
  "class": "d-flex d-sm-none",
package/dist/index.esm.js CHANGED
@@ -5118,8 +5118,17 @@ var Productinfo = function Productinfo(props) {
5118
5118
  "class": "".concat(productinfo_cssstyles.relatedProductImageCont) + ' w-100 p-0 mb-2 '
5119
5119
  }, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
5120
5120
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
5121
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
5122
- path: '/tr:w-' + sectionproperties.relatedProductDimWidth + ',h-' + sectionproperties.galleryHeightDimension + '/' + item.productinfo.productmainimage,
5121
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey
5122
+ // path={
5123
+ // '/tr:w-' +
5124
+ // sectionproperties.relatedProductDimWidth +
5125
+ // ',h-' +
5126
+ // sectionproperties.galleryHeightDimension +
5127
+ // '/' +
5128
+ // item.productinfo.productmainimage
5129
+ // }
5130
+ ,
5131
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.productinfo.productmainimage,
5123
5132
  loading: "lazy",
5124
5133
  style: {
5125
5134
  width: '100%',
@@ -18664,7 +18673,8 @@ var Headerresponsive = function Headerresponsive(props) {
18664
18673
  "class": "allcentered",
18665
18674
  style: {
18666
18675
  position: 'absolute',
18667
- right: -34,
18676
+ right: langdetect == 'en' ? -34 : '',
18677
+ left: langdetect == 'en' ? -34 : '',
18668
18678
  top: 5,
18669
18679
  width: 30,
18670
18680
  height: 30,
@@ -18715,7 +18725,7 @@ var Headerresponsive = function Headerresponsive(props) {
18715
18725
  transition: '.3s',
18716
18726
  color: '#000'
18717
18727
  }
18718
- }, langdetect == 'en' ? 'COLLECTIONS' : 'المجموعات'))))), /*#__PURE__*/React.createElement(Offcanvas.Body, null, activeTab == 'menu' && /*#__PURE__*/React.createElement("div", {
18728
+ }, langdetect == 'en' ? 'SHOP' : 'تسوق'))))), /*#__PURE__*/React.createElement(Offcanvas.Body, null, activeTab == 'menu' && /*#__PURE__*/React.createElement("div", {
18719
18729
  className: ' row m-0 w-100 anim '
18720
18730
  }, /*#__PURE__*/React.createElement("div", {
18721
18731
  className: "col-lg-12 p-0"
@@ -18809,14 +18819,14 @@ var Headerresponsive = function Headerresponsive(props) {
18809
18819
  }, /*#__PURE__*/React.createElement("div", {
18810
18820
  className: ' row m-0 w-100 px-3 '
18811
18821
  }, /*#__PURE__*/React.createElement("div", {
18812
- className: "col-10 p-0"
18822
+ className: "col-10 p-0 text-start"
18813
18823
  // onClick={() => {
18814
18824
  // routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
18815
18825
  // }}
18816
18826
  }, /*#__PURE__*/React.createElement("p", {
18817
18827
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
18818
18828
  }, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React.createElement("div", {
18819
- className: "col-lg-2 col-md-2 col-sm-2 p-0"
18829
+ className: "col-lg-2 col-md-2 col-sm-2 p-0 text-end"
18820
18830
  }, /*#__PURE__*/React.createElement(AccordionItemState, null, function (state) {
18821
18831
  if (state.expanded == true) {
18822
18832
  return /*#__PURE__*/React.createElement("i", {
@@ -18860,14 +18870,14 @@ var Headerresponsive = function Headerresponsive(props) {
18860
18870
  }, /*#__PURE__*/React.createElement("div", {
18861
18871
  className: ' row m-0 w-100 px-4 '
18862
18872
  }, /*#__PURE__*/React.createElement("div", {
18863
- className: "col-10 p-0",
18873
+ className: "col-10 p-0 text-start",
18864
18874
  onClick: function onClick() {
18865
18875
  // routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
18866
18876
  }
18867
18877
  }, /*#__PURE__*/React.createElement("p", {
18868
18878
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
18869
18879
  }, langdetect == 'en' ? pitem.title_en : pitem.title_ar)), /*#__PURE__*/React.createElement("div", {
18870
- className: "col-lg-2 col-md-2 col-sm-2 p-0"
18880
+ className: "col-lg-2 col-md-2 col-sm-2 p-0 text-end"
18871
18881
  }, /*#__PURE__*/React.createElement(AccordionItemState, null, function (state) {
18872
18882
  if (state.expanded == true) {
18873
18883
  return /*#__PURE__*/React.createElement("i", {
@@ -18904,7 +18914,7 @@ var Headerresponsive = function Headerresponsive(props) {
18904
18914
  }, /*#__PURE__*/React.createElement("div", {
18905
18915
  className: ' row m-0 w-100 px-5 '
18906
18916
  }, /*#__PURE__*/React.createElement("div", {
18907
- className: "col-10 p-0",
18917
+ className: "col-10 p-0 text-start",
18908
18918
  onClick: function onClick() {
18909
18919
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + collitem.collectionid);
18910
18920
  setopenCnvas(false);
@@ -53154,7 +53164,13 @@ var Servicesection = function Servicesection(props) {
53154
53164
  border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
53155
53165
  borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
53156
53166
  borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
53157
- boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
53167
+ boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
53168
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
53169
+ },
53170
+ onClick: function onClick() {
53171
+ if (cardinfoitem.iscardclickable == 'Yes') {
53172
+ window.open(cardinfoitem.btnlink, '_blank');
53173
+ }
53158
53174
  }
53159
53175
  }, /*#__PURE__*/React.createElement("div", {
53160
53176
  "class": "d-flex d-sm-none",
package/dist/index.umd.js CHANGED
@@ -4999,8 +4999,17 @@
4999
4999
  "class": "".concat(productinfo_cssstyles.relatedProductImageCont) + ' w-100 p-0 mb-2 '
5000
5000
  }, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
5001
5001
  urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
5002
- publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
5003
- path: '/tr:w-' + sectionproperties.relatedProductDimWidth + ',h-' + sectionproperties.galleryHeightDimension + '/' + item.productinfo.productmainimage,
5002
+ publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey
5003
+ // path={
5004
+ // '/tr:w-' +
5005
+ // sectionproperties.relatedProductDimWidth +
5006
+ // ',h-' +
5007
+ // sectionproperties.galleryHeightDimension +
5008
+ // '/' +
5009
+ // item.productinfo.productmainimage
5010
+ // }
5011
+ ,
5012
+ path: '/tr:w-' + sectionproperties.imagetr_w + ',h-' + sectionproperties.imagetr_h + '/' + item.productinfo.productmainimage,
5004
5013
  loading: "lazy",
5005
5014
  style: {
5006
5015
  width: '100%',
@@ -18545,7 +18554,8 @@
18545
18554
  "class": "allcentered",
18546
18555
  style: {
18547
18556
  position: 'absolute',
18548
- right: -34,
18557
+ right: langdetect == 'en' ? -34 : '',
18558
+ left: langdetect == 'en' ? -34 : '',
18549
18559
  top: 5,
18550
18560
  width: 30,
18551
18561
  height: 30,
@@ -18596,7 +18606,7 @@
18596
18606
  transition: '.3s',
18597
18607
  color: '#000'
18598
18608
  }
18599
- }, langdetect == 'en' ? 'COLLECTIONS' : 'المجموعات'))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas.Body, null, activeTab == 'menu' && /*#__PURE__*/React__default["default"].createElement("div", {
18609
+ }, langdetect == 'en' ? 'SHOP' : 'تسوق'))))), /*#__PURE__*/React__default["default"].createElement(reactBootstrap.Offcanvas.Body, null, activeTab == 'menu' && /*#__PURE__*/React__default["default"].createElement("div", {
18600
18610
  className: ' row m-0 w-100 anim '
18601
18611
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18602
18612
  className: "col-lg-12 p-0"
@@ -18690,14 +18700,14 @@
18690
18700
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18691
18701
  className: ' row m-0 w-100 px-3 '
18692
18702
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18693
- className: "col-10 p-0"
18703
+ className: "col-10 p-0 text-start"
18694
18704
  // onClick={() => {
18695
18705
  // routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
18696
18706
  // }}
18697
18707
  }, /*#__PURE__*/React__default["default"].createElement("p", {
18698
18708
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
18699
18709
  }, langdetect == 'en' ? item.title_en : item.title_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
18700
- className: "col-lg-2 col-md-2 col-sm-2 p-0"
18710
+ className: "col-lg-2 col-md-2 col-sm-2 p-0 text-end"
18701
18711
  }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
18702
18712
  if (state.expanded == true) {
18703
18713
  return /*#__PURE__*/React__default["default"].createElement("i", {
@@ -18741,14 +18751,14 @@
18741
18751
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18742
18752
  className: ' row m-0 w-100 px-4 '
18743
18753
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18744
- className: "col-10 p-0",
18754
+ className: "col-10 p-0 text-start",
18745
18755
  onClick: function onClick() {
18746
18756
  // routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'categories/' + item.categoryid);
18747
18757
  }
18748
18758
  }, /*#__PURE__*/React__default["default"].createElement("p", {
18749
18759
  className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
18750
18760
  }, langdetect == 'en' ? pitem.title_en : pitem.title_ar)), /*#__PURE__*/React__default["default"].createElement("div", {
18751
- className: "col-lg-2 col-md-2 col-sm-2 p-0"
18761
+ className: "col-lg-2 col-md-2 col-sm-2 p-0 text-end"
18752
18762
  }, /*#__PURE__*/React__default["default"].createElement(reactAccessibleAccordion.AccordionItemState, null, function (state) {
18753
18763
  if (state.expanded == true) {
18754
18764
  return /*#__PURE__*/React__default["default"].createElement("i", {
@@ -18785,7 +18795,7 @@
18785
18795
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18786
18796
  className: ' row m-0 w-100 px-5 '
18787
18797
  }, /*#__PURE__*/React__default["default"].createElement("div", {
18788
- className: "col-10 p-0",
18798
+ className: "col-10 p-0 text-start",
18789
18799
  onClick: function onClick() {
18790
18800
  routingcountext(StaticPagesLinksContext.GeneralProductsComponent, true, 'collections/' + collitem.collectionid);
18791
18801
  setopenCnvas(false);
@@ -53035,7 +53045,13 @@
53035
53045
  border: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'All' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
53036
53046
  borderRight: cardinfoindex != cardsarray.length - 1 ? sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'en' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '' : '',
53037
53047
  borderLeft: sectionproperties.innersectionbordertype == 'Right' ? langdetect == 'ar' ? sectionproperties.innersectionborderWidth + 'px solid ' + sectionproperties.innersectionborderColor : '' : '',
53038
- boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor
53048
+ boxShadow: ' 0 0 10px ' + sectionproperties.innerSectionShadowColor,
53049
+ cursor: cardinfoitem.iscardclickable == 'Yes' ? 'pointer' : 'default'
53050
+ },
53051
+ onClick: function onClick() {
53052
+ if (cardinfoitem.iscardclickable == 'Yes') {
53053
+ window.open(cardinfoitem.btnlink, '_blank');
53054
+ }
53039
53055
  }
53040
53056
  }, /*#__PURE__*/React__default["default"].createElement("div", {
53041
53057
  "class": "d-flex d-sm-none",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.384",
3
+ "version": "0.0.387",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {