tnx-shared 5.3.338 → 5.3.339

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.
@@ -2313,6 +2313,7 @@
2313
2313
  // Nếu có value nghĩa là những cột này cần phải lấy dữ liệu xong rồi mới đến cột khác
2314
2314
  _this.order = 1;
2315
2315
  _this.mdWidthInSearch = 12;
2316
+ _this.showExtendContent = false;
2316
2317
  _this.min = 0;
2317
2318
  _this.max = 99999999999;
2318
2319
  _this.isForeignField = false;
@@ -46707,7 +46708,10 @@
46707
46708
  dataSource: column.dataSource,
46708
46709
  groupCode: column.groupCode,
46709
46710
  isOverrideFilter: column.isOverrideFilter,
46710
- order: column.order
46711
+ order: column.order,
46712
+ isTree: column.isTree,
46713
+ fieldTree: column.fieldTree,
46714
+ valueParentRoot: column.valueParentRoot,
46711
46715
  });
46712
46716
  if (column.dataType == 'custom') {
46713
46717
  newCol.dataType = column.code;
@@ -46979,7 +46983,10 @@
46979
46983
  dataSource: column.dataSource,
46980
46984
  groupCode: column.groupCode,
46981
46985
  isOverrideFilter: column.isOverrideFilter,
46982
- order: column.order
46986
+ order: column.order,
46987
+ isTree: column.isTree,
46988
+ fieldTree: column.fieldTree,
46989
+ valueParentRoot: column.valueParentRoot,
46983
46990
  });
46984
46991
  if (column.dataType == 'custom') {
46985
46992
  newCol.dataType = column.code;