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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impaktapps-ui-builder",
3
- "version": "0.0.101-alpha.69",
3
+ "version": "0.0.101-alpha.70",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "tsc && vite build",
@@ -158,7 +158,7 @@ export default (store: any, dynamicData: any, submitHandler: any, service: any)
158
158
  const path = store.searchParams?.get("path");
159
159
  const id = store.searchParams?.get("id")
160
160
 
161
- let pathArray = [];
161
+ let pathArray = [{label: config.name, path: `/ComponentEvents?id=${id}`}];
162
162
 
163
163
  if (path) {
164
164
  const pathArrayAll = path.split(".");
@@ -131,7 +131,7 @@ export default (
131
131
  const path = store.searchParams?.get("path");
132
132
  const id = store.searchParams?.get("id");
133
133
 
134
- let pathArray = [];
134
+ let pathArray = [{label: config.name, path: `/ComponentEvents?id=${id}`}];
135
135
 
136
136
  if (path) {
137
137
  const pathArrayAll = path.split(".");
@@ -173,7 +173,7 @@ export default (
173
173
  const path = store.searchParams?.get("path");
174
174
  const id = store.searchParams?.get("id");
175
175
 
176
- let pathArray = [];
176
+ let pathArray = [{label: config.name, path: `/ComponentEvents?id=${id}`}];
177
177
 
178
178
  if (path) {
179
179
  const pathArrayAll = path.split(".");