impaktapps-ui-builder 1.0.132 → 1.0.134
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 +10 -12
- 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 +10 -12
|
@@ -6280,32 +6280,30 @@ const ComponentSchema = {
|
|
|
6280
6280
|
dateFormat: {
|
|
6281
6281
|
oneOf: [
|
|
6282
6282
|
{
|
|
6283
|
-
title: "
|
|
6283
|
+
title: "YYYY-MM-DDTHH:mm:ss.SSSZ",
|
|
6284
6284
|
const: "YYYY-MM-DDTHH:mm:ss.SSSZ"
|
|
6285
6285
|
},
|
|
6286
6286
|
{
|
|
6287
|
-
title: "
|
|
6287
|
+
title: "YYYY-MM-DDTHH:mm:ssZ",
|
|
6288
6288
|
const: "YYYY-MM-DDTHH:mm:ssZ"
|
|
6289
6289
|
},
|
|
6290
6290
|
{
|
|
6291
|
-
title: "
|
|
6291
|
+
title: "YYYY-MM-DDTHH:mm:ss",
|
|
6292
6292
|
const: "YYYY-MM-DDTHH:mm:ss"
|
|
6293
6293
|
},
|
|
6294
|
-
{ title: "
|
|
6295
|
-
{ title: "
|
|
6296
|
-
{ title: "
|
|
6294
|
+
{ title: "YYYY-MM-DD", const: "YYYY-MM-DD" },
|
|
6295
|
+
{ title: "DD-MM-YYYY", const: "DD-MM-YYYY" },
|
|
6296
|
+
{ title: "MM/DD/YYYY", const: "MM/DD/YYYY" },
|
|
6297
6297
|
{
|
|
6298
|
-
title: "
|
|
6298
|
+
title: "YYYY-MM-DD HH:mm:ss",
|
|
6299
6299
|
const: "YYYY-MM-DD HH:mm:ss"
|
|
6300
6300
|
},
|
|
6301
6301
|
{
|
|
6302
|
-
title: "
|
|
6302
|
+
title: "YYYY-MM-DD HH:mm:ss.SSS",
|
|
6303
6303
|
const: "YYYY-MM-DD HH:mm:ss.SSS"
|
|
6304
6304
|
},
|
|
6305
|
-
{ title: "
|
|
6306
|
-
{ title: "
|
|
6307
|
-
{ title: "Epoch (Milliseconds)", const: "x" },
|
|
6308
|
-
{ title: "Epoch (Seconds)", const: "X" }
|
|
6305
|
+
{ title: "Milliseconds", const: "x" },
|
|
6306
|
+
{ title: "Seconds", const: "X" }
|
|
6309
6307
|
]
|
|
6310
6308
|
},
|
|
6311
6309
|
variant: {
|