impaktapps-ui-builder 0.0.412-mtreemap.37 → 0.0.412-mtreemap.39
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 +3 -4
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +2 -2
- 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 +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +0 -116
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +1 -1
package/package.json
CHANGED
|
@@ -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",
|