impaktapps-ui-builder 0.0.412-mtreemap.34 → 0.0.412-mtreemap.35
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 +40 -0
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +4 -4
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +20 -74
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +21 -0
|
@@ -6387,6 +6387,26 @@ const componentBasicUiSchema = (theme) => {
|
|
|
6387
6387
|
type: "HorizontalLayout",
|
|
6388
6388
|
heading: "Component",
|
|
6389
6389
|
elements: [
|
|
6390
|
+
{
|
|
6391
|
+
type: "Control",
|
|
6392
|
+
scope: "#/properties/pageName",
|
|
6393
|
+
options: {
|
|
6394
|
+
widget: "Box"
|
|
6395
|
+
},
|
|
6396
|
+
config: {
|
|
6397
|
+
layout: 12,
|
|
6398
|
+
main: {
|
|
6399
|
+
heading: " "
|
|
6400
|
+
},
|
|
6401
|
+
style: {
|
|
6402
|
+
lineHeight: 0,
|
|
6403
|
+
width: "auto",
|
|
6404
|
+
fontSize: "12px",
|
|
6405
|
+
color: "gray",
|
|
6406
|
+
paddingTop: "10px"
|
|
6407
|
+
}
|
|
6408
|
+
}
|
|
6409
|
+
},
|
|
6390
6410
|
{
|
|
6391
6411
|
type: "TabLayout",
|
|
6392
6412
|
config: {
|
|
@@ -8240,6 +8260,26 @@ const EventUiSchema = (theme) => {
|
|
|
8240
8260
|
type: "HorizontalLayout",
|
|
8241
8261
|
heading: "Component",
|
|
8242
8262
|
elements: [
|
|
8263
|
+
{
|
|
8264
|
+
type: "Control",
|
|
8265
|
+
scope: "#/properties/pageName",
|
|
8266
|
+
options: {
|
|
8267
|
+
widget: "Box"
|
|
8268
|
+
},
|
|
8269
|
+
config: {
|
|
8270
|
+
layout: 12,
|
|
8271
|
+
main: {
|
|
8272
|
+
heading: " "
|
|
8273
|
+
},
|
|
8274
|
+
style: {
|
|
8275
|
+
lineHeight: 0,
|
|
8276
|
+
width: "auto",
|
|
8277
|
+
fontSize: "12px",
|
|
8278
|
+
color: "gray",
|
|
8279
|
+
paddingTop: "10px"
|
|
8280
|
+
}
|
|
8281
|
+
}
|
|
8282
|
+
},
|
|
8243
8283
|
{
|
|
8244
8284
|
type: "TabLayout",
|
|
8245
8285
|
config: {
|