tabexseriescomponents 0.2.959 → 0.2.961
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 +26 -22
- package/dist/index.esm.js +26 -22
- package/dist/index.umd.js +26 -22
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -11417,7 +11417,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
11417
11417
|
return showbutton;
|
|
11418
11418
|
};
|
|
11419
11419
|
var printOrder = function printOrder() {
|
|
11420
|
-
if (orderindex != undefined && orderindex != null
|
|
11420
|
+
if (orderindex != undefined && orderindex != null) {
|
|
11421
11421
|
var _fetchorderhistoryQue2;
|
|
11422
11422
|
var orderinfo = fetchorderhistoryQueryContext === null || fetchorderhistoryQueryContext === void 0 || (_fetchorderhistoryQue2 = fetchorderhistoryQueryContext.data) === null || _fetchorderhistoryQue2 === void 0 || (_fetchorderhistoryQue2 = _fetchorderhistoryQue2.data) === null || _fetchorderhistoryQue2 === void 0 ? void 0 : _fetchorderhistoryQue2.ordershistory[orderindex];
|
|
11423
11423
|
if (orderinfo != undefined && orderinfo != null && orderinfo != '') {
|
|
@@ -22729,6 +22729,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
22729
22729
|
var _arrayItem$features2;
|
|
22730
22730
|
cardobj.productfeature = arrayItem === null || arrayItem === void 0 || (_arrayItem$features2 = arrayItem.features) === null || _arrayItem$features2 === void 0 ? void 0 : _arrayItem$features2.value_ar;
|
|
22731
22731
|
}
|
|
22732
|
+
cardobj.productfeaturesarray = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.features_a;
|
|
22732
22733
|
cardobj.variants_w_options = variants_w_options;
|
|
22733
22734
|
cardobj.feature_image_url = arrayItem === null || arrayItem === void 0 || (_arrayItem$features3 = arrayItem.features) === null || _arrayItem$features3 === void 0 || (_arrayItem$features3 = _arrayItem$features3.featureinfo) === null || _arrayItem$features3 === void 0 ? void 0 : _arrayItem$features3.feature_image_url;
|
|
22734
22735
|
cardobj.productendpointurl = arrayItem.productinfo.productendpointurl;
|
|
@@ -87207,27 +87208,30 @@ var ServiceCard = function ServiceCard(props) {
|
|
|
87207
87208
|
style: {
|
|
87208
87209
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
87209
87210
|
}
|
|
87210
|
-
}, plainString(langdetect == 'en' ? item.shortdescription : item.shortdescription))), sectionproperties.showfeatures == 'Show' &&
|
|
87211
|
-
|
|
87212
|
-
|
|
87213
|
-
|
|
87214
|
-
|
|
87215
|
-
|
|
87216
|
-
|
|
87217
|
-
|
|
87218
|
-
|
|
87219
|
-
|
|
87220
|
-
|
|
87221
|
-
|
|
87222
|
-
|
|
87223
|
-
|
|
87224
|
-
|
|
87225
|
-
|
|
87226
|
-
|
|
87227
|
-
|
|
87228
|
-
|
|
87229
|
-
|
|
87230
|
-
|
|
87211
|
+
}, plainString(langdetect == 'en' ? item.shortdescription : item.shortdescription))), sectionproperties.showfeatures == 'Show' && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.map(function (fitem, findex) {
|
|
87212
|
+
var _fitem$featureinfo;
|
|
87213
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
87214
|
+
"class": "text-start col-lg-12 p-0",
|
|
87215
|
+
style: {
|
|
87216
|
+
height: 40
|
|
87217
|
+
}
|
|
87218
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
87219
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
87220
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
87221
|
+
path: fitem === null || fitem === void 0 || (_fitem$featureinfo = fitem.featureinfo) === null || _fitem$featureinfo === void 0 ? void 0 : _fitem$featureinfo.feature_image_url,
|
|
87222
|
+
loading: "lazy",
|
|
87223
|
+
style: {
|
|
87224
|
+
maxWidth: '50%',
|
|
87225
|
+
maxHeight: '50%'
|
|
87226
|
+
}
|
|
87227
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
87228
|
+
"class": "text-capitalize mx-2",
|
|
87229
|
+
style: {
|
|
87230
|
+
color: sectionproperties.featurecolor,
|
|
87231
|
+
fontSize: sectionproperties.featurefontsize
|
|
87232
|
+
}
|
|
87233
|
+
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
|
|
87234
|
+
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
87231
87235
|
"class": "col-lg-12 p-0"
|
|
87232
87236
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
87233
87237
|
"class": "row w-100 m-0 d-flex"
|
package/dist/index.esm.js
CHANGED
|
@@ -11366,7 +11366,7 @@ var Ordershistory = function Ordershistory(props) {
|
|
|
11366
11366
|
return showbutton;
|
|
11367
11367
|
};
|
|
11368
11368
|
var printOrder = function printOrder() {
|
|
11369
|
-
if (orderindex != undefined && orderindex != null
|
|
11369
|
+
if (orderindex != undefined && orderindex != null) {
|
|
11370
11370
|
var _fetchorderhistoryQue2;
|
|
11371
11371
|
var orderinfo = fetchorderhistoryQueryContext === null || fetchorderhistoryQueryContext === void 0 || (_fetchorderhistoryQue2 = fetchorderhistoryQueryContext.data) === null || _fetchorderhistoryQue2 === void 0 || (_fetchorderhistoryQue2 = _fetchorderhistoryQue2.data) === null || _fetchorderhistoryQue2 === void 0 ? void 0 : _fetchorderhistoryQue2.ordershistory[orderindex];
|
|
11372
11372
|
if (orderinfo != undefined && orderinfo != null && orderinfo != '') {
|
|
@@ -22678,6 +22678,7 @@ var CardsSection = function CardsSection(props) {
|
|
|
22678
22678
|
var _arrayItem$features2;
|
|
22679
22679
|
cardobj.productfeature = arrayItem === null || arrayItem === void 0 || (_arrayItem$features2 = arrayItem.features) === null || _arrayItem$features2 === void 0 ? void 0 : _arrayItem$features2.value_ar;
|
|
22680
22680
|
}
|
|
22681
|
+
cardobj.productfeaturesarray = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.features_a;
|
|
22681
22682
|
cardobj.variants_w_options = variants_w_options;
|
|
22682
22683
|
cardobj.feature_image_url = arrayItem === null || arrayItem === void 0 || (_arrayItem$features3 = arrayItem.features) === null || _arrayItem$features3 === void 0 || (_arrayItem$features3 = _arrayItem$features3.featureinfo) === null || _arrayItem$features3 === void 0 ? void 0 : _arrayItem$features3.feature_image_url;
|
|
22683
22684
|
cardobj.productendpointurl = arrayItem.productinfo.productendpointurl;
|
|
@@ -87156,27 +87157,30 @@ var ServiceCard = function ServiceCard(props) {
|
|
|
87156
87157
|
style: {
|
|
87157
87158
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
87158
87159
|
}
|
|
87159
|
-
}, plainString(langdetect == 'en' ? item.shortdescription : item.shortdescription))), sectionproperties.showfeatures == 'Show' &&
|
|
87160
|
-
|
|
87161
|
-
|
|
87162
|
-
|
|
87163
|
-
|
|
87164
|
-
|
|
87165
|
-
|
|
87166
|
-
|
|
87167
|
-
|
|
87168
|
-
|
|
87169
|
-
|
|
87170
|
-
|
|
87171
|
-
|
|
87172
|
-
|
|
87173
|
-
|
|
87174
|
-
|
|
87175
|
-
|
|
87176
|
-
|
|
87177
|
-
|
|
87178
|
-
|
|
87179
|
-
|
|
87160
|
+
}, plainString(langdetect == 'en' ? item.shortdescription : item.shortdescription))), sectionproperties.showfeatures == 'Show' && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.map(function (fitem, findex) {
|
|
87161
|
+
var _fitem$featureinfo;
|
|
87162
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
87163
|
+
"class": "text-start col-lg-12 p-0",
|
|
87164
|
+
style: {
|
|
87165
|
+
height: 40
|
|
87166
|
+
}
|
|
87167
|
+
}, /*#__PURE__*/React.createElement(Imagekitimagecomp, {
|
|
87168
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
87169
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
87170
|
+
path: fitem === null || fitem === void 0 || (_fitem$featureinfo = fitem.featureinfo) === null || _fitem$featureinfo === void 0 ? void 0 : _fitem$featureinfo.feature_image_url,
|
|
87171
|
+
loading: "lazy",
|
|
87172
|
+
style: {
|
|
87173
|
+
maxWidth: '50%',
|
|
87174
|
+
maxHeight: '50%'
|
|
87175
|
+
}
|
|
87176
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
87177
|
+
"class": "text-capitalize mx-2",
|
|
87178
|
+
style: {
|
|
87179
|
+
color: sectionproperties.featurecolor,
|
|
87180
|
+
fontSize: sectionproperties.featurefontsize
|
|
87181
|
+
}
|
|
87182
|
+
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
|
|
87183
|
+
})))))), /*#__PURE__*/React.createElement("div", {
|
|
87180
87184
|
"class": "col-lg-12 p-0"
|
|
87181
87185
|
}, /*#__PURE__*/React.createElement("div", {
|
|
87182
87186
|
"class": "row w-100 m-0 d-flex"
|
package/dist/index.umd.js
CHANGED
|
@@ -11226,7 +11226,7 @@
|
|
|
11226
11226
|
return showbutton;
|
|
11227
11227
|
};
|
|
11228
11228
|
var printOrder = function printOrder() {
|
|
11229
|
-
if (orderindex != undefined && orderindex != null
|
|
11229
|
+
if (orderindex != undefined && orderindex != null) {
|
|
11230
11230
|
var _fetchorderhistoryQue2;
|
|
11231
11231
|
var orderinfo = fetchorderhistoryQueryContext === null || fetchorderhistoryQueryContext === void 0 || (_fetchorderhistoryQue2 = fetchorderhistoryQueryContext.data) === null || _fetchorderhistoryQue2 === void 0 || (_fetchorderhistoryQue2 = _fetchorderhistoryQue2.data) === null || _fetchorderhistoryQue2 === void 0 ? void 0 : _fetchorderhistoryQue2.ordershistory[orderindex];
|
|
11232
11232
|
if (orderinfo != undefined && orderinfo != null && orderinfo != '') {
|
|
@@ -22538,6 +22538,7 @@
|
|
|
22538
22538
|
var _arrayItem$features2;
|
|
22539
22539
|
cardobj.productfeature = arrayItem === null || arrayItem === void 0 || (_arrayItem$features2 = arrayItem.features) === null || _arrayItem$features2 === void 0 ? void 0 : _arrayItem$features2.value_ar;
|
|
22540
22540
|
}
|
|
22541
|
+
cardobj.productfeaturesarray = arrayItem === null || arrayItem === void 0 ? void 0 : arrayItem.features_a;
|
|
22541
22542
|
cardobj.variants_w_options = variants_w_options;
|
|
22542
22543
|
cardobj.feature_image_url = arrayItem === null || arrayItem === void 0 || (_arrayItem$features3 = arrayItem.features) === null || _arrayItem$features3 === void 0 || (_arrayItem$features3 = _arrayItem$features3.featureinfo) === null || _arrayItem$features3 === void 0 ? void 0 : _arrayItem$features3.feature_image_url;
|
|
22543
22544
|
cardobj.productendpointurl = arrayItem.productinfo.productendpointurl;
|
|
@@ -87016,27 +87017,30 @@
|
|
|
87016
87017
|
style: {
|
|
87017
87018
|
textAlign: langdetect == 'en' ? 'left' : 'right'
|
|
87018
87019
|
}
|
|
87019
|
-
}, plainString(langdetect == 'en' ? item.shortdescription : item.shortdescription))), sectionproperties.showfeatures == 'Show' &&
|
|
87020
|
-
|
|
87021
|
-
|
|
87022
|
-
|
|
87023
|
-
|
|
87024
|
-
|
|
87025
|
-
|
|
87026
|
-
|
|
87027
|
-
|
|
87028
|
-
|
|
87029
|
-
|
|
87030
|
-
|
|
87031
|
-
|
|
87032
|
-
|
|
87033
|
-
|
|
87034
|
-
|
|
87035
|
-
|
|
87036
|
-
|
|
87037
|
-
|
|
87038
|
-
|
|
87039
|
-
|
|
87020
|
+
}, plainString(langdetect == 'en' ? item.shortdescription : item.shortdescription))), sectionproperties.showfeatures == 'Show' && (item === null || item === void 0 ? void 0 : item.productfeaturesarray.map(function (fitem, findex) {
|
|
87021
|
+
var _fitem$featureinfo;
|
|
87022
|
+
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
87023
|
+
"class": "text-start col-lg-12 p-0",
|
|
87024
|
+
style: {
|
|
87025
|
+
height: 40
|
|
87026
|
+
}
|
|
87027
|
+
}, /*#__PURE__*/React__default["default"].createElement(Imagekitimagecomp, {
|
|
87028
|
+
urlEndpoint: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimageendpoint,
|
|
87029
|
+
publicKey: ikimagecredcontext === null || ikimagecredcontext === void 0 ? void 0 : ikimagecredcontext.ikimagepublickey,
|
|
87030
|
+
path: fitem === null || fitem === void 0 || (_fitem$featureinfo = fitem.featureinfo) === null || _fitem$featureinfo === void 0 ? void 0 : _fitem$featureinfo.feature_image_url,
|
|
87031
|
+
loading: "lazy",
|
|
87032
|
+
style: {
|
|
87033
|
+
maxWidth: '50%',
|
|
87034
|
+
maxHeight: '50%'
|
|
87035
|
+
}
|
|
87036
|
+
}), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
87037
|
+
"class": "text-capitalize mx-2",
|
|
87038
|
+
style: {
|
|
87039
|
+
color: sectionproperties.featurecolor,
|
|
87040
|
+
fontSize: sectionproperties.featurefontsize
|
|
87041
|
+
}
|
|
87042
|
+
}, langdetect == 'en' ? fitem === null || fitem === void 0 ? void 0 : fitem.value_en : fitem === null || fitem === void 0 ? void 0 : fitem.value_ar));
|
|
87043
|
+
})))))), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
87040
87044
|
"class": "col-lg-12 p-0"
|
|
87041
87045
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
87042
87046
|
"class": "row w-100 m-0 d-flex"
|