tabexseriescomponents 0.2.1005 → 0.2.1007
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 +6 -4
- package/dist/index.esm.js +6 -4
- package/dist/index.umd.js +6 -4
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -21241,9 +21241,11 @@ var Filter$1 = function Filter(props) {
|
|
|
21241
21241
|
}
|
|
21242
21242
|
// maxValue={parseInt(sectionproperties.filterpricemaxvalue)}
|
|
21243
21243
|
// minValue={parseInt(sectionproperties.filterpriceminvalue)}
|
|
21244
|
+
// maxValue={parseInt(50000)}
|
|
21245
|
+
// minValue={parseInt(1)}
|
|
21244
21246
|
,
|
|
21245
|
-
maxValue: parseInt(
|
|
21246
|
-
minValue: parseInt(
|
|
21247
|
+
maxValue: parseInt(sectionproperties.filterpricemaxvalue),
|
|
21248
|
+
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
21247
21249
|
value: price_rangevalue,
|
|
21248
21250
|
onChange: function onChange(value) {
|
|
21249
21251
|
// alert(JSON.stringify(value));
|
|
@@ -68269,9 +68271,9 @@ var MapsSection = function MapsSection(props) {
|
|
|
68269
68271
|
"class": sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
|
|
68270
68272
|
style: {}
|
|
68271
68273
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
68272
|
-
var _authdetailsContext$i, _authdetailsContext$i2;
|
|
68274
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
68273
68275
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68274
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68aef164f32f4' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68a99947e433a' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : 'col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4',
|
|
68276
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68aef164f32f4' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68a99947e433a' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '688734c1b5555' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : 'col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4',
|
|
68275
68277
|
style: {
|
|
68276
68278
|
zIndex: 2
|
|
68277
68279
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -21190,9 +21190,11 @@ var Filter$1 = function Filter(props) {
|
|
|
21190
21190
|
}
|
|
21191
21191
|
// maxValue={parseInt(sectionproperties.filterpricemaxvalue)}
|
|
21192
21192
|
// minValue={parseInt(sectionproperties.filterpriceminvalue)}
|
|
21193
|
+
// maxValue={parseInt(50000)}
|
|
21194
|
+
// minValue={parseInt(1)}
|
|
21193
21195
|
,
|
|
21194
|
-
maxValue: parseInt(
|
|
21195
|
-
minValue: parseInt(
|
|
21196
|
+
maxValue: parseInt(sectionproperties.filterpricemaxvalue),
|
|
21197
|
+
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
21196
21198
|
value: price_rangevalue,
|
|
21197
21199
|
onChange: function onChange(value) {
|
|
21198
21200
|
// alert(JSON.stringify(value));
|
|
@@ -68218,9 +68220,9 @@ var MapsSection = function MapsSection(props) {
|
|
|
68218
68220
|
"class": sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
|
|
68219
68221
|
style: {}
|
|
68220
68222
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
68221
|
-
var _authdetailsContext$i, _authdetailsContext$i2;
|
|
68223
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
68222
68224
|
return /*#__PURE__*/React.createElement("div", {
|
|
68223
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68aef164f32f4' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68a99947e433a' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : 'col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4',
|
|
68225
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68aef164f32f4' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68a99947e433a' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '688734c1b5555' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : 'col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4',
|
|
68224
68226
|
style: {
|
|
68225
68227
|
zIndex: 2
|
|
68226
68228
|
}
|
package/dist/index.umd.js
CHANGED
|
@@ -21050,9 +21050,11 @@
|
|
|
21050
21050
|
}
|
|
21051
21051
|
// maxValue={parseInt(sectionproperties.filterpricemaxvalue)}
|
|
21052
21052
|
// minValue={parseInt(sectionproperties.filterpriceminvalue)}
|
|
21053
|
+
// maxValue={parseInt(50000)}
|
|
21054
|
+
// minValue={parseInt(1)}
|
|
21053
21055
|
,
|
|
21054
|
-
maxValue: parseInt(
|
|
21055
|
-
minValue: parseInt(
|
|
21056
|
+
maxValue: parseInt(sectionproperties.filterpricemaxvalue),
|
|
21057
|
+
minValue: parseInt(sectionproperties.filterpriceminvalue),
|
|
21056
21058
|
value: price_rangevalue,
|
|
21057
21059
|
onChange: function onChange(value) {
|
|
21058
21060
|
// alert(JSON.stringify(value));
|
|
@@ -68078,9 +68080,9 @@
|
|
|
68078
68080
|
"class": sectionStyles.descriptioncont + ' m-0 p-0 wordbreak',
|
|
68079
68081
|
style: {}
|
|
68080
68082
|
}, langdetect == 'en' ? sectionproperties.descriptionContentEn : sectionproperties.descriptionContentAr)), cardsarray.map(function (cardinfoitem, cardinfoindex) {
|
|
68081
|
-
var _authdetailsContext$i, _authdetailsContext$i2;
|
|
68083
|
+
var _authdetailsContext$i, _authdetailsContext$i2, _authdetailsContext$i3;
|
|
68082
68084
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
68083
|
-
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68aef164f32f4' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68a99947e433a' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : 'col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4',
|
|
68085
|
+
"class": (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i = authdetailsContext.instinfo) === null || _authdetailsContext$i === void 0 ? void 0 : _authdetailsContext$i.contactinfo.instid) == '68aef164f32f4' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i2 = authdetailsContext.instinfo) === null || _authdetailsContext$i2 === void 0 ? void 0 : _authdetailsContext$i2.contactinfo.instid) == '68a99947e433a' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : (authdetailsContext === null || authdetailsContext === void 0 || (_authdetailsContext$i3 = authdetailsContext.instinfo) === null || _authdetailsContext$i3 === void 0 ? void 0 : _authdetailsContext$i3.contactinfo.instid) == '688734c1b5555' ? 'col-lg-12 col-md-12 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '2' ? 'col-lg-6 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : sectionproperties.numofcols == '3' ? 'col-lg-4 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4' : 'col-lg-3 col-md-6 col-sm-12 d-flex align-items-center justify-content-center justify-content-md-start mb-3 mb-md-4',
|
|
68084
68086
|
style: {
|
|
68085
68087
|
zIndex: 2
|
|
68086
68088
|
}
|