@veloceapps/sdk 7.0.2-67 → 7.0.2-69

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veloceapps/sdk",
3
- "version": "7.0.2-67",
3
+ "version": "7.0.2-69",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "~15.2.0",
@@ -52,7 +52,7 @@ export declare class FlowHeaderComponent implements OnInit, OnDestroy {
52
52
  navigateToCatalog(): void;
53
53
  navigateToAssets(): void;
54
54
  docGenButtonClickHandler(isCartRoute: boolean): void;
55
- saveButtonClickHandler(isCartRoute: boolean): void;
55
+ saveButtonClickHandler(isCartRoute: boolean, stayOnPage?: boolean): void;
56
56
  submitButtonClickHandler(isCartRoute: boolean): void;
57
57
  selectPriceList(priceListId: string): void;
58
58
  toggleCartOverlay(cart: CartPreviewComponent, event: Event): void;