ng-miam 4.7.10 → 4.8.0
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 +963 -1018
- package/bundles/ng-miam.umd.js.map +1 -1
- package/bundles/ng-miam.umd.min.js +2 -2
- package/bundles/ng-miam.umd.min.js.map +1 -1
- package/esm2015/lib/_components/components.module.js +12 -4
- package/esm2015/lib/_components/index.js +3 -1
- package/esm2015/lib/_components/list-input/list-input.component.js +196 -162
- package/esm2015/lib/{_web-components → _components}/loader/loader.component.js +1 -1
- package/esm2015/lib/{_web-components → _components}/modal/modal.component.js +2 -2
- package/esm2015/lib/_web-components/basket-preview/basket-preview-block/basket-preview-block.component.js +1 -1
- package/esm2015/lib/_web-components/basket-preview/basket-preview-disabled/basket-preview-disabled.component.js +1 -1
- package/esm2015/lib/_web-components/basket-preview/basket-preview-line/basket-preview-line.component.js +1 -1
- package/esm2015/lib/_web-components/basket-preview/basket-preview.module.js +4 -8
- package/esm2015/lib/_web-components/catalog-category/catalog-category.component.js +1 -1
- package/esm2015/lib/_web-components/catalog-list/catalog-list.component.js +1 -1
- package/esm2015/lib/_web-components/catalog-recipe-card/catalog-recipe-card.component.js +1 -1
- package/esm2015/lib/_web-components/drag-drop-input/drag-drop-input.component.js +21 -14
- package/esm2015/lib/_web-components/drawer/drawer.component.js +1 -1
- package/esm2015/lib/_web-components/index.js +1 -3
- package/esm2015/lib/_web-components/list-scan/basket-preview/basket-preview.component.js +1 -1
- package/esm2015/lib/_web-components/list-scan/files-inputs/files-inputs.component.js +1 -1
- package/esm2015/lib/_web-components/list-scan/list-scan.component.js +1 -1
- package/esm2015/lib/_web-components/list-scan/list-scan.module.js +4 -12
- package/esm2015/lib/_web-components/list-scan/overlay-button/overlay-button.component.js +1 -1
- package/esm2015/lib/_web-components/pos-selection/pos-selection.component.js +1 -1
- package/esm2015/lib/_web-components/recipe-card/recipe-card.component.js +1 -1
- package/esm2015/lib/_web-components/recipe-details/recipe-details.component.js +1 -1
- package/esm2015/lib/_web-components/recipe-details/recipe-details.module.js +1 -5
- package/esm2015/lib/_web-components/recipe-modal/recipe-modal.component.js +1 -1
- package/esm2015/lib/_web-components/recipe-stepper/recipe-stepper.component.js +78 -79
- package/esm2015/lib/_web-components/recipe-tags/recipe-tags.component.js +1 -1
- package/esm2015/lib/_web-components/tags-creator/tags-creator.component.js +1 -1
- package/esm2015/lib/_web-components/tags-selector/tags-selector.component.js +1 -1
- package/esm2015/lib/_web-components/web-components.module.js +47 -58
- package/fesm2015/ng-miam.js +743 -791
- package/fesm2015/ng-miam.js.map +1 -1
- package/lib/_components/components.module.d.ts +11 -16
- package/lib/_components/index.d.ts +2 -0
- package/lib/_components/list-input/list-input.component.d.ts +9 -1
- package/lib/{_web-components → _components}/loader/loader.component.d.ts +0 -0
- package/lib/{_web-components → _components}/modal/modal.component.d.ts +0 -0
- package/lib/_web-components/basket-preview/basket-preview.module.d.ts +1 -2
- package/lib/_web-components/drag-drop-input/drag-drop-input.component.d.ts +2 -1
- package/lib/_web-components/index.d.ts +0 -2
- package/lib/_web-components/list-scan/list-scan.module.d.ts +1 -3
- package/lib/_web-components/recipe-details/recipe-details.module.d.ts +2 -3
- package/lib/_web-components/web-components.module.d.ts +11 -14
- package/package.json +1 -1
- package/esm2015/lib/_web-components/loader/index.js +0 -3
- package/esm2015/lib/_web-components/loader/loader.module.js +0 -39
- package/esm2015/lib/_web-components/modal/index.js +0 -3
- package/esm2015/lib/_web-components/modal/modal.module.js +0 -47
- package/lib/_web-components/loader/index.d.ts +0 -2
- package/lib/_web-components/loader/loader.module.d.ts +0 -10
- package/lib/_web-components/modal/index.d.ts +0 -2
- package/lib/_web-components/modal/modal.module.d.ts +0 -12
package/bundles/ng-miam.umd.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('rxjs'), require('rxjs/operators'), require('ngx-jsonapi'), require('@angular/common/http'), require('uuid'), require('lodash-es'), require('duration-fns'), require('lodash-es/pullAt'), require('@angular/cdk/layout'), require('@angular/cdk/drag-drop'), require('@angular/forms'), require('@angular/cdk/text-field'), require('@angular/platform-browser'), require('date-fns/isWithinInterval'), require('date-fns/startOfWeek'), require('date-fns/endOfWeek'), require('date-fns/subDays'), require('@angular/youtube-player'), require('angular-calendar'), require('angular-calendar/date-adapters/date-fns'), require('@angular/elements'), require('lodash-es/remove'), require('lodash-es/pick'), require('angular-draggable-droppable'), require('lodash-es/groupBy'), require('angular-resizable-element'), require('@angular/platform-browser/animations'), require('@angular/common/locales/fr')) :
|
|
3
3
|
typeof define === 'function' && define.amd ? define('ng-miam', ['exports', '@angular/core', '@angular/common', 'rxjs', 'rxjs/operators', 'ngx-jsonapi', '@angular/common/http', 'uuid', 'lodash-es', 'duration-fns', 'lodash-es/pullAt', '@angular/cdk/layout', '@angular/cdk/drag-drop', '@angular/forms', '@angular/cdk/text-field', '@angular/platform-browser', 'date-fns/isWithinInterval', 'date-fns/startOfWeek', 'date-fns/endOfWeek', 'date-fns/subDays', '@angular/youtube-player', 'angular-calendar', 'angular-calendar/date-adapters/date-fns', '@angular/elements', 'lodash-es/remove', 'lodash-es/pick', 'angular-draggable-droppable', 'lodash-es/groupBy', 'angular-resizable-element', '@angular/platform-browser/animations', '@angular/common/locales/fr'], factory) :
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['ng-miam'] = {}, global.ng.core, global.ng.common, global.rxjs, global.rxjs.operators, global['ngx-jsonapi'], global.ng.common.http, global.uuid, global.lodashEs, global.durationFns, global.pullAt, global.ng.cdk.layout, global.ng.cdk.dragDrop, global.ng.forms, global.ng.cdk.textField, global.ng.platformBrowser, global.isWithinInterval, global.startOfWeek, global.endOfWeek, global.subDays, global.ng.youtubePlayer, global.i1$4, global.dateFns, global.ng.elements, global.remove, global.pick, global.i38, global.groupBy, global.i39, global.ng.platformBrowser.animations, global.ng.common.locales.fr));
|
|
5
|
-
}(this, (function (exports, i0, i4, rxjs, operators, i1, i1$1, uuid, lodashEs, durationFns, pullAt, i1$2, i5,
|
|
5
|
+
}(this, (function (exports, i0, i4, rxjs, operators, i1, i1$1, uuid, lodashEs, durationFns, pullAt, i1$2, i5, i13, i4$1, i1$3, isWithinInterval, startOfWeek, endOfWeek, subDays, i8, i1$4, dateFns, elements, remove, pick, i38, groupBy, i39, animations, localeFr) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
@@ -6605,6 +6605,296 @@
|
|
|
6605
6605
|
})();
|
|
6606
6606
|
;
|
|
6607
6607
|
|
|
6608
|
+
var LoaderComponent = /** @class */ (function () {
|
|
6609
|
+
function LoaderComponent() {
|
|
6610
|
+
}
|
|
6611
|
+
return LoaderComponent;
|
|
6612
|
+
}());
|
|
6613
|
+
LoaderComponent.ɵfac = function LoaderComponent_Factory(t) { return new (t || LoaderComponent)(); };
|
|
6614
|
+
LoaderComponent.ɵcmp = i0.ɵɵdefineComponent({ type: LoaderComponent, selectors: [["ng-miam-loader"]], decls: 1, vars: 0, consts: [[1, "miam-loader"]], template: function LoaderComponent_Template(rf, ctx) {
|
|
6615
|
+
if (rf & 1) {
|
|
6616
|
+
i0.ɵɵelement(0, "div", 0);
|
|
6617
|
+
}
|
|
6618
|
+
}, styles: [".miam-loader{-webkit-animation:miam-loader-spin .5s linear infinite;animation:miam-loader-spin .5s linear infinite;border:var(--m-loader-thickness) solid var(--m-color-grey);border-radius:var(--m-border-radius-circle);border-top:var(--m-loader-thickness) solid var(--m-color-ternary);height:var(--m-loader-size);width:var(--m-loader-size)}@-webkit-keyframes miam-loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes miam-loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}"], encapsulation: 2 });
|
|
6619
|
+
/*@__PURE__*/ (function () {
|
|
6620
|
+
i0.ɵsetClassMetadata(LoaderComponent, [{
|
|
6621
|
+
type: i0.Component,
|
|
6622
|
+
args: [{
|
|
6623
|
+
selector: 'ng-miam-loader',
|
|
6624
|
+
templateUrl: './loader.component.html',
|
|
6625
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
6626
|
+
styleUrls: ['./loader.component.scss']
|
|
6627
|
+
}]
|
|
6628
|
+
}], function () { return []; }, null);
|
|
6629
|
+
})();
|
|
6630
|
+
|
|
6631
|
+
function ModalComponent_ng_container_0_ng_content_8_Template(rf, ctx) {
|
|
6632
|
+
if (rf & 1) {
|
|
6633
|
+
i0.ɵɵprojection(0, 0, ["*ngIf", "isAngularComponent else isWebC"]);
|
|
6634
|
+
}
|
|
6635
|
+
}
|
|
6636
|
+
function ModalComponent_ng_container_0_ng_template_9_Template(rf, ctx) {
|
|
6637
|
+
if (rf & 1) {
|
|
6638
|
+
i0.ɵɵelement(0, "slot", 12);
|
|
6639
|
+
}
|
|
6640
|
+
}
|
|
6641
|
+
function ModalComponent_ng_container_0_button_12_span_1_Template(rf, ctx) {
|
|
6642
|
+
if (rf & 1) {
|
|
6643
|
+
i0.ɵɵelementStart(0, "span");
|
|
6644
|
+
i0.ɵɵtext(1);
|
|
6645
|
+
i0.ɵɵelementEnd();
|
|
6646
|
+
}
|
|
6647
|
+
if (rf & 2) {
|
|
6648
|
+
var ctx_r6 = i0.ɵɵnextContext(3);
|
|
6649
|
+
i0.ɵɵadvance(1);
|
|
6650
|
+
i0.ɵɵtextInterpolate(ctx_r6.cancelButtonText);
|
|
6651
|
+
}
|
|
6652
|
+
}
|
|
6653
|
+
function ModalComponent_ng_container_0_button_12_ng_miam_loader_2_Template(rf, ctx) {
|
|
6654
|
+
if (rf & 1) {
|
|
6655
|
+
i0.ɵɵelement(0, "ng-miam-loader");
|
|
6656
|
+
}
|
|
6657
|
+
}
|
|
6658
|
+
function ModalComponent_ng_container_0_button_12_Template(rf, ctx) {
|
|
6659
|
+
if (rf & 1) {
|
|
6660
|
+
var _r9_1 = i0.ɵɵgetCurrentView();
|
|
6661
|
+
i0.ɵɵelementStart(0, "button", 13);
|
|
6662
|
+
i0.ɵɵlistener("click", function ModalComponent_ng_container_0_button_12_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r9_1); var ctx_r8 = i0.ɵɵnextContext(2); return ctx_r8.onCancel(); });
|
|
6663
|
+
i0.ɵɵtemplate(1, ModalComponent_ng_container_0_button_12_span_1_Template, 2, 1, "span", 0);
|
|
6664
|
+
i0.ɵɵtemplate(2, ModalComponent_ng_container_0_button_12_ng_miam_loader_2_Template, 1, 0, "ng-miam-loader", 0);
|
|
6665
|
+
i0.ɵɵelementEnd();
|
|
6666
|
+
}
|
|
6667
|
+
if (rf & 2) {
|
|
6668
|
+
var ctx_r4 = i0.ɵɵnextContext(2);
|
|
6669
|
+
i0.ɵɵproperty("disabled", ctx_r4.cancelButtonDisabled);
|
|
6670
|
+
i0.ɵɵadvance(1);
|
|
6671
|
+
i0.ɵɵproperty("ngIf", !ctx_r4.cancelButtonIsLoading);
|
|
6672
|
+
i0.ɵɵadvance(1);
|
|
6673
|
+
i0.ɵɵproperty("ngIf", ctx_r4.cancelButtonIsLoading);
|
|
6674
|
+
}
|
|
6675
|
+
}
|
|
6676
|
+
function ModalComponent_ng_container_0_button_13_span_1_Template(rf, ctx) {
|
|
6677
|
+
if (rf & 1) {
|
|
6678
|
+
i0.ɵɵelementStart(0, "span");
|
|
6679
|
+
i0.ɵɵtext(1);
|
|
6680
|
+
i0.ɵɵelementEnd();
|
|
6681
|
+
}
|
|
6682
|
+
if (rf & 2) {
|
|
6683
|
+
var ctx_r10 = i0.ɵɵnextContext(3);
|
|
6684
|
+
i0.ɵɵadvance(1);
|
|
6685
|
+
i0.ɵɵtextInterpolate(ctx_r10.confirmButtonText);
|
|
6686
|
+
}
|
|
6687
|
+
}
|
|
6688
|
+
function ModalComponent_ng_container_0_button_13_ng_miam_loader_2_Template(rf, ctx) {
|
|
6689
|
+
if (rf & 1) {
|
|
6690
|
+
i0.ɵɵelement(0, "ng-miam-loader");
|
|
6691
|
+
}
|
|
6692
|
+
}
|
|
6693
|
+
function ModalComponent_ng_container_0_button_13_Template(rf, ctx) {
|
|
6694
|
+
if (rf & 1) {
|
|
6695
|
+
var _r13_1 = i0.ɵɵgetCurrentView();
|
|
6696
|
+
i0.ɵɵelementStart(0, "button", 14);
|
|
6697
|
+
i0.ɵɵlistener("click", function ModalComponent_ng_container_0_button_13_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r13_1); var ctx_r12 = i0.ɵɵnextContext(2); return ctx_r12.onConfirm(); });
|
|
6698
|
+
i0.ɵɵtemplate(1, ModalComponent_ng_container_0_button_13_span_1_Template, 2, 1, "span", 0);
|
|
6699
|
+
i0.ɵɵtemplate(2, ModalComponent_ng_container_0_button_13_ng_miam_loader_2_Template, 1, 0, "ng-miam-loader", 0);
|
|
6700
|
+
i0.ɵɵelementEnd();
|
|
6701
|
+
}
|
|
6702
|
+
if (rf & 2) {
|
|
6703
|
+
var ctx_r5 = i0.ɵɵnextContext(2);
|
|
6704
|
+
i0.ɵɵproperty("disabled", ctx_r5.confirmButtonDisabled);
|
|
6705
|
+
i0.ɵɵadvance(1);
|
|
6706
|
+
i0.ɵɵproperty("ngIf", !ctx_r5.confirmButtonIsLoading);
|
|
6707
|
+
i0.ɵɵadvance(1);
|
|
6708
|
+
i0.ɵɵproperty("ngIf", ctx_r5.confirmButtonIsLoading);
|
|
6709
|
+
}
|
|
6710
|
+
}
|
|
6711
|
+
var _c0$1 = function (a0, a1) { return { "with-header": a0, "without-header": a1 }; };
|
|
6712
|
+
function ModalComponent_ng_container_0_Template(rf, ctx) {
|
|
6713
|
+
if (rf & 1) {
|
|
6714
|
+
var _r15_1 = i0.ɵɵgetCurrentView();
|
|
6715
|
+
i0.ɵɵelementContainerStart(0);
|
|
6716
|
+
i0.ɵɵelementStart(1, "div", 1);
|
|
6717
|
+
i0.ɵɵlistener("click", function ModalComponent_ng_container_0_Template_div_click_1_listener() { i0.ɵɵrestoreView(_r15_1); var ctx_r14 = i0.ɵɵnextContext(); return ctx_r14.onClose(); });
|
|
6718
|
+
i0.ɵɵelementEnd();
|
|
6719
|
+
i0.ɵɵelementStart(2, "div", 2);
|
|
6720
|
+
i0.ɵɵelementStart(3, "div", 3);
|
|
6721
|
+
i0.ɵɵelementStart(4, "div", 4);
|
|
6722
|
+
i0.ɵɵelementStart(5, "div", 5);
|
|
6723
|
+
i0.ɵɵtext(6);
|
|
6724
|
+
i0.ɵɵelementEnd();
|
|
6725
|
+
i0.ɵɵelementStart(7, "ng-miam-icon", 6);
|
|
6726
|
+
i0.ɵɵlistener("click", function ModalComponent_ng_container_0_Template_ng_miam_icon_click_7_listener() { i0.ɵɵrestoreView(_r15_1); var ctx_r16 = i0.ɵɵnextContext(); return ctx_r16.onClose(); });
|
|
6727
|
+
i0.ɵɵelementEnd();
|
|
6728
|
+
i0.ɵɵelementEnd();
|
|
6729
|
+
i0.ɵɵtemplate(8, ModalComponent_ng_container_0_ng_content_8_Template, 1, 0, "ng-content", 7);
|
|
6730
|
+
i0.ɵɵtemplate(9, ModalComponent_ng_container_0_ng_template_9_Template, 1, 0, "ng-template", null, 8, i0.ɵɵtemplateRefExtractor);
|
|
6731
|
+
i0.ɵɵelementStart(11, "div", 9);
|
|
6732
|
+
i0.ɵɵtemplate(12, ModalComponent_ng_container_0_button_12_Template, 3, 3, "button", 10);
|
|
6733
|
+
i0.ɵɵtemplate(13, ModalComponent_ng_container_0_button_13_Template, 3, 3, "button", 11);
|
|
6734
|
+
i0.ɵɵelementEnd();
|
|
6735
|
+
i0.ɵɵelementEnd();
|
|
6736
|
+
i0.ɵɵelementEnd();
|
|
6737
|
+
i0.ɵɵelementContainerEnd();
|
|
6738
|
+
}
|
|
6739
|
+
if (rf & 2) {
|
|
6740
|
+
var _r2 = i0.ɵɵreference(10);
|
|
6741
|
+
var ctx_r0 = i0.ɵɵnextContext();
|
|
6742
|
+
i0.ɵɵadvance(2);
|
|
6743
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(9, _c0$1, !ctx_r0.noHeaderMode, ctx_r0.noHeaderMode));
|
|
6744
|
+
i0.ɵɵadvance(4);
|
|
6745
|
+
i0.ɵɵtextInterpolate(ctx_r0.title);
|
|
6746
|
+
i0.ɵɵadvance(1);
|
|
6747
|
+
i0.ɵɵproperty("width", 24)("height", 24)("iconName", ctx_r0.icon.Cross);
|
|
6748
|
+
i0.ɵɵadvance(1);
|
|
6749
|
+
i0.ɵɵproperty("ngIf", ctx_r0.isAngularComponent)("ngIfElse", _r2);
|
|
6750
|
+
i0.ɵɵadvance(4);
|
|
6751
|
+
i0.ɵɵproperty("ngIf", ctx_r0.cancelButtonText);
|
|
6752
|
+
i0.ɵɵadvance(1);
|
|
6753
|
+
i0.ɵɵproperty("ngIf", ctx_r0.confirmButtonText);
|
|
6754
|
+
}
|
|
6755
|
+
}
|
|
6756
|
+
var _c1$1 = ["*"];
|
|
6757
|
+
var ModalComponent = /** @class */ (function () {
|
|
6758
|
+
function ModalComponent(cdr, mediaMatcher, context) {
|
|
6759
|
+
this.cdr = cdr;
|
|
6760
|
+
this.mediaMatcher = mediaMatcher;
|
|
6761
|
+
this.context = context;
|
|
6762
|
+
this.expandedChange = new i0.EventEmitter();
|
|
6763
|
+
this.close = new i0.EventEmitter();
|
|
6764
|
+
this.cancel = new i0.EventEmitter();
|
|
6765
|
+
this.confirm = new i0.EventEmitter();
|
|
6766
|
+
this.icon = exports.Icon;
|
|
6767
|
+
this.scrollPosition = null;
|
|
6768
|
+
this.isMobile = false;
|
|
6769
|
+
this.isMobile = this.mediaMatcher.matchMedia('(max-width: 1023px)').matches;
|
|
6770
|
+
}
|
|
6771
|
+
ModalComponent.prototype.ngOnChanges = function () {
|
|
6772
|
+
if (this.containerElement) {
|
|
6773
|
+
this.handleContainerScroll();
|
|
6774
|
+
}
|
|
6775
|
+
else {
|
|
6776
|
+
this.handlePageScroll();
|
|
6777
|
+
}
|
|
6778
|
+
};
|
|
6779
|
+
ModalComponent.prototype.onClose = function () {
|
|
6780
|
+
this.hide();
|
|
6781
|
+
this.close.emit();
|
|
6782
|
+
};
|
|
6783
|
+
ModalComponent.prototype.onCancel = function () {
|
|
6784
|
+
this.hide();
|
|
6785
|
+
this.cancel.emit();
|
|
6786
|
+
};
|
|
6787
|
+
ModalComponent.prototype.onConfirm = function () {
|
|
6788
|
+
this.hide();
|
|
6789
|
+
this.confirm.emit();
|
|
6790
|
+
};
|
|
6791
|
+
ModalComponent.prototype.hide = function () {
|
|
6792
|
+
this.expandedChange.emit(false);
|
|
6793
|
+
this.cdr.detectChanges();
|
|
6794
|
+
};
|
|
6795
|
+
ModalComponent.prototype.handlePageScroll = function () {
|
|
6796
|
+
if (this.isMobile) {
|
|
6797
|
+
if (this.expanded) {
|
|
6798
|
+
this.context.globalScrollableElement.style.overflow = 'hidden';
|
|
6799
|
+
this.scrollPosition = window.scrollY;
|
|
6800
|
+
this.context.globalScrollableElement.style.position = 'fixed';
|
|
6801
|
+
this.context.globalScrollableElement.style.top = -this.scrollPosition + "px";
|
|
6802
|
+
}
|
|
6803
|
+
else {
|
|
6804
|
+
if (this.scrollPosition !== null) {
|
|
6805
|
+
this.context.globalScrollableElement.style.overflow = 'initial';
|
|
6806
|
+
this.context.globalScrollableElement.style.position = 'initial';
|
|
6807
|
+
window.scrollTo(0, this.scrollPosition);
|
|
6808
|
+
this.scrollPosition = null;
|
|
6809
|
+
}
|
|
6810
|
+
}
|
|
6811
|
+
return;
|
|
6812
|
+
}
|
|
6813
|
+
if (this.expanded) {
|
|
6814
|
+
this.context.globalScrollableElement.style.overflow = 'hidden';
|
|
6815
|
+
return;
|
|
6816
|
+
}
|
|
6817
|
+
this.context.globalScrollableElement.style.overflow = 'initial';
|
|
6818
|
+
};
|
|
6819
|
+
ModalComponent.prototype.handleContainerScroll = function () {
|
|
6820
|
+
if (this.isMobile) {
|
|
6821
|
+
if (this.expanded) {
|
|
6822
|
+
this.containerElement.style.overflow = 'hidden';
|
|
6823
|
+
this.scrollPosition = window.scrollY;
|
|
6824
|
+
this.containerElement.style.position = 'fixed';
|
|
6825
|
+
this.containerElement.style.top = -this.scrollPosition + "px";
|
|
6826
|
+
}
|
|
6827
|
+
else {
|
|
6828
|
+
if (this.scrollPosition !== null) {
|
|
6829
|
+
this.containerElement.style.overflow = 'initial';
|
|
6830
|
+
this.containerElement.style.position = 'initial';
|
|
6831
|
+
window.scrollTo(0, this.scrollPosition);
|
|
6832
|
+
this.scrollPosition = null;
|
|
6833
|
+
}
|
|
6834
|
+
}
|
|
6835
|
+
return;
|
|
6836
|
+
}
|
|
6837
|
+
if (this.expanded) {
|
|
6838
|
+
this.containerElement.style.overflow = 'hidden';
|
|
6839
|
+
return;
|
|
6840
|
+
}
|
|
6841
|
+
this.containerElement.style.overflow = 'initial';
|
|
6842
|
+
};
|
|
6843
|
+
return ModalComponent;
|
|
6844
|
+
}());
|
|
6845
|
+
ModalComponent.ɵfac = function ModalComponent_Factory(t) { return new (t || ModalComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$2.MediaMatcher), i0.ɵɵdirectiveInject(ContextService)); };
|
|
6846
|
+
ModalComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ModalComponent, selectors: [["ng-miam-modal"]], inputs: { title: "title", expanded: "expanded", confirmButtonText: "confirmButtonText", cancelButtonText: "cancelButtonText", isAngularComponent: "isAngularComponent", confirmButtonIsLoading: "confirmButtonIsLoading", cancelButtonIsLoading: "cancelButtonIsLoading", confirmButtonDisabled: "confirmButtonDisabled", cancelButtonDisabled: "cancelButtonDisabled", noHeaderMode: "noHeaderMode", containerElement: "containerElement" }, outputs: { expandedChange: "expandedChange", close: "close", cancel: "cancel", confirm: "confirm" }, features: [i0.ɵɵNgOnChangesFeature], ngContentSelectors: _c1$1, decls: 1, vars: 1, consts: [[4, "ngIf"], [1, "miam-shadow-overlay", 3, "click"], [1, "miam-modal", 3, "ngClass"], [1, "miam-modal__container"], [1, "miam-modal__header"], [1, "miam-modal__title"], ["primaryColor", "var(--m-color-grey-text-dark)", 1, "miam-modal__close__icon", 3, "width", "height", "iconName", "click"], [4, "ngIf", "ngIfElse"], ["isWebC", ""], [1, "miam-modal__actions"], ["class", "m-button-secondary", 3, "disabled", "click", 4, "ngIf"], ["class", "m-button-primary", 3, "disabled", "click", 4, "ngIf"], ["name", "modal-content"], [1, "m-button-secondary", 3, "disabled", "click"], [1, "m-button-primary", 3, "disabled", "click"]], template: function ModalComponent_Template(rf, ctx) {
|
|
6847
|
+
if (rf & 1) {
|
|
6848
|
+
i0.ɵɵprojectionDef();
|
|
6849
|
+
i0.ɵɵtemplate(0, ModalComponent_ng_container_0_Template, 14, 12, "ng-container", 0);
|
|
6850
|
+
}
|
|
6851
|
+
if (rf & 2) {
|
|
6852
|
+
i0.ɵɵproperty("ngIf", ctx.expanded);
|
|
6853
|
+
}
|
|
6854
|
+
}, directives: [i4.NgIf, i4.NgClass, IconComponent, LoaderComponent], styles: [".miam-shadow-overlay{-webkit-animation-duration:.3s;-webkit-animation-name:show;-webkit-animation-timing-function:ease-in-out;-webkit-tap-highlight-color:transparent;animation-duration:.3s;animation-name:show;animation-timing-function:ease-in-out;background:var(--m-color-black);height:100vh;left:0;opacity:.6;position:fixed;top:0;width:100vw;z-index:var(--m-z-index-modal-overlay)}.miam-modal{-webkit-animation-duration:.5s;-webkit-animation-name:open;-webkit-animation-timing-function:cubic-bezier(.75,0,.2,1);animation-duration:.5s;animation-name:open;animation-timing-function:cubic-bezier(.75,0,.2,1);background-color:var(--m-color-white);height:100%;max-width:1200px;overflow-x:hidden;overflow-y:auto;position:fixed;right:0;top:0;width:80%;z-index:var(--m-z-index-modal)}@media print{.miam-modal{height:unset!important;overflow-y:unset!important;position:unset!important}}@-webkit-keyframes open{0%{right:-1200px}to{right:0}}@keyframes open{0%{right:-1200px}to{right:0}}.miam-modal.with-header .miam-modal__header{background-color:var(--m-color-grey);color:var(--m-color-grey-text-dark);display:flex;flex-direction:row;justify-content:space-between}.miam-modal.with-header .miam-modal__title{color:var(--m-color-grey-text-dark);font-size:var(--m-font-size-large);font-weight:700;overflow:hidden;padding:20px;text-overflow:ellipsis}.miam-modal.with-header .miam-modal__close__icon{-webkit-tap-highlight-color:transparent;height:40px}.miam-modal.without-header .miam-modal__close__icon{border-radius:var(--m-border-radius-circle);display:flex;height:60px;justify-items:center;position:absolute;right:0;top:0;z-index:var(--m-z-index-position-absolute-high)}.miam-modal .miam-modal__container{display:flex;flex-direction:column;height:100%;position:relative}.miam-modal .miam-modal__container .miam-modal__close__icon{cursor:pointer;margin:10px}@media print{.miam-modal .miam-modal__container .miam-modal__close__icon{display:none}}.miam-modal .miam-modal__container .miam-modal__actions{align-items:center;display:flex;justify-content:space-evenly;margin:20px}@-webkit-keyframes show{0%{opacity:0}to{opacity:.6}}@keyframes show{0%{opacity:0}to{opacity:.6}}@media (max-width:1022px){.miam-modal{-webkit-animation-duration:.5s;-webkit-animation-name:openBottomSheet;-webkit-animation-timing-function:cubic-bezier(.075,.82,.165,1);animation-duration:.5s;animation-name:openBottomSheet;animation-timing-function:cubic-bezier(.075,.82,.165,1);background-color:var(--m-color-white);bottom:0;left:0;max-width:100vw;overflow-x:hidden;overflow-y:hidden;position:fixed;right:0;top:100vh;top:unset;width:100vw;z-index:var(--m-z-index-modal)}.miam-modal.with-header .miam-modal__header{align-items:center;background-color:unset}.miam-modal.with-header .miam-modal__title{padding:0 0 0 16px}.miam-modal.with-header ng-miam-icon.miam-modal__close__icon .icon-container{align-items:center;border:1px solid var(--m-color-light-slate);border-radius:36px;display:grid;height:unset!important;width:unset!important}.miam-modal.with-header ng-miam-icon.miam-modal__close__icon .icon-container svg{fill:var(--m-color-white);height:24px!important;width:24px!important}.miam-modal.without-header .miam-modal__close__icon{height:28px;z-index:8}.miam-modal .miam-modal__actions{background-color:var(--m-color-white);bottom:0;left:0;margin:0!important;position:fixed;right:0;z-index:8}.miam-modal .miam-modal__actions button{font-size:12px;height:44px;margin:16px 5px 5px 0;padding:5px}.miam-modal .miam-modal__actions button:first-of-type{margin:16px 5px 5px}@-webkit-keyframes openBottomSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes openBottomSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}}"], encapsulation: 2, changeDetection: 0 });
|
|
6855
|
+
/*@__PURE__*/ (function () {
|
|
6856
|
+
i0.ɵsetClassMetadata(ModalComponent, [{
|
|
6857
|
+
type: i0.Component,
|
|
6858
|
+
args: [{
|
|
6859
|
+
selector: 'ng-miam-modal',
|
|
6860
|
+
templateUrl: './modal.component.html',
|
|
6861
|
+
styleUrls: ['./modal.component.scss'],
|
|
6862
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
6863
|
+
changeDetection: i0.ChangeDetectionStrategy.OnPush
|
|
6864
|
+
}]
|
|
6865
|
+
}], function () { return [{ type: i0.ChangeDetectorRef }, { type: i1$2.MediaMatcher }, { type: ContextService }]; }, { title: [{
|
|
6866
|
+
type: i0.Input
|
|
6867
|
+
}], expanded: [{
|
|
6868
|
+
type: i0.Input
|
|
6869
|
+
}], confirmButtonText: [{
|
|
6870
|
+
type: i0.Input
|
|
6871
|
+
}], cancelButtonText: [{
|
|
6872
|
+
type: i0.Input
|
|
6873
|
+
}], isAngularComponent: [{
|
|
6874
|
+
type: i0.Input
|
|
6875
|
+
}], confirmButtonIsLoading: [{
|
|
6876
|
+
type: i0.Input
|
|
6877
|
+
}], cancelButtonIsLoading: [{
|
|
6878
|
+
type: i0.Input
|
|
6879
|
+
}], confirmButtonDisabled: [{
|
|
6880
|
+
type: i0.Input
|
|
6881
|
+
}], cancelButtonDisabled: [{
|
|
6882
|
+
type: i0.Input
|
|
6883
|
+
}], noHeaderMode: [{
|
|
6884
|
+
type: i0.Input
|
|
6885
|
+
}], containerElement: [{
|
|
6886
|
+
type: i0.Input
|
|
6887
|
+
}], expandedChange: [{
|
|
6888
|
+
type: i0.Output
|
|
6889
|
+
}], close: [{
|
|
6890
|
+
type: i0.Output
|
|
6891
|
+
}], cancel: [{
|
|
6892
|
+
type: i0.Output
|
|
6893
|
+
}], confirm: [{
|
|
6894
|
+
type: i0.Output
|
|
6895
|
+
}] });
|
|
6896
|
+
})();
|
|
6897
|
+
|
|
6608
6898
|
var CapitalizeFirstLetterPipe = /** @class */ (function () {
|
|
6609
6899
|
function CapitalizeFirstLetterPipe() {
|
|
6610
6900
|
}
|
|
@@ -6630,354 +6920,354 @@
|
|
|
6630
6920
|
|
|
6631
6921
|
function ListInputComponent_ul_4_ng_container_1_li_1_div_8_Template(rf, ctx) {
|
|
6632
6922
|
if (rf & 1) {
|
|
6633
|
-
i0.ɵɵelement(0, "div",
|
|
6923
|
+
i0.ɵɵelement(0, "div", 24);
|
|
6634
6924
|
}
|
|
6635
6925
|
}
|
|
6636
6926
|
function ListInputComponent_ul_4_ng_container_1_li_1_div_9_Template(rf, ctx) {
|
|
6637
6927
|
if (rf & 1) {
|
|
6638
|
-
i0.ɵɵelementStart(0, "div",
|
|
6639
|
-
i0.ɵɵelement(1, "ng-miam-icon",
|
|
6640
|
-
i0.ɵɵelementStart(2, "span",
|
|
6928
|
+
i0.ɵɵelementStart(0, "div", 25);
|
|
6929
|
+
i0.ɵɵelement(1, "ng-miam-icon", 26);
|
|
6930
|
+
i0.ɵɵelementStart(2, "span", 27);
|
|
6641
6931
|
i0.ɵɵtext(3);
|
|
6642
6932
|
i0.ɵɵelementEnd();
|
|
6643
6933
|
i0.ɵɵelementEnd();
|
|
6644
6934
|
}
|
|
6645
6935
|
if (rf & 2) {
|
|
6646
|
-
var
|
|
6647
|
-
var
|
|
6936
|
+
var row_r9 = i0.ɵɵnextContext().$implicit;
|
|
6937
|
+
var ctx_r13 = i0.ɵɵnextContext(3);
|
|
6648
6938
|
var tmp_1_0 = null;
|
|
6649
6939
|
i0.ɵɵadvance(1);
|
|
6650
|
-
i0.ɵɵproperty("iconName",
|
|
6940
|
+
i0.ɵɵproperty("iconName", ctx_r13.icon.Grip);
|
|
6651
6941
|
i0.ɵɵadvance(2);
|
|
6652
|
-
i0.ɵɵtextInterpolate(
|
|
6942
|
+
i0.ɵɵtextInterpolate(row_r9 == null ? null : (tmp_1_0 = row_r9.get("attributes")) == null ? null : tmp_1_0.get("description").value);
|
|
6653
6943
|
}
|
|
6654
6944
|
}
|
|
6655
6945
|
function ListInputComponent_ul_4_ng_container_1_li_1_Template(rf, ctx) {
|
|
6656
6946
|
if (rf & 1) {
|
|
6657
|
-
var
|
|
6658
|
-
i0.ɵɵelementStart(0, "li",
|
|
6659
|
-
i0.ɵɵelementContainerStart(1,
|
|
6660
|
-
i0.ɵɵelementContainerStart(2,
|
|
6661
|
-
i0.ɵɵelementStart(3, "div",
|
|
6662
|
-
i0.ɵɵelement(4, "ng-miam-icon",
|
|
6663
|
-
i0.ɵɵelementStart(5, "textarea",
|
|
6664
|
-
i0.ɵɵlistener("blur", function ListInputComponent_ul_4_ng_container_1_li_1_Template_textarea_blur_5_listener() { i0.ɵɵrestoreView(
|
|
6947
|
+
var _r16_1 = i0.ɵɵgetCurrentView();
|
|
6948
|
+
i0.ɵɵelementStart(0, "li", 15);
|
|
6949
|
+
i0.ɵɵelementContainerStart(1, 16);
|
|
6950
|
+
i0.ɵɵelementContainerStart(2, 16);
|
|
6951
|
+
i0.ɵɵelementStart(3, "div", 17);
|
|
6952
|
+
i0.ɵɵelement(4, "ng-miam-icon", 18);
|
|
6953
|
+
i0.ɵɵelementStart(5, "textarea", 19, 20);
|
|
6954
|
+
i0.ɵɵlistener("blur", function ListInputComponent_ul_4_ng_container_1_li_1_Template_textarea_blur_5_listener() { i0.ɵɵrestoreView(_r16_1); var i_r10 = ctx.index; var ctx_r15 = i0.ɵɵnextContext(3); return ctx_r15.checkRow(i_r10); });
|
|
6665
6955
|
i0.ɵɵelementEnd();
|
|
6666
6956
|
i0.ɵɵelementEnd();
|
|
6667
|
-
i0.ɵɵelementStart(7, "ng-miam-icon",
|
|
6668
|
-
i0.ɵɵlistener("click", function ListInputComponent_ul_4_ng_container_1_li_1_Template_ng_miam_icon_click_7_listener() { i0.ɵɵrestoreView(
|
|
6957
|
+
i0.ɵɵelementStart(7, "ng-miam-icon", 21);
|
|
6958
|
+
i0.ɵɵlistener("click", function ListInputComponent_ul_4_ng_container_1_li_1_Template_ng_miam_icon_click_7_listener() { i0.ɵɵrestoreView(_r16_1); var i_r10 = ctx.index; var ctx_r17 = i0.ɵɵnextContext(3); return ctx_r17.delete(i_r10); });
|
|
6669
6959
|
i0.ɵɵelementEnd();
|
|
6670
|
-
i0.ɵɵtemplate(8, ListInputComponent_ul_4_ng_container_1_li_1_div_8_Template, 1, 0, "div",
|
|
6671
|
-
i0.ɵɵtemplate(9, ListInputComponent_ul_4_ng_container_1_li_1_div_9_Template, 4, 2, "div",
|
|
6960
|
+
i0.ɵɵtemplate(8, ListInputComponent_ul_4_ng_container_1_li_1_div_8_Template, 1, 0, "div", 22);
|
|
6961
|
+
i0.ɵɵtemplate(9, ListInputComponent_ul_4_ng_container_1_li_1_div_9_Template, 4, 2, "div", 23);
|
|
6672
6962
|
i0.ɵɵelementContainerEnd();
|
|
6673
6963
|
i0.ɵɵelementContainerEnd();
|
|
6674
6964
|
i0.ɵɵelementEnd();
|
|
6675
6965
|
}
|
|
6676
6966
|
if (rf & 2) {
|
|
6677
|
-
var
|
|
6678
|
-
var
|
|
6967
|
+
var row_r9 = ctx.$implicit;
|
|
6968
|
+
var ctx_r8 = i0.ɵɵnextContext(3);
|
|
6679
6969
|
i0.ɵɵadvance(1);
|
|
6680
|
-
i0.ɵɵproperty("formGroup",
|
|
6970
|
+
i0.ɵɵproperty("formGroup", row_r9);
|
|
6681
6971
|
i0.ɵɵadvance(1);
|
|
6682
|
-
i0.ɵɵproperty("formGroup",
|
|
6972
|
+
i0.ɵɵproperty("formGroup", row_r9 == null ? null : row_r9.get("attributes"));
|
|
6683
6973
|
i0.ɵɵadvance(2);
|
|
6684
|
-
i0.ɵɵproperty("iconName",
|
|
6974
|
+
i0.ɵɵproperty("iconName", ctx_r8.icon.Grip);
|
|
6685
6975
|
i0.ɵɵadvance(3);
|
|
6686
|
-
i0.ɵɵproperty("iconName",
|
|
6976
|
+
i0.ɵɵproperty("iconName", ctx_r8.icon.Trash);
|
|
6687
6977
|
}
|
|
6688
6978
|
}
|
|
6689
6979
|
function ListInputComponent_ul_4_ng_container_1_Template(rf, ctx) {
|
|
6690
6980
|
if (rf & 1) {
|
|
6691
6981
|
i0.ɵɵelementContainerStart(0);
|
|
6692
|
-
i0.ɵɵtemplate(1, ListInputComponent_ul_4_ng_container_1_li_1_Template, 10, 4, "li",
|
|
6982
|
+
i0.ɵɵtemplate(1, ListInputComponent_ul_4_ng_container_1_li_1_Template, 10, 4, "li", 14);
|
|
6693
6983
|
i0.ɵɵelementContainerEnd();
|
|
6694
6984
|
}
|
|
6695
6985
|
if (rf & 2) {
|
|
6696
|
-
var
|
|
6986
|
+
var ctx_r5 = i0.ɵɵnextContext(2);
|
|
6697
6987
|
i0.ɵɵadvance(1);
|
|
6698
|
-
i0.ɵɵproperty("ngForOf",
|
|
6988
|
+
i0.ɵɵproperty("ngForOf", ctx_r5.list.controls)("ngForTrackBy", ctx_r5.trackByIndex);
|
|
6699
6989
|
}
|
|
6700
6990
|
}
|
|
6701
6991
|
function ListInputComponent_ul_4_ng_template_2_li_0_option_9_Template(rf, ctx) {
|
|
6702
6992
|
if (rf & 1) {
|
|
6703
|
-
i0.ɵɵelement(0, "option",
|
|
6993
|
+
i0.ɵɵelement(0, "option", 39);
|
|
6704
6994
|
i0.ɵɵpipe(1, "capitalizeFirstLetter");
|
|
6705
6995
|
}
|
|
6706
6996
|
if (rf & 2) {
|
|
6707
|
-
var
|
|
6708
|
-
i0.ɵɵproperty("value", i0.ɵɵpipeBind1(1, 1,
|
|
6997
|
+
var ing_r28 = ctx.$implicit;
|
|
6998
|
+
i0.ɵɵproperty("value", i0.ɵɵpipeBind1(1, 1, ing_r28));
|
|
6709
6999
|
}
|
|
6710
7000
|
}
|
|
6711
7001
|
function ListInputComponent_ul_4_ng_template_2_li_0_option_14_Template(rf, ctx) {
|
|
6712
7002
|
if (rf & 1) {
|
|
6713
|
-
i0.ɵɵelement(0, "option",
|
|
7003
|
+
i0.ɵɵelement(0, "option", 39);
|
|
6714
7004
|
}
|
|
6715
7005
|
if (rf & 2) {
|
|
6716
|
-
var
|
|
6717
|
-
i0.ɵɵproperty("value",
|
|
7006
|
+
var unit_r29 = ctx.$implicit;
|
|
7007
|
+
i0.ɵɵproperty("value", unit_r29);
|
|
6718
7008
|
}
|
|
6719
7009
|
}
|
|
6720
7010
|
function ListInputComponent_ul_4_ng_template_2_li_0_div_15_div_1_label_2_Template(rf, ctx) {
|
|
6721
7011
|
if (rf & 1) {
|
|
6722
|
-
i0.ɵɵelementStart(0, "label",
|
|
7012
|
+
i0.ɵɵelementStart(0, "label", 44);
|
|
6723
7013
|
i0.ɵɵtext(1, "Primordial");
|
|
6724
7014
|
i0.ɵɵelementEnd();
|
|
6725
7015
|
}
|
|
6726
7016
|
if (rf & 2) {
|
|
6727
|
-
var
|
|
6728
|
-
i0.ɵɵpropertyInterpolate("for", "importance-id-primary" +
|
|
7017
|
+
var i_r20 = i0.ɵɵnextContext(3).index;
|
|
7018
|
+
i0.ɵɵpropertyInterpolate("for", "importance-id-primary" + i_r20);
|
|
6729
7019
|
}
|
|
6730
7020
|
}
|
|
6731
7021
|
function ListInputComponent_ul_4_ng_template_2_li_0_div_15_div_1_label_3_Template(rf, ctx) {
|
|
6732
7022
|
if (rf & 1) {
|
|
6733
|
-
i0.ɵɵelementStart(0, "label",
|
|
7023
|
+
i0.ɵɵelementStart(0, "label", 44);
|
|
6734
7024
|
i0.ɵɵtext(1, "Secondaire");
|
|
6735
7025
|
i0.ɵɵelementEnd();
|
|
6736
7026
|
}
|
|
6737
7027
|
if (rf & 2) {
|
|
6738
|
-
var
|
|
6739
|
-
i0.ɵɵpropertyInterpolate("for", "importance-id-secondary" +
|
|
7028
|
+
var i_r20 = i0.ɵɵnextContext(3).index;
|
|
7029
|
+
i0.ɵɵpropertyInterpolate("for", "importance-id-secondary" + i_r20);
|
|
6740
7030
|
}
|
|
6741
7031
|
}
|
|
6742
7032
|
function ListInputComponent_ul_4_ng_template_2_li_0_div_15_div_1_label_4_Template(rf, ctx) {
|
|
6743
7033
|
if (rf & 1) {
|
|
6744
|
-
i0.ɵɵelementStart(0, "label",
|
|
7034
|
+
i0.ɵɵelementStart(0, "label", 44);
|
|
6745
7035
|
i0.ɵɵtext(1, "Facultatif");
|
|
6746
7036
|
i0.ɵɵelementEnd();
|
|
6747
7037
|
}
|
|
6748
7038
|
if (rf & 2) {
|
|
6749
|
-
var
|
|
6750
|
-
i0.ɵɵpropertyInterpolate("for", "importance-id-tertiary" +
|
|
7039
|
+
var i_r20 = i0.ɵɵnextContext(3).index;
|
|
7040
|
+
i0.ɵɵpropertyInterpolate("for", "importance-id-tertiary" + i_r20);
|
|
6751
7041
|
}
|
|
6752
7042
|
}
|
|
6753
7043
|
function ListInputComponent_ul_4_ng_template_2_li_0_div_15_div_1_Template(rf, ctx) {
|
|
6754
7044
|
if (rf & 1) {
|
|
6755
|
-
var
|
|
6756
|
-
i0.ɵɵelementStart(0, "div",
|
|
6757
|
-
i0.ɵɵelementStart(1, "input",
|
|
6758
|
-
i0.ɵɵlistener("click", function ListInputComponent_ul_4_ng_template_2_li_0_div_15_div_1_Template_input_click_1_listener() { i0.ɵɵrestoreView(
|
|
7045
|
+
var _r40_1 = i0.ɵɵgetCurrentView();
|
|
7046
|
+
i0.ɵɵelementStart(0, "div", 42);
|
|
7047
|
+
i0.ɵɵelementStart(1, "input", 43);
|
|
7048
|
+
i0.ɵɵlistener("click", function ListInputComponent_ul_4_ng_template_2_li_0_div_15_div_1_Template_input_click_1_listener() { i0.ɵɵrestoreView(_r40_1); var importance_r31 = ctx.$implicit; var i_r20 = i0.ɵɵnextContext(2).index; var ctx_r38 = i0.ɵɵnextContext(3); return ctx_r38.updateImportance(importance_r31, i_r20); });
|
|
6759
7049
|
i0.ɵɵelementEnd();
|
|
6760
|
-
i0.ɵɵtemplate(2, ListInputComponent_ul_4_ng_template_2_li_0_div_15_div_1_label_2_Template, 2, 1, "label",
|
|
6761
|
-
i0.ɵɵtemplate(3, ListInputComponent_ul_4_ng_template_2_li_0_div_15_div_1_label_3_Template, 2, 1, "label",
|
|
6762
|
-
i0.ɵɵtemplate(4, ListInputComponent_ul_4_ng_template_2_li_0_div_15_div_1_label_4_Template, 2, 1, "label",
|
|
7050
|
+
i0.ɵɵtemplate(2, ListInputComponent_ul_4_ng_template_2_li_0_div_15_div_1_label_2_Template, 2, 1, "label", 37);
|
|
7051
|
+
i0.ɵɵtemplate(3, ListInputComponent_ul_4_ng_template_2_li_0_div_15_div_1_label_3_Template, 2, 1, "label", 37);
|
|
7052
|
+
i0.ɵɵtemplate(4, ListInputComponent_ul_4_ng_template_2_li_0_div_15_div_1_label_4_Template, 2, 1, "label", 37);
|
|
6763
7053
|
i0.ɵɵelementEnd();
|
|
6764
7054
|
}
|
|
6765
7055
|
if (rf & 2) {
|
|
6766
|
-
var
|
|
6767
|
-
var
|
|
6768
|
-
var
|
|
6769
|
-
var
|
|
7056
|
+
var importance_r31 = ctx.$implicit;
|
|
7057
|
+
var ctx_r41 = i0.ɵɵnextContext(2);
|
|
7058
|
+
var i_r20 = ctx_r41.index;
|
|
7059
|
+
var row_r19 = ctx_r41.$implicit;
|
|
6770
7060
|
i0.ɵɵadvance(1);
|
|
6771
|
-
i0.ɵɵproperty("name", "importance" +
|
|
7061
|
+
i0.ɵɵproperty("name", "importance" + i_r20)("id", "importance-id-" + importance_r31 + i_r20)("value", importance_r31)("formControl", row_r19["controls"]["attributes"]["controls"]["importance"]);
|
|
6772
7062
|
i0.ɵɵadvance(1);
|
|
6773
|
-
i0.ɵɵproperty("ngIf",
|
|
7063
|
+
i0.ɵɵproperty("ngIf", importance_r31 === "primary");
|
|
6774
7064
|
i0.ɵɵadvance(1);
|
|
6775
|
-
i0.ɵɵproperty("ngIf",
|
|
7065
|
+
i0.ɵɵproperty("ngIf", importance_r31 === "secondary");
|
|
6776
7066
|
i0.ɵɵadvance(1);
|
|
6777
|
-
i0.ɵɵproperty("ngIf",
|
|
7067
|
+
i0.ɵɵproperty("ngIf", importance_r31 === "tertiary");
|
|
6778
7068
|
}
|
|
6779
7069
|
}
|
|
6780
7070
|
function ListInputComponent_ul_4_ng_template_2_li_0_div_15_Template(rf, ctx) {
|
|
6781
7071
|
if (rf & 1) {
|
|
6782
|
-
i0.ɵɵelementStart(0, "div",
|
|
6783
|
-
i0.ɵɵtemplate(1, ListInputComponent_ul_4_ng_template_2_li_0_div_15_div_1_Template, 5, 7, "div",
|
|
7072
|
+
i0.ɵɵelementStart(0, "div", 40);
|
|
7073
|
+
i0.ɵɵtemplate(1, ListInputComponent_ul_4_ng_template_2_li_0_div_15_div_1_Template, 5, 7, "div", 41);
|
|
6784
7074
|
i0.ɵɵelementEnd();
|
|
6785
7075
|
}
|
|
6786
7076
|
if (rf & 2) {
|
|
6787
|
-
var
|
|
7077
|
+
var ctx_r23 = i0.ɵɵnextContext(4);
|
|
6788
7078
|
i0.ɵɵadvance(1);
|
|
6789
|
-
i0.ɵɵproperty("ngForOf",
|
|
7079
|
+
i0.ɵɵproperty("ngForOf", ctx_r23.getImportances());
|
|
6790
7080
|
}
|
|
6791
7081
|
}
|
|
6792
|
-
var _c0$
|
|
7082
|
+
var _c0$2 = function (a0) { return { clickable: a0 }; };
|
|
6793
7083
|
function ListInputComponent_ul_4_ng_template_2_li_0_label_17_img_1_Template(rf, ctx) {
|
|
6794
7084
|
if (rf & 1) {
|
|
6795
|
-
i0.ɵɵelement(0, "img",
|
|
7085
|
+
i0.ɵɵelement(0, "img", 47);
|
|
6796
7086
|
}
|
|
6797
7087
|
if (rf & 2) {
|
|
6798
|
-
var
|
|
6799
|
-
var
|
|
6800
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c0$
|
|
7088
|
+
var row_r19 = i0.ɵɵnextContext(2).$implicit;
|
|
7089
|
+
var ctx_r42 = i0.ɵɵnextContext(3);
|
|
7090
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c0$2, ctx_r42.ingredientsPictures.editable))("src", row_r19.controls.attributes.controls["picture-url"].value, i0.ɵɵsanitizeUrl);
|
|
6801
7091
|
}
|
|
6802
7092
|
}
|
|
6803
7093
|
function ListInputComponent_ul_4_ng_template_2_li_0_label_17_ng_miam_icon_2_Template(rf, ctx) {
|
|
6804
7094
|
if (rf & 1) {
|
|
6805
|
-
i0.ɵɵelement(0, "ng-miam-icon",
|
|
7095
|
+
i0.ɵɵelement(0, "ng-miam-icon", 48);
|
|
6806
7096
|
}
|
|
6807
7097
|
if (rf & 2) {
|
|
6808
|
-
var
|
|
6809
|
-
i0.ɵɵproperty("iconName",
|
|
7098
|
+
var ctx_r43 = i0.ɵɵnextContext(5);
|
|
7099
|
+
i0.ɵɵproperty("iconName", ctx_r43.icon.Picture);
|
|
6810
7100
|
}
|
|
6811
7101
|
}
|
|
6812
7102
|
function ListInputComponent_ul_4_ng_template_2_li_0_label_17_Template(rf, ctx) {
|
|
6813
7103
|
if (rf & 1) {
|
|
6814
|
-
i0.ɵɵelementStart(0, "label",
|
|
6815
|
-
i0.ɵɵtemplate(1, ListInputComponent_ul_4_ng_template_2_li_0_label_17_img_1_Template, 1, 4, "img",
|
|
6816
|
-
i0.ɵɵtemplate(2, ListInputComponent_ul_4_ng_template_2_li_0_label_17_ng_miam_icon_2_Template, 1, 1, "ng-miam-icon",
|
|
7104
|
+
i0.ɵɵelementStart(0, "label", 44);
|
|
7105
|
+
i0.ɵɵtemplate(1, ListInputComponent_ul_4_ng_template_2_li_0_label_17_img_1_Template, 1, 4, "img", 45);
|
|
7106
|
+
i0.ɵɵtemplate(2, ListInputComponent_ul_4_ng_template_2_li_0_label_17_ng_miam_icon_2_Template, 1, 1, "ng-miam-icon", 46);
|
|
6817
7107
|
i0.ɵɵelementEnd();
|
|
6818
7108
|
}
|
|
6819
7109
|
if (rf & 2) {
|
|
6820
|
-
var
|
|
6821
|
-
var
|
|
6822
|
-
var
|
|
6823
|
-
var
|
|
6824
|
-
i0.ɵɵpropertyInterpolate1("for", "ing-picture-",
|
|
7110
|
+
var ctx_r45 = i0.ɵɵnextContext();
|
|
7111
|
+
var i_r20 = ctx_r45.index;
|
|
7112
|
+
var row_r19 = ctx_r45.$implicit;
|
|
7113
|
+
var ctx_r24 = i0.ɵɵnextContext(3);
|
|
7114
|
+
i0.ɵɵpropertyInterpolate1("for", "ing-picture-", i_r20, "");
|
|
6825
7115
|
i0.ɵɵadvance(1);
|
|
6826
|
-
i0.ɵɵproperty("ngIf",
|
|
7116
|
+
i0.ɵɵproperty("ngIf", row_r19.controls.attributes.controls["picture-url"] == null ? null : row_r19.controls.attributes.controls["picture-url"].value);
|
|
6827
7117
|
i0.ɵɵadvance(1);
|
|
6828
|
-
i0.ɵɵproperty("ngIf", !(
|
|
7118
|
+
i0.ɵɵproperty("ngIf", !(row_r19.controls.attributes.controls["picture-url"] == null ? null : row_r19.controls.attributes.controls["picture-url"].value) && ctx_r24.ingredientsPictures.editable);
|
|
6829
7119
|
}
|
|
6830
7120
|
}
|
|
6831
7121
|
function ListInputComponent_ul_4_ng_template_2_li_0_input_18_Template(rf, ctx) {
|
|
6832
7122
|
if (rf & 1) {
|
|
6833
|
-
var
|
|
6834
|
-
i0.ɵɵelementStart(0, "input",
|
|
6835
|
-
i0.ɵɵlistener("change", function ListInputComponent_ul_4_ng_template_2_li_0_input_18_Template_input_change_0_listener($event) { i0.ɵɵrestoreView(
|
|
7123
|
+
var _r47_1 = i0.ɵɵgetCurrentView();
|
|
7124
|
+
i0.ɵɵelementStart(0, "input", 49);
|
|
7125
|
+
i0.ɵɵlistener("change", function ListInputComponent_ul_4_ng_template_2_li_0_input_18_Template_input_change_0_listener($event) { i0.ɵɵrestoreView(_r47_1); var row_r19 = i0.ɵɵnextContext().$implicit; var ctx_r46 = i0.ɵɵnextContext(3); return ctx_r46.uploadIngredientPicture($event.target.files, row_r19.controls.attributes.controls["picture-url"]); });
|
|
6836
7126
|
i0.ɵɵelementEnd();
|
|
6837
7127
|
}
|
|
6838
7128
|
if (rf & 2) {
|
|
6839
|
-
var
|
|
6840
|
-
i0.ɵɵpropertyInterpolate1("id", "ing-picture-",
|
|
7129
|
+
var i_r20 = i0.ɵɵnextContext().index;
|
|
7130
|
+
i0.ɵɵpropertyInterpolate1("id", "ing-picture-", i_r20, "");
|
|
6841
7131
|
}
|
|
6842
7132
|
}
|
|
6843
7133
|
function ListInputComponent_ul_4_ng_template_2_li_0_div_20_Template(rf, ctx) {
|
|
6844
7134
|
if (rf & 1) {
|
|
6845
|
-
i0.ɵɵelement(0, "div",
|
|
7135
|
+
i0.ɵɵelement(0, "div", 24);
|
|
6846
7136
|
}
|
|
6847
7137
|
}
|
|
6848
7138
|
function ListInputComponent_ul_4_ng_template_2_li_0_div_21_Template(rf, ctx) {
|
|
6849
7139
|
if (rf & 1) {
|
|
6850
|
-
i0.ɵɵelementStart(0, "div",
|
|
6851
|
-
i0.ɵɵelement(1, "ng-miam-icon",
|
|
6852
|
-
i0.ɵɵelementStart(2, "span",
|
|
7140
|
+
i0.ɵɵelementStart(0, "div", 25);
|
|
7141
|
+
i0.ɵɵelement(1, "ng-miam-icon", 50);
|
|
7142
|
+
i0.ɵɵelementStart(2, "span", 51);
|
|
6853
7143
|
i0.ɵɵtext(3);
|
|
6854
7144
|
i0.ɵɵpipe(4, "capitalizeFirstLetter");
|
|
6855
7145
|
i0.ɵɵelementEnd();
|
|
6856
|
-
i0.ɵɵelementStart(5, "span",
|
|
7146
|
+
i0.ɵɵelementStart(5, "span", 51);
|
|
6857
7147
|
i0.ɵɵtext(6);
|
|
6858
7148
|
i0.ɵɵelementEnd();
|
|
6859
|
-
i0.ɵɵelementStart(7, "span",
|
|
7149
|
+
i0.ɵɵelementStart(7, "span", 51);
|
|
6860
7150
|
i0.ɵɵtext(8);
|
|
6861
7151
|
i0.ɵɵelementEnd();
|
|
6862
7152
|
i0.ɵɵelementEnd();
|
|
6863
7153
|
}
|
|
6864
7154
|
if (rf & 2) {
|
|
6865
|
-
var
|
|
6866
|
-
var
|
|
7155
|
+
var row_r19 = i0.ɵɵnextContext().$implicit;
|
|
7156
|
+
var ctx_r27 = i0.ɵɵnextContext(3);
|
|
6867
7157
|
var tmp_1_0 = null;
|
|
6868
7158
|
var tmp_2_0 = null;
|
|
6869
7159
|
var tmp_3_0 = null;
|
|
6870
7160
|
i0.ɵɵadvance(1);
|
|
6871
|
-
i0.ɵɵproperty("iconName",
|
|
7161
|
+
i0.ɵɵproperty("iconName", ctx_r27.icon.Grip);
|
|
6872
7162
|
i0.ɵɵadvance(2);
|
|
6873
|
-
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 4,
|
|
7163
|
+
i0.ɵɵtextInterpolate(i0.ɵɵpipeBind1(4, 4, row_r19 == null ? null : (tmp_1_0 = row_r19.get("attributes")) == null ? null : tmp_1_0.get("name").value));
|
|
6874
7164
|
i0.ɵɵadvance(3);
|
|
6875
|
-
i0.ɵɵtextInterpolate(
|
|
7165
|
+
i0.ɵɵtextInterpolate(row_r19 == null ? null : (tmp_2_0 = row_r19.get("attributes")) == null ? null : tmp_2_0.get("quantity").value);
|
|
6876
7166
|
i0.ɵɵadvance(2);
|
|
6877
|
-
i0.ɵɵtextInterpolate(
|
|
7167
|
+
i0.ɵɵtextInterpolate(row_r19 == null ? null : (tmp_3_0 = row_r19.get("attributes")) == null ? null : tmp_3_0.get("unit").value);
|
|
6878
7168
|
}
|
|
6879
7169
|
}
|
|
6880
7170
|
function ListInputComponent_ul_4_ng_template_2_li_0_Template(rf, ctx) {
|
|
6881
7171
|
if (rf & 1) {
|
|
6882
|
-
var
|
|
6883
|
-
i0.ɵɵelementStart(0, "li",
|
|
6884
|
-
i0.ɵɵelementStart(1, "div",
|
|
6885
|
-
i0.ɵɵelementStart(2, "div",
|
|
6886
|
-
i0.ɵɵelement(3, "ng-miam-icon",
|
|
7172
|
+
var _r52_1 = i0.ɵɵgetCurrentView();
|
|
7173
|
+
i0.ɵɵelementStart(0, "li", 15);
|
|
7174
|
+
i0.ɵɵelementStart(1, "div", 28);
|
|
7175
|
+
i0.ɵɵelementStart(2, "div", 29);
|
|
7176
|
+
i0.ɵɵelement(3, "ng-miam-icon", 18);
|
|
6887
7177
|
i0.ɵɵelementEnd();
|
|
6888
|
-
i0.ɵɵelementStart(4, "div",
|
|
6889
|
-
i0.ɵɵelement(5, "input",
|
|
7178
|
+
i0.ɵɵelementStart(4, "div", 30);
|
|
7179
|
+
i0.ɵɵelement(5, "input", 31);
|
|
6890
7180
|
i0.ɵɵpipe(6, "async");
|
|
6891
7181
|
i0.ɵɵpipe(7, "capitalizeFirstLetter");
|
|
6892
7182
|
i0.ɵɵelementStart(8, "datalist");
|
|
6893
|
-
i0.ɵɵtemplate(9, ListInputComponent_ul_4_ng_template_2_li_0_option_9_Template, 2, 3, "option",
|
|
7183
|
+
i0.ɵɵtemplate(9, ListInputComponent_ul_4_ng_template_2_li_0_option_9_Template, 2, 3, "option", 32);
|
|
6894
7184
|
i0.ɵɵelementEnd();
|
|
6895
|
-
i0.ɵɵelementStart(10, "input",
|
|
6896
|
-
i0.ɵɵlistener("ngModelChange", function ListInputComponent_ul_4_ng_template_2_li_0_Template_input_ngModelChange_10_listener($event) { i0.ɵɵrestoreView(
|
|
7185
|
+
i0.ɵɵelementStart(10, "input", 33);
|
|
7186
|
+
i0.ɵɵlistener("ngModelChange", function ListInputComponent_ul_4_ng_template_2_li_0_Template_input_ngModelChange_10_listener($event) { i0.ɵɵrestoreView(_r52_1); var i_r20 = ctx.index; var ctx_r51 = i0.ɵɵnextContext(3); return ctx_r51.updateQuantityValue($event, i_r20); });
|
|
6897
7187
|
i0.ɵɵelementEnd();
|
|
6898
|
-
i0.ɵɵelement(11, "input",
|
|
7188
|
+
i0.ɵɵelement(11, "input", 34);
|
|
6899
7189
|
i0.ɵɵpipe(12, "async");
|
|
6900
7190
|
i0.ɵɵelementStart(13, "datalist");
|
|
6901
|
-
i0.ɵɵtemplate(14, ListInputComponent_ul_4_ng_template_2_li_0_option_14_Template, 1, 1, "option",
|
|
7191
|
+
i0.ɵɵtemplate(14, ListInputComponent_ul_4_ng_template_2_li_0_option_14_Template, 1, 1, "option", 32);
|
|
6902
7192
|
i0.ɵɵelementEnd();
|
|
6903
|
-
i0.ɵɵtemplate(15, ListInputComponent_ul_4_ng_template_2_li_0_div_15_Template, 2, 1, "div",
|
|
7193
|
+
i0.ɵɵtemplate(15, ListInputComponent_ul_4_ng_template_2_li_0_div_15_Template, 2, 1, "div", 35);
|
|
6904
7194
|
i0.ɵɵelementEnd();
|
|
6905
7195
|
i0.ɵɵelementEnd();
|
|
6906
|
-
i0.ɵɵelementStart(16, "div",
|
|
6907
|
-
i0.ɵɵtemplate(17, ListInputComponent_ul_4_ng_template_2_li_0_label_17_Template, 3, 3, "label",
|
|
6908
|
-
i0.ɵɵtemplate(18, ListInputComponent_ul_4_ng_template_2_li_0_input_18_Template, 1, 1, "input",
|
|
6909
|
-
i0.ɵɵelementStart(19, "ng-miam-icon",
|
|
6910
|
-
i0.ɵɵlistener("click", function ListInputComponent_ul_4_ng_template_2_li_0_Template_ng_miam_icon_click_19_listener() { i0.ɵɵrestoreView(
|
|
7196
|
+
i0.ɵɵelementStart(16, "div", 36);
|
|
7197
|
+
i0.ɵɵtemplate(17, ListInputComponent_ul_4_ng_template_2_li_0_label_17_Template, 3, 3, "label", 37);
|
|
7198
|
+
i0.ɵɵtemplate(18, ListInputComponent_ul_4_ng_template_2_li_0_input_18_Template, 1, 1, "input", 38);
|
|
7199
|
+
i0.ɵɵelementStart(19, "ng-miam-icon", 21);
|
|
7200
|
+
i0.ɵɵlistener("click", function ListInputComponent_ul_4_ng_template_2_li_0_Template_ng_miam_icon_click_19_listener() { i0.ɵɵrestoreView(_r52_1); var i_r20 = ctx.index; var ctx_r53 = i0.ɵɵnextContext(3); return ctx_r53.delete(i_r20); });
|
|
6911
7201
|
i0.ɵɵelementEnd();
|
|
6912
|
-
i0.ɵɵtemplate(20, ListInputComponent_ul_4_ng_template_2_li_0_div_20_Template, 1, 0, "div",
|
|
6913
|
-
i0.ɵɵtemplate(21, ListInputComponent_ul_4_ng_template_2_li_0_div_21_Template, 9, 6, "div",
|
|
7202
|
+
i0.ɵɵtemplate(20, ListInputComponent_ul_4_ng_template_2_li_0_div_20_Template, 1, 0, "div", 22);
|
|
7203
|
+
i0.ɵɵtemplate(21, ListInputComponent_ul_4_ng_template_2_li_0_div_21_Template, 9, 6, "div", 23);
|
|
6914
7204
|
i0.ɵɵelementEnd();
|
|
6915
7205
|
i0.ɵɵelementEnd();
|
|
6916
7206
|
}
|
|
6917
7207
|
if (rf & 2) {
|
|
6918
|
-
var
|
|
6919
|
-
var
|
|
6920
|
-
var
|
|
7208
|
+
var row_r19 = ctx.$implicit;
|
|
7209
|
+
var i_r20 = ctx.index;
|
|
7210
|
+
var ctx_r18 = i0.ɵɵnextContext(3);
|
|
6921
7211
|
i0.ɵɵadvance(1);
|
|
6922
|
-
i0.ɵɵproperty("formGroupName",
|
|
7212
|
+
i0.ɵɵproperty("formGroupName", i_r20);
|
|
6923
7213
|
i0.ɵɵadvance(2);
|
|
6924
|
-
i0.ɵɵproperty("iconName",
|
|
7214
|
+
i0.ɵɵproperty("iconName", ctx_r18.icon.Grip);
|
|
6925
7215
|
i0.ɵɵadvance(2);
|
|
6926
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpipeBind1(6, 19,
|
|
6927
|
-
i0.ɵɵattribute("list", "miam-list-input-dropdown-ingredients-id" +
|
|
7216
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpipeBind1(6, 19, ctx_r18.isIngredientReviewed(row_r19["controls"]["attributes"]["controls"]["name"].value)) ? "alert-success" : "alert-danger")("ngModel", i0.ɵɵpipeBind1(7, 21, row_r19["controls"]["attributes"]["controls"]["name"].value))("formControl", row_r19["controls"]["attributes"]["controls"]["name"]);
|
|
7217
|
+
i0.ɵɵattribute("list", "miam-list-input-dropdown-ingredients-id" + i_r20);
|
|
6928
7218
|
i0.ɵɵadvance(3);
|
|
6929
|
-
i0.ɵɵattribute("id", "miam-list-input-dropdown-ingredients-id" +
|
|
7219
|
+
i0.ɵɵattribute("id", "miam-list-input-dropdown-ingredients-id" + i_r20);
|
|
6930
7220
|
i0.ɵɵadvance(1);
|
|
6931
|
-
i0.ɵɵproperty("ngForOf",
|
|
7221
|
+
i0.ɵɵproperty("ngForOf", ctx_r18.getFilteredNameFromIndex(i_r20));
|
|
6932
7222
|
i0.ɵɵadvance(1);
|
|
6933
|
-
i0.ɵɵproperty("ngModel",
|
|
7223
|
+
i0.ɵɵproperty("ngModel", row_r19["controls"]["attributes"]["controls"]["quantity"].value)("formControl", row_r19["controls"]["attributes"]["controls"]["quantity"]);
|
|
6934
7224
|
i0.ɵɵadvance(1);
|
|
6935
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpipeBind1(12, 23,
|
|
6936
|
-
i0.ɵɵattribute("list", "miam-list-input-dropdown-units-id" +
|
|
7225
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpipeBind1(12, 23, ctx_r18.isQuantityReviewed(row_r19["controls"]["attributes"]["controls"]["unit"].value)) ? "alert-success" : "alert-danger")("formControl", row_r19["controls"]["attributes"]["controls"]["unit"]);
|
|
7226
|
+
i0.ɵɵattribute("list", "miam-list-input-dropdown-units-id" + i_r20);
|
|
6937
7227
|
i0.ɵɵadvance(2);
|
|
6938
|
-
i0.ɵɵattribute("id", "miam-list-input-dropdown-units-id" +
|
|
7228
|
+
i0.ɵɵattribute("id", "miam-list-input-dropdown-units-id" + i_r20);
|
|
6939
7229
|
i0.ɵɵadvance(1);
|
|
6940
|
-
i0.ɵɵproperty("ngForOf",
|
|
7230
|
+
i0.ɵɵproperty("ngForOf", ctx_r18.getFilteredUnitsFromIndex(i_r20));
|
|
6941
7231
|
i0.ɵɵadvance(1);
|
|
6942
|
-
i0.ɵɵproperty("ngIf",
|
|
7232
|
+
i0.ɵɵproperty("ngIf", ctx_r18.getImportances().length > 0);
|
|
6943
7233
|
i0.ɵɵadvance(2);
|
|
6944
|
-
i0.ɵɵproperty("ngIf",
|
|
7234
|
+
i0.ɵɵproperty("ngIf", ctx_r18.ingredientsPictures.visible);
|
|
6945
7235
|
i0.ɵɵadvance(1);
|
|
6946
|
-
i0.ɵɵproperty("ngIf",
|
|
7236
|
+
i0.ɵɵproperty("ngIf", ctx_r18.ingredientsPictures.visible && ctx_r18.ingredientsPictures.editable && !ctx_r18.bigImageWarning);
|
|
6947
7237
|
i0.ɵɵadvance(1);
|
|
6948
|
-
i0.ɵɵproperty("iconName",
|
|
7238
|
+
i0.ɵɵproperty("iconName", ctx_r18.icon.Trash);
|
|
6949
7239
|
}
|
|
6950
7240
|
}
|
|
6951
7241
|
function ListInputComponent_ul_4_ng_template_2_Template(rf, ctx) {
|
|
6952
7242
|
if (rf & 1) {
|
|
6953
|
-
i0.ɵɵtemplate(0, ListInputComponent_ul_4_ng_template_2_li_0_Template, 22, 25, "li",
|
|
7243
|
+
i0.ɵɵtemplate(0, ListInputComponent_ul_4_ng_template_2_li_0_Template, 22, 25, "li", 14);
|
|
6954
7244
|
}
|
|
6955
7245
|
if (rf & 2) {
|
|
6956
|
-
var
|
|
6957
|
-
i0.ɵɵproperty("ngForOf",
|
|
7246
|
+
var ctx_r7 = i0.ɵɵnextContext(2);
|
|
7247
|
+
i0.ɵɵproperty("ngForOf", ctx_r7.list.controls)("ngForTrackBy", ctx_r7.trackByIndex);
|
|
6958
7248
|
}
|
|
6959
7249
|
}
|
|
6960
7250
|
function ListInputComponent_ul_4_Template(rf, ctx) {
|
|
6961
7251
|
if (rf & 1) {
|
|
6962
|
-
var
|
|
6963
|
-
i0.ɵɵelementStart(0, "ul",
|
|
6964
|
-
i0.ɵɵlistener("cdkDropListDropped", function ListInputComponent_ul_4_Template_ul_cdkDropListDropped_0_listener($event) { i0.ɵɵrestoreView(
|
|
6965
|
-
i0.ɵɵtemplate(1, ListInputComponent_ul_4_ng_container_1_Template, 2, 2, "ng-container",
|
|
6966
|
-
i0.ɵɵtemplate(2, ListInputComponent_ul_4_ng_template_2_Template, 1, 2, "ng-template", null,
|
|
7252
|
+
var _r55_1 = i0.ɵɵgetCurrentView();
|
|
7253
|
+
i0.ɵɵelementStart(0, "ul", 11);
|
|
7254
|
+
i0.ɵɵlistener("cdkDropListDropped", function ListInputComponent_ul_4_Template_ul_cdkDropListDropped_0_listener($event) { i0.ɵɵrestoreView(_r55_1); var ctx_r54 = i0.ɵɵnextContext(); return ctx_r54.drop($event); });
|
|
7255
|
+
i0.ɵɵtemplate(1, ListInputComponent_ul_4_ng_container_1_Template, 2, 2, "ng-container", 12);
|
|
7256
|
+
i0.ɵɵtemplate(2, ListInputComponent_ul_4_ng_template_2_Template, 1, 2, "ng-template", null, 13, i0.ɵɵtemplateRefExtractor);
|
|
6967
7257
|
i0.ɵɵelementEnd();
|
|
6968
7258
|
}
|
|
6969
7259
|
if (rf & 2) {
|
|
6970
|
-
var
|
|
7260
|
+
var _r6 = i0.ɵɵreference(3);
|
|
6971
7261
|
var ctx_r0 = i0.ɵɵnextContext();
|
|
6972
7262
|
i0.ɵɵadvance(1);
|
|
6973
|
-
i0.ɵɵproperty("ngIf", !ctx_r0.ingredientMode)("ngIfElse",
|
|
7263
|
+
i0.ɵɵproperty("ngIf", !ctx_r0.ingredientMode)("ngIfElse", _r6);
|
|
6974
7264
|
}
|
|
6975
7265
|
}
|
|
6976
7266
|
function ListInputComponent_ng_template_5_Template(rf, ctx) {
|
|
6977
7267
|
if (rf & 1) {
|
|
6978
|
-
i0.ɵɵelementStart(0, "div",
|
|
6979
|
-
i0.ɵɵelement(1, "ng-miam-icon",
|
|
6980
|
-
i0.ɵɵelementStart(2, "span",
|
|
7268
|
+
i0.ɵɵelementStart(0, "div", 52);
|
|
7269
|
+
i0.ɵɵelement(1, "ng-miam-icon", 53);
|
|
7270
|
+
i0.ɵɵelementStart(2, "span", 54);
|
|
6981
7271
|
i0.ɵɵtext(3);
|
|
6982
7272
|
i0.ɵɵelementEnd();
|
|
6983
7273
|
i0.ɵɵelementEnd();
|
|
@@ -6992,7 +7282,7 @@
|
|
|
6992
7282
|
}
|
|
6993
7283
|
function ListInputComponent_div_13_Template(rf, ctx) {
|
|
6994
7284
|
if (rf & 1) {
|
|
6995
|
-
i0.ɵɵelementStart(0, "div",
|
|
7285
|
+
i0.ɵɵelementStart(0, "div", 55);
|
|
6996
7286
|
i0.ɵɵtext(1);
|
|
6997
7287
|
i0.ɵɵelementEnd();
|
|
6998
7288
|
}
|
|
@@ -7002,6 +7292,20 @@
|
|
|
7002
7292
|
i0.ɵɵtextInterpolate(ctx_r3.instructions);
|
|
7003
7293
|
}
|
|
7004
7294
|
}
|
|
7295
|
+
function ListInputComponent_ng_miam_modal_14_Template(rf, ctx) {
|
|
7296
|
+
if (rf & 1) {
|
|
7297
|
+
var _r57_1 = i0.ɵɵgetCurrentView();
|
|
7298
|
+
i0.ɵɵelementStart(0, "ng-miam-modal", 56);
|
|
7299
|
+
i0.ɵɵlistener("close", function ListInputComponent_ng_miam_modal_14_Template_ng_miam_modal_close_0_listener() { i0.ɵɵrestoreView(_r57_1); var ctx_r56 = i0.ɵɵnextContext(); return ctx_r56.closeBigImageErrorModal(); })("cancel", function ListInputComponent_ng_miam_modal_14_Template_ng_miam_modal_cancel_0_listener() { i0.ɵɵrestoreView(_r57_1); var ctx_r58 = i0.ɵɵnextContext(); return ctx_r58.closeBigImageErrorModal(); })("confirm", function ListInputComponent_ng_miam_modal_14_Template_ng_miam_modal_confirm_0_listener() { i0.ɵɵrestoreView(_r57_1); var ctx_r59 = i0.ɵɵnextContext(); return ctx_r59.closeBigImageErrorModal(); });
|
|
7300
|
+
i0.ɵɵelementStart(1, "span", 57);
|
|
7301
|
+
i0.ɵɵtext(2, "Votre image est trop lourde (la taille doit \u00EAtre inf\u00E9rieure \u00E0 500 Ko). Merci d\u2019en ajouter une plus l\u00E9g\u00E8re.");
|
|
7302
|
+
i0.ɵɵelementEnd();
|
|
7303
|
+
i0.ɵɵelementEnd();
|
|
7304
|
+
}
|
|
7305
|
+
if (rf & 2) {
|
|
7306
|
+
i0.ɵɵproperty("isAngularComponent", true)("noHeaderMode", false)("expanded", true);
|
|
7307
|
+
}
|
|
7308
|
+
}
|
|
7005
7309
|
var ListInputComponent = /** @class */ (function () {
|
|
7006
7310
|
function ListInputComponent(ingredientService, fb, cdr) {
|
|
7007
7311
|
this.ingredientService = ingredientService;
|
|
@@ -7009,10 +7313,11 @@
|
|
|
7009
7313
|
this.cdr = cdr;
|
|
7010
7314
|
this.placeholder = '';
|
|
7011
7315
|
this.isPersonal = false;
|
|
7012
|
-
this.list = new
|
|
7316
|
+
this.list = new i13.FormArray([]);
|
|
7013
7317
|
this.ingredientsPictures = { visible: false, editable: false };
|
|
7014
7318
|
this.icon = exports.Icon;
|
|
7015
|
-
this.
|
|
7319
|
+
this.bigImageWarning = false;
|
|
7320
|
+
this.fillListInput = new i13.FormControl('');
|
|
7016
7321
|
this.deleteId = new i0.EventEmitter();
|
|
7017
7322
|
this.orderHasChanged = new i0.EventEmitter();
|
|
7018
7323
|
this.previousQuantities = [];
|
|
@@ -7037,15 +7342,15 @@
|
|
|
7037
7342
|
ingredients.forEach(function (ing) {
|
|
7038
7343
|
ing.attributes.quantity = parseFloat(ing.attributes.quantity).toString();
|
|
7039
7344
|
_this.list.push(_this.fb.group({
|
|
7040
|
-
id: new
|
|
7345
|
+
id: new i13.FormControl(ing.id !== '-1' ? ing.id : null),
|
|
7041
7346
|
attributes: _this.fb.group({
|
|
7042
|
-
quantity: new
|
|
7043
|
-
unit: new
|
|
7044
|
-
name: new
|
|
7347
|
+
quantity: new i13.FormControl(ing.attributes.quantity, i13.Validators.required),
|
|
7348
|
+
unit: new i13.FormControl(ing.attributes.unit, i13.Validators.required),
|
|
7349
|
+
name: new i13.FormControl(ing.attributes.name, i13.Validators.required),
|
|
7045
7350
|
// importance: new FormControl(ing.attributes.importance,
|
|
7046
7351
|
// this.isPersonal ? Validators.nullValidator : Validators.required),
|
|
7047
7352
|
// Not mandatory for the moment, decomment above if mandatory later
|
|
7048
|
-
importance: new
|
|
7353
|
+
importance: new i13.FormControl(ing.attributes.importance, i13.Validators.nullValidator),
|
|
7049
7354
|
})
|
|
7050
7355
|
}));
|
|
7051
7356
|
_this.previousQuantities.push(ing.attributes.quantity);
|
|
@@ -7058,7 +7363,7 @@
|
|
|
7058
7363
|
if (element.trim()) {
|
|
7059
7364
|
_this.list.push(_this.fb.group({
|
|
7060
7365
|
attributes: _this.fb.group({
|
|
7061
|
-
description: new
|
|
7366
|
+
description: new i13.FormControl(element)
|
|
7062
7367
|
})
|
|
7063
7368
|
}));
|
|
7064
7369
|
}
|
|
@@ -7111,19 +7416,36 @@
|
|
|
7111
7416
|
ListInputComponent.prototype.trackByIndex = function (index, el) {
|
|
7112
7417
|
return el;
|
|
7113
7418
|
};
|
|
7114
|
-
// TODO: size check
|
|
7115
7419
|
ListInputComponent.prototype.uploadIngredientPicture = function (files, ingForm) {
|
|
7116
7420
|
var _this = this;
|
|
7117
7421
|
if (!files[0] || !ingForm) {
|
|
7118
7422
|
return;
|
|
7119
7423
|
}
|
|
7120
|
-
|
|
7121
|
-
|
|
7122
|
-
|
|
7123
|
-
|
|
7124
|
-
|
|
7125
|
-
|
|
7126
|
-
|
|
7424
|
+
if (!this.imageSizeCheck(files, 512 * 512)) {
|
|
7425
|
+
this.bigImageWarning = true;
|
|
7426
|
+
this.cdr.detectChanges();
|
|
7427
|
+
}
|
|
7428
|
+
else {
|
|
7429
|
+
var reader_1 = new FileReader();
|
|
7430
|
+
reader_1.readAsDataURL(files[0]);
|
|
7431
|
+
reader_1.onload = function () {
|
|
7432
|
+
ingForm.patchValue(reader_1.result);
|
|
7433
|
+
_this.list.markAsDirty();
|
|
7434
|
+
_this.cdr.detectChanges();
|
|
7435
|
+
};
|
|
7436
|
+
}
|
|
7437
|
+
};
|
|
7438
|
+
/**
|
|
7439
|
+
* checks if image size < maxSize
|
|
7440
|
+
* @param files
|
|
7441
|
+
* @param maxSize
|
|
7442
|
+
*/
|
|
7443
|
+
ListInputComponent.prototype.imageSizeCheck = function (files, maxSize) {
|
|
7444
|
+
return !files[0] || files[0].size < maxSize;
|
|
7445
|
+
};
|
|
7446
|
+
ListInputComponent.prototype.closeBigImageErrorModal = function () {
|
|
7447
|
+
this.bigImageWarning = false;
|
|
7448
|
+
this.cdr.detectChanges();
|
|
7127
7449
|
};
|
|
7128
7450
|
/**
|
|
7129
7451
|
* filter using the input the possible ingredient name the user might want
|
|
@@ -7192,8 +7514,8 @@
|
|
|
7192
7514
|
};
|
|
7193
7515
|
return ListInputComponent;
|
|
7194
7516
|
}());
|
|
7195
|
-
ListInputComponent.ɵfac = function ListInputComponent_Factory(t) { return new (t || ListInputComponent)(i0.ɵɵdirectiveInject(IngredientsService), i0.ɵɵdirectiveInject(
|
|
7196
|
-
ListInputComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ListInputComponent, selectors: [["ng-miam-list-input"]], inputs: { hint: "hint", placeholder: "placeholder", label: "label", instructions: "instructions", ingredientMode: "ingredientMode", isPersonal: "isPersonal", list: "list", ingredientsPictures: "ingredientsPictures" }, outputs: { deleteId: "deleteId", orderHasChanged: "orderHasChanged" }, decls:
|
|
7517
|
+
ListInputComponent.ɵfac = function ListInputComponent_Factory(t) { return new (t || ListInputComponent)(i0.ɵɵdirectiveInject(IngredientsService), i0.ɵɵdirectiveInject(i13.FormBuilder), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
|
|
7518
|
+
ListInputComponent.ɵcmp = i0.ɵɵdefineComponent({ type: ListInputComponent, selectors: [["ng-miam-list-input"]], inputs: { hint: "hint", placeholder: "placeholder", label: "label", instructions: "instructions", ingredientMode: "ingredientMode", isPersonal: "isPersonal", list: "list", ingredientsPictures: "ingredientsPictures" }, outputs: { deleteId: "deleteId", orderHasChanged: "orderHasChanged" }, decls: 15, vars: 8, consts: [[1, "miam-list-input"], [1, "miam-list-input__list", 3, "formGroup"], [1, "miam-list-input__list__label"], ["class", "miam-list-input__container m-default-card", "cdkDropList", "", 3, "cdkDropListDropped", 4, "ngIf", "ngIfElse"], ["hintPlaceholder", ""], [1, "miam-list-input__actions"], ["matInput", "", "cdkTextareaAutosize", "", "cdkAutosizeMinRows", "4", "cdkAutosizeMaxRows", "4", 1, "m-input", 3, "formControl", "keydown.enter"], [1, "m-button-primary", 3, "mousedown", "mouseup"], [1, "miam-list-input__instructions__direction"], ["class", "miam-list-input__actions__instructions", 4, "ngIf"], ["title", "Image trop volumineuse", "cancelButtonText", "Retour", "confirmButtonText", "Confirmer", 3, "isAngularComponent", "noHeaderMode", "expanded", "close", "cancel", "confirm", 4, "ngIf"], ["cdkDropList", "", 1, "miam-list-input__container", "m-default-card", 3, "cdkDropListDropped"], [4, "ngIf", "ngIfElse"], ["ingredientRow", ""], ["cdkDrag", "", 4, "ngFor", "ngForOf", "ngForTrackBy"], ["cdkDrag", ""], [3, "formGroup"], [1, "miam-list-input__container__row", "m-default-card"], ["primaryColor", "var(--m-color-grey05)", "cdkDragHandle", "", 1, "miam-list-input__row__grip", 3, "iconName"], ["cdkTextareaAutosize", "true", "cdkAutosizeMinRows", "1", "cdkAutosizeMaxRows", "50", "formControlName", "description", 1, "m-input", 3, "blur"], ["autosize", "cdkTextareaAutosize"], ["primaryColor", "var(--m-color-grey05)", 1, "miam-list-input__row__trash", 3, "iconName", "click"], ["class", "miam-list-input__row__placeholder", 4, "cdkDragPlaceholder"], ["class", "miam-list-input__row__preview m-default-card", 4, "cdkDragPreview"], [1, "miam-list-input__row__placeholder"], [1, "miam-list-input__row__preview", "m-default-card"], ["primaryColor", "var(--m-color-grey05)", "cdkDragHandle", "", 3, "iconName"], [1, "miam-list-input__preview__text", "m-body-typo"], [1, "miam-list-input__container__row", "m-default-card", 3, "formGroupName"], [1, "miam-list-input__row__left"], [1, "miam-list-input__row__right"], [1, "m-input", 3, "ngClass", "ngModel", "formControl"], [3, "value", 4, "ngFor", "ngForOf"], ["maxSize", "4", "autoWidthInput", "", 1, "m-input", 3, "ngModel", "formControl", "ngModelChange"], ["maxSize", "8", "autoWidthInput", "", 1, "m-input", 3, "ngClass", "formControl"], ["class", "miam-list-input__importance", 4, "ngIf"], [1, "miam-list-input__row__controls"], [3, "for", 4, "ngIf"], ["type", "file", "accept", "image/jpeg, image/png, image/webp", 3, "id", "change", 4, "ngIf"], [3, "value"], [1, "miam-list-input__importance"], ["class", "miam-list-input__importance__radio", 4, "ngFor", "ngForOf"], [1, "miam-list-input__importance__radio"], ["type", "radio", 3, "name", "id", "value", "formControl", "click"], [3, "for"], ["class", "miam-list-input__row__picture", 3, "ngClass", "src", 4, "ngIf"], ["class", "miam-list-input__row__trash", "primaryColor", "var(--m-color-grey05)", 3, "iconName", 4, "ngIf"], [1, "miam-list-input__row__picture", 3, "ngClass", "src"], ["primaryColor", "var(--m-color-grey05)", 1, "miam-list-input__row__trash", 3, "iconName"], ["type", "file", "accept", "image/jpeg, image/png, image/webp", 3, "id", "change"], ["primaryColor", "var(--m-color-grey-text-dark)", "cdkDragHandle", "", 3, "iconName"], [1, "m-body-typo"], [1, "miam-list-input__placeholder", "miam-list-input__container", "m-default-card"], ["primaryColor", "var(--m-color-grey-text-dark)", 3, "width", "height", "iconName"], [1, "miam-list-input__placeholder__hint", "m-body-typo"], [1, "miam-list-input__actions__instructions"], ["title", "Image trop volumineuse", "cancelButtonText", "Retour", "confirmButtonText", "Confirmer", 3, "isAngularComponent", "noHeaderMode", "expanded", "close", "cancel", "confirm"], [1, "miam-list-input__picture__warning"]], template: function ListInputComponent_Template(rf, ctx) {
|
|
7197
7519
|
if (rf & 1) {
|
|
7198
7520
|
i0.ɵɵelementStart(0, "div", 0);
|
|
7199
7521
|
i0.ɵɵelementStart(1, "div", 1);
|
|
@@ -7217,6 +7539,7 @@
|
|
|
7217
7539
|
i0.ɵɵtemplate(13, ListInputComponent_div_13_Template, 2, 1, "div", 9);
|
|
7218
7540
|
i0.ɵɵelementEnd();
|
|
7219
7541
|
i0.ɵɵelementEnd();
|
|
7542
|
+
i0.ɵɵtemplate(14, ListInputComponent_ng_miam_modal_14_Template, 3, 3, "ng-miam-modal", 10);
|
|
7220
7543
|
}
|
|
7221
7544
|
if (rf & 2) {
|
|
7222
7545
|
var _r1 = i0.ɵɵreference(6);
|
|
@@ -7231,8 +7554,10 @@
|
|
|
7231
7554
|
i0.ɵɵattribute("placeholder", ctx.placeholder);
|
|
7232
7555
|
i0.ɵɵadvance(5);
|
|
7233
7556
|
i0.ɵɵproperty("ngIf", ctx.instructions);
|
|
7557
|
+
i0.ɵɵadvance(1);
|
|
7558
|
+
i0.ɵɵproperty("ngIf", ctx.bigImageWarning);
|
|
7234
7559
|
}
|
|
7235
|
-
}, directives: [i15.NgControlStatusGroup, i15.FormGroupDirective, i4.NgIf, i4$1.CdkTextareaAutosize, i15.DefaultValueAccessor, i15.NgControlStatus, i15.FormControlDirective, i5.CdkDropList, i4.NgForOf, i5.CdkDrag, IconComponent, i5.CdkDragHandle, i15.FormControlName, i5.CdkDragPlaceholder, i5.CdkDragPreview, i15.FormGroupName, i4.NgClass, AutowidthInputDirective, i15.NgSelectOption, i15.ɵangular_packages_forms_forms_x, i15.RadioControlValueAccessor], pipes: [i4.AsyncPipe, CapitalizeFirstLetterPipe], styles: [".miam-list-input[_ngcontent-%COMP%]{padding:8px}@media (min-width:1024px){.miam-list-input[_ngcontent-%COMP%]{width:calc(100% - 16px)}}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%]{margin-top:50px;position:relative}@media (min-width:1024px){.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%]{width:55%}}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] .miam-list-input__list__label[_ngcontent-%COMP%]{background-color:var(--m-color-secondary-light);border-radius:8px 8px 0 0;color:var(--m-color-secondary);font-weight:700;left:0;padding:8px 24px;position:absolute;top:-33px;width:200px;z-index:0}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] .miam-list-input__container[_ngcontent-%COMP%]{display:flex;flex-direction:column;height:400px;margin-bottom:32px;overflow-x:hidden;overflow-y:auto;position:inherit;z-index:1}@media (max-width:1023px){.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] .miam-list-input__container[_ngcontent-%COMP%]{height:55vh;margin-bottom:16px;width:unset}}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] .miam-list-input__container[_ngcontent-%COMP%]::-webkit-scrollbar-button{height:20px}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] .miam-list-input__container[_ngcontent-%COMP%]::-webkit-scrollbar-track{background:var(--m-color-grey)}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] .miam-list-input__container[_ngcontent-%COMP%]::-webkit-scrollbar{cursor:-webkit-grab;height:7px;width:5px}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] .miam-list-input__container[_ngcontent-%COMP%]::-webkit-scrollbar-thumb{background:var(--m-color-primary);border-radius:5px}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{display:flex;justify-content:flex-start;row-gap:8px}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{-moz-column-gap:16px;align-items:center;column-gap:16px;display:flex;list-style:none}@media (max-width:1023px){.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{-moz-column-gap:0;column-gap:0}}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%]{-moz-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;align-items:center;display:flex;flex:1;flex-direction:row;gap:16px;user-select:none}@media (max-width:1023px){.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%]{margin-right:4px}}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]{max-width:unset;padding:inherit}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .m-input[_ngcontent-%COMP%]{margin:unset;max-width:unset;min-width:unset}@media (max-width:359px){.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .m-input[_ngcontent-%COMP%]{max-width:60vw}}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__left[_ngcontent-%COMP%]{align-items:center;display:flex;flex-direction:row}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__left[_ngcontent-%COMP%] .miam-list-input__row__grip[_ngcontent-%COMP%]{cursor:move}@media (max-width:1023px){.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__left[_ngcontent-%COMP%] .miam-list-input__row__grip[_ngcontent-%COMP%]{margin-left:4px}}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__left[_ngcontent-%COMP%] .m-input[_ngcontent-%COMP%]{margin-left:8px;margin-right:8px;width:200px}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__right[_ngcontent-%COMP%]{align-items:center;display:flex;flex:1;flex-direction:row}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__right[_ngcontent-%COMP%] .m-input[_ngcontent-%COMP%]{margin-right:8px;width:80px}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__right[_ngcontent-%COMP%] .m-input[_ngcontent-%COMP%]:first-child{flex:1}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__right[_ngcontent-%COMP%] .m-input[_ngcontent-%COMP%]:last-child{margin-right:0;text-align:right}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__right[_ngcontent-%COMP%] .miam-list-input__importance[_ngcontent-%COMP%]{display:flex;flex-direction:column;gap:4px}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__right[_ngcontent-%COMP%] .miam-list-input__importance[_ngcontent-%COMP%] .miam-list-input__importance__radio[_ngcontent-%COMP%]{display:flex;flex-direction:row;line-height:24px}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__right[_ngcontent-%COMP%] .miam-list-input__importance[_ngcontent-%COMP%] .miam-list-input__importance__radio[_ngcontent-%COMP%] label[_ngcontent-%COMP%]{color:var(--m-color-slate);font-size:var(--m-font-size-medium);font-style:normal;font-weight:500}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__right[_ngcontent-%COMP%] .miam-list-input__importance[_ngcontent-%COMP%] .miam-list-input__importance__radio[_ngcontent-%COMP%] .ng-invalid[_ngcontent-%COMP%] + label[_ngcontent-%COMP%]{color:var(--m-color-danger)}@media (max-width:1023px){.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__right[_ngcontent-%COMP%]{flex-wrap:wrap}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__right[_ngcontent-%COMP%] .m-input[_ngcontent-%COMP%]{flex:1;margin-bottom:8px;margin-right:4px}}@media (max-width:359px){.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__right[_ngcontent-%COMP%]{max-width:60vw}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__right[_ngcontent-%COMP%] .m-input[_ngcontent-%COMP%]{max-width:58vw}}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__right[_ngcontent-%COMP%] .alert-success[_ngcontent-%COMP%]{background:var(--m-color-white);border:1px solid var(--m-color-success);border-radius:8px;box-shadow:0 0 4px var(--m-color-success)}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__container__row[_ngcontent-%COMP%] .miam-list-input__row__right[_ngcontent-%COMP%] .alert-danger[_ngcontent-%COMP%]{background:var(--m-color-white);border:1px solid var(--m-color-danger);border-radius:8px;box-shadow:0 0 4px var(--m-color-danger)}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__row__controls[_ngcontent-%COMP%]{align-items:center;display:flex;gap:8px;justify-content:space-between}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__row__controls[_ngcontent-%COMP%] label[_ngcontent-%COMP%]{display:flex;justify-content:center;width:50px}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__row__controls[_ngcontent-%COMP%] label[_ngcontent-%COMP%] .miam-list-input__row__picture[_ngcontent-%COMP%]{-webkit-tap-highlight-color:transparent;width:50px}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__row__controls[_ngcontent-%COMP%] label[_ngcontent-%COMP%] .miam-list-input__row__picture.clickable[_ngcontent-%COMP%]{cursor:pointer}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__row__controls[_ngcontent-%COMP%] input[_ngcontent-%COMP%]{display:none}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .miam-list-input__row__controls[_ngcontent-%COMP%] .miam-list-input__row__trash[_ngcontent-%COMP%]{-webkit-tap-highlight-color:transparent;cursor:pointer}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]{border-radius:var(--m-border-radius);flex:1;margin:0;max-width:none;outline:none;padding:5px;resize:none}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] textarea.warnning[_ngcontent-%COMP%]{background-color:var(--m-color-secondary-light);color:var(--m-color-secondary)}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] textarea.error[_ngcontent-%COMP%]{background-color:var(--m-color-danger);color:var(--m-color-danger-text)}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__list[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] textarea[cdktextareaautosize][_ngcontent-%COMP%]{overflow:hidden}.miam-list-input[_ngcontent-%COMP%] .hint[_ngcontent-%COMP%]{border-radius:var(--m-border-radius);flex:1;font-size:12px;font-weight:600;padding-bottom:10px}.miam-list-input[_ngcontent-%COMP%] .hint.warnning[_ngcontent-%COMP%]{color:var(--m-color-secondary)}.miam-list-input[_ngcontent-%COMP%] .hint.error[_ngcontent-%COMP%]{color:var(--m-color-danger)}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__placeholder[_ngcontent-%COMP%]{align-items:center;justify-content:center}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__placeholder[_ngcontent-%COMP%] .miam-list-input__placeholder__hint[_ngcontent-%COMP%]{color:var(--m-color-secondary);margin-top:40px;opacity:.5;text-align:center}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__actions[_ngcontent-%COMP%]{-moz-column-gap:32px;column-gap:32px;display:flex;justify-content:space-between}@media (min-width:1024px){.miam-list-input[_ngcontent-%COMP%] .miam-list-input__actions[_ngcontent-%COMP%]{width:calc(45% - 32px)}}@media (max-width:1023px){.miam-list-input[_ngcontent-%COMP%] .miam-list-input__actions[_ngcontent-%COMP%]{flex-direction:column}}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__actions[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]{flex:1;margin-top:0;outline:none;resize:none}@media (max-width:1023px){.miam-list-input[_ngcontent-%COMP%] .miam-list-input__actions[_ngcontent-%COMP%] textarea[_ngcontent-%COMP%]{width:90vw}}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__actions[_ngcontent-%COMP%] .miam-list-input__actions__instructions[_ngcontent-%COMP%]{background-color:var(--m-color-info);border-radius:8px;color:var(--m-color-info-text);max-width:calc(98vw - 776px);padding:8px;position:absolute;top:315px;white-space:pre-line;width:400px}@media (max-width:1023px){.miam-list-input[_ngcontent-%COMP%] .miam-list-input__actions[_ngcontent-%COMP%] .miam-list-input__actions__instructions[_ngcontent-%COMP%]{margin-top:16px;max-width:unset;position:unset;width:unset}}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__actions[_ngcontent-%COMP%] .miam-list-input__instructions__direction[_ngcontent-%COMP%]{margin-left:4px}@media (max-width:1023px){.miam-list-input[_ngcontent-%COMP%] .miam-list-input__actions[_ngcontent-%COMP%] .miam-list-input__instructions__direction[_ngcontent-%COMP%]{display:none}}.miam-list-input[_ngcontent-%COMP%] .miam-list-input__actions[_ngcontent-%COMP%] button[_ngcontent-%COMP%]{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.miam-list-input__row__preview[_ngcontent-%COMP%]{align-items:center;display:flex;width:530px}@media (max-width:1023px){.miam-list-input__row__preview[_ngcontent-%COMP%]{flex-wrap:wrap;width:80vw}}.miam-list-input__row__preview[_ngcontent-%COMP%] .miam-list-input__preview__text[_ngcontent-%COMP%]{padding:5px}.miam-list-input__row__preview[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:first-of-type{flex:1;flex-shrink:1;margin-left:8px}.miam-list-input__row__preview[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:nth-of-type(2n){margin-right:8px}.miam-list-input__row__placeholder[_ngcontent-%COMP%]{-moz-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;background:var(--m-color-grey07);border-radius:8px;margin-right:24px;min-height:60px;user-select:none}.cdk-drag-animating[_ngcontent-%COMP%], .miam-list-input__row__placeholder[_ngcontent-%COMP%], ul.cdk-drop-list-dragging[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:not(.cdk-drag-placeholder){transition:transform .25s cubic-bezier(0,0,.2,1)}"] });
|
|
7560
|
+
}, directives: [i13.NgControlStatusGroup, i13.FormGroupDirective, i4.NgIf, i4$1.CdkTextareaAutosize, i13.DefaultValueAccessor, i13.NgControlStatus, i13.FormControlDirective, i5.CdkDropList, i4.NgForOf, i5.CdkDrag, IconComponent, i5.CdkDragHandle, i13.FormControlName, i5.CdkDragPlaceholder, i5.CdkDragPreview, i13.FormGroupName, i4.NgClass, AutowidthInputDirective, i13.NgSelectOption, i13.ɵangular_packages_forms_forms_x, i13.RadioControlValueAccessor, ModalComponent], pipes: [i4.AsyncPipe, CapitalizeFirstLetterPipe], styles: [".miam-list-input{padding:8px}@media (min-width:1024px){.miam-list-input{width:calc(100% - 16px)}}.miam-list-input .miam-list-input__list{margin-top:50px;position:relative}@media (min-width:1024px){.miam-list-input .miam-list-input__list{width:55%}}.miam-list-input .miam-list-input__list .miam-list-input__list__label{background-color:var(--m-color-secondary-light);border-radius:8px 8px 0 0;color:var(--m-color-secondary);font-weight:700;left:0;padding:8px 24px;position:absolute;top:-33px;width:200px;z-index:0}.miam-list-input .miam-list-input__list .miam-list-input__container{display:flex;flex-direction:column;height:400px;margin-bottom:32px;overflow-x:hidden;overflow-y:auto;position:inherit;z-index:1}@media (max-width:1023px){.miam-list-input .miam-list-input__list .miam-list-input__container{height:55vh;margin-bottom:16px;width:unset}}.miam-list-input .miam-list-input__list .miam-list-input__container::-webkit-scrollbar-button{height:20px}.miam-list-input .miam-list-input__list .miam-list-input__container::-webkit-scrollbar-track{background:var(--m-color-grey)}.miam-list-input .miam-list-input__list .miam-list-input__container::-webkit-scrollbar{cursor:-webkit-grab;height:7px;width:5px}.miam-list-input .miam-list-input__list .miam-list-input__container::-webkit-scrollbar-thumb{background:var(--m-color-primary);border-radius:5px}.miam-list-input .miam-list-input__list ul{display:flex;justify-content:flex-start;row-gap:8px}.miam-list-input .miam-list-input__list ul li{-moz-column-gap:16px;align-items:center;column-gap:16px;display:flex;list-style:none}@media (max-width:1023px){.miam-list-input .miam-list-input__list ul li{-moz-column-gap:0;column-gap:0}}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row{-moz-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;align-items:center;display:flex;flex:1;flex-direction:row;gap:16px;user-select:none}@media (max-width:1023px){.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row{margin-right:4px}}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row textarea{max-width:unset;padding:inherit}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .m-input{margin:unset;max-width:unset;min-width:unset}@media (max-width:359px){.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .m-input{max-width:60vw}}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__left{align-items:center;display:flex;flex-direction:row}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__left .miam-list-input__row__grip{cursor:move}@media (max-width:1023px){.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__left .miam-list-input__row__grip{margin-left:4px}}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__left .m-input{margin-left:8px;margin-right:8px;width:200px}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__right{align-items:center;display:flex;flex:1;flex-direction:row}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__right .m-input{margin-right:8px;width:80px}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__right .m-input:first-child{flex:1}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__right .m-input:last-child{margin-right:0;text-align:right}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__right .miam-list-input__importance{display:flex;flex-direction:column;gap:4px}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__right .miam-list-input__importance .miam-list-input__importance__radio{display:flex;flex-direction:row;line-height:24px}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__right .miam-list-input__importance .miam-list-input__importance__radio label{color:var(--m-color-slate);font-size:var(--m-font-size-medium);font-style:normal;font-weight:500}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__right .miam-list-input__importance .miam-list-input__importance__radio .ng-invalid+label{color:var(--m-color-danger)}@media (max-width:1023px){.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__right{flex-wrap:wrap}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__right .m-input{flex:1;margin-bottom:8px;margin-right:4px}}@media (max-width:359px){.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__right{max-width:60vw}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__right .m-input{max-width:58vw}}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__right .alert-success{background:var(--m-color-white);border:1px solid var(--m-color-success);border-radius:8px;box-shadow:0 0 4px var(--m-color-success)}.miam-list-input .miam-list-input__list ul li .miam-list-input__container__row .miam-list-input__row__right .alert-danger{background:var(--m-color-white);border:1px solid var(--m-color-danger);border-radius:8px;box-shadow:0 0 4px var(--m-color-danger)}.miam-list-input .miam-list-input__list ul li .miam-list-input__row__controls{align-items:center;display:flex;gap:8px;justify-content:space-between}.miam-list-input .miam-list-input__list ul li .miam-list-input__row__controls label{display:flex;justify-content:center;width:50px}.miam-list-input .miam-list-input__list ul li .miam-list-input__row__controls label .miam-list-input__row__picture{-webkit-tap-highlight-color:transparent;width:50px}.miam-list-input .miam-list-input__list ul li .miam-list-input__row__controls label .miam-list-input__row__picture.clickable{cursor:pointer}.miam-list-input .miam-list-input__list ul li .miam-list-input__row__controls input{display:none}.miam-list-input .miam-list-input__list ul li .miam-list-input__row__controls .miam-list-input__row__trash{-webkit-tap-highlight-color:transparent;cursor:pointer}.miam-list-input .miam-list-input__list ul li textarea{border-radius:var(--m-border-radius);flex:1;margin:0;max-width:none;outline:none;padding:5px;resize:none}.miam-list-input .miam-list-input__list ul li textarea.warnning{background-color:var(--m-color-secondary-light);color:var(--m-color-secondary)}.miam-list-input .miam-list-input__list ul li textarea.error{background-color:var(--m-color-danger);color:var(--m-color-danger-text)}.miam-list-input .miam-list-input__list ul li textarea[cdktextareaautosize]{overflow:hidden}.miam-list-input .hint{border-radius:var(--m-border-radius);flex:1;font-size:12px;font-weight:600;padding-bottom:10px}.miam-list-input .hint.warnning{color:var(--m-color-secondary)}.miam-list-input .hint.error{color:var(--m-color-danger)}.miam-list-input .miam-list-input__placeholder{align-items:center;justify-content:center}.miam-list-input .miam-list-input__placeholder .miam-list-input__placeholder__hint{color:var(--m-color-secondary);margin-top:40px;opacity:.5;text-align:center}.miam-list-input .miam-list-input__actions{-moz-column-gap:32px;column-gap:32px;display:flex;justify-content:space-between}@media (min-width:1024px){.miam-list-input .miam-list-input__actions{width:calc(45% - 32px)}}@media (max-width:1023px){.miam-list-input .miam-list-input__actions{flex-direction:column}}.miam-list-input .miam-list-input__actions textarea{flex:1;margin-top:0;outline:none;resize:none}@media (max-width:1023px){.miam-list-input .miam-list-input__actions textarea{width:90vw}}.miam-list-input .miam-list-input__actions .miam-list-input__actions__instructions{background-color:var(--m-color-info);border-radius:8px;color:var(--m-color-info-text);max-width:calc(98vw - 776px);padding:8px;position:absolute;top:315px;white-space:pre-line;width:400px}@media (max-width:1023px){.miam-list-input .miam-list-input__actions .miam-list-input__actions__instructions{margin-top:16px;max-width:unset;position:unset;width:unset}}.miam-list-input .miam-list-input__actions .miam-list-input__instructions__direction{margin-left:4px}@media (max-width:1023px){.miam-list-input .miam-list-input__actions .miam-list-input__instructions__direction{display:none}}.miam-list-input .miam-list-input__actions button{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.miam-list-input__row__preview{align-items:center;display:flex;width:530px}@media (max-width:1023px){.miam-list-input__row__preview{flex-wrap:wrap;width:80vw}}.miam-list-input__row__preview .miam-list-input__preview__text{padding:5px}.miam-list-input__row__preview span:first-of-type{flex:1;flex-shrink:1;margin-left:8px}.miam-list-input__row__preview span:nth-of-type(2n){margin-right:8px}.miam-list-input__row__placeholder{-moz-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none;background:var(--m-color-grey07);border-radius:8px;margin-right:24px;min-height:60px;user-select:none}.cdk-drag-animating,.miam-list-input__row__placeholder,ul.cdk-drop-list-dragging li:not(.cdk-drag-placeholder){transition:transform .25s cubic-bezier(0,0,.2,1)}.miam-list-input__picture__warning{font-size:var(--m-font-size-medium);padding:10px;text-align:center}"], encapsulation: 2 });
|
|
7236
7561
|
/*@__PURE__*/ (function () {
|
|
7237
7562
|
i0.ɵsetClassMetadata(ListInputComponent, [{
|
|
7238
7563
|
type: i0.Component,
|
|
@@ -7240,8 +7565,9 @@
|
|
|
7240
7565
|
selector: 'ng-miam-list-input',
|
|
7241
7566
|
templateUrl: './list-input.component.html',
|
|
7242
7567
|
styleUrls: ['./list-input.component.scss'],
|
|
7568
|
+
encapsulation: i0.ViewEncapsulation.None,
|
|
7243
7569
|
}]
|
|
7244
|
-
}], function () { return [{ type: IngredientsService }, { type:
|
|
7570
|
+
}], function () { return [{ type: IngredientsService }, { type: i13.FormBuilder }, { type: i0.ChangeDetectorRef }]; }, { hint: [{
|
|
7245
7571
|
type: i0.Input
|
|
7246
7572
|
}], placeholder: [{
|
|
7247
7573
|
type: i0.Input
|
|
@@ -7350,8 +7676,8 @@
|
|
|
7350
7676
|
}] });
|
|
7351
7677
|
})();
|
|
7352
7678
|
|
|
7353
|
-
var _c0$
|
|
7354
|
-
var _c1$
|
|
7679
|
+
var _c0$3 = ["miamLeftOfSliderTrack"];
|
|
7680
|
+
var _c1$2 = ["miamSliderColored"];
|
|
7355
7681
|
var _c2 = ["miamSliderHandle"];
|
|
7356
7682
|
function SliderComponent_ng_miam_icon_2_Template(rf, ctx) {
|
|
7357
7683
|
if (rf & 1) {
|
|
@@ -7461,8 +7787,8 @@
|
|
|
7461
7787
|
SliderComponent.ɵfac = function SliderComponent_Factory(t) { return new (t || SliderComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
|
|
7462
7788
|
SliderComponent.ɵcmp = i0.ɵɵdefineComponent({ type: SliderComponent, selectors: [["ng-miam-slider"]], viewQuery: function SliderComponent_Query(rf, ctx) {
|
|
7463
7789
|
if (rf & 1) {
|
|
7464
|
-
i0.ɵɵviewQuery(_c0$
|
|
7465
|
-
i0.ɵɵviewQuery(_c1$
|
|
7790
|
+
i0.ɵɵviewQuery(_c0$3, true);
|
|
7791
|
+
i0.ɵɵviewQuery(_c1$2, true);
|
|
7466
7792
|
i0.ɵɵviewQuery(_c2, true);
|
|
7467
7793
|
}
|
|
7468
7794
|
if (rf & 2) {
|
|
@@ -7527,9 +7853,9 @@
|
|
|
7527
7853
|
var TimePickerComponent = /** @class */ (function () {
|
|
7528
7854
|
function TimePickerComponent(cdr) {
|
|
7529
7855
|
this.cdr = cdr;
|
|
7530
|
-
this.internFormGroup = new
|
|
7531
|
-
hours: new
|
|
7532
|
-
minutes: new
|
|
7856
|
+
this.internFormGroup = new i13.FormGroup({
|
|
7857
|
+
hours: new i13.FormControl('00'),
|
|
7858
|
+
minutes: new i13.FormControl('00'),
|
|
7533
7859
|
});
|
|
7534
7860
|
}
|
|
7535
7861
|
TimePickerComponent.prototype.ngOnChanges = function () {
|
|
@@ -7611,7 +7937,7 @@
|
|
|
7611
7937
|
i0.ɵɵadvance(3);
|
|
7612
7938
|
i0.ɵɵproperty("maxLength", 2);
|
|
7613
7939
|
}
|
|
7614
|
-
}, directives: [
|
|
7940
|
+
}, directives: [i13.ɵangular_packages_forms_forms_y, i13.NgControlStatusGroup, i13.FormGroupDirective, IconComponent, i13.DefaultValueAccessor, i13.NgControlStatus, i13.FormControlName], styles: [".miam-time-picker{align-items:flex-start;display:flex;flex-direction:column;width:210px}.miam-time-picker .miam-time-picker__label{color:var(--m-color-slate);font-weight:700}.miam-time-picker .miam-time-picker__container{align-items:center;display:flex;margin-top:16px}.miam-time-picker .miam-time-picker__container .miam-time-picker__container__input{border:none;border-bottom:1px solid var(--m-color-hairlines);height:20px;outline:none;padding:0 0 4px;width:20px}.miam-time-picker .miam-time-picker__container .miam-time-picker__container__label,.miam-time-picker .miam-time-picker__container ng-miam-icon{margin:0 8px}.miam-time-picker .miam-time-picker__container ng-miam-icon{margin-left:0}"], encapsulation: 2, changeDetection: 0 });
|
|
7615
7941
|
/*@__PURE__*/ (function () {
|
|
7616
7942
|
i0.ɵsetClassMetadata(TimePickerComponent, [{
|
|
7617
7943
|
type: i0.Component,
|
|
@@ -7826,7 +8152,7 @@
|
|
|
7826
8152
|
}], null, null);
|
|
7827
8153
|
})();
|
|
7828
8154
|
|
|
7829
|
-
var _c0$
|
|
8155
|
+
var _c0$4 = ["counterInput"];
|
|
7830
8156
|
var CounterInputComponent = /** @class */ (function () {
|
|
7831
8157
|
function CounterInputComponent(cdr, mediaMatcher) {
|
|
7832
8158
|
this.cdr = cdr;
|
|
@@ -7898,7 +8224,7 @@
|
|
|
7898
8224
|
CounterInputComponent.ɵfac = function CounterInputComponent_Factory(t) { return new (t || CounterInputComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$2.MediaMatcher)); };
|
|
7899
8225
|
CounterInputComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CounterInputComponent, selectors: [["ng-miam-counter-input"]], viewQuery: function CounterInputComponent_Query(rf, ctx) {
|
|
7900
8226
|
if (rf & 1) {
|
|
7901
|
-
i0.ɵɵviewQuery(_c0$
|
|
8227
|
+
i0.ɵɵviewQuery(_c0$4, true);
|
|
7902
8228
|
}
|
|
7903
8229
|
if (rf & 2) {
|
|
7904
8230
|
var _t;
|
|
@@ -7931,7 +8257,7 @@
|
|
|
7931
8257
|
i0.ɵɵadvance(3);
|
|
7932
8258
|
i0.ɵɵproperty("iconName", ctx.icon.Plus);
|
|
7933
8259
|
}
|
|
7934
|
-
}, directives: [IconComponent,
|
|
8260
|
+
}, directives: [IconComponent, i13.DefaultValueAccessor, i13.NgControlStatus, i13.NgModel], styles: [".miam-counter-input{-moz-user-select:none;-webkit-user-select:none;align-items:center;display:flex;font-size:14px;justify-content:center;user-select:none}.miam-counter-input .miam-counter-input__icon{height:24px;margin-right:0;width:24px}.miam-counter-input .miam-counter-input__button{-webkit-tap-highlight-color:transparent;align-items:center;border-radius:6px;cursor:pointer;display:flex;height:24px;justify-content:center;margin:0 8px;width:24px}.miam-counter-input .miam-counter-input__button.miam-counter-input__button__minus{border:2px solid var(--m-color-secondary)}@media (min-width:1022px){.miam-counter-input .miam-counter-input__button.miam-counter-input__button__minus:hover{background-color:var(--m-color-secondary)}.miam-counter-input .miam-counter-input__button.miam-counter-input__button__minus:hover ng-miam-icon .icon-container svg path{fill:var(--m-color-unpure-white)}}.miam-counter-input .miam-counter-input__button.miam-counter-input__button__plus{background-color:var(--m-color-hairlines)}@media (min-width:1022px){.miam-counter-input .miam-counter-input__button.miam-counter-input__button__plus:hover{background-color:var(--m-color-light-slate)}.miam-counter-input .miam-counter-input__button.miam-counter-input__button__plus:hover ng-miam-icon .icon-container svg path{fill:var(--m-color-hairlines)}}.miam-counter-input .miam-counter-input__count{border:2px solid var(--m-color-primary);border-radius:6px;height:24px;outline:none;padding:0;text-align:center;width:40px}.miam-counter-input .miam-counter-input__count:focus{border-color:none;box-shadow:none}"], encapsulation: 2, changeDetection: 0 });
|
|
7935
8261
|
/*@__PURE__*/ (function () {
|
|
7936
8262
|
i0.ɵsetClassMetadata(CounterInputComponent, [{
|
|
7937
8263
|
type: i0.Component,
|
|
@@ -8088,7 +8414,7 @@
|
|
|
8088
8414
|
i0.ɵɵprojection(0);
|
|
8089
8415
|
}
|
|
8090
8416
|
}
|
|
8091
|
-
var _c0$
|
|
8417
|
+
var _c0$5 = ["*"];
|
|
8092
8418
|
var TabLabelComponent = /** @class */ (function () {
|
|
8093
8419
|
function TabLabelComponent() {
|
|
8094
8420
|
}
|
|
@@ -8103,7 +8429,7 @@
|
|
|
8103
8429
|
var _t;
|
|
8104
8430
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.labelContent = _t.first);
|
|
8105
8431
|
}
|
|
8106
|
-
}, ngContentSelectors: _c0$
|
|
8432
|
+
}, ngContentSelectors: _c0$5, decls: 1, vars: 0, template: function TabLabelComponent_Template(rf, ctx) {
|
|
8107
8433
|
if (rf & 1) {
|
|
8108
8434
|
i0.ɵɵprojectionDef();
|
|
8109
8435
|
i0.ɵɵtemplate(0, TabLabelComponent_ng_template_0_Template, 1, 0, "ng-template");
|
|
@@ -8127,7 +8453,7 @@
|
|
|
8127
8453
|
i0.ɵɵprojection(0);
|
|
8128
8454
|
}
|
|
8129
8455
|
}
|
|
8130
|
-
var _c0$
|
|
8456
|
+
var _c0$6 = ["*"];
|
|
8131
8457
|
var TabBodyComponent = /** @class */ (function () {
|
|
8132
8458
|
function TabBodyComponent() {
|
|
8133
8459
|
}
|
|
@@ -8142,7 +8468,7 @@
|
|
|
8142
8468
|
var _t;
|
|
8143
8469
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.bodyContent = _t.first);
|
|
8144
8470
|
}
|
|
8145
|
-
}, ngContentSelectors: _c0$
|
|
8471
|
+
}, ngContentSelectors: _c0$6, decls: 1, vars: 0, template: function TabBodyComponent_Template(rf, ctx) {
|
|
8146
8472
|
if (rf & 1) {
|
|
8147
8473
|
i0.ɵɵprojectionDef();
|
|
8148
8474
|
i0.ɵɵtemplate(0, TabBodyComponent_ng_template_0_Template, 1, 0, "ng-template");
|
|
@@ -8161,7 +8487,7 @@
|
|
|
8161
8487
|
}] });
|
|
8162
8488
|
})();
|
|
8163
8489
|
|
|
8164
|
-
var _c0$
|
|
8490
|
+
var _c0$7 = ["*"];
|
|
8165
8491
|
var TabItemComponent = /** @class */ (function () {
|
|
8166
8492
|
function TabItemComponent() {
|
|
8167
8493
|
}
|
|
@@ -8178,7 +8504,7 @@
|
|
|
8178
8504
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.bodyComponent = _t.first);
|
|
8179
8505
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.labelComponent = _t.first);
|
|
8180
8506
|
}
|
|
8181
|
-
}, inputs: { label: "label" }, ngContentSelectors: _c0$
|
|
8507
|
+
}, inputs: { label: "label" }, ngContentSelectors: _c0$7, decls: 1, vars: 0, template: function TabItemComponent_Template(rf, ctx) {
|
|
8182
8508
|
if (rf & 1) {
|
|
8183
8509
|
i0.ɵɵprojectionDef();
|
|
8184
8510
|
i0.ɵɵprojection(0);
|
|
@@ -8340,7 +8666,7 @@
|
|
|
8340
8666
|
}] });
|
|
8341
8667
|
})();
|
|
8342
8668
|
|
|
8343
|
-
var _c0$
|
|
8669
|
+
var _c0$8 = function (a0) { return { "colapse": a0 }; };
|
|
8344
8670
|
var DeleteConfirmButtonComponent = /** @class */ (function () {
|
|
8345
8671
|
function DeleteConfirmButtonComponent(cdr) {
|
|
8346
8672
|
this.cdr = cdr;
|
|
@@ -8381,9 +8707,9 @@
|
|
|
8381
8707
|
i0.ɵɵelementEnd();
|
|
8382
8708
|
}
|
|
8383
8709
|
if (rf & 2) {
|
|
8384
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0$
|
|
8710
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(5, _c0$8, !ctx.isInComfirmStep));
|
|
8385
8711
|
i0.ɵɵadvance(1);
|
|
8386
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c0$
|
|
8712
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(7, _c0$8, !ctx.isInComfirmStep));
|
|
8387
8713
|
i0.ɵɵadvance(2);
|
|
8388
8714
|
i0.ɵɵproperty("width", 24)("height", 24)("iconName", ctx.isInComfirmStep ? ctx.icon.Clear : ctx.icon.Trash);
|
|
8389
8715
|
}
|
|
@@ -8734,8 +9060,8 @@
|
|
|
8734
9060
|
i0.ɵɵtextInterpolate1(" ", ctx_r4.hasChildren ? "J'ai des enfants" : "Je n'ai pas d'enfant", " ");
|
|
8735
9061
|
}
|
|
8736
9062
|
}
|
|
8737
|
-
var _c0$
|
|
8738
|
-
var _c1$
|
|
9063
|
+
var _c0$9 = function (a0, a1) { return { "filter-collapsed": a0, "right": a1 }; };
|
|
9064
|
+
var _c1$3 = function (a0) { return { "filter-collapsed": a0 }; };
|
|
8739
9065
|
var RecipeFiltersComponent = /** @class */ (function (_super) {
|
|
8740
9066
|
__extends(RecipeFiltersComponent, _super);
|
|
8741
9067
|
function RecipeFiltersComponent(cdr, mediaMatcher, usersService, context, recipesService, analyticsService) {
|
|
@@ -8929,11 +9255,11 @@
|
|
|
8929
9255
|
i0.ɵɵelementEnd();
|
|
8930
9256
|
}
|
|
8931
9257
|
if (rf & 2) {
|
|
8932
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$
|
|
9258
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(11, _c0$9, ctx.isFilterCollapsed, ctx.position == "right"));
|
|
8933
9259
|
i0.ɵɵadvance(2);
|
|
8934
9260
|
i0.ɵɵproperty("iconName", ctx.icon.ChevronDown);
|
|
8935
9261
|
i0.ɵɵadvance(4);
|
|
8936
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(14, _c1$
|
|
9262
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(14, _c1$3, ctx.isFilterCollapsed));
|
|
8937
9263
|
i0.ɵɵadvance(4);
|
|
8938
9264
|
i0.ɵɵproperty("ngForOf", ctx.filters.difficulty);
|
|
8939
9265
|
i0.ɵɵadvance(5);
|
|
@@ -8947,7 +9273,7 @@
|
|
|
8947
9273
|
i0.ɵɵadvance(1);
|
|
8948
9274
|
i0.ɵɵproperty("ngIf", ctx.isLogged && i0.ɵɵpipeBind1(26, 9, ctx.usersService.preferencesActivated$));
|
|
8949
9275
|
}
|
|
8950
|
-
}, directives: [i4.NgClass, IconComponent, i4.NgForOf, i4.NgIf, i15.CheckboxControlValueAccessor, i15.NgControlStatus, i15.NgModel], pipes: [i4.AsyncPipe], styles: [".cal-month-view .cal-header{font-weight:bolder;text-align:center}.cal-month-view .cal-header .cal-cell{display:block;overflow:hidden;padding:5px 0;text-overflow:ellipsis;white-space:nowrap}.cal-month-view .cal-days{border:1px solid;border-bottom:0}.cal-month-view .cal-cell-top{flex:1;min-height:78px}.cal-month-view .cal-cell-row{display:flex}.cal-month-view .cal-cell{align-items:stretch;display:flex;flex:1;flex-direction:column;float:left}.cal-month-view .cal-cell .cal-event{pointer-events:all!important}.cal-month-view .cal-day-cell{min-height:100px}@media (-ms-high-contrast:none){.cal-month-view .cal-day-cell{display:block}}.cal-month-view .cal-day-cell:not(:last-child){border-right:1px solid}.cal-month-view .cal-days .cal-cell-row{border-bottom:1px solid}.cal-month-view .cal-day-badge{border-radius:10px;display:inline-block;font-size:12px;font-weight:700;line-height:1;margin-left:10px;margin-top:18px;min-width:10px;padding:3px 7px;text-align:center;vertical-align:middle;white-space:nowrap}.cal-month-view .cal-day-number{float:right;font-size:1.2em;font-weight:400;margin-bottom:10px;margin-right:15px;margin-top:15px;opacity:.5}.cal-month-view .cal-events{align-items:flex-end;display:flex;flex:1;flex-wrap:wrap;line-height:10px;margin:3px}.cal-month-view .cal-event{border-radius:50%;display:inline-block;height:10px;margin:2px;width:10px}.cal-month-view .cal-day-cell.cal-in-month.cal-has-events{cursor:pointer}.cal-month-view .cal-day-cell.cal-out-month .cal-day-number{cursor:default;opacity:.1}.cal-month-view .cal-day-cell.cal-today .cal-day-number{font-size:1.9em}.cal-month-view .cal-open-day-events{padding:15px}.cal-month-view .cal-open-day-events .cal-event{position:relative;top:2px}.cal-month-view .cal-out-month .cal-day-badge,.cal-month-view .cal-out-month .cal-event{opacity:.3}.cal-month-view .cal-draggable{cursor:move}.cal-month-view .cal-drag-active *{pointer-events:none}.cal-month-view .cal-event-title{cursor:pointer}.cal-month-view .cal-event-title:hover{text-decoration:underline}.cal-month-view{background-color:#fff}.cal-month-view .cal-cell-row:hover{background-color:#fafafa}.cal-month-view .cal-cell-row .cal-cell:hover,.cal-month-view .cal-cell.cal-has-events.cal-open{background-color:#ededed}.cal-month-view .cal-days{border-color:#e1e1e1}.cal-month-view .cal-day-cell:not(:last-child){border-right-color:#e1e1e1}.cal-month-view .cal-days .cal-cell-row{border-bottom-color:#e1e1e1}.cal-month-view .cal-day-badge{background-color:#b94a48;color:#fff}.cal-month-view .cal-event{background-color:#1e90ff;border-color:#d1e8ff;color:#fff}.cal-month-view .cal-day-cell.cal-weekend .cal-day-number{color:#8b0000}.cal-month-view .cal-day-cell.cal-today{background-color:#e8fde7}.cal-month-view .cal-day-cell.cal-drag-over{background-color:#e0e0e0!important}.cal-month-view .cal-open-day-events{background-color:#555;box-shadow:inset 0 0 15px 0 rgba(0,0,0,.5);color:#fff}.cal-week-view *{box-sizing:border-box}.cal-week-view .cal-day-headers{border:1px solid;display:flex;padding-left:70px}.cal-week-view .cal-day-headers .cal-header{flex:1;padding:5px;text-align:center}.cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right:1px solid}.cal-week-view .cal-day-headers .cal-header:first-child{border-left:1px solid}.cal-week-view .cal-day-headers span{font-weight:400;opacity:.5}.cal-week-view .cal-day-column{border-left:1px solid;flex-grow:1}.cal-week-view .cal-event{border:1px solid;font-size:12px}.cal-week-view .cal-time-label-column{height:100%;width:70px}.cal-week-view .cal-current-time-marker{height:2px;position:absolute;width:100%;z-index:2}.cal-week-view .cal-all-day-events{border-bottom:3px solid;border-left:1px solid;border-right:1px solid;border-top:0;padding-top:3px;position:relative}.cal-week-view .cal-all-day-events .cal-day-columns{display:flex;height:100%;position:absolute;top:0;width:100%;z-index:0}.cal-week-view .cal-all-day-events .cal-events-row{height:31px;margin-left:70px;position:relative}.cal-week-view .cal-all-day-events .cal-event-container{display:inline-block;position:absolute}.cal-week-view .cal-all-day-events .cal-event-container.resize-active{pointer-events:none;z-index:1}.cal-week-view .cal-all-day-events .cal-event{height:28px;line-height:28px;margin-left:2px;margin-right:2px;padding:0 5px}.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event{border-bottom-left-radius:5px;border-top-left-radius:5px}.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event{border-bottom-right-radius:5px;border-top-right-radius:5px}.cal-week-view .cal-all-day-events .cal-time-label-column{align-items:center;display:flex;font-size:14px;justify-content:center}.cal-week-view .cal-all-day-events .cal-resize-handle{cursor:col-resize;height:100%;position:absolute;top:0;width:6px}.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end{right:0}.cal-week-view .cal-event,.cal-week-view .cal-header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cal-week-view .cal-drag-active{pointer-events:none;z-index:1}.cal-week-view .cal-drag-active *{pointer-events:none}.cal-week-view .cal-time-events{border:1px solid;border-top:0;display:flex;position:relative}.cal-week-view .cal-time-events .cal-day-columns{display:flex;flex-grow:1}.cal-week-view .cal-time-events .cal-day-column,.cal-week-view .cal-time-events .cal-events-container{position:relative}.cal-week-view .cal-time-events .cal-event-container{position:absolute;z-index:1}.cal-week-view .cal-time-events .cal-event{height:calc(100% - 2px);line-height:25px;margin:1px;padding:0 5px;width:calc(100% - 2px)}.cal-week-view .cal-time-events .cal-resize-handle{cursor:row-resize;height:4px;position:absolute;width:100%}.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end{bottom:0}.cal-week-view .cal-hour-segment{position:relative}.cal-week-view .cal-hour-segment:after{content:\"\\00a0\"}.cal-week-view .cal-event-container:not(.cal-draggable){cursor:pointer}.cal-week-view .cal-draggable{cursor:move}.cal-week-view .cal-hour-segment,.cal-week-view mwl-calendar-week-view-hour-segment{display:block}.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment,.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment{border-bottom:thin dashed}.cal-week-view .cal-time{font-weight:700;padding-top:5px;text-align:center;width:70px}.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time{display:none}.cal-week-view .cal-starts-within-day .cal-event{border-top-left-radius:5px;border-top-right-radius:5px}.cal-week-view .cal-ends-within-day .cal-event{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cal-week-view{background-color:#fff;border-top:1px solid #e1e1e1}.cal-week-view .cal-day-headers{border-color:#e1e1e1;border-top:0}.cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right-color:#e1e1e1}.cal-week-view .cal-day-headers .cal-header:first-child{border-left-color:#e1e1e1}.cal-week-view .cal-day-headers .cal-drag-over,.cal-week-view .cal-day-headers .cal-header:hover{background-color:#ededed}.cal-week-view .cal-day-column{border-left-color:#e1e1e1}.cal-week-view .cal-event{background-color:#d1e8ff;border-color:#1e90ff;color:#1e90ff}.cal-week-view .cal-all-day-events{border-color:#e1e1e1}.cal-week-view .cal-header.cal-today{background-color:#e8fde7}.cal-week-view .cal-header.cal-weekend span{color:#8b0000}.cal-week-view .cal-time-events{border-color:#e1e1e1}.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover{background-color:#ededed}.cal-week-view .cal-hour-odd{background-color:#fafafa}.cal-week-view .cal-drag-over .cal-hour-segment{background-color:#ededed}.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment,.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment{border-bottom-color:#e1e1e1}.cal-week-view .cal-current-time-marker{background-color:#ea4334}.cal-day-view mwl-calendar-week-view-header{display:none}.cal-day-view .cal-events-container{margin-left:70px}.cal-day-view .cal-day-column{border-left:0}.cal-day-view .cal-current-time-marker{margin-left:70px;width:calc(100% - 70px)}.cal-tooltip{display:block;font-size:11px;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;opacity:.9;position:absolute;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:break-word;z-index:1070}.cal-tooltip.cal-tooltip-top{margin-top:-3px;padding:5px 0}.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow{border-width:5px 5px 0;bottom:0;left:50%;margin-left:-5px}.cal-tooltip.cal-tooltip-right{margin-left:3px;padding:0 5px}.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow{border-width:5px 5px 5px 0;left:0;margin-top:-5px;top:50%}.cal-tooltip.cal-tooltip-bottom{margin-top:3px;padding:5px 0}.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow{border-width:0 5px 5px;left:50%;margin-left:-5px;top:0}.cal-tooltip.cal-tooltip-left{margin-left:-3px;padding:0 5px}.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow{border-width:5px 0 5px 5px;margin-top:-5px;right:0;top:50%}.cal-tooltip-inner{border-radius:.25rem;max-width:200px;padding:3px 8px;text-align:center}.cal-tooltip-arrow{border-color:transparent;border-style:solid;height:0;position:absolute;width:0}.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow{border-top-color:#000}.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow{border-right-color:#000}.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow{border-bottom-color:#000}.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow{border-left-color:#000}.cal-tooltip-inner{background-color:#000;color:#fff}.m-button,.m-button-grey,.m-button-grey.reverse,.m-button-primary,.m-button-primary.reverse,.m-button-secondary,.m-button-secondary.reverse{-moz-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;align-items:center;border-radius:var(--m-button-radius);cursor:pointer;display:flex;font-size:var(--m-button-text-size);font-weight:var(--m-button-text-weight);justify-content:center;line-height:var(--m-button-text-height);outline:0;padding:var(--m-button-padding);user-select:none}.m-button-grey.reverse ng-miam-icon,.m-button-grey ng-miam-icon,.m-button-primary.reverse ng-miam-icon,.m-button-primary ng-miam-icon,.m-button-secondary.reverse ng-miam-icon,.m-button-secondary ng-miam-icon,.m-button ng-miam-icon{padding:0}.m-button-grey ng-miam-icon:last-child,.m-button-primary ng-miam-icon:last-child,.m-button-secondary ng-miam-icon:last-child,.m-button ng-miam-icon:last-child{margin-left:var(--m-button-gap)}.m-button-grey ng-miam-icon:first-child,.m-button-primary ng-miam-icon:first-child,.m-button-secondary ng-miam-icon:first-child,.m-button ng-miam-icon:first-child{margin-right:var(--m-button-gap)}.m-button-grey ng-miam-icon:last-child:first-child,.m-button-primary ng-miam-icon:last-child:first-child,.m-button-secondary ng-miam-icon:last-child:first-child,.m-button ng-miam-icon:last-child:first-child{margin:0}.m-button-primary{background-color:var(--m-color-primary);border:1px solid var(--m-color-white);color:var(--m-color-white)}@media (min-width:1023px){.m-button-primary:hover{background-color:var(--m-color-white);border:1px solid var(--m-color-primary);color:var(--m-color-primary);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-primary:hover ng-miam-icon svg path{fill:var(--m-color-primary)}}.m-button-primary ng-miam-icon svg path{fill:var(--m-color-white)}.m-button-primary.reverse{background-color:var(--m-color-white);border:1px solid var(--m-color-primary);color:var(--m-color-primary)}@media (min-width:1023px){.m-button-primary.reverse:hover{background-color:var(--m-color-primary);border:1px solid var(--m-color-white);color:var(--m-color-white);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-primary.reverse:hover ng-miam-icon svg path{fill:var(--m-color-white)}}.m-button-primary.reverse ng-miam-icon svg path{fill:var(--m-color-primary)}.m-button-secondary{background-color:var(--m-color-secondary);border:1px solid var(--m-color-white);color:var(--m-color-white)}@media (min-width:1023px){.m-button-secondary:hover{background-color:var(--m-color-white);border:1px solid var(--m-color-secondary);color:var(--m-color-secondary);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-secondary:hover ng-miam-icon svg path{fill:var(--m-color-secondary)}}.m-button-secondary ng-miam-icon svg path{fill:var(--m-color-white)}.m-button-secondary.reverse{background-color:var(--m-color-white);border:1px solid var(--m-color-secondary);color:var(--m-color-secondary)}@media (min-width:1023px){.m-button-secondary.reverse:hover{background-color:var(--m-color-secondary);border:1px solid var(--m-color-white);color:var(--m-color-white);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-secondary.reverse:hover ng-miam-icon svg path{fill:var(--m-color-white)}}.m-button-secondary.reverse ng-miam-icon svg path{fill:var(--m-color-secondary)}.m-button-grey{background-color:var(--m-color-white);border:1px solid var(--m-color-grey03);color:var(--m-color-grey03)}@media (min-width:1023px){.m-button-grey:hover{background-color:var(--m-color-grey03);border:1px solid var(--m-color-white);color:var(--m-color-white);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-grey:hover ng-miam-icon svg path{fill:var(--m-color-white)}}.m-button-grey ng-miam-icon svg path{fill:var(--m-color-grey03)}.m-button-grey.reverse{background-color:var(--m-color-grey03);border:1px solid var(--m-color-white);color:var(--m-color-white)}@media (min-width:1023px){.m-button-grey.reverse:hover{background-color:var(--m-color-white);border:1px solid var(--m-color-grey03);color:var(--m-color-grey03);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-grey.reverse:hover ng-miam-icon svg path{fill:var(--m-color-grey03)}}.m-button-grey.reverse ng-miam-icon svg path{fill:var(--m-color-white)}.m-input{align-items:center;border:1px solid var(--m-color-grey06);border-radius:5px;display:flex;justify-content:space-between;margin-top:16px;max-width:320px;min-width:200px;outline:none;padding:8px 16px}.m-input:focus-within{border:1px solid var(--m-color-primary)}@media (max-width:1023px){.m-input{padding:8px}}.m-title-text-input .miam-text-input{max-width:565px}.miam-flex-column{display:flex;flex-direction:column;justify-content:space-around}.miam-flex-row{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:auto}.m-default-card{background-color:var(--m-color-unpure-white);border-radius:8px;box-shadow:var(--m-shadow-small);padding:16px}@media (max-width:1023px){.m-default-card{margin-bottom:8px;padding:8px}}#toast-container>div{opacity:.95!important}@media (min-width:1023px){#toast-container>div:hover{opacity:1!important}}@-webkit-keyframes jiggle{0%{transform:none}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}to{transform:none}}@keyframes jiggle{0%{transform:none}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}to{transform:none}}:root{--m-border-radius:var(--miam-border-radius,8px);--m-border-radius-circle:50%;--m-border-radius-pill:25px;--m-button-gap:var(--miam-button-gap,10px);--m-button-padding:var(--miam-button-padding,9px 20px);--m-button-radius:var(--miam-button-padding,var(--m-border-radius-pill));--m-button-text-height:var(--miam-button-text-height,calc(var(--m-button-text-size)*1.5));--m-button-text-size:var(--miam-button-text-size,14px);--m-button-text-weight:var(--miam-button-text-weight,normal);--m-catalog-alt-button-color:var(--miam-catalog-alt-button-color,rgba(0,0,0,0.3));--m-catalog-alt-button-text-color:var(--miam-catalog-alt-button-text-color,var(--m-color-white));--m-catalog-alt-button-text-color-reverse:var(--miam-catalog-alt-button-text-color-reverse,var(--m-color-black));--m-catalog-card-bg-color:var(--miam-catalog-card-bg-color,var(--m-color-white));--m-catalog-card-details-color:var(--miam-catalog-card-details-color,#575756);--m-catalog-card-details-line-height:var(--miam-catalog-card-details-color,15px);--m-catalog-card-details-size:var(--miam-catalog-card-details-color,11px);--m-catalog-card-height:var(--miam-catalog-card-height,400px);--m-catalog-card-minwidth:var(--miam-catalog-card-minwidth,250px);--m-catalog-card-picture-height:var(--miam-catalog-card-picture-height,240px);--m-catalog-card-title-line-height:var(--miam-catalog-card-title-line-height 16px);--m-catalog-card-title-size:var(--miam-catalog-card-title-size,13px);--m-catalog-cards-spacing:var(--miam-catalog-cards-spacing,16px);--m-catalog-header-reduced-bg-color:var(--miam-catalog-header-reduced-bg-color,var(--m-color-primary));--m-catalog-header-reduced-text-color:var(--miam-catalog-header-reduced-text-color,var(--m-color-white));--m-catalog-header-text-color:var(--miam-catalog-header-text-color,var(--m-color-white));--m-catalog-redpoint-color:var(--miam-catalog-redpoint-color,#dd1219);--m-catalog-redpoint-text-color:var(--miam-catalog-redpoint-color,var(--m-color-white));--m-color-black:var(--miam-color-black,#0e0e2c);--m-color-card-shadow:var(--miam-color-card-shadow,#eaf2fb);--m-color-danger:var(--miam-color-danger,#f97d7d);--m-color-danger-text:var(--miam-color-danger-text,#700505);--m-color-grey:var(--miam-color-grey,#f5f5f5);--m-color-grey-text:var(--miam-color-grey-text,#acb0b9);--m-color-grey-text-dark:var(--miam-color-grey-text-dark,#757575);--m-color-grey01:var(--miam-color-grey01,#505062);--m-color-grey02:var(--miam-color-grey02,#67677e);--m-color-grey03:var(--miam-color-grey03,#818198);--m-color-grey04:var(--miam-color-grey04,#9d9daf);--m-color-grey05:var(--miam-color-grey05,#b9b9c6);--m-color-grey06:var(--miam-color-grey06,#d5d5dd);--m-color-grey07:var(--miam-color-grey07,#e3e3e8);--m-color-hairlines:var(--miam-color-hairlines,#ecf1f4);--m-color-info:var(--miam-color-info,#8cd4eb);--m-color-info-text:var(--miam-color-info-text,#125368);--m-color-light-slate:var(--miam-color-light-slate,#8c8ca1);--m-color-onyx:var(--miam-color-onyx,#0e0e2c);--m-color-primary:var(--miam-color-primary,#006574);--m-color-primary-dark:var(--miam-color-primary-dark,darken(#006574,10%));--m-color-primary-light:var(--miam-color-primary-light,lighten(#006574,10%));--m-color-primary-text:var(--miam-color-primary-text,#fff);--m-color-secondary:var(--miam-color-secondary,#ef760f);--m-color-secondary-dark:var(--miam-color-secondary-dark,#ef7711);--m-color-secondary-light:var(--miam-color-secondary-light,#faebd7);--m-color-secondary-text:var(--miam-color-secondary-text,#fff);--m-color-slate:var(--miam-color-slate,#4a4a68);--m-color-success:var(--miam-color-success,#44d6b3);--m-color-success-text:var(--miam-color-success-text,#135344);--m-color-tag-diet:var(--miam-color-tag-diet,#d3f8dd);--m-color-tag-equipment:var(--miam-color-tag-equipment,#e6e5e5);--m-color-tag-ingredient-category:var(--miam-color-tag-ingredient-category,#d3f5f8);--m-color-tag-meal-type:var(--miam-color-meal-type,#fbe8d0);--m-color-ternary:var(--miam-color-ternary,#1accf8);--m-color-ternary-dark:var(--miam-color-ternary-dark,#057894);--m-color-ternary-light:var(--miam-color-ternary-light,#cef4fd);--m-color-ternary-text:var(--miam-color-ternary-text,#fff);--m-color-unpure-white:var(--miam-color-unpure-white,#fefefe);--m-color-warning:var(--miam-color-warning,#ffdaa3);--m-color-warning-text:var(--miam-color-warning-text,#f90);--m-color-white:var(--miam-color-white,#fafcfe);--m-default-transition:var(--miam-default-transition,all 0.3s ease-in-out);--m-font-size-Xlarge:var(--miam-font-size-Xlarge,24px);--m-font-size-large:var(--miam-font-size-large,20px);--m-font-size-medium:var(--miam-font-size-medium,16px);--m-font-size-small:var(--miam-font-size-small,14px);--m-loader-size:var(--miam-loader-sizes,40px);--m-loader-thickness:var(--miam-loader-thickness,5px);--m-shadow-small:var(--miam-shadow-small,0px 3px 4px var(--m-color-card-shadow));--m-z-index-drawer-container:var(--miam-z-index-drawer-container,5000002);--m-z-index-drawer-overlay:var(--miam-z-index-drawer-overlay,5000001);--m-z-index-loader:var(--miam-z-index-loader,2);--m-z-index-modal:var(--miam-z-index-modal,6001);--m-z-index-modal-overlay:var(--miam-z-index-modal-overlay,6000);--m-z-index-position-absolute-high:var(--miam-z-index-position-absolute-high,1);--m-z-index-position-absolute-low:var(--miam-z-index-position-absolute-low,0)}.m-title-text-input:focus-within :root .miam-text-input__label,.m-title-text-input :root input,.m-title-text-input :root label:not(.miam-text-input__label__top),:root .m-body-typo,:root .m-h1-typo,:root .m-input,:root .m-input>*,:root .m-small-typo,:root .m-title-text-input:focus-within .miam-text-input__label,:root .m-title-text-input input,:root .m-title-text-input label:not(.miam-text-input__label__top){color:var(--m-color-slate);font-family:Work Sans;font-size:var(--m-font-size-medium);font-style:normal;font-weight:500;line-height:24px}.m-title-text-input :root input,.m-title-text-input :root label:not(.miam-text-input__label__top),:root .m-h1-typo,:root .m-title-text-input input,:root .m-title-text-input label:not(.miam-text-input__label__top){font-size:40px;font-weight:700;line-height:48px}:root .m-small-typo{font-size:var(--m-font-size-small);line-height:16px}@media print{:root *{-webkit-animation:none!important;-webkit-transition:none!important;animation:none!important;transition:none!important}:root .miam-not-printable{display:none}:root:last-child{page-break-after:auto}}:root .miam-print-only{display:none}@media print{:root .miam-print-only{display:block}}.miam-recipe-filters{left:0;position:absolute;top:0;z-index:calc(var(--m-z-index-modal-overlay) - 1)}.miam-recipe-filters.filter-collapsed{display:none}.miam-recipe-filters.right{border-left:1px solid #ccc;border-right:0;box-shadow:0 -8px 28px 0 rgba(0,0,0,.07058823529411765);left:unset;right:-1px}.miam-recipe-filters.right .m-button-primary.reverse.miam-recipe-filters__toggle{border-bottom-left-radius:var(--m-border-radius-pill);border-bottom-right-radius:0;border-right:0!important;border-top-left-radius:var(--m-border-radius-pill);border-top-right-radius:0;left:unset;padding:12px 4px 12px 12px;right:320px}.miam-recipe-filters.right .m-button-primary.reverse.miam-recipe-filters__toggle ng-miam-icon .icon-container{transform:rotate(-90deg)}.miam-recipe-filters:not(.right) .m-button-primary.reverse.miam-recipe-filters__toggle{border-left:0!important}.miam-recipe-filters .m-button-primary.reverse.miam-recipe-filters__toggle{border-bottom-left-radius:0;border-bottom-right-radius:var(--m-border-radius-pill);border-top-left-radius:0;border-top-right-radius:var(--m-border-radius-pill);left:320px;padding:12px 12px 12px 4px;position:absolute;top:41px}.miam-recipe-filters .m-button-primary.reverse.miam-recipe-filters__toggle:hover ng-miam-icon .icon-container svg path:last-child{fill:var(--m-color-white)}.miam-recipe-filters .m-button-primary.reverse.miam-recipe-filters__toggle ng-miam-icon .icon-container{transform:rotate(90deg)}.miam-recipe-filters .m-button-primary.reverse.miam-recipe-filters__toggle ng-miam-icon .icon-container svg path{fill:none}.miam-recipe-filters .m-button-primary.reverse.miam-recipe-filters__toggle ng-miam-icon .icon-container svg path:last-child{fill:var(--m-color-primary)}.miam-recipe-filters .miam-recipe-filters__content{background-color:var(--m-color-white);border-bottom:1px solid #ccc;border-right:1px solid #ccc;box-shadow:0 8px 28px 0 rgba(0,0,0,.07058823529411765);height:100%;overflow-y:auto;padding:24px;width:320px}.miam-recipe-filters .miam-recipe-filters__head{color:var(--m-color-primary);font-size:21px;font-weight:700;line-height:24px;margin-bottom:48px}.miam-recipe-filters .miam-recipe-filters__container{opacity:1;transition:opacity .25s cubic-bezier(0,0,.2,1)}.miam-recipe-filters .miam-recipe-filters__container.filter-collapsed{opacity:0;transition:none}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filter__details{align-items:center;background-color:var(--m-color-grey);display:flex;flex-flow:row wrap;margin-bottom:24px;min-height:10vh;padding-top:8px;position:-webkit-sticky;position:sticky;top:0;width:100%}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filter__details .miam-recipe-filter__detail__title{margin-bottom:16px;padding:0 24px}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filter__details .miam-recipe-filter__detail{align-items:center;border:1px solid var(--m-color-primary);border-radius:4px;display:flex;margin:0 0 16px 8px;padding:8px 16px}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filter__details .miam-recipe-filter__detail .miam-recipe-filter__detail__icon .icon-container{margin:0 0 0 16px}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filters__title{font-size:16px;font-weight:700;line-height:20px;margin-bottom:16px}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filters__choice{display:flex;font-size:16px;line-height:20px;margin-bottom:16px}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filters__choice:first-letter{text-transform:capitalize}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filters__choice input{cursor:pointer;height:20px;margin:0 12px 0 0;width:20px}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filters__separator{background-color:#e9e9e9;height:1px;margin:24px 0;width:100%}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filters__remove{cursor:pointer;margin:40px 0 24px;text-align:center}.miam-recipe-filters .miam-recipe-filters__container .m-button-primary.miam-recipe-filters__confirm{border-radius:0;font-size:16px;font-weight:700;height:60px;width:100%}@media (max-width:607px){.miam-recipe-filters{bottom:-1px;left:-1px!important;position:fixed;right:-1px!important;top:-1px;z-index:var(--m-z-index-modal)}.miam-recipe-filters .miam-recipe-filters__toggle{left:unset!important;right:8px!important;top:11px!important;z-index:calc(var(--m-z-index-modal) + 1px)}.miam-recipe-filters:not(.right) .miam-recipe-filters__toggle{transform:rotate(180deg)}.miam-recipe-filters .miam-recipe-filters__content{width:100%}}"], encapsulation: 2, changeDetection: 0 });
|
|
9276
|
+
}, directives: [i4.NgClass, IconComponent, i4.NgForOf, i4.NgIf, i13.CheckboxControlValueAccessor, i13.NgControlStatus, i13.NgModel], pipes: [i4.AsyncPipe], styles: [".cal-month-view .cal-header{font-weight:bolder;text-align:center}.cal-month-view .cal-header .cal-cell{display:block;overflow:hidden;padding:5px 0;text-overflow:ellipsis;white-space:nowrap}.cal-month-view .cal-days{border:1px solid;border-bottom:0}.cal-month-view .cal-cell-top{flex:1;min-height:78px}.cal-month-view .cal-cell-row{display:flex}.cal-month-view .cal-cell{align-items:stretch;display:flex;flex:1;flex-direction:column;float:left}.cal-month-view .cal-cell .cal-event{pointer-events:all!important}.cal-month-view .cal-day-cell{min-height:100px}@media (-ms-high-contrast:none){.cal-month-view .cal-day-cell{display:block}}.cal-month-view .cal-day-cell:not(:last-child){border-right:1px solid}.cal-month-view .cal-days .cal-cell-row{border-bottom:1px solid}.cal-month-view .cal-day-badge{border-radius:10px;display:inline-block;font-size:12px;font-weight:700;line-height:1;margin-left:10px;margin-top:18px;min-width:10px;padding:3px 7px;text-align:center;vertical-align:middle;white-space:nowrap}.cal-month-view .cal-day-number{float:right;font-size:1.2em;font-weight:400;margin-bottom:10px;margin-right:15px;margin-top:15px;opacity:.5}.cal-month-view .cal-events{align-items:flex-end;display:flex;flex:1;flex-wrap:wrap;line-height:10px;margin:3px}.cal-month-view .cal-event{border-radius:50%;display:inline-block;height:10px;margin:2px;width:10px}.cal-month-view .cal-day-cell.cal-in-month.cal-has-events{cursor:pointer}.cal-month-view .cal-day-cell.cal-out-month .cal-day-number{cursor:default;opacity:.1}.cal-month-view .cal-day-cell.cal-today .cal-day-number{font-size:1.9em}.cal-month-view .cal-open-day-events{padding:15px}.cal-month-view .cal-open-day-events .cal-event{position:relative;top:2px}.cal-month-view .cal-out-month .cal-day-badge,.cal-month-view .cal-out-month .cal-event{opacity:.3}.cal-month-view .cal-draggable{cursor:move}.cal-month-view .cal-drag-active *{pointer-events:none}.cal-month-view .cal-event-title{cursor:pointer}.cal-month-view .cal-event-title:hover{text-decoration:underline}.cal-month-view{background-color:#fff}.cal-month-view .cal-cell-row:hover{background-color:#fafafa}.cal-month-view .cal-cell-row .cal-cell:hover,.cal-month-view .cal-cell.cal-has-events.cal-open{background-color:#ededed}.cal-month-view .cal-days{border-color:#e1e1e1}.cal-month-view .cal-day-cell:not(:last-child){border-right-color:#e1e1e1}.cal-month-view .cal-days .cal-cell-row{border-bottom-color:#e1e1e1}.cal-month-view .cal-day-badge{background-color:#b94a48;color:#fff}.cal-month-view .cal-event{background-color:#1e90ff;border-color:#d1e8ff;color:#fff}.cal-month-view .cal-day-cell.cal-weekend .cal-day-number{color:#8b0000}.cal-month-view .cal-day-cell.cal-today{background-color:#e8fde7}.cal-month-view .cal-day-cell.cal-drag-over{background-color:#e0e0e0!important}.cal-month-view .cal-open-day-events{background-color:#555;box-shadow:inset 0 0 15px 0 rgba(0,0,0,.5);color:#fff}.cal-week-view *{box-sizing:border-box}.cal-week-view .cal-day-headers{border:1px solid;display:flex;padding-left:70px}.cal-week-view .cal-day-headers .cal-header{flex:1;padding:5px;text-align:center}.cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right:1px solid}.cal-week-view .cal-day-headers .cal-header:first-child{border-left:1px solid}.cal-week-view .cal-day-headers span{font-weight:400;opacity:.5}.cal-week-view .cal-day-column{border-left:1px solid;flex-grow:1}.cal-week-view .cal-event{border:1px solid;font-size:12px}.cal-week-view .cal-time-label-column{height:100%;width:70px}.cal-week-view .cal-current-time-marker{height:2px;position:absolute;width:100%;z-index:2}.cal-week-view .cal-all-day-events{border-bottom:3px solid;border-left:1px solid;border-right:1px solid;border-top:0;padding-top:3px;position:relative}.cal-week-view .cal-all-day-events .cal-day-columns{display:flex;height:100%;position:absolute;top:0;width:100%;z-index:0}.cal-week-view .cal-all-day-events .cal-events-row{height:31px;margin-left:70px;position:relative}.cal-week-view .cal-all-day-events .cal-event-container{display:inline-block;position:absolute}.cal-week-view .cal-all-day-events .cal-event-container.resize-active{pointer-events:none;z-index:1}.cal-week-view .cal-all-day-events .cal-event{height:28px;line-height:28px;margin-left:2px;margin-right:2px;padding:0 5px}.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event{border-bottom-left-radius:5px;border-top-left-radius:5px}.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event{border-bottom-right-radius:5px;border-top-right-radius:5px}.cal-week-view .cal-all-day-events .cal-time-label-column{align-items:center;display:flex;font-size:14px;justify-content:center}.cal-week-view .cal-all-day-events .cal-resize-handle{cursor:col-resize;height:100%;position:absolute;top:0;width:6px}.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end{right:0}.cal-week-view .cal-event,.cal-week-view .cal-header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cal-week-view .cal-drag-active{pointer-events:none;z-index:1}.cal-week-view .cal-drag-active *{pointer-events:none}.cal-week-view .cal-time-events{border:1px solid;border-top:0;display:flex;position:relative}.cal-week-view .cal-time-events .cal-day-columns{display:flex;flex-grow:1}.cal-week-view .cal-time-events .cal-day-column,.cal-week-view .cal-time-events .cal-events-container{position:relative}.cal-week-view .cal-time-events .cal-event-container{position:absolute;z-index:1}.cal-week-view .cal-time-events .cal-event{height:calc(100% - 2px);line-height:25px;margin:1px;padding:0 5px;width:calc(100% - 2px)}.cal-week-view .cal-time-events .cal-resize-handle{cursor:row-resize;height:4px;position:absolute;width:100%}.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end{bottom:0}.cal-week-view .cal-hour-segment{position:relative}.cal-week-view .cal-hour-segment:after{content:\"\\00a0\"}.cal-week-view .cal-event-container:not(.cal-draggable){cursor:pointer}.cal-week-view .cal-draggable{cursor:move}.cal-week-view .cal-hour-segment,.cal-week-view mwl-calendar-week-view-hour-segment{display:block}.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment,.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment{border-bottom:thin dashed}.cal-week-view .cal-time{font-weight:700;padding-top:5px;text-align:center;width:70px}.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time{display:none}.cal-week-view .cal-starts-within-day .cal-event{border-top-left-radius:5px;border-top-right-radius:5px}.cal-week-view .cal-ends-within-day .cal-event{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cal-week-view{background-color:#fff;border-top:1px solid #e1e1e1}.cal-week-view .cal-day-headers{border-color:#e1e1e1;border-top:0}.cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right-color:#e1e1e1}.cal-week-view .cal-day-headers .cal-header:first-child{border-left-color:#e1e1e1}.cal-week-view .cal-day-headers .cal-drag-over,.cal-week-view .cal-day-headers .cal-header:hover{background-color:#ededed}.cal-week-view .cal-day-column{border-left-color:#e1e1e1}.cal-week-view .cal-event{background-color:#d1e8ff;border-color:#1e90ff;color:#1e90ff}.cal-week-view .cal-all-day-events{border-color:#e1e1e1}.cal-week-view .cal-header.cal-today{background-color:#e8fde7}.cal-week-view .cal-header.cal-weekend span{color:#8b0000}.cal-week-view .cal-time-events{border-color:#e1e1e1}.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover{background-color:#ededed}.cal-week-view .cal-hour-odd{background-color:#fafafa}.cal-week-view .cal-drag-over .cal-hour-segment{background-color:#ededed}.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment,.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment{border-bottom-color:#e1e1e1}.cal-week-view .cal-current-time-marker{background-color:#ea4334}.cal-day-view mwl-calendar-week-view-header{display:none}.cal-day-view .cal-events-container{margin-left:70px}.cal-day-view .cal-day-column{border-left:0}.cal-day-view .cal-current-time-marker{margin-left:70px;width:calc(100% - 70px)}.cal-tooltip{display:block;font-size:11px;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;opacity:.9;position:absolute;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:break-word;z-index:1070}.cal-tooltip.cal-tooltip-top{margin-top:-3px;padding:5px 0}.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow{border-width:5px 5px 0;bottom:0;left:50%;margin-left:-5px}.cal-tooltip.cal-tooltip-right{margin-left:3px;padding:0 5px}.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow{border-width:5px 5px 5px 0;left:0;margin-top:-5px;top:50%}.cal-tooltip.cal-tooltip-bottom{margin-top:3px;padding:5px 0}.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow{border-width:0 5px 5px;left:50%;margin-left:-5px;top:0}.cal-tooltip.cal-tooltip-left{margin-left:-3px;padding:0 5px}.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow{border-width:5px 0 5px 5px;margin-top:-5px;right:0;top:50%}.cal-tooltip-inner{border-radius:.25rem;max-width:200px;padding:3px 8px;text-align:center}.cal-tooltip-arrow{border-color:transparent;border-style:solid;height:0;position:absolute;width:0}.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow{border-top-color:#000}.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow{border-right-color:#000}.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow{border-bottom-color:#000}.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow{border-left-color:#000}.cal-tooltip-inner{background-color:#000;color:#fff}.m-button,.m-button-grey,.m-button-grey.reverse,.m-button-primary,.m-button-primary.reverse,.m-button-secondary,.m-button-secondary.reverse{-moz-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;align-items:center;border-radius:var(--m-button-radius);cursor:pointer;display:flex;font-size:var(--m-button-text-size);font-weight:var(--m-button-text-weight);justify-content:center;line-height:var(--m-button-text-height);outline:0;padding:var(--m-button-padding);user-select:none}.m-button-grey.reverse ng-miam-icon,.m-button-grey ng-miam-icon,.m-button-primary.reverse ng-miam-icon,.m-button-primary ng-miam-icon,.m-button-secondary.reverse ng-miam-icon,.m-button-secondary ng-miam-icon,.m-button ng-miam-icon{padding:0}.m-button-grey ng-miam-icon:last-child,.m-button-primary ng-miam-icon:last-child,.m-button-secondary ng-miam-icon:last-child,.m-button ng-miam-icon:last-child{margin-left:var(--m-button-gap)}.m-button-grey ng-miam-icon:first-child,.m-button-primary ng-miam-icon:first-child,.m-button-secondary ng-miam-icon:first-child,.m-button ng-miam-icon:first-child{margin-right:var(--m-button-gap)}.m-button-grey ng-miam-icon:last-child:first-child,.m-button-primary ng-miam-icon:last-child:first-child,.m-button-secondary ng-miam-icon:last-child:first-child,.m-button ng-miam-icon:last-child:first-child{margin:0}.m-button-primary{background-color:var(--m-color-primary);border:1px solid var(--m-color-white);color:var(--m-color-white)}@media (min-width:1023px){.m-button-primary:hover{background-color:var(--m-color-white);border:1px solid var(--m-color-primary);color:var(--m-color-primary);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-primary:hover ng-miam-icon svg path{fill:var(--m-color-primary)}}.m-button-primary ng-miam-icon svg path{fill:var(--m-color-white)}.m-button-primary.reverse{background-color:var(--m-color-white);border:1px solid var(--m-color-primary);color:var(--m-color-primary)}@media (min-width:1023px){.m-button-primary.reverse:hover{background-color:var(--m-color-primary);border:1px solid var(--m-color-white);color:var(--m-color-white);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-primary.reverse:hover ng-miam-icon svg path{fill:var(--m-color-white)}}.m-button-primary.reverse ng-miam-icon svg path{fill:var(--m-color-primary)}.m-button-secondary{background-color:var(--m-color-secondary);border:1px solid var(--m-color-white);color:var(--m-color-white)}@media (min-width:1023px){.m-button-secondary:hover{background-color:var(--m-color-white);border:1px solid var(--m-color-secondary);color:var(--m-color-secondary);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-secondary:hover ng-miam-icon svg path{fill:var(--m-color-secondary)}}.m-button-secondary ng-miam-icon svg path{fill:var(--m-color-white)}.m-button-secondary.reverse{background-color:var(--m-color-white);border:1px solid var(--m-color-secondary);color:var(--m-color-secondary)}@media (min-width:1023px){.m-button-secondary.reverse:hover{background-color:var(--m-color-secondary);border:1px solid var(--m-color-white);color:var(--m-color-white);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-secondary.reverse:hover ng-miam-icon svg path{fill:var(--m-color-white)}}.m-button-secondary.reverse ng-miam-icon svg path{fill:var(--m-color-secondary)}.m-button-grey{background-color:var(--m-color-white);border:1px solid var(--m-color-grey03);color:var(--m-color-grey03)}@media (min-width:1023px){.m-button-grey:hover{background-color:var(--m-color-grey03);border:1px solid var(--m-color-white);color:var(--m-color-white);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-grey:hover ng-miam-icon svg path{fill:var(--m-color-white)}}.m-button-grey ng-miam-icon svg path{fill:var(--m-color-grey03)}.m-button-grey.reverse{background-color:var(--m-color-grey03);border:1px solid var(--m-color-white);color:var(--m-color-white)}@media (min-width:1023px){.m-button-grey.reverse:hover{background-color:var(--m-color-white);border:1px solid var(--m-color-grey03);color:var(--m-color-grey03);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-grey.reverse:hover ng-miam-icon svg path{fill:var(--m-color-grey03)}}.m-button-grey.reverse ng-miam-icon svg path{fill:var(--m-color-white)}.m-input{align-items:center;border:1px solid var(--m-color-grey06);border-radius:5px;display:flex;justify-content:space-between;margin-top:16px;max-width:320px;min-width:200px;outline:none;padding:8px 16px}.m-input:focus-within{border:1px solid var(--m-color-primary)}@media (max-width:1023px){.m-input{padding:8px}}.m-title-text-input .miam-text-input{max-width:565px}.miam-flex-column{display:flex;flex-direction:column;justify-content:space-around}.miam-flex-row{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:auto}.m-default-card{background-color:var(--m-color-unpure-white);border-radius:8px;box-shadow:var(--m-shadow-small);padding:16px}@media (max-width:1023px){.m-default-card{margin-bottom:8px;padding:8px}}#toast-container>div{opacity:.95!important}@media (min-width:1023px){#toast-container>div:hover{opacity:1!important}}@-webkit-keyframes jiggle{0%{transform:none}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}to{transform:none}}@keyframes jiggle{0%{transform:none}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}to{transform:none}}:root{--m-border-radius:var(--miam-border-radius,8px);--m-border-radius-circle:50%;--m-border-radius-pill:25px;--m-button-gap:var(--miam-button-gap,10px);--m-button-padding:var(--miam-button-padding,9px 20px);--m-button-radius:var(--miam-button-padding,var(--m-border-radius-pill));--m-button-text-height:var(--miam-button-text-height,calc(var(--m-button-text-size)*1.5));--m-button-text-size:var(--miam-button-text-size,14px);--m-button-text-weight:var(--miam-button-text-weight,normal);--m-catalog-alt-button-color:var(--miam-catalog-alt-button-color,rgba(0,0,0,0.3));--m-catalog-alt-button-text-color:var(--miam-catalog-alt-button-text-color,var(--m-color-white));--m-catalog-alt-button-text-color-reverse:var(--miam-catalog-alt-button-text-color-reverse,var(--m-color-black));--m-catalog-card-bg-color:var(--miam-catalog-card-bg-color,var(--m-color-white));--m-catalog-card-details-color:var(--miam-catalog-card-details-color,#575756);--m-catalog-card-details-line-height:var(--miam-catalog-card-details-color,15px);--m-catalog-card-details-size:var(--miam-catalog-card-details-color,11px);--m-catalog-card-height:var(--miam-catalog-card-height,400px);--m-catalog-card-minwidth:var(--miam-catalog-card-minwidth,250px);--m-catalog-card-picture-height:var(--miam-catalog-card-picture-height,240px);--m-catalog-card-title-line-height:var(--miam-catalog-card-title-line-height 16px);--m-catalog-card-title-size:var(--miam-catalog-card-title-size,13px);--m-catalog-cards-spacing:var(--miam-catalog-cards-spacing,16px);--m-catalog-header-reduced-bg-color:var(--miam-catalog-header-reduced-bg-color,var(--m-color-primary));--m-catalog-header-reduced-text-color:var(--miam-catalog-header-reduced-text-color,var(--m-color-white));--m-catalog-header-text-color:var(--miam-catalog-header-text-color,var(--m-color-white));--m-catalog-redpoint-color:var(--miam-catalog-redpoint-color,#dd1219);--m-catalog-redpoint-text-color:var(--miam-catalog-redpoint-color,var(--m-color-white));--m-color-black:var(--miam-color-black,#0e0e2c);--m-color-card-shadow:var(--miam-color-card-shadow,#eaf2fb);--m-color-danger:var(--miam-color-danger,#f97d7d);--m-color-danger-text:var(--miam-color-danger-text,#700505);--m-color-grey:var(--miam-color-grey,#f5f5f5);--m-color-grey-text:var(--miam-color-grey-text,#acb0b9);--m-color-grey-text-dark:var(--miam-color-grey-text-dark,#757575);--m-color-grey01:var(--miam-color-grey01,#505062);--m-color-grey02:var(--miam-color-grey02,#67677e);--m-color-grey03:var(--miam-color-grey03,#818198);--m-color-grey04:var(--miam-color-grey04,#9d9daf);--m-color-grey05:var(--miam-color-grey05,#b9b9c6);--m-color-grey06:var(--miam-color-grey06,#d5d5dd);--m-color-grey07:var(--miam-color-grey07,#e3e3e8);--m-color-hairlines:var(--miam-color-hairlines,#ecf1f4);--m-color-info:var(--miam-color-info,#8cd4eb);--m-color-info-text:var(--miam-color-info-text,#125368);--m-color-light-slate:var(--miam-color-light-slate,#8c8ca1);--m-color-onyx:var(--miam-color-onyx,#0e0e2c);--m-color-primary:var(--miam-color-primary,#006574);--m-color-primary-dark:var(--miam-color-primary-dark,darken(#006574,10%));--m-color-primary-light:var(--miam-color-primary-light,lighten(#006574,10%));--m-color-primary-text:var(--miam-color-primary-text,#fff);--m-color-secondary:var(--miam-color-secondary,#ef760f);--m-color-secondary-dark:var(--miam-color-secondary-dark,#ef7711);--m-color-secondary-light:var(--miam-color-secondary-light,#faebd7);--m-color-secondary-text:var(--miam-color-secondary-text,#fff);--m-color-slate:var(--miam-color-slate,#4a4a68);--m-color-success:var(--miam-color-success,#44d6b3);--m-color-success-text:var(--miam-color-success-text,#135344);--m-color-tag-diet:var(--miam-color-tag-diet,#d3f8dd);--m-color-tag-equipment:var(--miam-color-tag-equipment,#e6e5e5);--m-color-tag-ingredient-category:var(--miam-color-tag-ingredient-category,#d3f5f8);--m-color-tag-meal-type:var(--miam-color-meal-type,#fbe8d0);--m-color-ternary:var(--miam-color-ternary,#1accf8);--m-color-ternary-dark:var(--miam-color-ternary-dark,#057894);--m-color-ternary-light:var(--miam-color-ternary-light,#cef4fd);--m-color-ternary-text:var(--miam-color-ternary-text,#fff);--m-color-unpure-white:var(--miam-color-unpure-white,#fefefe);--m-color-warning:var(--miam-color-warning,#ffdaa3);--m-color-warning-text:var(--miam-color-warning-text,#f90);--m-color-white:var(--miam-color-white,#fafcfe);--m-default-transition:var(--miam-default-transition,all 0.3s ease-in-out);--m-font-size-Xlarge:var(--miam-font-size-Xlarge,24px);--m-font-size-large:var(--miam-font-size-large,20px);--m-font-size-medium:var(--miam-font-size-medium,16px);--m-font-size-small:var(--miam-font-size-small,14px);--m-loader-size:var(--miam-loader-sizes,40px);--m-loader-thickness:var(--miam-loader-thickness,5px);--m-shadow-small:var(--miam-shadow-small,0px 3px 4px var(--m-color-card-shadow));--m-z-index-drawer-container:var(--miam-z-index-drawer-container,5000002);--m-z-index-drawer-overlay:var(--miam-z-index-drawer-overlay,5000001);--m-z-index-loader:var(--miam-z-index-loader,2);--m-z-index-modal:var(--miam-z-index-modal,6001);--m-z-index-modal-overlay:var(--miam-z-index-modal-overlay,6000);--m-z-index-position-absolute-high:var(--miam-z-index-position-absolute-high,1);--m-z-index-position-absolute-low:var(--miam-z-index-position-absolute-low,0)}.m-title-text-input:focus-within :root .miam-text-input__label,.m-title-text-input :root input,.m-title-text-input :root label:not(.miam-text-input__label__top),:root .m-body-typo,:root .m-h1-typo,:root .m-input,:root .m-input>*,:root .m-small-typo,:root .m-title-text-input:focus-within .miam-text-input__label,:root .m-title-text-input input,:root .m-title-text-input label:not(.miam-text-input__label__top){color:var(--m-color-slate);font-family:Work Sans;font-size:var(--m-font-size-medium);font-style:normal;font-weight:500;line-height:24px}.m-title-text-input :root input,.m-title-text-input :root label:not(.miam-text-input__label__top),:root .m-h1-typo,:root .m-title-text-input input,:root .m-title-text-input label:not(.miam-text-input__label__top){font-size:40px;font-weight:700;line-height:48px}:root .m-small-typo{font-size:var(--m-font-size-small);line-height:16px}@media print{:root *{-webkit-animation:none!important;-webkit-transition:none!important;animation:none!important;transition:none!important}:root .miam-not-printable{display:none}:root:last-child{page-break-after:auto}}:root .miam-print-only{display:none}@media print{:root .miam-print-only{display:block}}.miam-recipe-filters{left:0;position:absolute;top:0;z-index:calc(var(--m-z-index-modal-overlay) - 1)}.miam-recipe-filters.filter-collapsed{display:none}.miam-recipe-filters.right{border-left:1px solid #ccc;border-right:0;box-shadow:0 -8px 28px 0 rgba(0,0,0,.07058823529411765);left:unset;right:-1px}.miam-recipe-filters.right .m-button-primary.reverse.miam-recipe-filters__toggle{border-bottom-left-radius:var(--m-border-radius-pill);border-bottom-right-radius:0;border-right:0!important;border-top-left-radius:var(--m-border-radius-pill);border-top-right-radius:0;left:unset;padding:12px 4px 12px 12px;right:320px}.miam-recipe-filters.right .m-button-primary.reverse.miam-recipe-filters__toggle ng-miam-icon .icon-container{transform:rotate(-90deg)}.miam-recipe-filters:not(.right) .m-button-primary.reverse.miam-recipe-filters__toggle{border-left:0!important}.miam-recipe-filters .m-button-primary.reverse.miam-recipe-filters__toggle{border-bottom-left-radius:0;border-bottom-right-radius:var(--m-border-radius-pill);border-top-left-radius:0;border-top-right-radius:var(--m-border-radius-pill);left:320px;padding:12px 12px 12px 4px;position:absolute;top:41px}.miam-recipe-filters .m-button-primary.reverse.miam-recipe-filters__toggle:hover ng-miam-icon .icon-container svg path:last-child{fill:var(--m-color-white)}.miam-recipe-filters .m-button-primary.reverse.miam-recipe-filters__toggle ng-miam-icon .icon-container{transform:rotate(90deg)}.miam-recipe-filters .m-button-primary.reverse.miam-recipe-filters__toggle ng-miam-icon .icon-container svg path{fill:none}.miam-recipe-filters .m-button-primary.reverse.miam-recipe-filters__toggle ng-miam-icon .icon-container svg path:last-child{fill:var(--m-color-primary)}.miam-recipe-filters .miam-recipe-filters__content{background-color:var(--m-color-white);border-bottom:1px solid #ccc;border-right:1px solid #ccc;box-shadow:0 8px 28px 0 rgba(0,0,0,.07058823529411765);height:100%;overflow-y:auto;padding:24px;width:320px}.miam-recipe-filters .miam-recipe-filters__head{color:var(--m-color-primary);font-size:21px;font-weight:700;line-height:24px;margin-bottom:48px}.miam-recipe-filters .miam-recipe-filters__container{opacity:1;transition:opacity .25s cubic-bezier(0,0,.2,1)}.miam-recipe-filters .miam-recipe-filters__container.filter-collapsed{opacity:0;transition:none}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filter__details{align-items:center;background-color:var(--m-color-grey);display:flex;flex-flow:row wrap;margin-bottom:24px;min-height:10vh;padding-top:8px;position:-webkit-sticky;position:sticky;top:0;width:100%}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filter__details .miam-recipe-filter__detail__title{margin-bottom:16px;padding:0 24px}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filter__details .miam-recipe-filter__detail{align-items:center;border:1px solid var(--m-color-primary);border-radius:4px;display:flex;margin:0 0 16px 8px;padding:8px 16px}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filter__details .miam-recipe-filter__detail .miam-recipe-filter__detail__icon .icon-container{margin:0 0 0 16px}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filters__title{font-size:16px;font-weight:700;line-height:20px;margin-bottom:16px}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filters__choice{display:flex;font-size:16px;line-height:20px;margin-bottom:16px}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filters__choice:first-letter{text-transform:capitalize}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filters__choice input{cursor:pointer;height:20px;margin:0 12px 0 0;width:20px}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filters__separator{background-color:#e9e9e9;height:1px;margin:24px 0;width:100%}.miam-recipe-filters .miam-recipe-filters__container .miam-recipe-filters__remove{cursor:pointer;margin:40px 0 24px;text-align:center}.miam-recipe-filters .miam-recipe-filters__container .m-button-primary.miam-recipe-filters__confirm{border-radius:0;font-size:16px;font-weight:700;height:60px;width:100%}@media (max-width:607px){.miam-recipe-filters{bottom:-1px;left:-1px!important;position:fixed;right:-1px!important;top:-1px;z-index:var(--m-z-index-modal)}.miam-recipe-filters .miam-recipe-filters__toggle{left:unset!important;right:8px!important;top:11px!important;z-index:calc(var(--m-z-index-modal) + 1px)}.miam-recipe-filters:not(.right) .miam-recipe-filters__toggle{transform:rotate(180deg)}.miam-recipe-filters .miam-recipe-filters__content{width:100%}}"], encapsulation: 2, changeDetection: 0 });
|
|
8951
9277
|
/*@__PURE__*/ (function () {
|
|
8952
9278
|
i0.ɵsetClassMetadata(RecipeFiltersComponent, [{
|
|
8953
9279
|
type: i0.Component,
|
|
@@ -9033,7 +9359,7 @@
|
|
|
9033
9359
|
i0.ɵɵadvance(1);
|
|
9034
9360
|
i0.ɵɵproperty("iconName", ctx.icon.caretDown);
|
|
9035
9361
|
}
|
|
9036
|
-
}, directives: [
|
|
9362
|
+
}, directives: [i13.SelectControlValueAccessor, i13.NgControlStatus, i13.FormControlDirective, i13.NgSelectOption, i13.ɵangular_packages_forms_forms_x, i4.NgForOf, IconComponent], pipes: [CapitalizeFirstLetterPipe], styles: [".miam-select:focus-within{border:1px solid var(--m-color-primary)}.miam-select:focus-within ng-miam-icon{transform:rotate(180deg)}.miam-select select{-moz-appearance:none;-webkit-appearance:none;background-color:var(--m-color-unpure-white);border:none;cursor:pointer;outline:none;padding-bottom:4px;width:100%}.miam-select ng-miam-icon{transition:.25s cubic-bezier(.075,.82,.165,1)}"], encapsulation: 2, changeDetection: 0 });
|
|
9037
9363
|
/*@__PURE__*/ (function () {
|
|
9038
9364
|
i0.ɵsetClassMetadata(SelectInputComponent, [{
|
|
9039
9365
|
type: i0.Component,
|
|
@@ -9109,7 +9435,7 @@
|
|
|
9109
9435
|
i0.ɵɵproperty("iconName", ctx_r0.icon);
|
|
9110
9436
|
}
|
|
9111
9437
|
}
|
|
9112
|
-
var _c0$
|
|
9438
|
+
var _c0$a = function (a0) { return { "miam-text-input__label__top": a0 }; };
|
|
9113
9439
|
var TextInputComponent = /** @class */ (function () {
|
|
9114
9440
|
function TextInputComponent() {
|
|
9115
9441
|
this.uniqueId = uuid.v4();
|
|
@@ -9131,13 +9457,13 @@
|
|
|
9131
9457
|
i0.ɵɵadvance(1);
|
|
9132
9458
|
i0.ɵɵproperty("id", ctx.uniqueId)("ngModel", ctx.formControl == null ? null : ctx.formControl.value)("disabled", ctx.disable);
|
|
9133
9459
|
i0.ɵɵadvance(1);
|
|
9134
|
-
i0.ɵɵproperty("for", ctx.uniqueId)("ngClass", i0.ɵɵpureFunction1(7, _c0$
|
|
9460
|
+
i0.ɵɵproperty("for", ctx.uniqueId)("ngClass", i0.ɵɵpureFunction1(7, _c0$a, ctx.formControl == null ? null : ctx.formControl.value));
|
|
9135
9461
|
i0.ɵɵadvance(1);
|
|
9136
9462
|
i0.ɵɵtextInterpolate(ctx.placeholder);
|
|
9137
9463
|
i0.ɵɵadvance(1);
|
|
9138
9464
|
i0.ɵɵproperty("ngIf", ctx.icon);
|
|
9139
9465
|
}
|
|
9140
|
-
}, directives: [
|
|
9466
|
+
}, directives: [i13.DefaultValueAccessor, i13.NgControlStatus, i13.NgModel, i4.NgClass, i4.NgIf, IconComponent], styles: [".miam-text-input{position:relative}.miam-text-input .miam-text-input__label{color:var(--m-color-light-slate);cursor:text;left:16px;position:absolute;top:8px;transition:.1s linear}.miam-text-input .miam-text-input__label.miam-text-input__label__top,.miam-text-input:focus-within .miam-text-input__label{background-color:var(--m-color-white);left:16px;padding-right:4px;top:-13px;transform:translate(0) scale(.8)}@media (max-width:1023px){.miam-text-input .miam-text-input__label.miam-text-input__label__top,.miam-text-input:focus-within .miam-text-input__label{padding-right:0;transform:none}}.miam-text-input .miam-text-input__input{-moz-appearance:none;-webkit-appearance:none;appearance:none;border:0;border-radius:0;flex:1;padding:0;text-overflow:ellipsis}.miam-text-input .miam-text-input__input:focus{outline:0}@media (max-width:1023px){.miam-text-input:focus-within .miam-text-input__label{font-family:initial;padding-right:0}}"], encapsulation: 2, changeDetection: 0 });
|
|
9141
9467
|
/*@__PURE__*/ (function () {
|
|
9142
9468
|
i0.ɵsetClassMetadata(TextInputComponent, [{
|
|
9143
9469
|
type: i0.Component,
|
|
@@ -9159,7 +9485,7 @@
|
|
|
9159
9485
|
}] });
|
|
9160
9486
|
})();
|
|
9161
9487
|
|
|
9162
|
-
var _c0$
|
|
9488
|
+
var _c0$b = function (a0) { return { "font-weight": a0 }; };
|
|
9163
9489
|
var RecipeTypeChooserComponent = /** @class */ (function () {
|
|
9164
9490
|
function RecipeTypeChooserComponent(cdr, recipeTypeService, mediaMatcher) {
|
|
9165
9491
|
this.cdr = cdr;
|
|
@@ -9228,15 +9554,15 @@
|
|
|
9228
9554
|
i0.ɵɵadvance(2);
|
|
9229
9555
|
i0.ɵɵproperty("height", ctx.isMobile ? 128 : 64)("width", ctx.isMobile ? 128 : 64)("iconName", ctx.icon.Starter)("primaryColor", ctx.choosedType === "entr\u00E9e" ? "white" : "var(--m-color-primary)")("secondaryColor", ctx.choosedType === "entr\u00E9e" ? "var(--m-color-primary)" : "transparent");
|
|
9230
9556
|
i0.ɵɵadvance(1);
|
|
9231
|
-
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(18, _c0$
|
|
9557
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(18, _c0$b, ctx.choosedType === "entr\u00E9e" ? "bold" : "normal"));
|
|
9232
9558
|
i0.ɵɵadvance(3);
|
|
9233
9559
|
i0.ɵɵproperty("height", ctx.isMobile ? 128 : 64)("width", ctx.isMobile ? 128 : 64)("primaryColor", ctx.choosedType === "plat principal" ? "white" : "var(--m-color-primary)")("secondaryColor", ctx.choosedType === "plat principal" ? "var(--m-color-primary)" : "transparent")("iconName", ctx.icon.MainDish);
|
|
9234
9560
|
i0.ɵɵadvance(1);
|
|
9235
|
-
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(20, _c0$
|
|
9561
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(20, _c0$b, ctx.choosedType === "plat principal" ? "bold" : "normal"));
|
|
9236
9562
|
i0.ɵɵadvance(3);
|
|
9237
9563
|
i0.ɵɵproperty("height", ctx.isMobile ? 128 : 64)("width", ctx.isMobile ? 128 : 64)("iconName", ctx.icon.Dessert)("primaryColor", ctx.choosedType === "dessert" ? "white" : "var(--m-color-primary)")("secondaryColor", ctx.choosedType === "dessert" ? "var(--m-color-primary)" : "transparent");
|
|
9238
9564
|
i0.ɵɵadvance(1);
|
|
9239
|
-
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(22, _c0$
|
|
9565
|
+
i0.ɵɵproperty("ngStyle", i0.ɵɵpureFunction1(22, _c0$b, ctx.choosedType === "dessert" ? "bold" : "normal"));
|
|
9240
9566
|
}
|
|
9241
9567
|
}, directives: [IconComponent, i4.NgStyle], styles: [".recipe-type-chooser{align-items:center;display:flex;gap:128px;justify-content:center}@media (max-width:1023px){.recipe-type-chooser{gap:0;justify-content:space-evenly;width:90vw}}.recipe-type-chooser .recipe-type-chooser__item{-webkit-tap-highlight-color:transparent;align-items:center;color:var(--m-color-primary);cursor:pointer;display:flex;flex-direction:column;font-size:24px;gap:16px;justify-content:center;line-height:32px;text-align:center}@media (max-width:1023px){.recipe-type-chooser .recipe-type-chooser__item{font-size:16px}}.recipe-type-chooser .recipe-type-chooser__item span:before{content:attr(title);display:block;font-size:24px;font-weight:700;height:0;overflow:hidden;visibility:hidden}@media (max-width:1023px){.recipe-type-chooser .recipe-type-chooser__item span:before{font-size:16px}}"], encapsulation: 2, changeDetection: 0 });
|
|
9242
9568
|
/*@__PURE__*/ (function () {
|
|
@@ -9468,7 +9794,9 @@
|
|
|
9468
9794
|
CardCreateRecipeComponent,
|
|
9469
9795
|
RecipeTypeChooserComponent,
|
|
9470
9796
|
ActionsPopinComponent,
|
|
9471
|
-
ExplainBannerComponent
|
|
9797
|
+
ExplainBannerComponent,
|
|
9798
|
+
LoaderComponent,
|
|
9799
|
+
ModalComponent
|
|
9472
9800
|
];
|
|
9473
9801
|
var ComponentsModule = /** @class */ (function () {
|
|
9474
9802
|
function ComponentsModule() {
|
|
@@ -9479,8 +9807,8 @@
|
|
|
9479
9807
|
ComponentsModule.ɵinj = i0.ɵɵdefineInjector({ factory: function ComponentsModule_Factory(t) { return new (t || ComponentsModule)(); }, imports: [[
|
|
9480
9808
|
UtilsModule,
|
|
9481
9809
|
i4.CommonModule,
|
|
9482
|
-
|
|
9483
|
-
|
|
9810
|
+
i13.FormsModule,
|
|
9811
|
+
i13.ReactiveFormsModule,
|
|
9484
9812
|
i5.DragDropModule,
|
|
9485
9813
|
i4$1.TextFieldModule,
|
|
9486
9814
|
]] });
|
|
@@ -9507,10 +9835,12 @@
|
|
|
9507
9835
|
CardCreateRecipeComponent,
|
|
9508
9836
|
RecipeTypeChooserComponent,
|
|
9509
9837
|
ActionsPopinComponent,
|
|
9510
|
-
ExplainBannerComponent
|
|
9838
|
+
ExplainBannerComponent,
|
|
9839
|
+
LoaderComponent,
|
|
9840
|
+
ModalComponent], imports: [UtilsModule,
|
|
9511
9841
|
i4.CommonModule,
|
|
9512
|
-
|
|
9513
|
-
|
|
9842
|
+
i13.FormsModule,
|
|
9843
|
+
i13.ReactiveFormsModule,
|
|
9514
9844
|
i5.DragDropModule,
|
|
9515
9845
|
i4$1.TextFieldModule], exports: [IconComponent,
|
|
9516
9846
|
CORSOverlayComponent,
|
|
@@ -9534,7 +9864,9 @@
|
|
|
9534
9864
|
CardCreateRecipeComponent,
|
|
9535
9865
|
RecipeTypeChooserComponent,
|
|
9536
9866
|
ActionsPopinComponent,
|
|
9537
|
-
ExplainBannerComponent
|
|
9867
|
+
ExplainBannerComponent,
|
|
9868
|
+
LoaderComponent,
|
|
9869
|
+
ModalComponent] });
|
|
9538
9870
|
})();
|
|
9539
9871
|
/*@__PURE__*/ (function () {
|
|
9540
9872
|
i0.ɵsetClassMetadata(ComponentsModule, [{
|
|
@@ -9543,8 +9875,8 @@
|
|
|
9543
9875
|
imports: [
|
|
9544
9876
|
UtilsModule,
|
|
9545
9877
|
i4.CommonModule,
|
|
9546
|
-
|
|
9547
|
-
|
|
9878
|
+
i13.FormsModule,
|
|
9879
|
+
i13.ReactiveFormsModule,
|
|
9548
9880
|
i5.DragDropModule,
|
|
9549
9881
|
i4$1.TextFieldModule,
|
|
9550
9882
|
],
|
|
@@ -9554,67 +9886,6 @@
|
|
|
9554
9886
|
}], null, null);
|
|
9555
9887
|
})();
|
|
9556
9888
|
|
|
9557
|
-
var LoaderComponent = /** @class */ (function () {
|
|
9558
|
-
function LoaderComponent() {
|
|
9559
|
-
}
|
|
9560
|
-
return LoaderComponent;
|
|
9561
|
-
}());
|
|
9562
|
-
LoaderComponent.ɵfac = function LoaderComponent_Factory(t) { return new (t || LoaderComponent)(); };
|
|
9563
|
-
LoaderComponent.ɵcmp = i0.ɵɵdefineComponent({ type: LoaderComponent, selectors: [["ng-miam-loader"]], decls: 1, vars: 0, consts: [[1, "miam-loader"]], template: function LoaderComponent_Template(rf, ctx) {
|
|
9564
|
-
if (rf & 1) {
|
|
9565
|
-
i0.ɵɵelement(0, "div", 0);
|
|
9566
|
-
}
|
|
9567
|
-
}, styles: [".miam-loader{-webkit-animation:miam-loader-spin .5s linear infinite;animation:miam-loader-spin .5s linear infinite;border:var(--m-loader-thickness) solid var(--m-color-grey);border-radius:var(--m-border-radius-circle);border-top:var(--m-loader-thickness) solid var(--m-color-ternary);height:var(--m-loader-size);width:var(--m-loader-size)}@-webkit-keyframes miam-loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes miam-loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}"], encapsulation: 2 });
|
|
9568
|
-
/*@__PURE__*/ (function () {
|
|
9569
|
-
i0.ɵsetClassMetadata(LoaderComponent, [{
|
|
9570
|
-
type: i0.Component,
|
|
9571
|
-
args: [{
|
|
9572
|
-
selector: 'ng-miam-loader',
|
|
9573
|
-
templateUrl: './loader.component.html',
|
|
9574
|
-
encapsulation: i0.ViewEncapsulation.None,
|
|
9575
|
-
styleUrls: ['./loader.component.scss']
|
|
9576
|
-
}]
|
|
9577
|
-
}], function () { return []; }, null);
|
|
9578
|
-
})();
|
|
9579
|
-
|
|
9580
|
-
var LoaderModule = /** @class */ (function () {
|
|
9581
|
-
// Create custom elements so the WebComponents can be interpreted by the browser regardless of the js framework used
|
|
9582
|
-
function LoaderModule(injector) {
|
|
9583
|
-
// Avoid duplicate error
|
|
9584
|
-
if (!customElements.get('webc-miam-loader')) {
|
|
9585
|
-
var ngElement = elements.createCustomElement(LoaderComponent, { injector: injector });
|
|
9586
|
-
customElements.define('webc-miam-loader', ngElement);
|
|
9587
|
-
}
|
|
9588
|
-
}
|
|
9589
|
-
return LoaderModule;
|
|
9590
|
-
}());
|
|
9591
|
-
LoaderModule.ɵmod = i0.ɵɵdefineNgModule({ type: LoaderModule });
|
|
9592
|
-
LoaderModule.ɵinj = i0.ɵɵdefineInjector({ factory: function LoaderModule_Factory(t) { return new (t || LoaderModule)(i0.ɵɵinject(i0.Injector)); }, imports: [[
|
|
9593
|
-
UtilsModule,
|
|
9594
|
-
i4.CommonModule
|
|
9595
|
-
]] });
|
|
9596
|
-
(function () {
|
|
9597
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(LoaderModule, { declarations: [LoaderComponent], imports: [UtilsModule,
|
|
9598
|
-
i4.CommonModule], exports: [LoaderComponent] });
|
|
9599
|
-
})();
|
|
9600
|
-
/*@__PURE__*/ (function () {
|
|
9601
|
-
i0.ɵsetClassMetadata(LoaderModule, [{
|
|
9602
|
-
type: i0.NgModule,
|
|
9603
|
-
args: [{
|
|
9604
|
-
imports: [
|
|
9605
|
-
UtilsModule,
|
|
9606
|
-
i4.CommonModule
|
|
9607
|
-
],
|
|
9608
|
-
declarations: [
|
|
9609
|
-
LoaderComponent
|
|
9610
|
-
],
|
|
9611
|
-
exports: [
|
|
9612
|
-
LoaderComponent
|
|
9613
|
-
]
|
|
9614
|
-
}]
|
|
9615
|
-
}], function () { return [{ type: i0.Injector }]; }, null);
|
|
9616
|
-
})();
|
|
9617
|
-
|
|
9618
9889
|
function BasketPreviewDisabledComponent_div_9_div_1_button_4_span_1_Template(rf, ctx) {
|
|
9619
9890
|
if (rf & 1) {
|
|
9620
9891
|
i0.ɵɵelementStart(0, "span");
|
|
@@ -9632,7 +9903,7 @@
|
|
|
9632
9903
|
i0.ɵɵelement(0, "ng-miam-loader");
|
|
9633
9904
|
}
|
|
9634
9905
|
}
|
|
9635
|
-
var _c0$
|
|
9906
|
+
var _c0$c = function (a0) { return { loading: a0 }; };
|
|
9636
9907
|
function BasketPreviewDisabledComponent_div_9_div_1_button_4_Template(rf, ctx) {
|
|
9637
9908
|
if (rf & 1) {
|
|
9638
9909
|
var _r8_1 = i0.ɵɵgetCurrentView();
|
|
@@ -9645,7 +9916,7 @@
|
|
|
9645
9916
|
if (rf & 2) {
|
|
9646
9917
|
var entry_r2 = i0.ɵɵnextContext().$implicit;
|
|
9647
9918
|
var ctx_r3 = i0.ɵɵnextContext(2);
|
|
9648
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(3, _c0$
|
|
9919
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(3, _c0$c, ctx_r3.loading[entry_r2.id]));
|
|
9649
9920
|
i0.ɵɵadvance(1);
|
|
9650
9921
|
i0.ɵɵproperty("ngIf", !ctx_r3.loading[entry_r2.id]);
|
|
9651
9922
|
i0.ɵɵadvance(1);
|
|
@@ -9684,7 +9955,7 @@
|
|
|
9684
9955
|
i0.ɵɵproperty("ngForOf", ctx_r0.entries);
|
|
9685
9956
|
}
|
|
9686
9957
|
}
|
|
9687
|
-
var _c1$
|
|
9958
|
+
var _c1$4 = function (a0) { return { "miam-basket-preview-disabled__chevron__down": a0 }; };
|
|
9688
9959
|
var MODES_CONFIG = {
|
|
9689
9960
|
unavailable: { cssClass: 'unavailable', title: 'Article(s) indisponible(s)' },
|
|
9690
9961
|
removed: { cssClass: 'removed', title: 'Article(s) retiré(s) du panier' },
|
|
@@ -9763,7 +10034,7 @@
|
|
|
9763
10034
|
i0.ɵɵadvance(2);
|
|
9764
10035
|
i0.ɵɵtextInterpolate1(" (", ctx.entries.length, ") ");
|
|
9765
10036
|
i0.ɵɵadvance(1);
|
|
9766
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c1$
|
|
10037
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(6, _c1$4, !ctx.reduced));
|
|
9767
10038
|
i0.ɵɵadvance(1);
|
|
9768
10039
|
i0.ɵɵproperty("iconName", ctx.icon.ChevronDown);
|
|
9769
10040
|
i0.ɵɵadvance(1);
|
|
@@ -9858,7 +10129,7 @@
|
|
|
9858
10129
|
i0.ɵɵelementEnd();
|
|
9859
10130
|
}
|
|
9860
10131
|
}
|
|
9861
|
-
var _c0$
|
|
10132
|
+
var _c0$d = function (a0) { return { "disable": a0 }; };
|
|
9862
10133
|
function BasketPreviewLineComponent_div_15_Template(rf, ctx) {
|
|
9863
10134
|
if (rf & 1) {
|
|
9864
10135
|
var _r20_1 = i0.ɵɵgetCurrentView();
|
|
@@ -9872,7 +10143,7 @@
|
|
|
9872
10143
|
if (rf & 2) {
|
|
9873
10144
|
var ctx_r4 = i0.ɵɵnextContext();
|
|
9874
10145
|
i0.ɵɵadvance(1);
|
|
9875
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(1, _c0$
|
|
10146
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(1, _c0$d, ctx_r4.disableItemSelector));
|
|
9876
10147
|
}
|
|
9877
10148
|
}
|
|
9878
10149
|
function BasketPreviewLineComponent_div_16_Template(rf, ctx) {
|
|
@@ -10048,7 +10319,7 @@
|
|
|
10048
10319
|
i0.ɵɵproperty("ngIf", !ctx_r12.loading)("ngIfElse", _r24);
|
|
10049
10320
|
}
|
|
10050
10321
|
}
|
|
10051
|
-
var _c1$
|
|
10322
|
+
var _c1$5 = function (a0, a1, a2) { return { clickable: a0, expanded: a1, elevate: a2 }; };
|
|
10052
10323
|
var BasketPreviewLineComponent = /** @class */ (function (_super) {
|
|
10053
10324
|
__extends(BasketPreviewLineComponent, _super);
|
|
10054
10325
|
function BasketPreviewLineComponent(cdr, recipesService, listsService, basketsService, analyticsService, posService, userService, contextService, elementRef) {
|
|
@@ -10294,7 +10565,7 @@
|
|
|
10294
10565
|
if (rf & 2) {
|
|
10295
10566
|
var _r7 = i0.ɵɵreference(20);
|
|
10296
10567
|
i0.ɵɵpropertyInterpolate("id", ctx.line.id);
|
|
10297
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(20, _c1$
|
|
10568
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(20, _c1$5, ctx.line.hasEntries() || ctx.line.displayMode, ctx.expanded, ctx.selectItem));
|
|
10298
10569
|
i0.ɵɵadvance(3);
|
|
10299
10570
|
i0.ɵɵproperty("ngIf", !ctx.uniqueLine && !ctx.line.displayMode);
|
|
10300
10571
|
i0.ɵɵadvance(2);
|
|
@@ -10528,7 +10799,7 @@
|
|
|
10528
10799
|
}] });
|
|
10529
10800
|
})();
|
|
10530
10801
|
|
|
10531
|
-
var _c0$
|
|
10802
|
+
var _c0$e = function (a0) { return { "display": a0 }; };
|
|
10532
10803
|
function BasketPreviewBlockComponent_div_0_ng_container_2_div_1_ng_miam_basket_preview_line_1_Template(rf, ctx) {
|
|
10533
10804
|
if (rf & 1) {
|
|
10534
10805
|
var _r14_1 = i0.ɵɵgetCurrentView();
|
|
@@ -10539,7 +10810,7 @@
|
|
|
10539
10810
|
if (rf & 2) {
|
|
10540
10811
|
var line_r12 = ctx.$implicit;
|
|
10541
10812
|
var ctx_r9 = i0.ɵɵnextContext(4);
|
|
10542
|
-
i0.ɵɵproperty("line", line_r12)("blockStates", ctx_r9.blockStates)("recipesAlwaysExpanded", ctx_r9.recipesAlwaysExpanded)("itemsAlwaysExpanded", ctx_r9.itemsAlwaysExpanded)("displayItemsUnitaryPrice", ctx_r9.displayItemsUnitaryPrice)("originTrace", ctx_r9.eventTrace())("ngStyle", i0.ɵɵpureFunction1(7, _c0$
|
|
10813
|
+
i0.ɵɵproperty("line", line_r12)("blockStates", ctx_r9.blockStates)("recipesAlwaysExpanded", ctx_r9.recipesAlwaysExpanded)("itemsAlwaysExpanded", ctx_r9.itemsAlwaysExpanded)("displayItemsUnitaryPrice", ctx_r9.displayItemsUnitaryPrice)("originTrace", ctx_r9.eventTrace())("ngStyle", i0.ɵɵpureFunction1(7, _c0$e, (ctx_r9.blockStates == null ? null : ctx_r9.blockStates.value == null ? null : ctx_r9.blockStates.value.overlayOpen) ? "none" : "block"));
|
|
10543
10814
|
}
|
|
10544
10815
|
}
|
|
10545
10816
|
function BasketPreviewBlockComponent_div_0_ng_container_2_div_1_ng_miam_replace_item_2_Template(rf, ctx) {
|
|
@@ -10898,20 +11169,18 @@
|
|
|
10898
11169
|
BasketPreviewModule.ɵmod = i0.ɵɵdefineNgModule({ type: BasketPreviewModule });
|
|
10899
11170
|
BasketPreviewModule.ɵinj = i0.ɵɵdefineInjector({ factory: function BasketPreviewModule_Factory(t) { return new (t || BasketPreviewModule)(i0.ɵɵinject(i0.Injector)); }, imports: [[
|
|
10900
11171
|
i4.CommonModule,
|
|
10901
|
-
|
|
11172
|
+
i13.FormsModule,
|
|
10902
11173
|
UtilsModule,
|
|
10903
|
-
ComponentsModule
|
|
10904
|
-
LoaderModule
|
|
11174
|
+
ComponentsModule
|
|
10905
11175
|
]] });
|
|
10906
11176
|
(function () {
|
|
10907
11177
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(BasketPreviewModule, { declarations: [BasketPreviewBlockComponent,
|
|
10908
11178
|
BasketPreviewLineComponent,
|
|
10909
11179
|
BasketPreviewDisabledComponent,
|
|
10910
11180
|
ReplaceItemComponent], imports: [i4.CommonModule,
|
|
10911
|
-
|
|
11181
|
+
i13.FormsModule,
|
|
10912
11182
|
UtilsModule,
|
|
10913
|
-
ComponentsModule,
|
|
10914
|
-
LoaderModule], exports: [BasketPreviewBlockComponent,
|
|
11183
|
+
ComponentsModule], exports: [BasketPreviewBlockComponent,
|
|
10915
11184
|
BasketPreviewLineComponent,
|
|
10916
11185
|
BasketPreviewDisabledComponent,
|
|
10917
11186
|
// TODO: should be included in preview line component - no need to be exposed
|
|
@@ -10923,10 +11192,9 @@
|
|
|
10923
11192
|
args: [{
|
|
10924
11193
|
imports: [
|
|
10925
11194
|
i4.CommonModule,
|
|
10926
|
-
|
|
11195
|
+
i13.FormsModule,
|
|
10927
11196
|
UtilsModule,
|
|
10928
|
-
ComponentsModule
|
|
10929
|
-
LoaderModule
|
|
11197
|
+
ComponentsModule
|
|
10930
11198
|
],
|
|
10931
11199
|
declarations: [
|
|
10932
11200
|
BasketPreviewBlockComponent,
|
|
@@ -11344,7 +11612,7 @@
|
|
|
11344
11612
|
i0.ɵɵproperty("width", 20)("height", 20)("iconName", ctx_r34.icon.DifficultyLow);
|
|
11345
11613
|
}
|
|
11346
11614
|
}
|
|
11347
|
-
var _c0$
|
|
11615
|
+
var _c0$f = function (a0, a1, a2) { return { "easy": a0, "medium": a1, "hard": a2 }; };
|
|
11348
11616
|
function RecipeCardComponent_div_0_div_12_Template(rf, ctx) {
|
|
11349
11617
|
if (rf & 1) {
|
|
11350
11618
|
i0.ɵɵelementStart(0, "div", 45);
|
|
@@ -11360,7 +11628,7 @@
|
|
|
11360
11628
|
}
|
|
11361
11629
|
if (rf & 2) {
|
|
11362
11630
|
var ctx_r10 = i0.ɵɵnextContext(2);
|
|
11363
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(5, _c0$
|
|
11631
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(5, _c0$f, (ctx_r10.recipe == null ? null : ctx_r10.recipe.difficulty) === 1, (ctx_r10.recipe == null ? null : ctx_r10.recipe.difficulty) === 2, (ctx_r10.recipe == null ? null : ctx_r10.recipe.difficulty) === 3));
|
|
11364
11632
|
i0.ɵɵadvance(1);
|
|
11365
11633
|
i0.ɵɵproperty("ngSwitch", ctx_r10.recipe == null ? null : ctx_r10.recipe.difficulty);
|
|
11366
11634
|
i0.ɵɵadvance(1);
|
|
@@ -11508,7 +11776,7 @@
|
|
|
11508
11776
|
i0.ɵɵelement(0, "ng-miam-loader");
|
|
11509
11777
|
}
|
|
11510
11778
|
}
|
|
11511
|
-
var _c1$
|
|
11779
|
+
var _c1$6 = function (a0, a1) { return { "in-basket": a0, "loading": a1 }; };
|
|
11512
11780
|
function RecipeCardComponent_div_0_Template(rf, ctx) {
|
|
11513
11781
|
if (rf & 1) {
|
|
11514
11782
|
var _r39_1 = i0.ɵɵgetCurrentView();
|
|
@@ -11583,7 +11851,7 @@
|
|
|
11583
11851
|
i0.ɵɵadvance(4);
|
|
11584
11852
|
i0.ɵɵproperty("ngIf", ctx_r0.recipe && ctx_r0.displayPricing);
|
|
11585
11853
|
i0.ɵɵadvance(2);
|
|
11586
|
-
i0.ɵɵproperty("disabled", !ctx_r0.recipe)("ngClass", i0.ɵɵpureFunction2(25, _c1$
|
|
11854
|
+
i0.ɵɵproperty("disabled", !ctx_r0.recipe)("ngClass", i0.ɵɵpureFunction2(25, _c1$6, i0.ɵɵpipeBind1(29, 23, ctx_r0.groceriesListsService.recipeIsInList(ctx_r0.recipe == null ? null : ctx_r0.recipe.id)), ctx_r0.addButtonLoading));
|
|
11587
11855
|
i0.ɵɵadvance(2);
|
|
11588
11856
|
i0.ɵɵproperty("ngIf", ctx_r0.recipeService.recipesPrimaryButtonActions.display && !ctx_r0.recipeService.recipesPrimaryButtonActions.addToBasket)("ngIfElse", _r20);
|
|
11589
11857
|
i0.ɵɵadvance(3);
|
|
@@ -11767,7 +12035,7 @@
|
|
|
11767
12035
|
}] });
|
|
11768
12036
|
})();
|
|
11769
12037
|
|
|
11770
|
-
var _c0$
|
|
12038
|
+
var _c0$g = ["miamMoreActions"];
|
|
11771
12039
|
function CatalogRecipeCardComponent_div_4_div_3_Template(rf, ctx) {
|
|
11772
12040
|
if (rf & 1) {
|
|
11773
12041
|
i0.ɵɵelementStart(0, "div");
|
|
@@ -12020,7 +12288,7 @@
|
|
|
12020
12288
|
i0.ɵɵproperty("width", 18)("height", 18)("iconName", ctx_r33.icon.DifficultyLow);
|
|
12021
12289
|
}
|
|
12022
12290
|
}
|
|
12023
|
-
var _c1$
|
|
12291
|
+
var _c1$7 = function (a0, a1, a2) { return { "easy": a0, "medium": a1, "hard": a2 }; };
|
|
12024
12292
|
function CatalogRecipeCardComponent_div_21_Template(rf, ctx) {
|
|
12025
12293
|
if (rf & 1) {
|
|
12026
12294
|
i0.ɵɵelementStart(0, "div", 49);
|
|
@@ -12036,7 +12304,7 @@
|
|
|
12036
12304
|
}
|
|
12037
12305
|
if (rf & 2) {
|
|
12038
12306
|
var ctx_r9 = i0.ɵɵnextContext();
|
|
12039
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(5, _c1$
|
|
12307
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction3(5, _c1$7, (ctx_r9.recipe == null ? null : ctx_r9.recipe.difficulty) === 1, (ctx_r9.recipe == null ? null : ctx_r9.recipe.difficulty) === 2, (ctx_r9.recipe == null ? null : ctx_r9.recipe.difficulty) === 3));
|
|
12040
12308
|
i0.ɵɵadvance(1);
|
|
12041
12309
|
i0.ɵɵproperty("ngSwitch", ctx_r9.recipe == null ? null : ctx_r9.recipe.difficulty);
|
|
12042
12310
|
i0.ɵɵadvance(1);
|
|
@@ -12165,7 +12433,7 @@
|
|
|
12165
12433
|
CatalogRecipeCardComponent.ɵfac = function CatalogRecipeCardComponent_Factory(t) { return new (t || CatalogRecipeCardComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(RecipesService), i0.ɵɵdirectiveInject(RecipeEventsService), i0.ɵɵdirectiveInject(GroceriesListsService), i0.ɵɵdirectiveInject(UserService), i0.ɵɵdirectiveInject(PointOfSalesService), i0.ɵɵdirectiveInject(ContextService), i0.ɵɵdirectiveInject(AnalyticsService), i0.ɵɵdirectiveInject(i1$2.MediaMatcher), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(ToastrService)); };
|
|
12166
12434
|
CatalogRecipeCardComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CatalogRecipeCardComponent, selectors: [["ng-miam-catalog-recipe-card"]], viewQuery: function CatalogRecipeCardComponent_Query(rf, ctx) {
|
|
12167
12435
|
if (rf & 1) {
|
|
12168
|
-
i0.ɵɵviewQuery(_c0$
|
|
12436
|
+
i0.ɵɵviewQuery(_c0$g, true);
|
|
12169
12437
|
}
|
|
12170
12438
|
if (rf & 2) {
|
|
12171
12439
|
var _t;
|
|
@@ -12280,8 +12548,8 @@
|
|
|
12280
12548
|
}] });
|
|
12281
12549
|
})();
|
|
12282
12550
|
|
|
12283
|
-
var _c0$
|
|
12284
|
-
var _c1$
|
|
12551
|
+
var _c0$h = ["categoryContent"];
|
|
12552
|
+
var _c1$8 = ["categoryCards"];
|
|
12285
12553
|
function CatalogCategoryComponent_div_0_div_15_Template(rf, ctx) {
|
|
12286
12554
|
if (rf & 1) {
|
|
12287
12555
|
i0.ɵɵelementStart(0, "div", 18);
|
|
@@ -12577,8 +12845,8 @@
|
|
|
12577
12845
|
CatalogCategoryComponent.ɵfac = function CatalogCategoryComponent_Factory(t) { return new (t || CatalogCategoryComponent)(i0.ɵɵdirectiveInject(RecipesService), i0.ɵɵdirectiveInject(ArticlesService), i0.ɵɵdirectiveInject(ContextService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(AnalyticsService)); };
|
|
12578
12846
|
CatalogCategoryComponent.ɵcmp = i0.ɵɵdefineComponent({ type: CatalogCategoryComponent, selectors: [["ng-miam-catalog-category"]], viewQuery: function CatalogCategoryComponent_Query(rf, ctx) {
|
|
12579
12847
|
if (rf & 1) {
|
|
12580
|
-
i0.ɵɵviewQuery(_c0$
|
|
12581
|
-
i0.ɵɵviewQuery(_c1$
|
|
12848
|
+
i0.ɵɵviewQuery(_c0$h, true);
|
|
12849
|
+
i0.ɵɵviewQuery(_c1$8, true);
|
|
12582
12850
|
i0.ɵɵviewQuery(CatalogRecipeCardComponent, true);
|
|
12583
12851
|
}
|
|
12584
12852
|
if (rf & 2) {
|
|
@@ -12718,7 +12986,7 @@
|
|
|
12718
12986
|
i0.ɵɵtextInterpolate1(" ", ctx_r14.filterBadgeCount, " ");
|
|
12719
12987
|
}
|
|
12720
12988
|
}
|
|
12721
|
-
var _c0$
|
|
12989
|
+
var _c0$i = function (a0, a1) { return { reverse: a0, reduced: a1 }; };
|
|
12722
12990
|
function CatalogHeaderComponent_button_15_Template(rf, ctx) {
|
|
12723
12991
|
if (rf & 1) {
|
|
12724
12992
|
var _r16_1 = i0.ɵɵgetCurrentView();
|
|
@@ -12731,7 +12999,7 @@
|
|
|
12731
12999
|
}
|
|
12732
13000
|
if (rf & 2) {
|
|
12733
13001
|
var ctx_r4 = i0.ɵɵnextContext();
|
|
12734
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(4, _c0$
|
|
13002
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(4, _c0$i, !ctx_r4.reduced, ctx_r4.reduced));
|
|
12735
13003
|
i0.ɵɵadvance(1);
|
|
12736
13004
|
i0.ɵɵproperty("iconName", ctx_r4.icon.Filter);
|
|
12737
13005
|
i0.ɵɵadvance(1);
|
|
@@ -12747,7 +13015,7 @@
|
|
|
12747
13015
|
i0.ɵɵelementEnd();
|
|
12748
13016
|
}
|
|
12749
13017
|
}
|
|
12750
|
-
var _c1$
|
|
13018
|
+
var _c1$9 = function (a0, a1) { return { "m-button-primary": a0, reduced: a1 }; };
|
|
12751
13019
|
function CatalogHeaderComponent_button_16_Template(rf, ctx) {
|
|
12752
13020
|
if (rf & 1) {
|
|
12753
13021
|
var _r19_1 = i0.ɵɵgetCurrentView();
|
|
@@ -12759,7 +13027,7 @@
|
|
|
12759
13027
|
}
|
|
12760
13028
|
if (rf & 2) {
|
|
12761
13029
|
var ctx_r5 = i0.ɵɵnextContext();
|
|
12762
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(3, _c1$
|
|
13030
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(3, _c1$9, ctx_r5.reduced, ctx_r5.reduced));
|
|
12763
13031
|
i0.ɵɵadvance(1);
|
|
12764
13032
|
i0.ɵɵproperty("iconName", ctx_r5.icon.Heart);
|
|
12765
13033
|
i0.ɵɵadvance(1);
|
|
@@ -12886,7 +13154,7 @@
|
|
|
12886
13154
|
i0.ɵɵadvance(1);
|
|
12887
13155
|
i0.ɵɵproperty("ngIf", !ctx.personalButtonHidden);
|
|
12888
13156
|
}
|
|
12889
|
-
}, directives: [i4.NgClass, IconComponent, i4.NgIf, i15.DefaultValueAccessor, i15.NgControlStatus, i15.NgModel], styles: [".cal-month-view .cal-header{font-weight:bolder;text-align:center}.cal-month-view .cal-header .cal-cell{display:block;overflow:hidden;padding:5px 0;text-overflow:ellipsis;white-space:nowrap}.cal-month-view .cal-days{border:1px solid;border-bottom:0}.cal-month-view .cal-cell-top{flex:1;min-height:78px}.cal-month-view .cal-cell-row{display:flex}.cal-month-view .cal-cell{align-items:stretch;display:flex;flex:1;flex-direction:column;float:left}.cal-month-view .cal-cell .cal-event{pointer-events:all!important}.cal-month-view .cal-day-cell{min-height:100px}@media (-ms-high-contrast:none){.cal-month-view .cal-day-cell{display:block}}.cal-month-view .cal-day-cell:not(:last-child){border-right:1px solid}.cal-month-view .cal-days .cal-cell-row{border-bottom:1px solid}.cal-month-view .cal-day-badge{border-radius:10px;display:inline-block;font-size:12px;font-weight:700;line-height:1;margin-left:10px;margin-top:18px;min-width:10px;padding:3px 7px;text-align:center;vertical-align:middle;white-space:nowrap}.cal-month-view .cal-day-number{float:right;font-size:1.2em;font-weight:400;margin-bottom:10px;margin-right:15px;margin-top:15px;opacity:.5}.cal-month-view .cal-events{align-items:flex-end;display:flex;flex:1;flex-wrap:wrap;line-height:10px;margin:3px}.cal-month-view .cal-event{border-radius:50%;display:inline-block;height:10px;margin:2px;width:10px}.cal-month-view .cal-day-cell.cal-in-month.cal-has-events{cursor:pointer}.cal-month-view .cal-day-cell.cal-out-month .cal-day-number{cursor:default;opacity:.1}.cal-month-view .cal-day-cell.cal-today .cal-day-number{font-size:1.9em}.cal-month-view .cal-open-day-events{padding:15px}.cal-month-view .cal-open-day-events .cal-event{position:relative;top:2px}.cal-month-view .cal-out-month .cal-day-badge,.cal-month-view .cal-out-month .cal-event{opacity:.3}.cal-month-view .cal-draggable{cursor:move}.cal-month-view .cal-drag-active *{pointer-events:none}.cal-month-view .cal-event-title{cursor:pointer}.cal-month-view .cal-event-title:hover{text-decoration:underline}.cal-month-view{background-color:#fff}.cal-month-view .cal-cell-row:hover{background-color:#fafafa}.cal-month-view .cal-cell-row .cal-cell:hover,.cal-month-view .cal-cell.cal-has-events.cal-open{background-color:#ededed}.cal-month-view .cal-days{border-color:#e1e1e1}.cal-month-view .cal-day-cell:not(:last-child){border-right-color:#e1e1e1}.cal-month-view .cal-days .cal-cell-row{border-bottom-color:#e1e1e1}.cal-month-view .cal-day-badge{background-color:#b94a48;color:#fff}.cal-month-view .cal-event{background-color:#1e90ff;border-color:#d1e8ff;color:#fff}.cal-month-view .cal-day-cell.cal-weekend .cal-day-number{color:#8b0000}.cal-month-view .cal-day-cell.cal-today{background-color:#e8fde7}.cal-month-view .cal-day-cell.cal-drag-over{background-color:#e0e0e0!important}.cal-month-view .cal-open-day-events{background-color:#555;box-shadow:inset 0 0 15px 0 rgba(0,0,0,.5);color:#fff}.cal-week-view *{box-sizing:border-box}.cal-week-view .cal-day-headers{border:1px solid;display:flex;padding-left:70px}.cal-week-view .cal-day-headers .cal-header{flex:1;padding:5px;text-align:center}.cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right:1px solid}.cal-week-view .cal-day-headers .cal-header:first-child{border-left:1px solid}.cal-week-view .cal-day-headers span{font-weight:400;opacity:.5}.cal-week-view .cal-day-column{border-left:1px solid;flex-grow:1}.cal-week-view .cal-event{border:1px solid;font-size:12px}.cal-week-view .cal-time-label-column{height:100%;width:70px}.cal-week-view .cal-current-time-marker{height:2px;position:absolute;width:100%;z-index:2}.cal-week-view .cal-all-day-events{border-bottom:3px solid;border-left:1px solid;border-right:1px solid;border-top:0;padding-top:3px;position:relative}.cal-week-view .cal-all-day-events .cal-day-columns{display:flex;height:100%;position:absolute;top:0;width:100%;z-index:0}.cal-week-view .cal-all-day-events .cal-events-row{height:31px;margin-left:70px;position:relative}.cal-week-view .cal-all-day-events .cal-event-container{display:inline-block;position:absolute}.cal-week-view .cal-all-day-events .cal-event-container.resize-active{pointer-events:none;z-index:1}.cal-week-view .cal-all-day-events .cal-event{height:28px;line-height:28px;margin-left:2px;margin-right:2px;padding:0 5px}.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event{border-bottom-left-radius:5px;border-top-left-radius:5px}.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event{border-bottom-right-radius:5px;border-top-right-radius:5px}.cal-week-view .cal-all-day-events .cal-time-label-column{align-items:center;display:flex;font-size:14px;justify-content:center}.cal-week-view .cal-all-day-events .cal-resize-handle{cursor:col-resize;height:100%;position:absolute;top:0;width:6px}.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end{right:0}.cal-week-view .cal-event,.cal-week-view .cal-header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cal-week-view .cal-drag-active{pointer-events:none;z-index:1}.cal-week-view .cal-drag-active *{pointer-events:none}.cal-week-view .cal-time-events{border:1px solid;border-top:0;display:flex;position:relative}.cal-week-view .cal-time-events .cal-day-columns{display:flex;flex-grow:1}.cal-week-view .cal-time-events .cal-day-column,.cal-week-view .cal-time-events .cal-events-container{position:relative}.cal-week-view .cal-time-events .cal-event-container{position:absolute;z-index:1}.cal-week-view .cal-time-events .cal-event{height:calc(100% - 2px);line-height:25px;margin:1px;padding:0 5px;width:calc(100% - 2px)}.cal-week-view .cal-time-events .cal-resize-handle{cursor:row-resize;height:4px;position:absolute;width:100%}.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end{bottom:0}.cal-week-view .cal-hour-segment{position:relative}.cal-week-view .cal-hour-segment:after{content:\"\\00a0\"}.cal-week-view .cal-event-container:not(.cal-draggable){cursor:pointer}.cal-week-view .cal-draggable{cursor:move}.cal-week-view .cal-hour-segment,.cal-week-view mwl-calendar-week-view-hour-segment{display:block}.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment,.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment{border-bottom:thin dashed}.cal-week-view .cal-time{font-weight:700;padding-top:5px;text-align:center;width:70px}.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time{display:none}.cal-week-view .cal-starts-within-day .cal-event{border-top-left-radius:5px;border-top-right-radius:5px}.cal-week-view .cal-ends-within-day .cal-event{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cal-week-view{background-color:#fff;border-top:1px solid #e1e1e1}.cal-week-view .cal-day-headers{border-color:#e1e1e1;border-top:0}.cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right-color:#e1e1e1}.cal-week-view .cal-day-headers .cal-header:first-child{border-left-color:#e1e1e1}.cal-week-view .cal-day-headers .cal-drag-over,.cal-week-view .cal-day-headers .cal-header:hover{background-color:#ededed}.cal-week-view .cal-day-column{border-left-color:#e1e1e1}.cal-week-view .cal-event{background-color:#d1e8ff;border-color:#1e90ff;color:#1e90ff}.cal-week-view .cal-all-day-events{border-color:#e1e1e1}.cal-week-view .cal-header.cal-today{background-color:#e8fde7}.cal-week-view .cal-header.cal-weekend span{color:#8b0000}.cal-week-view .cal-time-events{border-color:#e1e1e1}.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover{background-color:#ededed}.cal-week-view .cal-hour-odd{background-color:#fafafa}.cal-week-view .cal-drag-over .cal-hour-segment{background-color:#ededed}.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment,.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment{border-bottom-color:#e1e1e1}.cal-week-view .cal-current-time-marker{background-color:#ea4334}.cal-day-view mwl-calendar-week-view-header{display:none}.cal-day-view .cal-events-container{margin-left:70px}.cal-day-view .cal-day-column{border-left:0}.cal-day-view .cal-current-time-marker{margin-left:70px;width:calc(100% - 70px)}.cal-tooltip{display:block;font-size:11px;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;opacity:.9;position:absolute;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:break-word;z-index:1070}.cal-tooltip.cal-tooltip-top{margin-top:-3px;padding:5px 0}.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow{border-width:5px 5px 0;bottom:0;left:50%;margin-left:-5px}.cal-tooltip.cal-tooltip-right{margin-left:3px;padding:0 5px}.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow{border-width:5px 5px 5px 0;left:0;margin-top:-5px;top:50%}.cal-tooltip.cal-tooltip-bottom{margin-top:3px;padding:5px 0}.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow{border-width:0 5px 5px;left:50%;margin-left:-5px;top:0}.cal-tooltip.cal-tooltip-left{margin-left:-3px;padding:0 5px}.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow{border-width:5px 0 5px 5px;margin-top:-5px;right:0;top:50%}.cal-tooltip-inner{border-radius:.25rem;max-width:200px;padding:3px 8px;text-align:center}.cal-tooltip-arrow{border-color:transparent;border-style:solid;height:0;position:absolute;width:0}.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow{border-top-color:#000}.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow{border-right-color:#000}.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow{border-bottom-color:#000}.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow{border-left-color:#000}.cal-tooltip-inner{background-color:#000;color:#fff}.m-button,.m-button-grey,.m-button-grey.reverse,.m-button-primary,.m-button-primary.reverse,.m-button-secondary,.m-button-secondary.reverse,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites.reverse:not(.m-button-primary),.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary),.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal.reverse:not(.m-button-primary),.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary){-moz-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;align-items:center;border-radius:var(--m-button-radius);cursor:pointer;display:flex;font-size:var(--m-button-text-size);font-weight:var(--m-button-text-weight);justify-content:center;line-height:var(--m-button-text-height);outline:0;padding:var(--m-button-padding);user-select:none}.m-button-grey.reverse ng-miam-icon,.m-button-grey ng-miam-icon,.m-button-primary.reverse ng-miam-icon,.m-button-primary ng-miam-icon,.m-button-secondary.reverse ng-miam-icon,.m-button-secondary ng-miam-icon,.m-button ng-miam-icon,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites.reverse:not(.m-button-primary) ng-miam-icon,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary) ng-miam-icon,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal.reverse:not(.m-button-primary) ng-miam-icon,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary) ng-miam-icon{padding:0}.m-button-grey ng-miam-icon:last-child,.m-button-primary ng-miam-icon:last-child,.m-button-secondary ng-miam-icon:last-child,.m-button ng-miam-icon:last-child,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary) ng-miam-icon:last-child,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary) ng-miam-icon:last-child{margin-left:var(--m-button-gap)}.m-button-grey ng-miam-icon:first-child,.m-button-primary ng-miam-icon:first-child,.m-button-secondary ng-miam-icon:first-child,.m-button ng-miam-icon:first-child,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary) ng-miam-icon:first-child,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary) ng-miam-icon:first-child{margin-right:var(--m-button-gap)}.m-button-grey ng-miam-icon:last-child:first-child,.m-button-primary ng-miam-icon:last-child:first-child,.m-button-secondary ng-miam-icon:last-child:first-child,.m-button ng-miam-icon:last-child:first-child,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary) ng-miam-icon:last-child:first-child,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary) ng-miam-icon:last-child:first-child{margin:0}.m-button-primary{background-color:var(--m-color-primary);border:1px solid var(--m-color-white);color:var(--m-color-white)}@media (min-width:1023px){.m-button-primary:hover{background-color:var(--m-color-white);border:1px solid var(--m-color-primary);color:var(--m-color-primary);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-primary:hover ng-miam-icon svg path{fill:var(--m-color-primary)}}.m-button-primary ng-miam-icon svg path{fill:var(--m-color-white)}.m-button-primary.reverse{background-color:var(--m-color-white);border:1px solid var(--m-color-primary);color:var(--m-color-primary)}@media (min-width:1023px){.m-button-primary.reverse:hover{background-color:var(--m-color-primary);border:1px solid var(--m-color-white);color:var(--m-color-white);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-primary.reverse:hover ng-miam-icon svg path{fill:var(--m-color-white)}}.m-button-primary.reverse ng-miam-icon svg path{fill:var(--m-color-primary)}.m-button-secondary{background-color:var(--m-color-secondary);border:1px solid var(--m-color-white);color:var(--m-color-white)}@media (min-width:1023px){.m-button-secondary:hover{background-color:var(--m-color-white);border:1px solid var(--m-color-secondary);color:var(--m-color-secondary);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-secondary:hover ng-miam-icon svg path{fill:var(--m-color-secondary)}}.m-button-secondary ng-miam-icon svg path{fill:var(--m-color-white)}.m-button-secondary.reverse{background-color:var(--m-color-white);border:1px solid var(--m-color-secondary);color:var(--m-color-secondary)}@media (min-width:1023px){.m-button-secondary.reverse:hover{background-color:var(--m-color-secondary);border:1px solid var(--m-color-white);color:var(--m-color-white);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-secondary.reverse:hover ng-miam-icon svg path{fill:var(--m-color-white)}}.m-button-secondary.reverse ng-miam-icon svg path{fill:var(--m-color-secondary)}.m-button-grey{background-color:var(--m-color-white);border:1px solid var(--m-color-grey03);color:var(--m-color-grey03)}@media (min-width:1023px){.m-button-grey:hover{background-color:var(--m-color-grey03);border:1px solid var(--m-color-white);color:var(--m-color-white);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-grey:hover ng-miam-icon svg path{fill:var(--m-color-white)}}.m-button-grey ng-miam-icon svg path{fill:var(--m-color-grey03)}.m-button-grey.reverse{background-color:var(--m-color-grey03);border:1px solid var(--m-color-white);color:var(--m-color-white)}@media (min-width:1023px){.m-button-grey.reverse:hover{background-color:var(--m-color-white);border:1px solid var(--m-color-grey03);color:var(--m-color-grey03);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-grey.reverse:hover ng-miam-icon svg path{fill:var(--m-color-grey03)}}.m-button-grey.reverse ng-miam-icon svg path{fill:var(--m-color-white)}.m-input{align-items:center;border:1px solid var(--m-color-grey06);border-radius:5px;display:flex;justify-content:space-between;margin-top:16px;max-width:320px;min-width:200px;outline:none;padding:8px 16px}.m-input:focus-within{border:1px solid var(--m-color-primary)}@media (max-width:1023px){.m-input{padding:8px}}.m-title-text-input .miam-text-input{max-width:565px}.miam-flex-column{display:flex;flex-direction:column;justify-content:space-around}.miam-flex-row{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:auto}.m-default-card{background-color:var(--m-color-unpure-white);border-radius:8px;box-shadow:var(--m-shadow-small);padding:16px}@media (max-width:1023px){.m-default-card{margin-bottom:8px;padding:8px}}#toast-container>div{opacity:.95!important}@media (min-width:1023px){#toast-container>div:hover{opacity:1!important}}@-webkit-keyframes jiggle{0%{transform:none}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}to{transform:none}}@keyframes jiggle{0%{transform:none}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}to{transform:none}}:root{--m-border-radius:var(--miam-border-radius,8px);--m-border-radius-circle:50%;--m-border-radius-pill:25px;--m-button-gap:var(--miam-button-gap,10px);--m-button-padding:var(--miam-button-padding,9px 20px);--m-button-radius:var(--miam-button-padding,var(--m-border-radius-pill));--m-button-text-height:var(--miam-button-text-height,calc(var(--m-button-text-size)*1.5));--m-button-text-size:var(--miam-button-text-size,14px);--m-button-text-weight:var(--miam-button-text-weight,normal);--m-catalog-alt-button-color:var(--miam-catalog-alt-button-color,rgba(0,0,0,0.3));--m-catalog-alt-button-text-color:var(--miam-catalog-alt-button-text-color,var(--m-color-white));--m-catalog-alt-button-text-color-reverse:var(--miam-catalog-alt-button-text-color-reverse,var(--m-color-black));--m-catalog-card-bg-color:var(--miam-catalog-card-bg-color,var(--m-color-white));--m-catalog-card-details-color:var(--miam-catalog-card-details-color,#575756);--m-catalog-card-details-line-height:var(--miam-catalog-card-details-color,15px);--m-catalog-card-details-size:var(--miam-catalog-card-details-color,11px);--m-catalog-card-height:var(--miam-catalog-card-height,400px);--m-catalog-card-minwidth:var(--miam-catalog-card-minwidth,250px);--m-catalog-card-picture-height:var(--miam-catalog-card-picture-height,240px);--m-catalog-card-title-line-height:var(--miam-catalog-card-title-line-height 16px);--m-catalog-card-title-size:var(--miam-catalog-card-title-size,13px);--m-catalog-cards-spacing:var(--miam-catalog-cards-spacing,16px);--m-catalog-header-reduced-bg-color:var(--miam-catalog-header-reduced-bg-color,var(--m-color-primary));--m-catalog-header-reduced-text-color:var(--miam-catalog-header-reduced-text-color,var(--m-color-white));--m-catalog-header-text-color:var(--miam-catalog-header-text-color,var(--m-color-white));--m-catalog-redpoint-color:var(--miam-catalog-redpoint-color,#dd1219);--m-catalog-redpoint-text-color:var(--miam-catalog-redpoint-color,var(--m-color-white));--m-color-black:var(--miam-color-black,#0e0e2c);--m-color-card-shadow:var(--miam-color-card-shadow,#eaf2fb);--m-color-danger:var(--miam-color-danger,#f97d7d);--m-color-danger-text:var(--miam-color-danger-text,#700505);--m-color-grey:var(--miam-color-grey,#f5f5f5);--m-color-grey-text:var(--miam-color-grey-text,#acb0b9);--m-color-grey-text-dark:var(--miam-color-grey-text-dark,#757575);--m-color-grey01:var(--miam-color-grey01,#505062);--m-color-grey02:var(--miam-color-grey02,#67677e);--m-color-grey03:var(--miam-color-grey03,#818198);--m-color-grey04:var(--miam-color-grey04,#9d9daf);--m-color-grey05:var(--miam-color-grey05,#b9b9c6);--m-color-grey06:var(--miam-color-grey06,#d5d5dd);--m-color-grey07:var(--miam-color-grey07,#e3e3e8);--m-color-hairlines:var(--miam-color-hairlines,#ecf1f4);--m-color-info:var(--miam-color-info,#8cd4eb);--m-color-info-text:var(--miam-color-info-text,#125368);--m-color-light-slate:var(--miam-color-light-slate,#8c8ca1);--m-color-onyx:var(--miam-color-onyx,#0e0e2c);--m-color-primary:var(--miam-color-primary,#006574);--m-color-primary-dark:var(--miam-color-primary-dark,darken(#006574,10%));--m-color-primary-light:var(--miam-color-primary-light,lighten(#006574,10%));--m-color-primary-text:var(--miam-color-primary-text,#fff);--m-color-secondary:var(--miam-color-secondary,#ef760f);--m-color-secondary-dark:var(--miam-color-secondary-dark,#ef7711);--m-color-secondary-light:var(--miam-color-secondary-light,#faebd7);--m-color-secondary-text:var(--miam-color-secondary-text,#fff);--m-color-slate:var(--miam-color-slate,#4a4a68);--m-color-success:var(--miam-color-success,#44d6b3);--m-color-success-text:var(--miam-color-success-text,#135344);--m-color-tag-diet:var(--miam-color-tag-diet,#d3f8dd);--m-color-tag-equipment:var(--miam-color-tag-equipment,#e6e5e5);--m-color-tag-ingredient-category:var(--miam-color-tag-ingredient-category,#d3f5f8);--m-color-tag-meal-type:var(--miam-color-meal-type,#fbe8d0);--m-color-ternary:var(--miam-color-ternary,#1accf8);--m-color-ternary-dark:var(--miam-color-ternary-dark,#057894);--m-color-ternary-light:var(--miam-color-ternary-light,#cef4fd);--m-color-ternary-text:var(--miam-color-ternary-text,#fff);--m-color-unpure-white:var(--miam-color-unpure-white,#fefefe);--m-color-warning:var(--miam-color-warning,#ffdaa3);--m-color-warning-text:var(--miam-color-warning-text,#f90);--m-color-white:var(--miam-color-white,#fafcfe);--m-default-transition:var(--miam-default-transition,all 0.3s ease-in-out);--m-font-size-Xlarge:var(--miam-font-size-Xlarge,24px);--m-font-size-large:var(--miam-font-size-large,20px);--m-font-size-medium:var(--miam-font-size-medium,16px);--m-font-size-small:var(--miam-font-size-small,14px);--m-loader-size:var(--miam-loader-sizes,40px);--m-loader-thickness:var(--miam-loader-thickness,5px);--m-shadow-small:var(--miam-shadow-small,0px 3px 4px var(--m-color-card-shadow));--m-z-index-drawer-container:var(--miam-z-index-drawer-container,5000002);--m-z-index-drawer-overlay:var(--miam-z-index-drawer-overlay,5000001);--m-z-index-loader:var(--miam-z-index-loader,2);--m-z-index-modal:var(--miam-z-index-modal,6001);--m-z-index-modal-overlay:var(--miam-z-index-modal-overlay,6000);--m-z-index-position-absolute-high:var(--miam-z-index-position-absolute-high,1);--m-z-index-position-absolute-low:var(--miam-z-index-position-absolute-low,0)}.m-title-text-input:focus-within :root .miam-text-input__label,.m-title-text-input :root input,.m-title-text-input :root label:not(.miam-text-input__label__top),:root .m-body-typo,:root .m-h1-typo,:root .m-input,:root .m-input>*,:root .m-small-typo,:root .m-title-text-input:focus-within .miam-text-input__label,:root .m-title-text-input input,:root .m-title-text-input label:not(.miam-text-input__label__top){color:var(--m-color-slate);font-family:Work Sans;font-size:var(--m-font-size-medium);font-style:normal;font-weight:500;line-height:24px}.m-title-text-input :root input,.m-title-text-input :root label:not(.miam-text-input__label__top),:root .m-h1-typo,:root .m-title-text-input input,:root .m-title-text-input label:not(.miam-text-input__label__top){font-size:40px;font-weight:700;line-height:48px}:root .m-small-typo{font-size:var(--m-font-size-small);line-height:16px}@media print{:root *{-webkit-animation:none!important;-webkit-transition:none!important;animation:none!important;transition:none!important}:root .miam-not-printable{display:none}:root:last-child{page-break-after:auto}}:root .miam-print-only{display:none}@media print{:root .miam-print-only{display:block}}.miam-catalog-header{background-size:cover;padding:32px 24px 24px 40px;position:relative;width:100%}.miam-catalog-header.reduced{background-color:var(--m-catalog-header-reduced-bg-color);background-image:none!important;padding:24px}.miam-catalog-header.reduced .miam-catalog-header__content{align-items:center;flex-direction:row;justify-content:space-between}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__nav{color:var(--m-catalog-header-reduced-text-color);margin-bottom:0}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__nav .chevron-right .icon-container svg path:last-child{fill:var(--m-catalog-header-reduced-text-color)}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__nav a{color:var(--m-catalog-header-reduced-text-color)}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search{flex-grow:1;margin-left:24px;width:auto}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters{justify-content:flex-end}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters .miam-catalog-header__searchbar{flex-grow:1;max-width:400px;width:unset}.miam-catalog-header .miam-catalog-header__content{align-items:flex-start;display:flex;flex-direction:column;height:100%;width:100%}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__nav{align-items:center;color:var(--m-catalog-header-text-color);display:flex;font-weight:700;margin-bottom:24px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__nav .chevron-right{transform:rotate(-90deg)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__nav .chevron-right .icon-container svg path:last-child{fill:var(--m-catalog-header-text-color)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__nav a{color:var(--m-catalog-header-text-color)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__nav>*{margin-right:4px;text-align:center}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__title-and-search{width:100%}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__title{color:var(--m-catalog-header-text-color);display:flex;font-size:28px;font-weight:700;line-height:42px;margin-bottom:24px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters{align-items:center;display:flex;justify-content:space-between;width:100%}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__searchbar{align-items:center;background:var(--m-color-white);border:1px solid #ddd;border-radius:var(--m-border-radius-pill);display:flex;font-size:14px;height:45px;padding:0 2px 0 20px;width:400px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__searchbar .miam-catalog-header__searchbar__input{background:transparent;border:transparent;flex:1}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__searchbar .miam-catalog-header__searchbar__input:focus{outline:transparent}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__searchbar button.miam-catalog-header__searchbar__button{padding:10px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__searchbar button.miam-catalog-header__searchbar__button:hover{border-color:transparent}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls{display:flex}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button{margin-left:8px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button span{white-space:nowrap}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__filter{border-color:transparent;font-weight:700;position:relative}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__filter.reduced ng-miam-icon{margin:0}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__filter .miam-catalog-header__controls__filter-badge{align-items:center;background-color:var(--m-catalog-redpoint-color);border-radius:var(--m-border-radius-circle);color:var(--m-catalog-redpoint-text-color);display:flex;font-size:12px;height:18px;justify-content:center;line-height:18px;position:absolute;right:-4px;top:-4px;width:18px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary){background-color:var(--m-color-white);border:1px solid var(--m-color-primary);color:var(--m-color-primary);font-weight:700}@media (min-width:1023px){.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary):hover{background-color:var(--m-color-primary);border:1px solid var(--m-color-white);color:var(--m-color-white);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary):hover ng-miam-icon svg path{fill:var(--m-color-white)}}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary) ng-miam-icon svg path{fill:var(--m-color-primary)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary).reverse{background-color:var(--m-color-primary);border:1px solid var(--m-color-white);color:var(--m-color-white)}@media (min-width:1023px){.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary).reverse:hover{background-color:var(--m-color-white);border:1px solid var(--m-color-primary);color:var(--m-color-primary);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary).reverse:hover ng-miam-icon svg path{fill:var(--m-color-primary)}}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary).reverse ng-miam-icon svg path{fill:var(--m-color-white)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary) img{filter:invert(33%) sepia(25%) saturate(5002%) hue-rotate(184deg) brightness(91%) contrast(87%)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary):hover{border-color:transparent;color:var(--m-color-white);font-weight:700}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary):hover img{filter:invert(95%) sepia(100%) saturate(0) hue-rotate(248deg) brightness(106%) contrast(103%)}@media (max-width:767px){.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary){border-radius:var(--m-border-radius-circle);padding:10px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary) span{display:none}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary) ng-miam-icon:first-child{margin:0}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary):hover{background-color:var(--m-color-primary)!important}}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary).reduced{padding:10px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary){background-color:var(--m-catalog-alt-button-color);border:1px solid var(--m-catalog-alt-button-text-color);color:var(--m-catalog-alt-button-text-color);font-weight:700}@media (min-width:1023px){.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary):hover{background-color:var(--m-catalog-alt-button-text-color);border:1px solid var(--m-catalog-alt-button-color);color:var(--m-catalog-alt-button-color);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary):hover ng-miam-icon svg path{fill:var(--m-catalog-alt-button-color)}}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary) ng-miam-icon svg path{fill:var(--m-catalog-alt-button-text-color)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary).reverse{background-color:var(--m-catalog-alt-button-text-color);border:1px solid var(--m-catalog-alt-button-color);color:var(--m-catalog-alt-button-color)}@media (min-width:1023px){.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary).reverse:hover{background-color:var(--m-catalog-alt-button-color);border:1px solid var(--m-catalog-alt-button-text-color);color:var(--m-catalog-alt-button-text-color);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary).reverse:hover ng-miam-icon svg path{fill:var(--m-catalog-alt-button-text-color)}}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary).reverse ng-miam-icon svg path{fill:var(--m-catalog-alt-button-color)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary):hover{border-color:transparent;color:var(--m-catalog-alt-button-text-color-reverse)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary):hover ng-miam-icon svg path{fill:var(--m-catalog-alt-button-text-color-reverse)}@media (max-width:767px){.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary){border-radius:var(--m-border-radius-circle);padding:10px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary) span{display:none}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary) ng-miam-icon:first-child{margin:0}}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.reduced{border-color:initial;padding:10px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.reduced img{filter:invert(95%) sepia(100%) saturate(0) hue-rotate(248deg) brightness(106%) contrast(103%)}@media (max-width:767px){.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__controls .miam-catalog-header__controls__filter{border-radius:var(--m-border-radius-circle);padding:10px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__controls .miam-catalog-header__controls__filter span{display:none}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__controls .miam-catalog-header__controls__filter ng-miam-icon{margin-right:0!important}.miam-catalog-header.reduced .miam-catalog-header__nav{display:none}}@media (max-width:607px){.miam-catalog-header.reduced,.miam-catalog-header:not(.reduced){background-color:var(--m-catalog-header-reduced-bg-color);background-image:none!important;padding:16px 12px}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__nav,.miam-catalog-header:not(.reduced) .miam-catalog-header__content .miam-catalog-header__nav{display:none}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search,.miam-catalog-header:not(.reduced) .miam-catalog-header__content .miam-catalog-header__title-and-search{margin-left:0}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__title,.miam-catalog-header:not(.reduced) .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__title{justify-content:center;margin-bottom:16px}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters,.miam-catalog-header:not(.reduced) .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters{justify-content:center}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters:not(.searching) .miam-catalog-header__searchbar,.miam-catalog-header:not(.reduced) .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters:not(.searching) .miam-catalog-header__searchbar{border:0;height:42px;max-width:42px;padding:0;width:42px}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters.searching .miam-catalog-header__controls,.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters:not(.searching) .miam-catalog-header__searchbar input.miam-catalog-header__searchbar__input,.miam-catalog-header:not(.reduced) .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters.searching .miam-catalog-header__controls,.miam-catalog-header:not(.reduced) .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters:not(.searching) .miam-catalog-header__searchbar input.miam-catalog-header__searchbar__input{display:none}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters{justify-content:flex-end}}"], encapsulation: 2, changeDetection: 0 });
|
|
13157
|
+
}, directives: [i4.NgClass, IconComponent, i4.NgIf, i13.DefaultValueAccessor, i13.NgControlStatus, i13.NgModel], styles: [".cal-month-view .cal-header{font-weight:bolder;text-align:center}.cal-month-view .cal-header .cal-cell{display:block;overflow:hidden;padding:5px 0;text-overflow:ellipsis;white-space:nowrap}.cal-month-view .cal-days{border:1px solid;border-bottom:0}.cal-month-view .cal-cell-top{flex:1;min-height:78px}.cal-month-view .cal-cell-row{display:flex}.cal-month-view .cal-cell{align-items:stretch;display:flex;flex:1;flex-direction:column;float:left}.cal-month-view .cal-cell .cal-event{pointer-events:all!important}.cal-month-view .cal-day-cell{min-height:100px}@media (-ms-high-contrast:none){.cal-month-view .cal-day-cell{display:block}}.cal-month-view .cal-day-cell:not(:last-child){border-right:1px solid}.cal-month-view .cal-days .cal-cell-row{border-bottom:1px solid}.cal-month-view .cal-day-badge{border-radius:10px;display:inline-block;font-size:12px;font-weight:700;line-height:1;margin-left:10px;margin-top:18px;min-width:10px;padding:3px 7px;text-align:center;vertical-align:middle;white-space:nowrap}.cal-month-view .cal-day-number{float:right;font-size:1.2em;font-weight:400;margin-bottom:10px;margin-right:15px;margin-top:15px;opacity:.5}.cal-month-view .cal-events{align-items:flex-end;display:flex;flex:1;flex-wrap:wrap;line-height:10px;margin:3px}.cal-month-view .cal-event{border-radius:50%;display:inline-block;height:10px;margin:2px;width:10px}.cal-month-view .cal-day-cell.cal-in-month.cal-has-events{cursor:pointer}.cal-month-view .cal-day-cell.cal-out-month .cal-day-number{cursor:default;opacity:.1}.cal-month-view .cal-day-cell.cal-today .cal-day-number{font-size:1.9em}.cal-month-view .cal-open-day-events{padding:15px}.cal-month-view .cal-open-day-events .cal-event{position:relative;top:2px}.cal-month-view .cal-out-month .cal-day-badge,.cal-month-view .cal-out-month .cal-event{opacity:.3}.cal-month-view .cal-draggable{cursor:move}.cal-month-view .cal-drag-active *{pointer-events:none}.cal-month-view .cal-event-title{cursor:pointer}.cal-month-view .cal-event-title:hover{text-decoration:underline}.cal-month-view{background-color:#fff}.cal-month-view .cal-cell-row:hover{background-color:#fafafa}.cal-month-view .cal-cell-row .cal-cell:hover,.cal-month-view .cal-cell.cal-has-events.cal-open{background-color:#ededed}.cal-month-view .cal-days{border-color:#e1e1e1}.cal-month-view .cal-day-cell:not(:last-child){border-right-color:#e1e1e1}.cal-month-view .cal-days .cal-cell-row{border-bottom-color:#e1e1e1}.cal-month-view .cal-day-badge{background-color:#b94a48;color:#fff}.cal-month-view .cal-event{background-color:#1e90ff;border-color:#d1e8ff;color:#fff}.cal-month-view .cal-day-cell.cal-weekend .cal-day-number{color:#8b0000}.cal-month-view .cal-day-cell.cal-today{background-color:#e8fde7}.cal-month-view .cal-day-cell.cal-drag-over{background-color:#e0e0e0!important}.cal-month-view .cal-open-day-events{background-color:#555;box-shadow:inset 0 0 15px 0 rgba(0,0,0,.5);color:#fff}.cal-week-view *{box-sizing:border-box}.cal-week-view .cal-day-headers{border:1px solid;display:flex;padding-left:70px}.cal-week-view .cal-day-headers .cal-header{flex:1;padding:5px;text-align:center}.cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right:1px solid}.cal-week-view .cal-day-headers .cal-header:first-child{border-left:1px solid}.cal-week-view .cal-day-headers span{font-weight:400;opacity:.5}.cal-week-view .cal-day-column{border-left:1px solid;flex-grow:1}.cal-week-view .cal-event{border:1px solid;font-size:12px}.cal-week-view .cal-time-label-column{height:100%;width:70px}.cal-week-view .cal-current-time-marker{height:2px;position:absolute;width:100%;z-index:2}.cal-week-view .cal-all-day-events{border-bottom:3px solid;border-left:1px solid;border-right:1px solid;border-top:0;padding-top:3px;position:relative}.cal-week-view .cal-all-day-events .cal-day-columns{display:flex;height:100%;position:absolute;top:0;width:100%;z-index:0}.cal-week-view .cal-all-day-events .cal-events-row{height:31px;margin-left:70px;position:relative}.cal-week-view .cal-all-day-events .cal-event-container{display:inline-block;position:absolute}.cal-week-view .cal-all-day-events .cal-event-container.resize-active{pointer-events:none;z-index:1}.cal-week-view .cal-all-day-events .cal-event{height:28px;line-height:28px;margin-left:2px;margin-right:2px;padding:0 5px}.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event{border-bottom-left-radius:5px;border-top-left-radius:5px}.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event{border-bottom-right-radius:5px;border-top-right-radius:5px}.cal-week-view .cal-all-day-events .cal-time-label-column{align-items:center;display:flex;font-size:14px;justify-content:center}.cal-week-view .cal-all-day-events .cal-resize-handle{cursor:col-resize;height:100%;position:absolute;top:0;width:6px}.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end{right:0}.cal-week-view .cal-event,.cal-week-view .cal-header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cal-week-view .cal-drag-active{pointer-events:none;z-index:1}.cal-week-view .cal-drag-active *{pointer-events:none}.cal-week-view .cal-time-events{border:1px solid;border-top:0;display:flex;position:relative}.cal-week-view .cal-time-events .cal-day-columns{display:flex;flex-grow:1}.cal-week-view .cal-time-events .cal-day-column,.cal-week-view .cal-time-events .cal-events-container{position:relative}.cal-week-view .cal-time-events .cal-event-container{position:absolute;z-index:1}.cal-week-view .cal-time-events .cal-event{height:calc(100% - 2px);line-height:25px;margin:1px;padding:0 5px;width:calc(100% - 2px)}.cal-week-view .cal-time-events .cal-resize-handle{cursor:row-resize;height:4px;position:absolute;width:100%}.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end{bottom:0}.cal-week-view .cal-hour-segment{position:relative}.cal-week-view .cal-hour-segment:after{content:\"\\00a0\"}.cal-week-view .cal-event-container:not(.cal-draggable){cursor:pointer}.cal-week-view .cal-draggable{cursor:move}.cal-week-view .cal-hour-segment,.cal-week-view mwl-calendar-week-view-hour-segment{display:block}.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment,.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment{border-bottom:thin dashed}.cal-week-view .cal-time{font-weight:700;padding-top:5px;text-align:center;width:70px}.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time{display:none}.cal-week-view .cal-starts-within-day .cal-event{border-top-left-radius:5px;border-top-right-radius:5px}.cal-week-view .cal-ends-within-day .cal-event{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.cal-week-view{background-color:#fff;border-top:1px solid #e1e1e1}.cal-week-view .cal-day-headers{border-color:#e1e1e1;border-top:0}.cal-week-view .cal-day-headers .cal-header:not(:last-child){border-right-color:#e1e1e1}.cal-week-view .cal-day-headers .cal-header:first-child{border-left-color:#e1e1e1}.cal-week-view .cal-day-headers .cal-drag-over,.cal-week-view .cal-day-headers .cal-header:hover{background-color:#ededed}.cal-week-view .cal-day-column{border-left-color:#e1e1e1}.cal-week-view .cal-event{background-color:#d1e8ff;border-color:#1e90ff;color:#1e90ff}.cal-week-view .cal-all-day-events{border-color:#e1e1e1}.cal-week-view .cal-header.cal-today{background-color:#e8fde7}.cal-week-view .cal-header.cal-weekend span{color:#8b0000}.cal-week-view .cal-time-events{border-color:#e1e1e1}.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover{background-color:#ededed}.cal-week-view .cal-hour-odd{background-color:#fafafa}.cal-week-view .cal-drag-over .cal-hour-segment{background-color:#ededed}.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment,.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment{border-bottom-color:#e1e1e1}.cal-week-view .cal-current-time-marker{background-color:#ea4334}.cal-day-view mwl-calendar-week-view-header{display:none}.cal-day-view .cal-events-container{margin-left:70px}.cal-day-view .cal-day-column{border-left:0}.cal-day-view .cal-current-time-marker{margin-left:70px;width:calc(100% - 70px)}.cal-tooltip{display:block;font-size:11px;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;opacity:.9;position:absolute;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:break-word;z-index:1070}.cal-tooltip.cal-tooltip-top{margin-top:-3px;padding:5px 0}.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow{border-width:5px 5px 0;bottom:0;left:50%;margin-left:-5px}.cal-tooltip.cal-tooltip-right{margin-left:3px;padding:0 5px}.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow{border-width:5px 5px 5px 0;left:0;margin-top:-5px;top:50%}.cal-tooltip.cal-tooltip-bottom{margin-top:3px;padding:5px 0}.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow{border-width:0 5px 5px;left:50%;margin-left:-5px;top:0}.cal-tooltip.cal-tooltip-left{margin-left:-3px;padding:0 5px}.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow{border-width:5px 0 5px 5px;margin-top:-5px;right:0;top:50%}.cal-tooltip-inner{border-radius:.25rem;max-width:200px;padding:3px 8px;text-align:center}.cal-tooltip-arrow{border-color:transparent;border-style:solid;height:0;position:absolute;width:0}.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow{border-top-color:#000}.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow{border-right-color:#000}.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow{border-bottom-color:#000}.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow{border-left-color:#000}.cal-tooltip-inner{background-color:#000;color:#fff}.m-button,.m-button-grey,.m-button-grey.reverse,.m-button-primary,.m-button-primary.reverse,.m-button-secondary,.m-button-secondary.reverse,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites.reverse:not(.m-button-primary),.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary),.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal.reverse:not(.m-button-primary),.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary){-moz-user-select:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;align-items:center;border-radius:var(--m-button-radius);cursor:pointer;display:flex;font-size:var(--m-button-text-size);font-weight:var(--m-button-text-weight);justify-content:center;line-height:var(--m-button-text-height);outline:0;padding:var(--m-button-padding);user-select:none}.m-button-grey.reverse ng-miam-icon,.m-button-grey ng-miam-icon,.m-button-primary.reverse ng-miam-icon,.m-button-primary ng-miam-icon,.m-button-secondary.reverse ng-miam-icon,.m-button-secondary ng-miam-icon,.m-button ng-miam-icon,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites.reverse:not(.m-button-primary) ng-miam-icon,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary) ng-miam-icon,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal.reverse:not(.m-button-primary) ng-miam-icon,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary) ng-miam-icon{padding:0}.m-button-grey ng-miam-icon:last-child,.m-button-primary ng-miam-icon:last-child,.m-button-secondary ng-miam-icon:last-child,.m-button ng-miam-icon:last-child,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary) ng-miam-icon:last-child,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary) ng-miam-icon:last-child{margin-left:var(--m-button-gap)}.m-button-grey ng-miam-icon:first-child,.m-button-primary ng-miam-icon:first-child,.m-button-secondary ng-miam-icon:first-child,.m-button ng-miam-icon:first-child,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary) ng-miam-icon:first-child,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary) ng-miam-icon:first-child{margin-right:var(--m-button-gap)}.m-button-grey ng-miam-icon:last-child:first-child,.m-button-primary ng-miam-icon:last-child:first-child,.m-button-secondary ng-miam-icon:last-child:first-child,.m-button ng-miam-icon:last-child:first-child,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary) ng-miam-icon:last-child:first-child,.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary) ng-miam-icon:last-child:first-child{margin:0}.m-button-primary{background-color:var(--m-color-primary);border:1px solid var(--m-color-white);color:var(--m-color-white)}@media (min-width:1023px){.m-button-primary:hover{background-color:var(--m-color-white);border:1px solid var(--m-color-primary);color:var(--m-color-primary);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-primary:hover ng-miam-icon svg path{fill:var(--m-color-primary)}}.m-button-primary ng-miam-icon svg path{fill:var(--m-color-white)}.m-button-primary.reverse{background-color:var(--m-color-white);border:1px solid var(--m-color-primary);color:var(--m-color-primary)}@media (min-width:1023px){.m-button-primary.reverse:hover{background-color:var(--m-color-primary);border:1px solid var(--m-color-white);color:var(--m-color-white);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-primary.reverse:hover ng-miam-icon svg path{fill:var(--m-color-white)}}.m-button-primary.reverse ng-miam-icon svg path{fill:var(--m-color-primary)}.m-button-secondary{background-color:var(--m-color-secondary);border:1px solid var(--m-color-white);color:var(--m-color-white)}@media (min-width:1023px){.m-button-secondary:hover{background-color:var(--m-color-white);border:1px solid var(--m-color-secondary);color:var(--m-color-secondary);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-secondary:hover ng-miam-icon svg path{fill:var(--m-color-secondary)}}.m-button-secondary ng-miam-icon svg path{fill:var(--m-color-white)}.m-button-secondary.reverse{background-color:var(--m-color-white);border:1px solid var(--m-color-secondary);color:var(--m-color-secondary)}@media (min-width:1023px){.m-button-secondary.reverse:hover{background-color:var(--m-color-secondary);border:1px solid var(--m-color-white);color:var(--m-color-white);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-secondary.reverse:hover ng-miam-icon svg path{fill:var(--m-color-white)}}.m-button-secondary.reverse ng-miam-icon svg path{fill:var(--m-color-secondary)}.m-button-grey{background-color:var(--m-color-white);border:1px solid var(--m-color-grey03);color:var(--m-color-grey03)}@media (min-width:1023px){.m-button-grey:hover{background-color:var(--m-color-grey03);border:1px solid var(--m-color-white);color:var(--m-color-white);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-grey:hover ng-miam-icon svg path{fill:var(--m-color-white)}}.m-button-grey ng-miam-icon svg path{fill:var(--m-color-grey03)}.m-button-grey.reverse{background-color:var(--m-color-grey03);border:1px solid var(--m-color-white);color:var(--m-color-white)}@media (min-width:1023px){.m-button-grey.reverse:hover{background-color:var(--m-color-white);border:1px solid var(--m-color-grey03);color:var(--m-color-grey03);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.m-button-grey.reverse:hover ng-miam-icon svg path{fill:var(--m-color-grey03)}}.m-button-grey.reverse ng-miam-icon svg path{fill:var(--m-color-white)}.m-input{align-items:center;border:1px solid var(--m-color-grey06);border-radius:5px;display:flex;justify-content:space-between;margin-top:16px;max-width:320px;min-width:200px;outline:none;padding:8px 16px}.m-input:focus-within{border:1px solid var(--m-color-primary)}@media (max-width:1023px){.m-input{padding:8px}}.m-title-text-input .miam-text-input{max-width:565px}.miam-flex-column{display:flex;flex-direction:column;justify-content:space-around}.miam-flex-row{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:auto}.m-default-card{background-color:var(--m-color-unpure-white);border-radius:8px;box-shadow:var(--m-shadow-small);padding:16px}@media (max-width:1023px){.m-default-card{margin-bottom:8px;padding:8px}}#toast-container>div{opacity:.95!important}@media (min-width:1023px){#toast-container>div:hover{opacity:1!important}}@-webkit-keyframes jiggle{0%{transform:none}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}to{transform:none}}@keyframes jiggle{0%{transform:none}25%{transform:rotate(5deg)}75%{transform:rotate(-5deg)}to{transform:none}}:root{--m-border-radius:var(--miam-border-radius,8px);--m-border-radius-circle:50%;--m-border-radius-pill:25px;--m-button-gap:var(--miam-button-gap,10px);--m-button-padding:var(--miam-button-padding,9px 20px);--m-button-radius:var(--miam-button-padding,var(--m-border-radius-pill));--m-button-text-height:var(--miam-button-text-height,calc(var(--m-button-text-size)*1.5));--m-button-text-size:var(--miam-button-text-size,14px);--m-button-text-weight:var(--miam-button-text-weight,normal);--m-catalog-alt-button-color:var(--miam-catalog-alt-button-color,rgba(0,0,0,0.3));--m-catalog-alt-button-text-color:var(--miam-catalog-alt-button-text-color,var(--m-color-white));--m-catalog-alt-button-text-color-reverse:var(--miam-catalog-alt-button-text-color-reverse,var(--m-color-black));--m-catalog-card-bg-color:var(--miam-catalog-card-bg-color,var(--m-color-white));--m-catalog-card-details-color:var(--miam-catalog-card-details-color,#575756);--m-catalog-card-details-line-height:var(--miam-catalog-card-details-color,15px);--m-catalog-card-details-size:var(--miam-catalog-card-details-color,11px);--m-catalog-card-height:var(--miam-catalog-card-height,400px);--m-catalog-card-minwidth:var(--miam-catalog-card-minwidth,250px);--m-catalog-card-picture-height:var(--miam-catalog-card-picture-height,240px);--m-catalog-card-title-line-height:var(--miam-catalog-card-title-line-height 16px);--m-catalog-card-title-size:var(--miam-catalog-card-title-size,13px);--m-catalog-cards-spacing:var(--miam-catalog-cards-spacing,16px);--m-catalog-header-reduced-bg-color:var(--miam-catalog-header-reduced-bg-color,var(--m-color-primary));--m-catalog-header-reduced-text-color:var(--miam-catalog-header-reduced-text-color,var(--m-color-white));--m-catalog-header-text-color:var(--miam-catalog-header-text-color,var(--m-color-white));--m-catalog-redpoint-color:var(--miam-catalog-redpoint-color,#dd1219);--m-catalog-redpoint-text-color:var(--miam-catalog-redpoint-color,var(--m-color-white));--m-color-black:var(--miam-color-black,#0e0e2c);--m-color-card-shadow:var(--miam-color-card-shadow,#eaf2fb);--m-color-danger:var(--miam-color-danger,#f97d7d);--m-color-danger-text:var(--miam-color-danger-text,#700505);--m-color-grey:var(--miam-color-grey,#f5f5f5);--m-color-grey-text:var(--miam-color-grey-text,#acb0b9);--m-color-grey-text-dark:var(--miam-color-grey-text-dark,#757575);--m-color-grey01:var(--miam-color-grey01,#505062);--m-color-grey02:var(--miam-color-grey02,#67677e);--m-color-grey03:var(--miam-color-grey03,#818198);--m-color-grey04:var(--miam-color-grey04,#9d9daf);--m-color-grey05:var(--miam-color-grey05,#b9b9c6);--m-color-grey06:var(--miam-color-grey06,#d5d5dd);--m-color-grey07:var(--miam-color-grey07,#e3e3e8);--m-color-hairlines:var(--miam-color-hairlines,#ecf1f4);--m-color-info:var(--miam-color-info,#8cd4eb);--m-color-info-text:var(--miam-color-info-text,#125368);--m-color-light-slate:var(--miam-color-light-slate,#8c8ca1);--m-color-onyx:var(--miam-color-onyx,#0e0e2c);--m-color-primary:var(--miam-color-primary,#006574);--m-color-primary-dark:var(--miam-color-primary-dark,darken(#006574,10%));--m-color-primary-light:var(--miam-color-primary-light,lighten(#006574,10%));--m-color-primary-text:var(--miam-color-primary-text,#fff);--m-color-secondary:var(--miam-color-secondary,#ef760f);--m-color-secondary-dark:var(--miam-color-secondary-dark,#ef7711);--m-color-secondary-light:var(--miam-color-secondary-light,#faebd7);--m-color-secondary-text:var(--miam-color-secondary-text,#fff);--m-color-slate:var(--miam-color-slate,#4a4a68);--m-color-success:var(--miam-color-success,#44d6b3);--m-color-success-text:var(--miam-color-success-text,#135344);--m-color-tag-diet:var(--miam-color-tag-diet,#d3f8dd);--m-color-tag-equipment:var(--miam-color-tag-equipment,#e6e5e5);--m-color-tag-ingredient-category:var(--miam-color-tag-ingredient-category,#d3f5f8);--m-color-tag-meal-type:var(--miam-color-meal-type,#fbe8d0);--m-color-ternary:var(--miam-color-ternary,#1accf8);--m-color-ternary-dark:var(--miam-color-ternary-dark,#057894);--m-color-ternary-light:var(--miam-color-ternary-light,#cef4fd);--m-color-ternary-text:var(--miam-color-ternary-text,#fff);--m-color-unpure-white:var(--miam-color-unpure-white,#fefefe);--m-color-warning:var(--miam-color-warning,#ffdaa3);--m-color-warning-text:var(--miam-color-warning-text,#f90);--m-color-white:var(--miam-color-white,#fafcfe);--m-default-transition:var(--miam-default-transition,all 0.3s ease-in-out);--m-font-size-Xlarge:var(--miam-font-size-Xlarge,24px);--m-font-size-large:var(--miam-font-size-large,20px);--m-font-size-medium:var(--miam-font-size-medium,16px);--m-font-size-small:var(--miam-font-size-small,14px);--m-loader-size:var(--miam-loader-sizes,40px);--m-loader-thickness:var(--miam-loader-thickness,5px);--m-shadow-small:var(--miam-shadow-small,0px 3px 4px var(--m-color-card-shadow));--m-z-index-drawer-container:var(--miam-z-index-drawer-container,5000002);--m-z-index-drawer-overlay:var(--miam-z-index-drawer-overlay,5000001);--m-z-index-loader:var(--miam-z-index-loader,2);--m-z-index-modal:var(--miam-z-index-modal,6001);--m-z-index-modal-overlay:var(--miam-z-index-modal-overlay,6000);--m-z-index-position-absolute-high:var(--miam-z-index-position-absolute-high,1);--m-z-index-position-absolute-low:var(--miam-z-index-position-absolute-low,0)}.m-title-text-input:focus-within :root .miam-text-input__label,.m-title-text-input :root input,.m-title-text-input :root label:not(.miam-text-input__label__top),:root .m-body-typo,:root .m-h1-typo,:root .m-input,:root .m-input>*,:root .m-small-typo,:root .m-title-text-input:focus-within .miam-text-input__label,:root .m-title-text-input input,:root .m-title-text-input label:not(.miam-text-input__label__top){color:var(--m-color-slate);font-family:Work Sans;font-size:var(--m-font-size-medium);font-style:normal;font-weight:500;line-height:24px}.m-title-text-input :root input,.m-title-text-input :root label:not(.miam-text-input__label__top),:root .m-h1-typo,:root .m-title-text-input input,:root .m-title-text-input label:not(.miam-text-input__label__top){font-size:40px;font-weight:700;line-height:48px}:root .m-small-typo{font-size:var(--m-font-size-small);line-height:16px}@media print{:root *{-webkit-animation:none!important;-webkit-transition:none!important;animation:none!important;transition:none!important}:root .miam-not-printable{display:none}:root:last-child{page-break-after:auto}}:root .miam-print-only{display:none}@media print{:root .miam-print-only{display:block}}.miam-catalog-header{background-size:cover;padding:32px 24px 24px 40px;position:relative;width:100%}.miam-catalog-header.reduced{background-color:var(--m-catalog-header-reduced-bg-color);background-image:none!important;padding:24px}.miam-catalog-header.reduced .miam-catalog-header__content{align-items:center;flex-direction:row;justify-content:space-between}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__nav{color:var(--m-catalog-header-reduced-text-color);margin-bottom:0}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__nav .chevron-right .icon-container svg path:last-child{fill:var(--m-catalog-header-reduced-text-color)}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__nav a{color:var(--m-catalog-header-reduced-text-color)}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search{flex-grow:1;margin-left:24px;width:auto}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters{justify-content:flex-end}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters .miam-catalog-header__searchbar{flex-grow:1;max-width:400px;width:unset}.miam-catalog-header .miam-catalog-header__content{align-items:flex-start;display:flex;flex-direction:column;height:100%;width:100%}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__nav{align-items:center;color:var(--m-catalog-header-text-color);display:flex;font-weight:700;margin-bottom:24px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__nav .chevron-right{transform:rotate(-90deg)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__nav .chevron-right .icon-container svg path:last-child{fill:var(--m-catalog-header-text-color)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__nav a{color:var(--m-catalog-header-text-color)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__nav>*{margin-right:4px;text-align:center}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__title-and-search{width:100%}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__title{color:var(--m-catalog-header-text-color);display:flex;font-size:28px;font-weight:700;line-height:42px;margin-bottom:24px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters{align-items:center;display:flex;justify-content:space-between;width:100%}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__searchbar{align-items:center;background:var(--m-color-white);border:1px solid #ddd;border-radius:var(--m-border-radius-pill);display:flex;font-size:14px;height:45px;padding:0 2px 0 20px;width:400px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__searchbar .miam-catalog-header__searchbar__input{background:transparent;border:transparent;flex:1}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__searchbar .miam-catalog-header__searchbar__input:focus{outline:transparent}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__searchbar button.miam-catalog-header__searchbar__button{padding:10px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__searchbar button.miam-catalog-header__searchbar__button:hover{border-color:transparent}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls{display:flex}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button{margin-left:8px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button span{white-space:nowrap}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__filter{border-color:transparent;font-weight:700;position:relative}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__filter.reduced ng-miam-icon{margin:0}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__filter .miam-catalog-header__controls__filter-badge{align-items:center;background-color:var(--m-catalog-redpoint-color);border-radius:var(--m-border-radius-circle);color:var(--m-catalog-redpoint-text-color);display:flex;font-size:12px;height:18px;justify-content:center;line-height:18px;position:absolute;right:-4px;top:-4px;width:18px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary){background-color:var(--m-color-white);border:1px solid var(--m-color-primary);color:var(--m-color-primary);font-weight:700}@media (min-width:1023px){.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary):hover{background-color:var(--m-color-primary);border:1px solid var(--m-color-white);color:var(--m-color-white);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary):hover ng-miam-icon svg path{fill:var(--m-color-white)}}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary) ng-miam-icon svg path{fill:var(--m-color-primary)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary).reverse{background-color:var(--m-color-primary);border:1px solid var(--m-color-white);color:var(--m-color-white)}@media (min-width:1023px){.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary).reverse:hover{background-color:var(--m-color-white);border:1px solid var(--m-color-primary);color:var(--m-color-primary);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary).reverse:hover ng-miam-icon svg path{fill:var(--m-color-primary)}}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary).reverse ng-miam-icon svg path{fill:var(--m-color-white)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary) img{filter:invert(33%) sepia(25%) saturate(5002%) hue-rotate(184deg) brightness(91%) contrast(87%)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary):hover{border-color:transparent;color:var(--m-color-white);font-weight:700}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary):hover img{filter:invert(95%) sepia(100%) saturate(0) hue-rotate(248deg) brightness(106%) contrast(103%)}@media (max-width:767px){.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary){border-radius:var(--m-border-radius-circle);padding:10px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary) span{display:none}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary) ng-miam-icon:first-child{margin:0}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary):hover{background-color:var(--m-color-primary)!important}}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls_personnal:not(.m-button-primary).reduced{padding:10px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary){background-color:var(--m-catalog-alt-button-color);border:1px solid var(--m-catalog-alt-button-text-color);color:var(--m-catalog-alt-button-text-color);font-weight:700}@media (min-width:1023px){.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary):hover{background-color:var(--m-catalog-alt-button-text-color);border:1px solid var(--m-catalog-alt-button-color);color:var(--m-catalog-alt-button-color);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary):hover ng-miam-icon svg path{fill:var(--m-catalog-alt-button-color)}}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary) ng-miam-icon svg path{fill:var(--m-catalog-alt-button-text-color)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary).reverse{background-color:var(--m-catalog-alt-button-text-color);border:1px solid var(--m-catalog-alt-button-color);color:var(--m-catalog-alt-button-color)}@media (min-width:1023px){.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary).reverse:hover{background-color:var(--m-catalog-alt-button-color);border:1px solid var(--m-catalog-alt-button-text-color);color:var(--m-catalog-alt-button-text-color);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,fill .3s ease-in-out}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary).reverse:hover ng-miam-icon svg path{fill:var(--m-catalog-alt-button-text-color)}}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary).reverse ng-miam-icon svg path{fill:var(--m-catalog-alt-button-color)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary):hover{border-color:transparent;color:var(--m-catalog-alt-button-text-color-reverse)}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary):hover ng-miam-icon svg path{fill:var(--m-catalog-alt-button-text-color-reverse)}@media (max-width:767px){.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary){border-radius:var(--m-border-radius-circle);padding:10px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary) span{display:none}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.miam-catalog-header__controls__favorites:not(.m-button-primary) ng-miam-icon:first-child{margin:0}}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.reduced{border-color:initial;padding:10px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__search-and-filters .miam-catalog-header__controls>button.reduced img{filter:invert(95%) sepia(100%) saturate(0) hue-rotate(248deg) brightness(106%) contrast(103%)}@media (max-width:767px){.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__controls .miam-catalog-header__controls__filter{border-radius:var(--m-border-radius-circle);padding:10px}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__controls .miam-catalog-header__controls__filter span{display:none}.miam-catalog-header .miam-catalog-header__content .miam-catalog-header__controls .miam-catalog-header__controls__filter ng-miam-icon{margin-right:0!important}.miam-catalog-header.reduced .miam-catalog-header__nav{display:none}}@media (max-width:607px){.miam-catalog-header.reduced,.miam-catalog-header:not(.reduced){background-color:var(--m-catalog-header-reduced-bg-color);background-image:none!important;padding:16px 12px}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__nav,.miam-catalog-header:not(.reduced) .miam-catalog-header__content .miam-catalog-header__nav{display:none}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search,.miam-catalog-header:not(.reduced) .miam-catalog-header__content .miam-catalog-header__title-and-search{margin-left:0}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__title,.miam-catalog-header:not(.reduced) .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__title{justify-content:center;margin-bottom:16px}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters,.miam-catalog-header:not(.reduced) .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters{justify-content:center}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters:not(.searching) .miam-catalog-header__searchbar,.miam-catalog-header:not(.reduced) .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters:not(.searching) .miam-catalog-header__searchbar{border:0;height:42px;max-width:42px;padding:0;width:42px}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters.searching .miam-catalog-header__controls,.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters:not(.searching) .miam-catalog-header__searchbar input.miam-catalog-header__searchbar__input,.miam-catalog-header:not(.reduced) .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters.searching .miam-catalog-header__controls,.miam-catalog-header:not(.reduced) .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters:not(.searching) .miam-catalog-header__searchbar input.miam-catalog-header__searchbar__input{display:none}.miam-catalog-header.reduced .miam-catalog-header__content .miam-catalog-header__title-and-search .miam-catalog-header__search-and-filters{justify-content:flex-end}}"], encapsulation: 2, changeDetection: 0 });
|
|
12890
13158
|
/*@__PURE__*/ (function () {
|
|
12891
13159
|
i0.ɵsetClassMetadata(CatalogHeaderComponent, [{
|
|
12892
13160
|
type: i0.Component,
|
|
@@ -13391,45 +13659,52 @@
|
|
|
13391
13659
|
}] });
|
|
13392
13660
|
})();
|
|
13393
13661
|
|
|
13394
|
-
var _c0$
|
|
13662
|
+
var _c0$j = ["fileInput"];
|
|
13395
13663
|
function DragDropInputComponent_input_1_Template(rf, ctx) {
|
|
13396
13664
|
if (rf & 1) {
|
|
13397
|
-
var _r6_1 = i0.ɵɵgetCurrentView();
|
|
13398
|
-
i0.ɵɵelementStart(0, "input", 7, 8);
|
|
13399
|
-
i0.ɵɵlistener("change", function DragDropInputComponent_input_1_Template_input_change_0_listener($event) { i0.ɵɵrestoreView(_r6_1); var ctx_r5 = i0.ɵɵnextContext(); return ctx_r5.uploadFile($event.target.files); });
|
|
13665
|
+
var _r6_1 = i0.ɵɵgetCurrentView();
|
|
13666
|
+
i0.ɵɵelementStart(0, "input", 7, 8);
|
|
13667
|
+
i0.ɵɵlistener("change", function DragDropInputComponent_input_1_Template_input_change_0_listener($event) { i0.ɵɵrestoreView(_r6_1); var ctx_r5 = i0.ɵɵnextContext(); return ctx_r5.uploadFile($event.target.files); });
|
|
13668
|
+
i0.ɵɵelementEnd();
|
|
13669
|
+
}
|
|
13670
|
+
}
|
|
13671
|
+
function DragDropInputComponent_ng_template_2_input_0_Template(rf, ctx) {
|
|
13672
|
+
if (rf & 1) {
|
|
13673
|
+
var _r10_1 = i0.ɵɵgetCurrentView();
|
|
13674
|
+
i0.ɵɵelementStart(0, "input", 11, 8);
|
|
13675
|
+
i0.ɵɵlistener("change", function DragDropInputComponent_ng_template_2_input_0_Template_input_change_0_listener($event) { i0.ɵɵrestoreView(_r10_1); var ctx_r9 = i0.ɵɵnextContext(2); return ctx_r9.fileSelected($event); });
|
|
13400
13676
|
i0.ɵɵelementEnd();
|
|
13401
13677
|
}
|
|
13402
13678
|
}
|
|
13403
13679
|
function DragDropInputComponent_ng_template_2_Template(rf, ctx) {
|
|
13404
13680
|
if (rf & 1) {
|
|
13405
|
-
|
|
13406
|
-
i0.ɵɵelementStart(
|
|
13407
|
-
i0.ɵɵ
|
|
13408
|
-
i0.ɵɵelementEnd();
|
|
13409
|
-
i0.ɵɵelementStart(2, "figure");
|
|
13410
|
-
i0.ɵɵelement(3, "img", 10);
|
|
13681
|
+
i0.ɵɵtemplate(0, DragDropInputComponent_ng_template_2_input_0_Template, 2, 0, "input", 9);
|
|
13682
|
+
i0.ɵɵelementStart(1, "figure");
|
|
13683
|
+
i0.ɵɵelement(2, "img", 10);
|
|
13411
13684
|
i0.ɵɵelementEnd();
|
|
13412
13685
|
}
|
|
13413
13686
|
if (rf & 2) {
|
|
13414
13687
|
var ctx_r2 = i0.ɵɵnextContext();
|
|
13415
|
-
i0.ɵɵ
|
|
13688
|
+
i0.ɵɵproperty("ngIf", !ctx_r2.bigImageWarning);
|
|
13689
|
+
i0.ɵɵadvance(2);
|
|
13416
13690
|
i0.ɵɵproperty("src", ctx_r2.imageUrl || "https://storage.googleapis.com/assets.miam.tech/generic/personal-recipes/default_img_personal_recipe.jpg", i0.ɵɵsanitizeUrl);
|
|
13417
13691
|
}
|
|
13418
13692
|
}
|
|
13419
13693
|
function DragDropInputComponent_div_8_Template(rf, ctx) {
|
|
13420
13694
|
if (rf & 1) {
|
|
13421
|
-
var
|
|
13422
|
-
i0.ɵɵelementStart(0, "div",
|
|
13423
|
-
i0.ɵɵlistener("click", function DragDropInputComponent_div_8_Template_div_click_0_listener() { i0.ɵɵrestoreView(
|
|
13695
|
+
var _r12_1 = i0.ɵɵgetCurrentView();
|
|
13696
|
+
i0.ɵɵelementStart(0, "div", 12);
|
|
13697
|
+
i0.ɵɵlistener("click", function DragDropInputComponent_div_8_Template_div_click_0_listener() { i0.ɵɵrestoreView(_r12_1); var ctx_r11 = i0.ɵɵnextContext(); return ctx_r11.openExplorer(); });
|
|
13424
13698
|
i0.ɵɵtext(1, " Si vous ne changez pas la photo, celle par d\u00E9faut sera appliqu\u00E9e ");
|
|
13425
13699
|
i0.ɵɵelementEnd();
|
|
13426
13700
|
}
|
|
13427
13701
|
}
|
|
13428
|
-
var _c1$
|
|
13702
|
+
var _c1$a = function (a0, a1) { return { "image-container-mode": a0, "dragover-mode": a1 }; };
|
|
13429
13703
|
var DragDropInputComponent = /** @class */ (function () {
|
|
13430
13704
|
function DragDropInputComponent(cdr) {
|
|
13431
13705
|
this.cdr = cdr;
|
|
13432
13706
|
this.maxSize = 2 * 1024 * 1024; // default: 2MB
|
|
13707
|
+
this.bigImageWarning = false;
|
|
13433
13708
|
this.onFileDropped = new i0.EventEmitter();
|
|
13434
13709
|
this.bigFileDropped = new i0.EventEmitter();
|
|
13435
13710
|
this.icon = exports.Icon;
|
|
@@ -13503,17 +13778,17 @@
|
|
|
13503
13778
|
DragDropInputComponent.ɵfac = function DragDropInputComponent_Factory(t) { return new (t || DragDropInputComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef)); };
|
|
13504
13779
|
DragDropInputComponent.ɵcmp = i0.ɵɵdefineComponent({ type: DragDropInputComponent, selectors: [["ng-miam-drag-drop-input"]], viewQuery: function DragDropInputComponent_Query(rf, ctx) {
|
|
13505
13780
|
if (rf & 1) {
|
|
13506
|
-
i0.ɵɵviewQuery(_c0$
|
|
13781
|
+
i0.ɵɵviewQuery(_c0$j, true);
|
|
13507
13782
|
}
|
|
13508
13783
|
if (rf & 2) {
|
|
13509
13784
|
var _t;
|
|
13510
13785
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.fileInput = _t.first);
|
|
13511
13786
|
}
|
|
13512
|
-
}, inputs: { photoMode: "photoMode", buttonText: "buttonText", formControl: "formControl", imageUrl: "imageUrl", maxSize: "maxSize" }, outputs: { onFileDropped: "onFileDropped", bigFileDropped: "bigFileDropped" }, features: [i0.ɵɵNgOnChangesFeature], decls: 10, vars: 9, consts: [[1, "miam-uploader", 3, "ngClass"], ["multiple", "multiple", "type", "file", 3, "change", 4, "ngIf", "ngIfElse"], ["photoInput", ""], [1, "m-button-secondary", 3, "click"], ["primaryColor", "var(--m-color-white)", 3, "iconName"], ["class", "miam-uploader__default__photo", 3, "click", 4, "ngIf"], [1, "miam-uploader__drop__overlay", 3, "dragover", "dragleave", "drop", "click"], ["multiple", "multiple", "type", "file", 3, "change"], ["fileInput", ""], ["accept", "image/jpeg, image/png, image/webp", "type", "file", 3, "change"], [3, "src"], [1, "miam-uploader__default__photo", 3, "click"]], template: function DragDropInputComponent_Template(rf, ctx) {
|
|
13787
|
+
}, inputs: { photoMode: "photoMode", buttonText: "buttonText", formControl: "formControl", imageUrl: "imageUrl", maxSize: "maxSize", bigImageWarning: "bigImageWarning" }, outputs: { onFileDropped: "onFileDropped", bigFileDropped: "bigFileDropped" }, features: [i0.ɵɵNgOnChangesFeature], decls: 10, vars: 9, consts: [[1, "miam-uploader", 3, "ngClass"], ["multiple", "multiple", "type", "file", 3, "change", 4, "ngIf", "ngIfElse"], ["photoInput", ""], [1, "m-button-secondary", 3, "click"], ["primaryColor", "var(--m-color-white)", 3, "iconName"], ["class", "miam-uploader__default__photo", 3, "click", 4, "ngIf"], [1, "miam-uploader__drop__overlay", 3, "dragover", "dragleave", "drop", "click"], ["multiple", "multiple", "type", "file", 3, "change"], ["fileInput", ""], ["accept", "image/jpeg, image/png, image/webp", "type", "file", 3, "change", 4, "ngIf"], [3, "src"], ["accept", "image/jpeg, image/png, image/webp", "type", "file", 3, "change"], [1, "miam-uploader__default__photo", 3, "click"]], template: function DragDropInputComponent_Template(rf, ctx) {
|
|
13513
13788
|
if (rf & 1) {
|
|
13514
13789
|
i0.ɵɵelementStart(0, "div", 0);
|
|
13515
13790
|
i0.ɵɵtemplate(1, DragDropInputComponent_input_1_Template, 2, 0, "input", 1);
|
|
13516
|
-
i0.ɵɵtemplate(2, DragDropInputComponent_ng_template_2_Template,
|
|
13791
|
+
i0.ɵɵtemplate(2, DragDropInputComponent_ng_template_2_Template, 3, 2, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
|
|
13517
13792
|
i0.ɵɵelementStart(4, "div", 3);
|
|
13518
13793
|
i0.ɵɵlistener("click", function DragDropInputComponent_Template_div_click_4_listener() { return ctx.openExplorer(); });
|
|
13519
13794
|
i0.ɵɵelementStart(5, "span");
|
|
@@ -13529,9 +13804,9 @@
|
|
|
13529
13804
|
}
|
|
13530
13805
|
if (rf & 2) {
|
|
13531
13806
|
var _r1 = i0.ɵɵreference(3);
|
|
13532
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(6, _c1$
|
|
13807
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(6, _c1$a, ctx.imageUrl, ctx.isDragover && !ctx.imageUrl));
|
|
13533
13808
|
i0.ɵɵadvance(1);
|
|
13534
|
-
i0.ɵɵproperty("ngIf", !ctx.photoMode)("ngIfElse", _r1);
|
|
13809
|
+
i0.ɵɵproperty("ngIf", !ctx.photoMode && !ctx.bigImageWarning)("ngIfElse", _r1);
|
|
13535
13810
|
i0.ɵɵadvance(5);
|
|
13536
13811
|
i0.ɵɵtextInterpolate(ctx.buttonText);
|
|
13537
13812
|
i0.ɵɵadvance(1);
|
|
@@ -13560,6 +13835,8 @@
|
|
|
13560
13835
|
type: i0.Input
|
|
13561
13836
|
}], maxSize: [{
|
|
13562
13837
|
type: i0.Input
|
|
13838
|
+
}], bigImageWarning: [{
|
|
13839
|
+
type: i0.Input
|
|
13563
13840
|
}], onFileDropped: [{
|
|
13564
13841
|
type: i0.Output
|
|
13565
13842
|
}], bigFileDropped: [{
|
|
@@ -13768,7 +14045,7 @@
|
|
|
13768
14045
|
}] });
|
|
13769
14046
|
})();
|
|
13770
14047
|
|
|
13771
|
-
var _c0$
|
|
14048
|
+
var _c0$k = ["selectedPosCard"];
|
|
13772
14049
|
function PosSelectionComponent_ng_container_0_div_6_ng_miam_pos_card_1_Template(rf, ctx) {
|
|
13773
14050
|
if (rf & 1) {
|
|
13774
14051
|
var _r7_1 = i0.ɵɵgetCurrentView();
|
|
@@ -13896,7 +14173,7 @@
|
|
|
13896
14173
|
i0.ɵɵproperty("ngIf", ctx_r3.replacing);
|
|
13897
14174
|
}
|
|
13898
14175
|
}
|
|
13899
|
-
var _c1$
|
|
14176
|
+
var _c1$b = function (a0) { return { "down": a0 }; };
|
|
13900
14177
|
function PosSelectionComponent_ng_container_0_Template(rf, ctx) {
|
|
13901
14178
|
if (rf & 1) {
|
|
13902
14179
|
var _r24_1 = i0.ɵɵgetCurrentView();
|
|
@@ -13919,7 +14196,7 @@
|
|
|
13919
14196
|
i0.ɵɵadvance(3);
|
|
13920
14197
|
i0.ɵɵtextInterpolate(ctx_r0.blockTitle);
|
|
13921
14198
|
i0.ɵɵadvance(1);
|
|
13922
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$
|
|
14199
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c1$b, !ctx_r0.expand));
|
|
13923
14200
|
i0.ɵɵadvance(1);
|
|
13924
14201
|
i0.ɵɵproperty("iconName", ctx_r0.icon.ChevronDown);
|
|
13925
14202
|
i0.ɵɵadvance(1);
|
|
@@ -13990,586 +14267,319 @@
|
|
|
13990
14267
|
this.replacing = false;
|
|
13991
14268
|
this.cdr.detectChanges();
|
|
13992
14269
|
};
|
|
13993
|
-
PosSelectionComponent.prototype.searchAddress = function () {
|
|
13994
|
-
var _this = this;
|
|
13995
|
-
if (!this.address) {
|
|
13996
|
-
return null;
|
|
13997
|
-
}
|
|
13998
|
-
this.candidatePos = null;
|
|
13999
|
-
this.loading = true;
|
|
14000
|
-
this.cdr.detectChanges();
|
|
14001
|
-
this.posService.all({ include: ['supplier'], remotefilter: { address: this.address } }).pipe(operators.skipWhile(function (result) { return result.is_loading; }), operators.tap(function (result) {
|
|
14002
|
-
_this.candidatePos = result.data;
|
|
14003
|
-
_this.sorryCaption = "D\u00E9sol\u00E9, nous n'avons d\u00E9tect\u00E9 aucun magasin \u00E0 proximit\u00E9 de <i>" + _this.address + "</i>.";
|
|
14004
|
-
_this.loading = false;
|
|
14005
|
-
_this.cdr.detectChanges();
|
|
14006
|
-
})).subscribe();
|
|
14007
|
-
};
|
|
14008
|
-
return PosSelectionComponent;
|
|
14009
|
-
}());
|
|
14010
|
-
PosSelectionComponent.ɵfac = function PosSelectionComponent_Factory(t) { return new (t || PosSelectionComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(ContextService), i0.ɵɵdirectiveInject(PointOfSalesService), i0.ɵɵdirectiveInject(AnalyticsService)); };
|
|
14011
|
-
PosSelectionComponent.ɵcmp = i0.ɵɵdefineComponent({ type: PosSelectionComponent, selectors: [["ng-miam-pos-selection"]], viewQuery: function PosSelectionComponent_Query(rf, ctx) {
|
|
14012
|
-
if (rf & 1) {
|
|
14013
|
-
i0.ɵɵviewQuery(_c0$j, true);
|
|
14014
|
-
}
|
|
14015
|
-
if (rf & 2) {
|
|
14016
|
-
var _t;
|
|
14017
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.selectedPosCard = _t.first);
|
|
14018
|
-
}
|
|
14019
|
-
}, hostBindings: function PosSelectionComponent_HostBindings(rf, ctx) {
|
|
14020
|
-
if (rf & 1) {
|
|
14021
|
-
i0.ɵɵlistener("keydown.enter", function PosSelectionComponent_keydown_enter_HostBindingHandler() { return ctx.searchAddress(); }, false, i0.ɵɵresolveDocument);
|
|
14022
|
-
}
|
|
14023
|
-
}, inputs: { blockTitle: "blockTitle" }, decls: 3, vars: 2, consts: [[4, "ngIf", "ngIfElse"], ["cors", ""], [1, "block-title"], [1, "text", 3, "click"], [1, "chevron", 3, "ngClass", "click"], ["height", "32", "width", "32", 3, "iconName"], ["class", "pos-selection", 4, "ngIf"], [1, "pos-selection"], ["hoverText", "Changer de magasin", 3, "pos", "selected", "select", 4, "ngIf"], [4, "ngIf"], ["hoverText", "Changer de magasin", 3, "pos", "selected", "select"], [1, "subtitle"], ["class", "m-button-grey", 3, "click", 4, "ngIf"], [1, "search"], [1, "input-frame"], ["id", "address-input", "type", "text", "placeholder", "Entrez votre code postal ou votre adresse...", 3, "ngModel", "ngModelChange", "click"], [1, "address-button", "m-button-secondary", 3, "click"], ["primaryColor", "var(--m-color-secondary)", 3, "iconName"], ["class", "not-found", 4, "ngIf", "ngIfElse"], ["found", ""], ["class", "loader-container", 4, "ngIf"], [1, "m-button-grey", 3, "click"], [1, "not-found"], [3, "innerHTML"], ["hoverText", "Choisir ce magasin", 3, "pos", "select", 4, "ngFor", "ngForOf"], ["hoverText", "Choisir ce magasin", 3, "pos", "select"], [1, "loader-container"]], template: function PosSelectionComponent_Template(rf, ctx) {
|
|
14024
|
-
if (rf & 1) {
|
|
14025
|
-
i0.ɵɵtemplate(0, PosSelectionComponent_ng_container_0_Template, 7, 6, "ng-container", 0);
|
|
14026
|
-
i0.ɵɵtemplate(1, PosSelectionComponent_ng_template_1_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
14027
|
-
}
|
|
14028
|
-
if (rf & 2) {
|
|
14029
|
-
var _r1 = i0.ɵɵreference(2);
|
|
14030
|
-
i0.ɵɵproperty("ngIf", !ctx.corsIssues)("ngIfElse", _r1);
|
|
14031
|
-
}
|
|
14032
|
-
}, directives: [i4.NgIf, i4.NgClass, IconComponent, PosCardComponent, i15.DefaultValueAccessor, i15.NgControlStatus, i15.NgModel, i4.NgForOf, LoaderComponent, CORSOverlayComponent], styles: [".block-title{display:flex;justify-content:space-between;margin-bottom:0;padding-bottom:10px}.block-title .text{cursor:pointer}.block-title .chevron{cursor:pointer;transition-duration:.5s}.block-title .chevron svg{width:18px}.block-title .down{transform:rotate(-180deg)}.pos-selection .subtitle{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.pos-selection .subtitle h4{margin:0}.pos-selection .search{display:flex;margin-bottom:15px}.pos-selection .search .input-frame{border:1px solid var(--m-color-secondary);border-radius:var(--m-border-radius-pill);flex:auto;margin-right:10px;padding:5px}.pos-selection .search .input-frame input#address-input{border:none;outline:none;width:100%}.pos-selection .search button.address-button{padding:7px;width:35px}.pos-selection .search button.address-button svg.fa-search{height:100%;width:100%}.pos-selection ng-miam-pos-card .pos-card{margin-bottom:10px}.pos-selection .not-found{margin-left:20px}.pos-selection .miam-loader-container{align-items:center;display:flex;flex-direction:column;justify-content:center}"], encapsulation: 2, changeDetection: 0 });
|
|
14033
|
-
/*@__PURE__*/ (function () {
|
|
14034
|
-
i0.ɵsetClassMetadata(PosSelectionComponent, [{
|
|
14035
|
-
type: i0.Component,
|
|
14036
|
-
args: [{
|
|
14037
|
-
selector: 'ng-miam-pos-selection',
|
|
14038
|
-
templateUrl: './pos-selection.component.html',
|
|
14039
|
-
styleUrls: ['./pos-selection.component.scss'],
|
|
14040
|
-
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
14041
|
-
encapsulation: i0.ViewEncapsulation.None
|
|
14042
|
-
}]
|
|
14043
|
-
}], function () { return [{ type: i0.ChangeDetectorRef }, { type: ContextService }, { type: PointOfSalesService }, { type: AnalyticsService }]; }, { blockTitle: [{
|
|
14044
|
-
type: i0.Input
|
|
14045
|
-
}], selectedPosCard: [{
|
|
14046
|
-
type: i0.ViewChild,
|
|
14047
|
-
args: ['selectedPosCard']
|
|
14048
|
-
}], searchAddress: [{
|
|
14049
|
-
type: i0.HostListener,
|
|
14050
|
-
args: ['document:keydown.enter']
|
|
14051
|
-
}] });
|
|
14052
|
-
})();
|
|
14053
|
-
|
|
14054
|
-
function DrawerComponent_div_0_Template(rf, ctx) {
|
|
14055
|
-
if (rf & 1) {
|
|
14056
|
-
i0.ɵɵelement(0, "div", 11);
|
|
14057
|
-
}
|
|
14058
|
-
}
|
|
14059
|
-
function DrawerComponent_div_3_Template(rf, ctx) {
|
|
14060
|
-
if (rf & 1) {
|
|
14061
|
-
i0.ɵɵelementStart(0, "div", 12);
|
|
14062
|
-
i0.ɵɵtext(1);
|
|
14063
|
-
i0.ɵɵelementEnd();
|
|
14064
|
-
}
|
|
14065
|
-
if (rf & 2) {
|
|
14066
|
-
var ctx_r1 = i0.ɵɵnextContext();
|
|
14067
|
-
i0.ɵɵadvance(1);
|
|
14068
|
-
i0.ɵɵtextInterpolate(ctx_r1.recipesCount);
|
|
14069
|
-
}
|
|
14070
|
-
}
|
|
14071
|
-
function DrawerComponent_div_10_ng_miam_basket_preview_block_2_Template(rf, ctx) {
|
|
14072
|
-
if (rf & 1) {
|
|
14073
|
-
i0.ɵɵelement(0, "ng-miam-basket-preview-block", 15);
|
|
14074
|
-
}
|
|
14075
|
-
if (rf & 2) {
|
|
14076
|
-
i0.ɵɵproperty("showNotice", true);
|
|
14077
|
-
}
|
|
14078
|
-
}
|
|
14079
|
-
function DrawerComponent_div_10_Template(rf, ctx) {
|
|
14080
|
-
if (rf & 1) {
|
|
14081
|
-
i0.ɵɵelementStart(0, "div", 13);
|
|
14082
|
-
i0.ɵɵelement(1, "ng-miam-pos-selection");
|
|
14083
|
-
i0.ɵɵtemplate(2, DrawerComponent_div_10_ng_miam_basket_preview_block_2_Template, 1, 1, "ng-miam-basket-preview-block", 14);
|
|
14084
|
-
i0.ɵɵelementEnd();
|
|
14085
|
-
}
|
|
14086
|
-
if (rf & 2) {
|
|
14087
|
-
var ctx_r2 = i0.ɵɵnextContext();
|
|
14088
|
-
i0.ɵɵadvance(2);
|
|
14089
|
-
i0.ɵɵproperty("ngIf", ctx_r2.pos);
|
|
14090
|
-
}
|
|
14091
|
-
}
|
|
14092
|
-
function DrawerComponent_div_11_span_13_Template(rf, ctx) {
|
|
14093
|
-
if (rf & 1) {
|
|
14094
|
-
i0.ɵɵelementStart(0, "span");
|
|
14095
|
-
i0.ɵɵtext(1, "Finaliser ma commande");
|
|
14096
|
-
i0.ɵɵelementEnd();
|
|
14097
|
-
}
|
|
14098
|
-
}
|
|
14099
|
-
function DrawerComponent_div_11_ng_miam_loader_14_Template(rf, ctx) {
|
|
14100
|
-
if (rf & 1) {
|
|
14101
|
-
i0.ɵɵelement(0, "ng-miam-loader");
|
|
14102
|
-
}
|
|
14103
|
-
}
|
|
14104
|
-
function DrawerComponent_div_11_Template(rf, ctx) {
|
|
14105
|
-
if (rf & 1) {
|
|
14106
|
-
var _r8_1 = i0.ɵɵgetCurrentView();
|
|
14107
|
-
i0.ɵɵelementStart(0, "div", 16);
|
|
14108
|
-
i0.ɵɵelementStart(1, "div", 17);
|
|
14109
|
-
i0.ɵɵelementStart(2, "div");
|
|
14110
|
-
i0.ɵɵtext(3, "Vous allez \u00EAtre redirig\u00E9(e) vers le site de ");
|
|
14111
|
-
i0.ɵɵelementStart(4, "b");
|
|
14112
|
-
i0.ɵɵtext(5);
|
|
14113
|
-
i0.ɵɵelementEnd();
|
|
14114
|
-
i0.ɵɵtext(6, ".");
|
|
14115
|
-
i0.ɵɵelementEnd();
|
|
14116
|
-
i0.ɵɵelementStart(7, "h3", 18);
|
|
14117
|
-
i0.ɵɵelementStart(8, "div");
|
|
14118
|
-
i0.ɵɵtext(9, "Total");
|
|
14119
|
-
i0.ɵɵelementEnd();
|
|
14120
|
-
i0.ɵɵelementStart(10, "div", 19);
|
|
14121
|
-
i0.ɵɵtext(11);
|
|
14122
|
-
i0.ɵɵelementEnd();
|
|
14123
|
-
i0.ɵɵelementEnd();
|
|
14124
|
-
i0.ɵɵelementEnd();
|
|
14125
|
-
i0.ɵɵelementStart(12, "button", 20);
|
|
14126
|
-
i0.ɵɵlistener("click", function DrawerComponent_div_11_Template_button_click_12_listener() { i0.ɵɵrestoreView(_r8_1); var ctx_r7 = i0.ɵɵnextContext(); return ctx_r7.order(); });
|
|
14127
|
-
i0.ɵɵtemplate(13, DrawerComponent_div_11_span_13_Template, 2, 0, "span", 21);
|
|
14128
|
-
i0.ɵɵtemplate(14, DrawerComponent_div_11_ng_miam_loader_14_Template, 1, 0, "ng-miam-loader", 21);
|
|
14129
|
-
i0.ɵɵelementEnd();
|
|
14130
|
-
i0.ɵɵelementEnd();
|
|
14131
|
-
}
|
|
14132
|
-
if (rf & 2) {
|
|
14133
|
-
var ctx_r3 = i0.ɵɵnextContext();
|
|
14134
|
-
i0.ɵɵadvance(5);
|
|
14135
|
-
i0.ɵɵtextInterpolate(ctx_r3.pos.relationships.supplier.data.attributes.name);
|
|
14136
|
-
i0.ɵɵadvance(6);
|
|
14137
|
-
i0.ɵɵtextInterpolate1("", ctx_r3.basketStats.totalPrice.toFixed(2), " \u20AC");
|
|
14138
|
-
i0.ɵɵadvance(1);
|
|
14139
|
-
i0.ɵɵclassProp("enabled", !ctx_r3.loading);
|
|
14140
|
-
i0.ɵɵadvance(1);
|
|
14141
|
-
i0.ɵɵproperty("ngIf", !ctx_r3.loading);
|
|
14142
|
-
i0.ɵɵadvance(1);
|
|
14143
|
-
i0.ɵɵproperty("ngIf", ctx_r3.loading);
|
|
14144
|
-
}
|
|
14145
|
-
}
|
|
14146
|
-
var _c0$k = function (a0) { return { expand: a0 }; };
|
|
14147
|
-
var DrawerComponent = /** @class */ (function () {
|
|
14148
|
-
function DrawerComponent(cdr, listsService, posService, basketsService, analyticsService, context) {
|
|
14149
|
-
this.cdr = cdr;
|
|
14150
|
-
this.listsService = listsService;
|
|
14151
|
-
this.posService = posService;
|
|
14152
|
-
this.basketsService = basketsService;
|
|
14153
|
-
this.analyticsService = analyticsService;
|
|
14154
|
-
this.context = context;
|
|
14155
|
-
this.expand = false;
|
|
14156
|
-
this.jiggle = false;
|
|
14157
|
-
this.valid = false;
|
|
14158
|
-
this.loading = false;
|
|
14159
|
-
this.subscriptions = [];
|
|
14160
|
-
}
|
|
14161
|
-
DrawerComponent.prototype.ngOnInit = function () {
|
|
14162
|
-
var _this = this;
|
|
14163
|
-
this.subscriptions.push(this.listsService.list$.pipe(operators.skipWhile(function (l) { return !l; }), operators.tap(function (list) {
|
|
14164
|
-
if (list.attributes['recipes-infos'] && list.attributes['recipes-infos'].length > 0) {
|
|
14165
|
-
// Jiggle when recipes count changes
|
|
14166
|
-
if (_this.recipesCount !== list.attributes['recipes-infos'].length) {
|
|
14167
|
-
_this.doJiggle();
|
|
14168
|
-
// Open drawer when first recipe added
|
|
14169
|
-
if (_this.recipesCount === 0 && list.attributes['recipes-infos'].length === 1) {
|
|
14170
|
-
_this.show();
|
|
14171
|
-
}
|
|
14172
|
-
}
|
|
14173
|
-
_this.recipesCount = list.attributes['recipes-infos'].length;
|
|
14174
|
-
}
|
|
14175
|
-
else {
|
|
14176
|
-
_this.recipesCount = 0;
|
|
14177
|
-
}
|
|
14178
|
-
_this.assessValid();
|
|
14179
|
-
})).subscribe());
|
|
14180
|
-
this.subscriptions.push(this.posService.pos$.pipe(operators.skipWhile(function (pos) { return !pos; }), operators.tap(function (pos) {
|
|
14181
|
-
_this.pos = pos;
|
|
14182
|
-
_this.assessValid();
|
|
14183
|
-
})).subscribe());
|
|
14184
|
-
this.subscriptions.push(this.basketsService.basketStats$.pipe(operators.skipWhile(function (stats) { return !stats; }), operators.tap(function (stats) {
|
|
14185
|
-
_this.basketStats = stats;
|
|
14186
|
-
_this.cdr.detectChanges();
|
|
14187
|
-
})).subscribe());
|
|
14188
|
-
};
|
|
14189
|
-
DrawerComponent.prototype.ngOnDestroy = function () {
|
|
14190
|
-
this.subscriptions.forEach(function (sub) { return sub.unsubscribe(); });
|
|
14191
|
-
};
|
|
14192
|
-
DrawerComponent.prototype.onKeydownHandler = function (event) {
|
|
14193
|
-
this.hide();
|
|
14194
|
-
};
|
|
14195
|
-
DrawerComponent.prototype.clickout = function (event) {
|
|
14196
|
-
var overlay = document.getElementById('miam-drawer-overlay');
|
|
14197
|
-
if (event.target === overlay) {
|
|
14198
|
-
this.hide();
|
|
14199
|
-
}
|
|
14200
|
-
};
|
|
14201
|
-
DrawerComponent.prototype.toggleExpand = function () {
|
|
14202
|
-
this.expand = !this.expand;
|
|
14203
|
-
this.expand ? this.show() : this.hide();
|
|
14204
|
-
};
|
|
14205
|
-
DrawerComponent.prototype.order = function () {
|
|
14206
|
-
var _this = this;
|
|
14207
|
-
if (this.loading) {
|
|
14208
|
-
return;
|
|
14209
|
-
}
|
|
14210
|
-
this.loading = true;
|
|
14211
|
-
this.cdr.detectChanges();
|
|
14212
|
-
this.subscriptions.push(this.basketsService.confirmBasket(0).subscribe(function (basket) {
|
|
14213
|
-
if (!basket.redirectUrl) {
|
|
14214
|
-
console.error('Basket not available on supplier Website');
|
|
14215
|
-
}
|
|
14216
|
-
else {
|
|
14217
|
-
window.location.assign(basket.redirectUrl);
|
|
14218
|
-
}
|
|
14219
|
-
_this.loading = false;
|
|
14220
|
-
_this.cdr.detectChanges();
|
|
14221
|
-
}));
|
|
14222
|
-
};
|
|
14223
|
-
DrawerComponent.prototype.show = function () {
|
|
14224
|
-
this.expand = true;
|
|
14225
|
-
this.context.globalScrollableElement.style.overflow = 'hidden';
|
|
14226
|
-
this.cdr.detectChanges();
|
|
14227
|
-
};
|
|
14228
|
-
DrawerComponent.prototype.hide = function () {
|
|
14229
|
-
this.expand = false;
|
|
14230
|
-
this.context.globalScrollableElement.style.overflow = 'initial';
|
|
14231
|
-
this.cdr.detectChanges();
|
|
14232
|
-
};
|
|
14233
|
-
DrawerComponent.prototype.doJiggle = function () {
|
|
14234
|
-
var _this = this;
|
|
14235
|
-
this.jiggle = true;
|
|
14236
|
-
this.cdr.detectChanges();
|
|
14237
|
-
setTimeout(function () {
|
|
14238
|
-
_this.jiggle = false;
|
|
14239
|
-
_this.cdr.detectChanges();
|
|
14240
|
-
}, 500);
|
|
14241
|
-
};
|
|
14242
|
-
DrawerComponent.prototype.assessValid = function () {
|
|
14243
|
-
this.valid = this.pos && this.recipesCount && this.recipesCount > 0;
|
|
14270
|
+
PosSelectionComponent.prototype.searchAddress = function () {
|
|
14271
|
+
var _this = this;
|
|
14272
|
+
if (!this.address) {
|
|
14273
|
+
return null;
|
|
14274
|
+
}
|
|
14275
|
+
this.candidatePos = null;
|
|
14276
|
+
this.loading = true;
|
|
14244
14277
|
this.cdr.detectChanges();
|
|
14278
|
+
this.posService.all({ include: ['supplier'], remotefilter: { address: this.address } }).pipe(operators.skipWhile(function (result) { return result.is_loading; }), operators.tap(function (result) {
|
|
14279
|
+
_this.candidatePos = result.data;
|
|
14280
|
+
_this.sorryCaption = "D\u00E9sol\u00E9, nous n'avons d\u00E9tect\u00E9 aucun magasin \u00E0 proximit\u00E9 de <i>" + _this.address + "</i>.";
|
|
14281
|
+
_this.loading = false;
|
|
14282
|
+
_this.cdr.detectChanges();
|
|
14283
|
+
})).subscribe();
|
|
14245
14284
|
};
|
|
14246
|
-
return
|
|
14285
|
+
return PosSelectionComponent;
|
|
14247
14286
|
}());
|
|
14248
|
-
|
|
14249
|
-
|
|
14287
|
+
PosSelectionComponent.ɵfac = function PosSelectionComponent_Factory(t) { return new (t || PosSelectionComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(ContextService), i0.ɵɵdirectiveInject(PointOfSalesService), i0.ɵɵdirectiveInject(AnalyticsService)); };
|
|
14288
|
+
PosSelectionComponent.ɵcmp = i0.ɵɵdefineComponent({ type: PosSelectionComponent, selectors: [["ng-miam-pos-selection"]], viewQuery: function PosSelectionComponent_Query(rf, ctx) {
|
|
14250
14289
|
if (rf & 1) {
|
|
14251
|
-
i0.ɵɵ
|
|
14290
|
+
i0.ɵɵviewQuery(_c0$k, true);
|
|
14252
14291
|
}
|
|
14253
|
-
}, decls: 12, vars: 12, consts: [["id", "miam-drawer-overlay", 4, "ngIf"], ["id", "miam-drawer-stamp", 3, "ngClass", "click"], ["src", "data:image/png;base64,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", 1, "miam-logo"], ["class", "recipes-count", 4, "ngIf"], ["id", "miam-drawer", 3, "ngClass"], [1, "top"], ["src", "https://miam.tech/fr/assets/images/miam-logo.svg", 1, "miam-logo"], [1, "miam-slogan"], [1, "body-wrapper"], ["class", "body", 4, "ngIf"], ["class", "bottom", 4, "ngIf"], ["id", "miam-drawer-overlay"], [1, "recipes-count"], [1, "body"], [3, "showNotice", 4, "ngIf"], [3, "showNotice"], [1, "bottom"], [1, "total"], [1, "total-subline"], [1, "price"], [1, "m-button-primary", "order-button", 3, "click"], [4, "ngIf"]], template: function DrawerComponent_Template(rf, ctx) {
|
|
14292
|
+
if (rf & 2) {
|
|
14293
|
+
var _t;
|
|
14294
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.selectedPosCard = _t.first);
|
|
14295
|
+
}
|
|
14296
|
+
}, hostBindings: function PosSelectionComponent_HostBindings(rf, ctx) {
|
|
14254
14297
|
if (rf & 1) {
|
|
14255
|
-
i0.ɵɵ
|
|
14256
|
-
|
|
14257
|
-
|
|
14258
|
-
|
|
14259
|
-
i0.ɵɵtemplate(
|
|
14260
|
-
i0.ɵɵ
|
|
14261
|
-
i0.ɵɵelementStart(4, "div", 4);
|
|
14262
|
-
i0.ɵɵelementStart(5, "div", 5);
|
|
14263
|
-
i0.ɵɵelement(6, "img", 6);
|
|
14264
|
-
i0.ɵɵelementStart(7, "span", 7);
|
|
14265
|
-
i0.ɵɵtext(8, "Choisissez vos recettes, on s'occupe des courses");
|
|
14266
|
-
i0.ɵɵelementEnd();
|
|
14267
|
-
i0.ɵɵelementEnd();
|
|
14268
|
-
i0.ɵɵelementStart(9, "div", 8);
|
|
14269
|
-
i0.ɵɵtemplate(10, DrawerComponent_div_10_Template, 3, 1, "div", 9);
|
|
14270
|
-
i0.ɵɵtemplate(11, DrawerComponent_div_11_Template, 15, 6, "div", 10);
|
|
14271
|
-
i0.ɵɵelementEnd();
|
|
14272
|
-
i0.ɵɵelementEnd();
|
|
14298
|
+
i0.ɵɵlistener("keydown.enter", function PosSelectionComponent_keydown_enter_HostBindingHandler() { return ctx.searchAddress(); }, false, i0.ɵɵresolveDocument);
|
|
14299
|
+
}
|
|
14300
|
+
}, inputs: { blockTitle: "blockTitle" }, decls: 3, vars: 2, consts: [[4, "ngIf", "ngIfElse"], ["cors", ""], [1, "block-title"], [1, "text", 3, "click"], [1, "chevron", 3, "ngClass", "click"], ["height", "32", "width", "32", 3, "iconName"], ["class", "pos-selection", 4, "ngIf"], [1, "pos-selection"], ["hoverText", "Changer de magasin", 3, "pos", "selected", "select", 4, "ngIf"], [4, "ngIf"], ["hoverText", "Changer de magasin", 3, "pos", "selected", "select"], [1, "subtitle"], ["class", "m-button-grey", 3, "click", 4, "ngIf"], [1, "search"], [1, "input-frame"], ["id", "address-input", "type", "text", "placeholder", "Entrez votre code postal ou votre adresse...", 3, "ngModel", "ngModelChange", "click"], [1, "address-button", "m-button-secondary", 3, "click"], ["primaryColor", "var(--m-color-secondary)", 3, "iconName"], ["class", "not-found", 4, "ngIf", "ngIfElse"], ["found", ""], ["class", "loader-container", 4, "ngIf"], [1, "m-button-grey", 3, "click"], [1, "not-found"], [3, "innerHTML"], ["hoverText", "Choisir ce magasin", 3, "pos", "select", 4, "ngFor", "ngForOf"], ["hoverText", "Choisir ce magasin", 3, "pos", "select"], [1, "loader-container"]], template: function PosSelectionComponent_Template(rf, ctx) {
|
|
14301
|
+
if (rf & 1) {
|
|
14302
|
+
i0.ɵɵtemplate(0, PosSelectionComponent_ng_container_0_Template, 7, 6, "ng-container", 0);
|
|
14303
|
+
i0.ɵɵtemplate(1, PosSelectionComponent_ng_template_1_Template, 1, 0, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor);
|
|
14273
14304
|
}
|
|
14274
14305
|
if (rf & 2) {
|
|
14275
|
-
i0.ɵɵ
|
|
14276
|
-
i0.ɵɵ
|
|
14277
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$k, ctx.expand));
|
|
14278
|
-
i0.ɵɵadvance(1);
|
|
14279
|
-
i0.ɵɵclassProp("jiggle", ctx.jiggle);
|
|
14280
|
-
i0.ɵɵadvance(1);
|
|
14281
|
-
i0.ɵɵproperty("ngIf", ctx.recipesCount && ctx.recipesCount > 0);
|
|
14282
|
-
i0.ɵɵadvance(1);
|
|
14283
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$k, ctx.expand));
|
|
14284
|
-
i0.ɵɵadvance(6);
|
|
14285
|
-
i0.ɵɵproperty("ngIf", ctx.expand);
|
|
14286
|
-
i0.ɵɵadvance(1);
|
|
14287
|
-
i0.ɵɵproperty("ngIf", ctx.valid);
|
|
14306
|
+
var _r1 = i0.ɵɵreference(2);
|
|
14307
|
+
i0.ɵɵproperty("ngIf", !ctx.corsIssues)("ngIfElse", _r1);
|
|
14288
14308
|
}
|
|
14289
|
-
}, directives: [i4.NgIf, i4.NgClass,
|
|
14309
|
+
}, directives: [i4.NgIf, i4.NgClass, IconComponent, PosCardComponent, i13.DefaultValueAccessor, i13.NgControlStatus, i13.NgModel, i4.NgForOf, LoaderComponent, CORSOverlayComponent], styles: [".block-title{display:flex;justify-content:space-between;margin-bottom:0;padding-bottom:10px}.block-title .text{cursor:pointer}.block-title .chevron{cursor:pointer;transition-duration:.5s}.block-title .chevron svg{width:18px}.block-title .down{transform:rotate(-180deg)}.pos-selection .subtitle{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.pos-selection .subtitle h4{margin:0}.pos-selection .search{display:flex;margin-bottom:15px}.pos-selection .search .input-frame{border:1px solid var(--m-color-secondary);border-radius:var(--m-border-radius-pill);flex:auto;margin-right:10px;padding:5px}.pos-selection .search .input-frame input#address-input{border:none;outline:none;width:100%}.pos-selection .search button.address-button{padding:7px;width:35px}.pos-selection .search button.address-button svg.fa-search{height:100%;width:100%}.pos-selection ng-miam-pos-card .pos-card{margin-bottom:10px}.pos-selection .not-found{margin-left:20px}.pos-selection .miam-loader-container{align-items:center;display:flex;flex-direction:column;justify-content:center}"], encapsulation: 2, changeDetection: 0 });
|
|
14290
14310
|
/*@__PURE__*/ (function () {
|
|
14291
|
-
i0.ɵsetClassMetadata(
|
|
14311
|
+
i0.ɵsetClassMetadata(PosSelectionComponent, [{
|
|
14292
14312
|
type: i0.Component,
|
|
14293
14313
|
args: [{
|
|
14294
|
-
selector: 'ng-miam-
|
|
14295
|
-
templateUrl: './
|
|
14296
|
-
styleUrls: ['./
|
|
14297
|
-
|
|
14298
|
-
|
|
14314
|
+
selector: 'ng-miam-pos-selection',
|
|
14315
|
+
templateUrl: './pos-selection.component.html',
|
|
14316
|
+
styleUrls: ['./pos-selection.component.scss'],
|
|
14317
|
+
changeDetection: i0.ChangeDetectionStrategy.OnPush,
|
|
14318
|
+
encapsulation: i0.ViewEncapsulation.None
|
|
14299
14319
|
}]
|
|
14300
|
-
}], function () { return [{ type: i0.ChangeDetectorRef }, { type:
|
|
14301
|
-
type: i0.
|
|
14302
|
-
|
|
14303
|
-
|
|
14320
|
+
}], function () { return [{ type: i0.ChangeDetectorRef }, { type: ContextService }, { type: PointOfSalesService }, { type: AnalyticsService }]; }, { blockTitle: [{
|
|
14321
|
+
type: i0.Input
|
|
14322
|
+
}], selectedPosCard: [{
|
|
14323
|
+
type: i0.ViewChild,
|
|
14324
|
+
args: ['selectedPosCard']
|
|
14325
|
+
}], searchAddress: [{
|
|
14304
14326
|
type: i0.HostListener,
|
|
14305
|
-
args: ['document:
|
|
14327
|
+
args: ['document:keydown.enter']
|
|
14306
14328
|
}] });
|
|
14307
14329
|
})();
|
|
14308
14330
|
|
|
14309
|
-
function
|
|
14310
|
-
if (rf & 1) {
|
|
14311
|
-
i0.ɵɵprojection(0, 0, ["*ngIf", "isAngularComponent else isWebC"]);
|
|
14312
|
-
}
|
|
14313
|
-
}
|
|
14314
|
-
function ModalComponent_ng_container_0_ng_template_9_Template(rf, ctx) {
|
|
14331
|
+
function DrawerComponent_div_0_Template(rf, ctx) {
|
|
14315
14332
|
if (rf & 1) {
|
|
14316
|
-
i0.ɵɵelement(0, "
|
|
14333
|
+
i0.ɵɵelement(0, "div", 11);
|
|
14317
14334
|
}
|
|
14318
14335
|
}
|
|
14319
|
-
function
|
|
14336
|
+
function DrawerComponent_div_3_Template(rf, ctx) {
|
|
14320
14337
|
if (rf & 1) {
|
|
14321
|
-
i0.ɵɵelementStart(0, "
|
|
14338
|
+
i0.ɵɵelementStart(0, "div", 12);
|
|
14322
14339
|
i0.ɵɵtext(1);
|
|
14323
14340
|
i0.ɵɵelementEnd();
|
|
14324
14341
|
}
|
|
14325
14342
|
if (rf & 2) {
|
|
14326
|
-
var
|
|
14343
|
+
var ctx_r1 = i0.ɵɵnextContext();
|
|
14327
14344
|
i0.ɵɵadvance(1);
|
|
14328
|
-
i0.ɵɵtextInterpolate(
|
|
14345
|
+
i0.ɵɵtextInterpolate(ctx_r1.recipesCount);
|
|
14329
14346
|
}
|
|
14330
14347
|
}
|
|
14331
|
-
function
|
|
14348
|
+
function DrawerComponent_div_10_ng_miam_basket_preview_block_2_Template(rf, ctx) {
|
|
14332
14349
|
if (rf & 1) {
|
|
14333
|
-
i0.ɵɵelement(0, "ng-miam-
|
|
14350
|
+
i0.ɵɵelement(0, "ng-miam-basket-preview-block", 15);
|
|
14351
|
+
}
|
|
14352
|
+
if (rf & 2) {
|
|
14353
|
+
i0.ɵɵproperty("showNotice", true);
|
|
14334
14354
|
}
|
|
14335
14355
|
}
|
|
14336
|
-
function
|
|
14356
|
+
function DrawerComponent_div_10_Template(rf, ctx) {
|
|
14337
14357
|
if (rf & 1) {
|
|
14338
|
-
|
|
14339
|
-
i0.ɵɵ
|
|
14340
|
-
i0.ɵɵ
|
|
14341
|
-
i0.ɵɵtemplate(1, ModalComponent_ng_container_0_button_12_span_1_Template, 2, 1, "span", 0);
|
|
14342
|
-
i0.ɵɵtemplate(2, ModalComponent_ng_container_0_button_12_ng_miam_loader_2_Template, 1, 0, "ng-miam-loader", 0);
|
|
14358
|
+
i0.ɵɵelementStart(0, "div", 13);
|
|
14359
|
+
i0.ɵɵelement(1, "ng-miam-pos-selection");
|
|
14360
|
+
i0.ɵɵtemplate(2, DrawerComponent_div_10_ng_miam_basket_preview_block_2_Template, 1, 1, "ng-miam-basket-preview-block", 14);
|
|
14343
14361
|
i0.ɵɵelementEnd();
|
|
14344
14362
|
}
|
|
14345
14363
|
if (rf & 2) {
|
|
14346
|
-
var
|
|
14347
|
-
i0.ɵɵ
|
|
14348
|
-
i0.ɵɵ
|
|
14349
|
-
i0.ɵɵproperty("ngIf", !ctx_r4.cancelButtonIsLoading);
|
|
14350
|
-
i0.ɵɵadvance(1);
|
|
14351
|
-
i0.ɵɵproperty("ngIf", ctx_r4.cancelButtonIsLoading);
|
|
14364
|
+
var ctx_r2 = i0.ɵɵnextContext();
|
|
14365
|
+
i0.ɵɵadvance(2);
|
|
14366
|
+
i0.ɵɵproperty("ngIf", ctx_r2.pos);
|
|
14352
14367
|
}
|
|
14353
14368
|
}
|
|
14354
|
-
function
|
|
14369
|
+
function DrawerComponent_div_11_span_13_Template(rf, ctx) {
|
|
14355
14370
|
if (rf & 1) {
|
|
14356
14371
|
i0.ɵɵelementStart(0, "span");
|
|
14357
|
-
i0.ɵɵtext(1);
|
|
14372
|
+
i0.ɵɵtext(1, "Finaliser ma commande");
|
|
14358
14373
|
i0.ɵɵelementEnd();
|
|
14359
14374
|
}
|
|
14360
|
-
if (rf & 2) {
|
|
14361
|
-
var ctx_r10 = i0.ɵɵnextContext(3);
|
|
14362
|
-
i0.ɵɵadvance(1);
|
|
14363
|
-
i0.ɵɵtextInterpolate(ctx_r10.confirmButtonText);
|
|
14364
|
-
}
|
|
14365
14375
|
}
|
|
14366
|
-
function
|
|
14376
|
+
function DrawerComponent_div_11_ng_miam_loader_14_Template(rf, ctx) {
|
|
14367
14377
|
if (rf & 1) {
|
|
14368
14378
|
i0.ɵɵelement(0, "ng-miam-loader");
|
|
14369
14379
|
}
|
|
14370
14380
|
}
|
|
14371
|
-
function
|
|
14381
|
+
function DrawerComponent_div_11_Template(rf, ctx) {
|
|
14372
14382
|
if (rf & 1) {
|
|
14373
|
-
var
|
|
14374
|
-
i0.ɵɵelementStart(0, "
|
|
14375
|
-
i0.ɵɵ
|
|
14376
|
-
i0.ɵɵ
|
|
14377
|
-
i0.ɵɵ
|
|
14383
|
+
var _r8_1 = i0.ɵɵgetCurrentView();
|
|
14384
|
+
i0.ɵɵelementStart(0, "div", 16);
|
|
14385
|
+
i0.ɵɵelementStart(1, "div", 17);
|
|
14386
|
+
i0.ɵɵelementStart(2, "div");
|
|
14387
|
+
i0.ɵɵtext(3, "Vous allez \u00EAtre redirig\u00E9(e) vers le site de ");
|
|
14388
|
+
i0.ɵɵelementStart(4, "b");
|
|
14389
|
+
i0.ɵɵtext(5);
|
|
14378
14390
|
i0.ɵɵelementEnd();
|
|
14379
|
-
|
|
14380
|
-
if (rf & 2) {
|
|
14381
|
-
var ctx_r5 = i0.ɵɵnextContext(2);
|
|
14382
|
-
i0.ɵɵproperty("disabled", ctx_r5.confirmButtonDisabled);
|
|
14383
|
-
i0.ɵɵadvance(1);
|
|
14384
|
-
i0.ɵɵproperty("ngIf", !ctx_r5.confirmButtonIsLoading);
|
|
14385
|
-
i0.ɵɵadvance(1);
|
|
14386
|
-
i0.ɵɵproperty("ngIf", ctx_r5.confirmButtonIsLoading);
|
|
14387
|
-
}
|
|
14388
|
-
}
|
|
14389
|
-
var _c0$l = function (a0, a1) { return { "with-header": a0, "without-header": a1 }; };
|
|
14390
|
-
function ModalComponent_ng_container_0_Template(rf, ctx) {
|
|
14391
|
-
if (rf & 1) {
|
|
14392
|
-
var _r15_1 = i0.ɵɵgetCurrentView();
|
|
14393
|
-
i0.ɵɵelementContainerStart(0);
|
|
14394
|
-
i0.ɵɵelementStart(1, "div", 1);
|
|
14395
|
-
i0.ɵɵlistener("click", function ModalComponent_ng_container_0_Template_div_click_1_listener() { i0.ɵɵrestoreView(_r15_1); var ctx_r14 = i0.ɵɵnextContext(); return ctx_r14.onClose(); });
|
|
14391
|
+
i0.ɵɵtext(6, ".");
|
|
14396
14392
|
i0.ɵɵelementEnd();
|
|
14397
|
-
i0.ɵɵelementStart(
|
|
14398
|
-
i0.ɵɵelementStart(
|
|
14399
|
-
i0.ɵɵ
|
|
14400
|
-
i0.ɵɵelementStart(5, "div", 5);
|
|
14401
|
-
i0.ɵɵtext(6);
|
|
14393
|
+
i0.ɵɵelementStart(7, "h3", 18);
|
|
14394
|
+
i0.ɵɵelementStart(8, "div");
|
|
14395
|
+
i0.ɵɵtext(9, "Total");
|
|
14402
14396
|
i0.ɵɵelementEnd();
|
|
14403
|
-
i0.ɵɵelementStart(
|
|
14404
|
-
i0.ɵɵ
|
|
14397
|
+
i0.ɵɵelementStart(10, "div", 19);
|
|
14398
|
+
i0.ɵɵtext(11);
|
|
14405
14399
|
i0.ɵɵelementEnd();
|
|
14406
14400
|
i0.ɵɵelementEnd();
|
|
14407
|
-
i0.ɵɵtemplate(8, ModalComponent_ng_container_0_ng_content_8_Template, 1, 0, "ng-content", 7);
|
|
14408
|
-
i0.ɵɵtemplate(9, ModalComponent_ng_container_0_ng_template_9_Template, 1, 0, "ng-template", null, 8, i0.ɵɵtemplateRefExtractor);
|
|
14409
|
-
i0.ɵɵelementStart(11, "div", 9);
|
|
14410
|
-
i0.ɵɵtemplate(12, ModalComponent_ng_container_0_button_12_Template, 3, 3, "button", 10);
|
|
14411
|
-
i0.ɵɵtemplate(13, ModalComponent_ng_container_0_button_13_Template, 3, 3, "button", 11);
|
|
14412
14401
|
i0.ɵɵelementEnd();
|
|
14402
|
+
i0.ɵɵelementStart(12, "button", 20);
|
|
14403
|
+
i0.ɵɵlistener("click", function DrawerComponent_div_11_Template_button_click_12_listener() { i0.ɵɵrestoreView(_r8_1); var ctx_r7 = i0.ɵɵnextContext(); return ctx_r7.order(); });
|
|
14404
|
+
i0.ɵɵtemplate(13, DrawerComponent_div_11_span_13_Template, 2, 0, "span", 21);
|
|
14405
|
+
i0.ɵɵtemplate(14, DrawerComponent_div_11_ng_miam_loader_14_Template, 1, 0, "ng-miam-loader", 21);
|
|
14413
14406
|
i0.ɵɵelementEnd();
|
|
14414
14407
|
i0.ɵɵelementEnd();
|
|
14415
|
-
i0.ɵɵelementContainerEnd();
|
|
14416
14408
|
}
|
|
14417
14409
|
if (rf & 2) {
|
|
14418
|
-
var
|
|
14419
|
-
|
|
14420
|
-
i0.ɵɵ
|
|
14421
|
-
i0.ɵɵ
|
|
14422
|
-
i0.ɵɵ
|
|
14423
|
-
i0.ɵɵtextInterpolate(ctx_r0.title);
|
|
14410
|
+
var ctx_r3 = i0.ɵɵnextContext();
|
|
14411
|
+
i0.ɵɵadvance(5);
|
|
14412
|
+
i0.ɵɵtextInterpolate(ctx_r3.pos.relationships.supplier.data.attributes.name);
|
|
14413
|
+
i0.ɵɵadvance(6);
|
|
14414
|
+
i0.ɵɵtextInterpolate1("", ctx_r3.basketStats.totalPrice.toFixed(2), " \u20AC");
|
|
14424
14415
|
i0.ɵɵadvance(1);
|
|
14425
|
-
i0.ɵɵ
|
|
14416
|
+
i0.ɵɵclassProp("enabled", !ctx_r3.loading);
|
|
14426
14417
|
i0.ɵɵadvance(1);
|
|
14427
|
-
i0.ɵɵproperty("ngIf",
|
|
14428
|
-
i0.ɵɵadvance(4);
|
|
14429
|
-
i0.ɵɵproperty("ngIf", ctx_r0.cancelButtonText);
|
|
14418
|
+
i0.ɵɵproperty("ngIf", !ctx_r3.loading);
|
|
14430
14419
|
i0.ɵɵadvance(1);
|
|
14431
|
-
i0.ɵɵproperty("ngIf",
|
|
14420
|
+
i0.ɵɵproperty("ngIf", ctx_r3.loading);
|
|
14432
14421
|
}
|
|
14433
14422
|
}
|
|
14434
|
-
var
|
|
14435
|
-
var
|
|
14436
|
-
function
|
|
14423
|
+
var _c0$l = function (a0) { return { expand: a0 }; };
|
|
14424
|
+
var DrawerComponent = /** @class */ (function () {
|
|
14425
|
+
function DrawerComponent(cdr, listsService, posService, basketsService, analyticsService, context) {
|
|
14437
14426
|
this.cdr = cdr;
|
|
14438
|
-
this.
|
|
14427
|
+
this.listsService = listsService;
|
|
14428
|
+
this.posService = posService;
|
|
14429
|
+
this.basketsService = basketsService;
|
|
14430
|
+
this.analyticsService = analyticsService;
|
|
14439
14431
|
this.context = context;
|
|
14440
|
-
this.
|
|
14441
|
-
this.
|
|
14442
|
-
this.
|
|
14443
|
-
this.
|
|
14444
|
-
this.
|
|
14445
|
-
this.scrollPosition = null;
|
|
14446
|
-
this.isMobile = false;
|
|
14447
|
-
this.isMobile = this.mediaMatcher.matchMedia('(max-width: 1023px)').matches;
|
|
14432
|
+
this.expand = false;
|
|
14433
|
+
this.jiggle = false;
|
|
14434
|
+
this.valid = false;
|
|
14435
|
+
this.loading = false;
|
|
14436
|
+
this.subscriptions = [];
|
|
14448
14437
|
}
|
|
14449
|
-
|
|
14450
|
-
|
|
14451
|
-
|
|
14452
|
-
|
|
14453
|
-
|
|
14454
|
-
|
|
14455
|
-
|
|
14438
|
+
DrawerComponent.prototype.ngOnInit = function () {
|
|
14439
|
+
var _this = this;
|
|
14440
|
+
this.subscriptions.push(this.listsService.list$.pipe(operators.skipWhile(function (l) { return !l; }), operators.tap(function (list) {
|
|
14441
|
+
if (list.attributes['recipes-infos'] && list.attributes['recipes-infos'].length > 0) {
|
|
14442
|
+
// Jiggle when recipes count changes
|
|
14443
|
+
if (_this.recipesCount !== list.attributes['recipes-infos'].length) {
|
|
14444
|
+
_this.doJiggle();
|
|
14445
|
+
// Open drawer when first recipe added
|
|
14446
|
+
if (_this.recipesCount === 0 && list.attributes['recipes-infos'].length === 1) {
|
|
14447
|
+
_this.show();
|
|
14448
|
+
}
|
|
14449
|
+
}
|
|
14450
|
+
_this.recipesCount = list.attributes['recipes-infos'].length;
|
|
14451
|
+
}
|
|
14452
|
+
else {
|
|
14453
|
+
_this.recipesCount = 0;
|
|
14454
|
+
}
|
|
14455
|
+
_this.assessValid();
|
|
14456
|
+
})).subscribe());
|
|
14457
|
+
this.subscriptions.push(this.posService.pos$.pipe(operators.skipWhile(function (pos) { return !pos; }), operators.tap(function (pos) {
|
|
14458
|
+
_this.pos = pos;
|
|
14459
|
+
_this.assessValid();
|
|
14460
|
+
})).subscribe());
|
|
14461
|
+
this.subscriptions.push(this.basketsService.basketStats$.pipe(operators.skipWhile(function (stats) { return !stats; }), operators.tap(function (stats) {
|
|
14462
|
+
_this.basketStats = stats;
|
|
14463
|
+
_this.cdr.detectChanges();
|
|
14464
|
+
})).subscribe());
|
|
14456
14465
|
};
|
|
14457
|
-
|
|
14458
|
-
this.
|
|
14459
|
-
this.close.emit();
|
|
14466
|
+
DrawerComponent.prototype.ngOnDestroy = function () {
|
|
14467
|
+
this.subscriptions.forEach(function (sub) { return sub.unsubscribe(); });
|
|
14460
14468
|
};
|
|
14461
|
-
|
|
14469
|
+
DrawerComponent.prototype.onKeydownHandler = function (event) {
|
|
14462
14470
|
this.hide();
|
|
14463
|
-
this.cancel.emit();
|
|
14464
14471
|
};
|
|
14465
|
-
|
|
14466
|
-
|
|
14467
|
-
|
|
14472
|
+
DrawerComponent.prototype.clickout = function (event) {
|
|
14473
|
+
var overlay = document.getElementById('miam-drawer-overlay');
|
|
14474
|
+
if (event.target === overlay) {
|
|
14475
|
+
this.hide();
|
|
14476
|
+
}
|
|
14468
14477
|
};
|
|
14469
|
-
|
|
14470
|
-
this.
|
|
14471
|
-
this.
|
|
14478
|
+
DrawerComponent.prototype.toggleExpand = function () {
|
|
14479
|
+
this.expand = !this.expand;
|
|
14480
|
+
this.expand ? this.show() : this.hide();
|
|
14472
14481
|
};
|
|
14473
|
-
|
|
14474
|
-
|
|
14475
|
-
|
|
14476
|
-
this.context.globalScrollableElement.style.overflow = 'hidden';
|
|
14477
|
-
this.scrollPosition = window.scrollY;
|
|
14478
|
-
this.context.globalScrollableElement.style.position = 'fixed';
|
|
14479
|
-
this.context.globalScrollableElement.style.top = -this.scrollPosition + "px";
|
|
14480
|
-
}
|
|
14481
|
-
else {
|
|
14482
|
-
if (this.scrollPosition !== null) {
|
|
14483
|
-
this.context.globalScrollableElement.style.overflow = 'initial';
|
|
14484
|
-
this.context.globalScrollableElement.style.position = 'initial';
|
|
14485
|
-
window.scrollTo(0, this.scrollPosition);
|
|
14486
|
-
this.scrollPosition = null;
|
|
14487
|
-
}
|
|
14488
|
-
}
|
|
14489
|
-
return;
|
|
14490
|
-
}
|
|
14491
|
-
if (this.expanded) {
|
|
14492
|
-
this.context.globalScrollableElement.style.overflow = 'hidden';
|
|
14482
|
+
DrawerComponent.prototype.order = function () {
|
|
14483
|
+
var _this = this;
|
|
14484
|
+
if (this.loading) {
|
|
14493
14485
|
return;
|
|
14494
14486
|
}
|
|
14495
|
-
this.
|
|
14496
|
-
|
|
14497
|
-
|
|
14498
|
-
|
|
14499
|
-
|
|
14500
|
-
this.containerElement.style.overflow = 'hidden';
|
|
14501
|
-
this.scrollPosition = window.scrollY;
|
|
14502
|
-
this.containerElement.style.position = 'fixed';
|
|
14503
|
-
this.containerElement.style.top = -this.scrollPosition + "px";
|
|
14487
|
+
this.loading = true;
|
|
14488
|
+
this.cdr.detectChanges();
|
|
14489
|
+
this.subscriptions.push(this.basketsService.confirmBasket(0).subscribe(function (basket) {
|
|
14490
|
+
if (!basket.redirectUrl) {
|
|
14491
|
+
console.error('Basket not available on supplier Website');
|
|
14504
14492
|
}
|
|
14505
14493
|
else {
|
|
14506
|
-
|
|
14507
|
-
this.containerElement.style.overflow = 'initial';
|
|
14508
|
-
this.containerElement.style.position = 'initial';
|
|
14509
|
-
window.scrollTo(0, this.scrollPosition);
|
|
14510
|
-
this.scrollPosition = null;
|
|
14511
|
-
}
|
|
14494
|
+
window.location.assign(basket.redirectUrl);
|
|
14512
14495
|
}
|
|
14513
|
-
|
|
14514
|
-
|
|
14515
|
-
|
|
14516
|
-
this.containerElement.style.overflow = 'hidden';
|
|
14517
|
-
return;
|
|
14518
|
-
}
|
|
14519
|
-
this.containerElement.style.overflow = 'initial';
|
|
14496
|
+
_this.loading = false;
|
|
14497
|
+
_this.cdr.detectChanges();
|
|
14498
|
+
}));
|
|
14520
14499
|
};
|
|
14521
|
-
|
|
14500
|
+
DrawerComponent.prototype.show = function () {
|
|
14501
|
+
this.expand = true;
|
|
14502
|
+
this.context.globalScrollableElement.style.overflow = 'hidden';
|
|
14503
|
+
this.cdr.detectChanges();
|
|
14504
|
+
};
|
|
14505
|
+
DrawerComponent.prototype.hide = function () {
|
|
14506
|
+
this.expand = false;
|
|
14507
|
+
this.context.globalScrollableElement.style.overflow = 'initial';
|
|
14508
|
+
this.cdr.detectChanges();
|
|
14509
|
+
};
|
|
14510
|
+
DrawerComponent.prototype.doJiggle = function () {
|
|
14511
|
+
var _this = this;
|
|
14512
|
+
this.jiggle = true;
|
|
14513
|
+
this.cdr.detectChanges();
|
|
14514
|
+
setTimeout(function () {
|
|
14515
|
+
_this.jiggle = false;
|
|
14516
|
+
_this.cdr.detectChanges();
|
|
14517
|
+
}, 500);
|
|
14518
|
+
};
|
|
14519
|
+
DrawerComponent.prototype.assessValid = function () {
|
|
14520
|
+
this.valid = this.pos && this.recipesCount && this.recipesCount > 0;
|
|
14521
|
+
this.cdr.detectChanges();
|
|
14522
|
+
};
|
|
14523
|
+
return DrawerComponent;
|
|
14522
14524
|
}());
|
|
14523
|
-
|
|
14524
|
-
|
|
14525
|
+
DrawerComponent.ɵfac = function DrawerComponent_Factory(t) { return new (t || DrawerComponent)(i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(GroceriesListsService), i0.ɵɵdirectiveInject(PointOfSalesService), i0.ɵɵdirectiveInject(BasketsService), i0.ɵɵdirectiveInject(AnalyticsService), i0.ɵɵdirectiveInject(ContextService)); };
|
|
14526
|
+
DrawerComponent.ɵcmp = i0.ɵɵdefineComponent({ type: DrawerComponent, selectors: [["ng-miam-drawer"]], hostBindings: function DrawerComponent_HostBindings(rf, ctx) {
|
|
14525
14527
|
if (rf & 1) {
|
|
14526
|
-
i0.ɵɵ
|
|
14527
|
-
|
|
14528
|
+
i0.ɵɵlistener("keydown.escape", function DrawerComponent_keydown_escape_HostBindingHandler($event) { return ctx.onKeydownHandler($event); }, false, i0.ɵɵresolveDocument)("click", function DrawerComponent_click_HostBindingHandler($event) { return ctx.clickout($event); }, false, i0.ɵɵresolveDocument);
|
|
14529
|
+
}
|
|
14530
|
+
}, decls: 12, vars: 12, consts: [["id", "miam-drawer-overlay", 4, "ngIf"], ["id", "miam-drawer-stamp", 3, "ngClass", "click"], ["src", "data:image/png;base64,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", 1, "miam-logo"], ["class", "recipes-count", 4, "ngIf"], ["id", "miam-drawer", 3, "ngClass"], [1, "top"], ["src", "https://miam.tech/fr/assets/images/miam-logo.svg", 1, "miam-logo"], [1, "miam-slogan"], [1, "body-wrapper"], ["class", "body", 4, "ngIf"], ["class", "bottom", 4, "ngIf"], ["id", "miam-drawer-overlay"], [1, "recipes-count"], [1, "body"], [3, "showNotice", 4, "ngIf"], [3, "showNotice"], [1, "bottom"], [1, "total"], [1, "total-subline"], [1, "price"], [1, "m-button-primary", "order-button", 3, "click"], [4, "ngIf"]], template: function DrawerComponent_Template(rf, ctx) {
|
|
14531
|
+
if (rf & 1) {
|
|
14532
|
+
i0.ɵɵtemplate(0, DrawerComponent_div_0_Template, 1, 0, "div", 0);
|
|
14533
|
+
i0.ɵɵelementStart(1, "div", 1);
|
|
14534
|
+
i0.ɵɵlistener("click", function DrawerComponent_Template_div_click_1_listener() { return ctx.toggleExpand(); });
|
|
14535
|
+
i0.ɵɵelement(2, "img", 2);
|
|
14536
|
+
i0.ɵɵtemplate(3, DrawerComponent_div_3_Template, 2, 1, "div", 3);
|
|
14537
|
+
i0.ɵɵelementEnd();
|
|
14538
|
+
i0.ɵɵelementStart(4, "div", 4);
|
|
14539
|
+
i0.ɵɵelementStart(5, "div", 5);
|
|
14540
|
+
i0.ɵɵelement(6, "img", 6);
|
|
14541
|
+
i0.ɵɵelementStart(7, "span", 7);
|
|
14542
|
+
i0.ɵɵtext(8, "Choisissez vos recettes, on s'occupe des courses");
|
|
14543
|
+
i0.ɵɵelementEnd();
|
|
14544
|
+
i0.ɵɵelementEnd();
|
|
14545
|
+
i0.ɵɵelementStart(9, "div", 8);
|
|
14546
|
+
i0.ɵɵtemplate(10, DrawerComponent_div_10_Template, 3, 1, "div", 9);
|
|
14547
|
+
i0.ɵɵtemplate(11, DrawerComponent_div_11_Template, 15, 6, "div", 10);
|
|
14548
|
+
i0.ɵɵelementEnd();
|
|
14549
|
+
i0.ɵɵelementEnd();
|
|
14528
14550
|
}
|
|
14529
14551
|
if (rf & 2) {
|
|
14530
|
-
i0.ɵɵproperty("ngIf", ctx.
|
|
14552
|
+
i0.ɵɵproperty("ngIf", ctx.expand);
|
|
14553
|
+
i0.ɵɵadvance(1);
|
|
14554
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(8, _c0$l, ctx.expand));
|
|
14555
|
+
i0.ɵɵadvance(1);
|
|
14556
|
+
i0.ɵɵclassProp("jiggle", ctx.jiggle);
|
|
14557
|
+
i0.ɵɵadvance(1);
|
|
14558
|
+
i0.ɵɵproperty("ngIf", ctx.recipesCount && ctx.recipesCount > 0);
|
|
14559
|
+
i0.ɵɵadvance(1);
|
|
14560
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(10, _c0$l, ctx.expand));
|
|
14561
|
+
i0.ɵɵadvance(6);
|
|
14562
|
+
i0.ɵɵproperty("ngIf", ctx.expand);
|
|
14563
|
+
i0.ɵɵadvance(1);
|
|
14564
|
+
i0.ɵɵproperty("ngIf", ctx.valid);
|
|
14531
14565
|
}
|
|
14532
|
-
}, directives: [i4.NgIf, i4.NgClass,
|
|
14566
|
+
}, directives: [i4.NgIf, i4.NgClass, PosSelectionComponent, BasketPreviewBlockComponent, LoaderComponent], styles: [":root{--m-price-color:var(--miam-price-color,green)}#miam-drawer-overlay{background-color:var(--m-color-black);bottom:0;left:0;opacity:.7;position:fixed;right:0;top:0;z-index:var(--m-z-index-drawer-overlay)}#miam-drawer-stamp{background-color:var(--m-color-primary);border:1px solid var(--m-color-primary);border-top-left-radius:var(--m-border-radius);border-top-right-radius:var(--m-border-radius);box-shadow:-1px -1px 10px -3px #333;cursor:pointer;padding:6px 16px;position:fixed;right:-29px;top:250px;transform:rotate(-90deg);transition:background 66ms linear,right .5s;z-index:var(--m-z-index-drawer-container)}#miam-drawer-stamp.expand{right:771px}@media (min-width:1022px){#miam-drawer-stamp:hover{background:var(--m-color-primary-dark)}}#miam-drawer-stamp .miam-logo{width:65px}#miam-drawer-stamp .miam-logo.jiggle{-webkit-animation:jiggle .25s ease-in-out infinite;animation:jiggle .25s ease-in-out infinite}#miam-drawer-stamp .recipes-count{align-items:center;background-color:var(--m-color-secondary);border:1px solid var(--m-color-secondary-dark);border-radius:var(--m-border-radius-circle);bottom:25px;box-shadow:-1px -1px 10px -3px #333;color:#fff;display:flex;font-weight:700;height:23px;justify-content:center;position:absolute;right:-12px;transform:rotate(90deg);width:23px}#miam-drawer{background-color:#fff;border-left:4px solid var(--m-color-primary);height:100%;position:fixed;right:-800px;top:0;transition:right .5s;width:800px;z-index:var(--m-z-index-drawer-container)}#miam-drawer.expand{right:0}#miam-drawer .top{align-items:center;box-shadow:0 1px 10px -5px var(--m-color-grey-text);padding:10px 15px}#miam-drawer .top .miam-logo{width:120px}#miam-drawer .top .miam-slogan{font-size:20px;font-style:italic;margin-left:70px}#miam-drawer .body-wrapper{display:flex;flex-direction:column;height:calc(100% - 70px);justify-content:space-between}#miam-drawer .body{overflow:auto;padding:0 15px}#miam-drawer .bottom{align-items:flex-end;background-color:#fff;box-shadow:0 -1px 10px -5px var(--m-color-grey-text);display:flex;justify-content:space-between;padding:20px;z-index:var(--m-z-index-position-absolute-high)}#miam-drawer .bottom .total{flex-grow:1;text-align:left}#miam-drawer .bottom .total .total-subline{display:flex;flex-direction:row;justify-content:space-between;margin:5px 0 0}#miam-drawer .bottom .total .total-subline .price{color:var(--price-color);font-weight:700}#miam-drawer .bottom .order-button{height:44px;margin-left:40px;width:277px}#miam-drawer .bottom .order-button ng-miam-loader .miam-loader{height:30px;width:30px}"], encapsulation: 2, changeDetection: 0 });
|
|
14533
14567
|
/*@__PURE__*/ (function () {
|
|
14534
|
-
i0.ɵsetClassMetadata(
|
|
14568
|
+
i0.ɵsetClassMetadata(DrawerComponent, [{
|
|
14535
14569
|
type: i0.Component,
|
|
14536
14570
|
args: [{
|
|
14537
|
-
selector: 'ng-miam-
|
|
14538
|
-
templateUrl: './
|
|
14539
|
-
styleUrls: ['./
|
|
14571
|
+
selector: 'ng-miam-drawer',
|
|
14572
|
+
templateUrl: './drawer.component.html',
|
|
14573
|
+
styleUrls: ['./drawer.component.scss'],
|
|
14540
14574
|
encapsulation: i0.ViewEncapsulation.None,
|
|
14541
14575
|
changeDetection: i0.ChangeDetectionStrategy.OnPush
|
|
14542
14576
|
}]
|
|
14543
|
-
}], function () { return [{ type: i0.ChangeDetectorRef }, { type:
|
|
14544
|
-
type: i0.
|
|
14545
|
-
|
|
14546
|
-
|
|
14547
|
-
|
|
14548
|
-
|
|
14549
|
-
}], cancelButtonText: [{
|
|
14550
|
-
type: i0.Input
|
|
14551
|
-
}], isAngularComponent: [{
|
|
14552
|
-
type: i0.Input
|
|
14553
|
-
}], confirmButtonIsLoading: [{
|
|
14554
|
-
type: i0.Input
|
|
14555
|
-
}], cancelButtonIsLoading: [{
|
|
14556
|
-
type: i0.Input
|
|
14557
|
-
}], confirmButtonDisabled: [{
|
|
14558
|
-
type: i0.Input
|
|
14559
|
-
}], cancelButtonDisabled: [{
|
|
14560
|
-
type: i0.Input
|
|
14561
|
-
}], noHeaderMode: [{
|
|
14562
|
-
type: i0.Input
|
|
14563
|
-
}], containerElement: [{
|
|
14564
|
-
type: i0.Input
|
|
14565
|
-
}], expandedChange: [{
|
|
14566
|
-
type: i0.Output
|
|
14567
|
-
}], close: [{
|
|
14568
|
-
type: i0.Output
|
|
14569
|
-
}], cancel: [{
|
|
14570
|
-
type: i0.Output
|
|
14571
|
-
}], confirm: [{
|
|
14572
|
-
type: i0.Output
|
|
14577
|
+
}], function () { return [{ type: i0.ChangeDetectorRef }, { type: GroceriesListsService }, { type: PointOfSalesService }, { type: BasketsService }, { type: AnalyticsService }, { type: ContextService }]; }, { onKeydownHandler: [{
|
|
14578
|
+
type: i0.HostListener,
|
|
14579
|
+
args: ['document:keydown.escape', ['$event']]
|
|
14580
|
+
}], clickout: [{
|
|
14581
|
+
type: i0.HostListener,
|
|
14582
|
+
args: ['document:click', ['$event']]
|
|
14573
14583
|
}] });
|
|
14574
14584
|
})();
|
|
14575
14585
|
|
|
@@ -14985,7 +14995,7 @@
|
|
|
14985
14995
|
i0.ɵɵadvance(5);
|
|
14986
14996
|
i0.ɵɵproperty("iconName", ctx.icon.CartPlus);
|
|
14987
14997
|
}
|
|
14988
|
-
}, directives: [IconComponent, i4.NgForOf,
|
|
14998
|
+
}, directives: [IconComponent, i4.NgForOf, i13.DefaultValueAccessor, i13.NgControlStatus, i13.NgModel, i13.NumberValueAccessor], styles: [".miam-list-scan__ingredients-list{border-top-left-radius:35px;border-top-right-radius:35px;display:flex;flex-direction:column;height:100%;position:relative;width:100%}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__header{align-items:center;background-color:var(--m-color-white);border-bottom:1px solid #d6d6d6;display:flex;flex-direction:row;justify-content:flex-start;left:0;padding:24px 16px;position:-webkit-sticky;position:sticky;right:0;top:0}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__header h3{margin:0}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__header ng-miam-icon{cursor:pointer;margin-right:16px;transform:rotate(90deg)}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__content{flex:1;overflow-y:auto;width:100%}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__content .miam-list-scan__ingredients-list__entry{border-bottom:1px solid #d6d6d6;display:flex;margin-bottom:8px;padding:16px;width:100%}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__content .miam-list-scan__ingredients-list__entry:last-child{border-bottom:unset}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__content .miam-list-scan__ingredients-list__entry>*{display:flex;flex:1;flex-direction:column}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__content .miam-list-scan__ingredients-list__entry>:first-child{cursor:pointer;display:flex;justify-content:center;padding-top:12px}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__content .miam-list-scan__ingredients-list__entry>:nth-child(2){flex:6;margin-right:8px}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__content .miam-list-scan__ingredients-list__entry>:last-child{flex:2;margin-left:8px}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__content .miam-list-scan__ingredients-list__entry>* .entry-label{font-size:11px}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__content .miam-list-scan__ingredients-list__entry>* input{border:1px solid #d3d3d3;border-radius:4px;color:var(--m-color-grey-text-dark);padding:8px;width:100%}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__content .miam-list-scan__ingredients-list__entry.overlay>:first-child{align-items:flex-start}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__controls{bottom:0;display:flex;left:0;position:-webkit-sticky;position:sticky;right:0;width:100%}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__controls>button{border:none;border-radius:0;flex:1;height:50px;padding:13px 8px}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__controls>button:first-child{border-top:1px solid #d3d3d3}.miam-list-scan__ingredients-list .miam-list-scan__ingredients-list__controls ng-miam-icon{margin-left:0;margin-right:6px}"], encapsulation: 2, changeDetection: 0 });
|
|
14989
14999
|
/*@__PURE__*/ (function () {
|
|
14990
15000
|
i0.ɵsetClassMetadata(ListScanIngredientsListComponent, [{
|
|
14991
15001
|
type: i0.Component,
|
|
@@ -15411,50 +15421,6 @@
|
|
|
15411
15421
|
}] });
|
|
15412
15422
|
})();
|
|
15413
15423
|
|
|
15414
|
-
var ModalModule = /** @class */ (function () {
|
|
15415
|
-
// Create custom elements so the WebComponents can be interpreted by the browser regardless of the js framework used
|
|
15416
|
-
function ModalModule(injector) {
|
|
15417
|
-
// Avoid duplicate error
|
|
15418
|
-
if (!customElements.get('webc-miam-modal')) {
|
|
15419
|
-
var ngElement = elements.createCustomElement(ModalComponent, { injector: injector });
|
|
15420
|
-
customElements.define('webc-miam-modal', ngElement);
|
|
15421
|
-
}
|
|
15422
|
-
}
|
|
15423
|
-
return ModalModule;
|
|
15424
|
-
}());
|
|
15425
|
-
ModalModule.ɵmod = i0.ɵɵdefineNgModule({ type: ModalModule });
|
|
15426
|
-
ModalModule.ɵinj = i0.ɵɵdefineInjector({ factory: function ModalModule_Factory(t) { return new (t || ModalModule)(i0.ɵɵinject(i0.Injector)); }, imports: [[
|
|
15427
|
-
i4.CommonModule,
|
|
15428
|
-
i15.FormsModule,
|
|
15429
|
-
ComponentsModule,
|
|
15430
|
-
LoaderModule
|
|
15431
|
-
]] });
|
|
15432
|
-
(function () {
|
|
15433
|
-
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ModalModule, { declarations: [ModalComponent], imports: [i4.CommonModule,
|
|
15434
|
-
i15.FormsModule,
|
|
15435
|
-
ComponentsModule,
|
|
15436
|
-
LoaderModule], exports: [ModalComponent] });
|
|
15437
|
-
})();
|
|
15438
|
-
/*@__PURE__*/ (function () {
|
|
15439
|
-
i0.ɵsetClassMetadata(ModalModule, [{
|
|
15440
|
-
type: i0.NgModule,
|
|
15441
|
-
args: [{
|
|
15442
|
-
imports: [
|
|
15443
|
-
i4.CommonModule,
|
|
15444
|
-
i15.FormsModule,
|
|
15445
|
-
ComponentsModule,
|
|
15446
|
-
LoaderModule
|
|
15447
|
-
],
|
|
15448
|
-
declarations: [
|
|
15449
|
-
ModalComponent
|
|
15450
|
-
],
|
|
15451
|
-
exports: [
|
|
15452
|
-
ModalComponent
|
|
15453
|
-
]
|
|
15454
|
-
}]
|
|
15455
|
-
}], function () { return [{ type: i0.Injector }]; }, null);
|
|
15456
|
-
})();
|
|
15457
|
-
|
|
15458
15424
|
var ListScanModule = /** @class */ (function () {
|
|
15459
15425
|
// Create custom elements so the WebComponents can be interpreted by the browser regardless of the js framework used
|
|
15460
15426
|
function ListScanModule(injector) {
|
|
@@ -15469,11 +15435,9 @@
|
|
|
15469
15435
|
ListScanModule.ɵmod = i0.ɵɵdefineNgModule({ type: ListScanModule });
|
|
15470
15436
|
ListScanModule.ɵinj = i0.ɵɵdefineInjector({ factory: function ListScanModule_Factory(t) { return new (t || ListScanModule)(i0.ɵɵinject(i0.Injector)); }, imports: [[
|
|
15471
15437
|
i4.CommonModule,
|
|
15472
|
-
|
|
15438
|
+
i13.FormsModule,
|
|
15473
15439
|
ComponentsModule,
|
|
15474
|
-
BasketPreviewModule
|
|
15475
|
-
LoaderModule,
|
|
15476
|
-
ModalModule
|
|
15440
|
+
BasketPreviewModule
|
|
15477
15441
|
]] });
|
|
15478
15442
|
(function () {
|
|
15479
15443
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ListScanModule, { declarations: [ListScanComponent,
|
|
@@ -15481,11 +15445,9 @@
|
|
|
15481
15445
|
ListScanIngredientsListComponent,
|
|
15482
15446
|
ListScanBasketPreviewComponent,
|
|
15483
15447
|
ListScanFilesInputsComponent], imports: [i4.CommonModule,
|
|
15484
|
-
|
|
15448
|
+
i13.FormsModule,
|
|
15485
15449
|
ComponentsModule,
|
|
15486
|
-
BasketPreviewModule,
|
|
15487
|
-
LoaderModule,
|
|
15488
|
-
ModalModule], exports: [ListScanComponent] });
|
|
15450
|
+
BasketPreviewModule], exports: [ListScanComponent] });
|
|
15489
15451
|
})();
|
|
15490
15452
|
/*@__PURE__*/ (function () {
|
|
15491
15453
|
i0.ɵsetClassMetadata(ListScanModule, [{
|
|
@@ -15493,11 +15455,9 @@
|
|
|
15493
15455
|
args: [{
|
|
15494
15456
|
imports: [
|
|
15495
15457
|
i4.CommonModule,
|
|
15496
|
-
|
|
15458
|
+
i13.FormsModule,
|
|
15497
15459
|
ComponentsModule,
|
|
15498
|
-
BasketPreviewModule
|
|
15499
|
-
LoaderModule,
|
|
15500
|
-
ModalModule
|
|
15460
|
+
BasketPreviewModule
|
|
15501
15461
|
],
|
|
15502
15462
|
declarations: [
|
|
15503
15463
|
ListScanComponent,
|
|
@@ -17546,10 +17506,9 @@
|
|
|
17546
17506
|
RecipeDetailsModule.ɵmod = i0.ɵɵdefineNgModule({ type: RecipeDetailsModule });
|
|
17547
17507
|
RecipeDetailsModule.ɵinj = i0.ɵɵdefineInjector({ factory: function RecipeDetailsModule_Factory(t) { return new (t || RecipeDetailsModule)(i0.ɵɵinject(i0.Injector)); }, imports: [[
|
|
17548
17508
|
i4.CommonModule,
|
|
17549
|
-
|
|
17509
|
+
i13.FormsModule,
|
|
17550
17510
|
UtilsModule,
|
|
17551
17511
|
ComponentsModule,
|
|
17552
|
-
LoaderModule,
|
|
17553
17512
|
i8.YouTubePlayerModule
|
|
17554
17513
|
]] });
|
|
17555
17514
|
(function () {
|
|
@@ -17558,10 +17517,9 @@
|
|
|
17558
17517
|
RecipeAddonComponent,
|
|
17559
17518
|
RecipeDetailsStepsComponent,
|
|
17560
17519
|
RecipeDetailsInfosComponent], imports: [i4.CommonModule,
|
|
17561
|
-
|
|
17520
|
+
i13.FormsModule,
|
|
17562
17521
|
UtilsModule,
|
|
17563
17522
|
ComponentsModule,
|
|
17564
|
-
LoaderModule,
|
|
17565
17523
|
i8.YouTubePlayerModule], exports: [RecipeDetailsIngredientsComponent,
|
|
17566
17524
|
RecipeDetailsComponent,
|
|
17567
17525
|
RecipeAddonComponent,
|
|
@@ -17574,10 +17532,9 @@
|
|
|
17574
17532
|
args: [{
|
|
17575
17533
|
imports: [
|
|
17576
17534
|
i4.CommonModule,
|
|
17577
|
-
|
|
17535
|
+
i13.FormsModule,
|
|
17578
17536
|
UtilsModule,
|
|
17579
17537
|
ComponentsModule,
|
|
17580
|
-
LoaderModule,
|
|
17581
17538
|
i8.YouTubePlayerModule
|
|
17582
17539
|
],
|
|
17583
17540
|
declarations: [
|
|
@@ -17858,22 +17815,22 @@
|
|
|
17858
17815
|
this.formSubscription.unsubscribe();
|
|
17859
17816
|
}
|
|
17860
17817
|
this.recipeForm = this.fb.group({
|
|
17861
|
-
'recipe-status': new
|
|
17862
|
-
'recipe-provider': new
|
|
17818
|
+
'recipe-status': new i13.FormControl((_b = (_a = recipe === null || recipe === void 0 ? void 0 : recipe.relationships) === null || _a === void 0 ? void 0 : _a["recipe-status"]) === null || _b === void 0 ? void 0 : _b.data, i13.Validators.required),
|
|
17819
|
+
'recipe-provider': new i13.FormControl(((_e = (_d = (_c = recipe === null || recipe === void 0 ? void 0 : recipe.relationships) === null || _c === void 0 ? void 0 : _c["recipe-provider"]) === null || _d === void 0 ? void 0 : _d.data) === null || _e === void 0 ? void 0 : _e.id) ? (_g = (_f = recipe === null || recipe === void 0 ? void 0 : recipe.relationships) === null || _f === void 0 ? void 0 : _f["recipe-provider"]) === null || _g === void 0 ? void 0 : _g.data : 'personal', i13.Validators.required),
|
|
17863
17820
|
attributes: this.fb.group((_h = {
|
|
17864
|
-
title: new
|
|
17865
|
-
'media-url': new
|
|
17821
|
+
title: new i13.FormControl(recipe.attributes["title"], i13.Validators.required),
|
|
17822
|
+
'media-url': new i13.FormControl(recipe.attributes["media-url"])
|
|
17866
17823
|
},
|
|
17867
|
-
_h['number-of-guests'] = new
|
|
17868
|
-
recipe.guests : 4, [
|
|
17869
|
-
_h.description = new
|
|
17870
|
-
_h['preparation-time'] = new
|
|
17871
|
-
_h['preheating-time'] = new
|
|
17872
|
-
_h['cooking-time'] = new
|
|
17873
|
-
_h['resting-time'] = new
|
|
17874
|
-
_h.difficulty = new
|
|
17824
|
+
_h['number-of-guests'] = new i13.FormControl(recipe.guests ?
|
|
17825
|
+
recipe.guests : 4, [i13.Validators.min(1), i13.Validators.max(999)]),
|
|
17826
|
+
_h.description = new i13.FormControl(recipe.attributes["description"]),
|
|
17827
|
+
_h['preparation-time'] = new i13.FormControl(recipe.attributes["preparation-time"] ? recipe.attributes["preparation-time"] : ''),
|
|
17828
|
+
_h['preheating-time'] = new i13.FormControl(recipe.attributes["preheating-time"]),
|
|
17829
|
+
_h['cooking-time'] = new i13.FormControl(recipe.attributes["cooking-time"]),
|
|
17830
|
+
_h['resting-time'] = new i13.FormControl(recipe.attributes["resting-time"]),
|
|
17831
|
+
_h.difficulty = new i13.FormControl(recipe.attributes["difficulty"] ? recipe.attributes["difficulty"] : 1, i13.Validators.required),
|
|
17875
17832
|
_h)),
|
|
17876
|
-
'recipe-type': new
|
|
17833
|
+
'recipe-type': new i13.FormControl(recipe.relationships["recipe-type"].data.id ? recipe.relationships["recipe-type"].data : null, i13.Validators.required),
|
|
17877
17834
|
ingredients: this.initIngredientFormArray(recipe),
|
|
17878
17835
|
steps: this.initStepFormArray(recipe)
|
|
17879
17836
|
});
|
|
@@ -17892,18 +17849,18 @@
|
|
|
17892
17849
|
var recipeIngredients = recipe.relationships["ingredients"].data;
|
|
17893
17850
|
recipeIngredients.forEach(function (ingredient) {
|
|
17894
17851
|
ingredients.push(_this.fb.group({
|
|
17895
|
-
id: new
|
|
17852
|
+
id: new i13.FormControl(ingredient.id),
|
|
17896
17853
|
attributes: _this.fb.group({
|
|
17897
|
-
quantity: new
|
|
17898
|
-
unit: new
|
|
17899
|
-
name: new
|
|
17854
|
+
quantity: new i13.FormControl(ingredient.attributes.quantity, i13.Validators.required),
|
|
17855
|
+
unit: new i13.FormControl(ingredient.attributes.unit, i13.Validators.required),
|
|
17856
|
+
name: new i13.FormControl(ingredient.attributes.name, i13.Validators.required),
|
|
17900
17857
|
// importance: new FormControl(
|
|
17901
17858
|
// ingredient.attributes.importance,
|
|
17902
17859
|
// recipe.relationships?.[`recipe-provider`]?.data?.id === 'personal' ? Validators.nullValidator : Validators.required
|
|
17903
17860
|
// ),
|
|
17904
17861
|
// Not mandatory for the moment, decomment above if mandatory later
|
|
17905
|
-
importance: new
|
|
17906
|
-
'picture-url': new
|
|
17862
|
+
importance: new i13.FormControl(ingredient.attributes.importance, i13.Validators.nullValidator),
|
|
17863
|
+
'picture-url': new i13.FormControl(ingredient.attributes['picture-url'])
|
|
17907
17864
|
})
|
|
17908
17865
|
}));
|
|
17909
17866
|
});
|
|
@@ -17918,10 +17875,10 @@
|
|
|
17918
17875
|
var _this = this;
|
|
17919
17876
|
var steps = this.fb.array([]);
|
|
17920
17877
|
recipe.steps.forEach(function (step) { return steps.push(_this.fb.group({
|
|
17921
|
-
id: new
|
|
17878
|
+
id: new i13.FormControl(step.id),
|
|
17922
17879
|
attributes: _this.fb.group({
|
|
17923
|
-
'step-number': new
|
|
17924
|
-
description: new
|
|
17880
|
+
'step-number': new i13.FormControl(step.attributes['step-number']),
|
|
17881
|
+
description: new i13.FormControl(step.attributes.description)
|
|
17925
17882
|
})
|
|
17926
17883
|
})); });
|
|
17927
17884
|
return steps;
|
|
@@ -18050,7 +18007,7 @@
|
|
|
18050
18007
|
};
|
|
18051
18008
|
return RecipeFormComponent;
|
|
18052
18009
|
}(EventTracerComponent));
|
|
18053
|
-
RecipeFormComponent.ɵfac = function RecipeFormComponent_Factory(t) { return new (t || RecipeFormComponent)(i0.ɵɵdirectiveInject(
|
|
18010
|
+
RecipeFormComponent.ɵfac = function RecipeFormComponent_Factory(t) { return new (t || RecipeFormComponent)(i0.ɵɵdirectiveInject(i13.FormBuilder), i0.ɵɵdirectiveInject(UserService), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(RecipeProviderService), i0.ɵɵdirectiveInject(RecipesService), i0.ɵɵdirectiveInject(RecipeTypeService), i0.ɵɵdirectiveInject(IngredientsService), i0.ɵɵdirectiveInject(RecipeStepsService), i0.ɵɵdirectiveInject(i1$2.MediaMatcher), i0.ɵɵdirectiveInject(RecipeStatusService), i0.ɵɵdirectiveInject(AnalyticsService)); };
|
|
18054
18011
|
RecipeFormComponent.ɵcmp = i0.ɵɵdefineComponent({ type: RecipeFormComponent, selectors: [["ng-miam-recipe-form"]], inputs: { recipe: "recipe", secondaryActionText: "secondaryActionText", primaryActionText: "primaryActionText", secondaryButtonDisable: "secondaryButtonDisable", customSubmitCallback: "customSubmitCallback" }, outputs: { recipeChange: "recipeChange", canceled: "canceled" }, features: [i0.ɵɵInheritDefinitionFeature, i0.ɵɵNgOnChangesFeature], decls: 6, vars: 2, consts: [["class", "form-container", 3, "formGroup", 4, "ngIf"], [1, "button-row"], [1, "m-button-secondary", 3, "click"], [1, "m-button-primary", 3, "disabled", "click"], [1, "form-container", 3, "formGroup"], [3, "formGroup"], ["ngDefaultControl", "", "placeholder", "Titre de la recette", 1, "m-title-text-input", 3, "formControl"], [1, "row-container"], [1, "input-container"], ["ngDefaultControl", "", "buttonText", "Ajouter une photo", 3, "formControl", "imageUrl", "photoMode"], [1, "recipe-form__guests", "m-default-card"], [1, "recipe-form__guests__label"], ["ngDefaultControl", "", "formControlName", "number-of-guests", "counter", "4", "minRange", "0", "maxRange", "999", 3, "formControl"], [1, "recipe-form__attibutes"], ["ngDefaultControl", "", "placeholder", "Choisir un type", "labelPath", "attributes.name", 3, "options", "formControl"], [1, "recipe-form__attibutes__sliders"], [1, "recipe-form__attibutes__slider"], ["ngDefaultControl", "", 3, "steps", "formControl", "icons"], ["class", "recipe-form__attibutes__times", 4, "ngIf"], ["label", "Ingr\u00E9dients", "ngDefaultControl", "", "formArrayName", "ingredients", "hint", "ingr\u00E9dients", 3, "ingredientMode", "list", "deleteId"], ["ngDefaultControl", "", "label", "\u00C9tapes", "formArrayName", "steps", "hint", "\u00E9tapes", 3, "list", "deleteId"], ["class", "input-container", 4, "ngIf"], [1, "recipe-form__attibutes__times"], ["ngDefaultControl", "", "title", "Temps de pr\u00E9paration", 3, "formControl", "icon"], ["ngDefaultControl", "", "title", "Temps de cuisson", 3, "formControl", "icon"], ["ngDefaultControl", "", "title", "Temps de repos", 3, "formControl", "icon"], ["ngDefaultControl", "", "title", "Temps de pr\u00E9chauffage", 3, "formControl", "icon"], ["ngDefaultControl", "", "placeholder", "Choisir un status", "labelPath", "attributes.name", 3, "options", "formControl"], ["ngDefaultControl", "", "placeholder", "Choisir un provider", "labelPath", "attributes.name", 3, "options", "formControl"], ["cdkTextareaAutosize", "", "cdkAutosizeMinRows", "20", "cdkAutosizeMaxRows", "50", 1, "m-input", 3, "formControl"]], template: function RecipeFormComponent_Template(rf, ctx) {
|
|
18055
18012
|
if (rf & 1) {
|
|
18056
18013
|
i0.ɵɵtemplate(0, RecipeFormComponent_form_0_Template, 23, 20, "form", 0);
|
|
@@ -18070,7 +18027,7 @@
|
|
|
18070
18027
|
i0.ɵɵadvance(4);
|
|
18071
18028
|
i0.ɵɵproperty("disabled", (ctx.recipeForm == null ? null : ctx.recipeForm.invalid) || !(ctx.recipeForm == null ? null : ctx.recipeForm.dirty) || ctx.isSubmiting);
|
|
18072
18029
|
}
|
|
18073
|
-
}, directives: [i4.NgIf,
|
|
18030
|
+
}, directives: [i4.NgIf, i13.ɵangular_packages_forms_forms_y, i13.NgControlStatusGroup, i13.FormGroupDirective, TextInputComponent, i13.DefaultValueAccessor, i13.NgControlStatus, i13.FormControlDirective, DragDropInputComponent, CounterInputComponent, i13.FormControlName, SelectInputComponent, SliderComponent, ListInputComponent, i13.FormArrayName, TimePickerComponent], pipes: [i4.AsyncPipe], styles: [".form-container{padding:24px}.form-container .row-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.form-container .row-container .input-container{margin:0 20px}.form-container .time-input-container{gap:8px}.form-container .input-container,.form-container .time-input-container{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-evenly}.form-container .input-container{align-items:flex-start;min-width:320px;padding-bottom:10px}.form-container .input-container .m-input-text{background-color:var(--m-color-grey-light);border:1px solid var(--m-color-secondary-light);border-radius:var(--m-border-radius);font-size:16px;min-height:52px;outline:0;padding:0 10px;transition:var(--m-default-transition)}.form-container .input-container .m-input-text:focus{border:2px solid var(--m-color-secondary);height:50px;transition:var(--m-default-transition)}.form-container .input-container .m-label{font-size:16px;font-weight:800;letter-spacing:normal;line-height:1.25;margin-top:5px}.button-row{display:flex;flex-wrap:wrap;justify-content:space-evenly;width:100%}.recipe-form__guests{-moz-column-gap:16px;align-items:center;column-gap:16px;display:flex;justify-content:center}.recipe-form__guests .recipe-form__guests__label{color:var(--m-color-slate);font-weight:700}.recipe-form__attibutes{display:flex;flex:2;flex-direction:column;flex-wrap:wrap;row-gap:16px}.recipe-form__attibutes .recipe-form__attibutes__sliders{display:flex;flex-wrap:wrap}.recipe-form__attibutes .recipe-form__attibutes__sliders .recipe-form__attibutes__slider{display:flex;flex:1}.recipe-form__attibutes .recipe-form__attibutes__sliders .recipe-form__attibutes__slider ng-miam-slider{width:300px}.recipe-form__attibutes .recipe-form__attibutes__times{display:flex;flex-wrap:wrap;gap:26px}"], encapsulation: 2, changeDetection: 0 });
|
|
18074
18031
|
/*@__PURE__*/ (function () {
|
|
18075
18032
|
i0.ɵsetClassMetadata(RecipeFormComponent, [{
|
|
18076
18033
|
type: i0.Component,
|
|
@@ -18081,7 +18038,7 @@
|
|
|
18081
18038
|
encapsulation: i0.ViewEncapsulation.None,
|
|
18082
18039
|
changeDetection: i0.ChangeDetectionStrategy.OnPush
|
|
18083
18040
|
}]
|
|
18084
|
-
}], function () { return [{ type:
|
|
18041
|
+
}], function () { return [{ type: i13.FormBuilder }, { type: UserService }, { type: i0.ChangeDetectorRef }, { type: RecipeProviderService }, { type: RecipesService }, { type: RecipeTypeService }, { type: IngredientsService }, { type: RecipeStepsService }, { type: i1$2.MediaMatcher }, { type: RecipeStatusService }, { type: AnalyticsService }]; }, { recipe: [{
|
|
18085
18042
|
type: i0.Input
|
|
18086
18043
|
}], secondaryActionText: [{
|
|
18087
18044
|
type: i0.Input
|
|
@@ -18317,7 +18274,7 @@
|
|
|
18317
18274
|
if (rf & 2) {
|
|
18318
18275
|
i0.ɵɵproperty("ngIf", ctx.display);
|
|
18319
18276
|
}
|
|
18320
|
-
}, directives: [i4.NgIf, ModalComponent,
|
|
18277
|
+
}, directives: [i4.NgIf, ModalComponent, i13.DefaultValueAccessor, i13.NgControlStatus, i13.NgModel], styles: [".tags-creator{display:flex;flex-direction:column;font-size:16px;margin:24px;padding:4px 12px}.tags-creator label{margin:0 0 8px 8px}.tags-creator input{border:1px solid var(--m-color-grey07);border-radius:var(--m-border-radius);height:32px;padding:5px;width:100%}.tags-creator input:focus{border:1px solid var(--miam-color-primary);outline:none}"], encapsulation: 2, changeDetection: 0 });
|
|
18321
18278
|
/*@__PURE__*/ (function () {
|
|
18322
18279
|
i0.ɵsetClassMetadata(TagsCreatorComponent, [{
|
|
18323
18280
|
type: i0.Component,
|
|
@@ -18624,35 +18581,19 @@
|
|
|
18624
18581
|
i0.ɵɵelementEnd();
|
|
18625
18582
|
}
|
|
18626
18583
|
if (rf & 2) {
|
|
18627
|
-
var
|
|
18584
|
+
var ctx_r8 = i0.ɵɵnextContext(2);
|
|
18628
18585
|
i0.ɵɵadvance(4);
|
|
18629
|
-
i0.ɵɵproperty("ngForOf",
|
|
18586
|
+
i0.ɵɵproperty("ngForOf", ctx_r8.recipe.relationships.tags == null ? null : ctx_r8.recipe.relationships.tags.data);
|
|
18630
18587
|
i0.ɵɵadvance(2);
|
|
18631
|
-
i0.ɵɵproperty("iconName",
|
|
18588
|
+
i0.ɵɵproperty("iconName", ctx_r8.icon.Plus);
|
|
18632
18589
|
}
|
|
18633
18590
|
}
|
|
18634
|
-
function
|
|
18591
|
+
function RecipeStepperComponent_ng_container_28_div_32_Template(rf, ctx) {
|
|
18635
18592
|
if (rf & 1) {
|
|
18636
18593
|
i0.ɵɵelementStart(0, "div", 51);
|
|
18637
|
-
i0.ɵɵelement(1, "ng-miam-
|
|
18638
|
-
i0.ɵɵ
|
|
18639
|
-
i0.ɵɵ
|
|
18640
|
-
i0.ɵɵelementEnd();
|
|
18641
|
-
i0.ɵɵelement(4, "div", 53);
|
|
18642
|
-
i0.ɵɵelementEnd();
|
|
18643
|
-
}
|
|
18644
|
-
if (rf & 2) {
|
|
18645
|
-
var ctx_r9 = i0.ɵɵnextContext(2);
|
|
18646
|
-
i0.ɵɵadvance(1);
|
|
18647
|
-
i0.ɵɵproperty("iconName", ctx_r9.icon.Warning);
|
|
18648
|
-
}
|
|
18649
|
-
}
|
|
18650
|
-
function RecipeStepperComponent_ng_container_28_div_33_Template(rf, ctx) {
|
|
18651
|
-
if (rf & 1) {
|
|
18652
|
-
i0.ɵɵelementStart(0, "div", 54);
|
|
18653
|
-
i0.ɵɵelement(1, "ng-miam-time-picker", 55);
|
|
18654
|
-
i0.ɵɵelement(2, "ng-miam-time-picker", 56);
|
|
18655
|
-
i0.ɵɵelement(3, "ng-miam-time-picker", 57);
|
|
18594
|
+
i0.ɵɵelement(1, "ng-miam-time-picker", 52);
|
|
18595
|
+
i0.ɵɵelement(2, "ng-miam-time-picker", 53);
|
|
18596
|
+
i0.ɵɵelement(3, "ng-miam-time-picker", 54);
|
|
18656
18597
|
i0.ɵɵelementEnd();
|
|
18657
18598
|
}
|
|
18658
18599
|
if (rf & 2) {
|
|
@@ -18669,16 +18610,16 @@
|
|
|
18669
18610
|
}
|
|
18670
18611
|
}
|
|
18671
18612
|
var _c3$2 = function (a0) { return { "active": a0 }; };
|
|
18672
|
-
function
|
|
18613
|
+
function RecipeStepperComponent_ng_container_28_div_39_Template(rf, ctx) {
|
|
18673
18614
|
if (rf & 1) {
|
|
18674
18615
|
var _r22_1 = i0.ɵɵgetCurrentView();
|
|
18675
|
-
i0.ɵɵelementStart(0, "div",
|
|
18676
|
-
i0.ɵɵelementStart(1, "button",
|
|
18677
|
-
i0.ɵɵlistener("click", function
|
|
18616
|
+
i0.ɵɵelementStart(0, "div", 55);
|
|
18617
|
+
i0.ɵɵelementStart(1, "button", 56);
|
|
18618
|
+
i0.ɵɵlistener("click", function RecipeStepperComponent_ng_container_28_div_39_Template_button_click_1_listener() { i0.ɵɵrestoreView(_r22_1); var ctx_r21 = i0.ɵɵnextContext(2); return ctx_r21.toggleShowIngredient(true); });
|
|
18678
18619
|
i0.ɵɵtext(2, "Ingredients");
|
|
18679
18620
|
i0.ɵɵelementEnd();
|
|
18680
|
-
i0.ɵɵelementStart(3, "button",
|
|
18681
|
-
i0.ɵɵlistener("click", function
|
|
18621
|
+
i0.ɵɵelementStart(3, "button", 56);
|
|
18622
|
+
i0.ɵɵlistener("click", function RecipeStepperComponent_ng_container_28_div_39_Template_button_click_3_listener() { i0.ɵɵrestoreView(_r22_1); var ctx_r23 = i0.ɵɵnextContext(2); return ctx_r23.toggleShowIngredient(false); });
|
|
18682
18623
|
i0.ɵɵtext(4, "Pr\u00E9paration");
|
|
18683
18624
|
i0.ɵɵelementEnd();
|
|
18684
18625
|
i0.ɵɵelementEnd();
|
|
@@ -18691,11 +18632,11 @@
|
|
|
18691
18632
|
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(4, _c3$2, !ctx_r12.showIngredient));
|
|
18692
18633
|
}
|
|
18693
18634
|
}
|
|
18694
|
-
function
|
|
18635
|
+
function RecipeStepperComponent_ng_container_28_ng_miam_list_input_40_Template(rf, ctx) {
|
|
18695
18636
|
if (rf & 1) {
|
|
18696
18637
|
var _r25_1 = i0.ɵɵgetCurrentView();
|
|
18697
|
-
i0.ɵɵelementStart(0, "ng-miam-list-input",
|
|
18698
|
-
i0.ɵɵlistener("deleteId", function
|
|
18638
|
+
i0.ɵɵelementStart(0, "ng-miam-list-input", 57);
|
|
18639
|
+
i0.ɵɵlistener("deleteId", function RecipeStepperComponent_ng_container_28_ng_miam_list_input_40_Template_ng_miam_list_input_deleteId_0_listener($event) { i0.ɵɵrestoreView(_r25_1); var ctx_r24 = i0.ɵɵnextContext(2); return ctx_r24.addToDeleteIngredientsList($event); })("orderHasChanged", function RecipeStepperComponent_ng_container_28_ng_miam_list_input_40_Template_ng_miam_list_input_orderHasChanged_0_listener() { i0.ɵɵrestoreView(_r25_1); var ctx_r26 = i0.ɵɵnextContext(2); return ctx_r26.cdr.detectChanges(); });
|
|
18699
18640
|
i0.ɵɵelementEnd();
|
|
18700
18641
|
}
|
|
18701
18642
|
if (rf & 2) {
|
|
@@ -18703,11 +18644,11 @@
|
|
|
18703
18644
|
i0.ɵɵproperty("isPersonal", (ctx_r13.recipe.relationships["recipe-provider"] == null ? null : ctx_r13.recipe.relationships["recipe-provider"].data == null ? null : ctx_r13.recipe.relationships["recipe-provider"].data.id) === "personal")("placeholder", ctx_r13.INGREDIENT_PLACEHOLDER)("instructions", ctx_r13.INGREDIENT_INSTRUCTIONS)("list", ctx_r13.recipeForm.get("ingredients"))("ingredientMode", true)("ingredientsPictures", ctx_r13.ingredientsPictures);
|
|
18704
18645
|
}
|
|
18705
18646
|
}
|
|
18706
|
-
function
|
|
18647
|
+
function RecipeStepperComponent_ng_container_28_ng_miam_list_input_41_Template(rf, ctx) {
|
|
18707
18648
|
if (rf & 1) {
|
|
18708
18649
|
var _r28_1 = i0.ɵɵgetCurrentView();
|
|
18709
|
-
i0.ɵɵelementStart(0, "ng-miam-list-input",
|
|
18710
|
-
i0.ɵɵlistener("deleteId", function
|
|
18650
|
+
i0.ɵɵelementStart(0, "ng-miam-list-input", 58);
|
|
18651
|
+
i0.ɵɵlistener("deleteId", function RecipeStepperComponent_ng_container_28_ng_miam_list_input_41_Template_ng_miam_list_input_deleteId_0_listener($event) { i0.ɵɵrestoreView(_r28_1); var ctx_r27 = i0.ɵɵnextContext(2); return ctx_r27.addToDeleteStepsList($event); })("orderHasChanged", function RecipeStepperComponent_ng_container_28_ng_miam_list_input_41_Template_ng_miam_list_input_orderHasChanged_0_listener() { i0.ɵɵrestoreView(_r28_1); var ctx_r29 = i0.ɵɵnextContext(2); return ctx_r29.cdr.detectChanges(); });
|
|
18711
18652
|
i0.ɵɵelementEnd();
|
|
18712
18653
|
}
|
|
18713
18654
|
if (rf & 2) {
|
|
@@ -18718,67 +18659,66 @@
|
|
|
18718
18659
|
function RecipeStepperComponent_ng_container_28_Template(rf, ctx) {
|
|
18719
18660
|
if (rf & 1) {
|
|
18720
18661
|
var _r31_1 = i0.ɵɵgetCurrentView();
|
|
18721
|
-
i0.ɵɵelementContainerStart(0,
|
|
18722
|
-
i0.ɵɵelementContainerStart(1,
|
|
18723
|
-
i0.ɵɵelementStart(2, "div",
|
|
18724
|
-
i0.ɵɵelementStart(4, "div",
|
|
18662
|
+
i0.ɵɵelementContainerStart(0, 19);
|
|
18663
|
+
i0.ɵɵelementContainerStart(1, 19);
|
|
18664
|
+
i0.ɵɵelementStart(2, "div", 20, 21);
|
|
18665
|
+
i0.ɵɵelementStart(4, "div", 22);
|
|
18725
18666
|
i0.ɵɵtext(5, "* champs obligatoires");
|
|
18726
18667
|
i0.ɵɵelementEnd();
|
|
18727
|
-
i0.ɵɵelement(6, "ng-miam-text-input",
|
|
18728
|
-
i0.ɵɵelementStart(7, "label",
|
|
18668
|
+
i0.ɵɵelement(6, "ng-miam-text-input", 23);
|
|
18669
|
+
i0.ɵɵelementStart(7, "label", 24);
|
|
18729
18670
|
i0.ɵɵtext(8, "Ma recette est... ");
|
|
18730
18671
|
i0.ɵɵelementStart(9, "span");
|
|
18731
18672
|
i0.ɵɵtext(10, "*");
|
|
18732
18673
|
i0.ɵɵelementEnd();
|
|
18733
18674
|
i0.ɵɵelementEnd();
|
|
18734
|
-
i0.ɵɵelement(11, "ng-miam-recipe-type-chooser",
|
|
18735
|
-
i0.ɵɵelementStart(12, "div",
|
|
18736
|
-
i0.ɵɵelementStart(13, "span",
|
|
18675
|
+
i0.ɵɵelement(11, "ng-miam-recipe-type-chooser", 25);
|
|
18676
|
+
i0.ɵɵelementStart(12, "div", 26);
|
|
18677
|
+
i0.ɵɵelementStart(13, "span", 27);
|
|
18737
18678
|
i0.ɵɵtext(14, "Nombre de convives");
|
|
18738
18679
|
i0.ɵɵelementEnd();
|
|
18739
|
-
i0.ɵɵelementStart(15, "ng-miam-counter-input",
|
|
18680
|
+
i0.ɵɵelementStart(15, "ng-miam-counter-input", 28);
|
|
18740
18681
|
i0.ɵɵlistener("counterChange", function RecipeStepperComponent_ng_container_28_Template_ng_miam_counter_input_counterChange_15_listener($event) { i0.ɵɵrestoreView(_r31_1); var ctx_r30 = i0.ɵɵnextContext(); return ctx_r30.changeGuest($event); });
|
|
18741
18682
|
i0.ɵɵelementEnd();
|
|
18742
18683
|
i0.ɵɵelementEnd();
|
|
18743
|
-
i0.ɵɵtemplate(16, RecipeStepperComponent_ng_container_28_div_16_Template, 9, 2, "div",
|
|
18684
|
+
i0.ɵɵtemplate(16, RecipeStepperComponent_ng_container_28_div_16_Template, 9, 2, "div", 29);
|
|
18744
18685
|
i0.ɵɵelementEnd();
|
|
18745
|
-
i0.ɵɵelementStart(17, "div",
|
|
18746
|
-
i0.ɵɵelementStart(19, "div",
|
|
18747
|
-
i0.ɵɵelementStart(20, "div",
|
|
18748
|
-
i0.ɵɵelementStart(21, "ng-miam-drag-drop-input",
|
|
18686
|
+
i0.ɵɵelementStart(17, "div", 20, 21);
|
|
18687
|
+
i0.ɵɵelementStart(19, "div", 30);
|
|
18688
|
+
i0.ɵɵelementStart(20, "div", 31);
|
|
18689
|
+
i0.ɵɵelementStart(21, "ng-miam-drag-drop-input", 32);
|
|
18749
18690
|
i0.ɵɵlistener("bigFileDropped", function RecipeStepperComponent_ng_container_28_Template_ng_miam_drag_drop_input_bigFileDropped_21_listener() { i0.ɵɵrestoreView(_r31_1); var ctx_r32 = i0.ɵɵnextContext(); return ctx_r32.displayBigFileWarning(true); })("onFileDropped", function RecipeStepperComponent_ng_container_28_Template_ng_miam_drag_drop_input_onFileDropped_21_listener() { i0.ɵɵrestoreView(_r31_1); var ctx_r33 = i0.ɵɵnextContext(); return ctx_r33.displayBigFileWarning(false); });
|
|
18750
18691
|
i0.ɵɵelementEnd();
|
|
18751
|
-
i0.ɵɵtemplate(22, RecipeStepperComponent_ng_container_28_div_22_Template, 5, 1, "div", 32);
|
|
18752
18692
|
i0.ɵɵelementEnd();
|
|
18753
|
-
i0.ɵɵelementStart(
|
|
18754
|
-
i0.ɵɵelementStart(
|
|
18755
|
-
i0.ɵɵtext(
|
|
18693
|
+
i0.ɵɵelementStart(22, "div", 33);
|
|
18694
|
+
i0.ɵɵelementStart(23, "h1", 34);
|
|
18695
|
+
i0.ɵɵtext(24);
|
|
18756
18696
|
i0.ɵɵelementEnd();
|
|
18757
|
-
i0.ɵɵelementStart(
|
|
18758
|
-
i0.ɵɵtext(
|
|
18697
|
+
i0.ɵɵelementStart(25, "label");
|
|
18698
|
+
i0.ɵɵtext(26, "Description de ma recette");
|
|
18759
18699
|
i0.ɵɵelementEnd();
|
|
18760
|
-
i0.ɵɵelement(
|
|
18761
|
-
i0.ɵɵelementStart(
|
|
18762
|
-
i0.ɵɵtext(
|
|
18763
|
-
i0.ɵɵelementStart(
|
|
18764
|
-
i0.ɵɵtext(
|
|
18700
|
+
i0.ɵɵelement(27, "textarea", 35);
|
|
18701
|
+
i0.ɵɵelementStart(28, "div", 36);
|
|
18702
|
+
i0.ɵɵtext(29);
|
|
18703
|
+
i0.ɵɵelementStart(30, "span");
|
|
18704
|
+
i0.ɵɵtext(31, "/ 250");
|
|
18765
18705
|
i0.ɵɵelementEnd();
|
|
18766
18706
|
i0.ɵɵelementEnd();
|
|
18767
18707
|
i0.ɵɵelementEnd();
|
|
18768
18708
|
i0.ɵɵelementEnd();
|
|
18769
|
-
i0.ɵɵtemplate(
|
|
18770
|
-
i0.ɵɵelementStart(
|
|
18771
|
-
i0.ɵɵelementStart(
|
|
18772
|
-
i0.ɵɵtext(
|
|
18709
|
+
i0.ɵɵtemplate(32, RecipeStepperComponent_ng_container_28_div_32_Template, 4, 6, "div", 37);
|
|
18710
|
+
i0.ɵɵelementStart(33, "div", 38);
|
|
18711
|
+
i0.ɵɵelementStart(34, "label");
|
|
18712
|
+
i0.ɵɵtext(35, "Niveau de difficult\u00E9 de la recette");
|
|
18773
18713
|
i0.ɵɵelementEnd();
|
|
18774
|
-
i0.ɵɵelement(
|
|
18714
|
+
i0.ɵɵelement(36, "ng-miam-slider", 39);
|
|
18775
18715
|
i0.ɵɵelementEnd();
|
|
18776
18716
|
i0.ɵɵelementEnd();
|
|
18777
18717
|
i0.ɵɵelementContainerEnd();
|
|
18778
|
-
i0.ɵɵelementStart(
|
|
18779
|
-
i0.ɵɵtemplate(
|
|
18780
|
-
i0.ɵɵtemplate(
|
|
18781
|
-
i0.ɵɵtemplate(
|
|
18718
|
+
i0.ɵɵelementStart(37, "div", 20, 21);
|
|
18719
|
+
i0.ɵɵtemplate(39, RecipeStepperComponent_ng_container_28_div_39_Template, 5, 6, "div", 40);
|
|
18720
|
+
i0.ɵɵtemplate(40, RecipeStepperComponent_ng_container_28_ng_miam_list_input_40_Template, 1, 6, "ng-miam-list-input", 41);
|
|
18721
|
+
i0.ɵɵtemplate(41, RecipeStepperComponent_ng_container_28_ng_miam_list_input_41_Template, 1, 3, "ng-miam-list-input", 42);
|
|
18782
18722
|
i0.ɵɵelementEnd();
|
|
18783
18723
|
i0.ɵɵelementContainerEnd();
|
|
18784
18724
|
}
|
|
@@ -18809,9 +18749,7 @@
|
|
|
18809
18749
|
i0.ɵɵadvance(1);
|
|
18810
18750
|
i0.ɵɵproperty("ngIf", ctx_r2.displayTags);
|
|
18811
18751
|
i0.ɵɵadvance(5);
|
|
18812
|
-
i0.ɵɵproperty("buttonText", (ctx_r2.recipeForm == null ? null : (tmp_6_0 = ctx_r2.recipeForm.get("attributes")) == null ? null : (tmp_6_1 = tmp_6_0.get("media-url")) == null ? null : tmp_6_1.value == null ? null : tmp_6_1.value.length) > 0 ? "Modifier la photo (2MB max)" : "Ajouter une photo (2MB max)")("formControl", ctx_r2.recipeForm == null ? null : (tmp_7_0 = ctx_r2.recipeForm.get("attributes")) == null ? null : tmp_7_0.get("media-url"))("imageUrl", ctx_r2.recipeForm == null ? null : (tmp_8_0 = ctx_r2.recipeForm.get("attributes")) == null ? null : (tmp_8_1 = tmp_8_0.get("media-url")) == null ? null : tmp_8_1.value)("photoMode", true);
|
|
18813
|
-
i0.ɵɵadvance(1);
|
|
18814
|
-
i0.ɵɵproperty("ngIf", ctx_r2.bigImageWarning);
|
|
18752
|
+
i0.ɵɵproperty("buttonText", (ctx_r2.recipeForm == null ? null : (tmp_6_0 = ctx_r2.recipeForm.get("attributes")) == null ? null : (tmp_6_1 = tmp_6_0.get("media-url")) == null ? null : tmp_6_1.value == null ? null : tmp_6_1.value.length) > 0 ? "Modifier la photo (2MB max)" : "Ajouter une photo (2MB max)")("formControl", ctx_r2.recipeForm == null ? null : (tmp_7_0 = ctx_r2.recipeForm.get("attributes")) == null ? null : tmp_7_0.get("media-url"))("imageUrl", ctx_r2.recipeForm == null ? null : (tmp_8_0 = ctx_r2.recipeForm.get("attributes")) == null ? null : (tmp_8_1 = tmp_8_0.get("media-url")) == null ? null : tmp_8_1.value)("photoMode", true)("bigImageWarning", ctx_r2.bigImageWarning);
|
|
18815
18753
|
i0.ɵɵadvance(3);
|
|
18816
18754
|
i0.ɵɵtextInterpolate(ctx_r2.recipeForm == null ? null : (tmp_11_0 = ctx_r2.recipeForm.get("attributes")) == null ? null : (tmp_11_1 = tmp_11_0.get("title")) == null ? null : tmp_11_1.value);
|
|
18817
18755
|
i0.ɵɵadvance(3);
|
|
@@ -18838,7 +18776,7 @@
|
|
|
18838
18776
|
function RecipeStepperComponent_ng_miam_tags_selector_36_Template(rf, ctx) {
|
|
18839
18777
|
if (rf & 1) {
|
|
18840
18778
|
var _r35_1 = i0.ɵɵgetCurrentView();
|
|
18841
|
-
i0.ɵɵelementStart(0, "ng-miam-tags-selector",
|
|
18779
|
+
i0.ɵɵelementStart(0, "ng-miam-tags-selector", 59);
|
|
18842
18780
|
i0.ɵɵlistener("close", function RecipeStepperComponent_ng_miam_tags_selector_36_Template_ng_miam_tags_selector_close_0_listener() { i0.ɵɵrestoreView(_r35_1); var ctx_r34 = i0.ɵɵnextContext(); return ctx_r34.displayTagsSelector(false); })("savedTags", function RecipeStepperComponent_ng_miam_tags_selector_36_Template_ng_miam_tags_selector_savedTags_0_listener($event) { i0.ɵɵrestoreView(_r35_1); var ctx_r36 = i0.ɵɵnextContext(); return ctx_r36.addTags($event); });
|
|
18843
18781
|
i0.ɵɵelementEnd();
|
|
18844
18782
|
}
|
|
@@ -18847,6 +18785,20 @@
|
|
|
18847
18785
|
i0.ɵɵproperty("display", ctx_r5.tagsSelectorDisplayed)("currentRecipe", ctx_r5.recipe)("currentTags", ctx_r5.recipe.relationships.tags == null ? null : ctx_r5.recipe.relationships.tags.data);
|
|
18848
18786
|
}
|
|
18849
18787
|
}
|
|
18788
|
+
function RecipeStepperComponent_ng_miam_modal_37_Template(rf, ctx) {
|
|
18789
|
+
if (rf & 1) {
|
|
18790
|
+
var _r38_1 = i0.ɵɵgetCurrentView();
|
|
18791
|
+
i0.ɵɵelementStart(0, "ng-miam-modal", 60);
|
|
18792
|
+
i0.ɵɵlistener("close", function RecipeStepperComponent_ng_miam_modal_37_Template_ng_miam_modal_close_0_listener() { i0.ɵɵrestoreView(_r38_1); var ctx_r37 = i0.ɵɵnextContext(); return ctx_r37.displayBigFileWarning(false); })("cancel", function RecipeStepperComponent_ng_miam_modal_37_Template_ng_miam_modal_cancel_0_listener() { i0.ɵɵrestoreView(_r38_1); var ctx_r39 = i0.ɵɵnextContext(); return ctx_r39.displayBigFileWarning(false); })("confirm", function RecipeStepperComponent_ng_miam_modal_37_Template_ng_miam_modal_confirm_0_listener() { i0.ɵɵrestoreView(_r38_1); var ctx_r40 = i0.ɵɵnextContext(); return ctx_r40.displayBigFileWarning(false); });
|
|
18793
|
+
i0.ɵɵelementStart(1, "span", 61);
|
|
18794
|
+
i0.ɵɵtext(2, "Votre image est trop lourde (la taille doit \u00EAtre inf\u00E9rieure \u00E0 2 Mo). Merci d\u2019en ajouter une plus l\u00E9g\u00E8re.");
|
|
18795
|
+
i0.ɵɵelementEnd();
|
|
18796
|
+
i0.ɵɵelementEnd();
|
|
18797
|
+
}
|
|
18798
|
+
if (rf & 2) {
|
|
18799
|
+
i0.ɵɵproperty("isAngularComponent", true)("noHeaderMode", false)("expanded", true);
|
|
18800
|
+
}
|
|
18801
|
+
}
|
|
18850
18802
|
var RecipeStepperComponent = /** @class */ (function (_super) {
|
|
18851
18803
|
__extends(RecipeStepperComponent, _super);
|
|
18852
18804
|
function RecipeStepperComponent() {
|
|
@@ -18971,7 +18923,7 @@
|
|
|
18971
18923
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.stepperLinks = _t.first);
|
|
18972
18924
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.steps = _t);
|
|
18973
18925
|
}
|
|
18974
|
-
}, inputs: { displayTags: "displayTags", ingredientsPictures: "ingredientsPictures" }, features: [i0.ɵɵInheritDefinitionFeature], decls:
|
|
18926
|
+
}, inputs: { displayTags: "displayTags", ingredientsPictures: "ingredientsPictures" }, features: [i0.ɵɵInheritDefinitionFeature], decls: 38, vars: 18, consts: [[1, "miam-recipe-stepper__anchor"], ["topAnchor", ""], [1, "miam-recipe-stepper"], [1, "miam-recipe-stepper__padding"], [1, "m-button-secondary", 3, "click"], ["primaryColor", "var(--m-color-primary)", 3, "iconName"], [1, "miam-recipe-stepper__links"], ["stepperLinks", ""], [1, "miam-recipe-stepper__link", 3, "ngClass", "click"], [1, "miam-recipe-stepper__link__number"], [1, "m-body-typo", "miam-recipe-stepper__link__name"], [1, "miam-recipe-stepper__link__divider"], [3, "formGroup", 4, "ngIf", "ngIfElse"], ["loading", ""], [1, "miam-recipe-stepper__footer"], [1, "m-button-secondary", 3, "disabled", "click"], [1, "m-button-primary", 3, "disabled", "click"], [3, "display", "currentRecipe", "currentTags", "close", "savedTags", 4, "ngIf"], ["title", "Image trop volumineuse", "cancelButtonText", "Retour", "confirmButtonText", "Confirmer", 3, "isAngularComponent", "noHeaderMode", "expanded", "close", "cancel", "confirm", 4, "ngIf"], [3, "formGroup"], [1, "miam-recipe-stepper__section"], ["step", ""], [1, "miam-recipe-stepper__mandatory"], ["ngDefaultControl", "", "placeholder", "Titre de la recette", 1, "m-title-text-input", 3, "formControl"], [1, "miam-recipe-stepper__type__label"], ["ngDefaultControl", "", 3, "formControl"], [1, "miam-recipe-stepper__section__guests", "m-default-card"], [1, "miam-recipe-stepper__guests__label"], ["ngDefaultControl", "", "formControlName", "number-of-guests", "minRange", "1", "maxRange", "999", 3, "counter", "counterChange"], ["class", "miam-recipe-stepper__tags", 4, "ngIf"], [1, "miam-recipe-stepper__section__row"], [1, "miam-recipe-stepper__picture"], ["ngDefaultControl", "", 3, "buttonText", "formControl", "imageUrl", "photoMode", "bigImageWarning", "bigFileDropped", "onFileDropped"], [1, "miam-recipe-stepper__row__description"], [1, "m-h1-typo"], ["cdkTextareaAutosize", "", "cdkAutosizeMinRows", "20", "cdkAutosizeMaxRows", "50", "maxlength", "250", 1, "m-input", 3, "formControl"], [1, "miam-recipe-stepper__description__counter"], ["class", "miam-recipe-stepper__section__times", 4, "ngIf"], [1, "miam-recipe-stepper__attibutes__slider"], ["ngDefaultControl", "", 3, "steps", "formControl", "icons"], ["class", "miam-recipe-stepper__mobile__buttons", 4, "ngIf"], ["ngDefaultControl", "", "label", "Ingr\u00E9dients", "hint", "ingr\u00E9dients", "formArrayName", "ingredients", 3, "isPersonal", "placeholder", "instructions", "list", "ingredientMode", "ingredientsPictures", "deleteId", "orderHasChanged", 4, "ngIf"], ["ngDefaultControl", "", "label", "\u00C9tapes", "formArrayName", "steps", "hint", "\u00E9tapes", 3, "placeholder", "list", "instructions", "deleteId", "orderHasChanged", 4, "ngIf"], [1, "miam-recipe-stepper__tags"], [1, "miam-recipe-stepper__tags__title"], [1, "miam-recipe-stepper__tags__recap"], ["class", "miam-recipe-stepper__tag", 3, "ngClass", 4, "ngFor", "ngForOf"], ["primaryColor", "var(--m-color-onyx)", 3, "iconName"], [1, "miam-recipe-stepper__tag", 3, "ngClass"], [1, "miam-recipe-stepper__tag__name"], ["primaryColor", "var(--m-color-grey01)", 1, "miam-recipe-stepper__tag__icon", 3, "iconName", "click"], [1, "miam-recipe-stepper__section__times"], ["ngDefaultControl", "", "title", "Temps de pr\u00E9paration", 3, "formControl", "icon"], ["ngDefaultControl", "", "title", "Temps de cuisson", 3, "formControl", "icon"], ["ngDefaultControl", "", "title", "Temps de repos", 3, "formControl", "icon"], [1, "miam-recipe-stepper__mobile__buttons"], [1, "m-button-secondary", 3, "ngClass", "click"], ["ngDefaultControl", "", "label", "Ingr\u00E9dients", "hint", "ingr\u00E9dients", "formArrayName", "ingredients", 3, "isPersonal", "placeholder", "instructions", "list", "ingredientMode", "ingredientsPictures", "deleteId", "orderHasChanged"], ["ngDefaultControl", "", "label", "\u00C9tapes", "formArrayName", "steps", "hint", "\u00E9tapes", 3, "placeholder", "list", "instructions", "deleteId", "orderHasChanged"], [3, "display", "currentRecipe", "currentTags", "close", "savedTags"], ["title", "Image trop volumineuse", "cancelButtonText", "Retour", "confirmButtonText", "Confirmer", 3, "isAngularComponent", "noHeaderMode", "expanded", "close", "cancel", "confirm"], [1, "miam-recipe-stepper__picture__warning"]], template: function RecipeStepperComponent_Template(rf, ctx) {
|
|
18975
18927
|
if (rf & 1) {
|
|
18976
18928
|
i0.ɵɵelement(0, "div", 0, 1);
|
|
18977
18929
|
i0.ɵɵelementStart(2, "div", 2);
|
|
@@ -19016,7 +18968,7 @@
|
|
|
19016
18968
|
i0.ɵɵelementEnd();
|
|
19017
18969
|
i0.ɵɵelementEnd();
|
|
19018
18970
|
i0.ɵɵelement(27, "div", 3);
|
|
19019
|
-
i0.ɵɵtemplate(28, RecipeStepperComponent_ng_container_28_Template,
|
|
18971
|
+
i0.ɵɵtemplate(28, RecipeStepperComponent_ng_container_28_Template, 42, 21, "ng-container", 12);
|
|
19020
18972
|
i0.ɵɵtemplate(29, RecipeStepperComponent_ng_template_29_Template, 1, 0, "ng-template", null, 13, i0.ɵɵtemplateRefExtractor);
|
|
19021
18973
|
i0.ɵɵelementStart(31, "div", 14);
|
|
19022
18974
|
i0.ɵɵelementStart(32, "button", 15);
|
|
@@ -19030,17 +18982,18 @@
|
|
|
19030
18982
|
i0.ɵɵelementEnd();
|
|
19031
18983
|
i0.ɵɵelementEnd();
|
|
19032
18984
|
i0.ɵɵtemplate(36, RecipeStepperComponent_ng_miam_tags_selector_36_Template, 1, 3, "ng-miam-tags-selector", 17);
|
|
18985
|
+
i0.ɵɵtemplate(37, RecipeStepperComponent_ng_miam_modal_37_Template, 3, 3, "ng-miam-modal", 18);
|
|
19033
18986
|
}
|
|
19034
18987
|
if (rf & 2) {
|
|
19035
18988
|
var _r3 = i0.ɵɵreference(30);
|
|
19036
18989
|
i0.ɵɵadvance(5);
|
|
19037
18990
|
i0.ɵɵproperty("iconName", ctx.icon.ChevronDown);
|
|
19038
18991
|
i0.ɵɵadvance(5);
|
|
19039
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
18992
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(12, _c3$2, ctx.currentStep === 0));
|
|
19040
18993
|
i0.ɵɵadvance(6);
|
|
19041
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
18994
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(14, _c3$2, ctx.currentStep === 1));
|
|
19042
18995
|
i0.ɵɵadvance(6);
|
|
19043
|
-
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(
|
|
18996
|
+
i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(16, _c3$2, ctx.currentStep === 2));
|
|
19044
18997
|
i0.ɵɵadvance(6);
|
|
19045
18998
|
i0.ɵɵproperty("ngIf", ctx.recipeForm)("ngIfElse", _r3);
|
|
19046
18999
|
i0.ɵɵadvance(4);
|
|
@@ -19053,8 +19006,10 @@
|
|
|
19053
19006
|
i0.ɵɵtextInterpolate1(" ", ctx.primaryActionText, " ");
|
|
19054
19007
|
i0.ɵɵadvance(1);
|
|
19055
19008
|
i0.ɵɵproperty("ngIf", ctx.displayTags && ctx.recipe);
|
|
19009
|
+
i0.ɵɵadvance(1);
|
|
19010
|
+
i0.ɵɵproperty("ngIf", ctx.bigImageWarning);
|
|
19056
19011
|
}
|
|
19057
|
-
}, directives: [IconComponent, i4.NgClass, i4.NgIf, i15.NgControlStatusGroup, i15.FormGroupDirective, TextInputComponent, i15.DefaultValueAccessor, i15.NgControlStatus, i15.FormControlDirective, RecipeTypeChooserComponent, CounterInputComponent, i15.FormControlName, DragDropInputComponent, i15.MaxLengthValidator, SliderComponent, i4.NgForOf, TimePickerComponent, ListInputComponent, i15.FormArrayName, LoaderComponent, TagsSelectorComponent], styles: ["@charset \"UTF-8\";.miam-recipe-stepper__anchor{bottom:0;height:250px;margin-top:-250px;position:relative}.miam-recipe-stepper{display:flex;flex-direction:column;width:100%}.miam-recipe-stepper label{font-size:19px;line-height:24px}.miam-recipe-stepper label span{color:var(--m-color-secondary)}.miam-recipe-stepper .miam-recipe-stepper__padding{background-color:var(--m-color-unpure-white);height:32px;position:relative;width:100%}.miam-recipe-stepper .miam-recipe-stepper__padding button{left:40px;padding:8px 16px;position:absolute;z-index:3}.miam-recipe-stepper .miam-recipe-stepper__padding button ng-miam-icon{height:16px;margin-left:0;padding-top:20px;transform:rotate(90deg)}.miam-recipe-stepper .miam-recipe-stepper__padding button ng-miam-icon svg path:first-of-type{fill:none}.miam-recipe-stepper .miam-recipe-stepper__links{align-items:center;background-color:var(--m-color-unpure-white);display:flex;justify-content:space-evenly;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:3}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__links{align-items:baseline;justify-content:center;width:100vw}}.miam-recipe-stepper .miam-recipe-stepper__links .miam-recipe-stepper__link{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center}.miam-recipe-stepper .miam-recipe-stepper__links .miam-recipe-stepper__link .miam-recipe-stepper__link__number{align-items:center;border:1px solid;border-radius:64px;color:var(--m-color-grey02);display:flex;font-size:32px;font-style:normal;font-weight:700;height:64px;justify-content:center;line-height:44px;width:64px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__links .miam-recipe-stepper__link .miam-recipe-stepper__link__number{font-size:22px;height:40px;line-height:32px;width:40px}}.miam-recipe-stepper .miam-recipe-stepper__links .miam-recipe-stepper__link .miam-recipe-stepper__link__name{color:var(--m-color-grey02);padding-top:8px}.miam-recipe-stepper .miam-recipe-stepper__links .miam-recipe-stepper__link.active .miam-recipe-stepper__link__number{background-color:var(--m-color-secondary);border-color:var(--m-color-secondary);color:var(--m-color-unpure-white)}.miam-recipe-stepper .miam-recipe-stepper__links .miam-recipe-stepper__link.active .miam-recipe-stepper__link__name{color:var(--m-color-secondary)}.miam-recipe-stepper .miam-recipe-stepper__links .miam-recipe-stepper__link__divider{background-color:var(--m-color-slate);height:1px;width:64px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__links .miam-recipe-stepper__link__divider{width:40px}}.miam-recipe-stepper .miam-recipe-stepper__section{align-items:center;display:flex;flex-direction:column;gap:64px;justify-content:center;padding:84px 0;position:relative;scroll-margin-top:175px;width:100%}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section{gap:0;justify-content:flex-start;padding:24px 36px;width:100vw}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__mandatory{bottom:0;color:var(--m-color-danger);position:absolute;right:32px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__mandatory{right:16px}}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .m-title-text-input .m-input{align-items:flex-start;background-color:transparent;border:none;display:flex;flex-direction:column-reverse;justify-content:flex-start;max-width:unset;min-width:unset}.miam-recipe-stepper .miam-recipe-stepper__section .m-title-text-input .miam-text-input__input{border:1px solid var(--m-color-light-slate);border-radius:4px;max-width:90vw;min-width:90vw}.miam-recipe-stepper .miam-recipe-stepper__section .m-title-text-input .miam-text-input__label.input__label__top,.miam-recipe-stepper .miam-recipe-stepper__section .m-title-text-input .miam-text-input__label:not(.input__label__top){background-color:transparent;color:var(--m-color-black);font-size:24px;font-weight:700;padding-bottom:16px;position:static;transform:none}.miam-recipe-stepper .miam-recipe-stepper__section .m-title-text-input .miam-text-input__label:after{color:var(--m-color-warning-text);content:\"*\"}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__type__label{color:var(--m-color-black);font-size:24px;font-weight:700;padding-bottom:16px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__type__label{padding:16px 0;width:90vw}}.miam-recipe-stepper .miam-recipe-stepper__section:nth-child(2n){background-color:var(--m-color-primary-light)}.miam-recipe-stepper .miam-recipe-stepper__section ng-miam-text-input .miam-text-input{background-color:var(--m-color-unpure-white)}.miam-recipe-stepper .miam-recipe-stepper__section ng-miam-select-input .miam-select{background-color:var(--m-color-unpure-white);width:330px}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__guests{display:flex;gap:16px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__guests{align-items:center;flex-direction:column;justify-content:center;margin:16px 0;width:90vw}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags{align-items:center;display:flex;flex-direction:column}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__title{font-size:16px;font-weight:700}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__recap{align-items:center;display:flex;flex-flow:row wrap;margin:10px 8px;max-width:80vw}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__recap .miam-recipe-stepper__tag{align-items:center;background-color:var(--m-color-primary-light);border-radius:4px;display:flex;margin:6px;padding:8px 12px}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__recap .miam-recipe-stepper__tag.meal_type{background-color:var(--m-color-tag-meal-type)}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__recap .miam-recipe-stepper__tag.ingredient_category{background-color:var(--m-color-tag-ingredient-category)}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__recap .miam-recipe-stepper__tag.equipment{background-color:var(--m-color-tag-equipment)}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__recap .miam-recipe-stepper__tag.diet{background-color:var(--m-color-tag-diet)}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__recap .miam-recipe-stepper__tag .miam-recipe-stepper__tag__name{color:var(--m-color-grey01)}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__recap .miam-recipe-stepper__tag .miam-recipe-stepper__tag__icon .icon-container{-webkit-tap-highlight-color:transparent;cursor:pointer;margin:0 0 0 16px}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .m-button-secondary ng-miam-icon{margin:0 16px 0 0}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row{display:flex;flex-wrap:wrap;gap:64px;justify-content:center;width:100%}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row{gap:0;width:100vw}}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__row__description{width:90vw}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__row__description label{margin-top:16px}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__row__description textarea.m-input{height:150px;max-width:700px;resize:none;width:700px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__row__description textarea.m-input{width:90vw}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__row__description .miam-recipe-stepper__description__counter{color:var(--m-color-light-slate);margin:8px;text-align:end}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__picture{display:flex;flex-direction:column;gap:8px;width:330px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__picture{width:90vw}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__picture .miam-uploader{margin-bottom:0}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__picture .miam-recipe-stepper__picture__warning{border:1px solid var(--m-color-warning);border-radius:8px;color:var(--m-color-warning-text);display:flex;gap:12px;padding:8px;position:relative}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__picture .miam-recipe-stepper__picture__warning .miam-recipe-stepper__picture__warning__background{background-color:var(--m-color-warning);border-radius:8px;height:100%;left:0;opacity:.15;position:absolute;top:0;width:100%}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__times{display:flex;flex-wrap:wrap;gap:32px;justify-content:space-evenly}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__times .miam-time-picker{align-items:center;flex-direction:column;justify-content:center;margin-bottom:16px;width:90vw}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__attibutes__slider{width:560px}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__attibutes__slider label{text-align:center;width:100%}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__attibutes__slider{width:90vw}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__attibutes__slider label{width:100vw}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-list-input{display:flex;flex-direction:row-reverse;gap:32px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-list-input{flex-direction:column;gap:0;width:90vw}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-list-input .miam-list-input__actions{margin-top:50px;position:relative}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-list-input .miam-list-input__actions{margin-top:0}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-list-input .miam-list-input__actions textarea{height:300px!important;max-height:300px!important;max-width:calc(98vw - 776px);min-height:300px!important;width:400px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-list-input .miam-list-input__actions textarea{height:unset!important;max-width:unset!important;min-height:110px!important;width:unset!important}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-list-input .miam-list-input__actions button{margin-top:16px}@media (min-width:1024px){.miam-recipe-stepper .miam-recipe-stepper__section ng-miam-list-input{width:calc(100% - 16px)}}.miam-recipe-stepper .miam-recipe-stepper__section ng-miam-list-input:first-of-type .miam-list-input__actions .miam-list-input__actions__instructions:before{content:\"Merci d'indiquer la quantit\u00E9 en premier comme indiqu\u00E9 dans les exemples.\\a\\a\";font-weight:700}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__mobile__buttons{display:grid;gap:8px;grid-template-columns:repeat(2,1fr)}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__mobile__buttons button{margin-right:0}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__mobile__buttons button.active{background-color:var(--m-color-primary);color:var(--m-color-white)}.miam-recipe-stepper ng-miam-loader{display:flex;justify-content:center;padding:50vh;width:100%}.miam-recipe-stepper .miam-recipe-stepper__footer{display:flex;gap:64px;justify-content:center;padding:64px 0}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__footer{display:grid;gap:8px;grid-template-columns:repeat(2,1fr);padding:16px 8px}}"], encapsulation: 2, changeDetection: 0 });
|
|
19012
|
+
}, directives: [IconComponent, i4.NgClass, i4.NgIf, i13.NgControlStatusGroup, i13.FormGroupDirective, TextInputComponent, i13.DefaultValueAccessor, i13.NgControlStatus, i13.FormControlDirective, RecipeTypeChooserComponent, CounterInputComponent, i13.FormControlName, DragDropInputComponent, i13.MaxLengthValidator, SliderComponent, i4.NgForOf, TimePickerComponent, ListInputComponent, i13.FormArrayName, LoaderComponent, TagsSelectorComponent, ModalComponent], styles: ["@charset \"UTF-8\";.miam-recipe-stepper__anchor{bottom:0;height:250px;margin-top:-250px;position:relative}.miam-recipe-stepper{display:flex;flex-direction:column;width:100%}.miam-recipe-stepper label{font-size:19px;line-height:24px}.miam-recipe-stepper label span{color:var(--m-color-secondary)}.miam-recipe-stepper .miam-recipe-stepper__padding{background-color:var(--m-color-unpure-white);height:32px;position:relative;width:100%}.miam-recipe-stepper .miam-recipe-stepper__padding button{left:40px;padding:8px 16px;position:absolute;z-index:3}.miam-recipe-stepper .miam-recipe-stepper__padding button ng-miam-icon{height:16px;margin-left:0;padding-top:20px;transform:rotate(90deg)}.miam-recipe-stepper .miam-recipe-stepper__padding button ng-miam-icon svg path:first-of-type{fill:none}.miam-recipe-stepper .miam-recipe-stepper__links{align-items:center;background-color:var(--m-color-unpure-white);display:flex;justify-content:space-evenly;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:3}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__links{align-items:baseline;justify-content:center;width:100vw}}.miam-recipe-stepper .miam-recipe-stepper__links .miam-recipe-stepper__link{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center}.miam-recipe-stepper .miam-recipe-stepper__links .miam-recipe-stepper__link .miam-recipe-stepper__link__number{align-items:center;border:1px solid;border-radius:64px;color:var(--m-color-grey02);display:flex;font-size:32px;font-style:normal;font-weight:700;height:64px;justify-content:center;line-height:44px;width:64px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__links .miam-recipe-stepper__link .miam-recipe-stepper__link__number{font-size:22px;height:40px;line-height:32px;width:40px}}.miam-recipe-stepper .miam-recipe-stepper__links .miam-recipe-stepper__link .miam-recipe-stepper__link__name{color:var(--m-color-grey02);padding-top:8px}.miam-recipe-stepper .miam-recipe-stepper__links .miam-recipe-stepper__link.active .miam-recipe-stepper__link__number{background-color:var(--m-color-secondary);border-color:var(--m-color-secondary);color:var(--m-color-unpure-white)}.miam-recipe-stepper .miam-recipe-stepper__links .miam-recipe-stepper__link.active .miam-recipe-stepper__link__name{color:var(--m-color-secondary)}.miam-recipe-stepper .miam-recipe-stepper__links .miam-recipe-stepper__link__divider{background-color:var(--m-color-slate);height:1px;width:64px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__links .miam-recipe-stepper__link__divider{width:40px}}.miam-recipe-stepper .miam-recipe-stepper__section{align-items:center;display:flex;flex-direction:column;gap:64px;justify-content:center;padding:84px 0;position:relative;scroll-margin-top:175px;width:100%}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section{gap:0;justify-content:flex-start;padding:24px 36px;width:100vw}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__mandatory{bottom:0;color:var(--m-color-danger);position:absolute;right:32px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__mandatory{right:16px}}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .m-title-text-input .m-input{align-items:flex-start;background-color:transparent;border:none;display:flex;flex-direction:column-reverse;justify-content:flex-start;max-width:unset;min-width:unset}.miam-recipe-stepper .miam-recipe-stepper__section .m-title-text-input .miam-text-input__input{border:1px solid var(--m-color-light-slate);border-radius:4px;max-width:90vw;min-width:90vw}.miam-recipe-stepper .miam-recipe-stepper__section .m-title-text-input .miam-text-input__label.input__label__top,.miam-recipe-stepper .miam-recipe-stepper__section .m-title-text-input .miam-text-input__label:not(.input__label__top){background-color:transparent;color:var(--m-color-black);font-size:24px;font-weight:700;padding-bottom:16px;position:static;transform:none}.miam-recipe-stepper .miam-recipe-stepper__section .m-title-text-input .miam-text-input__label:after{color:var(--m-color-warning-text);content:\"*\"}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__type__label{color:var(--m-color-black);font-size:24px;font-weight:700;padding-bottom:16px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__type__label{padding:16px 0;width:90vw}}.miam-recipe-stepper .miam-recipe-stepper__section:nth-child(2n){background-color:var(--m-color-primary-light)}.miam-recipe-stepper .miam-recipe-stepper__section ng-miam-text-input .miam-text-input{background-color:var(--m-color-unpure-white)}.miam-recipe-stepper .miam-recipe-stepper__section ng-miam-select-input .miam-select{background-color:var(--m-color-unpure-white);width:330px}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__guests{display:flex;gap:16px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__guests{align-items:center;flex-direction:column;justify-content:center;margin:16px 0;width:90vw}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags{align-items:center;display:flex;flex-direction:column}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__title{font-size:16px;font-weight:700}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__recap{align-items:center;display:flex;flex-flow:row wrap;margin:10px 8px;max-width:80vw}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__recap .miam-recipe-stepper__tag{align-items:center;background-color:var(--m-color-primary-light);border-radius:4px;display:flex;margin:6px;padding:8px 12px}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__recap .miam-recipe-stepper__tag.meal_type{background-color:var(--m-color-tag-meal-type)}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__recap .miam-recipe-stepper__tag.ingredient_category{background-color:var(--m-color-tag-ingredient-category)}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__recap .miam-recipe-stepper__tag.equipment{background-color:var(--m-color-tag-equipment)}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__recap .miam-recipe-stepper__tag.diet{background-color:var(--m-color-tag-diet)}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__recap .miam-recipe-stepper__tag .miam-recipe-stepper__tag__name{color:var(--m-color-grey01)}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .miam-recipe-stepper__tags__recap .miam-recipe-stepper__tag .miam-recipe-stepper__tag__icon .icon-container{-webkit-tap-highlight-color:transparent;cursor:pointer;margin:0 0 0 16px}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__tags .m-button-secondary ng-miam-icon{margin:0 16px 0 0}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row{display:flex;flex-wrap:wrap;gap:64px;justify-content:center;width:100%}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row{gap:0;width:100vw}}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__row__description{width:90vw}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__row__description label{margin-top:16px}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__row__description textarea.m-input{height:150px;max-width:700px;resize:none;width:700px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__row__description textarea.m-input{width:90vw}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__row__description .miam-recipe-stepper__description__counter{color:var(--m-color-light-slate);margin:8px;text-align:end}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__picture{display:flex;flex-direction:column;gap:8px;width:330px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__picture{width:90vw}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__row .miam-recipe-stepper__picture .miam-uploader{margin-bottom:0}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__times{display:flex;flex-wrap:wrap;gap:32px;justify-content:space-evenly}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__section__times .miam-time-picker{align-items:center;flex-direction:column;justify-content:center;margin-bottom:16px;width:90vw}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__attibutes__slider{width:560px}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__attibutes__slider label{text-align:center;width:100%}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__attibutes__slider{width:90vw}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__attibutes__slider label{width:100vw}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-list-input{display:flex;flex-direction:row-reverse;gap:32px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-list-input{flex-direction:column;gap:0;width:90vw}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-list-input .miam-list-input__actions{margin-top:50px;position:relative}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-list-input .miam-list-input__actions{margin-top:0}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-list-input .miam-list-input__actions textarea{height:300px!important;max-height:300px!important;max-width:calc(98vw - 776px);min-height:300px!important;width:400px}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__section .miam-list-input .miam-list-input__actions textarea{height:unset!important;max-width:unset!important;min-height:110px!important;width:unset!important}}.miam-recipe-stepper .miam-recipe-stepper__section .miam-list-input .miam-list-input__actions button{margin-top:16px}@media (min-width:1024px){.miam-recipe-stepper .miam-recipe-stepper__section ng-miam-list-input{width:calc(100% - 16px)}}.miam-recipe-stepper .miam-recipe-stepper__section ng-miam-list-input:first-of-type .miam-list-input__actions .miam-list-input__actions__instructions:before{content:\"Merci d'indiquer la quantit\u00E9 en premier comme indiqu\u00E9 dans les exemples.\\a\\a\";font-weight:700}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__mobile__buttons{display:grid;gap:8px;grid-template-columns:repeat(2,1fr)}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__mobile__buttons button{margin-right:0}.miam-recipe-stepper .miam-recipe-stepper__section .miam-recipe-stepper__mobile__buttons button.active{background-color:var(--m-color-primary);color:var(--m-color-white)}.miam-recipe-stepper ng-miam-loader{display:flex;justify-content:center;padding:50vh;width:100%}.miam-recipe-stepper .miam-recipe-stepper__footer{display:flex;gap:64px;justify-content:center;padding:64px 0}@media (max-width:1023px){.miam-recipe-stepper .miam-recipe-stepper__footer{display:grid;gap:8px;grid-template-columns:repeat(2,1fr);padding:16px 8px}}.miam-recipe-stepper__picture__warning{font-size:var(--m-font-size-medium);padding:10px;text-align:center}"], encapsulation: 2, changeDetection: 0 });
|
|
19058
19013
|
var ɵRecipeStepperComponent_BaseFactory = /*@__PURE__*/ i0.ɵɵgetInheritedFactory(RecipeStepperComponent);
|
|
19059
19014
|
/*@__PURE__*/ (function () {
|
|
19060
19015
|
i0.ɵsetClassMetadata(RecipeStepperComponent, [{
|
|
@@ -20037,11 +19992,9 @@
|
|
|
20037
19992
|
'tags-creator'
|
|
20038
19993
|
];
|
|
20039
19994
|
var WEBC_MODULES = [
|
|
20040
|
-
LoaderModule,
|
|
20041
19995
|
BasketPreviewModule,
|
|
20042
19996
|
ListScanModule,
|
|
20043
|
-
RecipeDetailsModule
|
|
20044
|
-
ModalModule
|
|
19997
|
+
RecipeDetailsModule
|
|
20045
19998
|
];
|
|
20046
19999
|
var WebComponentsModule = /** @class */ (function () {
|
|
20047
20000
|
function WebComponentsModule() {
|
|
@@ -20051,8 +20004,8 @@
|
|
|
20051
20004
|
WebComponentsModule.ɵmod = i0.ɵɵdefineNgModule({ type: WebComponentsModule });
|
|
20052
20005
|
WebComponentsModule.ɵinj = i0.ɵɵdefineInjector({ factory: function WebComponentsModule_Factory(t) { return new (t || WebComponentsModule)(); }, imports: [WEBC_MODULES.concat([
|
|
20053
20006
|
i4.CommonModule,
|
|
20054
|
-
|
|
20055
|
-
|
|
20007
|
+
i13.FormsModule,
|
|
20008
|
+
i13.ReactiveFormsModule,
|
|
20056
20009
|
ComponentsModule,
|
|
20057
20010
|
i1$4.CalendarModule.forRoot({
|
|
20058
20011
|
provide: i1$4.DateAdapter,
|
|
@@ -20060,11 +20013,9 @@
|
|
|
20060
20013
|
}),
|
|
20061
20014
|
UtilsModule,
|
|
20062
20015
|
i8.YouTubePlayerModule
|
|
20063
|
-
]),
|
|
20064
|
-
BasketPreviewModule,
|
|
20016
|
+
]), BasketPreviewModule,
|
|
20065
20017
|
ListScanModule,
|
|
20066
|
-
RecipeDetailsModule
|
|
20067
|
-
ModalModule] });
|
|
20018
|
+
RecipeDetailsModule] });
|
|
20068
20019
|
(function () {
|
|
20069
20020
|
(typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(WebComponentsModule, { declarations: [SuggestionCardComponent,
|
|
20070
20021
|
DrawerComponent,
|
|
@@ -20089,19 +20040,15 @@
|
|
|
20089
20040
|
RecipeStepperComponent,
|
|
20090
20041
|
CatalogArticleCardComponent,
|
|
20091
20042
|
TagsSelectorComponent,
|
|
20092
|
-
TagsCreatorComponent], imports: [
|
|
20093
|
-
BasketPreviewModule,
|
|
20043
|
+
TagsCreatorComponent], imports: [BasketPreviewModule,
|
|
20094
20044
|
ListScanModule,
|
|
20095
|
-
RecipeDetailsModule,
|
|
20096
|
-
|
|
20097
|
-
|
|
20098
|
-
i15.ReactiveFormsModule,
|
|
20045
|
+
RecipeDetailsModule, i4.CommonModule,
|
|
20046
|
+
i13.FormsModule,
|
|
20047
|
+
i13.ReactiveFormsModule,
|
|
20099
20048
|
ComponentsModule, i1$4.CalendarModule, UtilsModule,
|
|
20100
|
-
i8.YouTubePlayerModule], exports: [
|
|
20101
|
-
BasketPreviewModule,
|
|
20049
|
+
i8.YouTubePlayerModule], exports: [BasketPreviewModule,
|
|
20102
20050
|
ListScanModule,
|
|
20103
|
-
RecipeDetailsModule,
|
|
20104
|
-
ModalModule, SuggestionCardComponent,
|
|
20051
|
+
RecipeDetailsModule, SuggestionCardComponent,
|
|
20105
20052
|
DrawerComponent,
|
|
20106
20053
|
OrderButtonComponent,
|
|
20107
20054
|
PosSelectionComponent,
|
|
@@ -20132,8 +20079,8 @@
|
|
|
20132
20079
|
args: [{
|
|
20133
20080
|
imports: WEBC_MODULES.concat([
|
|
20134
20081
|
i4.CommonModule,
|
|
20135
|
-
|
|
20136
|
-
|
|
20082
|
+
i13.FormsModule,
|
|
20083
|
+
i13.ReactiveFormsModule,
|
|
20137
20084
|
ComponentsModule,
|
|
20138
20085
|
i1$4.CalendarModule.forRoot({
|
|
20139
20086
|
provide: i1$4.DateAdapter,
|
|
@@ -20147,7 +20094,7 @@
|
|
|
20147
20094
|
}]
|
|
20148
20095
|
}], null, null);
|
|
20149
20096
|
})();
|
|
20150
|
-
i0.ɵɵsetComponentScope(RecipeCatalogComponent, [
|
|
20097
|
+
i0.ɵɵsetComponentScope(RecipeCatalogComponent, [BasketPreviewBlockComponent, BasketPreviewLineComponent, BasketPreviewDisabledComponent, ReplaceItemComponent, ListScanComponent, RecipeDetailsIngredientsComponent, RecipeDetailsComponent, RecipeAddonComponent, RecipeDetailsStepsComponent, RecipeDetailsInfosComponent, i4.NgClass, i4.NgComponentOutlet, i4.NgForOf, i4.NgIf, i4.NgTemplateOutlet, i4.NgStyle, i4.NgSwitch, i4.NgSwitchCase, i4.NgSwitchDefault, i4.NgPlural, i4.NgPluralCase, i13.ɵangular_packages_forms_forms_y, i13.NgSelectOption, i13.ɵangular_packages_forms_forms_x, i13.DefaultValueAccessor, i13.NumberValueAccessor, i13.RangeValueAccessor, i13.CheckboxControlValueAccessor, i13.SelectControlValueAccessor, i13.SelectMultipleControlValueAccessor, i13.RadioControlValueAccessor, i13.NgControlStatus, i13.NgControlStatusGroup, i13.RequiredValidator, i13.MinLengthValidator, i13.MaxLengthValidator, i13.PatternValidator, i13.CheckboxRequiredValidator, i13.EmailValidator, i13.NgModel, i13.NgModelGroup, i13.NgForm, i13.FormControlDirective, i13.FormGroupDirective, i13.FormControlName, i13.FormGroupName, i13.FormArrayName, IconComponent, CORSOverlayComponent, ListInputComponent, SkeletonComponent, SliderComponent, TimePickerComponent, CounterInputComponent, LikeButtonComponent, TabsComponent, TabBodyComponent, TabItemComponent, TabLabelComponent, DeleteConfirmButtonComponent, RecipePricingComponent, AddonLinkComponent, RecipeFiltersComponent, SelectInputComponent, TextInputComponent, ActionsPopinComponent, CardCreateRecipeComponent, RecipeTypeChooserComponent, ExplainBannerComponent, LoaderComponent, ModalComponent, i1$4.ɵb, i1$4.ɵc, i1$4.ɵd, i1$4.ɵe, i1$4.ɵf, i1$4.ɵg, i1$4.ɵh, i1$4.ɵl, i1$4.ɵm, i38.ɵb, i38.ɵa, i38.ɵd, i1$4.CalendarMonthViewComponent, i1$4.ɵn, i1$4.ɵa, i1$4.ɵo, i39.ResizableDirective, i39.ResizeHandleDirective, i1$4.CalendarWeekViewComponent, i1$4.ɵp, i1$4.ɵq, i1$4.ɵr, i1$4.ɵs, i1$4.CalendarDayViewComponent, AutowidthInputDirective, i8.YouTubePlayer, SuggestionCardComponent,
|
|
20151
20098
|
DrawerComponent,
|
|
20152
20099
|
OrderButtonComponent,
|
|
20153
20100
|
PosSelectionComponent,
|
|
@@ -20381,12 +20328,10 @@
|
|
|
20381
20328
|
exports.ListScanComponent = ListScanComponent;
|
|
20382
20329
|
exports.ListScanModule = ListScanModule;
|
|
20383
20330
|
exports.LoaderComponent = LoaderComponent;
|
|
20384
|
-
exports.LoaderModule = LoaderModule;
|
|
20385
20331
|
exports.MIAM_BASKET_PATH = MIAM_BASKET_PATH;
|
|
20386
20332
|
exports.MIAM_PROVIDER_ID = MIAM_PROVIDER_ID;
|
|
20387
20333
|
exports.MIAM_STATUS_ID = MIAM_STATUS_ID;
|
|
20388
20334
|
exports.ModalComponent = ModalComponent;
|
|
20389
|
-
exports.ModalModule = ModalModule;
|
|
20390
20335
|
exports.NgMiamModule = NgMiamModule;
|
|
20391
20336
|
exports.OrderButtonComponent = OrderButtonComponent;
|
|
20392
20337
|
exports.Package = Package;
|