fw-webbuilder 1.1.25 → 1.1.26

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/index.d.ts CHANGED
@@ -2411,7 +2411,7 @@ declare class WbProductImageList implements OnInit {
2411
2411
  onChangeImgs(): void;
2412
2412
  handleNext(): void;
2413
2413
  handlePrev(): void;
2414
- handleImgClick(item: any): void;
2414
+ handleImgClick(item: any, index: number): void;
2415
2415
  static ɵfac: i0.ɵɵFactoryDeclaration<WbProductImageList, never>;
2416
2416
  static ɵcmp: i0.ɵɵComponentDeclaration<WbProductImageList, "wb-product-image-list", never, { "data": { "alias": "data"; "required": false; }; "device": { "alias": "device"; "required": false; }; "class": { "alias": "class"; "required": false; }; "config": { "alias": "config"; "required": false; }; "animation": { "alias": "animation"; "required": false; }; "type": { "alias": "type"; "required": false; }; "isClone": { "alias": "isClone"; "required": false; }; "product": { "alias": "product"; "required": false; }; }, {}, never, never, true, never>;
2417
2417
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fw-webbuilder",
3
- "version": "1.1.25",
3
+ "version": "1.1.26",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",