@steedos-widgets/sortable 3.6.2-beta.14 → 3.6.2-beta.15
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/assets.json +5 -5
- package/dist/sortable.cjs.js +1 -1
- package/dist/sortable.cjs.js.map +1 -1
- package/dist/sortable.esm.js +1 -1
- package/dist/sortable.esm.js.map +1 -1
- package/dist/sortable.umd.js +1 -1
- package/package.json +3 -3
package/dist/sortable.esm.js
CHANGED
|
@@ -60495,7 +60495,7 @@ async function convertSFieldToAmisField(field, readonly, ctx) {
|
|
|
60495
60495
|
convertData = {
|
|
60496
60496
|
type: getAmisStaticFieldType('datetime', readonly),
|
|
60497
60497
|
inputFormat: 'YYYY-MM-DD HH:mm',
|
|
60498
|
-
format: 'YYYY-MM-DDTHH:mm:
|
|
60498
|
+
format: 'YYYY-MM-DDTHH:mm:00.000Z',
|
|
60499
60499
|
tpl: readonly ? getDateTimeTpl(field) : null,
|
|
60500
60500
|
utc: true,
|
|
60501
60501
|
};
|