tabexseriescomponents 0.0.721 → 0.0.722
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 +29 -7
- package/dist/index.esm.js +29 -7
- package/dist/index.umd.js +29 -7
- package/package.json +1 -1
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
|
|
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()),
|
|
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))))),
|
|
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'
|
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
|
|
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()),
|
|
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))))),
|
|
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'
|
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
|
|
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()),
|
|
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))))),
|
|
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'
|