impaktapps-ui-builder 0.0.412-mtreemap.36 → 0.0.412-mtreemap.38

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.412-mtreemap.36",
3
+ "version": "0.0.412-mtreemap.38",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -16,11 +16,10 @@ export const componentBasicUiSchema: any = (theme)=>{
16
16
  heading: " ",
17
17
  },
18
18
  style: {
19
- lineHeight: 0,
19
+ marginLeft: theme.Spacing(2),
20
20
  width:"auto",
21
21
  fontSize:"12px",
22
22
  color:"gray",
23
- paddingTop:"10px"
24
23
  },
25
24
  },
26
25
  },
@@ -4,64 +4,14 @@ export const PageMasterUiSchema: any = (theme) => {
4
4
  type: "HorizontalLayout",
5
5
  heading: "Page Master",
6
6
  elements: [
7
- // {
8
- // type: "WrapperLayout",
9
- // config: {
10
- // main: {
11
- // rowSpacing: 1,
12
- // header: true,
13
- // },
14
- // defaultStyle: true,
15
- // },
16
- // elements: [
17
- // {
18
- // type: "Control",
19
- // scope: "#/properties/pageMaster",
20
-
21
- // options: {
22
- // widget: "Box",
23
- // },
24
- // config: {
25
- // layout: 8,
26
- // main: {
27
- // heading: "Page Master",
28
- // },
29
- // },
30
- // },
31
- // {
32
- // type: "Control",
33
- // scope: "#/properties/Back_Button",
34
-
35
- // options: {
36
- // widget: "IconButton",
37
- // },
38
- // config: {
39
- // layout: 3,
40
- // main: {
41
- // icon: "BackIcon",
42
- // styleDefault: true,
43
- // size: "small",
44
- // onClick: "backHandler",
45
- // tooltipMessage: "Back",
46
- // },
47
- // style: {
48
- // float: "right",
49
- // },
50
- // },
51
- // },
52
- // ],
53
- // },
54
7
  {
55
8
  type: "WrapperLayout",
56
9
  config: {
57
10
  main: {
58
- // label: "Page Template",
59
- // isAccordion: true,
60
11
  },
61
12
  wrapperStyle: {
62
13
  backgroundColor: theme.palette.background.default
63
14
  },
64
- defaultStyle: true,
65
15
  },
66
16
  elements: [
67
17
  {
@@ -133,18 +83,6 @@ export const PageMasterUiSchema: any = (theme) => {
133
83
  defaultStyle: true,
134
84
  },
135
85
  elements: [
136
- // {
137
- // type: "WrapperLayout",
138
- // config: {
139
- // main: {
140
- // // label: "Success Case Event",
141
- // divider: true,
142
- // },
143
- // // wrapperStyle: {
144
- // // border: "1px solid gray"
145
- // // },
146
- // },
147
- // elements: [
148
86
  {
149
87
  type: "Control",
150
88
  scope: "#/properties/elements",
@@ -240,61 +178,7 @@ export const PageMasterUiSchema: any = (theme) => {
240
178
  },
241
179
  }
242
180
  ]
243
- // }]
244
181
  },
245
- // {
246
- // type: "WrapperLayout",
247
- // config: {
248
- // main: {
249
- // // label: "Success Case Event",
250
- // // divider: true,
251
- // },
252
- // wrapperStyle: {
253
- // border: "1px solid gray"
254
- // },
255
- // },
256
- // elements: [
257
- // {
258
- // type: "Control",
259
- // scope: "#/properties/heading",
260
-
261
- // options: {
262
- // widget: "Box",
263
- // },
264
- // config: {
265
- // layout: 8,
266
- // main: {
267
- // heading: "Event Table",
268
- // },
269
- // style: {
270
- // fontFamily: "Roboto",
271
- // fontWeight: "500",
272
- // paddingLeft: "-10px",
273
- // fontSize: "20px",
274
- // },
275
- // },
276
- // },
277
- // {
278
- // type: "Control",
279
- // scope: "#/properties/AddButton",
280
- // options: {
281
- // widget: "IconButton",
282
- // },
283
- // config: {
284
- // layout: 3,
285
- // main: {
286
- // icon: "AddIcon",
287
- // styleDefault: true,
288
- // size: "small",
289
- // onClick: "eventAddHandler",
290
- // tooltipMessage: "Back",
291
- // },
292
- // style: {
293
- // float: "right",
294
- // },
295
- // },
296
- // },
297
-
298
182
  {
299
183
  type: "Control",
300
184
  scope: "#/properties/events",
@@ -18,11 +18,10 @@ export const EventUiSchema: any = (theme) => {
18
18
  heading: " ",
19
19
  },
20
20
  style: {
21
- lineHeight: 0,
21
+ marginLeft: theme.Spacing(2),
22
22
  width:"auto",
23
23
  fontSize:"12px",
24
24
  color:"gray",
25
- paddingTop:"10px"
26
25
  },
27
26
  },
28
27
  },