tabexseriescomponents 0.0.691 → 0.0.693
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 +5 -4
- package/dist/index.esm.js +5 -4
- package/dist/index.umd.js +5 -4
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -15461,16 +15461,17 @@ var Filter$1 = function Filter(props) {
|
|
|
15461
15461
|
filterupdater();
|
|
15462
15462
|
}, []);
|
|
15463
15463
|
React.useEffect(function () {
|
|
15464
|
-
|
|
15465
|
-
|
|
15464
|
+
var _FetchAllVendorsQuery, _FetchAllVendorsQuery2;
|
|
15465
|
+
if (FetchAllVendorsQuery !== null && FetchAllVendorsQuery !== void 0 && FetchAllVendorsQuery.isSuccess && (FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery = _FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery === void 0 ? void 0 : _FetchAllVendorsQuery.vendors) != undefined && (FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery2 = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery2 === void 0 || (_FetchAllVendorsQuery2 = _FetchAllVendorsQuery2.data) === null || _FetchAllVendorsQuery2 === void 0 || (_FetchAllVendorsQuery2 = _FetchAllVendorsQuery2.vendors) === null || _FetchAllVendorsQuery2 === void 0 ? void 0 : _FetchAllVendorsQuery2.length) != 0) {
|
|
15466
|
+
var _FetchAllVendorsQuery3, _temp;
|
|
15466
15467
|
var temp = _toConsumableArray__default["default"](vendorarr);
|
|
15467
|
-
temp = _toConsumableArray__default["default"](FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (
|
|
15468
|
+
temp = _toConsumableArray__default["default"](FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery3 = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery3 === void 0 || (_FetchAllVendorsQuery3 = _FetchAllVendorsQuery3.data) === null || _FetchAllVendorsQuery3 === void 0 ? void 0 : _FetchAllVendorsQuery3.vendors);
|
|
15468
15469
|
(_temp = temp) === null || _temp === void 0 || _temp.forEach(function (instfilteritem, instfilterindex) {
|
|
15469
15470
|
instfilteritem.isfilterselected = false;
|
|
15470
15471
|
});
|
|
15471
15472
|
setvendorsarr(_toConsumableArray__default["default"](temp));
|
|
15472
15473
|
}
|
|
15473
|
-
}, [FetchAllVendorsQuery.isSuccess]);
|
|
15474
|
+
}, [FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 ? void 0 : FetchAllVendorsQuery.isSuccess]);
|
|
15474
15475
|
React.useEffect(function () {
|
|
15475
15476
|
if (fetchproductoptionsQueryContext.isSuccess) {
|
|
15476
15477
|
var _fetchproductoptionsQ;
|
package/dist/index.esm.js
CHANGED
|
@@ -15412,16 +15412,17 @@ var Filter$1 = function Filter(props) {
|
|
|
15412
15412
|
filterupdater();
|
|
15413
15413
|
}, []);
|
|
15414
15414
|
useEffect(function () {
|
|
15415
|
-
|
|
15416
|
-
|
|
15415
|
+
var _FetchAllVendorsQuery, _FetchAllVendorsQuery2;
|
|
15416
|
+
if (FetchAllVendorsQuery !== null && FetchAllVendorsQuery !== void 0 && FetchAllVendorsQuery.isSuccess && (FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery = _FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery === void 0 ? void 0 : _FetchAllVendorsQuery.vendors) != undefined && (FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery2 = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery2 === void 0 || (_FetchAllVendorsQuery2 = _FetchAllVendorsQuery2.data) === null || _FetchAllVendorsQuery2 === void 0 || (_FetchAllVendorsQuery2 = _FetchAllVendorsQuery2.vendors) === null || _FetchAllVendorsQuery2 === void 0 ? void 0 : _FetchAllVendorsQuery2.length) != 0) {
|
|
15417
|
+
var _FetchAllVendorsQuery3, _temp;
|
|
15417
15418
|
var temp = _toConsumableArray(vendorarr);
|
|
15418
|
-
temp = _toConsumableArray(FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (
|
|
15419
|
+
temp = _toConsumableArray(FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery3 = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery3 === void 0 || (_FetchAllVendorsQuery3 = _FetchAllVendorsQuery3.data) === null || _FetchAllVendorsQuery3 === void 0 ? void 0 : _FetchAllVendorsQuery3.vendors);
|
|
15419
15420
|
(_temp = temp) === null || _temp === void 0 || _temp.forEach(function (instfilteritem, instfilterindex) {
|
|
15420
15421
|
instfilteritem.isfilterselected = false;
|
|
15421
15422
|
});
|
|
15422
15423
|
setvendorsarr(_toConsumableArray(temp));
|
|
15423
15424
|
}
|
|
15424
|
-
}, [FetchAllVendorsQuery.isSuccess]);
|
|
15425
|
+
}, [FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 ? void 0 : FetchAllVendorsQuery.isSuccess]);
|
|
15425
15426
|
useEffect(function () {
|
|
15426
15427
|
if (fetchproductoptionsQueryContext.isSuccess) {
|
|
15427
15428
|
var _fetchproductoptionsQ;
|
package/dist/index.umd.js
CHANGED
|
@@ -15285,16 +15285,17 @@
|
|
|
15285
15285
|
filterupdater();
|
|
15286
15286
|
}, []);
|
|
15287
15287
|
React.useEffect(function () {
|
|
15288
|
-
|
|
15289
|
-
|
|
15288
|
+
var _FetchAllVendorsQuery, _FetchAllVendorsQuery2;
|
|
15289
|
+
if (FetchAllVendorsQuery !== null && FetchAllVendorsQuery !== void 0 && FetchAllVendorsQuery.isSuccess && (FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery = _FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery === void 0 ? void 0 : _FetchAllVendorsQuery.vendors) != undefined && (FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery2 = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery2 === void 0 || (_FetchAllVendorsQuery2 = _FetchAllVendorsQuery2.data) === null || _FetchAllVendorsQuery2 === void 0 || (_FetchAllVendorsQuery2 = _FetchAllVendorsQuery2.vendors) === null || _FetchAllVendorsQuery2 === void 0 ? void 0 : _FetchAllVendorsQuery2.length) != 0) {
|
|
15290
|
+
var _FetchAllVendorsQuery3, _temp;
|
|
15290
15291
|
var temp = _toConsumableArray__default["default"](vendorarr);
|
|
15291
|
-
temp = _toConsumableArray__default["default"](FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (
|
|
15292
|
+
temp = _toConsumableArray__default["default"](FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 || (_FetchAllVendorsQuery3 = FetchAllVendorsQuery.data) === null || _FetchAllVendorsQuery3 === void 0 || (_FetchAllVendorsQuery3 = _FetchAllVendorsQuery3.data) === null || _FetchAllVendorsQuery3 === void 0 ? void 0 : _FetchAllVendorsQuery3.vendors);
|
|
15292
15293
|
(_temp = temp) === null || _temp === void 0 || _temp.forEach(function (instfilteritem, instfilterindex) {
|
|
15293
15294
|
instfilteritem.isfilterselected = false;
|
|
15294
15295
|
});
|
|
15295
15296
|
setvendorsarr(_toConsumableArray__default["default"](temp));
|
|
15296
15297
|
}
|
|
15297
|
-
}, [FetchAllVendorsQuery.isSuccess]);
|
|
15298
|
+
}, [FetchAllVendorsQuery === null || FetchAllVendorsQuery === void 0 ? void 0 : FetchAllVendorsQuery.isSuccess]);
|
|
15298
15299
|
React.useEffect(function () {
|
|
15299
15300
|
if (fetchproductoptionsQueryContext.isSuccess) {
|
|
15300
15301
|
var _fetchproductoptionsQ;
|