simpo-component-library 1.9.0 → 1.9.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,6 +27,7 @@ export declare class OrderDetailsComponent implements OnInit {
27
27
  get currency(): string;
28
28
  get canCancelOrder(): boolean;
29
29
  get orderAddress(): string;
30
+ trackOrder(): void;
30
31
  static ɵfac: i0.ɵɵFactoryDeclaration<OrderDetailsComponent, never>;
31
32
  static ɵcmp: i0.ɵɵComponentDeclaration<OrderDetailsComponent, "simpo-order-details", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "orderDetailData": { "alias": "orderDetailData"; "required": false; }; }, { "goBackEmitter": "goBackEmitter"; }, never, never, true, never>;
32
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file