@wizishop/angular-components 0.0.259 → 0.0.261

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.
@@ -3011,6 +3011,7 @@ $wac-charging-bar-background: #E1E6EA!default;
3011
3011
  opacity: 1;
3012
3012
  visibility: visible;
3013
3013
  transform: translateX(0);
3014
+ max-width: unset;
3014
3015
  transition: 0s visibility, opacity .3s ease .05s, transform .3s ease .05s;
3015
3016
  }
3016
3017
  > div {
@@ -1 +1 @@
1
- {"wac.datatable.noresult":"There are no results for this search","wac.input.progressbar.information.good":"Very good","wac.input.progressbar.information.too.long":"Too long","wac.input.progressbar.information.too.short":"Too short","wac.MosaicComponent.import":"Import","wac.PaginationComponent.on":"{{low}}-{{high}} of {{total}}","wac.PaginationComponent.page":"Go to page","wac.simpleSearchComponent.error":"The search field is compulsory"}
1
+ {"wac.datatable.noresult":"There are no results for this search","wac.Date.PlaceHolder.dd/mm/yyyy":"DD/MM/YYYY","wac.Date.PlaceHolder.dd/MM/yyyy_HH:mm":"DD/MM/YYYY HH:MM","wac.Date.PlaceHolder.HH:mm":"HH:MM","wac.input.progressbar.information.good":"Very good","wac.input.progressbar.information.too.long":"Too long","wac.input.progressbar.information.too.short":"Too short","wac.MosaicComponent.import":"Import","wac.PaginationComponent.on":"{{low}}-{{high}} of {{total}}","wac.PaginationComponent.page":"Go to page","wac.simpleSearchComponent.error":"The search field is compulsory"}
@@ -1 +1 @@
1
- {"wac.datatable.noresult":"Il n'y a aucun résultat pour cette recherche","wac.input.progressbar.information.good":"Très bien","wac.input.progressbar.information.too.long":"Trop long","wac.input.progressbar.information.too.short":"Trop court","wac.MosaicComponent.import":"Importer","wac.PaginationComponent.on":"{{low}}-{{high}} sur {{total}}","wac.PaginationComponent.page":"Aller à la page","wac.simpleSearchComponent.error":"Le champ de recherche est obligatoire"}
1
+ {"wac.datatable.noresult":"Il n'y a aucun résultat pour cette recherche","wac.Date.PlaceHolder.dd/mm/yyyy":"JJ/MM/YYYY","wac.Date.PlaceHolder.dd/MM/yyyy_HH:mm":"JJ/MM/YYYY HH:MM","wac.Date.PlaceHolder.HH:mm":"HH:MM","wac.input.progressbar.information.good":"Très bien","wac.input.progressbar.information.too.long":"Trop long","wac.input.progressbar.information.too.short":"Trop court","wac.MosaicComponent.import":"Importer","wac.PaginationComponent.on":"{{low}}-{{high}} sur {{total}}","wac.PaginationComponent.page":"Aller à la page","wac.simpleSearchComponent.error":"Le champ de recherche est obligatoire"}
@@ -3584,7 +3584,7 @@
3584
3584
  this.response = new i0.EventEmitter();
3585
3585
  this.background = true;
3586
3586
  this.closeOnBackgroundClick = true;
3587
- this.firstOpen = true;
3587
+ this.firstOpen = false;
3588
3588
  }
3589
3589
  PopinComponent.prototype.ngOnInit = function () {
3590
3590
  this.domService.setDocumentEventListener();