ng-miam 9.1.25 → 9.1.26
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 +5 -0
- 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 -1
- package/esm2015/lib/_types/builded/mealz-interface.js +1 -1
- package/fesm2015/ng-miam.js +1 -0
- package/fesm2015/ng-miam.js.map +1 -1
- package/lib/_services/context.service.d.ts.map +1 -1
- package/lib/_types/builded/mealz-interface.d.ts +4 -0
- package/lib/_types/builded/mealz-interface.d.ts.map +1 -1
- package/package.json +1 -1
package/bundles/ng-miam.umd.js
CHANGED
|
@@ -8233,6 +8233,11 @@
|
|
|
8233
8233
|
recipes: {
|
|
8234
8234
|
hidden: this.recipesService.hidden,
|
|
8235
8235
|
addAllIngredientsCTAWasClicked: this.addAllProductsWasClicked,
|
|
8236
|
+
openDetails: function (recipeId, guests, initialTabIndex, path, categoryId) {
|
|
8237
|
+
if (path === void 0) { path = ''; }
|
|
8238
|
+
if (categoryId === void 0) { categoryId = null; }
|
|
8239
|
+
return _this.recipesService.openRecipeDetails(recipeId, guests, initialTabIndex, path, categoryId);
|
|
8240
|
+
},
|
|
8236
8241
|
setDefaultIngredientPicture: function (url) { return _this.defaultIngredientPicture = url; },
|
|
8237
8242
|
setDefaultRecipePicture: function (url) { return _this.defaultRecipePicture = url; },
|
|
8238
8243
|
// We keep those just in case
|