simpo-component-library 2.1.27 → 2.1.29
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/esm2022/lib/components/payment-details/payment-details.component.mjs +25 -5
- package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +3 -3
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
- package/esm2022/lib/sections/registration-form/registration-form.component.mjs +15 -4
- package/fesm2022/simpo-component-library.mjs +83 -58
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/components/payment-details/payment-details.component.d.ts +3 -1
- package/lib/sections/registration-form/registration-form.component.d.ts +1 -0
- package/package.json +1 -1
- package/simpo-component-library-2.1.29.tgz +0 -0
- package/simpo-component-library-2.1.27.tgz +0 -0
@@ -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
Binary file
|
Binary file
|