@flarehr/apollo-super-selection 1.3.48492 → 1.3.48578
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/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/{p-157868d9.entry.js → p-0b59b858.entry.js} +2 -2
- package/dist/lib/apollo-super-selection/{p-0203676c.system.entry.js → p-312c0359.system.entry.js} +2 -2
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
- package/dist/lib/cjs/loader.cjs.js +1 -1
- package/dist/lib/cjs/sss-button_43.cjs.entry.js +30 -14
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.js +30 -15
- package/dist/lib/esm/apollo-super-selection.js +1 -1
- package/dist/lib/esm/loader.js +1 -1
- package/dist/lib/esm/sss-button_43.entry.js +30 -14
- package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
- package/dist/lib/esm-es5/loader.js +1 -1
- package/dist/lib/esm-es5/sss-button_43.entry.js +2 -2
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.d.ts +1 -2
- package/package.json +1 -1
|
@@ -7,9 +7,8 @@ export declare class SelfManagedFundInputs {
|
|
|
7
7
|
fundForm: Partial<SelfManagedFundForm>;
|
|
8
8
|
showValidationErrors: boolean;
|
|
9
9
|
formChanged: EventEmitter<Partial<FormChangedEvent>>;
|
|
10
|
-
private
|
|
10
|
+
private abnValidationStatus;
|
|
11
11
|
private isAbnTouched;
|
|
12
|
-
private isAbnUsedForRegulated;
|
|
13
12
|
private currentBank;
|
|
14
13
|
private addressErrorMessage;
|
|
15
14
|
private readonly stateOptions;
|