tabexseriescomponents 0.0.721 → 0.0.723

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
@@ -24337,7 +24337,6 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
24337
24337
  borderBottom: '1px solid #eee'
24338
24338
  }
24339
24339
  }, /*#__PURE__*/React__default["default"].createElement("div", {
24340
- // className={'col-12 allcentered py-3'}
24341
24340
  className: sectionproperties.responsiveheaderstyle == 'Style 2 With Merged Subheader' ? 'col-12 allcentered py-3' : 'col-6 allcentered py-3',
24342
24341
  onClick: function onClick() {
24343
24342
  setactiveTab('menu');
@@ -24382,7 +24381,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
24382
24381
  }, /*#__PURE__*/React__default["default"].createElement("ul", {
24383
24382
  className: ' d-flex justify-content-center flex-column p-0 '
24384
24383
  }, templatepropcontext.pagesnprop.map(function (item, index) {
24385
- if (item.isnavigation == 1 && item.isactive == 1) {
24384
+ if (item.isnavigation == 1 && item.isactive == 1 && item.pageorderindex == 0) {
24386
24385
  return /*#__PURE__*/React__default["default"].createElement("div", {
24387
24386
  className: "row m-0 w-100"
24388
24387
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -24406,9 +24405,34 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
24406
24405
  }
24407
24406
  })));
24408
24407
  }
24409
- }), sectionproperties.responsiveheaderstyle != 'Style 2 With Merged Subheader' && /*#__PURE__*/React__default["default"].createElement("div", {
24408
+ }), sectionproperties.responsiveheaderstyle == 'Style 2 With Merged Subheader' && /*#__PURE__*/React__default["default"].createElement("div", {
24410
24409
  className: ' row m-0 w-100 '
24411
- }, sectionproperties.subheaderParentType == 'Categories' && CategoriesAccordion(), sectionproperties.subheaderParentType == 'Parent Collections' && ParentCollectionsAccordion(), sectionproperties.subheaderParentType == 'Collections' && CollectionsAccordion()), authdetailsContext.loggedin == true && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
24410
+ }, sectionproperties.subheaderParentType == 'Categories' && CategoriesAccordion(), sectionproperties.subheaderParentType == 'Parent Collections' && ParentCollectionsAccordion(), sectionproperties.subheaderParentType == 'Collections' && CollectionsAccordion()), templatepropcontext.pagesnprop.map(function (item, index) {
24411
+ if (item.isnavigation == 1 && item.isactive == 1 && item.pageorderindex > 0) {
24412
+ return /*#__PURE__*/React__default["default"].createElement("div", {
24413
+ className: "row m-0 w-100"
24414
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
24415
+ className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
24416
+ style: {
24417
+ paddingTop: index == 0 ? 5 : 0
24418
+ }
24419
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
24420
+ onClick: function onClick() {
24421
+ routingcountext(item.navigationroute, false, '');
24422
+ setopenCnvas(false);
24423
+ }
24424
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
24425
+ className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
24426
+ }, langdetect == 'en' ? item.pagename : item.pagename_ar))), /*#__PURE__*/React__default["default"].createElement("div", {
24427
+ className: "col-lg-12 p-0"
24428
+ }, /*#__PURE__*/React__default["default"].createElement("hr", {
24429
+ className: "mt-4 mb-4",
24430
+ style: {
24431
+ borderColor: sectionproperties.resp_header_separatorbg
24432
+ }
24433
+ })));
24434
+ }
24435
+ }), authdetailsContext.loggedin == true && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
24412
24436
  className: "row m-0 w-100"
24413
24437
  }, /*#__PURE__*/React__default["default"].createElement("div", {
24414
24438
  className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
@@ -24632,9 +24656,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
24632
24656
  color: '#000',
24633
24657
  fontSize: 16
24634
24658
  }
24635
- }, lang.logout))))), activeTab == 'categories' && sectionproperties.responsiveheaderstyle != 'Style 2 With Merged Subheader' && /*#__PURE__*/React__default["default"].createElement("div", {
24636
- className: ' row m-0 w-100 accordionContainer anim'
24637
- }, sectionproperties.subheaderParentType == 'Categories' && CategoriesAccordion(), sectionproperties.subheaderParentType == 'Parent Collections' && ParentCollectionsAccordion(), sectionproperties.subheaderParentType == 'Collections' && CollectionsAccordion())), /*#__PURE__*/React__default["default"].createElement("div", {
24659
+ }, lang.logout)))))), /*#__PURE__*/React__default["default"].createElement("div", {
24638
24660
  className: "col-lg-12 p-0 d-flex flex-row allcentered p-3",
24639
24661
  style: {
24640
24662
  background: '#eee'
@@ -32010,8 +32032,8 @@ var Header8 = function Header8(props) {
32010
32032
  })), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
32011
32033
  style: {
32012
32034
  position: 'fixed',
32013
- bottom: 15,
32014
- right: 15,
32035
+ bottom: sectionproperties.floatingbtnfrombottom + 'px',
32036
+ right: sectionproperties.floatingbtnfromright + 'px',
32015
32037
  zIndex: 2000,
32016
32038
  transition: 'all 0.3s ease-out',
32017
32039
  width: '100%',
@@ -32031,8 +32053,8 @@ var Header8 = function Header8(props) {
32031
32053
  target: '_self',
32032
32054
  style: {
32033
32055
  position: 'fixed',
32034
- bottom: 60,
32035
- right: 10,
32056
+ bottom: sectionproperties.callppositionfrombottom + 'px',
32057
+ right: sectionproperties.callppositionfromright + 'px',
32036
32058
  zIndex: 999999,
32037
32059
  transition: 'all 0.3s ease-out'
32038
32060
  }
@@ -32044,13 +32066,13 @@ var Header8 = function Header8(props) {
32044
32066
  style: {
32045
32067
  transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
32046
32068
  }
32047
- }))), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
32069
+ }))), sectionproperties.showwhatsapp == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
32048
32070
  href: 'https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.whatsappnumber),
32049
32071
  target: '_blank',
32050
32072
  style: {
32051
32073
  position: 'fixed',
32052
- bottom: 10,
32053
- right: 10,
32074
+ bottom: sectionproperties.whatsapppositionfrombottom + 'px',
32075
+ right: sectionproperties.whatsapppositionfromright + 'px',
32054
32076
  zIndex: 999999,
32055
32077
  transition: 'all 0.3s ease-out'
32056
32078
  }
package/dist/index.esm.js CHANGED
@@ -24289,7 +24289,6 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
24289
24289
  borderBottom: '1px solid #eee'
24290
24290
  }
24291
24291
  }, /*#__PURE__*/React.createElement("div", {
24292
- // className={'col-12 allcentered py-3'}
24293
24292
  className: sectionproperties.responsiveheaderstyle == 'Style 2 With Merged Subheader' ? 'col-12 allcentered py-3' : 'col-6 allcentered py-3',
24294
24293
  onClick: function onClick() {
24295
24294
  setactiveTab('menu');
@@ -24334,7 +24333,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
24334
24333
  }, /*#__PURE__*/React.createElement("ul", {
24335
24334
  className: ' d-flex justify-content-center flex-column p-0 '
24336
24335
  }, templatepropcontext.pagesnprop.map(function (item, index) {
24337
- if (item.isnavigation == 1 && item.isactive == 1) {
24336
+ if (item.isnavigation == 1 && item.isactive == 1 && item.pageorderindex == 0) {
24338
24337
  return /*#__PURE__*/React.createElement("div", {
24339
24338
  className: "row m-0 w-100"
24340
24339
  }, /*#__PURE__*/React.createElement("div", {
@@ -24358,9 +24357,34 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
24358
24357
  }
24359
24358
  })));
24360
24359
  }
24361
- }), sectionproperties.responsiveheaderstyle != 'Style 2 With Merged Subheader' && /*#__PURE__*/React.createElement("div", {
24360
+ }), sectionproperties.responsiveheaderstyle == 'Style 2 With Merged Subheader' && /*#__PURE__*/React.createElement("div", {
24362
24361
  className: ' row m-0 w-100 '
24363
- }, sectionproperties.subheaderParentType == 'Categories' && CategoriesAccordion(), sectionproperties.subheaderParentType == 'Parent Collections' && ParentCollectionsAccordion(), sectionproperties.subheaderParentType == 'Collections' && CollectionsAccordion()), authdetailsContext.loggedin == true && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React.createElement("div", {
24362
+ }, sectionproperties.subheaderParentType == 'Categories' && CategoriesAccordion(), sectionproperties.subheaderParentType == 'Parent Collections' && ParentCollectionsAccordion(), sectionproperties.subheaderParentType == 'Collections' && CollectionsAccordion()), templatepropcontext.pagesnprop.map(function (item, index) {
24363
+ if (item.isnavigation == 1 && item.isactive == 1 && item.pageorderindex > 0) {
24364
+ return /*#__PURE__*/React.createElement("div", {
24365
+ className: "row m-0 w-100"
24366
+ }, /*#__PURE__*/React.createElement("div", {
24367
+ className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
24368
+ style: {
24369
+ paddingTop: index == 0 ? 5 : 0
24370
+ }
24371
+ }, /*#__PURE__*/React.createElement("div", {
24372
+ onClick: function onClick() {
24373
+ routingcountext(item.navigationroute, false, '');
24374
+ setopenCnvas(false);
24375
+ }
24376
+ }, /*#__PURE__*/React.createElement("p", {
24377
+ className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
24378
+ }, langdetect == 'en' ? item.pagename : item.pagename_ar))), /*#__PURE__*/React.createElement("div", {
24379
+ className: "col-lg-12 p-0"
24380
+ }, /*#__PURE__*/React.createElement("hr", {
24381
+ className: "mt-4 mb-4",
24382
+ style: {
24383
+ borderColor: sectionproperties.resp_header_separatorbg
24384
+ }
24385
+ })));
24386
+ }
24387
+ }), authdetailsContext.loggedin == true && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React.createElement("div", {
24364
24388
  className: "row m-0 w-100"
24365
24389
  }, /*#__PURE__*/React.createElement("div", {
24366
24390
  className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
@@ -24584,9 +24608,7 @@ var HeaderresponsiveStyle2 = function HeaderresponsiveStyle2(props) {
24584
24608
  color: '#000',
24585
24609
  fontSize: 16
24586
24610
  }
24587
- }, lang.logout))))), activeTab == 'categories' && sectionproperties.responsiveheaderstyle != 'Style 2 With Merged Subheader' && /*#__PURE__*/React.createElement("div", {
24588
- className: ' row m-0 w-100 accordionContainer anim'
24589
- }, sectionproperties.subheaderParentType == 'Categories' && CategoriesAccordion(), sectionproperties.subheaderParentType == 'Parent Collections' && ParentCollectionsAccordion(), sectionproperties.subheaderParentType == 'Collections' && CollectionsAccordion())), /*#__PURE__*/React.createElement("div", {
24611
+ }, lang.logout)))))), /*#__PURE__*/React.createElement("div", {
24590
24612
  className: "col-lg-12 p-0 d-flex flex-row allcentered p-3",
24591
24613
  style: {
24592
24614
  background: '#eee'
@@ -31962,8 +31984,8 @@ var Header8 = function Header8(props) {
31962
31984
  })), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React.createElement("div", {
31963
31985
  style: {
31964
31986
  position: 'fixed',
31965
- bottom: 15,
31966
- right: 15,
31987
+ bottom: sectionproperties.floatingbtnfrombottom + 'px',
31988
+ right: sectionproperties.floatingbtnfromright + 'px',
31967
31989
  zIndex: 2000,
31968
31990
  transition: 'all 0.3s ease-out',
31969
31991
  width: '100%',
@@ -31983,8 +32005,8 @@ var Header8 = function Header8(props) {
31983
32005
  target: '_self',
31984
32006
  style: {
31985
32007
  position: 'fixed',
31986
- bottom: 60,
31987
- right: 10,
32008
+ bottom: sectionproperties.callppositionfrombottom + 'px',
32009
+ right: sectionproperties.callppositionfromright + 'px',
31988
32010
  zIndex: 999999,
31989
32011
  transition: 'all 0.3s ease-out'
31990
32012
  }
@@ -31996,13 +32018,13 @@ var Header8 = function Header8(props) {
31996
32018
  style: {
31997
32019
  transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
31998
32020
  }
31999
- }))), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React.createElement("a", {
32021
+ }))), sectionproperties.showwhatsapp == 'Show' && /*#__PURE__*/React.createElement("a", {
32000
32022
  href: 'https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.whatsappnumber),
32001
32023
  target: '_blank',
32002
32024
  style: {
32003
32025
  position: 'fixed',
32004
- bottom: 10,
32005
- right: 10,
32026
+ bottom: sectionproperties.whatsapppositionfrombottom + 'px',
32027
+ right: sectionproperties.whatsapppositionfromright + 'px',
32006
32028
  zIndex: 999999,
32007
32029
  transition: 'all 0.3s ease-out'
32008
32030
  }
package/dist/index.umd.js CHANGED
@@ -24162,7 +24162,6 @@
24162
24162
  borderBottom: '1px solid #eee'
24163
24163
  }
24164
24164
  }, /*#__PURE__*/React__default["default"].createElement("div", {
24165
- // className={'col-12 allcentered py-3'}
24166
24165
  className: sectionproperties.responsiveheaderstyle == 'Style 2 With Merged Subheader' ? 'col-12 allcentered py-3' : 'col-6 allcentered py-3',
24167
24166
  onClick: function onClick() {
24168
24167
  setactiveTab('menu');
@@ -24207,7 +24206,7 @@
24207
24206
  }, /*#__PURE__*/React__default["default"].createElement("ul", {
24208
24207
  className: ' d-flex justify-content-center flex-column p-0 '
24209
24208
  }, templatepropcontext.pagesnprop.map(function (item, index) {
24210
- if (item.isnavigation == 1 && item.isactive == 1) {
24209
+ if (item.isnavigation == 1 && item.isactive == 1 && item.pageorderindex == 0) {
24211
24210
  return /*#__PURE__*/React__default["default"].createElement("div", {
24212
24211
  className: "row m-0 w-100"
24213
24212
  }, /*#__PURE__*/React__default["default"].createElement("div", {
@@ -24231,9 +24230,34 @@
24231
24230
  }
24232
24231
  })));
24233
24232
  }
24234
- }), sectionproperties.responsiveheaderstyle != 'Style 2 With Merged Subheader' && /*#__PURE__*/React__default["default"].createElement("div", {
24233
+ }), sectionproperties.responsiveheaderstyle == 'Style 2 With Merged Subheader' && /*#__PURE__*/React__default["default"].createElement("div", {
24235
24234
  className: ' row m-0 w-100 '
24236
- }, sectionproperties.subheaderParentType == 'Categories' && CategoriesAccordion(), sectionproperties.subheaderParentType == 'Parent Collections' && ParentCollectionsAccordion(), sectionproperties.subheaderParentType == 'Collections' && CollectionsAccordion()), authdetailsContext.loggedin == true && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
24235
+ }, sectionproperties.subheaderParentType == 'Categories' && CategoriesAccordion(), sectionproperties.subheaderParentType == 'Parent Collections' && ParentCollectionsAccordion(), sectionproperties.subheaderParentType == 'Collections' && CollectionsAccordion()), templatepropcontext.pagesnprop.map(function (item, index) {
24236
+ if (item.isnavigation == 1 && item.isactive == 1 && item.pageorderindex > 0) {
24237
+ return /*#__PURE__*/React__default["default"].createElement("div", {
24238
+ className: "row m-0 w-100"
24239
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
24240
+ className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
24241
+ style: {
24242
+ paddingTop: index == 0 ? 5 : 0
24243
+ }
24244
+ }, /*#__PURE__*/React__default["default"].createElement("div", {
24245
+ onClick: function onClick() {
24246
+ routingcountext(item.navigationroute, false, '');
24247
+ setopenCnvas(false);
24248
+ }
24249
+ }, /*#__PURE__*/React__default["default"].createElement("p", {
24250
+ className: "".concat(header_cssstyles.navbar_item_text_responsive) + ' mb-0 p-0 '
24251
+ }, langdetect == 'en' ? item.pagename : item.pagename_ar))), /*#__PURE__*/React__default["default"].createElement("div", {
24252
+ className: "col-lg-12 p-0"
24253
+ }, /*#__PURE__*/React__default["default"].createElement("hr", {
24254
+ className: "mt-4 mb-4",
24255
+ style: {
24256
+ borderColor: sectionproperties.resp_header_separatorbg
24257
+ }
24258
+ })));
24259
+ }
24260
+ }), authdetailsContext.loggedin == true && sectionproperties.ShowUserBtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
24237
24261
  className: "row m-0 w-100"
24238
24262
  }, /*#__PURE__*/React__default["default"].createElement("div", {
24239
24263
  className: "col-lg-12 d-flex justify-content-start pl-3 pr-3",
@@ -24457,9 +24481,7 @@
24457
24481
  color: '#000',
24458
24482
  fontSize: 16
24459
24483
  }
24460
- }, lang.logout))))), activeTab == 'categories' && sectionproperties.responsiveheaderstyle != 'Style 2 With Merged Subheader' && /*#__PURE__*/React__default["default"].createElement("div", {
24461
- className: ' row m-0 w-100 accordionContainer anim'
24462
- }, sectionproperties.subheaderParentType == 'Categories' && CategoriesAccordion(), sectionproperties.subheaderParentType == 'Parent Collections' && ParentCollectionsAccordion(), sectionproperties.subheaderParentType == 'Collections' && CollectionsAccordion())), /*#__PURE__*/React__default["default"].createElement("div", {
24484
+ }, lang.logout)))))), /*#__PURE__*/React__default["default"].createElement("div", {
24463
24485
  className: "col-lg-12 p-0 d-flex flex-row allcentered p-3",
24464
24486
  style: {
24465
24487
  background: '#eee'
@@ -31835,8 +31857,8 @@
31835
31857
  })), sectionproperties.showfloatingbtn == 'Show' && /*#__PURE__*/React__default["default"].createElement("div", {
31836
31858
  style: {
31837
31859
  position: 'fixed',
31838
- bottom: 15,
31839
- right: 15,
31860
+ bottom: sectionproperties.floatingbtnfrombottom + 'px',
31861
+ right: sectionproperties.floatingbtnfromright + 'px',
31840
31862
  zIndex: 2000,
31841
31863
  transition: 'all 0.3s ease-out',
31842
31864
  width: '100%',
@@ -31856,8 +31878,8 @@
31856
31878
  target: '_self',
31857
31879
  style: {
31858
31880
  position: 'fixed',
31859
- bottom: 60,
31860
- right: 10,
31881
+ bottom: sectionproperties.callppositionfrombottom + 'px',
31882
+ right: sectionproperties.callppositionfromright + 'px',
31861
31883
  zIndex: 999999,
31862
31884
  transition: 'all 0.3s ease-out'
31863
31885
  }
@@ -31869,13 +31891,13 @@
31869
31891
  style: {
31870
31892
  transform: langdetect == 'en' ? 'scaleX(1)' : 'scaleX(-1)'
31871
31893
  }
31872
- }))), sectionproperties.youtbtn_show == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
31894
+ }))), sectionproperties.showwhatsapp == 'Show' && /*#__PURE__*/React__default["default"].createElement("a", {
31873
31895
  href: 'https://api.whatsapp.com/send?phone=' + (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.whatsappnumber),
31874
31896
  target: '_blank',
31875
31897
  style: {
31876
31898
  position: 'fixed',
31877
- bottom: 10,
31878
- right: 10,
31899
+ bottom: sectionproperties.whatsapppositionfrombottom + 'px',
31900
+ right: sectionproperties.whatsapppositionfromright + 'px',
31879
31901
  zIndex: 999999,
31880
31902
  transition: 'all 0.3s ease-out'
31881
31903
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.721",
3
+ "version": "0.0.723",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {