ng-miam 6.3.2 → 6.3.3
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/_web-components/meals-planner/meals-planner-catalog/meals-planner-catalog.component.js +2 -2
- package/esm2015/lib/_web-components/recipe-catalog/recipe-catalog.component.js +2 -2
- package/fesm2015/ng-miam.js +2 -2
- package/fesm2015/ng-miam.js.map +1 -1
- package/package.json +1 -1
package/bundles/ng-miam.umd.js
CHANGED
|
@@ -23674,7 +23674,7 @@
|
|
|
23674
23674
|
RecipeCatalogComponent.prototype.setPriceFilters = function (cost) {
|
|
23675
23675
|
var filters = Object.assign(this.filters, {
|
|
23676
23676
|
additionalFilters: {
|
|
23677
|
-
filters: { computed_cost: cost[0] + ',gt,' + cost[1] + ',lt', recipe_type_id: '
|
|
23677
|
+
filters: { computed_cost: cost[0] + ',gt,' + cost[1] + ',lt', recipe_type_id: 'main-dish' },
|
|
23678
23678
|
title: "Recettes \u00E0 moins de " + cost[1] + "\u20AC"
|
|
23679
23679
|
}
|
|
23680
23680
|
});
|
|
@@ -26333,7 +26333,7 @@
|
|
|
26333
26333
|
this.filters.search = '';
|
|
26334
26334
|
this.filters.additionalFilters = {
|
|
26335
26335
|
filters: {
|
|
26336
|
-
recipe_type_id: '
|
|
26336
|
+
recipe_type_id: 'main-dish',
|
|
26337
26337
|
computed_cost: "0,gt," + this.maxCost + ",lt"
|
|
26338
26338
|
},
|
|
26339
26339
|
title: ''
|