impaktapps-ui-builder 1.0.131-alpha.6 → 1.0.131-alpha.8
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 +58 -40
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +8 -8
- 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 +100 -92
|
@@ -6279,16 +6279,31 @@ const ComponentSchema = {
|
|
|
6279
6279
|
},
|
|
6280
6280
|
dateFormat: {
|
|
6281
6281
|
oneOf: [
|
|
6282
|
-
{
|
|
6283
|
-
|
|
6284
|
-
|
|
6285
|
-
|
|
6286
|
-
{
|
|
6287
|
-
|
|
6288
|
-
|
|
6289
|
-
|
|
6290
|
-
{
|
|
6291
|
-
|
|
6282
|
+
{
|
|
6283
|
+
title: "ISO DateTime (UTC) \u2014 YYYY-MM-DDTHH:mm:ss.SSSZ",
|
|
6284
|
+
const: "YYYY-MM-DDTHH:mm:ss.SSSZ"
|
|
6285
|
+
},
|
|
6286
|
+
{
|
|
6287
|
+
title: "ISO DateTime \u2014 YYYY-MM-DDTHH:mm:ssZ",
|
|
6288
|
+
const: "YYYY-MM-DDTHH:mm:ssZ"
|
|
6289
|
+
},
|
|
6290
|
+
{
|
|
6291
|
+
title: "ISO DateTime (No TZ) \u2014 YYYY-MM-DDTHH:mm:ss",
|
|
6292
|
+
const: "YYYY-MM-DDTHH:mm:ss"
|
|
6293
|
+
},
|
|
6294
|
+
{ title: "ISO Date \u2014 YYYY-MM-DD", const: "YYYY-MM-DD" },
|
|
6295
|
+
{ title: "Date (DD-MM-YYYY) \u2014 DD-MM-YYYY", const: "DD-MM-YYYY" },
|
|
6296
|
+
{ title: "Date (MM/DD/YYYY) \u2014 MM/DD/YYYY", const: "MM/DD/YYYY" },
|
|
6297
|
+
{
|
|
6298
|
+
title: "DateTime (DB) \u2014 YYYY-MM-DD HH:mm:ss",
|
|
6299
|
+
const: "YYYY-MM-DD HH:mm:ss"
|
|
6300
|
+
},
|
|
6301
|
+
{
|
|
6302
|
+
title: "DateTime (DB ms) \u2014 YYYY-MM-DD HH:mm:ss.SSS",
|
|
6303
|
+
const: "YYYY-MM-DD HH:mm:ss.SSS"
|
|
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" },
|
|
6292
6307
|
{ title: "Epoch (Milliseconds)", const: "x" },
|
|
6293
6308
|
{ title: "Epoch (Seconds)", const: "X" }
|
|
6294
6309
|
]
|
|
@@ -6544,7 +6559,10 @@ const ComponentSchema = {
|
|
|
6544
6559
|
{ title: "Line Graph", const: "LineGraph" },
|
|
6545
6560
|
{ title: "Pie Graph", const: "PieGraph" },
|
|
6546
6561
|
{ title: "Horizontal Bar Graph", const: "HorizontalBarGraph" },
|
|
6547
|
-
{
|
|
6562
|
+
{
|
|
6563
|
+
title: "Stack Horizontal Bar Graph",
|
|
6564
|
+
const: "HorizontalStackBarGraph"
|
|
6565
|
+
}
|
|
6548
6566
|
]
|
|
6549
6567
|
},
|
|
6550
6568
|
iconName: {
|
|
@@ -6568,35 +6586,35 @@ const ComponentSchema = {
|
|
|
6568
6586
|
{ title: "Download Icon", const: "DownloadIcon" },
|
|
6569
6587
|
{ title: "Download All Icon", const: "DownloadAllIcon" },
|
|
6570
6588
|
{ title: "Exception Icon", const: "ExceptionIcon" },
|
|
6571
|
-
{
|
|
6572
|
-
{
|
|
6573
|
-
{
|
|
6574
|
-
{
|
|
6575
|
-
{
|
|
6576
|
-
{
|
|
6577
|
-
{
|
|
6578
|
-
{
|
|
6579
|
-
{
|
|
6580
|
-
{
|
|
6581
|
-
{
|
|
6582
|
-
{
|
|
6583
|
-
{
|
|
6584
|
-
{
|
|
6585
|
-
{
|
|
6586
|
-
{
|
|
6587
|
-
{
|
|
6588
|
-
{
|
|
6589
|
-
{
|
|
6590
|
-
{
|
|
6591
|
-
{
|
|
6592
|
-
{
|
|
6593
|
-
{
|
|
6594
|
-
{
|
|
6595
|
-
{
|
|
6596
|
-
{
|
|
6597
|
-
{
|
|
6598
|
-
{
|
|
6599
|
-
{
|
|
6589
|
+
{ title: "Alarm Icon", const: "AlarmIcon" },
|
|
6590
|
+
{ title: "Click Icon", const: "ClickIcon" },
|
|
6591
|
+
{ title: "Content Copy Icon", const: "ContentCopyIcon" },
|
|
6592
|
+
{ title: "File Copy Icon", const: "FileCopyIcon" },
|
|
6593
|
+
{ title: "Pause Icon", const: "PauseIcon" },
|
|
6594
|
+
{ title: "Play Icon", const: "PlayIcon" },
|
|
6595
|
+
{ title: "Close Icon", const: "CloseIcon" },
|
|
6596
|
+
{ title: "Replay Icon", const: "ReplayIcon" },
|
|
6597
|
+
{ title: "Delete Icon", const: "DeleteIcon" },
|
|
6598
|
+
{ title: "Drafts Icon", const: "DraftsIcon" },
|
|
6599
|
+
{ title: "Perm Phone Msg Icon", const: "PermPhoneMsgIcon" },
|
|
6600
|
+
{ title: "Paste Icon", const: "PasteIcon" },
|
|
6601
|
+
{ title: "Prev Icon", const: "PrevIcon" },
|
|
6602
|
+
{ title: "Verified Icon", const: "VerifiedIcon" },
|
|
6603
|
+
{ title: "Table Add Icon", const: "TableAddIcon" },
|
|
6604
|
+
{ title: "Table Download Icon", const: "TableDownloadIcon" },
|
|
6605
|
+
{ title: "Audit Trail Icon", const: "AuditTrailIcon" },
|
|
6606
|
+
{ title: "View Component", const: "View" },
|
|
6607
|
+
{ title: "Table Edit Icon", const: "TableEditIcon" },
|
|
6608
|
+
{ title: "Maximize Icon", const: "Maximize" },
|
|
6609
|
+
{ title: "Minimize Icon", const: "Minimize" },
|
|
6610
|
+
{ title: "Subtract Icon", const: "Subtract" },
|
|
6611
|
+
{ title: "Bin Icon", const: "Bin" },
|
|
6612
|
+
{ title: "Export Icon", const: "Export" },
|
|
6613
|
+
{ title: "Table Paste Icon", const: "TablePaste" },
|
|
6614
|
+
{ title: "Clone Icon", const: "CloneIcon" },
|
|
6615
|
+
{ title: "Detail Icon", const: "DetailIcon" },
|
|
6616
|
+
{ title: "Report View Icon", const: "ReportViewIcon" },
|
|
6617
|
+
{ title: "Payout", const: "Payout" }
|
|
6600
6618
|
]
|
|
6601
6619
|
},
|
|
6602
6620
|
color: {
|