ng-easycommerce-v18 0.6.20 → 0.6.21

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.
@@ -23,6 +23,7 @@ export declare class OptionsService {
23
23
  * Constantes de la API
24
24
  */
25
25
  private apiConstants;
26
+ private translateService;
26
27
  /**
27
28
  * Maneja los cambios en las categorias
28
29
  */
@@ -141,6 +142,7 @@ export declare class OptionsService {
141
142
  private generateBreadcrumb;
142
143
  private formatSelectedFilterBreadcrumb;
143
144
  private getBreadcrumbDisplayLabel;
145
+ private translateBreadcrumbKey;
144
146
  private extractBreadcrumbLabelFromCode;
145
147
  private isHexLike;
146
148
  getSectionContentByLink: (link: any) => Observable<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-easycommerce-v18",
3
- "version": "0.6.20",
3
+ "version": "0.6.21",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0",