@steedos-widgets/amis-lib 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.
- package/dist/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -13318,7 +13318,7 @@ async function convertSFieldToAmisField(field, readonly, ctx) {
|
|
|
13318
13318
|
// }
|
|
13319
13319
|
// 日期时间字段,按日期方式展现显示控件,用户不用关心小时分钟
|
|
13320
13320
|
convertData = {
|
|
13321
|
-
type: "input-
|
|
13321
|
+
type: "input-datetime-range",
|
|
13322
13322
|
inputFormat: "YYYY-MM-DD HH:mm",
|
|
13323
13323
|
format:'YYYY-MM-DDTHH:mm:ss.SSSZ',
|
|
13324
13324
|
tpl: readonly ? getDateTimeTpl(field) : null,
|