@flarehr/apollo-super-selection 5.86.53344 → 5.88.58802

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 (87) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
  2. package/dist/lib/apollo-super-selection/p-035b3fcf.system.js +1 -0
  3. package/dist/lib/apollo-super-selection/p-10c435ea.system.entry.js +1 -0
  4. package/dist/lib/apollo-super-selection/p-157712cb.entry.js +1 -0
  5. package/dist/lib/apollo-super-selection/p-19a451d6.entry.js +1 -0
  6. package/dist/lib/apollo-super-selection/p-19be074b.entry.js +1 -0
  7. package/dist/lib/apollo-super-selection/p-240b48ec.system.entry.js +1 -0
  8. package/dist/lib/apollo-super-selection/p-36ea14fc.entry.js +14 -0
  9. package/dist/lib/apollo-super-selection/p-3cec4189.system.entry.js +1 -0
  10. package/dist/lib/apollo-super-selection/p-524b1ff5.system.js +1 -0
  11. package/dist/lib/apollo-super-selection/p-6a4fc9a6.js +1 -0
  12. package/dist/lib/apollo-super-selection/p-7b1087e8.system.js +1 -0
  13. package/dist/lib/apollo-super-selection/p-9640d3ea.js +1 -0
  14. package/dist/lib/apollo-super-selection/p-9a268e32.js +1 -0
  15. package/dist/lib/apollo-super-selection/p-a68b9b0f.system.js +1 -0
  16. package/dist/lib/apollo-super-selection/p-a7025e9f.js +1 -0
  17. package/dist/lib/apollo-super-selection/p-b819e464.system.entry.js +69 -0
  18. package/dist/lib/apollo-super-selection/p-b88cf353.system.js +1 -0
  19. package/dist/lib/apollo-super-selection/p-bd6e6a8f.system.js +1 -1
  20. package/dist/lib/apollo-super-selection/p-d5c7a35f.js +1 -0
  21. package/dist/lib/apollo-super-selection/p-e435c64b.entry.js +1 -0
  22. package/dist/lib/apollo-super-selection/p-f924ae7d.system.entry.js +1 -0
  23. package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
  24. package/dist/lib/cjs/australian-fund-lookup.service-ee589d6c.js +19 -0
  25. package/dist/lib/cjs/custom-fund.store-f56ea1fb.js +37 -0
  26. package/dist/lib/cjs/event-tracking.service-35513098.js +296 -0
  27. package/dist/lib/cjs/injectHistory-eb188cf0.js +9 -0
  28. package/dist/lib/cjs/loader.cjs.js +1 -1
  29. package/dist/lib/cjs/{sss-button_32.cjs.entry.js → sss-button_33.cjs.entry.js} +579 -387
  30. package/dist/lib/cjs/sss-default-fund-router.cjs.entry.js +23 -0
  31. package/dist/lib/cjs/sss-default-fund.cjs.entry.js +61 -0
  32. package/dist/lib/cjs/sss-promoted-fund-router.cjs.entry.js +23 -0
  33. package/dist/lib/cjs/sss-super-byof-host.cjs.entry.js +24 -21
  34. package/dist/lib/cjs/{custom-fund-choice.api-293c1ace.js → super-selection-app.service-352ccc67.js} +12 -331
  35. package/dist/lib/collection/collection-manifest.json +6 -1
  36. package/dist/lib/collection/components/default-fund/super-default-fund-types.js +1 -0
  37. package/dist/lib/collection/components/default-fund/super-default-fund.js +130 -0
  38. package/dist/lib/collection/components/promoted-fund/super-promoted-fund-types.js +1 -0
  39. package/dist/lib/collection/components/promoted-fund/super-promoted-fund.js +194 -0
  40. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/default-fund/default-fund-router.js +37 -0
  41. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund-router.js +37 -0
  42. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +2 -2
  43. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +8 -0
  44. package/dist/lib/collection/components/super-selection-app/services/super-selection.store.js +3 -1
  45. package/dist/lib/esm/apollo-super-selection.js +1 -1
  46. package/dist/lib/esm/australian-fund-lookup.service-139f6b9d.js +17 -0
  47. package/dist/lib/esm/custom-fund.store-59962585.js +36 -0
  48. package/dist/lib/esm/event-tracking.service-83984310.js +290 -0
  49. package/dist/lib/esm/injectHistory-e92e4664.js +7 -0
  50. package/dist/lib/esm/loader.js +1 -1
  51. package/dist/lib/esm/{sss-button_32.entry.js → sss-button_33.entry.js} +289 -98
  52. package/dist/lib/esm/sss-default-fund-router.entry.js +19 -0
  53. package/dist/lib/esm/sss-default-fund.entry.js +57 -0
  54. package/dist/lib/esm/sss-promoted-fund-router.entry.js +19 -0
  55. package/dist/lib/esm/sss-super-byof-host.entry.js +4 -1
  56. package/dist/lib/esm/{custom-fund-choice.api-42801d64.js → super-selection-app.service-312ba6b0.js} +13 -327
  57. package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
  58. package/dist/lib/esm-es5/australian-fund-lookup.service-139f6b9d.js +1 -0
  59. package/dist/lib/esm-es5/custom-fund.store-59962585.js +1 -0
  60. package/dist/lib/esm-es5/event-tracking.service-83984310.js +1 -0
  61. package/dist/lib/esm-es5/injectHistory-e92e4664.js +1 -0
  62. package/dist/lib/esm-es5/loader.js +1 -1
  63. package/dist/lib/esm-es5/sss-button_33.entry.js +69 -0
  64. package/dist/lib/esm-es5/sss-default-fund-router.entry.js +1 -0
  65. package/dist/lib/esm-es5/sss-default-fund.entry.js +1 -0
  66. package/dist/lib/esm-es5/sss-promoted-fund-router.entry.js +1 -0
  67. package/dist/lib/esm-es5/sss-super-byof-host.entry.js +1 -1
  68. package/dist/lib/esm-es5/super-selection-app.service-312ba6b0.js +1 -0
  69. package/dist/lib/types/components/default-fund/super-default-fund-types.d.ts +23 -0
  70. package/dist/lib/types/components/default-fund/super-default-fund.d.ts +20 -0
  71. package/dist/lib/types/components/promoted-fund/super-promoted-fund-types.d.ts +41 -0
  72. package/dist/lib/types/components/promoted-fund/super-promoted-fund.d.ts +23 -0
  73. package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +2 -0
  74. package/dist/lib/types/components/super-selection-app/funds/custom-fund/default-fund/default-fund-router.d.ts +5 -0
  75. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund-router.d.ts +5 -0
  76. package/dist/lib/types/components/super-selection-app/services/super-selection-app.service.d.ts +2 -0
  77. package/dist/lib/types/components/super-selection-app/services/super-selection.store.d.ts +2 -0
  78. package/dist/lib/types/components.d.ts +60 -0
  79. package/package.json +3 -2
  80. package/dist/lib/apollo-super-selection/p-24d6e2b8.js +0 -1
  81. package/dist/lib/apollo-super-selection/p-40bfe38f.entry.js +0 -14
  82. package/dist/lib/apollo-super-selection/p-a0063575.system.entry.js +0 -1
  83. package/dist/lib/apollo-super-selection/p-b00f648b.entry.js +0 -1
  84. package/dist/lib/apollo-super-selection/p-b2de6265.system.entry.js +0 -69
  85. package/dist/lib/apollo-super-selection/p-cd3ed541.system.js +0 -1
  86. package/dist/lib/esm-es5/custom-fund-choice.api-42801d64.js +0 -1
  87. package/dist/lib/esm-es5/sss-button_32.entry.js +0 -69
@@ -4,8 +4,12 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-eb4f212f.js');
6
6
  const datoramaAkita = require('./datorama-akita-6c9cb8fb.js');
7
- const customFundChoice_api = require('./custom-fund-choice.api-293c1ace.js');
7
+ const superSelectionApp_service = require('./super-selection-app.service-352ccc67.js');
8
8
  const activeRouter = require('./active-router-1f555f75.js');
9
+ const injectHistory = require('./injectHistory-eb188cf0.js');
10
+ const eventTracking_service = require('./event-tracking.service-35513098.js');
11
+ const customFund_store = require('./custom-fund.store-f56ea1fb.js');
12
+ const australianFundLookup_service = require('./australian-fund-lookup.service-ee589d6c.js');
9
13
 
10
14
  function _interopNamespace(e) {
11
15
  if (e && e.__esModule) return e;
@@ -285,19 +289,19 @@ class TapSubscriber extends datoramaAkita.Subscriber {
285
289
  }
286
290
  }
287
291
 
288
- const AppVersion = '5.86.53344';
292
+ const AppVersion = '5.88.58802';
289
293
 
290
294
  class Lazy {
291
295
  constructor(factory) {
292
296
  this.factory = factory;
293
- this._value = customFundChoice_api.none;
297
+ this._value = superSelectionApp_service.none;
294
298
  }
295
299
  get value() {
296
- if (customFundChoice_api.isSome(this._value)) {
300
+ if (superSelectionApp_service.isSome(this._value)) {
297
301
  return this._value.value;
298
302
  }
299
303
  const lazyValue = this.factory();
300
- this._value = customFundChoice_api.some(lazyValue);
304
+ this._value = superSelectionApp_service.some(lazyValue);
301
305
  return lazyValue;
302
306
  }
303
307
  }
@@ -864,22 +868,22 @@ const ChoiceRouter = class {
864
868
  index.registerInstance(this, hostRef);
865
869
  }
866
870
  async componentWillLoad() {
867
- if (customFundChoice_api.superSelectionAppService.superCampaignCanNotBeActivated) {
868
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.MyOwnFund);
871
+ if (superSelectionApp_service.superSelectionAppService.superCampaignCanNotBeActivated) {
872
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.MyOwnFund);
869
873
  }
870
874
  else {
871
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.SuperCampaign);
875
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.SuperCampaign);
872
876
  }
873
877
  }
874
878
  render() {
875
879
  return index.h(index.Fragment, null);
876
880
  }
877
881
  };
878
- customFundChoice_api.injectHistory(ChoiceRouter);
882
+ injectHistory.injectHistory(ChoiceRouter);
879
883
 
880
884
  const myOwnFundCustomOption = {
881
- label: customFundChoice_api.CustomFundTypes.MyOwnFund,
882
- value: customFundChoice_api.SuperSelectionAppRoutes.MyOwnFund
885
+ label: customFund_store.CustomFundTypes.MyOwnFund,
886
+ value: eventTracking_service.SuperSelectionAppRoutes.MyOwnFund
883
887
  };
884
888
  const CustomFund = class {
885
889
  constructor(hostRef) {
@@ -888,36 +892,36 @@ const CustomFund = class {
888
892
  this.showFundOptionsSelection = false;
889
893
  }
890
894
  componentWillLoad() {
891
- let currentRoute = customFundChoice_api.SuperSelectionAppRoutes.MyOwnFund;
892
- if (window.location.pathname.includes(customFundChoice_api.SuperSelectionAppRoutes.MyOwnFund))
893
- currentRoute = customFundChoice_api.SuperSelectionAppRoutes.MyOwnFund;
894
- if (window.location.pathname.includes(customFundChoice_api.SuperSelectionAppRoutes.DefaultFund))
895
- currentRoute = customFundChoice_api.SuperSelectionAppRoutes.DefaultFund;
896
- if (window.location.pathname.includes(customFundChoice_api.SuperSelectionAppRoutes.SelfManagedFund))
897
- currentRoute = customFundChoice_api.SuperSelectionAppRoutes.SelfManagedFund;
898
- if (window.location.pathname.includes(customFundChoice_api.SuperSelectionAppRoutes.FeaturedFunds))
899
- currentRoute = customFundChoice_api.SuperSelectionAppRoutes.FeaturedFunds;
895
+ let currentRoute = eventTracking_service.SuperSelectionAppRoutes.MyOwnFund;
896
+ if (window.location.pathname.includes(eventTracking_service.SuperSelectionAppRoutes.MyOwnFund))
897
+ currentRoute = eventTracking_service.SuperSelectionAppRoutes.MyOwnFund;
898
+ if (window.location.pathname.includes(eventTracking_service.SuperSelectionAppRoutes.DefaultFund))
899
+ currentRoute = eventTracking_service.SuperSelectionAppRoutes.DefaultFund;
900
+ if (window.location.pathname.includes(eventTracking_service.SuperSelectionAppRoutes.SelfManagedFund))
901
+ currentRoute = eventTracking_service.SuperSelectionAppRoutes.SelfManagedFund;
902
+ if (window.location.pathname.includes(eventTracking_service.SuperSelectionAppRoutes.FeaturedFunds))
903
+ currentRoute = eventTracking_service.SuperSelectionAppRoutes.FeaturedFunds;
900
904
  this.fundOptionsList = [
901
905
  myOwnFundCustomOption,
902
906
  {
903
- label: customFundChoice_api.CustomFundTypes.SelfManagedFund,
904
- value: customFundChoice_api.SuperSelectionAppRoutes.SelfManagedFund
907
+ label: customFund_store.CustomFundTypes.SelfManagedFund,
908
+ value: eventTracking_service.SuperSelectionAppRoutes.SelfManagedFund
905
909
  }
906
910
  ];
907
- if (customFundChoice_api.superSelectionAppService.isFeaturedFundsEnabled &&
908
- customFundChoice_api.superSelectionAppService.isUsingSuperCampaign) {
911
+ if (superSelectionApp_service.superSelectionAppService.isFeaturedFundsEnabled &&
912
+ superSelectionApp_service.superSelectionAppService.isUsingSuperCampaign) {
909
913
  this.fundOptionsList.push({
910
- label: customFundChoice_api.CustomFundTypes.FeaturedFunds,
911
- value: customFundChoice_api.SuperSelectionAppRoutes.FeaturedFunds
914
+ label: customFund_store.CustomFundTypes.FeaturedFunds,
915
+ value: eventTracking_service.SuperSelectionAppRoutes.FeaturedFunds
912
916
  });
913
917
  }
914
918
  this.fundOptionsList.push({
915
- label: customFundChoice_api.CustomFundTypes.DefaultFund,
916
- value: customFundChoice_api.SuperSelectionAppRoutes.DefaultFund
919
+ label: customFund_store.CustomFundTypes.DefaultFund,
920
+ value: eventTracking_service.SuperSelectionAppRoutes.DefaultFund
917
921
  });
918
922
  this.currentCustomFund =
919
923
  this.fundOptionsList.find((item) => item.value === currentRoute) || this.currentCustomFund;
920
- customFundChoice_api.navigationService.navigateInternally(this.history, currentRoute);
924
+ eventTracking_service.navigationService.navigateInternally(this.history, currentRoute);
921
925
  }
922
926
  render() {
923
927
  const ChevronDownIcon = () => {
@@ -931,79 +935,106 @@ const CustomFund = class {
931
935
  'text-gray-500': this.showFundOptionsSelection
932
936
  } }, this.showFundOptionsSelection ? 'Select' : this.currentCustomFund.label), index.h("span", { class: "absolute inset-y-0 right-0 flex items-center pr-2 pointer-events-none" }, index.h(ChevronDownIcon, null))), this.showFundOptionsSelection && (index.h("ul", { class: "absolute z-10 mt-1 w-full bg-white shadow-lg max-h-60 rounded-md py-1 ring-1 ring-black ring-opacity-5 overflow-auto focus:outline-none text-base sm:text-sm" }, this.fundOptionsList.map((f) => (index.h("li", { class: "text-gray-900 cursor-default select-none relative py-2 pl-3 pr-9 group hover:bg-primary-base hover:text-white", onClick: () => {
933
937
  this.showFundOptionsSelection = !this.showFundOptionsSelection;
934
- customFundChoice_api.navigationService.navigateInternally(this.history, f.value);
938
+ eventTracking_service.navigationService.navigateInternally(this.history, f.value);
935
939
  } }, index.h("span", { class: {
936
940
  'block truncate': true,
937
941
  'font-semibold': this.currentCustomFund === f
938
942
  } }, f.label), this.currentCustomFund === f && (index.h("span", { class: "absolute inset-y-0 right-0 flex items-center pr-4" }, index.h(CheckIcon, null))))))))), index.h("div", { onClick: () => (this.showFundOptionsSelection = false) }, index.h("slot", null))));
939
943
  }
940
944
  };
941
- customFundChoice_api.injectHistory(CustomFund);
945
+ injectHistory.injectHistory(CustomFund);
942
946
 
943
- class AustralianFundLookupService {
944
- async searchFundsAsync(searchString, maxRecordCount) {
945
- return customFundChoice_api.superSelectionApi.getAustralianFundsAsync({
946
- searchString,
947
- maxRecordCount
948
- });
949
- }
950
- async getFundAsync(usi, includeInactive) {
951
- const result = await customFundChoice_api.superSelectionApi.getAustralianFundAsync(usi, includeInactive);
952
- return customFundChoice_api.Option.some(result);
953
- }
954
- }
955
- const australianFundLookupService = new AustralianFundLookupService();
947
+ const LoadWaitingTimeout = 30000;
956
948
 
957
- const DefaultFund = class {
949
+ var SuperDefaultFundComponentStatus;
950
+ (function (SuperDefaultFundComponentStatus) {
951
+ SuperDefaultFundComponentStatus[SuperDefaultFundComponentStatus["NotLoaded"] = 1] = "NotLoaded";
952
+ SuperDefaultFundComponentStatus[SuperDefaultFundComponentStatus["Loaded"] = 2] = "Loaded";
953
+ })(SuperDefaultFundComponentStatus || (SuperDefaultFundComponentStatus = {}));
954
+ let superDefaultFundComponentStatus = SuperDefaultFundComponentStatus.NotLoaded;
955
+ const SuperDefaultFundHost = class {
958
956
  constructor(hostRef) {
959
957
  index.registerInstance(this, hostRef);
960
- this.defaultFundProductName = 'Loading fund...';
961
- this.eventTrackingService = customFundChoice_api.EventTrackingService.Instance;
958
+ this.productName = 'Employer’s default fund';
959
+ this.eventTrackingService = eventTracking_service.EventTrackingService.Instance;
960
+ this.subscribeToSuperDefaultFundEvents = () => {
961
+ for (const eventName in this.defaultFundEventHandlers) {
962
+ document.addEventListener(eventName, this.defaultFundEventHandlers[eventName]);
963
+ }
964
+ };
965
+ this.unSubscribeFromSuperDefaultFundEvents = () => {
966
+ for (const eventName in this.defaultFundEventHandlers) {
967
+ document.removeEventListener(eventName, this.defaultFundEventHandlers[eventName]);
968
+ }
969
+ };
970
+ this.defaultFundLoaded = async (event) => {
971
+ var _a;
972
+ if (event.detail.sender === 'super-default-fund') {
973
+ superDefaultFundComponentStatus = SuperDefaultFundComponentStatus.Loaded;
974
+ clearTimeout(this.loadingTimeoutRef);
975
+ await this.eventTrackingService.TrackDefaultSuperFundDetailViewedAsync({
976
+ fundUsi: (_a = event.detail.fundUsi) !== null && _a !== void 0 ? _a : '',
977
+ fundName: this.productName,
978
+ promotedFundsShown: superSelectionApp_service.superSelectionAppService.promotedFunds,
979
+ defaultFundUsiSet: superSelectionApp_service.Option.toUndefined(superSelectionApp_service.superSelectionAppService.defaultFundUsi)
980
+ });
981
+ }
982
+ return Promise.resolve();
983
+ };
984
+ this.defaultFundCompleted = async (event) => {
985
+ if (event.detail.sender === 'super-default-fund') {
986
+ eventTracking_service.navigationService.navigateInternallyToStandardChoice({
987
+ history: this.history,
988
+ fundName: this.productName,
989
+ fundDetails: {
990
+ type: 'default',
991
+ fundName: this.productName,
992
+ fundUsi: event.detail.fundUsi
993
+ },
994
+ handleSubmitFn: async (standardChoiceFormSignature) => {
995
+ await eventTracking_service.customFundChoiceApi.submitDefaultFundChoiceAsync(Object.assign({ standardChoiceFormSignature }, superSelectionApp_service.superSelectionAppService.promotedFundsConfig));
996
+ }
997
+ });
998
+ }
999
+ };
1000
+ this.defaultFundCancelled = async (event) => {
1001
+ if (event.detail.sender === 'super-default-fund') {
1002
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.ChoicePage);
1003
+ }
1004
+ };
1005
+ this.defaultFundEventHandlers = {
1006
+ 'default-fund-loaded': this.defaultFundLoaded.bind(this),
1007
+ 'default-fund-completed': this.defaultFundCompleted.bind(this),
1008
+ 'default-fund-cancelled': this.defaultFundCancelled.bind(this)
1009
+ };
962
1010
  }
963
1011
  async componentWillLoad() {
964
- const defaultFundUsi = customFundChoice_api.superSelectionAppService.defaultFundUsi;
965
- if (customFundChoice_api.Option.isNone(defaultFundUsi)) {
966
- return;
1012
+ if (superSelectionApp_service.Option.isSome(superSelectionApp_service.superSelectionAppService.backendUrl) &&
1013
+ superSelectionApp_service.Option.isSome(superSelectionApp_service.superSelectionAppService.state.jwt)) {
1014
+ this.backendUrl = superSelectionApp_service.superSelectionAppService.backendUrl.value;
1015
+ this.accessToken = superSelectionApp_service.superSelectionAppService.state.jwt.value;
1016
+ if (superDefaultFundComponentStatus === SuperDefaultFundComponentStatus.NotLoaded) {
1017
+ this.loadingTimeoutRef = setTimeout(this.defaultFundLoadingTimeoutTriggered.bind(this), LoadWaitingTimeout);
1018
+ }
1019
+ this.subscribeToSuperDefaultFundEvents();
967
1020
  }
968
- this.isDefaultFundExists = true;
969
- const defaultFundSearchResult = await australianFundLookupService.getFundAsync(defaultFundUsi.value, true);
970
- if (customFundChoice_api.Option.isNone(defaultFundSearchResult)) {
971
- this.isInvalidDefaultFund = true;
972
- return;
1021
+ else {
1022
+ throw Error(`SuperDefaultFundHost pre-requisites not met.`);
973
1023
  }
974
- this.defaultFund = defaultFundSearchResult.value;
975
- this.defaultFundProductName = defaultFundSearchResult.value.productName;
976
1024
  }
977
- componentDidLoad() {
978
- var _a, _b, _c, _d;
979
- return this.eventTrackingService.TrackDefaultSuperFundDetailViewedAsync({
980
- fundUsi: (_b = (_a = this.defaultFund) === null || _a === void 0 ? void 0 : _a.usi) !== null && _b !== void 0 ? _b : '',
981
- fundName: (_d = (_c = this.defaultFund) === null || _c === void 0 ? void 0 : _c.productName) !== null && _d !== void 0 ? _d : '',
982
- promotedFundsShown: customFundChoice_api.superSelectionAppService.promotedFunds,
983
- defaultFundUsiSet: customFundChoice_api.Option.toUndefined(customFundChoice_api.superSelectionAppService.defaultFundUsi)
984
- });
1025
+ disconnectedCallback() {
1026
+ clearTimeout(this.loadingTimeoutRef);
985
1027
  }
986
1028
  render() {
987
- return (index.h(index.Host, null, index.h("sss-header-section", null), index.h("div", { class: "flex justify-center mt-11" }, index.h("sss-custom-fund", null, index.h("div", { class: "p-4 sm:p-6 pb-6 sm:pb-8 border shadow-sm rounded-lg" }, index.h("p", { class: "sm:text-lg font-bold mb-3" }, "Fund details"), (!this.isDefaultFundExists || this.isInvalidDefaultFund) && (index.h("div", { class: "bg-yellow-50 border-l-4 border-yellow-400 p-4 my-3" }, index.h("div", { class: "flex" }, index.h("div", { class: "flex-shrink-0" }, index.h("img", { class: "h-5 w-5", src: index.getAssetPath('assets/icon-exclamation.svg') })), index.h("div", { class: "ml-3 text-sm text-yellow-700 leading-5" }, index.h("span", null, "It looks like your employer has not specified a default fund, please contact them if you\u2019d like to use your company\u2019s default fund."))))), this.isDefaultFundExists && !this.isInvalidDefaultFund && (index.h("div", null, index.h("div", { class: "mt-3" }, index.h("label", { class: "text-sm font-medium text-gray-700" }, "Fund Name"), index.h("div", { class: "mt-1 shadow-sm px-3 py-2 rounded-md border border-gray-300 bg-gray-50 text-gray-500 text-base sm:text-sm" }, this.defaultFundProductName)), index.h("div", { class: "mt-3" }, index.h("label", { class: "text-sm font-medium text-gray-700" }, "Fund USI"), index.h("div", { class: "mt-1 shadow-sm px-3 py-2 rounded-md border border-gray-300 bg-gray-50 text-gray-500 text-base sm:text-sm" }, this.defaultFund.usi)), index.h("div", { class: "mt-8 mb-8 h-px w-full bg-gray-200" }), index.h("div", { class: "text-sm text-gray-700" }, index.h("label", { class: "font-semibold text-gray-900" }, "By clicking \u201CContinue\u201D, you acknowledge that:"), index.h("ul", { class: "list-disc list-outside pl-5" }, index.h("li", { class: "mt-2" }, "you are choosing to join your employer\u2019s default super fund;"), index.h("li", { class: "mt-2" }, "your employer will open a new account for you with their default super fund; and"), index.h("li", { class: "mt-2" }, "your application to join is subject to Trustee approval.")))))), index.h("div", { class: "flex justify-center mt-8" }, index.h("div", { class: "sm:max-w-320 w-full" }, this.isDefaultFundExists && !this.isInvalidDefaultFund && (index.h("div", { class: "mb-4" }, index.h("sss-button", { testid: "continue-button", fillWidth: true, promiseFn: () => this.handleSubmitForm() }, "Continue"))), index.h("stencil-route-link", { url: customFundChoice_api.SuperSelectionAppRoutes.ChoicePage }, index.h("sss-button", { testid: "back-button", fillWidth: true, variant: "secondary" }, "Back"))))))));
1029
+ return (index.h(index.Host, null, index.h("sss-header-section", null), index.h("div", { class: "flex justify-center mt-11" }, index.h("sss-custom-fund", null, index.h("div", null, index.h("apollo-super-default-fund", { "backend-url": this.backendUrl, "access-token": this.accessToken }))))));
988
1030
  }
989
- async handleSubmitForm() {
990
- if (this.isInvalidDefaultFund) {
991
- return;
1031
+ async defaultFundLoadingTimeoutTriggered() {
1032
+ if (superDefaultFundComponentStatus !== SuperDefaultFundComponentStatus.Loaded) {
1033
+ throw Error(`Default Fund component failed to load.`);
992
1034
  }
993
- customFundChoice_api.navigationService.navigateInternallyToStandardChoice({
994
- history: this.history,
995
- fundName: `Employer’s default fund`,
996
- fundDetails: {
997
- type: 'default',
998
- fundName: this.defaultFundProductName,
999
- fundUsi: this.defaultFund.usi
1000
- },
1001
- handleSubmitFn: async (standardChoiceFormSignature) => {
1002
- await customFundChoice_api.customFundChoiceApi.submitDefaultFundChoiceAsync(Object.assign({ standardChoiceFormSignature }, customFundChoice_api.superSelectionAppService.promotedFundsConfig));
1003
- }
1004
- });
1005
1035
  }
1006
1036
  };
1037
+ injectHistory.injectHistory(SuperDefaultFundHost);
1007
1038
 
1008
1039
  const dropdownAsyncCss = "html{scroll-behavior:smooth}.sss-dropdown-menu{max-height:min(20rem, 50vh)}";
1009
1040
 
@@ -1176,24 +1207,24 @@ SelectInputAsync.style = dropdownAsyncCss;
1176
1207
  class ExistingFundService {
1177
1208
  async GetExistingFundAsync() {
1178
1209
  var _a;
1179
- const choice = customFundChoice_api.superSelectionAppService.superBuyer.superChoice;
1180
- const choiceDetails = (_a = customFundChoice_api.superSelectionAppService.superBuyer.superChoice) === null || _a === void 0 ? void 0 : _a.choiceDetails;
1210
+ const choice = superSelectionApp_service.superSelectionAppService.superBuyer.superChoice;
1211
+ const choiceDetails = (_a = superSelectionApp_service.superSelectionAppService.superBuyer.superChoice) === null || _a === void 0 ? void 0 : _a.choiceDetails;
1181
1212
  if (!choice)
1182
- return customFundChoice_api.none;
1213
+ return superSelectionApp_service.none;
1183
1214
  if (!choiceDetails)
1184
- return customFundChoice_api.none;
1185
- const dateSubmitted = choice.dateSubmitted == undefined ? customFundChoice_api.none : customFundChoice_api.some(new Date(choice.dateSubmitted));
1186
- const usi = customFundChoice_api.getSuperChoiceUsi(choiceDetails);
1187
- const memberNumber = customFundChoice_api.getSuperChoiceMemberNumber(choiceDetails);
1215
+ return superSelectionApp_service.none;
1216
+ const dateSubmitted = choice.dateSubmitted == undefined ? superSelectionApp_service.none : superSelectionApp_service.some(new Date(choice.dateSubmitted));
1217
+ const usi = superSelectionApp_service.getSuperChoiceUsi(choiceDetails);
1218
+ const memberNumber = superSelectionApp_service.getSuperChoiceMemberNumber(choiceDetails);
1188
1219
  switch (choiceDetails.kind) {
1189
1220
  case 'Promoted': {
1190
- if (customFundChoice_api.isNone(usi))
1191
- return customFundChoice_api.none;
1221
+ if (superSelectionApp_service.isNone(usi))
1222
+ return superSelectionApp_service.none;
1192
1223
  const fund = await this.getFundByUsiAsync(usi.value);
1193
- return customFundChoice_api.some({
1224
+ return superSelectionApp_service.some({
1194
1225
  type: 'Promoted Fund',
1195
- id: customFundChoice_api.getPromotedFundId(choiceDetails.promoted),
1196
- name: customFundChoice_api.isSome(fund) ? fund.value.productName : usi.value,
1226
+ id: superSelectionApp_service.getPromotedFundId(choiceDetails.promoted),
1227
+ name: superSelectionApp_service.isSome(fund) ? fund.value.productName : usi.value,
1197
1228
  usi: usi,
1198
1229
  valid: 'Active',
1199
1230
  memberNumber: memberNumber,
@@ -1203,9 +1234,9 @@ class ExistingFundService {
1203
1234
  case 'MyOwnFund': {
1204
1235
  const fundUsi = choiceDetails.myOwnFund.usi;
1205
1236
  const fund = await this.getFundByUsiAsync(fundUsi);
1206
- return customFundChoice_api.some({
1237
+ return superSelectionApp_service.some({
1207
1238
  type: 'My Own Fund',
1208
- name: customFundChoice_api.isSome(fund) ? fund.value.productName : fundUsi,
1239
+ name: superSelectionApp_service.isSome(fund) ? fund.value.productName : fundUsi,
1209
1240
  usi: usi,
1210
1241
  valid: this.toFundValidState(fund),
1211
1242
  memberNumber: memberNumber,
@@ -1213,7 +1244,7 @@ class ExistingFundService {
1213
1244
  });
1214
1245
  }
1215
1246
  case 'SMSF':
1216
- return customFundChoice_api.some({
1247
+ return superSelectionApp_service.some({
1217
1248
  type: 'Self Managed Fund',
1218
1249
  name: choiceDetails.smsf.fundName,
1219
1250
  valid: 'Unknown',
@@ -1222,9 +1253,9 @@ class ExistingFundService {
1222
1253
  case 'Default': {
1223
1254
  const defaultUsi = choiceDetails.default.usi;
1224
1255
  const defaultFund = await this.getFundByUsiAsync(defaultUsi);
1225
- return customFundChoice_api.some({
1256
+ return superSelectionApp_service.some({
1226
1257
  type: 'Default Fund',
1227
- name: customFundChoice_api.isSome(defaultFund) ? defaultFund.value.productName : defaultUsi,
1258
+ name: superSelectionApp_service.isSome(defaultFund) ? defaultFund.value.productName : defaultUsi,
1228
1259
  usi: usi,
1229
1260
  valid: this.toFundValidState(defaultFund),
1230
1261
  lastNominatedAt: dateSubmitted
@@ -1233,10 +1264,10 @@ class ExistingFundService {
1233
1264
  case 'PromotedDefault': {
1234
1265
  const defaultUsi = choiceDetails.promotedDefault.usi;
1235
1266
  const defaultFund = await this.getFundByUsiAsync(defaultUsi);
1236
- return customFundChoice_api.some({
1267
+ return superSelectionApp_service.some({
1237
1268
  type: 'Promoted Default Fund',
1238
1269
  id: choiceDetails.promotedDefault.fundId,
1239
- name: customFundChoice_api.isSome(defaultFund) ? defaultFund.value.productName : defaultUsi,
1270
+ name: superSelectionApp_service.isSome(defaultFund) ? defaultFund.value.productName : defaultUsi,
1240
1271
  usi: usi,
1241
1272
  valid: this.toFundValidState(defaultFund),
1242
1273
  lastNominatedAt: dateSubmitted
@@ -1245,9 +1276,9 @@ class ExistingFundService {
1245
1276
  case 'DefinedBenefits': {
1246
1277
  const defaultUsi = choiceDetails.definedBenefits.usi;
1247
1278
  const fund = await this.getFundByUsiAsync(defaultUsi);
1248
- return customFundChoice_api.some({
1279
+ return superSelectionApp_service.some({
1249
1280
  type: 'Defined Benefits Fund',
1250
- name: customFundChoice_api.isSome(fund) ? fund.value.productName : defaultUsi,
1281
+ name: superSelectionApp_service.isSome(fund) ? fund.value.productName : defaultUsi,
1251
1282
  usi: usi,
1252
1283
  valid: this.toFundValidState(fund),
1253
1284
  lastNominatedAt: dateSubmitted
@@ -1256,10 +1287,10 @@ class ExistingFundService {
1256
1287
  case 'PromotedDefaultWithJoin': {
1257
1288
  const defaultUsi = choiceDetails.promotedDefaultWithJoin.usi;
1258
1289
  const defaultFund = await this.getFundByUsiAsync(defaultUsi);
1259
- return customFundChoice_api.some({
1290
+ return superSelectionApp_service.some({
1260
1291
  type: 'Promoted Default Fund With Join',
1261
1292
  id: choiceDetails.promotedDefaultWithJoin.fundId,
1262
- name: customFundChoice_api.isSome(defaultFund) ? defaultFund.value.productName : defaultUsi,
1293
+ name: superSelectionApp_service.isSome(defaultFund) ? defaultFund.value.productName : defaultUsi,
1263
1294
  usi: usi,
1264
1295
  valid: this.toFundValidState(defaultFund),
1265
1296
  memberNumber: memberNumber,
@@ -1267,11 +1298,11 @@ class ExistingFundService {
1267
1298
  });
1268
1299
  }
1269
1300
  default:
1270
- return customFundChoice_api.none;
1301
+ return superSelectionApp_service.none;
1271
1302
  }
1272
1303
  }
1273
1304
  async submitRetainSuperFundAsync(dto) {
1274
- return customFundChoice_api.buildBackendApiClient()
1305
+ return superSelectionApp_service.buildBackendApiClient()
1275
1306
  .url('super-choice/retain-super-fund')
1276
1307
  .post(dto)
1277
1308
  .badRequest(() => {
@@ -1280,10 +1311,10 @@ class ExistingFundService {
1280
1311
  .text();
1281
1312
  }
1282
1313
  getFundByUsiAsync(usi) {
1283
- return australianFundLookupService.getFundAsync(usi, true);
1314
+ return australianFundLookup_service.australianFundLookupService.getFundAsync(usi, true);
1284
1315
  }
1285
1316
  toFundValidState(fund) {
1286
- if (customFundChoice_api.isSome(fund)) {
1317
+ if (superSelectionApp_service.isSome(fund)) {
1287
1318
  return fund.value.isActive ? 'Active' : 'Inactive';
1288
1319
  }
1289
1320
  else {
@@ -1296,10 +1327,10 @@ const existingFundService = new ExistingFundService();
1296
1327
  const ExistingChoice = class {
1297
1328
  constructor(hostRef) {
1298
1329
  index.registerInstance(this, hostRef);
1299
- this.eventTrackingService = customFundChoice_api.EventTrackingService.Instance;
1330
+ this.eventTrackingService = eventTracking_service.EventTrackingService.Instance;
1300
1331
  this.createSuperFundNominationDetail = (fund) => {
1301
1332
  function toUndefined(opt) {
1302
- return customFundChoice_api.isSome(opt) ? opt.value : undefined;
1333
+ return superSelectionApp_service.isSome(opt) ? opt.value : undefined;
1303
1334
  }
1304
1335
  function getUsi(fund) {
1305
1336
  return 'usi' in fund ? toUndefined(fund.usi) : undefined;
@@ -1313,7 +1344,7 @@ const ExistingChoice = class {
1313
1344
  fundUsi: getUsi(fund),
1314
1345
  memberNumber: getMemberNumber(fund),
1315
1346
  fundStatus: fund.valid.toString(),
1316
- lastNominatedAt: customFundChoice_api.isSome(fund.lastNominatedAt) ? fund.lastNominatedAt.value.toISOString() : ''
1347
+ lastNominatedAt: superSelectionApp_service.isSome(fund.lastNominatedAt) ? fund.lastNominatedAt.value.toISOString() : ''
1317
1348
  };
1318
1349
  };
1319
1350
  }
@@ -1323,11 +1354,11 @@ const ExistingChoice = class {
1323
1354
  }
1324
1355
  async componentWillLoad() {
1325
1356
  const chosenFundOption = await existingFundService.GetExistingFundAsync();
1326
- if (customFundChoice_api.isSome(chosenFundOption) && chosenFundOption.value.valid !== 'Inactive') {
1357
+ if (superSelectionApp_service.isSome(chosenFundOption) && chosenFundOption.value.valid !== 'Inactive') {
1327
1358
  this.existingFund = chosenFundOption.value;
1328
1359
  }
1329
1360
  else {
1330
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.ChoicePage);
1361
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.ChoicePage);
1331
1362
  }
1332
1363
  }
1333
1364
  render() {
@@ -1385,12 +1416,12 @@ const ExistingChoice = class {
1385
1416
  async handleFundNominationAccepted() {
1386
1417
  const detail = this.createSuperFundNominationDetail(this.existingFund);
1387
1418
  await existingFundService.submitRetainSuperFundAsync(detail);
1388
- customFundChoice_api.superSelectionAppService.markSuperSelectionAsSubmitted();
1419
+ superSelectionApp_service.superSelectionAppService.markSuperSelectionAsSubmitted();
1389
1420
  }
1390
1421
  async handleFundNominationDeclined() {
1391
1422
  const detail = this.createSuperFundNominationDetail(this.existingFund);
1392
1423
  await this.eventTrackingService.TrackSuperFundNominationDeclinedAsync(detail);
1393
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.ChoicePage);
1424
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.ChoicePage);
1394
1425
  }
1395
1426
  };
1396
1427
 
@@ -1403,8 +1434,8 @@ const FooterSection = class {
1403
1434
  render() {
1404
1435
  return (index.h("div", { class: {
1405
1436
  'text-center text-gray-500 text-xs w-full max-w-960 mx-auto': true,
1406
- 'mt-8 sm:mt-20': !customFundChoice_api.superSelectionAppService.hideFooterSection
1407
- } }, !customFundChoice_api.superSelectionAppService.hideFooterSection && index.h("span", null, this.footerText()), index.h("p", { class: "block text-transparent" }, "v", AppVersion)));
1437
+ 'mt-8 sm:mt-20': !superSelectionApp_service.superSelectionAppService.hideFooterSection
1438
+ } }, !superSelectionApp_service.superSelectionAppService.hideFooterSection && index.h("span", null, this.footerText()), index.h("p", { class: "block text-transparent" }, "v", AppVersion)));
1408
1439
  }
1409
1440
  };
1410
1441
 
@@ -1416,15 +1447,15 @@ const RouteLink = (props, children) => {
1416
1447
  } }, children)));
1417
1448
  };
1418
1449
  const ChooseAnotherFundLink = (props) => {
1419
- let route = customFundChoice_api.SuperSelectionAppRoutes.MyOwnFund;
1420
- if (window.location.href.includes(customFundChoice_api.SuperSelectionAppRoutes.SelfManagedFund)) {
1421
- route = customFundChoice_api.SuperSelectionAppRoutes.SelfManagedFund;
1450
+ let route = eventTracking_service.SuperSelectionAppRoutes.MyOwnFund;
1451
+ if (window.location.href.includes(eventTracking_service.SuperSelectionAppRoutes.SelfManagedFund)) {
1452
+ route = eventTracking_service.SuperSelectionAppRoutes.SelfManagedFund;
1422
1453
  }
1423
- else if (window.location.href.includes(customFundChoice_api.SuperSelectionAppRoutes.DefaultFund)) {
1424
- route = customFundChoice_api.SuperSelectionAppRoutes.DefaultFund;
1454
+ else if (window.location.href.includes(eventTracking_service.SuperSelectionAppRoutes.DefaultFund)) {
1455
+ route = eventTracking_service.SuperSelectionAppRoutes.DefaultFund;
1425
1456
  }
1426
- else if (window.location.href.includes(customFundChoice_api.SuperSelectionAppRoutes.FeaturedFunds)) {
1427
- route = customFundChoice_api.SuperSelectionAppRoutes.FeaturedFunds;
1457
+ else if (window.location.href.includes(eventTracking_service.SuperSelectionAppRoutes.FeaturedFunds)) {
1458
+ route = eventTracking_service.SuperSelectionAppRoutes.FeaturedFunds;
1428
1459
  }
1429
1460
  return (index.h(RouteLink, { route: route, isActive: props.isActive }, "Choose another fund"));
1430
1461
  };
@@ -1433,7 +1464,7 @@ const HeaderSection = class {
1433
1464
  index.registerInstance(this, hostRef);
1434
1465
  }
1435
1466
  render() {
1436
- return (index.h("div", { class: "flex justify-center" }, index.h("div", { class: "text-center max-w-800" }, index.h("h3", { class: "font-bold mb-3 sm:mb-4 text-2xl sm:text-3xl" }, "Nominate a super fund"), index.h(index.Fragment, null, index.h("div", { class: "text-gray-600 sm:text-lg leading-7 sm:leading-8" }, customFundChoice_api.superSelectionAppService.superCampaignCanNotBeActivated ? (index.h(index.Fragment, null, "You can choose any super fund, including your current fund/SMSF or your employer\u2019s default fund.")) : (index.h(index.Fragment, null, "You can choose any super fund, including your current fund/SMSF, your employer\u2019s default fund, or alternatively, you can select from one of the featured\u00A0funds."))), !customFundChoice_api.superSelectionAppService.superCampaignCanNotBeActivated && (index.h("div", { class: "inline-flex mt-8 sm:mt-12 bg-primary-base rounded-lg p-0.5 whitespace-normal" }, index.h(RouteLink, { route: customFundChoice_api.SuperSelectionAppRoutes.ChoicePage, isActive: false }, "Featured super funds"), index.h(ChooseAnotherFundLink, { isActive: true })))))));
1467
+ return (index.h("div", { class: "flex justify-center" }, index.h("div", { class: "text-center max-w-800" }, index.h("h3", { class: "font-bold mb-3 sm:mb-4 text-2xl sm:text-3xl" }, "Nominate a super fund"), index.h(index.Fragment, null, index.h("div", { class: "text-gray-600 sm:text-lg leading-7 sm:leading-8" }, superSelectionApp_service.superSelectionAppService.superCampaignCanNotBeActivated ? (index.h(index.Fragment, null, "You can choose any super fund, including your current fund/SMSF or your employer\u2019s default fund.")) : (index.h(index.Fragment, null, "You can choose any super fund, including your current fund/SMSF, your employer\u2019s default fund, or alternatively, you can select from one of the featured\u00A0funds."))), !superSelectionApp_service.superSelectionAppService.superCampaignCanNotBeActivated && (index.h("div", { class: "inline-flex mt-8 sm:mt-12 bg-primary-base rounded-lg p-0.5 whitespace-normal" }, index.h(RouteLink, { route: eventTracking_service.SuperSelectionAppRoutes.ChoicePage, isActive: false }, "Featured super funds"), index.h(ChooseAnotherFundLink, { isActive: true })))))));
1437
1468
  }
1438
1469
  };
1439
1470
 
@@ -1462,7 +1493,7 @@ const MyOwnFundEngagementStep = class {
1462
1493
  index.registerInstance(this, hostRef);
1463
1494
  this.stepContinued = async (event) => {
1464
1495
  if (event.detail.sender == 'byof-engagement') {
1465
- await customFundChoice_api.EventTrackingService.Instance.TrackSuperMyOwnFundEngagementStepContinued(this.fundUsi, event.detail.reason);
1496
+ await eventTracking_service.EventTrackingService.Instance.TrackSuperMyOwnFundEngagementStepContinued(this.fundUsi, event.detail.reason);
1466
1497
  this.navigateToStandardChoice();
1467
1498
  }
1468
1499
  };
@@ -1481,40 +1512,40 @@ const MyOwnFundEngagementStep = class {
1481
1512
  };
1482
1513
  }
1483
1514
  async componentWillLoad() {
1484
- if (customFundChoice_api.superSelectionAppService.isBringYourOwnFundCustomStepEnabled &&
1485
- customFundChoice_api.superSelectionAppService.isUsingSuperCampaign &&
1486
- customFundChoice_api.Option.isSome(customFundChoice_api.state.myOwnFundForm.fundUsi) &&
1487
- customFundChoice_api.Option.isSome(customFundChoice_api.state.myOwnFundForm.fundName) &&
1488
- customFundChoice_api.Option.isSome(customFundChoice_api.state.myOwnFundForm.memberNumber) &&
1489
- customFundChoice_api.Option.isSome(customFundChoice_api.state.myOwnFundForm.memberFirstName) &&
1490
- customFundChoice_api.Option.isSome(customFundChoice_api.state.myOwnFundForm.memberFamilyName) &&
1491
- customFundChoice_api.Option.isSome(customFundChoice_api.superSelectionAppService.backendUrl) &&
1492
- customFundChoice_api.Option.isSome(customFundChoice_api.superSelectionAppService.state.jwt)) {
1493
- this.backendUrl = customFundChoice_api.superSelectionAppService.backendUrl.value;
1494
- this.accessToken = customFundChoice_api.superSelectionAppService.state.jwt.value;
1495
- this.fundUsi = customFundChoice_api.state.myOwnFundForm.fundUsi.value;
1496
- this.fundName = customFundChoice_api.state.myOwnFundForm.fundName.value;
1497
- this.memberNumber = customFundChoice_api.state.myOwnFundForm.memberNumber.value;
1498
- this.memberFirstName = customFundChoice_api.state.myOwnFundForm.memberFirstName.value;
1499
- this.memberFamilyName = customFundChoice_api.state.myOwnFundForm.memberFamilyName.value;
1515
+ if (superSelectionApp_service.superSelectionAppService.isBringYourOwnFundCustomStepEnabled &&
1516
+ superSelectionApp_service.superSelectionAppService.isUsingSuperCampaign &&
1517
+ superSelectionApp_service.Option.isSome(customFund_store.state.myOwnFundForm.fundUsi) &&
1518
+ superSelectionApp_service.Option.isSome(customFund_store.state.myOwnFundForm.fundName) &&
1519
+ superSelectionApp_service.Option.isSome(customFund_store.state.myOwnFundForm.memberNumber) &&
1520
+ superSelectionApp_service.Option.isSome(customFund_store.state.myOwnFundForm.memberFirstName) &&
1521
+ superSelectionApp_service.Option.isSome(customFund_store.state.myOwnFundForm.memberFamilyName) &&
1522
+ superSelectionApp_service.Option.isSome(superSelectionApp_service.superSelectionAppService.backendUrl) &&
1523
+ superSelectionApp_service.Option.isSome(superSelectionApp_service.superSelectionAppService.state.jwt)) {
1524
+ this.backendUrl = superSelectionApp_service.superSelectionAppService.backendUrl.value;
1525
+ this.accessToken = superSelectionApp_service.superSelectionAppService.state.jwt.value;
1526
+ this.fundUsi = customFund_store.state.myOwnFundForm.fundUsi.value;
1527
+ this.fundName = customFund_store.state.myOwnFundForm.fundName.value;
1528
+ this.memberNumber = customFund_store.state.myOwnFundForm.memberNumber.value;
1529
+ this.memberFirstName = customFund_store.state.myOwnFundForm.memberFirstName.value;
1530
+ this.memberFamilyName = customFund_store.state.myOwnFundForm.memberFamilyName.value;
1500
1531
  this.unSubscribeFromStepEvents();
1501
1532
  this.subscribeToStepEvents();
1502
- customFundChoice_api.superSelectionAppService.hideFooterSection = true;
1503
- await customFundChoice_api.EventTrackingService.Instance.TrackSuperMyOwnFundEngagementStepActivationSucceeded(this.fundUsi);
1533
+ superSelectionApp_service.superSelectionAppService.hideFooterSection = true;
1534
+ await eventTracking_service.EventTrackingService.Instance.TrackSuperMyOwnFundEngagementStepActivationSucceeded(this.fundUsi);
1504
1535
  }
1505
1536
  else {
1506
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.MyOwnFund);
1537
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.MyOwnFund);
1507
1538
  }
1508
1539
  }
1509
1540
  disconnectedCallback() {
1510
1541
  this.unSubscribeFromStepEvents();
1511
- customFundChoice_api.superSelectionAppService.hideFooterSection = false;
1542
+ superSelectionApp_service.superSelectionAppService.hideFooterSection = false;
1512
1543
  }
1513
1544
  render() {
1514
1545
  return (index.h(index.Host, null, index.h("apollo-super-byof-engagement", { "backend-url": this.backendUrl, "access-token": this.accessToken, "fund-usi": this.fundUsi })));
1515
1546
  }
1516
1547
  navigateToStandardChoice() {
1517
- customFundChoice_api.navigationService.navigateInternallyToStandardChoice({
1548
+ eventTracking_service.navigationService.navigateInternallyToStandardChoice({
1518
1549
  history: this.history,
1519
1550
  fundName: this.fundName,
1520
1551
  fundDetails: {
@@ -1524,13 +1555,13 @@ const MyOwnFundEngagementStep = class {
1524
1555
  memberNumber: this.memberNumber
1525
1556
  },
1526
1557
  handleSubmitFn: async (standardChoiceFormSignature) => {
1527
- const customFundChoiceDto = Object.assign({ fundUsi: this.fundUsi, memberNumber: this.memberNumber, memberFirstName: this.memberFirstName, memberFamilyName: this.memberFamilyName, standardChoiceFormSignature }, customFundChoice_api.superSelectionAppService.promotedFundsConfig);
1528
- await customFundChoice_api.customFundChoiceApi.submitCustomFundChoiceAsync(customFundChoiceDto);
1558
+ const customFundChoiceDto = Object.assign({ fundUsi: this.fundUsi, memberNumber: this.memberNumber, memberFirstName: this.memberFirstName, memberFamilyName: this.memberFamilyName, standardChoiceFormSignature }, superSelectionApp_service.superSelectionAppService.promotedFundsConfig);
1559
+ await eventTracking_service.customFundChoiceApi.submitCustomFundChoiceAsync(customFundChoiceDto);
1529
1560
  }
1530
1561
  });
1531
1562
  }
1532
1563
  };
1533
- customFundChoice_api.injectHistory(MyOwnFundEngagementStep);
1564
+ injectHistory.injectHistory(MyOwnFundEngagementStep);
1534
1565
 
1535
1566
  const MemberNameInput = class {
1536
1567
  constructor(hostRef) {
@@ -1597,8 +1628,8 @@ const Prefill = class {
1597
1628
  window.removeEventListener('popstate', this.ignorePopState);
1598
1629
  }
1599
1630
  async componentWillLoad() {
1600
- this.prefill = customFundChoice_api.isSome(customFundChoice_api.superSelectionAppService.state.superChoicePrefill)
1601
- ? customFundChoice_api.superSelectionAppService.state.superChoicePrefill.value
1631
+ this.prefill = superSelectionApp_service.isSome(superSelectionApp_service.superSelectionAppService.state.superChoicePrefill)
1632
+ ? superSelectionApp_service.superSelectionAppService.state.superChoicePrefill.value
1602
1633
  : undefined;
1603
1634
  }
1604
1635
  render() {
@@ -1618,7 +1649,7 @@ const Prefill = class {
1618
1649
  return this.renderInvalidSMSF(this.prefill.data);
1619
1650
  }
1620
1651
  }
1621
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.ChoicePage);
1652
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.ChoicePage);
1622
1653
  return null;
1623
1654
  }
1624
1655
  renderMyOwnFund(data) {
@@ -1979,7 +2010,7 @@ class BankAccountNumber extends FormField {
1979
2010
  const PrefillInvalidMyOwnFund = class {
1980
2011
  constructor(hostRef) {
1981
2012
  index.registerInstance(this, hostRef);
1982
- this.eventTrackingService = customFundChoice_api.EventTrackingService.Instance;
2013
+ this.eventTrackingService = eventTracking_service.EventTrackingService.Instance;
1983
2014
  this.createSuperFundPrefillDeclinedDetail = (prefill) => {
1984
2015
  return {
1985
2016
  fundType: 'My Own Fund',
@@ -2014,7 +2045,7 @@ const PrefillInvalidMyOwnFund = class {
2014
2045
  else {
2015
2046
  // If prefill does not exist, or is valid we should
2016
2047
  // not have landed on this page, navigate to choice page
2017
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.ChoicePage);
2048
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.ChoicePage);
2018
2049
  }
2019
2050
  }
2020
2051
  render() {
@@ -2025,14 +2056,14 @@ const PrefillInvalidMyOwnFund = class {
2025
2056
  async handleChooseAnotherFund() {
2026
2057
  const detail = this.createSuperFundPrefillDeclinedDetail(this.prefill);
2027
2058
  await this.eventTrackingService.TrackSuperFundPrefillDeclinedAsync(detail);
2028
- return customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.ChoicePage);
2059
+ return eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.ChoicePage);
2029
2060
  }
2030
2061
  };
2031
2062
 
2032
2063
  const PrefillInvalidSMSF = class {
2033
2064
  constructor(hostRef) {
2034
2065
  index.registerInstance(this, hostRef);
2035
- this.eventTrackingService = customFundChoice_api.EventTrackingService.Instance;
2066
+ this.eventTrackingService = eventTracking_service.EventTrackingService.Instance;
2036
2067
  this.createSuperFundPrefillDeclinedDetail = (prefill) => {
2037
2068
  return {
2038
2069
  fundType: 'SMSF',
@@ -2061,7 +2092,7 @@ const PrefillInvalidSMSF = class {
2061
2092
  else {
2062
2093
  // If prefill does not exist, or is valid we should
2063
2094
  // not have landed on this page, navigate to PrefillInvalidMyOwnFundPage page
2064
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.PrefillInvalidMyOwnFundPage);
2095
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.PrefillInvalidMyOwnFundPage);
2065
2096
  }
2066
2097
  }
2067
2098
  render() {
@@ -2088,7 +2119,7 @@ const PrefillInvalidSMSF = class {
2088
2119
  async handleFundNominationDeclined() {
2089
2120
  const detail = this.createSuperFundPrefillDeclinedDetail(this.prefill);
2090
2121
  await this.eventTrackingService.TrackSuperFundPrefillDeclinedAsync(detail);
2091
- return customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.ChoicePage);
2122
+ return eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.ChoicePage);
2092
2123
  }
2093
2124
  };
2094
2125
 
@@ -2098,7 +2129,7 @@ const PrefillMyOwnFund = class {
2098
2129
  this.mode = 'review';
2099
2130
  this.formState = 'pristine';
2100
2131
  this.isSubmitDisabled = true;
2101
- this.eventTrackingService = customFundChoice_api.EventTrackingService.Instance;
2132
+ this.eventTrackingService = eventTracking_service.EventTrackingService.Instance;
2102
2133
  this.createSuperFundPrefillDeclinedDetail = (prefill) => {
2103
2134
  return {
2104
2135
  fundType: 'My Own Fund',
@@ -2129,7 +2160,7 @@ const PrefillMyOwnFund = class {
2129
2160
  else {
2130
2161
  // If prefill does not exist, or is invalid we should
2131
2162
  // not have landed on this page, navigate to choice page
2132
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.ChoicePage);
2163
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.ChoicePage);
2133
2164
  }
2134
2165
  }
2135
2166
  render() {
@@ -2192,7 +2223,7 @@ const PrefillMyOwnFund = class {
2192
2223
  if (this.mode === 'edit' && !this.formElement.checkValidity()) {
2193
2224
  return;
2194
2225
  }
2195
- customFundChoice_api.navigationService.navigateInternallyToStandardChoice({
2226
+ eventTracking_service.navigationService.navigateInternallyToStandardChoice({
2196
2227
  history: this.history,
2197
2228
  fundName: this.fundName.value,
2198
2229
  fundDetails: {
@@ -2202,15 +2233,15 @@ const PrefillMyOwnFund = class {
2202
2233
  memberNumber: this.memberNumber.value
2203
2234
  },
2204
2235
  handleSubmitFn: async (standardChoiceFormSignature) => {
2205
- const customFundChoiceDto = Object.assign({ fundUsi: this.fundUsi.value, memberNumber: this.memberNumber.value, memberFirstName: this.memberGivenNames.value, memberFamilyName: this.memberLastName.value, standardChoiceFormSignature }, customFundChoice_api.superSelectionAppService.promotedFundsConfig);
2206
- await customFundChoice_api.customFundChoiceApi.submitCustomFundChoiceAsync(customFundChoiceDto);
2236
+ const customFundChoiceDto = Object.assign({ fundUsi: this.fundUsi.value, memberNumber: this.memberNumber.value, memberFirstName: this.memberGivenNames.value, memberFamilyName: this.memberLastName.value, standardChoiceFormSignature }, superSelectionApp_service.superSelectionAppService.promotedFundsConfig);
2237
+ await eventTracking_service.customFundChoiceApi.submitCustomFundChoiceAsync(customFundChoiceDto);
2207
2238
  }
2208
2239
  });
2209
2240
  }
2210
2241
  async handleFundNominationDeclined() {
2211
2242
  const detail = this.createSuperFundPrefillDeclinedDetail(this.prefill);
2212
2243
  await this.eventTrackingService.TrackSuperFundPrefillDeclinedAsync(detail);
2213
- return customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.ChoicePage);
2244
+ return eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.ChoicePage);
2214
2245
  }
2215
2246
  };
2216
2247
 
@@ -2332,7 +2363,7 @@ const PrefillSMSF = class {
2332
2363
  this.mode = 'review';
2333
2364
  this.formState = 'pristine';
2334
2365
  this.isSubmitDisabled = true;
2335
- this.eventTrackingService = customFundChoice_api.EventTrackingService.Instance;
2366
+ this.eventTrackingService = eventTracking_service.EventTrackingService.Instance;
2336
2367
  this.createSuperFundPrefillDeclinedDetail = (prefill) => {
2337
2368
  return {
2338
2369
  fundType: 'SMSF',
@@ -2361,7 +2392,7 @@ const PrefillSMSF = class {
2361
2392
  else {
2362
2393
  // If prefill does not exist, or is invalid we should
2363
2394
  // not have landed on this page, navigate to PrefillInvalidSMSFPage page
2364
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.PrefillInvalidSMSFPage);
2395
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.PrefillInvalidSMSFPage);
2365
2396
  }
2366
2397
  }
2367
2398
  render() {
@@ -2513,7 +2544,7 @@ const PrefillSMSF = class {
2513
2544
  if (this.mode === 'edit' && !this.formElement.checkValidity()) {
2514
2545
  return;
2515
2546
  }
2516
- customFundChoice_api.navigationService.navigateInternallyToStandardChoice({
2547
+ eventTracking_service.navigationService.navigateInternallyToStandardChoice({
2517
2548
  history: this.history,
2518
2549
  fundName: 'Self-managed super fund',
2519
2550
  fundDetails: {
@@ -2540,8 +2571,8 @@ const PrefillSMSF = class {
2540
2571
  electronicServiceAddress: this.fundEsa.value,
2541
2572
  memberFirstName: this.memberGivenNames.value,
2542
2573
  memberFamilyName: this.memberLastName.value
2543
- }, standardChoiceFormSignature }, customFundChoice_api.superSelectionAppService.promotedFundsConfig);
2544
- await customFundChoice_api.customFundChoiceApi.submitSelfManagedFundChoiceAsync(smsfChoiceDto);
2574
+ }, standardChoiceFormSignature }, superSelectionApp_service.superSelectionAppService.promotedFundsConfig);
2575
+ await eventTracking_service.customFundChoiceApi.submitSelfManagedFundChoiceAsync(smsfChoiceDto);
2545
2576
  }
2546
2577
  });
2547
2578
  }
@@ -2567,7 +2598,7 @@ const PrefillSMSF = class {
2567
2598
  async handleFundNominationDeclined() {
2568
2599
  const detail = this.createSuperFundPrefillDeclinedDetail(this.prefill);
2569
2600
  await this.eventTrackingService.TrackSuperFundPrefillDeclinedAsync(detail);
2570
- return customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.ChoicePage);
2601
+ return eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.ChoicePage);
2571
2602
  }
2572
2603
  };
2573
2604
 
@@ -2583,6 +2614,206 @@ const PrefillWarningBox = class {
2583
2614
  }
2584
2615
  };
2585
2616
 
2617
+ class SuperCampaignErrorApi {
2618
+ static get Instance() {
2619
+ return this.instance || (this.instance = new this());
2620
+ }
2621
+ async PostError(error) {
2622
+ superSelectionApp_service.buildBackendApiClient().url('super-campaign/errors').post(error);
2623
+ }
2624
+ }
2625
+
2626
+ class PromotedFundChoiceApi {
2627
+ async submitChoiceAsync(dto) {
2628
+ return superSelectionApp_service.buildBackendApiClient()
2629
+ .url('super-choice/promoted-fund')
2630
+ .post(dto)
2631
+ .badRequest(() => {
2632
+ throw new Error('Failed to process Promoted Fund choice request');
2633
+ })
2634
+ .text();
2635
+ }
2636
+ async submitDefaultChoiceAsync(dto) {
2637
+ return superSelectionApp_service.buildBackendApiClient()
2638
+ .url('super-choice/promoted-fund/default')
2639
+ .post(dto)
2640
+ .badRequest(() => {
2641
+ throw new Error('Failed to process Promoted Default Fund choice request');
2642
+ })
2643
+ .text();
2644
+ }
2645
+ async submitDefaultChoiceWithJoinAsync(dto) {
2646
+ return superSelectionApp_service.buildBackendApiClient()
2647
+ .url('super-choice/promoted-fund/default-with-join')
2648
+ .post(dto)
2649
+ .badRequest(() => {
2650
+ throw new Error('Failed to process Promoted Default Fund With Join choice request');
2651
+ })
2652
+ .text();
2653
+ }
2654
+ }
2655
+ const promotedFundChoiceApi = new PromotedFundChoiceApi();
2656
+
2657
+ const LoadWaitingTimeout$1 = 30000;
2658
+
2659
+ var SuperPromotedFundComponentStatus;
2660
+ (function (SuperPromotedFundComponentStatus) {
2661
+ SuperPromotedFundComponentStatus[SuperPromotedFundComponentStatus["NotLoaded"] = 1] = "NotLoaded";
2662
+ SuperPromotedFundComponentStatus[SuperPromotedFundComponentStatus["Loaded"] = 2] = "Loaded";
2663
+ })(SuperPromotedFundComponentStatus || (SuperPromotedFundComponentStatus = {}));
2664
+ let superPromotedFundComponentStatus = SuperPromotedFundComponentStatus.NotLoaded;
2665
+ const SuperPromotedFundHost = class {
2666
+ constructor(hostRef) {
2667
+ index.registerInstance(this, hostRef);
2668
+ this.subscribeToSuperPromotedFundEvents = () => {
2669
+ for (const eventName in this.promotedFundEventHandlers) {
2670
+ document.addEventListener(eventName, this.promotedFundEventHandlers[eventName]);
2671
+ }
2672
+ };
2673
+ this.unSubscribeFromSuperPromotedFundEvents = () => {
2674
+ for (const eventName in this.promotedFundEventHandlers) {
2675
+ document.removeEventListener(eventName, this.promotedFundEventHandlers[eventName]);
2676
+ }
2677
+ };
2678
+ this.promotedFundLoaded = async (event) => {
2679
+ if (event.detail.sender === 'super-promoted-fund') {
2680
+ superPromotedFundComponentStatus = SuperPromotedFundComponentStatus.Loaded;
2681
+ clearTimeout(this.loadingTimeoutRef);
2682
+ }
2683
+ };
2684
+ this.promotedFundCompleted = async (event) => {
2685
+ if (event.detail.sender === 'super-promoted-fund') {
2686
+ const { fundType, fundId, fundUsi, fundName, memberNumber } = event.detail;
2687
+ const fundDetails = this.buildFundDetails(fundType, fundId, fundUsi, fundName, memberNumber);
2688
+ const handleSubmitFn = this.buildHandleSubmitFn(event.detail);
2689
+ eventTracking_service.navigationService.navigateInternallyToStandardChoice({
2690
+ history: this.history,
2691
+ fundName,
2692
+ promotedFundId: fundId,
2693
+ fundDetails,
2694
+ handleSubmitFn
2695
+ });
2696
+ }
2697
+ };
2698
+ this.promotedFundCancelled = async (event) => {
2699
+ if (event.detail.sender === 'super-promoted-fund') {
2700
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.MyOwnFund);
2701
+ }
2702
+ };
2703
+ this.superCampaignLoadFailed = async (event) => {
2704
+ if (event.detail.sender === 'super-promoted-fund') {
2705
+ await this.activateFallbackMechanism({
2706
+ type: 'SuperCampaignActivationFailed',
2707
+ reason: event.detail.reason || 'Unknown'
2708
+ });
2709
+ }
2710
+ };
2711
+ this.superCampaignFailed = async (event) => {
2712
+ if (event.detail.sender === 'super-promoted-fund') {
2713
+ await this.activateFallbackMechanism({
2714
+ type: 'SuperCampaignOperationFailed',
2715
+ reason: event.detail.reason || 'Unknown'
2716
+ });
2717
+ }
2718
+ };
2719
+ this.promotedFundEventHandlers = {
2720
+ 'promoted-fund-loaded': this.promotedFundLoaded.bind(this),
2721
+ 'promoted-fund-completed': this.promotedFundCompleted.bind(this),
2722
+ 'promoted-fund-cancelled': this.promotedFundCancelled.bind(this),
2723
+ 'super-campaign-load-failed': this.superCampaignLoadFailed.bind(this),
2724
+ 'super-campaign-failed': this.superCampaignFailed.bind(this)
2725
+ };
2726
+ }
2727
+ async componentWillLoad() {
2728
+ if (superSelectionApp_service.Option.isSome(superSelectionApp_service.superSelectionAppService.backendUrl) &&
2729
+ superSelectionApp_service.Option.isSome(superSelectionApp_service.superSelectionAppService.state.jwt)) {
2730
+ this.backendUrl = superSelectionApp_service.superSelectionAppService.backendUrl.value;
2731
+ this.accessToken = superSelectionApp_service.superSelectionAppService.state.jwt.value;
2732
+ superSelectionApp_service.superSelectionAppService.hideFooterSection = true;
2733
+ if (superPromotedFundComponentStatus === SuperPromotedFundComponentStatus.NotLoaded) {
2734
+ this.loadingTimeoutRef = setTimeout(this.promotedFundLoadingTimeoutTriggered.bind(this), LoadWaitingTimeout$1);
2735
+ }
2736
+ this.subscribeToSuperPromotedFundEvents();
2737
+ }
2738
+ else {
2739
+ throw Error(`SuperPromotedFundHost pre-requisites not met.`);
2740
+ }
2741
+ }
2742
+ disconnectedCallback() {
2743
+ clearTimeout(this.loadingTimeoutRef);
2744
+ this.unSubscribeFromSuperPromotedFundEvents();
2745
+ superSelectionApp_service.superSelectionAppService.hideFooterSection = false;
2746
+ }
2747
+ render() {
2748
+ return (index.h(index.Host, null, index.h("apollo-super-promoted-fund", { "backend-url": this.backendUrl, "access-token": this.accessToken })));
2749
+ }
2750
+ buildFundDetails(fundType, fundId, fundUsi, fundName, memberNumber) {
2751
+ switch (fundType) {
2752
+ case 'Promoted':
2753
+ return {
2754
+ type: 'promoted',
2755
+ fundName,
2756
+ fundUsi,
2757
+ memberNumber: memberNumber !== null && memberNumber !== void 0 ? memberNumber : '',
2758
+ promotedFundId: fundId
2759
+ };
2760
+ case 'PromotedDefault':
2761
+ return {
2762
+ type: 'promotedDefault',
2763
+ fundName,
2764
+ fundUsi,
2765
+ promotedFundId: fundId
2766
+ };
2767
+ case 'PromotedDefaultWithJoin':
2768
+ return {
2769
+ type: 'promotedDefaultWithJoin',
2770
+ fundName,
2771
+ fundUsi,
2772
+ memberNumber: memberNumber !== null && memberNumber !== void 0 ? memberNumber : '',
2773
+ promotedFundId: fundId
2774
+ };
2775
+ }
2776
+ }
2777
+ buildHandleSubmitFn(detail) {
2778
+ const { fundType, fundId, fundUsi, memberNumber, memberFirstName, memberFamilyName, sourceOfJoin, isDefaultExclusive } = detail;
2779
+ const defaultFundUsiSet = superSelectionApp_service.Option.toUndefined(superSelectionApp_service.superSelectionAppService.defaultFundUsi);
2780
+ const promotedFundsConfig = superSelectionApp_service.superSelectionAppService.promotedFundsConfig;
2781
+ switch (fundType) {
2782
+ case 'Promoted':
2783
+ return (standardChoiceFormSignature) => promotedFundChoiceApi.submitChoiceAsync(Object.assign({ fundId, memberNumber: memberNumber !== null && memberNumber !== void 0 ? memberNumber : '', memberFirstName,
2784
+ memberFamilyName, usi: fundUsi, standardChoiceFormSignature,
2785
+ defaultFundUsiSet, placementId: 'panel', sourceOfJoin,
2786
+ isDefaultExclusive }, promotedFundsConfig));
2787
+ case 'PromotedDefault':
2788
+ return (standardChoiceFormSignature) => promotedFundChoiceApi.submitDefaultChoiceAsync(Object.assign({ fundId, usi: fundUsi, standardChoiceFormSignature,
2789
+ defaultFundUsiSet, placementId: 'panel', sourceOfJoin,
2790
+ isDefaultExclusive }, promotedFundsConfig));
2791
+ case 'PromotedDefaultWithJoin':
2792
+ return (standardChoiceFormSignature) => promotedFundChoiceApi.submitDefaultChoiceWithJoinAsync(Object.assign({ fundId, memberNumber: memberNumber !== null && memberNumber !== void 0 ? memberNumber : '', memberFirstName: memberFirstName !== null && memberFirstName !== void 0 ? memberFirstName : '', memberFamilyName: memberFamilyName !== null && memberFamilyName !== void 0 ? memberFamilyName : '', usi: fundUsi, standardChoiceFormSignature,
2793
+ defaultFundUsiSet, placementId: 'panel', sourceOfJoin,
2794
+ isDefaultExclusive }, promotedFundsConfig));
2795
+ }
2796
+ }
2797
+ async activateFallbackMechanism(error) {
2798
+ if (superSelectionApp_service.superSelectionAppService.superCampaignComponentStatus !==
2799
+ superSelectionApp_service.SuperCampaignComponentStatus.NotWorking) {
2800
+ superSelectionApp_service.superSelectionAppService.superCampaignComponentStatus =
2801
+ superSelectionApp_service.SuperCampaignComponentStatus.NotWorking;
2802
+ await SuperCampaignErrorApi.Instance.PostError(error);
2803
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.MyOwnFund);
2804
+ }
2805
+ }
2806
+ async promotedFundLoadingTimeoutTriggered() {
2807
+ if (superPromotedFundComponentStatus !== SuperPromotedFundComponentStatus.Loaded) {
2808
+ this.activateFallbackMechanism({
2809
+ type: 'SuperCampaignActivationFailed',
2810
+ reason: `Activation timeout was triggered after:${LoadWaitingTimeout$1 / 1000} seconds`
2811
+ });
2812
+ }
2813
+ }
2814
+ };
2815
+ injectHistory.injectHistory(SuperPromotedFundHost);
2816
+
2586
2817
  const SmsfEngagementStep = class {
2587
2818
  constructor(hostRef) {
2588
2819
  index.registerInstance(this, hostRef);
@@ -2602,7 +2833,7 @@ const SmsfEngagementStep = class {
2602
2833
  };
2603
2834
  this.stepContinued = async (event) => {
2604
2835
  if (event.detail.sender == 'smsf-engagement') {
2605
- await customFundChoice_api.EventTrackingService.Instance.TrackSuperSmsfEngagementStepContinued(event.detail.reason);
2836
+ await eventTracking_service.EventTrackingService.Instance.TrackSuperSmsfEngagementStepContinued(event.detail.reason);
2606
2837
  this.navigateToStandardChoice();
2607
2838
  }
2608
2839
  };
@@ -2621,34 +2852,34 @@ const SmsfEngagementStep = class {
2621
2852
  };
2622
2853
  }
2623
2854
  async componentWillLoad() {
2624
- if (customFundChoice_api.superSelectionAppService.isSmsfCustomStepEnabled &&
2625
- customFundChoice_api.superSelectionAppService.isUsingSuperCampaign &&
2626
- this.allFormFieldsAreFilled(customFundChoice_api.state.selfManagedFundForm) &&
2627
- customFundChoice_api.Option.isSome(customFundChoice_api.superSelectionAppService.backendUrl) &&
2628
- customFundChoice_api.Option.isSome(customFundChoice_api.superSelectionAppService.state.jwt)) {
2629
- this.backendUrl = customFundChoice_api.superSelectionAppService.backendUrl.value;
2630
- this.accessToken = customFundChoice_api.superSelectionAppService.state.jwt.value;
2631
- this.accountId = customFundChoice_api.superSelectionAppService.accountIdOrDefault;
2632
- this.partnerId = customFundChoice_api.superSelectionAppService.partnerIdOrDefault;
2633
- this.initialiseFormState(customFundChoice_api.state.selfManagedFundForm);
2855
+ if (superSelectionApp_service.superSelectionAppService.isSmsfCustomStepEnabled &&
2856
+ superSelectionApp_service.superSelectionAppService.isUsingSuperCampaign &&
2857
+ this.allFormFieldsAreFilled(customFund_store.state.selfManagedFundForm) &&
2858
+ superSelectionApp_service.Option.isSome(superSelectionApp_service.superSelectionAppService.backendUrl) &&
2859
+ superSelectionApp_service.Option.isSome(superSelectionApp_service.superSelectionAppService.state.jwt)) {
2860
+ this.backendUrl = superSelectionApp_service.superSelectionAppService.backendUrl.value;
2861
+ this.accessToken = superSelectionApp_service.superSelectionAppService.state.jwt.value;
2862
+ this.accountId = superSelectionApp_service.superSelectionAppService.accountIdOrDefault;
2863
+ this.partnerId = superSelectionApp_service.superSelectionAppService.partnerIdOrDefault;
2864
+ this.initialiseFormState(customFund_store.state.selfManagedFundForm);
2634
2865
  this.unSubscribeFromStepEvents();
2635
2866
  this.subscribeToStepEvents();
2636
- customFundChoice_api.superSelectionAppService.hideFooterSection = true;
2637
- await customFundChoice_api.EventTrackingService.Instance.TrackSuperSmsfEngagementStepActivationSucceeded();
2867
+ superSelectionApp_service.superSelectionAppService.hideFooterSection = true;
2868
+ await eventTracking_service.EventTrackingService.Instance.TrackSuperSmsfEngagementStepActivationSucceeded();
2638
2869
  }
2639
2870
  else {
2640
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.SelfManagedFund);
2871
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.SelfManagedFund);
2641
2872
  }
2642
2873
  }
2643
2874
  disconnectedCallback() {
2644
2875
  this.unSubscribeFromStepEvents();
2645
- customFundChoice_api.superSelectionAppService.hideFooterSection = false;
2876
+ superSelectionApp_service.superSelectionAppService.hideFooterSection = false;
2646
2877
  }
2647
2878
  render() {
2648
2879
  return (index.h(index.Host, null, index.h("apollo-super-smsf-engagement", { "backend-url": this.backendUrl, "access-token": this.accessToken, "account-id": this.accountId, "partner-id": this.partnerId })));
2649
2880
  }
2650
2881
  navigateToStandardChoice() {
2651
- customFundChoice_api.navigationService.navigateInternallyToStandardChoice({
2882
+ eventTracking_service.navigationService.navigateInternallyToStandardChoice({
2652
2883
  history: this.history,
2653
2884
  fundName: 'Self-managed super fund',
2654
2885
  fundDetails: {
@@ -2673,8 +2904,8 @@ const SmsfEngagementStep = class {
2673
2904
  electronicServiceAddress: this.fundEsa,
2674
2905
  memberFirstName: this.memberFirstName,
2675
2906
  memberFamilyName: this.memberFamilyName
2676
- }, standardChoiceFormSignature }, customFundChoice_api.superSelectionAppService.promotedFundsConfig);
2677
- await customFundChoice_api.customFundChoiceApi.submitSelfManagedFundChoiceAsync(requestDto);
2907
+ }, standardChoiceFormSignature }, superSelectionApp_service.superSelectionAppService.promotedFundsConfig);
2908
+ await eventTracking_service.customFundChoiceApi.submitSelfManagedFundChoiceAsync(requestDto);
2678
2909
  }
2679
2910
  });
2680
2911
  }
@@ -2696,14 +2927,14 @@ const SmsfEngagementStep = class {
2696
2927
  this.memberFamilyName = selfManagedFundForm.memberFamilyName;
2697
2928
  }
2698
2929
  };
2699
- customFundChoice_api.injectHistory(SmsfEngagementStep);
2930
+ injectHistory.injectHistory(SmsfEngagementStep);
2700
2931
 
2701
2932
  const StandardChoiceFormInputDefaultFund = class {
2702
2933
  constructor(hostRef) {
2703
2934
  index.registerInstance(this, hostRef);
2704
2935
  this.standardChoiceFormSignature = '';
2705
2936
  this.isSubmitDisabled = true;
2706
- this.eventTrackingService = customFundChoice_api.EventTrackingService.Instance;
2937
+ this.eventTrackingService = eventTracking_service.EventTrackingService.Instance;
2707
2938
  this.ignorePopState = () => window.history.pushState(null, '', null);
2708
2939
  }
2709
2940
  connectedCallback() {
@@ -2714,9 +2945,9 @@ const StandardChoiceFormInputDefaultFund = class {
2714
2945
  window.removeEventListener('popstate', this.ignorePopState);
2715
2946
  }
2716
2947
  render() {
2717
- return (index.h(index.Host, null, index.h("div", { class: "text-2xl sm:text-3xl font-bold text-center" }, "Confirm your super choice"), index.h("div", { class: "sm:text-lg text-gray-600 max-w-800 mt-4 text-center leading-7 sm:leading-8" }, "Your authorisation is required to complete your super choice by signing the standard choice form, which informs your employer of your choice of fund."), index.h("div", { class: "flex justify-center mt-8 sm:mt-12" }, index.h("div", { class: "max-w-560" }, index.h("div", { class: "p-4 sm:p-6 border shadow-sm rounded-lg flex flex-col sm:flex-row" }, this.renderLogo(), index.h("div", { class: "flex justify-between w-full" }, index.h("div", null, index.h("div", { class: "text-xs font-semibold text-gray-500 uppercase" }, "Nominated fund"), index.h("div", { class: "text-sm mt-2" }, customFundChoice_api.state$1.fundName)), index.h("div", { class: "grid content-center ml-4" }, index.h("sss-button", { testid: "change-fund-button", size: "xs", variant: "secondary", promiseFn: async () => {
2948
+ return (index.h(index.Host, null, index.h("div", { class: "text-2xl sm:text-3xl font-bold text-center" }, "Confirm your super choice"), index.h("div", { class: "sm:text-lg text-gray-600 max-w-800 mt-4 text-center leading-7 sm:leading-8" }, "Your authorisation is required to complete your super choice by signing the standard choice form, which informs your employer of your choice of fund."), index.h("div", { class: "flex justify-center mt-8 sm:mt-12" }, index.h("div", { class: "max-w-560" }, index.h("div", { class: "p-4 sm:p-6 border shadow-sm rounded-lg flex flex-col sm:flex-row" }, this.renderLogo(), index.h("div", { class: "flex justify-between w-full" }, index.h("div", null, index.h("div", { class: "text-xs font-semibold text-gray-500 uppercase" }, "Nominated fund"), index.h("div", { class: "text-sm mt-2" }, eventTracking_service.state.fundName)), index.h("div", { class: "grid content-center ml-4" }, index.h("sss-button", { testid: "change-fund-button", size: "xs", variant: "secondary", promiseFn: async () => {
2718
2949
  await this.trackChangeRequestedAsync();
2719
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.ChoicePage);
2950
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.ChoicePage);
2720
2951
  } }, "Change")))), index.h("div", { class: "mt-4 p-4 sm:p-6 border shadow-sm rounded-lg" }, index.h("div", { class: "sm:text-lg font-bold" }, "Superannuation Standard Choice Form"), index.h("div", { class: "bg-blue-50 border-l-4 border-blue-400 p-4 mt-3" }, index.h("div", { class: "flex" }, index.h("div", { class: "flex-shrink-0" }, index.h("img", { class: "h-5 w-5", src: index.getAssetPath('assets/icon-information-circle.svg') })), index.h("div", { class: "ml-2" }, index.h("p", { class: "text-sm text-blue-800 leading-5" }, "Applying your full name in the text field below is the same as applying your written signature and is legally binding.")))), index.h("form", { noValidate: true, onSubmit: (ev) => ev.preventDefault(), class: {
2721
2952
  'mt-3': true,
2722
2953
  'was-validated': this.formState === 'validated'
@@ -2744,38 +2975,38 @@ const StandardChoiceFormInputDefaultFund = class {
2744
2975
  }
2745
2976
  async trackChangeRequestedAsync() {
2746
2977
  const common = {
2747
- promotedFundsShown: customFundChoice_api.superSelectionAppService.promotedFunds,
2748
- defaultFundUsiSet: customFundChoice_api.toUndefined(customFundChoice_api.superSelectionAppService.defaultFundUsi)
2978
+ promotedFundsShown: superSelectionApp_service.superSelectionAppService.promotedFunds,
2979
+ defaultFundUsiSet: superSelectionApp_service.toUndefined(superSelectionApp_service.superSelectionAppService.defaultFundUsi)
2749
2980
  };
2750
- switch (customFundChoice_api.state$1.fundDetails.type) {
2981
+ switch (eventTracking_service.state.fundDetails.type) {
2751
2982
  case 'default':
2752
2983
  await this.eventTrackingService.TrackSuperFundDetailChangeRequestedAsync({
2753
- DefaultFund: Object.assign(Object.assign({}, customFundChoice_api.state$1.fundDetails), common)
2984
+ DefaultFund: Object.assign(Object.assign({}, eventTracking_service.state.fundDetails), common)
2754
2985
  });
2755
2986
  break;
2756
2987
  case 'myOwnFund':
2757
2988
  await this.eventTrackingService.TrackSuperFundDetailChangeRequestedAsync({
2758
- MyOwnFund: Object.assign(Object.assign({}, customFundChoice_api.state$1.fundDetails), common)
2989
+ MyOwnFund: Object.assign(Object.assign({}, eventTracking_service.state.fundDetails), common)
2759
2990
  });
2760
2991
  break;
2761
2992
  case 'smsf':
2762
2993
  await this.eventTrackingService.TrackSuperFundDetailChangeRequestedAsync({
2763
- Smsf: Object.assign(Object.assign({}, customFundChoice_api.state$1.fundDetails), common)
2994
+ Smsf: Object.assign(Object.assign({}, eventTracking_service.state.fundDetails), common)
2764
2995
  });
2765
2996
  break;
2766
2997
  case 'promoted':
2767
2998
  await this.eventTrackingService.TrackSuperFundDetailChangeRequestedAsync({
2768
- PromotedFund: Object.assign(Object.assign({}, customFundChoice_api.state$1.fundDetails), common)
2999
+ PromotedFund: Object.assign(Object.assign({}, eventTracking_service.state.fundDetails), common)
2769
3000
  });
2770
3001
  break;
2771
3002
  case 'promotedDefault':
2772
3003
  await this.eventTrackingService.TrackSuperFundDetailChangeRequestedAsync({
2773
- PromotedDefaultFund: Object.assign(Object.assign({}, customFundChoice_api.state$1.fundDetails), common)
3004
+ PromotedDefaultFund: Object.assign(Object.assign({}, eventTracking_service.state.fundDetails), common)
2774
3005
  });
2775
3006
  break;
2776
3007
  case 'promotedDefaultWithJoin':
2777
3008
  await this.eventTrackingService.TrackSuperFundDetailChangeRequestedAsync({
2778
- PromotedDefaultFundWithJoin: Object.assign(Object.assign({}, customFundChoice_api.state$1.fundDetails), common)
3009
+ PromotedDefaultFundWithJoin: Object.assign(Object.assign({}, eventTracking_service.state.fundDetails), common)
2779
3010
  });
2780
3011
  break;
2781
3012
  case 'null':
@@ -2785,8 +3016,8 @@ const StandardChoiceFormInputDefaultFund = class {
2785
3016
  async handleSubmitForm() {
2786
3017
  this.formState = 'validated';
2787
3018
  if (this.formElement.checkValidity()) {
2788
- await customFundChoice_api.state$1.handleSubmitFn(this.standardChoiceFormSignature.trim());
2789
- customFundChoice_api.superSelectionAppService.markSuperSelectionAsSubmitted();
3019
+ await eventTracking_service.state.handleSubmitFn(this.standardChoiceFormSignature.trim());
3020
+ superSelectionApp_service.superSelectionAppService.markSuperSelectionAsSubmitted();
2790
3021
  }
2791
3022
  }
2792
3023
  };
@@ -2810,29 +3041,29 @@ const Success = class {
2810
3041
  return (index.h(index.Host, { class: "text-center" }, index.h("div", { class: "flex justify-center" }, index.h("div", { class: "relative" }, index.h("div", { class: "h-20 w-20 rounded-full bg-primary-base opacity-10" }), index.h("div", { class: "h-8 w-8 absolute top-1/2 left-1/2 -translate-y-1/2 -translate-x-1/2" }, index.h(CheckIcon, null)))), index.h("h3", { class: "text-2xl leading-8 font-bold mt-4" }, "Your super choice has been submitted"), index.h("p", { class: "mt-4 text-center text-gray-600 leading-7 max-w-560 mx-auto" }, "Your superannuation details have been updated successfully and will be submitted to your employer."), index.h("div", { class: "flex justify-center mt-8" }, index.h("div", { class: "max-w-[200px] w-full" }, index.h("sss-button", { testid: "continue-button", size: "xl", fillWidth: true, onClick: this.handleContinueButtonClick }, index.h("span", null, "Continue"))))));
2811
3042
  }
2812
3043
  handleContinueButtonClick(_event) {
2813
- customFundChoice_api.superSelectionAppService.completeSuperSelectionFlow();
3044
+ superSelectionApp_service.superSelectionAppService.completeSuperSelectionFlow();
2814
3045
  }
2815
3046
  };
2816
3047
 
2817
3048
  class MiscService {
2818
3049
  trackClickPromotedTileAsync(payload) {
2819
- return customFundChoice_api.superSelectionApi.clickPromotedTileAsync(payload);
3050
+ return superSelectionApp_service.superSelectionApi.clickPromotedTileAsync(payload);
2820
3051
  }
2821
3052
  }
2822
3053
  const miscService = new MiscService();
2823
3054
 
2824
3055
  const getSuperCampaignState = () => {
2825
- if (customFundChoice_api.superSelectionAppService.superCampaignState != undefined)
2826
- return customFundChoice_api.superSelectionAppService.superCampaignState;
3056
+ if (superSelectionApp_service.superSelectionAppService.superCampaignState != undefined)
3057
+ return superSelectionApp_service.superSelectionAppService.superCampaignState;
2827
3058
  throw new Error('Super campaign state has not been initialized');
2828
3059
  };
2829
3060
  const fundTileClicked = async ({ sender, placementId, fundId, fundUsi, fundName, fundType, sourceOfJoin, isDefaultExclusive }) => {
2830
3061
  if (sender === 'super-campaign' || sender === 'featured-funds') {
2831
3062
  const promotedFundsShown = getSuperCampaignState().PromotedFundIds;
2832
- const defaultFundUsiSet = customFundChoice_api.Option.toUndefined(customFundChoice_api.superSelectionAppService.defaultFundUsi);
3063
+ const defaultFundUsiSet = superSelectionApp_service.Option.toUndefined(superSelectionApp_service.superSelectionAppService.defaultFundUsi);
2833
3064
  await Promise.all([
2834
3065
  fundType === 'promoted-default'
2835
- ? await customFundChoice_api.EventTrackingService.Instance.TrackPromotedDefaultSuperFundDetailViewedAsync({
3066
+ ? await eventTracking_service.EventTrackingService.Instance.TrackPromotedDefaultSuperFundDetailViewedAsync({
2836
3067
  fundUsi: fundUsi !== null && fundUsi !== void 0 ? fundUsi : '',
2837
3068
  fundName,
2838
3069
  promotedFundId: fundId,
@@ -2843,7 +3074,7 @@ const fundTileClicked = async ({ sender, placementId, fundId, fundUsi, fundName,
2843
3074
  sourceOfJoin,
2844
3075
  isDefaultExclusive
2845
3076
  })
2846
- : await customFundChoice_api.EventTrackingService.Instance.TrackPromotedSuperFundDetailViewedAsync({
3077
+ : await eventTracking_service.EventTrackingService.Instance.TrackPromotedSuperFundDetailViewedAsync({
2847
3078
  fundUsi: fundUsi !== null && fundUsi !== void 0 ? fundUsi : undefined,
2848
3079
  fundName,
2849
3080
  promotedFundId: fundId,
@@ -12454,10 +12685,10 @@ class ReactNativeInteropMode {
12454
12685
  function createInitialState() {
12455
12686
  return {
12456
12687
  authenticationState: AuthenticationState.Unauthorized,
12457
- jwt: customFundChoice_api.none,
12458
- reactNativeInterop: customFundChoice_api.none,
12459
- iframeInterop: customFundChoice_api.none,
12460
- appConfiguration: customFundChoice_api.none,
12688
+ jwt: superSelectionApp_service.none,
12689
+ reactNativeInterop: superSelectionApp_service.none,
12690
+ iframeInterop: superSelectionApp_service.none,
12691
+ appConfiguration: superSelectionApp_service.none,
12461
12692
  ignoreExistingSelection: false
12462
12693
  };
12463
12694
  }
@@ -12479,7 +12710,7 @@ class AppConfigurationQuery extends datoramaAkita.Query {
12479
12710
  }
12480
12711
  get configuration() {
12481
12712
  const configuration = this.getValue().appConfiguration;
12482
- if (customFundChoice_api.isNone(configuration)) {
12713
+ if (superSelectionApp_service.isNone(configuration)) {
12483
12714
  throw Error('App configuration is not yet loaded');
12484
12715
  }
12485
12716
  return configuration.value;
@@ -12529,40 +12760,9 @@ class AppInsightsService {
12529
12760
  }
12530
12761
  const appInsights = new AppInsightsService();
12531
12762
 
12532
- class PromotedFundChoiceApi {
12533
- async submitChoiceAsync(dto) {
12534
- return customFundChoice_api.buildBackendApiClient()
12535
- .url('super-choice/promoted-fund')
12536
- .post(dto)
12537
- .badRequest(() => {
12538
- throw new Error('Failed to process Promoted Fund choice request');
12539
- })
12540
- .text();
12541
- }
12542
- async submitDefaultChoiceAsync(dto) {
12543
- return customFundChoice_api.buildBackendApiClient()
12544
- .url('super-choice/promoted-fund/default')
12545
- .post(dto)
12546
- .badRequest(() => {
12547
- throw new Error('Failed to process Promoted Default Fund choice request');
12548
- })
12549
- .text();
12550
- }
12551
- async submitDefaultChoiceWithJoinAsync(dto) {
12552
- return customFundChoice_api.buildBackendApiClient()
12553
- .url('super-choice/promoted-fund/default-with-join')
12554
- .post(dto)
12555
- .badRequest(() => {
12556
- throw new Error('Failed to process Promoted Default Fund With Join choice request');
12557
- })
12558
- .text();
12559
- }
12560
- }
12561
- const promotedFundChoiceApi = new PromotedFundChoiceApi();
12562
-
12563
12763
  class SlateChoiceApi {
12564
12764
  async submitSlateChoiceAsync(dto) {
12565
- return customFundChoice_api.buildBackendApiClient()
12765
+ return superSelectionApp_service.buildBackendApiClient()
12566
12766
  .url('super-choice/slate')
12567
12767
  .post(dto)
12568
12768
  .badRequest(() => {
@@ -12578,7 +12778,7 @@ const Usi = {
12578
12778
  return usi.replace(/ /g, '');
12579
12779
  }
12580
12780
  };
12581
- const LoadWaitingTimeout = 30000;
12781
+ const LoadWaitingTimeout$2 = 30000;
12582
12782
 
12583
12783
  class PromotedFundJoinedEventHandler {
12584
12784
  constructor(placementId, history) {
@@ -12611,8 +12811,8 @@ class PromotedFundJoinedEventHandler {
12611
12811
  return;
12612
12812
  }
12613
12813
  const usi = Usi.clean(data.usi);
12614
- const defaultFundUsiSet = customFundChoice_api.Option.toUndefined(customFundChoice_api.superSelectionAppService.defaultFundUsi);
12615
- customFundChoice_api.navigationService.navigateInternallyToStandardChoice({
12814
+ const defaultFundUsiSet = superSelectionApp_service.Option.toUndefined(superSelectionApp_service.superSelectionAppService.defaultFundUsi);
12815
+ eventTracking_service.navigationService.navigateInternallyToStandardChoice({
12616
12816
  history: this.history,
12617
12817
  fundName: data.fundName,
12618
12818
  promotedFundId: data.fundId,
@@ -12624,7 +12824,7 @@ class PromotedFundJoinedEventHandler {
12624
12824
  promotedFundId: data.fundId
12625
12825
  },
12626
12826
  handleSubmitFn: async (standardChoiceFormSignature) => {
12627
- if (data.fundId === customFundChoice_api.slate.fundId) {
12827
+ if (data.fundId === superSelectionApp_service.slate.fundId) {
12628
12828
  await slateChoiceApi.submitSlateChoiceAsync(Object.assign({ memberNumber: data.memberNumber, memberFirstName: data.memberFirstName, memberFamilyName: data.memberFamilyName, standardChoiceFormSignature,
12629
12829
  defaultFundUsiSet, placementId: this.placementId }, this.PromotedFundsConfig));
12630
12830
  }
@@ -12642,7 +12842,7 @@ class PromotedFundJoinedEventHandler {
12642
12842
  return;
12643
12843
  }
12644
12844
  const usi = Usi.clean(data.usi);
12645
- customFundChoice_api.navigationService.navigateInternallyToStandardChoice({
12845
+ eventTracking_service.navigationService.navigateInternallyToStandardChoice({
12646
12846
  history: this.history,
12647
12847
  fundName: data.fundName,
12648
12848
  promotedFundId: data.fundId,
@@ -12653,7 +12853,7 @@ class PromotedFundJoinedEventHandler {
12653
12853
  promotedFundId: data.fundId
12654
12854
  },
12655
12855
  handleSubmitFn: (standardChoiceFormSignature) => promotedFundChoiceApi.submitDefaultChoiceAsync(Object.assign({ fundId: data.fundId, usi,
12656
- standardChoiceFormSignature, defaultFundUsiSet: customFundChoice_api.Option.toUndefined(customFundChoice_api.superSelectionAppService.defaultFundUsi), placementId: this.placementId, sourceOfJoin: data.sourceOfJoin, isDefaultExclusive: data.isDefaultExclusive }, this.PromotedFundsConfig))
12856
+ standardChoiceFormSignature, defaultFundUsiSet: superSelectionApp_service.Option.toUndefined(superSelectionApp_service.superSelectionAppService.defaultFundUsi), placementId: this.placementId, sourceOfJoin: data.sourceOfJoin, isDefaultExclusive: data.isDefaultExclusive }, this.PromotedFundsConfig))
12657
12857
  });
12658
12858
  };
12659
12859
  this.handlePromotedDefaultFundWithJoinWasJoined = (data) => {
@@ -12662,7 +12862,7 @@ class PromotedFundJoinedEventHandler {
12662
12862
  return;
12663
12863
  }
12664
12864
  const usi = Usi.clean(data.usi);
12665
- customFundChoice_api.navigationService.navigateInternallyToStandardChoice({
12865
+ eventTracking_service.navigationService.navigateInternallyToStandardChoice({
12666
12866
  history: this.history,
12667
12867
  fundName: data.fundName,
12668
12868
  promotedFundId: data.fundId,
@@ -12674,7 +12874,7 @@ class PromotedFundJoinedEventHandler {
12674
12874
  promotedFundId: data.fundId
12675
12875
  },
12676
12876
  handleSubmitFn: (standardChoiceFormSignature) => promotedFundChoiceApi.submitDefaultChoiceWithJoinAsync(Object.assign({ fundId: data.fundId, memberNumber: data.memberNumber, memberFirstName: data.memberFirstName, memberFamilyName: data.memberFamilyName, usi,
12677
- standardChoiceFormSignature, defaultFundUsiSet: customFundChoice_api.Option.toUndefined(customFundChoice_api.superSelectionAppService.defaultFundUsi), placementId: this.placementId, sourceOfJoin: data.sourceOfJoin, isDefaultExclusive: data.isDefaultExclusive }, this.PromotedFundsConfig))
12877
+ standardChoiceFormSignature, defaultFundUsiSet: superSelectionApp_service.Option.toUndefined(superSelectionApp_service.superSelectionAppService.defaultFundUsi), placementId: this.placementId, sourceOfJoin: data.sourceOfJoin, isDefaultExclusive: data.isDefaultExclusive }, this.PromotedFundsConfig))
12678
12878
  });
12679
12879
  };
12680
12880
  this.handleDefinedBenefitsJoined = async (data) => {
@@ -12682,14 +12882,14 @@ class PromotedFundJoinedEventHandler {
12682
12882
  appInsights.trackErrorTrace('Super Campaign did not return (DefinedBenefits) memberNumber and/or usi');
12683
12883
  return;
12684
12884
  }
12685
- await customFundChoice_api.customFundChoiceApi.submitDefinedBenefitsChoiceAsync(Object.assign({ fundUsi: Usi.clean(data.usi), fundId: data.fundId, memberNumber: data.memberNumber, memberElectContributionRatePreTax: data.memberElectContributionRatePreTax, memberElectContributionRatePostTax: data.memberElectContributionRatePostTax, sourceOfJoin: data.sourceOfJoin, isDefaultExclusive: data.isDefaultExclusive }, this.PromotedFundsConfig));
12686
- customFundChoice_api.superSelectionAppService.markSuperSelectionAsSubmitted();
12885
+ await eventTracking_service.customFundChoiceApi.submitDefinedBenefitsChoiceAsync(Object.assign({ fundUsi: Usi.clean(data.usi), fundId: data.fundId, memberNumber: data.memberNumber, memberElectContributionRatePreTax: data.memberElectContributionRatePreTax, memberElectContributionRatePostTax: data.memberElectContributionRatePostTax, sourceOfJoin: data.sourceOfJoin, isDefaultExclusive: data.isDefaultExclusive }, this.PromotedFundsConfig));
12886
+ superSelectionApp_service.superSelectionAppService.markSuperSelectionAsSubmitted();
12687
12887
  };
12688
12888
  this.history = history;
12689
12889
  this.placementId = placementId;
12690
12890
  }
12691
12891
  get PromotedFundsConfig() {
12692
- return customFundChoice_api.superSelectionAppService.promotedFundsConfig;
12892
+ return superSelectionApp_service.superSelectionAppService.promotedFundsConfig;
12693
12893
  }
12694
12894
  }
12695
12895
 
@@ -12708,7 +12908,7 @@ const FeaturedFunds = class {
12708
12908
  }
12709
12909
  };
12710
12910
  this.backClicked = () => {
12711
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.ChoicePage);
12911
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.ChoicePage);
12712
12912
  return Promise.resolve();
12713
12913
  };
12714
12914
  this.cancelClicked = () => {
@@ -12731,7 +12931,7 @@ const FeaturedFunds = class {
12731
12931
  this.fundPanelShown = async (event) => {
12732
12932
  if (event.detail.sender === 'featured-funds') {
12733
12933
  const fundIdList = event.detail.shownFunds.map((f) => f.fundId);
12734
- await customFundChoice_api.superSelectionAppService.viewSuperFundPanelAsync('byof', fundIdList);
12934
+ await superSelectionApp_service.superSelectionAppService.viewSuperFundPanelAsync('byof', fundIdList);
12735
12935
  }
12736
12936
  };
12737
12937
  this.eventHandlers = {
@@ -12743,23 +12943,23 @@ const FeaturedFunds = class {
12743
12943
  };
12744
12944
  }
12745
12945
  componentWillLoad() {
12746
- if (customFundChoice_api.superSelectionAppService.isFeaturedFundsEnabled &&
12747
- customFundChoice_api.superSelectionAppService.isUsingSuperCampaign &&
12748
- customFundChoice_api.Option.isSome(customFundChoice_api.superSelectionAppService.backendUrl) &&
12749
- customFundChoice_api.Option.isSome(customFundChoice_api.superSelectionAppService.state.jwt)) {
12750
- this.backendUrl = customFundChoice_api.superSelectionAppService.backendUrl.value;
12751
- this.accessToken = customFundChoice_api.superSelectionAppService.state.jwt.value;
12946
+ if (superSelectionApp_service.superSelectionAppService.isFeaturedFundsEnabled &&
12947
+ superSelectionApp_service.superSelectionAppService.isUsingSuperCampaign &&
12948
+ superSelectionApp_service.Option.isSome(superSelectionApp_service.superSelectionAppService.backendUrl) &&
12949
+ superSelectionApp_service.Option.isSome(superSelectionApp_service.superSelectionAppService.state.jwt)) {
12950
+ this.backendUrl = superSelectionApp_service.superSelectionAppService.backendUrl.value;
12951
+ this.accessToken = superSelectionApp_service.superSelectionAppService.state.jwt.value;
12752
12952
  this.unsubscribeFromEvents();
12753
12953
  this.subscribeToEvents();
12754
- customFundChoice_api.superSelectionAppService.hideFooterSection = true;
12954
+ superSelectionApp_service.superSelectionAppService.hideFooterSection = true;
12755
12955
  }
12756
12956
  else {
12757
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.MyOwnFund);
12957
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.MyOwnFund);
12758
12958
  }
12759
12959
  }
12760
12960
  disconnectedCallback() {
12761
12961
  this.unsubscribeFromEvents();
12762
- customFundChoice_api.superSelectionAppService.hideFooterSection = false;
12962
+ superSelectionApp_service.superSelectionAppService.hideFooterSection = false;
12763
12963
  }
12764
12964
  render() {
12765
12965
  return (index.h(index.Host, null, this.currentView === 'featured-funds' && index.h("sss-header-section", null), index.h("div", { class: {
@@ -12768,22 +12968,13 @@ const FeaturedFunds = class {
12768
12968
  } }, this.currentView === 'featured-funds' && index.h("sss-custom-fund", null), index.h("apollo-super-campaign-featured-funds", { "backend-url": this.backendUrl, "access-token": this.accessToken }))));
12769
12969
  }
12770
12970
  };
12771
- customFundChoice_api.injectHistory(FeaturedFunds);
12772
-
12773
- class SuperCampaignErrorApi {
12774
- static get Instance() {
12775
- return this.instance || (this.instance = new this());
12776
- }
12777
- async PostError(error) {
12778
- customFundChoice_api.buildBackendApiClient().url('super-campaign/errors').post(error);
12779
- }
12780
- }
12971
+ injectHistory.injectHistory(FeaturedFunds);
12781
12972
 
12782
12973
  const SuperFundDisclaimerViewedDetail = {
12783
12974
  create: (superCampaignEnabled) => {
12784
12975
  let isDefinedBenefitsEligibleString = 'Not set';
12785
- if (customFundChoice_api.Option.isSome(customFundChoice_api.superSelectionAppService.isDefinedBenefitsEligible)) {
12786
- isDefinedBenefitsEligibleString = customFundChoice_api.superSelectionAppService.isDefinedBenefitsEligible.value
12976
+ if (superSelectionApp_service.Option.isSome(superSelectionApp_service.superSelectionAppService.isDefinedBenefitsEligible)) {
12977
+ isDefinedBenefitsEligibleString = superSelectionApp_service.superSelectionAppService.isDefinedBenefitsEligible.value
12787
12978
  ? 'True'
12788
12979
  : 'False';
12789
12980
  }
@@ -12810,9 +13001,9 @@ const SuperCampaignHost = class {
12810
13001
  };
12811
13002
  this.superCampaignLoaded = async (event) => {
12812
13003
  if (event.detail.sender === 'super-campaign') {
12813
- customFundChoice_api.superSelectionAppService.superCampaignComponentStatus = customFundChoice_api.SuperCampaignComponentStatus.Loaded;
13004
+ superSelectionApp_service.superSelectionAppService.superCampaignComponentStatus = superSelectionApp_service.SuperCampaignComponentStatus.Loaded;
12814
13005
  clearTimeout(this.loadingTimeoutRef);
12815
- await customFundChoice_api.EventTrackingService.Instance.TrackSuperCampaignActivationSucceededAsync({});
13006
+ await eventTracking_service.EventTrackingService.Instance.TrackSuperCampaignActivationSucceededAsync({});
12816
13007
  }
12817
13008
  return Promise.resolve();
12818
13009
  };
@@ -12834,13 +13025,13 @@ const SuperCampaignHost = class {
12834
13025
  };
12835
13026
  this.chooseAnotherFundRequested = async (event) => {
12836
13027
  if (event.detail.sender === 'super-campaign') {
12837
- await customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.MyOwnFund);
13028
+ await eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.MyOwnFund);
12838
13029
  }
12839
13030
  };
12840
13031
  this.fundPanelShown = async (event) => {
12841
13032
  if (event.detail.sender === 'super-campaign') {
12842
- customFundChoice_api.superSelectionAppService.setSuperCampaignPromotedFundsShown(event.detail.shownFunds);
12843
- await customFundChoice_api.superSelectionAppService.viewSuperFundPanelAsync('panel');
13033
+ superSelectionApp_service.superSelectionAppService.setSuperCampaignPromotedFundsShown(event.detail.shownFunds);
13034
+ await superSelectionApp_service.superSelectionAppService.viewSuperFundPanelAsync('panel');
12844
13035
  }
12845
13036
  };
12846
13037
  this.fundTileClicked = async (event) => {
@@ -12857,7 +13048,7 @@ const SuperCampaignHost = class {
12857
13048
  };
12858
13049
  this.fundPdsViewed = async (event) => {
12859
13050
  if (event.detail.sender === 'super-campaign') {
12860
- await customFundChoice_api.EventTrackingService.Instance.TrackSuperFundPdsViewedAsync({
13051
+ await eventTracking_service.EventTrackingService.Instance.TrackSuperFundPdsViewedAsync({
12861
13052
  fundName: event.detail.fundName,
12862
13053
  fundUsi: event.detail.fundUsi,
12863
13054
  pageName: event.detail.pageName,
@@ -12867,12 +13058,12 @@ const SuperCampaignHost = class {
12867
13058
  };
12868
13059
  this.disclaimerViewed = async (event) => {
12869
13060
  if (event.detail.sender === 'super-campaign') {
12870
- await customFundChoice_api.EventTrackingService.Instance.TrackSuperFundDisclaimerViewedAsync(SuperFundDisclaimerViewedDetail.create(true));
13061
+ await eventTracking_service.EventTrackingService.Instance.TrackSuperFundDisclaimerViewedAsync(SuperFundDisclaimerViewedDetail.create(true));
12871
13062
  }
12872
13063
  };
12873
13064
  this.disclaimerAccepted = async (event) => {
12874
13065
  if (event.detail.sender === 'super-campaign') {
12875
- await customFundChoice_api.EventTrackingService.Instance.TrackSuperFundDisclaimerAcceptedAsync({
13066
+ await eventTracking_service.EventTrackingService.Instance.TrackSuperFundDisclaimerAcceptedAsync({
12876
13067
  superCampaignEnabled: true
12877
13068
  });
12878
13069
  }
@@ -12891,27 +13082,27 @@ const SuperCampaignHost = class {
12891
13082
  };
12892
13083
  }
12893
13084
  async componentWillLoad() {
12894
- if (customFundChoice_api.superSelectionAppService.state.superCampaignComponentStatus ===
12895
- customFundChoice_api.SuperCampaignComponentStatus.NotWorking) {
12896
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.MyOwnFund);
13085
+ if (superSelectionApp_service.superSelectionAppService.state.superCampaignComponentStatus ===
13086
+ superSelectionApp_service.SuperCampaignComponentStatus.NotWorking) {
13087
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.MyOwnFund);
12897
13088
  return;
12898
13089
  }
12899
13090
  let superCampaingScriptPath = undefined;
12900
13091
  try {
12901
- if (customFundChoice_api.Option.isSome(customFundChoice_api.superSelectionAppService.backendUrl) &&
12902
- customFundChoice_api.Option.isSome(customFundChoice_api.superSelectionAppService.state.jwt)) {
12903
- this.backendUrl = customFundChoice_api.superSelectionAppService.backendUrl.value;
12904
- this.accessToken = customFundChoice_api.superSelectionAppService.state.jwt.value;
13092
+ if (superSelectionApp_service.Option.isSome(superSelectionApp_service.superSelectionAppService.backendUrl) &&
13093
+ superSelectionApp_service.Option.isSome(superSelectionApp_service.superSelectionAppService.state.jwt)) {
13094
+ this.backendUrl = superSelectionApp_service.superSelectionAppService.backendUrl.value;
13095
+ this.accessToken = superSelectionApp_service.superSelectionAppService.state.jwt.value;
12905
13096
  this.unSubscribeFromSuperCampaignEvents();
12906
- if (customFundChoice_api.superSelectionAppService.state.superCampaignComponentStatus ===
12907
- customFundChoice_api.SuperCampaignComponentStatus.NotLoaded) {
13097
+ if (superSelectionApp_service.superSelectionAppService.state.superCampaignComponentStatus ===
13098
+ superSelectionApp_service.SuperCampaignComponentStatus.NotLoaded) {
12908
13099
  superCampaingScriptPath = this.createApolloSuperCampaignScriptUrl();
12909
13100
  await Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(superCampaingScriptPath)); });
12910
- this.loadingTimeoutRef = setTimeout(this.superCampaignLoadingTimeoutTriggered.bind(this), LoadWaitingTimeout);
13101
+ this.loadingTimeoutRef = setTimeout(this.superCampaignLoadingTimeoutTriggered.bind(this), LoadWaitingTimeout$2);
12911
13102
  }
12912
13103
  this.subscribeToSuperCampaignEvents();
12913
13104
  this.scriptImported = true;
12914
- customFundChoice_api.superSelectionAppService.hideFooterSection = true;
13105
+ superSelectionApp_service.superSelectionAppService.hideFooterSection = true;
12915
13106
  }
12916
13107
  else {
12917
13108
  throw Error(`SuperCampaignHost pre-requisites not met.`);
@@ -12927,25 +13118,25 @@ const SuperCampaignHost = class {
12927
13118
  disconnectedCallback() {
12928
13119
  clearTimeout(this.loadingTimeoutRef);
12929
13120
  this.unSubscribeFromSuperCampaignEvents();
12930
- customFundChoice_api.superSelectionAppService.hideFooterSection = false;
13121
+ superSelectionApp_service.superSelectionAppService.hideFooterSection = false;
12931
13122
  }
12932
13123
  render() {
12933
13124
  return (index.h("div", null, this.scriptImported ? (index.h("apollo-super-campaign", { "backend-url": this.backendUrl, "access-token": this.accessToken })) : null));
12934
13125
  }
12935
13126
  async activateFallbackMechanism(error) {
12936
- if (customFundChoice_api.superSelectionAppService.superCampaignComponentStatus !==
12937
- customFundChoice_api.SuperCampaignComponentStatus.NotWorking) {
12938
- customFundChoice_api.superSelectionAppService.superCampaignComponentStatus =
12939
- customFundChoice_api.SuperCampaignComponentStatus.NotWorking;
13127
+ if (superSelectionApp_service.superSelectionAppService.superCampaignComponentStatus !==
13128
+ superSelectionApp_service.SuperCampaignComponentStatus.NotWorking) {
13129
+ superSelectionApp_service.superSelectionAppService.superCampaignComponentStatus =
13130
+ superSelectionApp_service.SuperCampaignComponentStatus.NotWorking;
12940
13131
  await SuperCampaignErrorApi.Instance.PostError(error);
12941
- await customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.MyOwnFund);
13132
+ await eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.MyOwnFund);
12942
13133
  }
12943
13134
  }
12944
13135
  async superCampaignLoadingTimeoutTriggered() {
12945
- if (customFundChoice_api.superSelectionAppService.superCampaignComponentStatus !== customFundChoice_api.SuperCampaignComponentStatus.Loaded) {
13136
+ if (superSelectionApp_service.superSelectionAppService.superCampaignComponentStatus !== superSelectionApp_service.SuperCampaignComponentStatus.Loaded) {
12946
13137
  this.activateFallbackMechanism({
12947
13138
  type: 'SuperCampaignActivationFailed',
12948
- reason: `Activation timeout was triggered after:${LoadWaitingTimeout / 1000} seconds`
13139
+ reason: `Activation timeout was triggered after:${LoadWaitingTimeout$2 / 1000} seconds`
12949
13140
  });
12950
13141
  }
12951
13142
  }
@@ -12965,9 +13156,9 @@ const SuperCampaignHost = class {
12965
13156
  return `https://${getSubdomain()}.flarehr.com/super-campaign/cdn/app/apollo-super-campaign.js`;
12966
13157
  }
12967
13158
  };
12968
- customFundChoice_api.injectHistory(SuperCampaignHost);
13159
+ injectHistory.injectHistory(SuperCampaignHost);
12969
13160
 
12970
- const LoadWaitingTimeout$1 = 30000;
13161
+ const LoadWaitingTimeout$3 = 30000;
12971
13162
 
12972
13163
  var SuperSmsfComponentStatus;
12973
13164
  (function (SuperSmsfComponentStatus) {
@@ -12978,7 +13169,7 @@ let superSmsfComponentStatus = SuperSmsfComponentStatus.NotLoaded;
12978
13169
  const SuperSmsfHost = class {
12979
13170
  constructor(hostRef) {
12980
13171
  index.registerInstance(this, hostRef);
12981
- this.eventTrackingService = customFundChoice_api.EventTrackingService.Instance;
13172
+ this.eventTrackingService = eventTracking_service.EventTrackingService.Instance;
12982
13173
  this.subscribeToSuperSmsfEvents = () => {
12983
13174
  for (const eventName in this.smsfEventHandlers) {
12984
13175
  document.addEventListener(eventName, this.smsfEventHandlers[eventName]);
@@ -12994,8 +13185,8 @@ const SuperSmsfHost = class {
12994
13185
  superSmsfComponentStatus = SuperSmsfComponentStatus.Loaded;
12995
13186
  clearTimeout(this.loadingTimeoutRef);
12996
13187
  await this.eventTrackingService.TrackSmsfSuperFundDetailViewedAsync({
12997
- promotedFundsShown: customFundChoice_api.superSelectionAppService.promotedFunds,
12998
- defaultFundUsiSet: customFundChoice_api.Option.toUndefined(customFundChoice_api.superSelectionAppService.defaultFundUsi)
13188
+ promotedFundsShown: superSelectionApp_service.superSelectionAppService.promotedFunds,
13189
+ defaultFundUsiSet: superSelectionApp_service.Option.toUndefined(superSelectionApp_service.superSelectionAppService.defaultFundUsi)
12999
13190
  });
13000
13191
  }
13001
13192
  return Promise.resolve();
@@ -13003,12 +13194,12 @@ const SuperSmsfHost = class {
13003
13194
  this.smsfCompleted = async (event) => {
13004
13195
  if (event.detail.sender === 'super-smsf') {
13005
13196
  this.updateCustomFundStateStore(event.detail);
13006
- if (customFundChoice_api.superSelectionAppService.isSmsfCustomStepEnabled &&
13007
- customFundChoice_api.superSelectionAppService.isUsingSuperCampaign) {
13008
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.SmsfEngagementStep);
13197
+ if (superSelectionApp_service.superSelectionAppService.isSmsfCustomStepEnabled &&
13198
+ superSelectionApp_service.superSelectionAppService.isUsingSuperCampaign) {
13199
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.SmsfEngagementStep);
13009
13200
  return;
13010
13201
  }
13011
- customFundChoice_api.navigationService.navigateInternallyToStandardChoice({
13202
+ eventTracking_service.navigationService.navigateInternallyToStandardChoice({
13012
13203
  history: this.history,
13013
13204
  fundName: 'Self-managed super fund',
13014
13205
  fundDetails: {
@@ -13033,15 +13224,15 @@ const SuperSmsfHost = class {
13033
13224
  electronicServiceAddress: event.detail.fundEsa,
13034
13225
  memberFirstName: event.detail.memberFirstName,
13035
13226
  memberFamilyName: event.detail.memberLastName
13036
- }, standardChoiceFormSignature }, customFundChoice_api.superSelectionAppService.promotedFundsConfig);
13037
- await customFundChoice_api.customFundChoiceApi.submitSelfManagedFundChoiceAsync(requestDto);
13227
+ }, standardChoiceFormSignature }, superSelectionApp_service.superSelectionAppService.promotedFundsConfig);
13228
+ await eventTracking_service.customFundChoiceApi.submitSelfManagedFundChoiceAsync(requestDto);
13038
13229
  }
13039
13230
  });
13040
13231
  }
13041
13232
  };
13042
13233
  this.smsfCancelled = async (event) => {
13043
13234
  if (event.detail.sender === 'super-smsf') {
13044
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.ChoicePage);
13235
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.ChoicePage);
13045
13236
  }
13046
13237
  };
13047
13238
  this.smsfEventHandlers = {
@@ -13051,11 +13242,11 @@ const SuperSmsfHost = class {
13051
13242
  };
13052
13243
  }
13053
13244
  async componentWillLoad() {
13054
- if (customFundChoice_api.Option.isSome(customFundChoice_api.superSelectionAppService.backendUrl) && customFundChoice_api.Option.isSome(customFundChoice_api.superSelectionAppService.state.jwt)) {
13055
- this.backendUrl = customFundChoice_api.superSelectionAppService.backendUrl.value;
13056
- this.accessToken = customFundChoice_api.superSelectionAppService.state.jwt.value;
13245
+ if (superSelectionApp_service.Option.isSome(superSelectionApp_service.superSelectionAppService.backendUrl) && superSelectionApp_service.Option.isSome(superSelectionApp_service.superSelectionAppService.state.jwt)) {
13246
+ this.backendUrl = superSelectionApp_service.superSelectionAppService.backendUrl.value;
13247
+ this.accessToken = superSelectionApp_service.superSelectionAppService.state.jwt.value;
13057
13248
  if (superSmsfComponentStatus === SuperSmsfComponentStatus.NotLoaded) {
13058
- this.loadingTimeoutRef = setTimeout(this.smsfLoadingTimeoutTriggered.bind(this), LoadWaitingTimeout$1);
13249
+ this.loadingTimeoutRef = setTimeout(this.smsfLoadingTimeoutTriggered.bind(this), LoadWaitingTimeout$3);
13059
13250
  }
13060
13251
  this.subscribeToSuperSmsfEvents();
13061
13252
  }
@@ -13071,7 +13262,7 @@ const SuperSmsfHost = class {
13071
13262
  return (index.h(index.Host, null, index.h("sss-header-section", null), index.h("div", { class: "flex justify-center mt-11" }, index.h("sss-custom-fund", null, index.h("div", null, index.h("apollo-super-smsf", { "backend-url": this.backendUrl, "access-token": this.accessToken }))))));
13072
13263
  }
13073
13264
  updateCustomFundStateStore(details) {
13074
- customFundChoice_api.state.selfManagedFundForm = {
13265
+ customFund_store.state.selfManagedFundForm = {
13075
13266
  fundAbn: details.fundAbn,
13076
13267
  fundName: details.fundName,
13077
13268
  addressLine1: details.fundAddressLine1,
@@ -13093,7 +13284,7 @@ const SuperSmsfHost = class {
13093
13284
  }
13094
13285
  }
13095
13286
  };
13096
- customFundChoice_api.injectHistory(SuperSmsfHost);
13287
+ injectHistory.injectHistory(SuperSmsfHost);
13097
13288
 
13098
13289
  const routeCss = "stencil-route.inactive{display:none}";
13099
13290
 
@@ -14039,63 +14230,63 @@ const SuperSelectionApp = class {
14039
14230
  this.isAppInitialised = false;
14040
14231
  }
14041
14232
  async componentWillLoad() {
14042
- const jwt = customFundChoice_api.Option.fromNullable(this.accessToken);
14043
- if (customFundChoice_api.Option.isNone(jwt)) {
14233
+ const jwt = superSelectionApp_service.Option.fromNullable(this.accessToken);
14234
+ if (superSelectionApp_service.Option.isNone(jwt)) {
14044
14235
  throw Error(`jwt property is missing.`);
14045
14236
  }
14046
- customFundChoice_api.superSelectionAppService.state.jwt = jwt;
14047
- const apiBaseUrl = customFundChoice_api.Option.fromNullable(this.backendUrl);
14048
- if (customFundChoice_api.Option.isNone(apiBaseUrl)) {
14237
+ superSelectionApp_service.superSelectionAppService.state.jwt = jwt;
14238
+ const apiBaseUrl = superSelectionApp_service.Option.fromNullable(this.backendUrl);
14239
+ if (superSelectionApp_service.Option.isNone(apiBaseUrl)) {
14049
14240
  throw Error(`apiBaseUrl property is missing.`);
14050
14241
  }
14051
- customFundChoice_api.superSelectionAppService.state.apiBaseUrl = customFundChoice_api.Option.some(apiBaseUrl.value.replace(/\/$/, '') + '/');
14052
- const appBaseUrl = customFundChoice_api.Option.fromNullable(this.appBaseUrl);
14053
- if (customFundChoice_api.Option.isNone(appBaseUrl)) {
14242
+ superSelectionApp_service.superSelectionAppService.state.apiBaseUrl = superSelectionApp_service.Option.some(apiBaseUrl.value.replace(/\/$/, '') + '/');
14243
+ const appBaseUrl = superSelectionApp_service.Option.fromNullable(this.appBaseUrl);
14244
+ if (superSelectionApp_service.Option.isNone(appBaseUrl)) {
14054
14245
  throw Error(`appBaseUrl property is missing.`);
14055
14246
  }
14056
- customFundChoice_api.superSelectionAppService.state.appBaseUrl = customFundChoice_api.Option.some(appBaseUrl.value.replace(/\/$/, ''));
14057
- customFundChoice_api.superSelectionAppService.onChange('hasSuccessPageBeenAcknowledged', (_) => this.successPageAcknowledged.emit());
14058
- customFundChoice_api.superSelectionAppService.onChange('hasSuperSelectionBeenSubmitted', (submitted) => {
14247
+ superSelectionApp_service.superSelectionAppService.state.appBaseUrl = superSelectionApp_service.Option.some(appBaseUrl.value.replace(/\/$/, ''));
14248
+ superSelectionApp_service.superSelectionAppService.onChange('hasSuccessPageBeenAcknowledged', (_) => this.successPageAcknowledged.emit());
14249
+ superSelectionApp_service.superSelectionAppService.onChange('hasSuperSelectionBeenSubmitted', (submitted) => {
14059
14250
  if (!submitted)
14060
14251
  return;
14061
14252
  this.stepSubmitSuccess.emit();
14062
- customFundChoice_api.superSelectionAppService.state.hasSuperSelectionBeenSubmitted = false;
14253
+ superSelectionApp_service.superSelectionAppService.state.hasSuperSelectionBeenSubmitted = false;
14063
14254
  if (this.isSelfHosted) {
14064
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.Success);
14255
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.Success);
14065
14256
  }
14066
14257
  });
14067
14258
  }
14068
14259
  async componentDidLoad() {
14069
- await customFundChoice_api.superSelectionAppService.loadAppStateAsync();
14260
+ await superSelectionApp_service.superSelectionAppService.loadAppStateAsync();
14070
14261
  const chosenFundOption = await existingFundService.GetExistingFundAsync();
14071
14262
  this.isAppInitialised = true;
14072
14263
  this.initialised.emit({
14073
- accountIdOrDefault: customFundChoice_api.superSelectionAppService.accountIdOrDefault,
14074
- partnerIdOrDefault: customFundChoice_api.superSelectionAppService.partnerIdOrDefault,
14075
- profileId: customFundChoice_api.superSelectionAppService.profileId
14264
+ accountIdOrDefault: superSelectionApp_service.superSelectionAppService.accountIdOrDefault,
14265
+ partnerIdOrDefault: superSelectionApp_service.superSelectionAppService.partnerIdOrDefault,
14266
+ profileId: superSelectionApp_service.superSelectionAppService.profileId
14076
14267
  });
14077
- customFundChoice_api.iframe.appReady();
14078
- const ignoreExistingSelectionOption = customFundChoice_api.Option.fromNullable(this.ignoreExistingSelection);
14079
- const shouldIgnoreExistingDefinedBenefitsChoice = customFundChoice_api.Option.isSome(chosenFundOption) &&
14268
+ eventTracking_service.iframe.appReady();
14269
+ const ignoreExistingSelectionOption = superSelectionApp_service.Option.fromNullable(this.ignoreExistingSelection);
14270
+ const shouldIgnoreExistingDefinedBenefitsChoice = superSelectionApp_service.Option.isSome(chosenFundOption) &&
14080
14271
  chosenFundOption.value.type == 'Defined Benefits Fund' &&
14081
- (customFundChoice_api.Option.isNone(customFundChoice_api.superSelectionAppService.isDefinedBenefitsEligible) ||
14082
- !customFundChoice_api.superSelectionAppService.isDefinedBenefitsEligible.value);
14083
- const shouldIgnoreExistingChoice = (customFundChoice_api.Option.isSome(ignoreExistingSelectionOption) && ignoreExistingSelectionOption.value) ||
14272
+ (superSelectionApp_service.Option.isNone(superSelectionApp_service.superSelectionAppService.isDefinedBenefitsEligible) ||
14273
+ !superSelectionApp_service.superSelectionAppService.isDefinedBenefitsEligible.value);
14274
+ const shouldIgnoreExistingChoice = (superSelectionApp_service.Option.isSome(ignoreExistingSelectionOption) && ignoreExistingSelectionOption.value) ||
14084
14275
  shouldIgnoreExistingDefinedBenefitsChoice;
14085
- if (customFundChoice_api.Option.isSome(customFundChoice_api.superSelectionAppService.state.superChoicePrefill)) {
14086
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.Prefill);
14276
+ if (superSelectionApp_service.Option.isSome(superSelectionApp_service.superSelectionAppService.state.superChoicePrefill)) {
14277
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.Prefill);
14087
14278
  }
14088
- else if (customFundChoice_api.Option.isSome(chosenFundOption) &&
14279
+ else if (superSelectionApp_service.Option.isSome(chosenFundOption) &&
14089
14280
  chosenFundOption.value.valid !== 'Inactive' &&
14090
14281
  !shouldIgnoreExistingChoice) {
14091
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.ExistingChoicePage);
14282
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.ExistingChoicePage);
14092
14283
  }
14093
14284
  else {
14094
- customFundChoice_api.navigationService.navigateInternally(this.history, customFundChoice_api.SuperSelectionAppRoutes.ChoicePage);
14285
+ eventTracking_service.navigationService.navigateInternally(this.history, eventTracking_service.SuperSelectionAppRoutes.ChoicePage);
14095
14286
  }
14096
14287
  }
14097
14288
  authTokenChanged(newValue) {
14098
- customFundChoice_api.superSelectionAppService.state.jwt = customFundChoice_api.Option.fromNullable(newValue);
14289
+ superSelectionApp_service.superSelectionAppService.state.jwt = superSelectionApp_service.Option.fromNullable(newValue);
14099
14290
  }
14100
14291
  onRouteChange() {
14101
14292
  window === null || window === void 0 ? void 0 : window.scroll(0, 0);
@@ -14108,7 +14299,7 @@ const SuperSelectionApp = class {
14108
14299
  return ((_a = this.appBaseUrl) === null || _a === void 0 ? void 0 : _a.replace(/\/$/, '')) + '/';
14109
14300
  }
14110
14301
  renderAppContent() {
14111
- return (index.h("stencil-router", { root: this.routerBaseUrl(), class: "font-inter" }, index.h("stencil-route-switch", { scrollTopOffset: 0 }, this.isAppInitialised ? (index.h("div", { class: "pt-28 -mt-12 pb-6" }, customFundChoice_api.superSelectionAppStencilRoutes, index.h("sss-footer-section", null))) : (index.h("div", { class: "flex justify-center py-20" }, index.h("sss-loading-indicator", null))))));
14302
+ return (index.h("stencil-router", { root: this.routerBaseUrl(), class: "font-inter" }, index.h("stencil-route-switch", { scrollTopOffset: 0 }, this.isAppInitialised ? (index.h("div", { class: "pt-28 -mt-12 pb-6" }, eventTracking_service.superSelectionAppStencilRoutes, index.h("sss-footer-section", null))) : (index.h("div", { class: "flex justify-center py-20" }, index.h("sss-loading-indicator", null))))));
14112
14303
  }
14113
14304
  static get assetsDirs() { return ["assets"]; }
14114
14305
  static get watchers() { return {
@@ -14116,7 +14307,7 @@ const SuperSelectionApp = class {
14116
14307
  "location": ["onRouteChange"]
14117
14308
  }; }
14118
14309
  };
14119
- customFundChoice_api.injectHistory(SuperSelectionApp);
14310
+ injectHistory.injectHistory(SuperSelectionApp);
14120
14311
  SuperSelectionApp.style = superSelectionAppCss;
14121
14312
 
14122
14313
  var resizeObservers = [];
@@ -14622,14 +14813,14 @@ class AppConfigurationService {
14622
14813
  this.getAppHostUrl = () => `${window.location.origin}${this.getAppRootUrl()}`.replace(/\/$/, '');
14623
14814
  }
14624
14815
  async loadConfigurationAsync() {
14625
- const configuration = await customFundChoice_api.factory(`${this.getAppRootUrl()}config.json`)
14816
+ const configuration = await superSelectionApp_service.factory(`${this.getAppRootUrl()}config.json`)
14626
14817
  .get()
14627
14818
  .json();
14628
- sessionStore.update({ appConfiguration: customFundChoice_api.Option.fromNullable(configuration) });
14819
+ sessionStore.update({ appConfiguration: superSelectionApp_service.Option.fromNullable(configuration) });
14629
14820
  }
14630
14821
  resolveRootUrl() {
14631
- const match = customFundChoice_api.Option.fromNullable(window.location.pathname.match(/^\/super-selection\/embed\/v1.0\/app/));
14632
- if (customFundChoice_api.Option.isNone(match)) {
14822
+ const match = superSelectionApp_service.Option.fromNullable(window.location.pathname.match(/^\/super-selection\/embed\/v1.0\/app/));
14823
+ if (superSelectionApp_service.Option.isNone(match)) {
14633
14824
  throw Error('Unsupported host URL');
14634
14825
  }
14635
14826
  return match.value[0] + '/';
@@ -14643,8 +14834,8 @@ class AppParametersService {
14643
14834
  }
14644
14835
  init(query) {
14645
14836
  const urlParams = new URLSearchParams(query);
14646
- const queryParamValue = customFundChoice_api.Option.fromNullable(urlParams.get(this.ignoreExistingSelectionQueryParameter));
14647
- const ignoreExistingSelection = customFundChoice_api.Option.fold(() => false, (value) => value === 'true')(queryParamValue);
14837
+ const queryParamValue = superSelectionApp_service.Option.fromNullable(urlParams.get(this.ignoreExistingSelectionQueryParameter));
14838
+ const ignoreExistingSelection = superSelectionApp_service.Option.fold(() => false, (value) => value === 'true')(queryParamValue);
14648
14839
  sessionStore.update({ ignoreExistingSelection: ignoreExistingSelection });
14649
14840
  }
14650
14841
  }
@@ -14682,11 +14873,11 @@ class AuthenticationService {
14682
14873
  }
14683
14874
  authorizationCodeIsPresent(query) {
14684
14875
  const authCode = this.getAuthorizationCodeFromRoute(query);
14685
- return customFundChoice_api.Option.isSome(authCode);
14876
+ return superSelectionApp_service.Option.isSome(authCode);
14686
14877
  }
14687
14878
  initFromRoute(query) {
14688
14879
  const authorizationCode = this.getAuthorizationCodeFromRoute(query);
14689
- if (customFundChoice_api.Option.isNone(authorizationCode)) {
14880
+ if (superSelectionApp_service.Option.isNone(authorizationCode)) {
14690
14881
  sessionStore.update({ authenticationState: AuthenticationState.Error });
14691
14882
  throw Error(`"${this.authCodeQueryParameter}" URL query parameter missing`);
14692
14883
  }
@@ -14699,7 +14890,7 @@ class AuthenticationService {
14699
14890
  ['code', authorizationCode],
14700
14891
  ['redirect_uri', `${appConfigurationService.getAppHostUrl()}`]
14701
14892
  ]);
14702
- const tokenResponse = await customFundChoice_api.factory(appConfigurationQuery.configuration.OidcAuthority + '/connect/token')
14893
+ const tokenResponse = await superSelectionApp_service.factory(appConfigurationQuery.configuration.OidcAuthority + '/connect/token')
14703
14894
  .headers({ 'Content-Type': 'application/x-www-form-urlencoded' })
14704
14895
  .post(formData.toString())
14705
14896
  .badRequest(() => {
@@ -14708,7 +14899,7 @@ class AuthenticationService {
14708
14899
  })
14709
14900
  .json();
14710
14901
  sessionStore.update({
14711
- jwt: customFundChoice_api.Option.fromNullable(tokenResponse.access_token),
14902
+ jwt: superSelectionApp_service.Option.fromNullable(tokenResponse.access_token),
14712
14903
  authenticationState: AuthenticationState.Authenticated
14713
14904
  });
14714
14905
  sendAnalyticsEvent('oidc_sign_in', {});
@@ -14716,7 +14907,7 @@ class AuthenticationService {
14716
14907
  }
14717
14908
  getAuthorizationCodeFromRoute(query) {
14718
14909
  const urlParams = new URLSearchParams(query);
14719
- return customFundChoice_api.Option.fromNullable(urlParams.get(this.authCodeQueryParameter));
14910
+ return superSelectionApp_service.Option.fromNullable(urlParams.get(this.authCodeQueryParameter));
14720
14911
  }
14721
14912
  }
14722
14913
  const authenticationService = new AuthenticationService();
@@ -14727,14 +14918,14 @@ class InteropQuery extends datoramaAkita.Query {
14727
14918
  this.store = store;
14728
14919
  }
14729
14920
  isReactNativeInteropEnabled() {
14730
- return customFundChoice_api.isSome(this.getValue().reactNativeInterop);
14921
+ return superSelectionApp_service.isSome(this.getValue().reactNativeInterop);
14731
14922
  }
14732
14923
  isIframeInteropEnabled() {
14733
- return customFundChoice_api.isSome(this.getValue().iframeInterop);
14924
+ return superSelectionApp_service.isSome(this.getValue().iframeInterop);
14734
14925
  }
14735
14926
  getIframeInteropMode() {
14736
14927
  const iframeInterop = this.getValue().iframeInterop;
14737
- if (customFundChoice_api.isNone(iframeInterop)) {
14928
+ if (superSelectionApp_service.isNone(iframeInterop)) {
14738
14929
  throw Error('Failed to get iframe interop information: no data in store');
14739
14930
  }
14740
14931
  if (!this.isIframeInteropEnabled()) {
@@ -14748,22 +14939,22 @@ const interopQuery = new InteropQuery(sessionStore);
14748
14939
  class IFrameInteropService {
14749
14940
  static completeSuperSelectionStep() {
14750
14941
  const { successRedirectionUrl } = interopQuery.getIframeInteropMode();
14751
- if (customFundChoice_api.Option.isSome(successRedirectionUrl)) {
14942
+ if (superSelectionApp_service.Option.isSome(successRedirectionUrl)) {
14752
14943
  window.top.location.href = successRedirectionUrl.value;
14753
14944
  }
14754
14945
  else {
14755
- customFundChoice_api.iframe.complete();
14946
+ eventTracking_service.iframe.complete();
14756
14947
  }
14757
14948
  }
14758
14949
  static initFromRoute(route) {
14759
14950
  const redirectionUrlQueryParameter = 'success-redirection-url';
14760
14951
  const urlParams = new URLSearchParams(route);
14761
- const redirectionUrl = customFundChoice_api.Option.fromNullable(urlParams.get(redirectionUrlQueryParameter));
14762
- const iframeMode = { successRedirectionUrl: customFundChoice_api.Option.none };
14763
- if (customFundChoice_api.Option.isSome(redirectionUrl)) {
14952
+ const redirectionUrl = superSelectionApp_service.Option.fromNullable(urlParams.get(redirectionUrlQueryParameter));
14953
+ const iframeMode = { successRedirectionUrl: superSelectionApp_service.Option.none };
14954
+ if (superSelectionApp_service.Option.isSome(redirectionUrl)) {
14764
14955
  try {
14765
14956
  const validatedUrl = new URL(redirectionUrl.value);
14766
- iframeMode.successRedirectionUrl = customFundChoice_api.Option.some(validatedUrl.toString());
14957
+ iframeMode.successRedirectionUrl = superSelectionApp_service.Option.some(validatedUrl.toString());
14767
14958
  }
14768
14959
  catch (error) {
14769
14960
  throw Error(`"${redirectionUrl.value}" is not a valid URL`);
@@ -14810,12 +15001,12 @@ class HostInteropService {
14810
15001
  }
14811
15002
  init(urlQuery) {
14812
15003
  const urlParams = new URLSearchParams(urlQuery);
14813
- const interopMode = customFundChoice_api.fromNullable(urlParams.get(this.interopModeQueryParameter));
14814
- if (customFundChoice_api.isSome(interopMode) && interopMode.value === "react-native") {
14815
- sessionStore.update({ reactNativeInterop: customFundChoice_api.some(ReactNativeInteropService.init()) });
15004
+ const interopMode = superSelectionApp_service.fromNullable(urlParams.get(this.interopModeQueryParameter));
15005
+ if (superSelectionApp_service.isSome(interopMode) && interopMode.value === "react-native") {
15006
+ sessionStore.update({ reactNativeInterop: superSelectionApp_service.some(ReactNativeInteropService.init()) });
14816
15007
  return;
14817
15008
  }
14818
- sessionStore.update({ iframeInterop: customFundChoice_api.some(IFrameInteropService.initFromRoute(urlQuery)) });
15009
+ sessionStore.update({ iframeInterop: superSelectionApp_service.some(IFrameInteropService.initFromRoute(urlQuery)) });
14819
15010
  }
14820
15011
  }
14821
15012
  const hostInteropService = new HostInteropService();
@@ -14860,10 +15051,10 @@ const SuperSelectionAppHost = class {
14860
15051
  appParametersQuery.ignoreExistingSelection$.subscribe((newValue) => (this.ignoreExistingSelection = newValue));
14861
15052
  }
14862
15053
  render() {
14863
- return (index.h(index.Host, null, index.h("link", { rel: "stylesheet", href: index.getAssetPath('apollo-super-selection.css'), media: "all" }), index.h("div", { ref: (el) => this.observeContentResize(el) }, customFundChoice_api.Option.isNone(this.appConfiguration) ? (index.h("sss-loading-page", { class: "font-inter" })) : (this.renderAppContent()))));
15054
+ return (index.h(index.Host, null, index.h("link", { rel: "stylesheet", href: index.getAssetPath('apollo-super-selection.css'), media: "all" }), index.h("div", { ref: (el) => this.observeContentResize(el) }, superSelectionApp_service.Option.isNone(this.appConfiguration) ? (index.h("sss-loading-page", { class: "font-inter" })) : (this.renderAppContent()))));
14864
15055
  }
14865
15056
  renderAppContent() {
14866
- return (index.h("stencil-router", { root: appConfigurationService.getAppRootUrl(), class: "sss-app-container" }, index.h("stencil-route-switch", { scrollTopOffset: 0 }, index.h("stencil-route", { url: "/", routeRender: this.renderProtectedRoute((props) => (index.h("super-selection-app", Object.assign({ accessToken: customFundChoice_api.Option.toUndefined(this.jwt), ignoreExistingSelection: this.ignoreExistingSelection, backendUrl: appConfigurationQuery.configuration.ApiBaseUrl, appBaseUrl: this.getAppBaseUrl(), onSuccessPageAcknowledged: this.handleSuccessPageAcknowledged, "onStep-completion": this.handleStepSubmitSuccess, onInitialised: this.handleAppInitialised, isSelfHosted: true }, props)))) }))));
15057
+ return (index.h("stencil-router", { root: appConfigurationService.getAppRootUrl(), class: "sss-app-container" }, index.h("stencil-route-switch", { scrollTopOffset: 0 }, index.h("stencil-route", { url: "/", routeRender: this.renderProtectedRoute((props) => (index.h("super-selection-app", Object.assign({ accessToken: superSelectionApp_service.Option.toUndefined(this.jwt), ignoreExistingSelection: this.ignoreExistingSelection, backendUrl: appConfigurationQuery.configuration.ApiBaseUrl, appBaseUrl: this.getAppBaseUrl(), onSuccessPageAcknowledged: this.handleSuccessPageAcknowledged, "onStep-completion": this.handleStepSubmitSuccess, onInitialised: this.handleAppInitialised, isSelfHosted: true }, props)))) }))));
14867
15058
  }
14868
15059
  getAppBaseUrl() {
14869
15060
  const splits = window.location.pathname.split('app');
@@ -14873,7 +15064,7 @@ const SuperSelectionAppHost = class {
14873
15064
  hostInteropService.completeSuperSelectionStep();
14874
15065
  }
14875
15066
  handleStepSubmitSuccess() {
14876
- customFundChoice_api.iframe.submitSuccess();
15067
+ eventTracking_service.iframe.submitSuccess();
14877
15068
  }
14878
15069
  handleAppInitialised(evt) {
14879
15070
  appInsights.addCustomProperties({
@@ -14890,7 +15081,7 @@ const SuperSelectionAppHost = class {
14890
15081
  observeContentResize(appContent) {
14891
15082
  const ResizeObserver$1 = window.ResizeObserver || ResizeObserver;
14892
15083
  new ResizeObserver$1(() => {
14893
- customFundChoice_api.iframe.resize(appContent.offsetHeight, -1);
15084
+ eventTracking_service.iframe.resize(appContent.offsetHeight, -1);
14894
15085
  }).observe(appContent);
14895
15086
  }
14896
15087
  renderProtectedRoute(renderProtectedComponent) {
@@ -14911,7 +15102,7 @@ SuperSelectionAppHost.style = superSelectionAppHostCss;
14911
15102
  exports.sss_button = Button;
14912
15103
  exports.sss_choice_router = ChoiceRouter;
14913
15104
  exports.sss_custom_fund = CustomFund;
14914
- exports.sss_default_fund = DefaultFund;
15105
+ exports.sss_default_fund_host = SuperDefaultFundHost;
14915
15106
  exports.sss_dropdown_async = SelectInputAsync;
14916
15107
  exports.sss_existing_choice_page = ExistingChoice;
14917
15108
  exports.sss_footer_section = FooterSection;
@@ -14928,6 +15119,7 @@ exports.sss_prefill_invalid_smsf = PrefillInvalidSMSF;
14928
15119
  exports.sss_prefill_my_own_fund = PrefillMyOwnFund;
14929
15120
  exports.sss_prefill_smsf = PrefillSMSF;
14930
15121
  exports.sss_prefill_warning_box = PrefillWarningBox;
15122
+ exports.sss_promoted_fund_host = SuperPromotedFundHost;
14931
15123
  exports.sss_smsf_engagement_step_host = SmsfEngagementStep;
14932
15124
  exports.sss_standard_choice_form = StandardChoiceFormInputDefaultFund;
14933
15125
  exports.sss_success = Success;