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.
- package/README.md +2 -0
- package/assets/ec-i18n/ct.json +3 -0
- package/assets/ec-i18n/en.json +1 -0
- package/assets/ec-i18n/es.json +1 -0
- package/assets/ec-i18n/fr.json +3 -0
- package/assets/ec-i18n/gl.json +3 -0
- package/assets/ec-i18n/pr.json +3 -0
- package/esm2022/lib/ec-services/options.service.mjs +12 -3
- package/fesm2022/ng-easycommerce-v18.mjs +10 -2
- package/fesm2022/ng-easycommerce-v18.mjs.map +1 -1
- package/lib/ec-services/options.service.d.ts +2 -0
- package/package.json +1 -1
|
@@ -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>;
|