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.
@@ -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: {