impaktapps-ui-builder 0.0.101-alpha.69 → 0.0.101-alpha.70

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.
@@ -8525,7 +8525,7 @@ var Component = (store2, dynamicData2, submitHandler, service2) => {
8525
8525
  const config2 = JSON.parse(sessionStorage.getItem("pageFormdata"));
8526
8526
  const path = (_a = store2.searchParams) == null ? void 0 : _a.get("path");
8527
8527
  const id = (_b = store2.searchParams) == null ? void 0 : _b.get("id");
8528
- let pathArray = [];
8528
+ let pathArray = [{ label: config2.name, path: `/ComponentEvents?id=${id}` }];
8529
8529
  if (path) {
8530
8530
  const pathArrayAll = path.split(".");
8531
8531
  const arr = [];
@@ -9724,7 +9724,7 @@ var event = (store2, dynamicData2, submitHandler, service2, functionsName) => {
9724
9724
  const config2 = JSON.parse(sessionStorage.getItem("pageFormdata"));
9725
9725
  const path = (_a = store22.searchParams) == null ? void 0 : _a.get("path");
9726
9726
  const id = (_b = store22.searchParams) == null ? void 0 : _b.get("id");
9727
- let pathArray = [];
9727
+ let pathArray = [{ label: config2.name, path: `/ComponentEvents?id=${id}` }];
9728
9728
  if (path) {
9729
9729
  const pathArrayAll = path.split(".");
9730
9730
  const arr = [];
@@ -9761,7 +9761,7 @@ var event = (store2, dynamicData2, submitHandler, service2, functionsName) => {
9761
9761
  const config2 = JSON.parse(sessionStorage.getItem("pageFormdata"));
9762
9762
  const path = (_a = store2.searchParams) == null ? void 0 : _a.get("path");
9763
9763
  const id = (_b = store2.searchParams) == null ? void 0 : _b.get("id");
9764
- let pathArray = [];
9764
+ let pathArray = [{ label: config2.name, path: `/ComponentEvents?id=${id}` }];
9765
9765
  if (path) {
9766
9766
  const pathArrayAll = path.split(".");
9767
9767
  const arr = [];