impaktapps-ui-builder 0.0.412-mtreemap.25 → 0.0.412-mtreemap.26
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 +75 -25
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +5 -5
- 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 +0 -8
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +13 -24
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +75 -127
package/package.json
CHANGED
|
@@ -233,7 +233,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
233
233
|
main: {
|
|
234
234
|
icon: "RejectIcon",
|
|
235
235
|
color: "error",
|
|
236
|
-
onClick: "
|
|
236
|
+
onClick: "deletePopUpComponent",
|
|
237
237
|
tooltipMessage: "Reject This Record",
|
|
238
238
|
},
|
|
239
239
|
},
|
|
@@ -384,7 +384,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
384
384
|
icon: "RejectIcon",
|
|
385
385
|
color: "error",
|
|
386
386
|
tooltipMessage: "Reject This Record",
|
|
387
|
-
onClick: "
|
|
387
|
+
onClick: "deletePopUpEvent",
|
|
388
388
|
},
|
|
389
389
|
},
|
|
390
390
|
},
|
|
@@ -463,17 +463,17 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
463
463
|
}
|
|
464
464
|
},
|
|
465
465
|
},
|
|
466
|
-
{
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
},
|
|
466
|
+
// {
|
|
467
|
+
// type: "Control",
|
|
468
|
+
// scope: "#/properties/EmptyBox",
|
|
469
|
+
// options: {
|
|
470
|
+
// widget: "EmptyBox",
|
|
471
|
+
// },
|
|
472
|
+
// config: {
|
|
473
|
+
// main: {},
|
|
474
|
+
// layout: { xs: 11, sm: 5.5, md: 5.5, lg: 5.5 },
|
|
475
|
+
// },
|
|
476
|
+
// },
|
|
477
477
|
{
|
|
478
478
|
type: "Control",
|
|
479
479
|
scope: "#/properties/ConfirmDeleteCompButton",
|
|
@@ -548,17 +548,6 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
548
548
|
}
|
|
549
549
|
},
|
|
550
550
|
},
|
|
551
|
-
{
|
|
552
|
-
type: "Control",
|
|
553
|
-
scope: "#/properties/EmptyBox",
|
|
554
|
-
options: {
|
|
555
|
-
widget: "EmptyBox",
|
|
556
|
-
},
|
|
557
|
-
config: {
|
|
558
|
-
main: {},
|
|
559
|
-
layout: { xs: 11, sm: 5.5, md: 5.5, lg: 5.5 },
|
|
560
|
-
},
|
|
561
|
-
},
|
|
562
551
|
{
|
|
563
552
|
type: "Control",
|
|
564
553
|
scope: "#/properties/ConfirmDeleteEventButton",
|
|
@@ -5,79 +5,6 @@ export const EventUiSchema: any = (theme) => {
|
|
|
5
5
|
type: "HorizontalLayout",
|
|
6
6
|
heading: "Component",
|
|
7
7
|
elements: [
|
|
8
|
-
// {
|
|
9
|
-
// type: "WrapperLayout",
|
|
10
|
-
// config: {
|
|
11
|
-
// main: {
|
|
12
|
-
// rowSpacing: 1,
|
|
13
|
-
// header: true
|
|
14
|
-
// },
|
|
15
|
-
// defaultStyle: true
|
|
16
|
-
// },
|
|
17
|
-
// elements: [
|
|
18
|
-
// {
|
|
19
|
-
// type: "Control",
|
|
20
|
-
// scope: "#/properties/Component",
|
|
21
|
-
|
|
22
|
-
// options: {
|
|
23
|
-
// widget: "Box",
|
|
24
|
-
// },
|
|
25
|
-
// config: {
|
|
26
|
-
// layout: {xs:12,sm:12,md:2},
|
|
27
|
-
// main: {
|
|
28
|
-
// heading: "Component",
|
|
29
|
-
// },
|
|
30
|
-
// style:{
|
|
31
|
-
// "float":"left",
|
|
32
|
-
// }
|
|
33
|
-
// },
|
|
34
|
-
// },
|
|
35
|
-
|
|
36
|
-
// {
|
|
37
|
-
// type: "Control",
|
|
38
|
-
// scope: "#/properties/pageName",
|
|
39
|
-
|
|
40
|
-
// options: {
|
|
41
|
-
// widget: "Box",
|
|
42
|
-
// },
|
|
43
|
-
// config: {
|
|
44
|
-
// layout: {xs:7,sm:7,md:9},
|
|
45
|
-
// main: {
|
|
46
|
-
// heading: " ",
|
|
47
|
-
// },
|
|
48
|
-
// style: {
|
|
49
|
-
// float: "right",
|
|
50
|
-
// width:"auto",
|
|
51
|
-
// fontSize:"12px",
|
|
52
|
-
// color:"gray",
|
|
53
|
-
// paddingTop:"10px"
|
|
54
|
-
// },
|
|
55
|
-
// },
|
|
56
|
-
// },
|
|
57
|
-
|
|
58
|
-
// {
|
|
59
|
-
// type: "Control",
|
|
60
|
-
// scope: "#/properties/Back_Button",
|
|
61
|
-
|
|
62
|
-
// options: {
|
|
63
|
-
// widget: "IconButton",
|
|
64
|
-
// },
|
|
65
|
-
// config: {
|
|
66
|
-
// layout: {xs:2,sm:2,md:0.5},
|
|
67
|
-
// main: {
|
|
68
|
-
// icon: "BackIcon",
|
|
69
|
-
// styleDefault: true,
|
|
70
|
-
// size: "small",
|
|
71
|
-
// onClick: "backHandler",
|
|
72
|
-
// tooltipMessage: "Back",
|
|
73
|
-
// },
|
|
74
|
-
// style: {
|
|
75
|
-
// float: "right",
|
|
76
|
-
// },
|
|
77
|
-
// },
|
|
78
|
-
// },
|
|
79
|
-
// ],
|
|
80
|
-
// },
|
|
81
8
|
{
|
|
82
9
|
type: "TabLayout",
|
|
83
10
|
config: {
|
|
@@ -126,59 +53,6 @@ export const EventUiSchema: any = (theme) => {
|
|
|
126
53
|
},
|
|
127
54
|
],
|
|
128
55
|
},
|
|
129
|
-
// {
|
|
130
|
-
// type: "WrapperLayout",
|
|
131
|
-
// config: {
|
|
132
|
-
// main: {
|
|
133
|
-
// // label: "Success Case Event",
|
|
134
|
-
// // divider: true,
|
|
135
|
-
// },
|
|
136
|
-
// wrapperStyle: {
|
|
137
|
-
// border: "1px solid gray"
|
|
138
|
-
// },
|
|
139
|
-
// },
|
|
140
|
-
// elements: [
|
|
141
|
-
// {
|
|
142
|
-
// type: "Control",
|
|
143
|
-
// scope: "#/properties/heading",
|
|
144
|
-
|
|
145
|
-
// options: {
|
|
146
|
-
// widget: "Box",
|
|
147
|
-
// },
|
|
148
|
-
// config: {
|
|
149
|
-
// layout: 8,
|
|
150
|
-
// main: {
|
|
151
|
-
// heading: "Response Event",
|
|
152
|
-
// },
|
|
153
|
-
// style: {
|
|
154
|
-
// fontFamily: "Roboto",
|
|
155
|
-
// fontWeight: "500",
|
|
156
|
-
// paddingLeft: "-10px",
|
|
157
|
-
// fontSize: "20px",
|
|
158
|
-
// },
|
|
159
|
-
// },
|
|
160
|
-
// },
|
|
161
|
-
// {
|
|
162
|
-
// type: "Control",
|
|
163
|
-
// scope: "#/properties/AddButton",
|
|
164
|
-
// options: {
|
|
165
|
-
// widget: "IconButton",
|
|
166
|
-
// },
|
|
167
|
-
// config: {
|
|
168
|
-
// layout: 3,
|
|
169
|
-
// main: {
|
|
170
|
-
// icon: "AddIcon",
|
|
171
|
-
// styleDefault: true,
|
|
172
|
-
// size: "small",
|
|
173
|
-
// onClick: "addEvent",
|
|
174
|
-
// tooltipMessage: "Back",
|
|
175
|
-
// },
|
|
176
|
-
// style: {
|
|
177
|
-
// float: "right",
|
|
178
|
-
// },
|
|
179
|
-
// },
|
|
180
|
-
// },
|
|
181
|
-
|
|
182
56
|
{
|
|
183
57
|
type: "Control",
|
|
184
58
|
scope: "#/properties/events",
|
|
@@ -267,7 +141,7 @@ export const EventUiSchema: any = (theme) => {
|
|
|
267
141
|
icon: "RejectIcon",
|
|
268
142
|
color: "error",
|
|
269
143
|
tooltipMessage: "Reject This Record",
|
|
270
|
-
onClick: "
|
|
144
|
+
onClick: "deletePopUpEvent",
|
|
271
145
|
},
|
|
272
146
|
},
|
|
273
147
|
},
|
|
@@ -343,6 +217,80 @@ export const EventUiSchema: any = (theme) => {
|
|
|
343
217
|
},
|
|
344
218
|
},
|
|
345
219
|
},
|
|
220
|
+
{
|
|
221
|
+
type: "Control",
|
|
222
|
+
scope: "#/properties/popUpEventSection",
|
|
223
|
+
options: {
|
|
224
|
+
widget: "PopUp"
|
|
225
|
+
},
|
|
226
|
+
config: {
|
|
227
|
+
layout: {
|
|
228
|
+
xs: 12,
|
|
229
|
+
sm: 12,
|
|
230
|
+
md: 12,
|
|
231
|
+
lg: 12,
|
|
232
|
+
},
|
|
233
|
+
main: {
|
|
234
|
+
},
|
|
235
|
+
},
|
|
236
|
+
elements:
|
|
237
|
+
[
|
|
238
|
+
{
|
|
239
|
+
type: "Control",
|
|
240
|
+
scope: "#/properties/label",
|
|
241
|
+
options: {
|
|
242
|
+
widget: "Box",
|
|
243
|
+
},
|
|
244
|
+
config: {
|
|
245
|
+
layout: 12,
|
|
246
|
+
main: {
|
|
247
|
+
heading: "Are you sure you want to delete ?",
|
|
248
|
+
},
|
|
249
|
+
style: {
|
|
250
|
+
marginTop: "-40px"
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
type: "Control",
|
|
256
|
+
scope: "#/properties/ConfirmDeleteEventButton",
|
|
257
|
+
options: {
|
|
258
|
+
widget: "Button",
|
|
259
|
+
},
|
|
260
|
+
config: {
|
|
261
|
+
layout: 3,
|
|
262
|
+
main: {
|
|
263
|
+
name: "Yes",
|
|
264
|
+
startIcon: "ApproveIcon",
|
|
265
|
+
variant: "contained",
|
|
266
|
+
color: "info",
|
|
267
|
+
type: "text",
|
|
268
|
+
onClick: "deleteEvent",
|
|
269
|
+
size: "small",
|
|
270
|
+
},
|
|
271
|
+
},
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
type: "Control",
|
|
275
|
+
scope: "#/properties/CancelDeleteEventButton",
|
|
276
|
+
options: {
|
|
277
|
+
widget: "Button",
|
|
278
|
+
},
|
|
279
|
+
config: {
|
|
280
|
+
layout: 3,
|
|
281
|
+
main: {
|
|
282
|
+
name: "No",
|
|
283
|
+
startIcon: "ApproveIcon",
|
|
284
|
+
variant: "contained",
|
|
285
|
+
color: "info",
|
|
286
|
+
type: "text",
|
|
287
|
+
onClick: "deletePopUpEvent",
|
|
288
|
+
size: "small",
|
|
289
|
+
},
|
|
290
|
+
},
|
|
291
|
+
},
|
|
292
|
+
]
|
|
293
|
+
},
|
|
346
294
|
{
|
|
347
295
|
type: "Control",
|
|
348
296
|
scope: "#/properties/notify",
|