impaktapps-ui-builder 0.0.412-mtreemap.8 → 0.0.412-mtreemap.9
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 +57 -8
- 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/dist/src/impaktapps-ui-builder/builder/build/uischema/coreSection.d.ts +23 -5
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/eventSection.d.ts +24 -0
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/coreSection.ts +33 -21
- package/src/impaktapps-ui-builder/builder/build/uischema/eventSection.ts +27 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/valueTab.ts +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +3 -45
|
@@ -6279,7 +6279,7 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6279
6279
|
type: "Control",
|
|
6280
6280
|
scope: "#/properties/proc",
|
|
6281
6281
|
config: {
|
|
6282
|
-
|
|
6282
|
+
layout: { xs: 0, sm: 4, md: 4, lg: 4 }
|
|
6283
6283
|
},
|
|
6284
6284
|
options: {
|
|
6285
6285
|
widget: "EmptyBox"
|
|
@@ -6289,7 +6289,7 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6289
6289
|
type: "Control",
|
|
6290
6290
|
scope: "#/properties/proc",
|
|
6291
6291
|
config: {
|
|
6292
|
-
|
|
6292
|
+
layout: { xs: 0, sm: 4, md: 4, lg: 4 }
|
|
6293
6293
|
},
|
|
6294
6294
|
options: {
|
|
6295
6295
|
widget: "EmptyBox"
|
|
@@ -6336,7 +6336,7 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6336
6336
|
type: "Control",
|
|
6337
6337
|
scope: "#/properties/proc",
|
|
6338
6338
|
config: {
|
|
6339
|
-
|
|
6339
|
+
layout: { xs: 0, sm: 4, md: 4, lg: 4 }
|
|
6340
6340
|
},
|
|
6341
6341
|
options: {
|
|
6342
6342
|
widget: "EmptyBox"
|
|
@@ -6569,6 +6569,29 @@ const CoreSection = {
|
|
|
6569
6569
|
}
|
|
6570
6570
|
}
|
|
6571
6571
|
},
|
|
6572
|
+
{
|
|
6573
|
+
type: "Control",
|
|
6574
|
+
scope: "#/properties/columnFormat",
|
|
6575
|
+
options: {
|
|
6576
|
+
widget: "SelectInputField"
|
|
6577
|
+
},
|
|
6578
|
+
config: {
|
|
6579
|
+
layout: { xs: 11, sm: 4, md: 4, lg: 4 },
|
|
6580
|
+
main: {
|
|
6581
|
+
label: "Column Format"
|
|
6582
|
+
}
|
|
6583
|
+
}
|
|
6584
|
+
},
|
|
6585
|
+
{
|
|
6586
|
+
type: "Control",
|
|
6587
|
+
scope: "#/properties/proc",
|
|
6588
|
+
config: {
|
|
6589
|
+
layout: { xs: 0, sm: 4, md: 4, lg: 4 }
|
|
6590
|
+
},
|
|
6591
|
+
options: {
|
|
6592
|
+
widget: "EmptyBox"
|
|
6593
|
+
}
|
|
6594
|
+
},
|
|
6572
6595
|
{
|
|
6573
6596
|
type: "Control",
|
|
6574
6597
|
scope: "#/properties/layout",
|
|
@@ -6609,12 +6632,12 @@ const CoreSection = {
|
|
|
6609
6632
|
},
|
|
6610
6633
|
{
|
|
6611
6634
|
type: "Control",
|
|
6612
|
-
scope: "#/properties/
|
|
6635
|
+
scope: "#/properties/proc",
|
|
6636
|
+
config: {
|
|
6637
|
+
layout: { xs: 0, sm: 4, md: 4, lg: 4 }
|
|
6638
|
+
},
|
|
6613
6639
|
options: {
|
|
6614
6640
|
widget: "EmptyBox"
|
|
6615
|
-
},
|
|
6616
|
-
config: {
|
|
6617
|
-
layout: { xs: 0, sm: 4 }
|
|
6618
6641
|
}
|
|
6619
6642
|
}
|
|
6620
6643
|
]
|
|
@@ -6634,6 +6657,32 @@ const EventSection = {
|
|
|
6634
6657
|
},
|
|
6635
6658
|
config: {
|
|
6636
6659
|
main: {
|
|
6660
|
+
headerIcons: {
|
|
6661
|
+
elements: [
|
|
6662
|
+
{
|
|
6663
|
+
widget: {
|
|
6664
|
+
type: "Control",
|
|
6665
|
+
scope: "#/properties/New_Record",
|
|
6666
|
+
options: {
|
|
6667
|
+
widget: "IconButton"
|
|
6668
|
+
},
|
|
6669
|
+
config: {
|
|
6670
|
+
main: {
|
|
6671
|
+
color: "info",
|
|
6672
|
+
onClick: "eventAddHandler",
|
|
6673
|
+
size: "small",
|
|
6674
|
+
icon: "AddIcon",
|
|
6675
|
+
iconLabel: "Add New",
|
|
6676
|
+
styleDefault: true
|
|
6677
|
+
},
|
|
6678
|
+
style: {
|
|
6679
|
+
mt: "6px"
|
|
6680
|
+
}
|
|
6681
|
+
}
|
|
6682
|
+
}
|
|
6683
|
+
}
|
|
6684
|
+
]
|
|
6685
|
+
},
|
|
6637
6686
|
disableAction: true,
|
|
6638
6687
|
disableSelection: true,
|
|
6639
6688
|
enableDrag: true
|
|
@@ -7187,7 +7236,7 @@ const ValueTab = {
|
|
|
7187
7236
|
{
|
|
7188
7237
|
type: "Control",
|
|
7189
7238
|
scope: "#/properties/value",
|
|
7190
|
-
layout:
|
|
7239
|
+
layout: 12,
|
|
7191
7240
|
options: {
|
|
7192
7241
|
detail: {
|
|
7193
7242
|
type: "HorizontalLayout",
|