ng-miam 9.1.28 → 9.1.29
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/ng-miam.umd.js +2 -2
- package/bundles/ng-miam.umd.js.map +1 -1
- package/bundles/ng-miam.umd.min.js +1 -1
- package/bundles/ng-miam.umd.min.js.map +1 -1
- package/esm2015/lib/_services/context.service.js +2 -2
- package/esm2015/lib/environments/version.js +2 -2
- package/fesm2015/ng-miam.js +2 -2
- package/fesm2015/ng-miam.js.map +1 -1
- package/lib/environments/version.d.ts +1 -1
- package/package.json +1 -1
package/bundles/ng-miam.umd.js
CHANGED
|
@@ -3651,7 +3651,7 @@
|
|
|
3651
3651
|
EventJourney["EMPTY"] = "";
|
|
3652
3652
|
})(EventJourney || (EventJourney = {}));
|
|
3653
3653
|
|
|
3654
|
-
var VERSION = "9.1.
|
|
3654
|
+
var VERSION = "9.1.29"; // TODO: replace by ##VERSION## and update it in the CI/CD
|
|
3655
3655
|
|
|
3656
3656
|
var ContextRegistryService = /** @class */ (function () {
|
|
3657
3657
|
function ContextRegistryService() {
|
|
@@ -8249,7 +8249,7 @@
|
|
|
8249
8249
|
if (plannerOrCategoryId === void 0) { plannerOrCategoryId = null; }
|
|
8250
8250
|
if (categoryId === void 0) { categoryId = null; }
|
|
8251
8251
|
var resolvedCategoryId = typeof plannerOrCategoryId === 'string' ? plannerOrCategoryId : categoryId;
|
|
8252
|
-
return _this.recipesService.openRecipeDetails(recipeId, guests, initialTabIndex,
|
|
8252
|
+
return _this.recipesService.openRecipeDetails(recipeId, guests, initialTabIndex, '', resolvedCategoryId);
|
|
8253
8253
|
},
|
|
8254
8254
|
setDefaultIngredientPicture: function (url) { return _this.defaultIngredientPicture = url; },
|
|
8255
8255
|
setDefaultRecipePicture: function (url) { return _this.defaultRecipePicture = url; },
|