@flarehr/apollo-super-selection 4.16.26580 → 4.18.26731

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 (16) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
  2. package/dist/lib/apollo-super-selection/{p-d6c596db.entry.js → p-17281f24.entry.js} +4 -4
  3. package/dist/lib/apollo-super-selection/{p-2158618c.system.entry.js → p-2711b863.system.entry.js} +10 -10
  4. package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
  5. package/dist/lib/cjs/sss-button_29.cjs.entry.js +13 -7
  6. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.js +6 -5
  7. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.js +3 -1
  8. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.js +5 -4
  9. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.js +1 -1
  10. package/dist/lib/collection/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.js +2 -0
  11. package/dist/lib/esm/sss-button_29.entry.js +13 -7
  12. package/dist/lib/esm-es5/sss-button_29.entry.js +1 -1
  13. package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.d.ts +1 -0
  14. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.d.ts +1 -0
  15. package/dist/lib/types/components/super-selection-app/funds/slate-super/api/slate-choice.api.dto.d.ts +2 -0
  16. package/package.json +1 -1
@@ -6,6 +6,7 @@ export declare class MyOwnFundInputs {
6
6
  private formChanged;
7
7
  private MIN_SEARCH_STRING_LENGTH;
8
8
  private MAX_RECORD_COUNT;
9
+ private NAME_PATTERN;
9
10
  render(): Element[];
10
11
  private searchFundsAsync;
11
12
  private updateFund;
@@ -19,6 +19,7 @@ export declare class SelfManagedFundInputs {
19
19
  private cityElement;
20
20
  private postcodeElement;
21
21
  private stateElement;
22
+ private NAME_PATTERN;
22
23
  render(): Element[];
23
24
  private updateFormField;
24
25
  private isAbnUsedForRegulatedAsync;
@@ -1,5 +1,7 @@
1
1
  export declare type SlateFundForm = {
2
2
  memberNumber: string;
3
+ memberFirstName?: string;
4
+ memberFamilyName?: string;
3
5
  standardChoiceFormSignature: string;
4
6
  shownFunds: string[];
5
7
  defaultFundUsiSet?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "4.16.26580",
3
+ "version": "4.18.26731",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",