tnx-shared 5.1.525 → 5.1.526
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/bundles/tnx-shared.umd.js +2 -2
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/classes/base/list-base.js +3 -3
- package/fesm2015/tnx-shared.js +2 -2
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -25445,11 +25445,11 @@
|
|
|
25445
25445
|
return __generator(this, function (_a) {
|
|
25446
25446
|
switch (_a.label) {
|
|
25447
25447
|
case 0:
|
|
25448
|
-
if (!this.model.baseReady)
|
|
25449
|
-
return [2 /*return*/];
|
|
25450
25448
|
if (infoGetData === null || infoGetData === void 0 ? void 0 : infoGetData.dataSearchCommon) {
|
|
25451
25449
|
this.dataSearchCommon = infoGetData.dataSearchCommon;
|
|
25452
25450
|
}
|
|
25451
|
+
if (!this.model.baseReady)
|
|
25452
|
+
return [2 /*return*/];
|
|
25453
25453
|
return [4 /*yield*/, this.processData((infoGetData === null || infoGetData === void 0 ? void 0 : infoGetData.gridInfo) || null)];
|
|
25454
25454
|
case 1:
|
|
25455
25455
|
_a.sent();
|