ps-toolkit-ui 1.8.5 → 1.8.6

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.
@@ -8087,7 +8087,7 @@
8087
8087
  this.search = null;
8088
8088
  this.fun = null;
8089
8089
  this.name = name;
8090
- this.class = cls;
8090
+ this.class = cls + ([exports.TableCollType.Color, exports.TableCollType.Url, exports.TableCollType.FileSize].includes(type) ? ' ltr' : '');
8091
8091
  this.type = type;
8092
8092
  this.withSearch = type === exports.TableCollType.Image ? false : withSearch;
8093
8093
  this.sort = type === exports.TableCollType.Image ? false : sort;