impaktapps-ui-builder 1.0.132 → 1.0.133
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/impaktapps-ui-builder.es.js +0 -2
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +0 -2
|
@@ -6302,8 +6302,6 @@ const ComponentSchema = {
|
|
|
6302
6302
|
title: "DateTime (DB ms) \u2014 YYYY-MM-DD HH:mm:ss.SSS",
|
|
6303
6303
|
const: "YYYY-MM-DD HH:mm:ss.SSS"
|
|
6304
6304
|
},
|
|
6305
|
-
{ title: "Time (24h) \u2014 HH:mm:ss", const: "HH:mm:ss" },
|
|
6306
|
-
{ title: "Time (12h) \u2014 hh:mm:ss A", const: "hh:mm:ss A" },
|
|
6307
6305
|
{ title: "Epoch (Milliseconds)", const: "x" },
|
|
6308
6306
|
{ title: "Epoch (Seconds)", const: "X" }
|
|
6309
6307
|
]
|