ng-easycommerce-v18 0.2.22 → 0.2.23

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.
@@ -1,14 +1,21 @@
1
1
  import { CoreConstantsService } from "../../constants";
2
+ import { Observable } from 'rxjs';
3
+ import { Parameter } from '../../interfaces';
2
4
  import * as i0 from "@angular/core";
3
5
  export declare class VariantsEcComponent {
4
6
  private _productDetailsService;
5
- private parametersService;
7
+ private _parametersService;
6
8
  consts: CoreConstantsService;
7
9
  params: any;
8
- options$: import("rxjs").Observable<any>;
10
+ parameters$: Observable<Parameter[] | null>;
11
+ options$: Observable<any>;
9
12
  setImages?: (color: any, optCode: any) => void;
10
13
  product: any;
11
14
  itemSelected: any;
15
+ mediaUrl: string;
16
+ /**
17
+ * Funcion para saber si existen un parametro.
18
+ */
12
19
  hasParams: (params: any, code: string) => any;
13
20
  setOption(optionCode: any, optionValue: any): void;
14
21
  setValuesImages: (color: any, optCode: any) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-easycommerce-v18",
3
- "version": "0.2.22",
3
+ "version": "0.2.23",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"