impaktapps-ui-builder 0.0.101-alpha.83 → 0.0.101-alpha.85
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 +59 -2
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +7 -7
- 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 +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +57 -56
|
@@ -184,7 +184,8 @@ const PageMasterUiSchema = (theme) => {
|
|
|
184
184
|
size: "small",
|
|
185
185
|
icon: "TablePaste",
|
|
186
186
|
iconLabel: "Paste",
|
|
187
|
-
styleDefault: true
|
|
187
|
+
styleDefault: true,
|
|
188
|
+
title: ""
|
|
188
189
|
},
|
|
189
190
|
style: {
|
|
190
191
|
mt: "6px",
|
|
@@ -452,6 +453,62 @@ const PageMasterUiSchema = (theme) => {
|
|
|
452
453
|
}
|
|
453
454
|
]
|
|
454
455
|
},
|
|
456
|
+
{
|
|
457
|
+
type: "HorizontalLayout",
|
|
458
|
+
config: {
|
|
459
|
+
layout: { xs: 12, sm: 9 }
|
|
460
|
+
},
|
|
461
|
+
elements: [
|
|
462
|
+
{
|
|
463
|
+
type: "Control",
|
|
464
|
+
scope: "#/properties/RemoveItemButton",
|
|
465
|
+
options: {
|
|
466
|
+
widget: "IconButton"
|
|
467
|
+
},
|
|
468
|
+
config: {
|
|
469
|
+
layout: { xs: 1, sm: 1 },
|
|
470
|
+
main: {
|
|
471
|
+
onClick: "RemoveItemButton",
|
|
472
|
+
size: "large",
|
|
473
|
+
icon: "RejectIcon",
|
|
474
|
+
styleDefault: true
|
|
475
|
+
},
|
|
476
|
+
style: {
|
|
477
|
+
marginLeft: "-5px"
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
type: "Control",
|
|
483
|
+
scope: "#/properties/copiedElementDetails",
|
|
484
|
+
options: {
|
|
485
|
+
widget: "Box"
|
|
486
|
+
},
|
|
487
|
+
config: {
|
|
488
|
+
layout: { xs: 6, sm: 6 },
|
|
489
|
+
main: {
|
|
490
|
+
heading: "No element copied"
|
|
491
|
+
},
|
|
492
|
+
style: {
|
|
493
|
+
color: "#535557",
|
|
494
|
+
marginLeft: "-30px",
|
|
495
|
+
fontSize: "12px",
|
|
496
|
+
marginTop: "4px"
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
type: "Control",
|
|
502
|
+
scope: "#/properties/EmptyBox",
|
|
503
|
+
options: {
|
|
504
|
+
widget: "EmptyBox"
|
|
505
|
+
},
|
|
506
|
+
config: {
|
|
507
|
+
layout: { xs: 1, sm: 5 }
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
]
|
|
511
|
+
},
|
|
455
512
|
{
|
|
456
513
|
scope: "#/properties/Remarks Container",
|
|
457
514
|
type: "WrapperLayout",
|
|
@@ -6249,7 +6306,7 @@ const ComponentSchema = {
|
|
|
6249
6306
|
properties: {
|
|
6250
6307
|
type: {
|
|
6251
6308
|
oneOf: [
|
|
6252
|
-
{ title: "Masked
|
|
6309
|
+
{ title: "Masked Aadhar Card", const: "AadharcardText" },
|
|
6253
6310
|
{ title: "Array", const: "Array" },
|
|
6254
6311
|
{ title: "Button", const: "Button" },
|
|
6255
6312
|
{ title: "Data Card", const: "card" },
|