impaktapps-ui-builder 0.0.963-copyElement.1016 → 0.0.963-copyElement.1017
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 -94
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +9 -9
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/builder/services/component.d.ts +4 -4
- package/dist/src/impaktapps-ui-builder/builder/services/event.d.ts +2 -2
- package/dist/src/impaktapps-ui-builder/builder/services/pageMaster.d.ts +1 -4
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/eventSection.ts +4 -8
- package/src/impaktapps-ui-builder/builder/build/uischema/tableSection.ts +4 -4
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +10 -8
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +4 -4
- package/src/impaktapps-ui-builder/builder/services/component.ts +56 -149
- package/src/impaktapps-ui-builder/builder/services/event.ts +7 -22
- package/src/impaktapps-ui-builder/builder/services/pageMaster.ts +2 -50
|
@@ -16,10 +16,10 @@ declare const _default: (store: any, dynamicData: any, submitHandler: any, servi
|
|
|
16
16
|
backHandler: () => void;
|
|
17
17
|
deletePopUpComponent: () => void;
|
|
18
18
|
deletePopUpEvent: () => void;
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
copyPasteElement: (paramStore: any, setPage?: any) => void;
|
|
20
|
+
elementPathHandler: (parentPath: string, rowId: any, elementType: string) => string;
|
|
21
|
+
CopyElement: (paramStore: any, elementType: string) => void;
|
|
22
|
+
PasteElement: (setPage: any, elementType: string) => void;
|
|
21
23
|
RemoveItemButton: (paramStore?: any) => void;
|
|
22
|
-
CopyEvent: (store: any) => void;
|
|
23
|
-
PasteEvent: (store: any) => void;
|
|
24
24
|
};
|
|
25
25
|
export default _default;
|
|
@@ -87,7 +87,7 @@ declare const _default: (store: any, dynamicData: any, submitHandler: any, servi
|
|
|
87
87
|
deleteEvent: () => Promise<void>;
|
|
88
88
|
backHandler: () => void;
|
|
89
89
|
deletePopUpEvent: () => void;
|
|
90
|
-
|
|
91
|
-
|
|
90
|
+
copyPasteElement: () => void;
|
|
91
|
+
RemoveItemButton: () => void;
|
|
92
92
|
};
|
|
93
93
|
export default _default;
|
|
@@ -66,10 +66,7 @@ declare const _default: (funcParams: funcParamsProps) => {
|
|
|
66
66
|
deleteEvent: () => void;
|
|
67
67
|
deletePopUpComponent: () => void;
|
|
68
68
|
deletePopUpEvent: () => void;
|
|
69
|
-
|
|
70
|
-
PasteComponent: () => void;
|
|
69
|
+
copyPasteElement: () => void;
|
|
71
70
|
RemoveItemButton: () => void;
|
|
72
|
-
CopyEvent: () => void;
|
|
73
|
-
PasteEvent: () => void;
|
|
74
71
|
};
|
|
75
72
|
export default _default;
|
package/package.json
CHANGED
|
@@ -41,7 +41,7 @@ export const EventSection = (theme)=>{
|
|
|
41
41
|
{
|
|
42
42
|
widget: {
|
|
43
43
|
type: "Control",
|
|
44
|
-
scope: "#/properties/
|
|
44
|
+
scope: "#/properties/Paste_Event",
|
|
45
45
|
|
|
46
46
|
options: {
|
|
47
47
|
widget: "IconButton",
|
|
@@ -49,7 +49,7 @@ export const EventSection = (theme)=>{
|
|
|
49
49
|
config: {
|
|
50
50
|
main: {
|
|
51
51
|
// color: "info",
|
|
52
|
-
onClick: "
|
|
52
|
+
onClick: "copyPasteElement",
|
|
53
53
|
size: "small",
|
|
54
54
|
icon: "PasteIcon",
|
|
55
55
|
iconLabel: "Paste",
|
|
@@ -127,15 +127,13 @@ export const EventSection = (theme)=>{
|
|
|
127
127
|
},
|
|
128
128
|
},
|
|
129
129
|
},
|
|
130
|
-
|
|
131
|
-
///////////////////////////////
|
|
132
130
|
{
|
|
133
131
|
header: "Copy",
|
|
134
132
|
field: "Copy_Event",
|
|
135
133
|
flex: 1,
|
|
136
134
|
widget: {
|
|
137
135
|
type: "Control",
|
|
138
|
-
scope: "#/properties/
|
|
136
|
+
scope: "#/properties/Copy_Event",
|
|
139
137
|
options: {
|
|
140
138
|
widget: "IconButton",
|
|
141
139
|
},
|
|
@@ -143,15 +141,13 @@ export const EventSection = (theme)=>{
|
|
|
143
141
|
main: {
|
|
144
142
|
icon: "FileCopyIcon",
|
|
145
143
|
// color: "error",
|
|
146
|
-
onClick: "
|
|
144
|
+
onClick: "copyPasteElement",
|
|
147
145
|
tooltipMessage: "Reject This Record",
|
|
148
146
|
styleDefault: true,
|
|
149
147
|
},
|
|
150
148
|
},
|
|
151
149
|
},
|
|
152
150
|
},
|
|
153
|
-
|
|
154
|
-
////////////////////////////////
|
|
155
151
|
]
|
|
156
152
|
}]}
|
|
157
153
|
return uiSchema
|
|
@@ -40,7 +40,7 @@ export const TableSection = (theme) => {
|
|
|
40
40
|
{
|
|
41
41
|
widget: {
|
|
42
42
|
type: "Control",
|
|
43
|
-
scope: "#/properties/
|
|
43
|
+
scope: "#/properties/Paste_Component",
|
|
44
44
|
|
|
45
45
|
options: {
|
|
46
46
|
widget: "IconButton",
|
|
@@ -48,7 +48,7 @@ export const TableSection = (theme) => {
|
|
|
48
48
|
config: {
|
|
49
49
|
main: {
|
|
50
50
|
// color: "info",
|
|
51
|
-
onClick: "
|
|
51
|
+
onClick: "copyPasteElement",
|
|
52
52
|
size: "small",
|
|
53
53
|
icon: "PasteIcon",
|
|
54
54
|
iconLabel: "Paste",
|
|
@@ -131,7 +131,7 @@ export const TableSection = (theme) => {
|
|
|
131
131
|
flex: 1,
|
|
132
132
|
widget: {
|
|
133
133
|
type: "Control",
|
|
134
|
-
scope: "#/properties/
|
|
134
|
+
scope: "#/properties/Copy_Component",
|
|
135
135
|
options: {
|
|
136
136
|
widget: "IconButton",
|
|
137
137
|
},
|
|
@@ -139,7 +139,7 @@ export const TableSection = (theme) => {
|
|
|
139
139
|
main: {
|
|
140
140
|
icon: "FileCopyIcon",
|
|
141
141
|
// color: "error",
|
|
142
|
-
onClick: "
|
|
142
|
+
onClick: "copyPasteElement",
|
|
143
143
|
styleDefault: true,
|
|
144
144
|
disabled: false
|
|
145
145
|
},
|
|
@@ -131,7 +131,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
131
131
|
{
|
|
132
132
|
widget: {
|
|
133
133
|
type: "Control",
|
|
134
|
-
scope: "#/properties/
|
|
134
|
+
scope: "#/properties/Paste_Component",
|
|
135
135
|
|
|
136
136
|
options: {
|
|
137
137
|
widget: "IconButton",
|
|
@@ -139,7 +139,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
139
139
|
config: {
|
|
140
140
|
main: {
|
|
141
141
|
// color: "info",
|
|
142
|
-
onClick: "
|
|
142
|
+
onClick: "copyPasteElement",
|
|
143
143
|
size: "small",
|
|
144
144
|
icon: "PasteIcon",
|
|
145
145
|
iconLabel: "Paste",
|
|
@@ -219,7 +219,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
219
219
|
flex: 1,
|
|
220
220
|
widget: {
|
|
221
221
|
type: "Control",
|
|
222
|
-
scope: "#/properties/
|
|
222
|
+
scope: "#/properties/Copy_Component",
|
|
223
223
|
options: {
|
|
224
224
|
widget: "IconButton",
|
|
225
225
|
},
|
|
@@ -227,7 +227,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
227
227
|
main: {
|
|
228
228
|
icon: "FileCopyIcon",
|
|
229
229
|
// color: "error",
|
|
230
|
-
onClick: "
|
|
230
|
+
onClick: "copyPasteElement",
|
|
231
231
|
styleDefault: true,
|
|
232
232
|
},
|
|
233
233
|
},
|
|
@@ -271,10 +271,12 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
271
271
|
}
|
|
272
272
|
},
|
|
273
273
|
|
|
274
|
+
/////////////////
|
|
275
|
+
|
|
274
276
|
{
|
|
275
277
|
widget: {
|
|
276
278
|
type: "Control",
|
|
277
|
-
scope: "#/properties/
|
|
279
|
+
scope: "#/properties/Paste_Event",
|
|
278
280
|
|
|
279
281
|
options: {
|
|
280
282
|
widget: "IconButton",
|
|
@@ -282,7 +284,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
282
284
|
config: {
|
|
283
285
|
main: {
|
|
284
286
|
// color: "info",
|
|
285
|
-
onClick: "
|
|
287
|
+
onClick: "copyPasteElement",
|
|
286
288
|
size: "small",
|
|
287
289
|
icon: "PasteIcon",
|
|
288
290
|
iconLabel: "Paste",
|
|
@@ -363,7 +365,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
363
365
|
flex: 1,
|
|
364
366
|
widget: {
|
|
365
367
|
type: "Control",
|
|
366
|
-
scope: "#/properties/
|
|
368
|
+
scope: "#/properties/Copy_Event",
|
|
367
369
|
options: {
|
|
368
370
|
widget: "IconButton",
|
|
369
371
|
},
|
|
@@ -371,7 +373,7 @@ export const PageMasterUiSchema: any = (theme) => {
|
|
|
371
373
|
main: {
|
|
372
374
|
icon: "FileCopyIcon",
|
|
373
375
|
// color: "error",
|
|
374
|
-
onClick: "
|
|
376
|
+
onClick: "copyPasteElement",
|
|
375
377
|
styleDefault: true,
|
|
376
378
|
},
|
|
377
379
|
},
|
|
@@ -110,7 +110,7 @@ export const EventUiSchema: any = (theme) => {
|
|
|
110
110
|
{
|
|
111
111
|
widget: {
|
|
112
112
|
type: "Control",
|
|
113
|
-
scope: "#/properties/
|
|
113
|
+
scope: "#/properties/Paste_Event",
|
|
114
114
|
|
|
115
115
|
options: {
|
|
116
116
|
widget: "IconButton",
|
|
@@ -118,7 +118,7 @@ export const EventUiSchema: any = (theme) => {
|
|
|
118
118
|
config: {
|
|
119
119
|
main: {
|
|
120
120
|
// color: "info",
|
|
121
|
-
onClick: "
|
|
121
|
+
onClick: "copyPasteElement",
|
|
122
122
|
size: "small",
|
|
123
123
|
icon: "PasteIcon",
|
|
124
124
|
iconLabel: "Paste",
|
|
@@ -197,7 +197,7 @@ export const EventUiSchema: any = (theme) => {
|
|
|
197
197
|
flex: 1,
|
|
198
198
|
widget: {
|
|
199
199
|
type: "Control",
|
|
200
|
-
scope: "#/properties/
|
|
200
|
+
scope: "#/properties/Copy_Event",
|
|
201
201
|
options: {
|
|
202
202
|
widget: "IconButton",
|
|
203
203
|
},
|
|
@@ -205,7 +205,7 @@ export const EventUiSchema: any = (theme) => {
|
|
|
205
205
|
main: {
|
|
206
206
|
icon: "FileCopyIcon",
|
|
207
207
|
// color: "error",
|
|
208
|
-
onClick: "
|
|
208
|
+
onClick: "copyPasteElement",
|
|
209
209
|
styleDefault: true,
|
|
210
210
|
},
|
|
211
211
|
},
|
|
@@ -181,182 +181,89 @@ export default (store: any, dynamicData: any, submitHandler: any, service: any)
|
|
|
181
181
|
store.updateDialog("popUpEventSection");
|
|
182
182
|
},
|
|
183
183
|
|
|
184
|
-
|
|
184
|
+
copyPasteElement: function(paramStore: any, setPage: any = this.setPage.bind(this) ){
|
|
185
|
+
|
|
186
|
+
// Paste_Event // Paste_Component //Copy_Event //Copy_Component
|
|
187
|
+
const actionType = dynamicData.tableButtonPath.split('_')[0];
|
|
188
|
+
const elementType = dynamicData.tableButtonPath.split('_')[1];
|
|
189
|
+
|
|
190
|
+
if(actionType === "Copy"){
|
|
191
|
+
this.CopyElement(paramStore, elementType);
|
|
192
|
+
}else{
|
|
193
|
+
this.PasteElement(setPage, elementType);
|
|
194
|
+
}
|
|
195
|
+
},
|
|
185
196
|
|
|
186
197
|
|
|
187
|
-
|
|
188
|
-
if
|
|
189
|
-
|
|
190
|
-
FailMessage: "Element already copied. Cancel to copy again.",
|
|
191
|
-
Fail: true,
|
|
192
|
-
});
|
|
198
|
+
elementPathHandler: function(parentPath: string, rowId, elementType: string){
|
|
199
|
+
if(elementType === "component"){
|
|
200
|
+
return parentPath ? `${parentPath}.elements[${rowId}]` : `elements[${rowId}]`;
|
|
193
201
|
}
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
const uiSchema = cloneDeep(paramStore.uiSchema );
|
|
197
|
-
schema.properties.RemoveItemButton.disabled = false;
|
|
198
|
-
// schema.properties.Paste_Icon.disabled = false;
|
|
199
|
-
|
|
200
|
-
const rowId = dynamicData.path.split(".")[1];
|
|
201
|
-
const parentPathOfCopiedComponent = store.searchParams?.get("path");
|
|
202
|
-
const copiedComponentPath = parentPathOfCopiedComponent ? `${parentPathOfCopiedComponent}.elements[${rowId}]` : `elements[${rowId}]`;
|
|
202
|
+
return parentPath ? `${parentPath}.events[${rowId}]` : `events[${rowId}]`;
|
|
203
|
+
},
|
|
203
204
|
|
|
204
|
-
|
|
205
|
+
CopyElement: function(paramStore: any = store, elementType: string){
|
|
205
206
|
|
|
206
|
-
|
|
207
|
+
const schema = cloneDeep(paramStore.schema );
|
|
208
|
+
const uiSchema = cloneDeep(paramStore.uiSchema );
|
|
209
|
+
schema.properties.RemoveItemButton.disabled = false;
|
|
210
|
+
const rowId = dynamicData.path.split(".")[1];
|
|
211
|
+
const parentPathOfCopiedComponent = store.searchParams?.get("path");
|
|
212
|
+
|
|
213
|
+
const copiedElementPath = this.elementPathHandler(parentPathOfCopiedComponent, rowId, elementType);
|
|
214
|
+
|
|
215
|
+
const formData = getFormdataFromSessionStorage(copiedElementPath);
|
|
216
|
+
const elementHeading = elementType === "component" ? `Copied Element: ${formData.name}` : `Copied Event: ${formData.eventType} `;
|
|
217
|
+
uiSchema.elements[2].elements[1].config.main.heading = elementHeading;
|
|
218
|
+
sessionStorage.setItem('copiedConfig',JSON.stringify(formData));
|
|
219
|
+
store.setSchema(schema);
|
|
220
|
+
store.setUiSchema(uiSchema);
|
|
221
|
+
},
|
|
207
222
|
|
|
208
|
-
sessionStorage.setItem('copiedConfig',JSON.stringify(formData));
|
|
209
223
|
|
|
210
|
-
store.setSchema(schema);
|
|
211
|
-
store.setUiSchema(uiSchema);
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
224
|
|
|
215
|
-
|
|
225
|
+
PasteElement: function( setPage , elementType: string){
|
|
216
226
|
if (!sessionStorage.getItem("copiedConfig") ) {
|
|
217
227
|
store.setNotify({
|
|
218
228
|
FailMessage: "No item has been copied.",
|
|
219
229
|
Fail: true,
|
|
220
230
|
});
|
|
231
|
+
return;
|
|
221
232
|
}
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
const formData = getFormdataFromSessionStorage(path)
|
|
227
|
-
const insertComponentPath = formData.elements.length;
|
|
228
|
-
// const finalPath = `${path}.elements[${insertComponentPath}]`;
|
|
229
|
-
|
|
230
|
-
const finalPath = path ? `${path}.elements[${insertComponentPath}]` : `elements[${insertComponentPath}]`;
|
|
233
|
+
const pastedElementParentPath = store.searchParams?.get("path");
|
|
234
|
+
const formData = getFormdataFromSessionStorage(pastedElementParentPath);
|
|
235
|
+
const insertElementIndex = elementType === "component" ? formData.elements.length : formData.events.length;
|
|
236
|
+
const pastedElementPath = this.elementPathHandler(pastedElementParentPath, insertElementIndex, elementType);
|
|
231
237
|
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
}
|
|
238
|
+
const copiedConfig = JSON.parse(sessionStorage.getItem("copiedConfig"));
|
|
239
|
+
if(copiedConfig.Handler && elementType === "component"){
|
|
240
|
+
store.setNotify({
|
|
241
|
+
FailMessage: "The pasted content is invalid; the event cannot be integrated into the component section.",
|
|
242
|
+
Fail: true,
|
|
243
|
+
});
|
|
244
|
+
}
|
|
245
|
+
else if(copiedConfig.elements && elementType === "event"){
|
|
246
|
+
store.setNotify({
|
|
247
|
+
FailMessage: "The pasted content is invalid; the component cannot be integrated into the event section.",
|
|
248
|
+
Fail: true,
|
|
249
|
+
});
|
|
250
|
+
}
|
|
251
|
+
else{
|
|
252
|
+
saveFormdataInSessionStorage(copiedConfig, pastedElementPath);
|
|
253
|
+
setPage();
|
|
244
254
|
}
|
|
245
|
-
// const schema = cloneDeep(store.schema);
|
|
246
|
-
|
|
247
|
-
|
|
248
255
|
},
|
|
249
256
|
|
|
257
|
+
|
|
250
258
|
RemoveItemButton: function(paramStore = store){
|
|
251
259
|
const schema = cloneDeep(paramStore.schema );
|
|
252
260
|
const uiSchema = cloneDeep(paramStore.uiSchema);
|
|
253
261
|
schema.properties.RemoveItemButton.disabled = true;
|
|
254
262
|
uiSchema.elements[2].elements[1].config.main.heading = `No element copied`;
|
|
255
|
-
// schema.properties.Paste_Icon.disabled = true;
|
|
256
263
|
sessionStorage.removeItem('copiedConfig');
|
|
257
264
|
store.setSchema(schema);
|
|
258
265
|
store.setUiSchema(uiSchema);
|
|
259
266
|
},
|
|
260
267
|
|
|
261
|
-
|
|
262
|
-
CopyEvent: function(store){
|
|
263
|
-
const rowId = dynamicData.path.split(".")[1];
|
|
264
|
-
const path = store.searchParams?.get("path");
|
|
265
|
-
const updatedPath = path ? `${path}.events[${rowId}]` : `events[${rowId}]`;
|
|
266
|
-
|
|
267
|
-
const formData = getFormdataFromSessionStorage(updatedPath);
|
|
268
|
-
sessionStorage.setItem('copiedConfig',JSON.stringify(formData));
|
|
269
|
-
},
|
|
270
|
-
|
|
271
|
-
PasteEvent: function(store){
|
|
272
|
-
const path = store.searchParams?.get("path");
|
|
273
|
-
const formData = getFormdataFromSessionStorage(path)
|
|
274
|
-
const insertComponentPath = formData.events.length;
|
|
275
|
-
|
|
276
|
-
const finalPath = `${path}.events[${insertComponentPath}]`;
|
|
277
|
-
|
|
278
|
-
const copiedData = JSON.parse(sessionStorage.getItem("copiedConfig"));
|
|
279
|
-
if(!copiedData.events){
|
|
280
|
-
store.setNotify({
|
|
281
|
-
FailMessage: "Pasting not Valid",
|
|
282
|
-
Fail: true,
|
|
283
|
-
});
|
|
284
|
-
}
|
|
285
|
-
else{
|
|
286
|
-
saveFormdataInSessionStorage(copiedData, finalPath);
|
|
287
|
-
sessionStorage.removeItem('copiedConfig');
|
|
288
|
-
this.setPage();
|
|
289
|
-
}
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
// CopyComponent: function(){
|
|
300
|
-
// const rowId = dynamicData.path.split(".")[1];
|
|
301
|
-
// const path = store.searchParams?.get("path");
|
|
302
|
-
|
|
303
|
-
// // const updatedPath = `${path}.elements[${rowId}]`;
|
|
304
|
-
// const updatedPath = path ? `${path}.elements[${rowId}]` : `elements[${rowId}]`;
|
|
305
|
-
|
|
306
|
-
// const formData = getFormdataFromSessionStorage(updatedPath);
|
|
307
|
-
// // sessionStorage.setItem('copiedComponent',formData);
|
|
308
|
-
// sessionStorage.setItem('copiedComponent',JSON.stringify(formData));
|
|
309
|
-
|
|
310
|
-
// },
|
|
311
|
-
|
|
312
|
-
// PasteComponent: function(){
|
|
313
|
-
// const path = store.searchParams?.get("path");
|
|
314
|
-
// const rowId = dynamicData.path.split(".")[1];
|
|
315
|
-
// // const updatedPath = `${path}.elements[${rowId}]`;
|
|
316
|
-
// const updatedPath = path ? `${path}.elements[${rowId}]` : `elements[${rowId}]`;
|
|
317
|
-
// const formData = getFormdataFromSessionStorage(updatedPath)
|
|
318
|
-
// const insertComponentPath = formData.elements.length;
|
|
319
|
-
|
|
320
|
-
// const finalPath = `${updatedPath}.elements[${insertComponentPath}]`;
|
|
321
|
-
|
|
322
|
-
// // const copiedData = sessionStorage.getItem('copiedComponent');
|
|
323
|
-
// const copiedData = JSON.parse(sessionStorage.getItem("copiedComponent"));
|
|
324
|
-
// saveFormdataInSessionStorage(copiedData, finalPath);
|
|
325
|
-
// sessionStorage.removeItem('copiedComponent');
|
|
326
|
-
// this.setPage();
|
|
327
|
-
|
|
328
|
-
// },
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
// CopyEvent: function(){
|
|
333
|
-
// const rowId = dynamicData.path.split(".")[1];
|
|
334
|
-
// const path = store.searchParams?.get("path");
|
|
335
|
-
|
|
336
|
-
// // const updatedPath = `${path}.elements[${rowId}]`;
|
|
337
|
-
// const updatedPath = path ? `${path}.events[${rowId}]` : `events[${rowId}]`;
|
|
338
|
-
|
|
339
|
-
// const formData = getFormdataFromSessionStorage(updatedPath);
|
|
340
|
-
// // sessionStorage.setItem('copiedComponent',formData);
|
|
341
|
-
// sessionStorage.setItem('copiedComponent',JSON.stringify(formData));
|
|
342
|
-
// },
|
|
343
|
-
|
|
344
|
-
// PasteEvent: function(){
|
|
345
|
-
// const path = store.searchParams?.get("path");
|
|
346
|
-
// const rowId = dynamicData.path.split(".")[1];
|
|
347
|
-
// // const updatedPath = `${path}.elements[${rowId}]`;
|
|
348
|
-
// const updatedPath = path ? `${path}.elements[${rowId}]` : `elements[${rowId}]`;
|
|
349
|
-
// const formData = getFormdataFromSessionStorage(updatedPath)
|
|
350
|
-
// const insertComponentPath = formData.elements.length;
|
|
351
|
-
|
|
352
|
-
// const finalPath = `${updatedPath}.events[${insertComponentPath}]`;
|
|
353
|
-
|
|
354
|
-
// // const copiedData = sessionStorage.getItem('copiedComponent');
|
|
355
|
-
// const copiedData = JSON.parse(sessionStorage.getItem("copiedComponent"));
|
|
356
|
-
// saveFormdataInSessionStorage(copiedData, finalPath);
|
|
357
|
-
// sessionStorage.removeItem('copiedComponent');
|
|
358
|
-
// this.setPage();
|
|
359
|
-
// }
|
|
360
|
-
|
|
361
268
|
}
|
|
362
269
|
};
|
|
@@ -140,28 +140,13 @@ export default (
|
|
|
140
140
|
store.updateDialog("popUpEvent");
|
|
141
141
|
},
|
|
142
142
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
// const formData = getFormdataFromSessionStorage(updatedPath);
|
|
152
|
-
// sessionStorage.setItem('copiedConfig',JSON.stringify(formData));
|
|
153
|
-
// },
|
|
154
|
-
|
|
155
|
-
// PasteEvent: function(){
|
|
156
|
-
// const path = store.searchParams?.get("path");
|
|
157
|
-
// const formData = getFormdataFromSessionStorage(path)
|
|
158
|
-
// const insertComponentPath = formData.events.length;
|
|
143
|
+
copyPasteElement: function(){
|
|
144
|
+
Component(store, dynamicData, submitHandler, service).copyPasteElement(store,this.setPage.bind(this));
|
|
145
|
+
},
|
|
146
|
+
|
|
147
|
+
RemoveItemButton: function(){
|
|
148
|
+
Component(store, dynamicData, submitHandler, service).RemoveItemButton(store)
|
|
149
|
+
},
|
|
159
150
|
|
|
160
|
-
// const finalPath = `${path}.events[${insertComponentPath}]`;
|
|
161
|
-
// const copiedData = JSON.parse(sessionStorage.getItem("copiedConfig"));
|
|
162
|
-
// saveFormdataInSessionStorage(copiedData, finalPath);
|
|
163
|
-
// sessionStorage.removeItem('copiedConfig');
|
|
164
|
-
// this.setPage();
|
|
165
|
-
// }
|
|
166
151
|
}
|
|
167
152
|
};
|
|
@@ -112,61 +112,13 @@ export default (funcParams: funcParamsProps) => {
|
|
|
112
112
|
},
|
|
113
113
|
|
|
114
114
|
|
|
115
|
-
|
|
116
|
-
Component(store, dynamicData, submitHandler, service).
|
|
117
|
-
},
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
PasteComponent: function(){
|
|
121
|
-
// Component(store, dynamicData, submitHandler, service).PasteComponent(store,this.setPage)
|
|
122
|
-
const component = Component(store, dynamicData, submitHandler, service);
|
|
123
|
-
component.PasteComponent(store, this.setPage.bind(this));
|
|
115
|
+
copyPasteElement: function(){
|
|
116
|
+
Component(store, dynamicData, submitHandler, service).copyPasteElement(store,this.setPage.bind(this));
|
|
124
117
|
},
|
|
125
118
|
|
|
126
119
|
RemoveItemButton: function(){
|
|
127
120
|
Component(store, dynamicData, submitHandler, service).RemoveItemButton(store)
|
|
128
121
|
},
|
|
129
|
-
|
|
130
|
-
CopyEvent: function(){
|
|
131
|
-
Component(store, dynamicData, submitHandler, service).CopyEvent(store)
|
|
132
|
-
},
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
PasteEvent: function(){
|
|
136
|
-
Component(store, dynamicData, submitHandler, service).PasteEvent(store)
|
|
137
|
-
},
|
|
138
|
-
|
|
139
122
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
// CopyComponent: function(){
|
|
144
|
-
// const rowId = dynamicData.path.split(".")[1];
|
|
145
|
-
// const path = store.searchParams?.get("path");
|
|
146
|
-
// const id = store.searchParams?.get("id");
|
|
147
|
-
// const updatedPath = path ? `${path}.elements[${rowId}]` : `elements[${rowId}]`;
|
|
148
|
-
|
|
149
|
-
// const formData = getFormdataFromSessionStorage(updatedPath);
|
|
150
|
-
// sessionStorage.setItem('copiedComponent',JSON.stringify(formData));
|
|
151
|
-
|
|
152
|
-
// },
|
|
153
|
-
|
|
154
|
-
// PasteComponent: function(){
|
|
155
|
-
// const path = store.searchParams?.get("path");
|
|
156
|
-
// const rowId = dynamicData.path.split(".")[1];
|
|
157
|
-
// // const updatedPath = `${path}.elements[${rowId}]`;
|
|
158
|
-
// const updatedPath = path ? `${path}.elements[${rowId}]` : `elements[${rowId}]`;
|
|
159
|
-
// const formData = getFormdataFromSessionStorage(updatedPath)
|
|
160
|
-
// const insertComponentPath = formData.elements.length;
|
|
161
|
-
|
|
162
|
-
// const finalPath = `${updatedPath}.elements[${insertComponentPath}]`;
|
|
163
|
-
|
|
164
|
-
// // const copiedData = sessionStorage.getItem('copiedComponent');
|
|
165
|
-
// const copiedData = JSON.parse(sessionStorage.getItem("copiedComponent"));
|
|
166
|
-
// saveFormdataInSessionStorage(copiedData, finalPath);
|
|
167
|
-
// sessionStorage.removeItem('copiedComponent');
|
|
168
|
-
|
|
169
|
-
// this.setPage();
|
|
170
|
-
// }
|
|
171
123
|
}
|
|
172
124
|
};
|