@veloceapps/sdk 11.0.0-27 → 11.0.0-28
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/core/types/flow-customization.types.d.ts +2 -2
- package/esm2020/core/types/flow-customization.types.mjs +1 -1
- package/esm2020/src/resolvers/ui-definition.resolver.mjs +3 -3
- package/fesm2015/veloceapps-sdk-core.mjs.map +1 -1
- package/fesm2015/veloceapps-sdk.mjs +1 -1
- package/fesm2015/veloceapps-sdk.mjs.map +1 -1
- package/fesm2020/veloceapps-sdk-core.mjs.map +1 -1
- package/fesm2020/veloceapps-sdk.mjs +1 -1
- package/fesm2020/veloceapps-sdk.mjs.map +1 -1
- package/package.json +1 -1
@@ -1458,7 +1458,7 @@ const resolveUIDefinition = () => {
|
|
1458
1458
|
if (!productId || !(customizationService === null || customizationService === void 0 ? void 0 : customizationService.getUiDefinition)) {
|
1459
1459
|
return of(undefined);
|
1460
1460
|
}
|
1461
|
-
return customizationService.getUiDefinition(
|
1461
|
+
return customizationService.getUiDefinition(flowInfoService.context);
|
1462
1462
|
}), switchMap(uiDefContainer => {
|
1463
1463
|
// Resolve UIDefinition from the org
|
1464
1464
|
if (uiDefContainer) {
|