simpo-component-library 2.1.27 → 2.1.28

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,6 +2,7 @@ import * as i0 from "@angular/core";
2
2
  export declare class PaymentDetailsComponent {
3
3
  admissionData: any;
4
4
  subscriptionsData: any[];
5
+ termPaymentList: any[];
5
6
  Object: ObjectConstructor;
6
7
  constructor();
7
8
  feeStructure: any;
@@ -11,8 +12,9 @@ export declare class PaymentDetailsComponent {
11
12
  subscriptions: any;
12
13
  toggleSelection(subscription: any, frequency: string): void;
13
14
  calculateTotalAmount(): void;
15
+ changeAnnualPaymentTerm(payentType: any): void;
14
16
  arrangeSubscriptionForAdmission(subscriptionList: any[]): any;
15
17
  arrangeFeeConfig(feeConfigList: any[]): any;
16
18
  static ɵfac: i0.ɵɵFactoryDeclaration<PaymentDetailsComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<PaymentDetailsComponent, "simpo-payment-details", never, { "admissionData": { "alias": "admissionData"; "required": false; }; "subscriptionsData": { "alias": "subscriptionsData"; "required": false; }; }, {}, never, never, true, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<PaymentDetailsComponent, "simpo-payment-details", never, { "admissionData": { "alias": "admissionData"; "required": false; }; "subscriptionsData": { "alias": "subscriptionsData"; "required": false; }; "termPaymentList": { "alias": "termPaymentList"; "required": false; }; }, {}, never, never, true, never>;
18
20
  }
@@ -56,6 +56,7 @@ export declare class RegistrationFormComponent extends BaseSection implements On
56
56
  redirectToPayment(): void;
57
57
  continueAdmission(): void;
58
58
  subscriptionsData: any[];
59
+ termPaymentList: any[];
59
60
  getFeeStructure(): void;
60
61
  inputFieldChange(item: any, field: any): void;
61
62
  masterDropdownValueChange(item: any, field: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "2.1.27",
3
+ "version": "2.1.28",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file