@steedos-widgets/sortable 6.3.11-beta.2 → 6.3.11-beta.4

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.
@@ -61069,7 +61069,7 @@ async function convertSFieldToAmisField(field, readonly, ctx) {
61069
61069
  // }
61070
61070
  // 日期时间字段,按日期方式展现显示控件,用户不用关心小时分钟
61071
61071
  convertData = {
61072
- type: "input-date-range",
61072
+ type: "input-datetime-range",
61073
61073
  inputFormat: "YYYY-MM-DD HH:mm",
61074
61074
  format:'YYYY-MM-DDTHH:mm:ss.SSSZ',
61075
61075
  tpl: readonly ? getDateTimeTpl(field) : null,