@lowcodeunit/applications-flow-common 1.26.30-apps-flow → 1.26.31-apps-flow
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/bundles/lowcodeunit-applications-flow-common.umd.js +4 -3
- package/bundles/lowcodeunit-applications-flow-common.umd.js.map +1 -1
- package/bundles/lowcodeunit-applications-flow-common.umd.min.js +1 -1
- package/bundles/lowcodeunit-applications-flow-common.umd.min.js.map +1 -1
- package/esm2015/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.js +5 -4
- package/fesm2015/lowcodeunit-applications-flow-common.js +4 -3
- package/fesm2015/lowcodeunit-applications-flow-common.js.map +1 -1
- package/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.d.ts +1 -1
- package/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -3042,11 +3042,12 @@
|
|
|
3042
3042
|
return (_b = app === null || app === void 0 ? void 0 : app.LookupConfig) === null || _b === void 0 ? void 0 : _b.PathRegex.startsWith(appRouteBase);
|
|
3043
3043
|
}
|
|
3044
3044
|
};
|
|
3045
|
-
AppsFlowComponent.prototype.Unpack = function (appLookup,
|
|
3045
|
+
AppsFlowComponent.prototype.Unpack = function (appLookup, app) {
|
|
3046
|
+
var _a, _b, _c, _d;
|
|
3046
3047
|
this.appsFlowEventsSvc.UnpackLowCodeUnit({
|
|
3047
3048
|
ApplicationLookup: appLookup,
|
|
3048
|
-
ApplicationName:
|
|
3049
|
-
Version:
|
|
3049
|
+
ApplicationName: app.Application.Name,
|
|
3050
|
+
Version: ((_b = (_a = app.Processor) === null || _a === void 0 ? void 0 : _a.LowCodeUnit) === null || _b === void 0 ? void 0 : _b.Version) || ((_d = (_c = app.Processor) === null || _c === void 0 ? void 0 : _c.LowCodeUnit) === null || _d === void 0 ? void 0 : _d.Build),
|
|
3050
3051
|
});
|
|
3051
3052
|
};
|
|
3052
3053
|
// Helpers
|