@flarehr/apollo-super-selection 5.45.6971 → 5.47.7839
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-a73e1187.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-bc31a299.system.entry.js +69 -0
- 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_34.cjs.entry.js → sss-button_33.cjs.entry.js} +103 -205
- package/dist/lib/collection/collection-manifest.json +3 -5
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +1 -1
- package/dist/lib/collection/components/super-smsf/super-smsf-types.js +1 -0
- package/dist/lib/collection/components/super-smsf/super-smsf.js +136 -0
- package/dist/lib/esm/apollo-super-selection.js +1 -1
- package/dist/lib/esm/loader.js +1 -1
- package/dist/lib/esm/{sss-button_34.entry.js → sss-button_33.entry.js} +103 -204
- 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_33.entry.js +69 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.store.d.ts +1 -1
- package/dist/lib/types/components/super-smsf/super-smsf-types.d.ts +34 -0
- package/dist/lib/types/components/super-smsf/super-smsf.d.ts +18 -0
- package/dist/lib/types/components.d.ts +15 -35
- package/package.json +1 -1
- package/dist/lib/apollo-super-selection/p-44edd355.system.entry.js +0 -69
- package/dist/lib/apollo-super-selection/p-46cf321a.entry.js +0 -14
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.js +0 -253
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.js +0 -121
- package/dist/lib/esm-es5/sss-button_34.entry.js +0 -69
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.d.ts +0 -29
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.d.ts +0 -14
- /package/dist/lib/collection/components/{super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form.js → super-smsf/super-smsf.form.js} +0 -0
- /package/dist/lib/types/components/{super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form.d.ts → super-smsf/super-smsf.form.d.ts} +0 -0
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '../../../../../stencil-public-runtime';
|
|
2
|
-
import { SelfManagedFundForm } from './self-managed-fund.form';
|
|
3
|
-
export interface FormChangedEvent extends SelfManagedFundForm {
|
|
4
|
-
isAbnValid: boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare class SelfManagedFundInputs {
|
|
7
|
-
fundForm: Partial<SelfManagedFundForm>;
|
|
8
|
-
showValidationErrors: boolean;
|
|
9
|
-
formChanged: EventEmitter<Partial<FormChangedEvent>>;
|
|
10
|
-
private abnValidationStatus;
|
|
11
|
-
private isAbnTouched;
|
|
12
|
-
private currentBank;
|
|
13
|
-
private addressErrorMessage;
|
|
14
|
-
private readonly stateOptions;
|
|
15
|
-
private bsbRegex;
|
|
16
|
-
private bankAccountNumberRegex;
|
|
17
|
-
private addressLine1Element;
|
|
18
|
-
private cityElement;
|
|
19
|
-
private postcodeElement;
|
|
20
|
-
private stateElement;
|
|
21
|
-
render(): Element[];
|
|
22
|
-
private updateFormField;
|
|
23
|
-
private isAbnUsedForRegulatedAsync;
|
|
24
|
-
private renderAbnValidationError;
|
|
25
|
-
private filterDigits;
|
|
26
|
-
private updateCurrentBank;
|
|
27
|
-
private updateCurrentBankAccountNumber;
|
|
28
|
-
private updateAddressErrorMessage;
|
|
29
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { RouterHistory } from '@stencil/router';
|
|
2
|
-
export declare class SelfManagedFund {
|
|
3
|
-
history: RouterHistory;
|
|
4
|
-
private formState;
|
|
5
|
-
private isSubmitDisabled;
|
|
6
|
-
private isAbnValid;
|
|
7
|
-
private readonly eventTrackingService;
|
|
8
|
-
private formElement;
|
|
9
|
-
componentDidLoad(): Promise<void>;
|
|
10
|
-
render(): Element[];
|
|
11
|
-
private success;
|
|
12
|
-
private updateIsSubmitDisabled;
|
|
13
|
-
private handleSubmitForm;
|
|
14
|
-
}
|
|
File without changes
|