@flarehr/apollo-super-selection 3.42.56831 → 3.45.57688

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 (80) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
  2. package/dist/lib/apollo-super-selection/assets/logo-active.svg +1 -0
  3. package/dist/lib/apollo-super-selection/p-81f17138.system.entry.js +69 -0
  4. package/dist/lib/apollo-super-selection/p-d82b00ed.system.js +1 -1
  5. package/dist/lib/apollo-super-selection/p-e17f0773.entry.js +14 -0
  6. package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
  7. package/dist/lib/cjs/{fl-button_46.cjs.entry.js → fl-button_31.cjs.entry.js} +80 -660
  8. package/dist/lib/cjs/loader.cjs.js +1 -1
  9. package/dist/lib/collection/collection-manifest.json +0 -30
  10. package/dist/lib/collection/components/super-selection-app/funds/constants.js +9 -14
  11. package/dist/lib/collection/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.js +2 -1
  12. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +0 -22
  13. package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +2 -2
  14. package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-active.svg +1 -0
  15. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item.js +41 -2
  16. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.css +1 -1
  17. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +37 -34
  18. package/dist/lib/collection/components/super-selection-app/super-selection-app.js +0 -2
  19. package/dist/lib/esm/apollo-super-selection.js +1 -1
  20. package/dist/lib/esm/{fl-button_46.entry.js → fl-button_31.entry.js} +81 -646
  21. package/dist/lib/esm/loader.js +1 -1
  22. package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
  23. package/dist/lib/esm-es5/fl-button_31.entry.js +69 -0
  24. package/dist/lib/esm-es5/loader.js +1 -1
  25. package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +4 -2
  26. package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +7 -12
  27. package/dist/lib/types/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.d.ts +1 -0
  28. package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts +0 -11
  29. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item.d.ts +2 -0
  30. package/dist/lib/types/components.d.ts +4 -199
  31. package/package.json +1 -1
  32. package/dist/lib/apollo-super-selection/p-7a23bcfb.entry.js +0 -14
  33. package/dist/lib/apollo-super-selection/p-ed272a18.system.entry.js +0 -69
  34. package/dist/lib/collection/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.dto.js +0 -1
  35. package/dist/lib/collection/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.js +0 -13
  36. package/dist/lib/collection/components/super-selection-app/funds/qsuper/helpers/confirmCheck.js +0 -38
  37. package/dist/lib/collection/components/super-selection-app/funds/qsuper/helpers/continueCheck.js +0 -13
  38. package/dist/lib/collection/components/super-selection-app/funds/qsuper/helpers/getNextRoute.js +0 -89
  39. package/dist/lib/collection/components/super-selection-app/funds/qsuper/helpers/resetState.js +0 -31
  40. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirm-header.js +0 -37
  41. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirm-selection/qsuper-confirm-selection.js +0 -62
  42. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-confirmation.css +0 -0
  43. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-consent/qsuper-consent.js +0 -94
  44. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-insurance-opt-in.js +0 -98
  45. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-insurance-questions.js +0 -18
  46. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper-layout.js +0 -95
  47. package/dist/lib/collection/components/super-selection-app/funds/qsuper/qsuper.css +0 -50
  48. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question1/question1.js +0 -10
  49. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question2/question2.js +0 -10
  50. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question3/question3.js +0 -10
  51. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question4/question4.js +0 -10
  52. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question5/question5.js +0 -10
  53. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question6/question6.js +0 -10
  54. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question7/question7.js +0 -10
  55. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/question8/question8.js +0 -10
  56. package/dist/lib/collection/components/super-selection-app/funds/qsuper/questions/yes-no-buttons/qsuper-question-yes-no-buttons.js +0 -66
  57. package/dist/lib/collection/components/super-selection-app/funds/qsuper/services/qsuper.store.js +0 -64
  58. package/dist/lib/esm-es5/fl-button_46.entry.js +0 -69
  59. package/dist/lib/types/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.d.ts +0 -6
  60. package/dist/lib/types/components/super-selection-app/funds/qsuper/api/qsuper-choice.api.dto.d.ts +0 -22
  61. package/dist/lib/types/components/super-selection-app/funds/qsuper/helpers/confirmCheck.d.ts +0 -1
  62. package/dist/lib/types/components/super-selection-app/funds/qsuper/helpers/continueCheck.d.ts +0 -1
  63. package/dist/lib/types/components/super-selection-app/funds/qsuper/helpers/getNextRoute.d.ts +0 -2
  64. package/dist/lib/types/components/super-selection-app/funds/qsuper/helpers/resetState.d.ts +0 -1
  65. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-confirm-header.d.ts +0 -5
  66. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-confirm-selection/qsuper-confirm-selection.d.ts +0 -6
  67. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-consent/qsuper-consent.d.ts +0 -7
  68. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-insurance-opt-in.d.ts +0 -12
  69. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-insurance-questions.d.ts +0 -3
  70. package/dist/lib/types/components/super-selection-app/funds/qsuper/qsuper-layout.d.ts +0 -11
  71. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question1/question1.d.ts +0 -3
  72. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question2/question2.d.ts +0 -3
  73. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question3/question3.d.ts +0 -3
  74. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question4/question4.d.ts +0 -3
  75. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question5/question5.d.ts +0 -3
  76. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question6/question6.d.ts +0 -3
  77. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question7/question7.d.ts +0 -3
  78. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/question8/question8.d.ts +0 -3
  79. package/dist/lib/types/components/super-selection-app/funds/qsuper/questions/yes-no-buttons/qsuper-question-yes-no-buttons.d.ts +0 -6
  80. package/dist/lib/types/components/super-selection-app/funds/qsuper/services/qsuper.store.d.ts +0 -58
@@ -1 +1 @@
1
- import{p as promiseResolve,b as bootstrapLazy}from"./index-0496d1af.js";import"./datorama-akita-79ce4385.js";import"./delay-c0555599.js";import{g as globalScripts}from"./app-globals-7ac1ffba.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(s,e){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){globalScripts();return bootstrapLazy([["fl-style-guide",[[1,"fl-style-guide",{themeCssUrl:[1,"theme-css-url"]}]]],["context-consumer",[[0,"context-consumer",{context:[16],renderer:[16],subscribe:[16],unsubscribe:[32]}]]],["stencil-async-content",[[0,"stencil-async-content",{documentLocation:[1,"document-location"],content:[32]}]]],["stencil-route-title",[[0,"stencil-route-title",{titleSuffix:[1,"title-suffix"],pageTitle:[1,"page-title"]}]]],["stencil-router-prompt",[[0,"stencil-router-prompt",{when:[4],message:[1],history:[16],unblock:[32]}]]],["stencil-router-redirect",[[0,"stencil-router-redirect",{history:[16],root:[1],url:[1]}]]],["fl-button_46",[[0,"sss-my-own-fund",{history:[16],formState:[32],isNotAllInformationProvidedMessageVisible:[32]}],[0,"sss-qsuper-question-1"],[0,"sss-qsuper-question-2"],[0,"sss-qsuper-question-3"],[0,"sss-qsuper-question-4"],[0,"sss-qsuper-question-5"],[0,"sss-qsuper-question-6"],[0,"sss-qsuper-question-7"],[0,"sss-qsuper-question-8"],[0,"sss-self-managed-fund",{history:[16],formState:[32],showSmsfNotSupported:[32]}],[0,"sss-default-fund",{history:[16],formState:[32],defaultFundProductName:[32]}],[0,"sss-qsuper-insurance-opt-in",{insuranceChosen:[32]}],[0,"sss-qsuper-join"],[0,"sss-slate-standard-choice-page",{history:[16],formState:[32]}],[1,"super-selection-app-host",{sessionState:[32],jwt:[32],appConfiguration:[32],areStylesLoaded:[32]}],[0,"sss-qsuper-consent"],[0,"sss-super-choice-page",{history:[16],promotedFunds:[32],chosenFund:[32]}],[0,"sss-promoted-fund-standard-choice-page",{history:[16],formState:[32]}],[0,"sss-success"],[0,"sss-promoted-fund-join-page",{history:[16]}],[0,"sss-slate-join-page",{history:[16]}],[0,"super-selection-app",{accessToken:[1,"access-token"],backendUrl:[1,"backend-url"],appBaseUrl:[1,"app-base-url"],history:[16],location:[16],isAppInitialised:[32]}],[0,"sss-my-own-fund-inputs",{myOwnFundForm:[16],selectedOption:[32]}],[0,"sss-loading-page"],[0,"sss-self-managed-fund-inputs",{fundForm:[16],currentBank:[32]}],[0,"sss-smsf-not-supported-dialog"],[0,"sss-super-choice-item",{isSelected:[4,"is-selected"],usi:[1],name:[1],subText:[1,"sub-text"],logo:[1],pdsLinkText:[1,"pds-link-text"],pdsLink:[1,"pds-link"],features:[1],disclaimer:[16],abnInfo:[1,"abn-info"],history:[16]}],[0,"fl-dropdown",{placeholder:[1],options:[16],value:[16],required:[4],requiredValidationMessage:[1,"required-validation-message"],disabled:[4],inputValue:[32],isDropdownVisible:[32],filteredOptions:[32],highlightedOptionIndex:[32],selectedOption:[32]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"],[2,"keydown","handleKeyDown"]]],[0,"sss-selected-super-choice-section",{fundType:[1,"fund-type"],fundName:[1,"fund-name"]}],[0,"sss-slatesuper-header"],[0,"sss-footer-section"],[4,"stencil-route-link",{url:[1],urlMatch:[1,"url-match"],activeClass:[1,"active-class"],exact:[4],strict:[4],custom:[1],anchorClass:[1,"anchor-class"],anchorRole:[1,"anchor-role"],anchorTitle:[1,"anchor-title"],anchorTabIndex:[1,"anchor-tab-index"],anchorId:[1,"anchor-id"],history:[16],location:[16],root:[1],ariaHaspopup:[1,"aria-haspopup"],ariaPosinset:[1,"aria-posinset"],ariaSetsize:[2,"aria-setsize"],ariaLabel:[1,"aria-label"],match:[32]}],[4,"stencil-route-switch",{group:[513],scrollTopOffset:[2,"scroll-top-offset"],location:[16],routeViewsUpdated:[16]}],[4,"stencil-router",{root:[1],historyType:[1,"history-type"],titleSuffix:[1,"title-suffix"],scrollTopOffset:[2,"scroll-top-offset"],location:[32],history:[32]}],[4,"sss-custom-fund",{history:[16],currentCustomFund:[32],fundOptionsList:[32]}],[0,"fl-dropdown-async",{placeholder:[1],searchFunction:[16],value:[16],required:[4],requiredValidationMessage:[1,"required-validation-message"],disabled:[4],minSearchStringLength:[2,"min-search-string-length"],searchState:[32],inputValue:[32],isDropdownVisible:[32],filteredOptions:[32],highlightedOptionIndex:[32],selectedOption:[32]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"],[2,"keydown","handleKeyDown"]]],[0,"sss-standard-choice-form",{standardChoiceFormSignature:[32]}],[4,"sss-qsuper-insurance-questions"],[0,"sss-qsuper-question-yes-no-buttons",{history:[16]}],[0,"sss-qsuper-confirm-header"],[4,"sss-qsuper-layout",{history:[16]}],[0,"sss-notifications-section"],[4,"fl-promise-button",{isBlockElement:[4,"is-block-element"],isRounded:[4,"is-rounded"],disabled:[4],variant:[1],promiseFn:[16],state:[32]}],[4,"fl-button",{isBlockElement:[4,"is-block-element"],disabled:[4],variant:[1]}],[0,"fl-loading-indicator",{theme:[1]}],[0,"stencil-route",{group:[513],componentUpdated:[16],match:[1040],url:[1],component:[1],componentProps:[16],exact:[4],routeRender:[16],scrollTopOffset:[2,"scroll-top-offset"],routeViewsUpdated:[16],location:[16],history:[16],historyType:[1,"history-type"]}]]]],e)}))};export{defineCustomElements};
1
+ import{p as promiseResolve,b as bootstrapLazy}from"./index-0496d1af.js";import"./datorama-akita-79ce4385.js";import"./delay-c0555599.js";import{g as globalScripts}from"./app-globals-7ac1ffba.js";var patchEsm=function(){return promiseResolve()};var defineCustomElements=function(e,s){if(typeof window==="undefined")return Promise.resolve();return patchEsm().then((function(){globalScripts();return bootstrapLazy([["fl-style-guide",[[1,"fl-style-guide",{themeCssUrl:[1,"theme-css-url"]}]]],["context-consumer",[[0,"context-consumer",{context:[16],renderer:[16],subscribe:[16],unsubscribe:[32]}]]],["stencil-async-content",[[0,"stencil-async-content",{documentLocation:[1,"document-location"],content:[32]}]]],["stencil-route-title",[[0,"stencil-route-title",{titleSuffix:[1,"title-suffix"],pageTitle:[1,"page-title"]}]]],["stencil-router-prompt",[[0,"stencil-router-prompt",{when:[4],message:[1],history:[16],unblock:[32]}]]],["stencil-router-redirect",[[0,"stencil-router-redirect",{history:[16],root:[1],url:[1]}]]],["fl-button_31",[[0,"sss-my-own-fund",{history:[16],formState:[32],isNotAllInformationProvidedMessageVisible:[32]}],[0,"sss-self-managed-fund",{history:[16],formState:[32],showSmsfNotSupported:[32]}],[0,"sss-default-fund",{history:[16],formState:[32],defaultFundProductName:[32]}],[0,"sss-slate-standard-choice-page",{history:[16],formState:[32]}],[1,"super-selection-app-host",{sessionState:[32],jwt:[32],appConfiguration:[32],areStylesLoaded:[32]}],[0,"sss-super-choice-page",{history:[16],promotedFunds:[32],chosenFund:[32]}],[0,"sss-promoted-fund-standard-choice-page",{history:[16],formState:[32]}],[0,"sss-success"],[0,"sss-promoted-fund-join-page",{history:[16]}],[0,"sss-slate-join-page",{history:[16]}],[0,"super-selection-app",{accessToken:[1,"access-token"],backendUrl:[1,"backend-url"],appBaseUrl:[1,"app-base-url"],history:[16],location:[16],isAppInitialised:[32]}],[0,"sss-my-own-fund-inputs",{myOwnFundForm:[16],selectedOption:[32]}],[0,"sss-loading-page"],[0,"sss-self-managed-fund-inputs",{fundForm:[16],currentBank:[32]}],[0,"sss-smsf-not-supported-dialog"],[0,"sss-super-choice-item",{isSelected:[4,"is-selected"],usi:[1],name:[1],subText:[1,"sub-text"],logo:[1],pdsLinkText:[1,"pds-link-text"],pdsLink:[1,"pds-link"],features:[1],featureSubText:[1,"feature-sub-text"],disclaimer:[16],abnInfo:[1,"abn-info"],abn:[1],history:[16]}],[0,"fl-dropdown",{placeholder:[1],options:[16],value:[16],required:[4],requiredValidationMessage:[1,"required-validation-message"],disabled:[4],inputValue:[32],isDropdownVisible:[32],filteredOptions:[32],highlightedOptionIndex:[32],selectedOption:[32]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"],[2,"keydown","handleKeyDown"]]],[0,"sss-selected-super-choice-section",{fundType:[1,"fund-type"],fundName:[1,"fund-name"]}],[0,"sss-slatesuper-header"],[0,"sss-footer-section"],[4,"stencil-route-link",{url:[1],urlMatch:[1,"url-match"],activeClass:[1,"active-class"],exact:[4],strict:[4],custom:[1],anchorClass:[1,"anchor-class"],anchorRole:[1,"anchor-role"],anchorTitle:[1,"anchor-title"],anchorTabIndex:[1,"anchor-tab-index"],anchorId:[1,"anchor-id"],history:[16],location:[16],root:[1],ariaHaspopup:[1,"aria-haspopup"],ariaPosinset:[1,"aria-posinset"],ariaSetsize:[2,"aria-setsize"],ariaLabel:[1,"aria-label"],match:[32]}],[4,"stencil-route-switch",{group:[513],scrollTopOffset:[2,"scroll-top-offset"],location:[16],routeViewsUpdated:[16]}],[4,"stencil-router",{root:[1],historyType:[1,"history-type"],titleSuffix:[1,"title-suffix"],scrollTopOffset:[2,"scroll-top-offset"],location:[32],history:[32]}],[4,"sss-custom-fund",{history:[16],currentCustomFund:[32],fundOptionsList:[32]}],[0,"fl-dropdown-async",{placeholder:[1],searchFunction:[16],value:[16],required:[4],requiredValidationMessage:[1,"required-validation-message"],disabled:[4],minSearchStringLength:[2,"min-search-string-length"],searchState:[32],inputValue:[32],isDropdownVisible:[32],filteredOptions:[32],highlightedOptionIndex:[32],selectedOption:[32]},[[2,"focus","handleFocus"],[2,"blur","handleBlur"],[2,"keydown","handleKeyDown"]]],[0,"sss-notifications-section"],[0,"sss-standard-choice-form",{standardChoiceFormSignature:[32]}],[4,"fl-promise-button",{isBlockElement:[4,"is-block-element"],isRounded:[4,"is-rounded"],disabled:[4],variant:[1],promiseFn:[16],state:[32]}],[4,"fl-button",{isBlockElement:[4,"is-block-element"],disabled:[4],variant:[1]}],[0,"fl-loading-indicator",{theme:[1]}],[0,"stencil-route",{group:[513],componentUpdated:[16],match:[1040],url:[1],component:[1],componentProps:[16],exact:[4],routeRender:[16],scrollTopOffset:[2,"scroll-top-offset"],routeViewsUpdated:[16],location:[16],history:[16],historyType:[1,"history-type"]}]]]],s)}))};export{defineCustomElements};
@@ -22,9 +22,11 @@ declare type UserProfileDto = {
22
22
  declare type PromotedFundChoiceDto = {
23
23
  slate: unknown;
24
24
  } | {
25
- future: unknown;
25
+ australianRetirementTrust: unknown;
26
26
  } | {
27
- qSuper: unknown;
27
+ aware: unknown;
28
+ } | {
29
+ active: unknown;
28
30
  };
29
31
  declare type OwnFundChoiceDto = {
30
32
  usi: string;
@@ -1,15 +1,3 @@
1
- export declare const QSuper: {
2
- Id: string;
3
- Name: string;
4
- InsuranceName: string;
5
- Usi: string;
6
- Abn: string;
7
- PdsUrl: string;
8
- PdsPdf: string;
9
- MinAge: number;
10
- MinInsuranceAge: number;
11
- MaxAge: number;
12
- };
13
1
  export declare const Slate: {
14
2
  Id: string;
15
3
  Name: string;
@@ -30,6 +18,13 @@ export declare const Aware: {
30
18
  PdsUrl: string;
31
19
  Abn: string;
32
20
  };
21
+ export declare const Active: {
22
+ Id: string;
23
+ Name: string;
24
+ PdsUrlText: string;
25
+ PdsUrl: string;
26
+ Abn: string;
27
+ };
33
28
  export declare const PromotedFundIdList: {
34
29
  dtoPropName: string;
35
30
  id: string;
@@ -4,6 +4,7 @@ declare class SlateIFrameBuilder {
4
4
  private hostIsLocalSuperSelection;
5
5
  private hostIsDeployed;
6
6
  private skipConsolidation;
7
+ private skipInsurance;
7
8
  private getSlateJoinMemberData;
8
9
  private includeJwt;
9
10
  private environmentDiscriminator;
@@ -2,17 +2,6 @@ export declare enum SuperSelectionAppRoutes {
2
2
  ChoicePage = "/",
3
3
  SlateJoin = "/slate/join/",
4
4
  SlateStandardChoice = "/slate/standard-choice/",
5
- QSuperOptIn = "/qsuper/insurance/opt-in/",
6
- QSuperQuestion1 = "/qsuper/insurance/question1/",
7
- QSuperQuestion2 = "/qsuper/insurance/question2/",
8
- QSuperQuestion3 = "/qsuper/insurance/question3/",
9
- QSuperQuestion4 = "/qsuper/insurance/question4/",
10
- QSuperQuestion5 = "/qsuper/insurance/question5/",
11
- QSuperQuestion6 = "/qsuper/insurance/question6/",
12
- QSuperQuestion7 = "/qsuper/insurance/question7/",
13
- QSuperQuestion8 = "/qsuper/insurance/question8/",
14
- QSuperConsent = "/qsuper/consent/",
15
- QSuperJoin = "/qsuper/join/",
16
5
  PromotedFundJoin = "/promoted-fund/join",
17
6
  PromotedFundStandardChoice = "/promoted-fund/standard-choice/",
18
7
  MyOwnFund = "/super-choice/my-own-fund/",
@@ -9,8 +9,10 @@ export declare class SuperChoiceItem {
9
9
  pdsLinkText?: string;
10
10
  pdsLink: string;
11
11
  features: string;
12
+ featureSubText?: string;
12
13
  disclaimer: VNode;
13
14
  abnInfo: string;
15
+ abn: string;
14
16
  history: RouterHistory;
15
17
  private joinFundClicked;
16
18
  private readonly eventTrackingService;
@@ -36,38 +36,6 @@ export namespace Components {
36
36
  interface SssPromotedFundStandardChoicePage {
37
37
  "history": RouterHistory;
38
38
  }
39
- interface SssQsuperConfirmHeader {
40
- }
41
- interface SssQsuperConsent {
42
- }
43
- interface SssQsuperInsuranceOptIn {
44
- }
45
- interface SssQsuperInsuranceQuestions {
46
- }
47
- interface SssQsuperJoin {
48
- }
49
- interface SssQsuperLayout {
50
- "history": RouterHistory;
51
- }
52
- interface SssQsuperQuestion1 {
53
- }
54
- interface SssQsuperQuestion2 {
55
- }
56
- interface SssQsuperQuestion3 {
57
- }
58
- interface SssQsuperQuestion4 {
59
- }
60
- interface SssQsuperQuestion5 {
61
- }
62
- interface SssQsuperQuestion6 {
63
- }
64
- interface SssQsuperQuestion7 {
65
- }
66
- interface SssQsuperQuestion8 {
67
- }
68
- interface SssQsuperQuestionYesNoButtons {
69
- "history": RouterHistory;
70
- }
71
39
  interface SssSelectedSuperChoiceSection {
72
40
  "fundName": string;
73
41
  "fundType": string;
@@ -93,8 +61,10 @@ export namespace Components {
93
61
  interface SssSuccess {
94
62
  }
95
63
  interface SssSuperChoiceItem {
64
+ "abn": string;
96
65
  "abnInfo": string;
97
66
  "disclaimer": VNode;
67
+ "featureSubText"?: string;
98
68
  "features": string;
99
69
  "history": RouterHistory;
100
70
  "isSelected": boolean;
@@ -173,96 +143,6 @@ declare global {
173
143
  prototype: HTMLSssPromotedFundStandardChoicePageElement;
174
144
  new (): HTMLSssPromotedFundStandardChoicePageElement;
175
145
  };
176
- interface HTMLSssQsuperConfirmHeaderElement extends Components.SssQsuperConfirmHeader, HTMLStencilElement {
177
- }
178
- var HTMLSssQsuperConfirmHeaderElement: {
179
- prototype: HTMLSssQsuperConfirmHeaderElement;
180
- new (): HTMLSssQsuperConfirmHeaderElement;
181
- };
182
- interface HTMLSssQsuperConsentElement extends Components.SssQsuperConsent, HTMLStencilElement {
183
- }
184
- var HTMLSssQsuperConsentElement: {
185
- prototype: HTMLSssQsuperConsentElement;
186
- new (): HTMLSssQsuperConsentElement;
187
- };
188
- interface HTMLSssQsuperInsuranceOptInElement extends Components.SssQsuperInsuranceOptIn, HTMLStencilElement {
189
- }
190
- var HTMLSssQsuperInsuranceOptInElement: {
191
- prototype: HTMLSssQsuperInsuranceOptInElement;
192
- new (): HTMLSssQsuperInsuranceOptInElement;
193
- };
194
- interface HTMLSssQsuperInsuranceQuestionsElement extends Components.SssQsuperInsuranceQuestions, HTMLStencilElement {
195
- }
196
- var HTMLSssQsuperInsuranceQuestionsElement: {
197
- prototype: HTMLSssQsuperInsuranceQuestionsElement;
198
- new (): HTMLSssQsuperInsuranceQuestionsElement;
199
- };
200
- interface HTMLSssQsuperJoinElement extends Components.SssQsuperJoin, HTMLStencilElement {
201
- }
202
- var HTMLSssQsuperJoinElement: {
203
- prototype: HTMLSssQsuperJoinElement;
204
- new (): HTMLSssQsuperJoinElement;
205
- };
206
- interface HTMLSssQsuperLayoutElement extends Components.SssQsuperLayout, HTMLStencilElement {
207
- }
208
- var HTMLSssQsuperLayoutElement: {
209
- prototype: HTMLSssQsuperLayoutElement;
210
- new (): HTMLSssQsuperLayoutElement;
211
- };
212
- interface HTMLSssQsuperQuestion1Element extends Components.SssQsuperQuestion1, HTMLStencilElement {
213
- }
214
- var HTMLSssQsuperQuestion1Element: {
215
- prototype: HTMLSssQsuperQuestion1Element;
216
- new (): HTMLSssQsuperQuestion1Element;
217
- };
218
- interface HTMLSssQsuperQuestion2Element extends Components.SssQsuperQuestion2, HTMLStencilElement {
219
- }
220
- var HTMLSssQsuperQuestion2Element: {
221
- prototype: HTMLSssQsuperQuestion2Element;
222
- new (): HTMLSssQsuperQuestion2Element;
223
- };
224
- interface HTMLSssQsuperQuestion3Element extends Components.SssQsuperQuestion3, HTMLStencilElement {
225
- }
226
- var HTMLSssQsuperQuestion3Element: {
227
- prototype: HTMLSssQsuperQuestion3Element;
228
- new (): HTMLSssQsuperQuestion3Element;
229
- };
230
- interface HTMLSssQsuperQuestion4Element extends Components.SssQsuperQuestion4, HTMLStencilElement {
231
- }
232
- var HTMLSssQsuperQuestion4Element: {
233
- prototype: HTMLSssQsuperQuestion4Element;
234
- new (): HTMLSssQsuperQuestion4Element;
235
- };
236
- interface HTMLSssQsuperQuestion5Element extends Components.SssQsuperQuestion5, HTMLStencilElement {
237
- }
238
- var HTMLSssQsuperQuestion5Element: {
239
- prototype: HTMLSssQsuperQuestion5Element;
240
- new (): HTMLSssQsuperQuestion5Element;
241
- };
242
- interface HTMLSssQsuperQuestion6Element extends Components.SssQsuperQuestion6, HTMLStencilElement {
243
- }
244
- var HTMLSssQsuperQuestion6Element: {
245
- prototype: HTMLSssQsuperQuestion6Element;
246
- new (): HTMLSssQsuperQuestion6Element;
247
- };
248
- interface HTMLSssQsuperQuestion7Element extends Components.SssQsuperQuestion7, HTMLStencilElement {
249
- }
250
- var HTMLSssQsuperQuestion7Element: {
251
- prototype: HTMLSssQsuperQuestion7Element;
252
- new (): HTMLSssQsuperQuestion7Element;
253
- };
254
- interface HTMLSssQsuperQuestion8Element extends Components.SssQsuperQuestion8, HTMLStencilElement {
255
- }
256
- var HTMLSssQsuperQuestion8Element: {
257
- prototype: HTMLSssQsuperQuestion8Element;
258
- new (): HTMLSssQsuperQuestion8Element;
259
- };
260
- interface HTMLSssQsuperQuestionYesNoButtonsElement extends Components.SssQsuperQuestionYesNoButtons, HTMLStencilElement {
261
- }
262
- var HTMLSssQsuperQuestionYesNoButtonsElement: {
263
- prototype: HTMLSssQsuperQuestionYesNoButtonsElement;
264
- new (): HTMLSssQsuperQuestionYesNoButtonsElement;
265
- };
266
146
  interface HTMLSssSelectedSuperChoiceSectionElement extends Components.SssSelectedSuperChoiceSection, HTMLStencilElement {
267
147
  }
268
148
  var HTMLSssSelectedSuperChoiceSectionElement: {
@@ -351,21 +231,6 @@ declare global {
351
231
  "sss-notifications-section": HTMLSssNotificationsSectionElement;
352
232
  "sss-promoted-fund-join-page": HTMLSssPromotedFundJoinPageElement;
353
233
  "sss-promoted-fund-standard-choice-page": HTMLSssPromotedFundStandardChoicePageElement;
354
- "sss-qsuper-confirm-header": HTMLSssQsuperConfirmHeaderElement;
355
- "sss-qsuper-consent": HTMLSssQsuperConsentElement;
356
- "sss-qsuper-insurance-opt-in": HTMLSssQsuperInsuranceOptInElement;
357
- "sss-qsuper-insurance-questions": HTMLSssQsuperInsuranceQuestionsElement;
358
- "sss-qsuper-join": HTMLSssQsuperJoinElement;
359
- "sss-qsuper-layout": HTMLSssQsuperLayoutElement;
360
- "sss-qsuper-question-1": HTMLSssQsuperQuestion1Element;
361
- "sss-qsuper-question-2": HTMLSssQsuperQuestion2Element;
362
- "sss-qsuper-question-3": HTMLSssQsuperQuestion3Element;
363
- "sss-qsuper-question-4": HTMLSssQsuperQuestion4Element;
364
- "sss-qsuper-question-5": HTMLSssQsuperQuestion5Element;
365
- "sss-qsuper-question-6": HTMLSssQsuperQuestion6Element;
366
- "sss-qsuper-question-7": HTMLSssQsuperQuestion7Element;
367
- "sss-qsuper-question-8": HTMLSssQsuperQuestion8Element;
368
- "sss-qsuper-question-yes-no-buttons": HTMLSssQsuperQuestionYesNoButtonsElement;
369
234
  "sss-selected-super-choice-section": HTMLSssSelectedSuperChoiceSectionElement;
370
235
  "sss-self-managed-fund": HTMLSssSelfManagedFundElement;
371
236
  "sss-self-managed-fund-inputs": HTMLSssSelfManagedFundInputsElement;
@@ -407,38 +272,6 @@ declare namespace LocalJSX {
407
272
  interface SssPromotedFundStandardChoicePage {
408
273
  "history"?: RouterHistory;
409
274
  }
410
- interface SssQsuperConfirmHeader {
411
- }
412
- interface SssQsuperConsent {
413
- }
414
- interface SssQsuperInsuranceOptIn {
415
- }
416
- interface SssQsuperInsuranceQuestions {
417
- }
418
- interface SssQsuperJoin {
419
- }
420
- interface SssQsuperLayout {
421
- "history"?: RouterHistory;
422
- }
423
- interface SssQsuperQuestion1 {
424
- }
425
- interface SssQsuperQuestion2 {
426
- }
427
- interface SssQsuperQuestion3 {
428
- }
429
- interface SssQsuperQuestion4 {
430
- }
431
- interface SssQsuperQuestion5 {
432
- }
433
- interface SssQsuperQuestion6 {
434
- }
435
- interface SssQsuperQuestion7 {
436
- }
437
- interface SssQsuperQuestion8 {
438
- }
439
- interface SssQsuperQuestionYesNoButtons {
440
- "history"?: RouterHistory;
441
- }
442
275
  interface SssSelectedSuperChoiceSection {
443
276
  "fundName"?: string;
444
277
  "fundType"?: string;
@@ -467,8 +300,10 @@ declare namespace LocalJSX {
467
300
  interface SssSuccess {
468
301
  }
469
302
  interface SssSuperChoiceItem {
303
+ "abn"?: string;
470
304
  "abnInfo"?: string;
471
305
  "disclaimer"?: VNode;
306
+ "featureSubText"?: string;
472
307
  "features"?: string;
473
308
  "history"?: RouterHistory;
474
309
  "isSelected"?: boolean;
@@ -505,21 +340,6 @@ declare namespace LocalJSX {
505
340
  "sss-notifications-section": SssNotificationsSection;
506
341
  "sss-promoted-fund-join-page": SssPromotedFundJoinPage;
507
342
  "sss-promoted-fund-standard-choice-page": SssPromotedFundStandardChoicePage;
508
- "sss-qsuper-confirm-header": SssQsuperConfirmHeader;
509
- "sss-qsuper-consent": SssQsuperConsent;
510
- "sss-qsuper-insurance-opt-in": SssQsuperInsuranceOptIn;
511
- "sss-qsuper-insurance-questions": SssQsuperInsuranceQuestions;
512
- "sss-qsuper-join": SssQsuperJoin;
513
- "sss-qsuper-layout": SssQsuperLayout;
514
- "sss-qsuper-question-1": SssQsuperQuestion1;
515
- "sss-qsuper-question-2": SssQsuperQuestion2;
516
- "sss-qsuper-question-3": SssQsuperQuestion3;
517
- "sss-qsuper-question-4": SssQsuperQuestion4;
518
- "sss-qsuper-question-5": SssQsuperQuestion5;
519
- "sss-qsuper-question-6": SssQsuperQuestion6;
520
- "sss-qsuper-question-7": SssQsuperQuestion7;
521
- "sss-qsuper-question-8": SssQsuperQuestion8;
522
- "sss-qsuper-question-yes-no-buttons": SssQsuperQuestionYesNoButtons;
523
343
  "sss-selected-super-choice-section": SssSelectedSuperChoiceSection;
524
344
  "sss-self-managed-fund": SssSelfManagedFund;
525
345
  "sss-self-managed-fund-inputs": SssSelfManagedFundInputs;
@@ -548,21 +368,6 @@ declare module "@stencil/core" {
548
368
  "sss-notifications-section": LocalJSX.SssNotificationsSection & JSXBase.HTMLAttributes<HTMLSssNotificationsSectionElement>;
549
369
  "sss-promoted-fund-join-page": LocalJSX.SssPromotedFundJoinPage & JSXBase.HTMLAttributes<HTMLSssPromotedFundJoinPageElement>;
550
370
  "sss-promoted-fund-standard-choice-page": LocalJSX.SssPromotedFundStandardChoicePage & JSXBase.HTMLAttributes<HTMLSssPromotedFundStandardChoicePageElement>;
551
- "sss-qsuper-confirm-header": LocalJSX.SssQsuperConfirmHeader & JSXBase.HTMLAttributes<HTMLSssQsuperConfirmHeaderElement>;
552
- "sss-qsuper-consent": LocalJSX.SssQsuperConsent & JSXBase.HTMLAttributes<HTMLSssQsuperConsentElement>;
553
- "sss-qsuper-insurance-opt-in": LocalJSX.SssQsuperInsuranceOptIn & JSXBase.HTMLAttributes<HTMLSssQsuperInsuranceOptInElement>;
554
- "sss-qsuper-insurance-questions": LocalJSX.SssQsuperInsuranceQuestions & JSXBase.HTMLAttributes<HTMLSssQsuperInsuranceQuestionsElement>;
555
- "sss-qsuper-join": LocalJSX.SssQsuperJoin & JSXBase.HTMLAttributes<HTMLSssQsuperJoinElement>;
556
- "sss-qsuper-layout": LocalJSX.SssQsuperLayout & JSXBase.HTMLAttributes<HTMLSssQsuperLayoutElement>;
557
- "sss-qsuper-question-1": LocalJSX.SssQsuperQuestion1 & JSXBase.HTMLAttributes<HTMLSssQsuperQuestion1Element>;
558
- "sss-qsuper-question-2": LocalJSX.SssQsuperQuestion2 & JSXBase.HTMLAttributes<HTMLSssQsuperQuestion2Element>;
559
- "sss-qsuper-question-3": LocalJSX.SssQsuperQuestion3 & JSXBase.HTMLAttributes<HTMLSssQsuperQuestion3Element>;
560
- "sss-qsuper-question-4": LocalJSX.SssQsuperQuestion4 & JSXBase.HTMLAttributes<HTMLSssQsuperQuestion4Element>;
561
- "sss-qsuper-question-5": LocalJSX.SssQsuperQuestion5 & JSXBase.HTMLAttributes<HTMLSssQsuperQuestion5Element>;
562
- "sss-qsuper-question-6": LocalJSX.SssQsuperQuestion6 & JSXBase.HTMLAttributes<HTMLSssQsuperQuestion6Element>;
563
- "sss-qsuper-question-7": LocalJSX.SssQsuperQuestion7 & JSXBase.HTMLAttributes<HTMLSssQsuperQuestion7Element>;
564
- "sss-qsuper-question-8": LocalJSX.SssQsuperQuestion8 & JSXBase.HTMLAttributes<HTMLSssQsuperQuestion8Element>;
565
- "sss-qsuper-question-yes-no-buttons": LocalJSX.SssQsuperQuestionYesNoButtons & JSXBase.HTMLAttributes<HTMLSssQsuperQuestionYesNoButtonsElement>;
566
371
  "sss-selected-super-choice-section": LocalJSX.SssSelectedSuperChoiceSection & JSXBase.HTMLAttributes<HTMLSssSelectedSuperChoiceSectionElement>;
567
372
  "sss-self-managed-fund": LocalJSX.SssSelfManagedFund & JSXBase.HTMLAttributes<HTMLSssSelfManagedFundElement>;
568
373
  "sss-self-managed-fund-inputs": LocalJSX.SssSelfManagedFundInputs & JSXBase.HTMLAttributes<HTMLSssSelfManagedFundInputsElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "3.42.56831",
3
+ "version": "3.45.57688",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",