impaktapps-ui-builder 0.0.963-copyElement.1003 → 0.0.963-copyElement.1004
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 +2 -2
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/builder/services/component.d.ts +2 -2
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/services/component.ts +2 -2
|
@@ -8426,7 +8426,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
|
|
|
8426
8426
|
sessionStorage.setItem("rowId", rowId);
|
|
8427
8427
|
store2.updateDialog("popUpEventSection");
|
|
8428
8428
|
},
|
|
8429
|
-
CopyComponent: function(paramStore) {
|
|
8429
|
+
CopyComponent: function(paramStore = store2) {
|
|
8430
8430
|
var _a;
|
|
8431
8431
|
if (sessionStorage.getItem("copiedConfig")) {
|
|
8432
8432
|
store2.setNotify({
|
|
@@ -8447,7 +8447,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
|
|
|
8447
8447
|
store2.setUiSchema(uiSchema);
|
|
8448
8448
|
}
|
|
8449
8449
|
},
|
|
8450
|
-
PasteComponent: function(paramStore) {
|
|
8450
|
+
PasteComponent: function(paramStore = store2) {
|
|
8451
8451
|
var _a;
|
|
8452
8452
|
const path = (_a = store2.searchParams) == null ? void 0 : _a.get("path");
|
|
8453
8453
|
const formData = getFormdataFromSessionStorage(path);
|