tnx-shared 5.3.327 → 5.3.328

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.
@@ -1384,6 +1384,7 @@
1384
1384
  _this.order = 0;
1385
1385
  _this.showTooltip = true;
1386
1386
  _this.showTooltipOnly = false;
1387
+ _this.autoSearch = true; // Dùng cho commonsearch;
1387
1388
  for (var key in init) {
1388
1389
  _this[key] = init[key];
1389
1390
  }
@@ -1475,7 +1476,6 @@
1475
1476
  _this.hasOperatorCanBo = false;
1476
1477
  _this.addToGridInfo = false;
1477
1478
  _this.isLazyLoad = false;
1478
- _this.autoSearch = true; // Dùng cho commonsearch;
1479
1479
  for (var key in init) {
1480
1480
  _this[key] = init[key];
1481
1481
  }