ng-easycommerce-v18 0.2.11 → 0.2.12

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.
@@ -22,8 +22,11 @@ export declare class PriceEcComponent implements OnInit {
22
22
  customTaxTemplate: TemplateRef<any> | null;
23
23
  customOnlyTaxLabelTemplate: TemplateRef<any> | null;
24
24
  private _channelService;
25
+ private _authService;
25
26
  showTaxLegend: boolean;
26
27
  hideTaxes: boolean;
28
+ showPricesOnlyToLoggedUsers: boolean;
29
+ logged: boolean;
27
30
  ngOnInit(): void;
28
31
  /** Determina si mostrar la sección de impuestos */
29
32
  get shouldShowTaxes(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-easycommerce-v18",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"