@steedos-widgets/amis-lib 6.3.11-beta.3 → 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.umd.js
CHANGED
|
@@ -900,7 +900,7 @@ convertData={type:getAmisStaticFieldType('date',readonly),inputFormat:"YYYY-MM-D
|
|
|
900
900
|
// joinValues: false
|
|
901
901
|
// }
|
|
902
902
|
// 日期时间字段,按日期方式展现显示控件,用户不用关心小时分钟
|
|
903
|
-
convertData={type:"input-
|
|
903
|
+
convertData={type:"input-datetime-range",inputFormat:"YYYY-MM-DD HH:mm",format:'YYYY-MM-DDTHH:mm:ss.SSSZ',tpl:readonly?getDateTimeTpl(field):null,utc:true,joinValues:false,"shortcuts":["thismonth","2monthsago","3monthslater","prevquarter","thisquarter","thisyear","lastYear"]};return _context121.abrupt("break",149);case 30:// convertData = isMobile && !readonly ? {
|
|
904
904
|
// type: "combo",
|
|
905
905
|
// pipeIn: (value, data) => {
|
|
906
906
|
// let revalue = {};
|