ps-toolkit-ui 1.15.39 → 1.15.41

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.
@@ -3759,6 +3759,7 @@
3759
3759
  c.search = new InputClass(this.table.environment, this.table.l, c.name, null, exports.InputType.Text, 'h-25 table-search');
3760
3760
  if (c.type === exports.TableCollType.Date || c.type === exports.TableCollType.DateTime || c.type === exports.TableCollType.DateDif || c.type === exports.TableCollType.DateRemain) {
3761
3761
  c.search.type = exports.InputType.Date;
3762
+ console.log(c.name, 22212121212);
3762
3763
  }
3763
3764
  else if (c.type === exports.TableCollType.Month) {
3764
3765
  c.search.type = exports.InputType.Month;