tabexseriescomponents 0.0.808 → 0.0.809
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 +15 -1
- package/dist/index.esm.js +15 -1
- package/dist/index.umd.js +15 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -16742,6 +16742,15 @@ var Filter$1 = function Filter(props) {
|
|
|
16742
16742
|
tempproductfeatuesarr[attrindex].value = slecitem.value_en;
|
|
16743
16743
|
isattrexists = true;
|
|
16744
16744
|
}
|
|
16745
|
+
// if (attritem.id == slecitem.featureid) {
|
|
16746
|
+
// if (tempproductfeatuesarr[attrindex].value == slecitem.value_en) {
|
|
16747
|
+
// tempproductfeatuesarr.splice(attrindex, 1);
|
|
16748
|
+
// isattrexists = true;
|
|
16749
|
+
// } else {
|
|
16750
|
+
// tempproductfeatuesarr[attrindex].value = slecitem.value_en;
|
|
16751
|
+
// isattrexists = true;
|
|
16752
|
+
// }
|
|
16753
|
+
// }
|
|
16745
16754
|
});
|
|
16746
16755
|
}
|
|
16747
16756
|
if (isattrexists == false) {
|
|
@@ -17327,9 +17336,13 @@ var Filter$1 = function Filter(props) {
|
|
|
17327
17336
|
// minValue={parseInt(sectionproperties.filterpriceminvalue)}
|
|
17328
17337
|
,
|
|
17329
17338
|
maxValue: parseInt(5000),
|
|
17330
|
-
minValue: parseInt(
|
|
17339
|
+
minValue: parseInt(1),
|
|
17331
17340
|
value: price_rangevalue,
|
|
17332
17341
|
onChange: function onChange(value) {
|
|
17342
|
+
// alert(JSON.stringify(value));
|
|
17343
|
+
// if (value.min == 0) {
|
|
17344
|
+
// value.min = 1;
|
|
17345
|
+
// }
|
|
17333
17346
|
setprice_rangevalue(_objectSpread$2f({}, value));
|
|
17334
17347
|
}
|
|
17335
17348
|
})));
|
|
@@ -44009,6 +44022,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
44009
44022
|
setsectionproperties = _useState2[1];
|
|
44010
44023
|
var langdetect = props.actions.langdetect;
|
|
44011
44024
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
44025
|
+
var routingcountext = props.actions.routingcountext;
|
|
44012
44026
|
React.useEffect(function () {
|
|
44013
44027
|
if (props.sectionpropertiesprops != undefined) {
|
|
44014
44028
|
setsectionproperties(_objectSpread$1I({}, props.sectionpropertiesprops));
|
package/dist/index.esm.js
CHANGED
|
@@ -16693,6 +16693,15 @@ var Filter$1 = function Filter(props) {
|
|
|
16693
16693
|
tempproductfeatuesarr[attrindex].value = slecitem.value_en;
|
|
16694
16694
|
isattrexists = true;
|
|
16695
16695
|
}
|
|
16696
|
+
// if (attritem.id == slecitem.featureid) {
|
|
16697
|
+
// if (tempproductfeatuesarr[attrindex].value == slecitem.value_en) {
|
|
16698
|
+
// tempproductfeatuesarr.splice(attrindex, 1);
|
|
16699
|
+
// isattrexists = true;
|
|
16700
|
+
// } else {
|
|
16701
|
+
// tempproductfeatuesarr[attrindex].value = slecitem.value_en;
|
|
16702
|
+
// isattrexists = true;
|
|
16703
|
+
// }
|
|
16704
|
+
// }
|
|
16696
16705
|
});
|
|
16697
16706
|
}
|
|
16698
16707
|
if (isattrexists == false) {
|
|
@@ -17278,9 +17287,13 @@ var Filter$1 = function Filter(props) {
|
|
|
17278
17287
|
// minValue={parseInt(sectionproperties.filterpriceminvalue)}
|
|
17279
17288
|
,
|
|
17280
17289
|
maxValue: parseInt(5000),
|
|
17281
|
-
minValue: parseInt(
|
|
17290
|
+
minValue: parseInt(1),
|
|
17282
17291
|
value: price_rangevalue,
|
|
17283
17292
|
onChange: function onChange(value) {
|
|
17293
|
+
// alert(JSON.stringify(value));
|
|
17294
|
+
// if (value.min == 0) {
|
|
17295
|
+
// value.min = 1;
|
|
17296
|
+
// }
|
|
17284
17297
|
setprice_rangevalue(_objectSpread$2f({}, value));
|
|
17285
17298
|
}
|
|
17286
17299
|
})));
|
|
@@ -43960,6 +43973,7 @@ var FloatingIcons = function FloatingIcons(props) {
|
|
|
43960
43973
|
setsectionproperties = _useState2[1];
|
|
43961
43974
|
var langdetect = props.actions.langdetect;
|
|
43962
43975
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
43976
|
+
var routingcountext = props.actions.routingcountext;
|
|
43963
43977
|
useEffect(function () {
|
|
43964
43978
|
if (props.sectionpropertiesprops != undefined) {
|
|
43965
43979
|
setsectionproperties(_objectSpread$1I({}, props.sectionpropertiesprops));
|
package/dist/index.umd.js
CHANGED
|
@@ -16558,6 +16558,15 @@
|
|
|
16558
16558
|
tempproductfeatuesarr[attrindex].value = slecitem.value_en;
|
|
16559
16559
|
isattrexists = true;
|
|
16560
16560
|
}
|
|
16561
|
+
// if (attritem.id == slecitem.featureid) {
|
|
16562
|
+
// if (tempproductfeatuesarr[attrindex].value == slecitem.value_en) {
|
|
16563
|
+
// tempproductfeatuesarr.splice(attrindex, 1);
|
|
16564
|
+
// isattrexists = true;
|
|
16565
|
+
// } else {
|
|
16566
|
+
// tempproductfeatuesarr[attrindex].value = slecitem.value_en;
|
|
16567
|
+
// isattrexists = true;
|
|
16568
|
+
// }
|
|
16569
|
+
// }
|
|
16561
16570
|
});
|
|
16562
16571
|
}
|
|
16563
16572
|
if (isattrexists == false) {
|
|
@@ -17143,9 +17152,13 @@
|
|
|
17143
17152
|
// minValue={parseInt(sectionproperties.filterpriceminvalue)}
|
|
17144
17153
|
,
|
|
17145
17154
|
maxValue: parseInt(5000),
|
|
17146
|
-
minValue: parseInt(
|
|
17155
|
+
minValue: parseInt(1),
|
|
17147
17156
|
value: price_rangevalue,
|
|
17148
17157
|
onChange: function onChange(value) {
|
|
17158
|
+
// alert(JSON.stringify(value));
|
|
17159
|
+
// if (value.min == 0) {
|
|
17160
|
+
// value.min = 1;
|
|
17161
|
+
// }
|
|
17149
17162
|
setprice_rangevalue(_objectSpread$2f({}, value));
|
|
17150
17163
|
}
|
|
17151
17164
|
})));
|
|
@@ -43825,6 +43838,7 @@
|
|
|
43825
43838
|
setsectionproperties = _useState2[1];
|
|
43826
43839
|
var langdetect = props.actions.langdetect;
|
|
43827
43840
|
var authdetailsContext = props.actions.authdetailsContext;
|
|
43841
|
+
var routingcountext = props.actions.routingcountext;
|
|
43828
43842
|
React.useEffect(function () {
|
|
43829
43843
|
if (props.sectionpropertiesprops != undefined) {
|
|
43830
43844
|
setsectionproperties(_objectSpread$1I({}, props.sectionpropertiesprops));
|