ps-toolkit-ui 1.15.39 → 1.15.40

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.
@@ -3757,8 +3757,10 @@
3757
3757
  for (var _b = __values(this.table.cols.filter(function (x) { return x.withSearch; })), _c = _b.next(); !_c.done; _c = _b.next()) {
3758
3758
  var c = _c.value;
3759
3759
  c.search = new InputClass(this.table.environment, this.table.l, c.name, null, exports.InputType.Text, 'h-25 table-search');
3760
+ console.log(c.type === exports.TableCollType.Date || c.type === exports.TableCollType.DateTime || c.type === exports.TableCollType.DateDif || c.type === exports.TableCollType.DateRemain);
3760
3761
  if (c.type === exports.TableCollType.Date || c.type === exports.TableCollType.DateTime || c.type === exports.TableCollType.DateDif || c.type === exports.TableCollType.DateRemain) {
3761
3762
  c.search.type = exports.InputType.Date;
3763
+ console.log(22212121212);
3762
3764
  }
3763
3765
  else if (c.type === exports.TableCollType.Month) {
3764
3766
  c.search.type = exports.InputType.Month;