@posiwise/admin-module 0.0.75 → 0.0.77

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.
@@ -5,6 +5,7 @@ import { AdminService } from '@posiwise/admin-module-utils';
5
5
  import { AppBaseComponent } from '@posiwise/app-base-component';
6
6
  import { NgbDateCustomParserFormatter } from '@posiwise/common-services';
7
7
  import { ProductService } from '@posiwise/common-services';
8
+ import { AutoComplete } from 'primeng/autocomplete';
8
9
  import * as i0 from "@angular/core";
9
10
  export declare class SubscriptionProductDetailsComponent extends AppBaseComponent implements OnInit {
10
11
  private adminService;
@@ -52,6 +53,7 @@ export declare class SubscriptionProductDetailsComponent extends AppBaseComponen
52
53
  productsList: any[];
53
54
  disableExpiresAt: boolean;
54
55
  isSuperAdmin: boolean;
56
+ refProduct: AutoComplete;
55
57
  constructor(injector: Injector, adminService: AdminService, productService: ProductService, dateFormatService: NgbDateCustomParserFormatter, datePipe: DatePipe);
56
58
  ngOnInit(): void;
57
59
  get f(): {
@@ -64,6 +66,7 @@ export declare class SubscriptionProductDetailsComponent extends AppBaseComponen
64
66
  private groupProducts;
65
67
  onSave(): void;
66
68
  private addValidation;
69
+ onProductChange(event: any): void;
67
70
  static ɵfac: i0.ɵɵFactoryDeclaration<SubscriptionProductDetailsComponent, never>;
68
71
  static ɵcmp: i0.ɵɵComponentDeclaration<SubscriptionProductDetailsComponent, "pw-subscription-product-details", never, {}, {}, never, never, false, never>;
69
72
  }
@@ -6,6 +6,7 @@ import { AdminService } from '@posiwise/admin-module-utils';
6
6
  import { AppBaseComponent } from '@posiwise/app-base-component';
7
7
  import { CommonService } from '@posiwise/common-services';
8
8
  import { ProductService } from '@posiwise/common-services';
9
+ import { AutoComplete } from 'primeng/autocomplete';
9
10
  import * as i0 from "@angular/core";
10
11
  export declare class SubscriptionsListComponent extends AppBaseComponent implements OnInit, OnDestroy, AfterViewChecked {
11
12
  private adminService;
@@ -67,6 +68,7 @@ export declare class SubscriptionsListComponent extends AppBaseComponent impleme
67
68
  buttonBusy: boolean;
68
69
  selectedFeatureKeys: any;
69
70
  subscriptionInsights: any;
71
+ refProduct: AutoComplete;
70
72
  constructor(adminService: AdminService, fb: UntypedFormBuilder, productService: ProductService, commonService: CommonService, injector: Injector, cdr: ChangeDetectorRef);
71
73
  ngOnInit(): void;
72
74
  getTableState(): void;
@@ -82,6 +84,7 @@ export declare class SubscriptionsListComponent extends AppBaseComponent impleme
82
84
  filterByStatus(event: any): void;
83
85
  private sortObj;
84
86
  searchProduct(event: any): void;
87
+ onProductChange(event: any): void;
85
88
  private groupProducts;
86
89
  getExpiresAtColor(item: any): {
87
90
  'text-danger fw-bold': boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/admin-module",
3
- "version": "0.0.75",
3
+ "version": "0.0.77",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.3.6",
6
6
  "@angular/core": "17.3.6",