@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.
Files changed (31) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
  2. package/dist/lib/apollo-super-selection/p-a73e1187.entry.js +14 -0
  3. package/dist/lib/apollo-super-selection/p-bc31a299.system.entry.js +69 -0
  4. package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
  5. package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
  6. package/dist/lib/cjs/loader.cjs.js +1 -1
  7. package/dist/lib/cjs/{sss-button_34.cjs.entry.js → sss-button_33.cjs.entry.js} +103 -205
  8. package/dist/lib/collection/collection-manifest.json +3 -5
  9. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +1 -1
  10. package/dist/lib/collection/components/super-smsf/super-smsf-types.js +1 -0
  11. package/dist/lib/collection/components/super-smsf/super-smsf.js +136 -0
  12. package/dist/lib/esm/apollo-super-selection.js +1 -1
  13. package/dist/lib/esm/loader.js +1 -1
  14. package/dist/lib/esm/{sss-button_34.entry.js → sss-button_33.entry.js} +103 -204
  15. package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
  16. package/dist/lib/esm-es5/loader.js +1 -1
  17. package/dist/lib/esm-es5/sss-button_33.entry.js +69 -0
  18. package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.store.d.ts +1 -1
  19. package/dist/lib/types/components/super-smsf/super-smsf-types.d.ts +34 -0
  20. package/dist/lib/types/components/super-smsf/super-smsf.d.ts +18 -0
  21. package/dist/lib/types/components.d.ts +15 -35
  22. package/package.json +1 -1
  23. package/dist/lib/apollo-super-selection/p-44edd355.system.entry.js +0 -69
  24. package/dist/lib/apollo-super-selection/p-46cf321a.entry.js +0 -14
  25. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.js +0 -253
  26. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.js +0 -121
  27. package/dist/lib/esm-es5/sss-button_34.entry.js +0 -69
  28. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.d.ts +0 -29
  29. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.d.ts +0 -14
  30. /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
  31. /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
- }