@flarehr/apollo-super-selection 3.45.57688 → 3.46.58109
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/{p-e17f0773.entry.js → p-13023a73.entry.js} +4 -4
- package/dist/lib/apollo-super-selection/p-d82b00ed.system.js +1 -1
- package/dist/lib/apollo-super-selection/{p-81f17138.system.entry.js → p-ec5b6efc.system.entry.js} +15 -15
- package/dist/lib/cjs/fl-button_31.cjs.entry.js +2 -2
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +1 -1
- package/dist/lib/esm/fl-button_31.entry.js +2 -2
- package/dist/lib/esm-es5/fl-button_31.entry.js +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var __extends=this&&this.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n))e[n]=t[n]};return e(t,n)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();var __awaiter=this&&this.__awaiter||function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,a){function o(e){try{u(r.next(e))}catch(e){a(e)}}function s(e){try{u(r["throw"](e))}catch(e){a(e)}}function u(e){e.done?n(e.value):i(e.value).then(o,s)}u((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return u([e,t])}}function u(o){if(r)throw new TypeError("Generator is already executing.");while(n)try{if(r=1,i&&(a=o[0]&2?i["return"]:o[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,o[1])).done)return a;if(i=0,a)o=[o[0]&2,a.value];switch(o[0]){case 0:case 1:a=o;break;case 4:n.label++;return{value:o[1],done:false};case 5:n.label++;i=o[1];o=[0];continue;case 7:o=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(o[0]===6||o[0]===2)){n=0;continue}if(o[0]===3&&(!a||o[1]>a[0]&&o[1]<a[3])){n.label=o[1];break}if(o[0]===6&&n.label<a[1]){n.label=a[1];a=o;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(o);break}if(a[2])n.ops.pop();n.trys.pop();continue}o=t.call(e,n)}catch(e){o=[6,e];i=0}finally{r=a=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};var __spreadArrays=this&&this.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};import{r as registerInstance,h,c as createEvent,g as getRenderingRef,f as forceUpdate,H as Host,a as getAssetPath,d as getElement,e as getContext,s as setErrorHandler}from"./index-0496d1af.js";import{f as from,m as map,S as SimpleOuterSubscriber,a as SimpleInnerSubscriber,i as innerSubscribe,d as distinctUntilChanged,b as filter,c as StoreConfig,g as Store,Q as Query}from"./datorama-akita-79ce4385.js";import{g as isArray,O as Observable,j as isFunction,k as async,a as Subscriber}from"./delay-c0555599.js";import{A as ActiveRouter}from"./active-router-4c80d3d2.js";function noop(){}function mergeMap(e,t,n){if(n===void 0){n=Number.POSITIVE_INFINITY}if(typeof t==="function"){return function(r){return r.pipe(mergeMap((function(n,r){return from(e(n,r)).pipe(map((function(e,i){return t(n,e,r,i)})))}),n))}}else if(typeof t==="number"){n=t}return function(t){return t.lift(new MergeMapOperator(e,n))}}var MergeMapOperator=function(){function e(e,t){if(t===void 0){t=Number.POSITIVE_INFINITY}this.project=e;this.concurrent=t}e.prototype.call=function(e,t){return t.subscribe(new MergeMapSubscriber(e,this.project,this.concurrent))};return e}();var MergeMapSubscriber=function(e){__extends(t,e);function t(t,n,r){if(r===void 0){r=Number.POSITIVE_INFINITY}var i=e.call(this,t)||this;i.project=n;i.concurrent=r;i.hasCompleted=false;i.buffer=[];i.active=0;i.index=0;return i}t.prototype._next=function(e){if(this.active<this.concurrent){this._tryNext(e)}else{this.buffer.push(e)}};t.prototype._tryNext=function(e){var t;var n=this.index++;try{t=this.project(e,n)}catch(e){this.destination.error(e);return}this.active++;this._innerSub(t)};t.prototype._innerSub=function(e){var t=new SimpleInnerSubscriber(this);var n=this.destination;n.add(t);var r=innerSubscribe(e,t);if(r!==t){n.add(r)}};t.prototype._complete=function(){this.hasCompleted=true;if(this.active===0&&this.buffer.length===0){this.destination.complete()}this.unsubscribe()};t.prototype.notifyNext=function(e){this.destination.next(e)};t.prototype.notifyComplete=function(){var e=this.buffer;this.active--;if(e.length>0){this._next(e.shift())}else if(this.active===0&&this.hasCompleted){this.destination.complete()}};return t}(SimpleOuterSubscriber);function fromEvent(e,t,n,r){if(isFunction(n)){r=n;n=undefined}if(r){return fromEvent(e,t,n).pipe(map((function(e){return isArray(e)?r.apply(void 0,e):r(e)})))}return new Observable((function(r){function i(e){if(arguments.length>1){r.next(Array.prototype.slice.call(arguments))}else{r.next(e)}}setupSubscription(e,t,i,r,n)}))}function setupSubscription(e,t,n,r,i){var a;if(isEventTarget(e)){var o=e;e.addEventListener(t,n,i);a=function(){return o.removeEventListener(t,n,i)}}else if(isJQueryStyleEventEmitter(e)){var s=e;e.on(t,n);a=function(){return s.off(t,n)}}else if(isNodeStyleEventEmitter(e)){var u=e;e.addListener(t,n);a=function(){return u.removeListener(t,n)}}else if(e&&e.length){for(var l=0,c=e.length;l<c;l++){setupSubscription(e[l],t,n,r,i)}}else{throw new TypeError("Invalid event target")}r.add(a)}function isNodeStyleEventEmitter(e){return e&&typeof e.addListener==="function"&&typeof e.removeListener==="function"}function isJQueryStyleEventEmitter(e){return e&&typeof e.on==="function"&&typeof e.off==="function"}function isEventTarget(e){return e&&typeof e.addEventListener==="function"&&typeof e.removeEventListener==="function"}function debounceTime(e,t){if(t===void 0){t=async}return function(n){return n.lift(new DebounceTimeOperator(e,t))}}var DebounceTimeOperator=function(){function e(e,t){this.dueTime=e;this.scheduler=t}e.prototype.call=function(e,t){return t.subscribe(new DebounceTimeSubscriber(e,this.dueTime,this.scheduler))};return e}();var DebounceTimeSubscriber=function(e){__extends(t,e);function t(t,n,r){var i=e.call(this,t)||this;i.dueTime=n;i.scheduler=r;i.debouncedSubscription=null;i.lastValue=null;i.hasValue=false;return i}t.prototype._next=function(e){this.clearDebounce();this.lastValue=e;this.hasValue=true;this.add(this.debouncedSubscription=this.scheduler.schedule(dispatchNext,this.dueTime,this))};t.prototype._complete=function(){this.debouncedNext();this.destination.complete()};t.prototype.debouncedNext=function(){this.clearDebounce();if(this.hasValue){var e=this.lastValue;this.lastValue=null;this.hasValue=false;this.destination.next(e)}};t.prototype.clearDebounce=function(){var e=this.debouncedSubscription;if(e!==null){this.remove(e);e.unsubscribe();this.debouncedSubscription=null}};return t}(Subscriber);function dispatchNext(e){e.debouncedNext()}function tap(e,t,n){return function r(i){return i.lift(new DoOperator(e,t,n))}}var DoOperator=function(){function e(e,t,n){this.nextOrObserver=e;this.error=t;this.complete=n}e.prototype.call=function(e,t){return t.subscribe(new TapSubscriber(e,this.nextOrObserver,this.error,this.complete))};return e}();var TapSubscriber=function(e){__extends(t,e);function t(t,n,r,i){var a=e.call(this,t)||this;a._tapNext=noop;a._tapError=noop;a._tapComplete=noop;a._tapError=r||noop;a._tapComplete=i||noop;if(isFunction(n)){a._context=a;a._tapNext=n}else if(n){a._context=n;a._tapNext=n.next||noop;a._tapError=n.error||noop;a._tapComplete=n.complete||noop}return a}t.prototype._next=function(e){try{this._tapNext.call(this._context,e)}catch(e){this.destination.error(e);return}this.destination.next(e)};t.prototype._error=function(e){try{this._tapError.call(this._context,e)}catch(e){this.destination.error(e);return}this.destination.error(e)};t.prototype._complete=function(){try{this._tapComplete.call(this._context)}catch(e){this.destination.error(e);return}return this.destination.complete()};return t}(Subscriber);var AppVersion="3.45.57688";var isSome=function(e){return e._tag==="Some"};var isNone=function(e){return e._tag==="None"};var none={_tag:"None"};var some=function(e){return{_tag:"Some",value:e}};function fromNullable(e){return e==null?none:some(e)}function toUndefined(e){return isNone(e)?undefined:e.value}var getOrElseW=function(e){return function(t){return isNone(t)?e():t.value}};var getOrElse=getOrElseW;var Lazy=function(){function e(e){this.factory=e;this._value=none}Object.defineProperty(e.prototype,"value",{get:function(){if(isSome(this._value)){return this._value.value}var e=this.factory();this._value=some(e);return e},enumerable:false,configurable:true});return e}();function addSlashToUrl(){if(!window.location.pathname.endsWith("/")){var e=window.location.pathname+"/"+window.location.search+window.location.hash;history.pushState(history.state,"",e)}}function injectHistory(e){ActiveRouter.injectProps(e,["history","location"])}var DEFAULT_DELIMITER="/";var DEFAULT_DELIMITERS="./";var PATH_REGEXP=new RegExp(["(\\\\.)","(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?"].join("|"),"g");var parse=function(e,t){var n=[];var r=0;var i=0;var a="";var o=t&&t.delimiter||DEFAULT_DELIMITER;var s=t&&t.delimiters||DEFAULT_DELIMITERS;var u=false;var l;while((l=PATH_REGEXP.exec(e))!==null){var c=l[0];var d=l[1];var f=l.index;a+=e.slice(i,f);i=f+c.length;if(d){a+=d[1];u=true;continue}var p="";var h=e[i];var g=l[2];var v=l[3];var m=l[4];var y=l[5];if(!u&&a.length){var b=a.length-1;if(s.indexOf(a[b])>-1){p=a[b];a=a.slice(0,b)}}if(a){n.push(a);a="";u=false}var S=p!==""&&h!==undefined&&h!==p;var w=y==="+"||y==="*";var _=y==="?"||y==="*";var x=p||o;var C=v||m;n.push({name:g||r++,prefix:p,delimiter:x,optional:_,repeat:w,partial:S,pattern:C?escapeGroup(C):"[^"+escapeString(x)+"]+?"})}if(a||i<e.length){n.push(a+e.substr(i))}return n};var escapeString=function(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")};var escapeGroup=function(e){return e.replace(/([=!:$/()])/g,"\\$1")};var flags=function(e){return e&&e.sensitive?"":"i"};var regexpToRegexp=function(e,t){if(!t)return e;var n=e.source.match(/\((?!\?)/g);if(n){for(var r=0;r<n.length;r++){t.push({name:r,prefix:null,delimiter:null,optional:false,repeat:false,partial:false,pattern:null})}}return e};var arrayToRegexp=function(e,t,n){var r=[];for(var i=0;i<e.length;i++){r.push(pathToRegexp(e[i],t,n).source)}return new RegExp("(?:"+r.join("|")+")",flags(n))};var stringToRegexp=function(e,t,n){return tokensToRegExp(parse(e,n),t,n)};var tokensToRegExp=function(e,t,n){n=n||{};var r=n.strict;var i=n.end!==false;var a=escapeString(n.delimiter||DEFAULT_DELIMITER);var o=n.delimiters||DEFAULT_DELIMITERS;var s=[].concat(n.endsWith||[]).map(escapeString).concat("$").join("|");var u="";var l=false;for(var c=0;c<e.length;c++){var d=e[c];if(typeof d==="string"){u+=escapeString(d);l=c===e.length-1&&o.indexOf(d[d.length-1])>-1}else{var f=escapeString(d.prefix||"");var p=d.repeat?"(?:"+d.pattern+")(?:"+f+"(?:"+d.pattern+"))*":d.pattern;if(t)t.push(d);if(d.optional){if(d.partial){u+=f+"("+p+")?"}else{u+="(?:"+f+"("+p+"))?"}}else{u+=f+"("+p+")"}}}if(i){if(!r)u+="(?:"+a+")?";u+=s==="$"?"$":"(?="+s+")"}else{if(!r)u+="(?:"+a+"(?="+s+"))?";if(!l)u+="(?="+a+"|"+s+")"}return new RegExp("^"+u,flags(n))};var pathToRegexp=function(e,t,n){if(e instanceof RegExp){return regexpToRegexp(e,t)}if(Array.isArray(e)){return arrayToRegexp(e,t,n)}return stringToRegexp(e,t,n)};var hasBasename=function(e,t){return new RegExp("^"+t+"(\\/|\\?|#|$)","i").test(e)};var stripBasename=function(e,t){return hasBasename(e,t)?e.substr(t.length):e};var stripTrailingSlash=function(e){return e.charAt(e.length-1)==="/"?e.slice(0,-1):e};var addLeadingSlash=function(e){return e.charAt(0)==="/"?e:"/"+e};var stripLeadingSlash=function(e){return e.charAt(0)==="/"?e.substr(1):e};var parsePath=function(e){var t=e||"/";var n="";var r="";var i=t.indexOf("#");if(i!==-1){r=t.substr(i);t=t.substr(0,i)}var a=t.indexOf("?");if(a!==-1){n=t.substr(a);t=t.substr(0,a)}return{pathname:t,search:n==="?"?"":n,hash:r==="#"?"":r,query:{},key:""}};var createPath=function(e){var t=e.pathname,n=e.search,r=e.hash;var i=t||"/";if(n&&n!=="?"){i+=n.charAt(0)==="?"?n:"?"+n}if(r&&r!=="#"){i+=r.charAt(0)==="#"?r:"#"+r}return i};var parseQueryString=function(e){if(!e){return{}}return(/^[?#]/.test(e)?e.slice(1):e).split("&").reduce((function(e,t){var n=t.split("="),r=n[0],i=n[1];e[r]=i?decodeURIComponent(i.replace(/\+/g," ")):"";return e}),{})};var isAbsolute=function(e){return e.charAt(0)==="/"};var createKey=function(e){return Math.random().toString(36).substr(2,e)};var spliceOne=function(e,t){for(var n=t,r=n+1,i=e.length;r<i;n+=1,r+=1){e[n]=e[r]}e.pop()};var resolvePathname=function(e,t){if(t===void 0){t=""}var n=t&&t.split("/")||[];var r;var i=0;var a=e&&e.split("/")||[];var o=e&&isAbsolute(e);var s=t&&isAbsolute(t);var u=o||s;if(e&&isAbsolute(e)){n=a}else if(a.length){n.pop();n=n.concat(a)}if(!n.length){return"/"}if(n.length){var l=n[n.length-1];r=l==="."||l===".."||l===""}else{r=false}for(var c=n.length;c>=0;c--){var d=n[c];if(d==="."){spliceOne(n,c)}else if(d===".."){spliceOne(n,c);i++}else if(i){spliceOne(n,c);i--}}if(!u){for(;i--;i){n.unshift("..")}}if(u&&n[0]!==""&&(!n[0]||!isAbsolute(n[0]))){n.unshift("")}var f=n.join("/");if(r&&f.substr(-1)!=="/"){f+="/"}return f};var valueEqual=function(e,t){if(e===t){return true}if(e==null||t==null){return false}if(Array.isArray(e)){return Array.isArray(t)&&e.length===t.length&&e.every((function(e,n){return valueEqual(e,t[n])}))}var n=typeof e;var r=typeof t;if(n!==r){return false}if(n==="object"){var i=e.valueOf();var a=t.valueOf();if(i!==e||a!==t){return valueEqual(i,a)}var o=Object.keys(e);var s=Object.keys(t);if(o.length!==s.length){return false}return o.every((function(n){return valueEqual(e[n],t[n])}))}return false};var locationsAreEqual=function(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&valueEqual(e.state,t.state)};var createLocation=function(e,t,n,r){var i;if(typeof e==="string"){i=parsePath(e);if(t!==undefined){i.state=t}}else{i=Object.assign({pathname:""},e);if(i.search&&i.search.charAt(0)!=="?"){i.search="?"+i.search}if(i.hash&&i.hash.charAt(0)!=="#"){i.hash="#"+i.hash}if(t!==undefined&&i.state===undefined){i.state=t}}try{i.pathname=decodeURI(i.pathname)}catch(e){if(e instanceof URIError){throw new URIError('Pathname "'+i.pathname+'" could not be decoded. '+"This is likely caused by an invalid percent-encoding.")}else{throw e}}i.key=n;if(r){if(!i.pathname){i.pathname=r.pathname}else if(i.pathname.charAt(0)!=="/"){i.pathname=resolvePathname(i.pathname,r.pathname)}}else{if(!i.pathname){i.pathname="/"}}i.query=parseQueryString(i.search||"");return i};var cacheCount=0;var patternCache={};var cacheLimit=1e4;var compilePath=function(e,t){var n=""+t.end+t.strict;var r=patternCache[n]||(patternCache[n]={});var i=JSON.stringify(e);if(r[i]){return r[i]}var a=[];var o=pathToRegexp(e,a,t);var s={re:o,keys:a};if(cacheCount<cacheLimit){r[i]=s;cacheCount+=1}return s};var matchPath=function(e,t){if(t===void 0){t={}}if(typeof t==="string"){t={path:t}}var n=t.path,r=n===void 0?"/":n,i=t.exact,a=i===void 0?false:i,o=t.strict,s=o===void 0?false:o;var u=compilePath(r,{end:a,strict:s}),l=u.re,c=u.keys;var d=l.exec(e);if(!d){return null}var f=d[0],p=d.slice(1);var h=e===f;if(a&&!h){return null}return{path:r,url:r==="/"&&f===""?"/":f,isExact:h,params:c.reduce((function(e,t,n){e[t.name]=p[n];return e}),{})}};var matchesAreEqual=function(e,t){if(e==null&&t==null){return true}if(t==null){return false}return e&&t&&e.path===t.path&&e.url===t.url&&valueEqual(e.params,t.params)};var buttonCss=":host button,:host button:focus,:host button:active,:host button.focus,:host button.active{-webkit-box-shadow:none;box-shadow:none;border-radius:var(--fl-rounding-button) !important}:host button.disabled,:host button:disabled{opacity:1 !important;cursor:not-allowed !important;color:var(--fl-color-disabled)}:host button .label{font-weight:600 !important}:host button.is-primary{color:var(--fl-color-primary-text);background-color:var(--fl-color-primary);border:none}:host button.is-primary.disabled,:host button.is-primary:disabled{background-color:var(--fl-color-primary-disabled)}:host button.is-primary:hover:not(.disabled),:host button.is-primary:hover:not(:disabled){background-color:var(--fl-color-primary-hover)}:host button.is-primary:active:not(.disabled),:host button.is-primary:active:not(:disabled){background-color:var(--fl-color-primary-focus)}:host button.is-secondary{color:var(--fl-color-secondary-text);background-color:var(--fl-color-secondary)}:host button.is-secondary.disabled,:host button.is-secondary:disabled{background-color:var(--fl-color-secondary-disabled)}:host button.is-secondary:hover:not(.disabled),:host button.is-secondary:hover:not(:disabled){background-color:var(--fl-color-secondary-hover)}:host button.is-secondary:active:not(.disabled),:host button.is-secondary:active:not(:disabled){background-color:var(--fl-color-secondary-focus)}:host button.is-block{display:block}:host button:disabled,:host button.disabled{pointer-events:none}";var ButtonComponent=function(){function e(e){registerInstance(this,e);this.isBlockElement=false;this.disabled=false;this.variant="primary"}e.prototype.render=function(){return h("button",{class:{"btn position-relative px-3 py-2":true,"is-primary":this.variant==="primary","is-secondary":this.variant==="secondary","btn-block":this.isBlockElement,disabled:this.disabled},style:{"pointer-events":this.disabled?"none":"auto"},disabled:this.disabled},h("span",{class:"label"},h("slot",null)))};return e}();ButtonComponent.style=buttonCss;var src={compareTwoStrings:compareTwoStrings,findBestMatch:findBestMatch};function compareTwoStrings(e,t){e=e.replace(/\s+/g,"");t=t.replace(/\s+/g,"");if(!e.length&&!t.length)return 1;if(!e.length||!t.length)return 0;if(e===t)return 1;if(e.length===1&&t.length===1)return 0;if(e.length<2||t.length<2)return 0;var n=new Map;for(var r=0;r<e.length-1;r++){var i=e.substring(r,r+2);var a=n.has(i)?n.get(i)+1:1;n.set(i,a)}var o=0;for(var r=0;r<t.length-1;r++){var i=t.substring(r,r+2);var a=n.has(i)?n.get(i):0;if(a>0){n.set(i,a-1);o++}}return 2*o/(e.length+t.length-2)}function findBestMatch(e,t){if(!areArgsValid(e,t))throw new Error("Bad arguments: First argument should be a string, second should be an array of strings");var n=[];var r=0;for(var i=0;i<t.length;i++){var a=t[i];var o=compareTwoStrings(e,a);n.push({target:a,rating:o});if(o>n[r].rating){r=i}}var s=n[r];return{ratings:n,bestMatch:s,bestMatchIndex:r}}function areArgsValid(e,t){if(typeof e!=="string")return false;if(!Array.isArray(t))return false;if(!t.length)return false;if(t.find((function(e){return typeof e!=="string"})))return false;return true}var dropdownCss="fl-dropdown .dropdown-menu{max-height:min(20rem, 50vh)}fl-dropdown .dropdown-menu .dropdown-item{cursor:pointer}fl-dropdown .dropdown-menu .dropdown-item.selected{background-color:rgba(253, 189, 0, 0.5)}";var Dropdown=function(){function e(e){var t=this;registerInstance(this,e);this.valueChanged=createEvent(this,"valueChanged",7);this.required=false;this.disabled=false;this.isMouseOver=false;this.inputValue="";this.isDropdownVisible=false;this.filteredOptions=[];this.renderFilteredResults=function(){if(t.filteredOptions.length===0){return h("span",{class:"dropdown-item disabled"},"No items match your search")}return t.filteredOptions.map((function(e,n){return h("span",{class:{"dropdown-item text-wrap":true,selected:t.isOptionSelected(e),active:t.highlightedOptionIndex===n},onClick:function(n){t.toggleDropdown(false);t.selectOption(e)}},h("span",null,e.label))}))};this.filterResults=function(e){t.filteredOptions=t.sortOptionsByRelevancy(t._options.filter((function(t){return t.label.toLowerCase().includes(e.toLowerCase())})),e);t.highlightedOptionIndex=undefined};this.selectOption=function(e){t.selectedOption=e;t.inputValue=e.label;t.valueChanged.emit(e)};this.isOptionSelected=function(e){var n;return((n=t.selectedOption)===null||n===void 0?void 0:n.label)===e.label};this.toggleDropdown=function(e){t.isDropdownVisible=e};this.resetInput=function(){var e,n;t.inputValue=(n=(e=t.selectedOption)===null||e===void 0?void 0:e.label)!==null&&n!==void 0?n:"";t.filteredOptions=t._options};this.processKeyboardNavigation=function(e){var n="Enter";var r="ArrowDown";var i="ArrowUp";var a="Escape";switch(e.key){case r:t.toggleDropdown(true);t.highlightNextItem();return true;case i:t.highlightPreviousItem();return true;case n:if(t.highlightedOptionIndex!==undefined){t.toggleDropdown(false);t.selectOption(t.filteredOptions[t.highlightedOptionIndex])}return true;case a:t.inputElement.blur();return true}return false};this.highlightPreviousItem=function(){if(t.filteredOptions.length===0){return}t.highlightedOptionIndex=t.highlightedOptionIndex===undefined?0:Math.max(t.highlightedOptionIndex-1,0)};this.highlightNextItem=function(){if(t.filteredOptions.length===0){return}t.highlightedOptionIndex=t.highlightedOptionIndex===undefined?0:Math.min(t.highlightedOptionIndex+1,t.filteredOptions.length-1)}}Object.defineProperty(e.prototype,"_options",{get:function(){if(this.options===undefined){throw new Error("Can't render <fl-dropdown /> component with no options")}return this.options},enumerable:false,configurable:true});e.prototype.componentWillLoad=function(){var e=this;var t,n;this.filteredOptions=this._options;this.selectedOption=this._options.find((function(t){return t.value===e.value}));this.inputValue=(n=(t=this.selectedOption)===null||t===void 0?void 0:t.label)!==null&&n!==void 0?n:""};e.prototype.handleFocus=function(){this.toggleDropdown(true)};e.prototype.handleBlur=function(){if(this.isMouseOver){return}this.toggleDropdown(false);this.resetInput()};e.prototype.handleKeyDown=function(e){if(this.processKeyboardNavigation(e)){e.preventDefault()}};e.prototype.onOptionsChanged=function(){this.filteredOptions=this._options};e.prototype.onValueChanged=function(){var e=this;var t,n;this.selectedOption=this._options.find((function(t){return t.value===e.value}));this.inputValue=(n=(t=this.selectedOption)===null||t===void 0?void 0:t.label)!==null&&n!==void 0?n:""};e.prototype.render=function(){var e=this;var t;return[h("div",{class:"dropdown"},h("input",{type:"text",class:"form-control custom-select",placeholder:this.placeholder,required:this.required,disabled:this.disabled,value:this.inputValue,onInput:function(t){var n=t.target.value;e.inputValue=n;e.filterResults(n);e.toggleDropdown(true)},ref:function(t){return e.inputElement=t}}),h("div",{class:{"invalid-feedback":true,"d-none":this.isDropdownVisible}},(t=this.requiredValidationMessage)!==null&&t!==void 0?t:"Required."),h("div",{class:{"dropdown-menu shadow mt-0 w-100 overflow-auto":true,show:this.isDropdownVisible},onMouseEnter:function(t){return e.isMouseOver=true},onMouseLeave:function(t){return e.isMouseOver=false}},this.renderFilteredResults()))]};e.prototype.sortOptionsByRelevancy=function(e,t){return e.map((function(e){return Object.assign(Object.assign({},e),{relevancyScore:src.compareTwoStrings(e.label.toLowerCase(),t.toLowerCase())})})).sort((function(e,t){return t.relevancyScore-e.relevancyScore})).map((function(e){return{label:e.label,value:e.value}}))};Object.defineProperty(e,"watchers",{get:function(){return{options:["onOptionsChanged"],value:["onValueChanged"]}},enumerable:false,configurable:true});return e}();Dropdown.style=dropdownCss;var dropdownAsyncCss="fl-dropdown .dropdown-menu{max-height:min(20rem, 50vh)}fl-dropdown .dropdown-menu .dropdown-item{cursor:pointer}fl-dropdown .dropdown-menu .dropdown-item.selected{background-color:rgba(253, 189, 0, 0.5)}";var DEFAULT_SEARCH_LENGTH=3;var SelectInputAsync=function(){function e(e){var t=this;registerInstance(this,e);this.valueChanged=createEvent(this,"valueChanged",7);this.required=false;this.disabled=false;this.minSearchStringLength=DEFAULT_SEARCH_LENGTH;this.isMouseOver=false;this.searchState="pristine";this.inputValue="";this.isDropdownVisible=false;this.filteredOptions=[];this.shouldExecuteSearch=function(e){var n;return t.isDropdownVisible&&(e===null||e===void 0?void 0:e.length)>=t.minSearchStringLength&&((n=t.selectedOption)===null||n===void 0?void 0:n.label)!==e};this.onBeginSearch=function(e){t.inputValue=e;t.searchState="in progress"};this.onCompleteSearch=function(e){t.filteredOptions=e;t.highlightedOptionIndex=undefined;t.searchState="done"};this.renderFilteredResults=function(){if(t.searchState==="pristine"){return h("span",{class:"dropdown-item disabled"},"Start typing to find the results")}if(t.searchState==="in progress"){return h("div",{class:"d-flex justify-content-end align-items-center pr-4"},h("span",{class:"dropdown-item disabled"},"Searching..."),h("i",{class:"dot-falling"}))}if(t.filteredOptions.length===0){return h("span",{class:"dropdown-item disabled"},"No items match your search")}return t.filteredOptions.map((function(e,n){return h("span",{class:{"dropdown-item text-wrap":true,selected:t.isOptionSelected(e),active:t.highlightedOptionIndex===n},onClick:function(n){t.toggleDropdown(false);t.selectOption(e)}},e.label)}))};this.resetInput=function(){var e,n;t.inputValue=(n=(e=t.selectedOption)===null||e===void 0?void 0:e.label)!==null&&n!==void 0?n:""};this.toggleDropdown=function(e){t.isDropdownVisible=e};this.processKeyboardNavigation=function(e){var n="Enter";var r="ArrowDown";var i="ArrowUp";var a="Escape";switch(e.key){case r:t.toggleDropdown(true);t.highlightNextItem();return true;case i:t.highlightPreviousItem();return true;case n:if(t.highlightedOptionIndex!==undefined){t.toggleDropdown(false);t.selectOption(t.filteredOptions[t.highlightedOptionIndex])}return true;case a:t.inputElement.blur();return true}return false};this.highlightPreviousItem=function(){if(t.filteredOptions.length===0){return}t.highlightedOptionIndex=t.highlightedOptionIndex===undefined?0:Math.max(t.highlightedOptionIndex-1,0)};this.highlightNextItem=function(){if(t.filteredOptions.length===0){return}t.highlightedOptionIndex=t.highlightedOptionIndex===undefined?0:Math.min(t.highlightedOptionIndex+1,t.filteredOptions.length-1)};this.selectOption=function(e){t.selectedOption=e;t.inputValue=e.label;t.valueChanged.emit(e)};this.isOptionSelected=function(e){var n;return((n=t.selectedOption)===null||n===void 0?void 0:n.label)===e.label}}e.prototype.componentWillLoad=function(){this.selectedOption=this.value};e.prototype.componentDidLoad=function(){var e=this;this.searchResultsSubscription=fromEvent(this.inputElement,"keyup").pipe(debounceTime(500),map((function(t){return e.inputElement.value})),distinctUntilChanged(),filter(this.shouldExecuteSearch),tap(this.onBeginSearch),mergeMap(this._searchFunction),tap(this.onCompleteSearch)).subscribe()};e.prototype.componentDidUnload=function(){this.searchResultsSubscription.unsubscribe()};e.prototype.handleFocus=function(){this.toggleDropdown(true)};e.prototype.handleBlur=function(){if(this.isMouseOver){return}this.toggleDropdown(false);this.highlightedOptionIndex=undefined;this.resetInput()};e.prototype.handleKeyDown=function(e){if(this.processKeyboardNavigation(e)){e.preventDefault()}};e.prototype.render=function(){var e=this;var t;return[h("div",{class:"dropdown"},h("input",{type:"text",class:"form-control",placeholder:this.placeholder,required:this.required,disabled:this.disabled,value:this.inputValue,ref:function(t){return e.inputElement=t}}),h("div",{class:{"invalid-feedback":true,"d-none":this.isDropdownVisible}},(t=this.requiredValidationMessage)!==null&&t!==void 0?t:"Required."),h("div",{class:{"dropdown-menu shadow mt-0 w-100 overflow-auto":true,show:this.isDropdownVisible},onMouseEnter:function(t){return e.isMouseOver=true},onMouseLeave:function(t){return e.isMouseOver=false}},this.renderFilteredResults()))]};Object.defineProperty(e.prototype,"_searchFunction",{get:function(){if(this.searchFunction===undefined){throw new Error("Can't render <fl-dropdown-async/> component with no searchFunction")}return this.searchFunction},enumerable:false,configurable:true});return e}();SelectInputAsync.style=dropdownAsyncCss;var loadingIndicatorCss='fl-loading-indicator .dots-container{width:36px}fl-loading-indicator .dot-flashing.theme-default{position:relative;width:8px;height:8px;border-radius:4px;background-color:#66efc5;color:#9880ff;-webkit-animation:dot-flashing-default 2s infinite linear;animation:dot-flashing-default 2s infinite linear;-webkit-animation-delay:0.5s;animation-delay:0.5s}@-webkit-keyframes dot-flashing-default{0%{background-color:#66efc5}25%{background-color:#12aa7c}50%,100%{background-color:#66efc5}}@keyframes dot-flashing-default{0%{background-color:#66efc5}25%{background-color:#12aa7c}50%,100%{background-color:#66efc5}}fl-loading-indicator .dot-flashing.theme-default::before,fl-loading-indicator .dot-flashing.theme-default::after{content:"";display:inline-block;position:absolute;top:0}fl-loading-indicator .dot-flashing.theme-default::before{left:-12px;width:8px;height:8px;border-radius:4px;background-color:#66efc5;color:#9880ff;-webkit-animation:dot-flashing-default 2s infinite linear;animation:dot-flashing-default 2s infinite linear;-webkit-animation-delay:0s;animation-delay:0s}@keyframes dot-flashing-default{0%{background-color:#66efc5}25%{background-color:#12aa7c}50%,100%{background-color:#66efc5}}fl-loading-indicator .dot-flashing.theme-default::after{left:12px;width:8px;height:8px;border-radius:4px;background-color:#66efc5;color:#9880ff;-webkit-animation:dot-flashing-default 2s infinite linear;animation:dot-flashing-default 2s infinite linear;-webkit-animation-delay:1s;animation-delay:1s}@keyframes dot-flashing-default{0%{background-color:#66efc5}25%{background-color:#12aa7c}50%,100%{background-color:#66efc5}}fl-loading-indicator .dot-flashing.theme-dark{position:relative;width:8px;height:8px;border-radius:4px;background-color:#a7a7a7;color:#9880ff;-webkit-animation:dot-flashing-dark 2s infinite linear;animation:dot-flashing-dark 2s infinite linear;-webkit-animation-delay:0.5s;animation-delay:0.5s}@-webkit-keyframes dot-flashing-dark{0%{background-color:#a7a7a7}25%{background-color:#5b5a5a}50%,100%{background-color:#a7a7a7}}@keyframes dot-flashing-dark{0%{background-color:#a7a7a7}25%{background-color:#5b5a5a}50%,100%{background-color:#a7a7a7}}fl-loading-indicator .dot-flashing.theme-dark::before,fl-loading-indicator .dot-flashing.theme-dark::after{content:"";display:inline-block;position:absolute;top:0}fl-loading-indicator .dot-flashing.theme-dark::before{left:-12px;width:8px;height:8px;border-radius:4px;background-color:#a7a7a7;color:#9880ff;-webkit-animation:dot-flashing-dark 2s infinite linear;animation:dot-flashing-dark 2s infinite linear;-webkit-animation-delay:0s;animation-delay:0s}@keyframes dot-flashing-dark{0%{background-color:#a7a7a7}25%{background-color:#5b5a5a}50%,100%{background-color:#a7a7a7}}fl-loading-indicator .dot-flashing.theme-dark::after{left:12px;width:8px;height:8px;border-radius:4px;background-color:#a7a7a7;color:#9880ff;-webkit-animation:dot-flashing-dark 2s infinite linear;animation:dot-flashing-dark 2s infinite linear;-webkit-animation-delay:1s;animation-delay:1s}@keyframes dot-flashing-dark{0%{background-color:#a7a7a7}25%{background-color:#5b5a5a}50%,100%{background-color:#a7a7a7}}';var LoadingIndicator=function(){function e(e){registerInstance(this,e);this.theme="default"}e.prototype.render=function(){return h("span",{class:{"dots-container d-inline-flex justify-content-center":true}},h("span",{class:{"dot-flashing":true,"theme-default":this.theme==="default","theme-dark":this.theme==="dark"}}))};return e}();LoadingIndicator.style=loadingIndicatorCss;var promiseButtonCss="fl-promise-button fl-loading-indicator{left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}";var PromiseButtonState;(function(e){e[e["Available"]=0]="Available";e[e["Pending"]=1]="Pending";e[e["Error"]=2]="Error"})(PromiseButtonState||(PromiseButtonState={}));var PromiseButton=function(){function e(e){registerInstance(this,e);this.isBlockElement=false;this.isRounded=false;this.disabled=false;this.variant="primary";this.promiseFn=function(){return Promise.resolve()};this.state=PromiseButtonState.Available}e.prototype.render=function(){return this.state===PromiseButtonState.Pending?this.renderLoadingButton():this.renderActiveButton()};e.prototype.renderActiveButton=function(){var e=this;return h("fl-button",{disabled:this.disabled,onClick:function(){return e.clicked()},isBlockElement:this.isBlockElement,variant:this.variant},h("div",null,h("slot",null)))};e.prototype.renderLoadingButton=function(){var e=this;return h("fl-button",{disabled:true,onClick:function(){return e.clicked()},isBlockElement:this.isBlockElement,class:"position-relative",variant:this.variant},h("fl-loading-indicator",{class:"position-absolute",theme:"dark"}),h("div",{class:"invisible"},h("slot",null)))};e.prototype.clicked=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:this.state=PromiseButtonState.Pending;t.label=1;case 1:t.trys.push([1,3,,4]);return[4,this.promiseFn()];case 2:t.sent();this.state=PromiseButtonState.Available;return[3,4];case 3:e=t.sent();this.state=PromiseButtonState.Error;throw e;case 4:return[2]}}))}))};return e}();PromiseButton.style=promiseButtonCss;function appReady(){postMessage({type:"appReady"})}function postMessage(e,t){if(t===undefined)t="*";e.sender="flare";window.parent.postMessage(e,t)}function resize(e,t){postMessage({type:"contentResized",height:e,width:t})}function navigation(e){postMessage({type:"pageNavigated",url:e})}function complete(){postMessage({type:"complete"})}function submitSuccess(){postMessage({type:"submitSuccess"})}var iframe={appReady:appReady,resize:resize,navigation:navigation,complete:complete,submitSuccess:submitSuccess};var appendToMap=function(e,t,n){var r=e.get(t);if(!r){e.set(t,[n])}else if(!r.includes(n)){r.push(n)}};var debounce=function(e,t){var n;return function(){var r=[];for(var i=0;i<arguments.length;i++){r[i]=arguments[i]}if(n){clearTimeout(n)}n=setTimeout((function(){n=0;e.apply(void 0,r)}),t)}};var isConnected=function(e){return!("isConnected"in e)||e.isConnected};var cleanupElements=debounce((function(e){for(var t=0,n=e.keys();t<n.length;t++){var r=n[t];e.set(r,e.get(r).filter(isConnected))}}),2e3);var stencilSubscription=function(e){var t=e.on;var n=new Map;if(typeof getRenderingRef==="function"){t("dispose",(function(){n.clear()}));t("get",(function(e){var t=getRenderingRef();if(t){appendToMap(n,e,t)}}));t("set",(function(e){var t=n.get(e);if(t){n.set(e,t.filter(forceUpdate))}cleanupElements(n)}));t("reset",(function(){n.forEach((function(e){return e.forEach(forceUpdate)}));cleanupElements(n)}))}};var createObservableMap=function(e,t){if(t===void 0){t=function(e,t){return e!==t}}var n=new Map(Object.entries(e!==null&&e!==void 0?e:{}));var r={dispose:[],get:[],set:[],reset:[]};var i=function(){n=new Map(Object.entries(e!==null&&e!==void 0?e:{}));r.reset.forEach((function(e){return e()}))};var a=function(){r.dispose.forEach((function(e){return e()}));i()};var o=function(e){r.get.forEach((function(t){return t(e)}));return n.get(e)};var s=function(e,i){var a=n.get(e);if(t(i,a,e)){n.set(e,i);r.set.forEach((function(t){return t(e,i,a)}))}};var u=typeof Proxy==="undefined"?{}:new Proxy(e,{get:function(e,t){return o(t)},ownKeys:function(e){return Array.from(n.keys())},getOwnPropertyDescriptor:function(){return{enumerable:true,configurable:true}},has:function(e,t){return n.has(t)},set:function(e,t,n){s(t,n);return true}});var l=function(e,t){r[e].push(t);return function(){removeFromArray(r[e],t)}};var c=function(t,n){var r=l("set",(function(e,r){if(e===t){n(r)}}));var i=l("reset",(function(){return n(e[t])}));return function(){r();i()}};var d=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return e.forEach((function(e){if(e.set){l("set",e.set)}if(e.get){l("get",e.get)}if(e.reset){l("reset",e.reset)}}))};return{state:u,get:o,set:s,on:l,onChange:c,use:d,dispose:a,reset:i}};var removeFromArray=function(e,t){var n=e.indexOf(t);if(n>=0){e[n]=e[e.length-1];e.length--}};var createStore=function(e,t){var n=createObservableMap(e,t);stencilSubscription(n);return n};function createCommonjsModule(e,t,n){return n={path:t,exports:{},require:function(e,t){return commonjsRequire()}},e(n,n.exports),n.exports}function commonjsRequire(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var _function=createCommonjsModule((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.bindTo_=t.bind_=t.hole=t.pipe=t.untupled=t.tupled=t.absurd=t.decrement=t.increment=t.tuple=t.flow=t.flip=t.constVoid=t.constUndefined=t.constNull=t.constFalse=t.constTrue=t.constant=t.not=t.unsafeCoerce=t.identity=void 0;function n(e){return e}t.identity=n;t.unsafeCoerce=n;function r(e){return function(t){return!e(t)}}t.not=r;function i(e){return function(){return e}}t.constant=i;t.constTrue=i(true);t.constFalse=i(false);t.constNull=i(null);t.constUndefined=i(undefined);t.constVoid=t.constUndefined;function a(e){return function(t,n){return e(n,t)}}t.flip=a;function o(e,t,n,r,i,a,o,s,u){switch(arguments.length){case 1:return e;case 2:return function(){return t(e.apply(this,arguments))};case 3:return function(){return n(t(e.apply(this,arguments)))};case 4:return function(){return r(n(t(e.apply(this,arguments))))};case 5:return function(){return i(r(n(t(e.apply(this,arguments)))))};case 6:return function(){return a(i(r(n(t(e.apply(this,arguments))))))};case 7:return function(){return o(a(i(r(n(t(e.apply(this,arguments)))))))};case 8:return function(){return s(o(a(i(r(n(t(e.apply(this,arguments))))))))};case 9:return function(){return u(s(o(a(i(r(n(t(e.apply(this,arguments)))))))))}}return}t.flow=o;function s(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return e}t.tuple=s;function u(e){return e+1}t.increment=u;function l(e){return e-1}t.decrement=l;function c(e){throw new Error("Called `absurd` function which should be uncallable")}t.absurd=c;function d(e){return function(t){return e.apply(void 0,t)}}t.tupled=d;function f(e){return function(){var t=[];for(var n=0;n<arguments.length;n++){t[n]=arguments[n]}return e(t)}}t.untupled=f;function p(e,t,n,r,i,a,o,s,u,l,c,d,f,p,h,g,v,m,y,b){switch(arguments.length){case 1:return e;case 2:return t(e);case 3:return n(t(e));case 4:return r(n(t(e)));case 5:return i(r(n(t(e))));case 6:return a(i(r(n(t(e)))));case 7:return o(a(i(r(n(t(e))))));case 8:return s(o(a(i(r(n(t(e)))))));case 9:return u(s(o(a(i(r(n(t(e))))))));case 10:return l(u(s(o(a(i(r(n(t(e)))))))));case 11:return c(l(u(s(o(a(i(r(n(t(e))))))))));case 12:return d(c(l(u(s(o(a(i(r(n(t(e)))))))))));case 13:return f(d(c(l(u(s(o(a(i(r(n(t(e))))))))))));case 14:return p(f(d(c(l(u(s(o(a(i(r(n(t(e)))))))))))));case 15:return h(p(f(d(c(l(u(s(o(a(i(r(n(t(e))))))))))))));case 16:return g(h(p(f(d(c(l(u(s(o(a(i(r(n(t(e)))))))))))))));case 17:return v(g(h(p(f(d(c(l(u(s(o(a(i(r(n(t(e))))))))))))))));case 18:return m(v(g(h(p(f(d(c(l(u(s(o(a(i(r(n(t(e)))))))))))))))));case 19:return y(m(v(g(h(p(f(d(c(l(u(s(o(a(i(r(n(t(e))))))))))))))))));case 20:return b(y(m(v(g(h(p(f(d(c(l(u(s(o(a(i(r(n(t(e)))))))))))))))))))}return}t.pipe=p;t.hole=c;var h=function(e,t,n){var r;return Object.assign({},e,(r={},r[t]=n,r))};t.bind_=h;var g=function(e){return function(t){var n;return n={},n[e]=t,n}};t.bindTo_=g}));var Option=createCommonjsModule((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.getApplySemigroup=t.getOrd=t.getEq=t.getShow=t.URI=t.wilt=t.wither=t.sequence=t.traverse=t.partitionMap=t.partition=t.filterMap=t.filter=t.separate=t.compact=t.reduceRight=t.foldMap=t.reduce=t.duplicate=t.extend=t.throwError=t.zero=t.alt=t.altW=t.flatten=t.chainFirst=t.chain=t.of=t.apSecond=t.apFirst=t.ap=t.map=t.chainNullableK=t.mapNullable=t.fromNullableK=t.getOrElse=t.getOrElseW=t.toUndefined=t.toNullable=t.fold=t.fromEither=t.getRight=t.getLeft=t.tryCatch=t.fromPredicate=t.fromNullable=t.some=t.none=t.isNone=t.isSome=void 0;t.sequenceArray=t.traverseArray=t.traverseArrayWithIndex=t.apS=t.bind=t.bindTo=t.Do=t.getRefinement=t.exists=t.elem=t.option=t.MonadThrow=t.Witherable=t.Traversable=t.Filterable=t.Compactable=t.Extend=t.Alternative=t.Alt=t.Foldable=t.Monad=t.Applicative=t.Functor=t.getMonoid=t.getLastMonoid=t.getFirstMonoid=t.getApplyMonoid=void 0;var n=function(e){return e._tag==="Some"};t.isSome=n;var r=function(e){return e._tag==="None"};t.isNone=r;t.none={_tag:"None"};var i=function(e){return{_tag:"Some",value:e}};t.some=i;function a(e){return e==null?t.none:t.some(e)}t.fromNullable=a;function o(e){return function(n){return e(n)?t.some(n):t.none}}t.fromPredicate=o;function s(e){try{return t.some(e())}catch(e){return t.none}}t.tryCatch=s;function u(e){return e._tag==="Right"?t.none:t.some(e.left)}t.getLeft=u;function l(e){return e._tag==="Left"?t.none:t.some(e.right)}t.getRight=l;t.fromEither=l;function c(e,n){return function(r){return t.isNone(r)?e():n(r.value)}}t.fold=c;function d(e){return t.isNone(e)?null:e.value}t.toNullable=d;function f(e){return t.isNone(e)?undefined:e.value}t.toUndefined=f;var p=function(e){return function(n){return t.isNone(n)?e():n.value}};t.getOrElseW=p;t.getOrElse=t.getOrElseW;function h(e){return function(){var t=[];for(var n=0;n<arguments.length;n++){t[n]=arguments[n]}return a(e.apply(void 0,t))}}t.fromNullableK=h;t.mapNullable=g;function g(e){return function(n){return t.isNone(n)?t.none:a(e(n.value))}}t.chainNullableK=g;var v=function(e,n){return _function.pipe(e,t.map(n))};var m=function(e,n){return _function.pipe(e,t.ap(n))};var y=function(e,n){return _function.pipe(e,t.chain(n))};var b=function(e,n,r){return _function.pipe(e,t.reduce(n,r))};var S=function(e){var n=t.foldMap(e);return function(e,t){return _function.pipe(e,n(t))}};var w=function(e,n,r){return _function.pipe(e,t.reduceRight(n,r))};var _=function(e){var n=t.traverse(e);return function(e,t){return _function.pipe(e,n(t))}};var x=function(e,n){return _function.pipe(e,t.alt(n))};var C=function(e,n){return _function.pipe(e,t.filter(n))};var I=function(e,n){return _function.pipe(e,t.filterMap(n))};var T=function(e,n){return _function.pipe(e,t.extend(n))};var E=function(e,n){return _function.pipe(e,t.partition(n))};var A=function(e,n){return _function.pipe(e,t.partitionMap(n))};var F=function(e){var n=t.wither(e);return function(e,t){return _function.pipe(e,n(t))}};var P=function(e){var n=t.wilt(e);return function(e,t){return _function.pipe(e,n(t))}};var k=function(e){return function(n){return t.isNone(n)?t.none:t.some(e(n.value))}};t.map=k;var N=function(e){return function(n){return t.isNone(n)?t.none:t.isNone(e)?t.none:t.some(n.value(e.value))}};t.ap=N;var U=function(e){return _function.flow(t.map((function(e){return function(){return e}})),t.ap(e))};t.apFirst=U;var D=function(e){return _function.flow(t.map((function(){return function(e){return e}})),t.ap(e))};t.apSecond=D;t.of=t.some;var O=function(e){return function(n){return t.isNone(n)?t.none:e(n.value)}};t.chain=O;var R=function(e){return t.chain((function(n){return _function.pipe(e(n),t.map((function(){return n})))}))};t.chainFirst=R;t.flatten=t.chain(_function.identity);var M=function(e){return function(n){return t.isNone(n)?e():n}};t.altW=M;t.alt=t.altW;var L=function(){return t.none};t.zero=L;var B=function(){return t.none};t.throwError=B;var j=function(e){return function(n){return t.isNone(n)?t.none:t.some(e(n))}};t.extend=j;t.duplicate=t.extend(_function.identity);var V=function(e,n){return function(r){return t.isNone(r)?e:n(e,r.value)}};t.reduce=V;var z=function(e){return function(n){return function(r){return t.isNone(r)?e.empty:n(r.value)}}};t.foldMap=z;var H=function(e,n){return function(r){return t.isNone(r)?e:n(r.value,e)}};t.reduceRight=H;t.compact=t.flatten;var q={left:t.none,right:t.none};var $=function(e){var n=_function.pipe(e,t.map((function(e){return{left:u(e),right:l(e)}})));return t.isNone(n)?q:n.value};t.separate=$;var W=function(e){return function(n){return t.isNone(n)?t.none:e(n.value)?n:t.none}};t.filter=W;var G=function(e){return function(n){return t.isNone(n)?t.none:e(n.value)}};t.filterMap=G;var K=function(e){return function(t){return{left:C(t,(function(t){return!e(t)})),right:C(t,e)}}};t.partition=K;var X=function(e){return _function.flow(t.map(e),t.separate)};t.partitionMap=X;var J=function(e){return function(n){return function(r){return t.isNone(r)?e.of(t.none):e.map(n(r.value),t.some)}}};t.traverse=J;var Q=function(e){return function(n){return t.isNone(n)?e.of(t.none):e.map(n.value,t.some)}};t.sequence=Q;var Y=function(e){return function(n){return function(r){return t.isNone(r)?e.of(t.none):n(r.value)}}};t.wither=Y;var Z=function(e){return function(n){return function(r){return t.isNone(r)?e.of({left:t.none,right:t.none}):e.map(n(r.value),(function(e){return{left:u(e),right:l(e)}}))}}};t.wilt=Z;t.URI="Option";function ee(e){return{show:function(n){return t.isNone(n)?"none":"some("+e.show(n.value)+")"}}}t.getShow=ee;function te(e){return{equals:function(n,r){return n===r||(t.isNone(n)?t.isNone(r):t.isNone(r)?false:e.equals(n.value,r.value))}}}t.getEq=te;function ne(e){return{equals:te(e).equals,compare:function(n,r){return n===r?0:t.isSome(n)?t.isSome(r)?e.compare(n.value,r.value):1:-1}}}t.getOrd=ne;function re(e){return{concat:function(n,r){return t.isSome(n)&&t.isSome(r)?t.some(e.concat(n.value,r.value)):t.none}}}t.getApplySemigroup=re;function ie(e){return{concat:re(e).concat,empty:t.some(e.empty)}}t.getApplyMonoid=ie;function ae(){return{concat:function(e,n){return t.isNone(e)?n:e},empty:t.none}}t.getFirstMonoid=ae;function oe(){return{concat:function(e,n){return t.isNone(n)?e:n},empty:t.none}}t.getLastMonoid=oe;function se(e){return{concat:function(n,r){return t.isNone(n)?r:t.isNone(r)?n:t.some(e.concat(n.value,r.value))},empty:t.none}}t.getMonoid=se;t.Functor={URI:t.URI,map:v};t.Applicative={URI:t.URI,map:v,ap:m,of:t.of};t.Monad={URI:t.URI,map:v,ap:m,of:t.of,chain:y};t.Foldable={URI:t.URI,reduce:b,foldMap:S,reduceRight:w};t.Alt={URI:t.URI,map:v,alt:x};t.Alternative={URI:t.URI,map:v,ap:m,of:t.of,alt:x,zero:t.zero};t.Extend={URI:t.URI,map:v,extend:T};t.Compactable={URI:t.URI,compact:t.compact,separate:t.separate};t.Filterable={URI:t.URI,map:v,compact:t.compact,separate:t.separate,filter:C,filterMap:I,partition:E,partitionMap:A};t.Traversable={URI:t.URI,map:v,reduce:b,foldMap:S,reduceRight:w,traverse:_,sequence:t.sequence};t.Witherable={URI:t.URI,map:v,reduce:b,foldMap:S,reduceRight:w,traverse:_,sequence:t.sequence,compact:t.compact,separate:t.separate,filter:C,filterMap:I,partition:E,partitionMap:A,wither:F,wilt:P};t.MonadThrow={URI:t.URI,map:v,ap:m,of:t.of,chain:y,throwError:t.throwError};t.option={URI:t.URI,map:v,of:t.of,ap:m,chain:y,reduce:b,foldMap:S,reduceRight:w,traverse:_,sequence:t.sequence,zero:t.zero,alt:x,extend:T,compact:t.compact,separate:t.separate,filter:C,filterMap:I,partition:E,partitionMap:A,wither:F,wilt:P,throwError:t.throwError};function ue(e){return function(n,r){return t.isNone(r)?false:e.equals(n,r.value)}}t.elem=ue;function le(e){return function(n){return t.isNone(n)?false:e(n.value)}}t.exists=le;function ce(e){return function(n){return t.isSome(e(n))}}t.getRefinement=ce;t.Do=t.of({});var de=function(e){return t.map(_function.bindTo_(e))};t.bindTo=de;var fe=function(e,n){return t.chain((function(r){return _function.pipe(n(r),t.map((function(t){return _function.bind_(r,e,t)})))}))};t.bind=fe;var pe=function(e,n){return _function.flow(t.map((function(t){return function(n){return _function.bind_(t,e,n)}})),t.ap(n))};t.apS=pe;var he=function(e){return function(n){var r=[];for(var i=0;i<n.length;i++){var a=e(i,n[i]);if(t.isNone(a)){return t.none}r.push(a.value)}return t.some(r)}};t.traverseArrayWithIndex=he;var ge=function(e){return t.traverseArrayWithIndex((function(t,n){return e(n)}))};t.traverseArray=ge;t.sequenceArray=t.traverseArray(_function.identity)}));function e(e){this.message=e}e.prototype=new Error,e.prototype.name="InvalidCharacterError";var r="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(t){var n=String(t).replace(/=+$/,"");if(n.length%4==1)throw new e("'atob' failed: The string to be decoded is not correctly encoded.");for(var r,i,a=0,o=0,s="";i=n.charAt(o++);~i&&(r=a%4?64*r+i:i,a++%4)?s+=String.fromCharCode(255&r>>(-2*a&6)):0)i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(i);return s};function t(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw"Illegal base64url string!"}try{return function(e){return decodeURIComponent(r(e).replace(/(.)/g,(function(e,t){var n=t.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(t)}catch(e){return r(t)}}function n(e){this.message=e}function o(e,r){if("string"!=typeof e)throw new n("Invalid token specified");var i=!0===(r=r||{}).header?0:1;try{return JSON.parse(t(e.split(".")[i]))}catch(e){throw new n("Invalid token specified: "+e.message)}}n.prototype=new Error,n.prototype.name="InvalidTokenError";var __assign$1=undefined&&undefined.__assign||function(){__assign$1=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return __assign$1.apply(this,arguments)};var __spreadArrays=undefined&&undefined.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};var mix=function(e,t,n){if(n===void 0){n=false}if(!e||!t||typeof e!=="object"||typeof t!=="object")return e;var r=__assign$1({},e);for(var i in t){if(t.hasOwnProperty(i)){if(t[i]instanceof Array&&e[i]instanceof Array){r[i]=n?__spreadArrays(e[i],t[i]):t[i]}else if(typeof t[i]==="object"&&typeof e[i]==="object"){r[i]=mix(e[i],t[i],n)}else{r[i]=t[i]}}}return r};var __spreadArrays$1=undefined&&undefined.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};var config={defaults:{},errorType:null,polyfills:{fetch:null,FormData:null,URLSearchParams:null,performance:null,PerformanceObserver:null,AbortController:null},polyfill:function(e,t){var n=t===void 0?{}:t,r=n.doThrow,i=r===void 0?true:r,a=n.instance,o=a===void 0?false:a;var s=[];for(var u=2;u<arguments.length;u++){s[u-2]=arguments[u]}var l=this.polyfills[e]||(typeof self!=="undefined"?self[e]:null)||(typeof global!=="undefined"?global[e]:null);if(i&&!l)throw new Error(e+" is not defined");return o&&l?new(l.bind.apply(l,__spreadArrays$1([void 0],s))):l}};var onMatch=function(e,t,n,r){if(!e.getEntriesByName)return false;var i=e.getEntriesByName(t);if(i&&i.length>0){n(i.reverse()[0]);if(r.clearMeasures)r.clearMeasures(t);perfs.callbacks.delete(t);if(perfs.callbacks.size<1){perfs.observer.disconnect();if(r.clearResourceTimings){r.clearResourceTimings()}}return true}return false};var lazyObserver=function(e,t){if(!perfs.observer&&e&&t){perfs.observer=new t((function(t){perfs.callbacks.forEach((function(n,r){onMatch(t,r,n,e)}))}));if(e.clearResourceTimings)e.clearResourceTimings()}return perfs.observer};var perfs={callbacks:new Map,observer:null,observe:function(e,t){if(!e||!t)return;var n=config.polyfill("performance",{doThrow:false});var r=config.polyfill("PerformanceObserver",{doThrow:false});if(!lazyObserver(n,r))return;if(!onMatch(n,e,t,n)){if(perfs.callbacks.size<1)perfs.observer.observe({entryTypes:["resource","measure"]});perfs.callbacks.set(e,t)}}};var middlewareHelper=function(e){return function(t){return e.length===0?t:e.length===1?e[0](t):e.reduceRight((function(n,r,i){return i===e.length-2?r(n(t)):r(n)}))}};var WretchErrorWrapper=function(){function e(e){this.error=e}return e}();var resolver=function(e){var t=e._url,n=e._catchers,r=e._resolvers,i=e._middlewares,a=e._options;var o=new Map(n);var s=mix(config.defaults,a);var u=config.polyfill("AbortController",{doThrow:false,instance:true});if(!s["signal"]&&u){s["signal"]=u.signal}var l={ref:null,clear:function(){if(l.ref){clearTimeout(l.ref);l.ref=null}}};var c=middlewareHelper(i)(config.polyfill("fetch"))(t,s);var d=c.catch((function(e){throw new WretchErrorWrapper(e)})).then((function(e){l.clear();if(!e.ok){return e[config.errorType||"text"]().then((function(t){var n=new Error(t);n[config.errorType||"text"]=t;n["status"]=e.status;n["response"]=e;throw n}))}return e}));var f=function(t){return t.catch((function(t){l.clear();var n=t instanceof WretchErrorWrapper?t.error:t;if(t instanceof WretchErrorWrapper&&o.has("__fromFetch"))return o.get("__fromFetch")(n,e);else if(o.has(n.status))return o.get(n.status)(n,e);else if(o.has(n.name))return o.get(n.name)(n,e);else throw n}))};var p=function(e){return function(t){return e?f(d.then((function(t){return t&&t[e]()})).then((function(e){return t?t(e):e}))):f(d.then((function(e){return t?t(e):e})))}};var h={res:p(null),json:p("json"),blob:p("blob"),formData:p("formData"),arrayBuffer:p("arrayBuffer"),text:p("text"),perfs:function(e){c.then((function(t){return perfs.observe(t.url,e)}));return h},setTimeout:function(e,t){if(t===void 0){t=u}l.clear();l.ref=setTimeout((function(){return t.abort()}),e);return h},controller:function(){return[u,h]},error:function(e,t){o.set(e,t);return h},badRequest:function(e){return h.error(400,e)},unauthorized:function(e){return h.error(401,e)},forbidden:function(e){return h.error(403,e)},notFound:function(e){return h.error(404,e)},timeout:function(e){return h.error(408,e)},internalError:function(e){return h.error(500,e)},fetchError:function(e){return h.error("__fromFetch",e)},onAbort:function(e){return h.error("AbortError",e)}};return r.reduce((function(t,n){return n(t,e)}),h)};var __assign$2=undefined&&undefined.__assign||function(){__assign$2=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return __assign$2.apply(this,arguments)};var __spreadArrays$2=undefined&&undefined.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};var JSON_MIME="application/json";var CONTENT_TYPE_HEADER="Content-Type";var Wretcher=function(){function e(e,t,n,r,i,a){if(n===void 0){n=new Map}if(r===void 0){r=[]}if(i===void 0){i=[]}if(a===void 0){a=[]}this._url=e;this._options=t;this._catchers=n;this._resolvers=r;this._middlewares=i;this._deferredChain=a}e.factory=function(t,n){if(t===void 0){t=""}if(n===void 0){n={}}return new e(t,n)};e.prototype.selfFactory=function(t){var n=t===void 0?{}:t,r=n.url,i=r===void 0?this._url:r,a=n.options,o=a===void 0?this._options:a,s=n.catchers,u=s===void 0?this._catchers:s,l=n.resolvers,c=l===void 0?this._resolvers:l,d=n.middlewares,f=d===void 0?this._middlewares:d,p=n.deferredChain,h=p===void 0?this._deferredChain:p;return new e(i,__assign$2({},o),new Map(u),__spreadArrays$2(c),__spreadArrays$2(f),__spreadArrays$2(h))};e.prototype.defaults=function(e,t){if(t===void 0){t=false}config.defaults=t?mix(config.defaults,e):e;return this};e.prototype.errorType=function(e){config.errorType=e;return this};e.prototype.polyfills=function(e){config.polyfills=__assign$2(__assign$2({},config.polyfills),e);return this};e.prototype.url=function(e,t){if(t===void 0){t=false}if(t)return this.selfFactory({url:e});var n=this._url.split("?");return this.selfFactory({url:n.length>1?n[0]+e+"?"+n[1]:this._url+e})};e.prototype.options=function(e,t){if(t===void 0){t=true}return this.selfFactory({options:t?mix(this._options,e):e})};e.prototype.query=function(e,t){if(t===void 0){t=false}return this.selfFactory({url:appendQueryParams(this._url,e,t)})};e.prototype.headers=function(e){return this.selfFactory({options:mix(this._options,{headers:e||{}})})};e.prototype.accept=function(e){return this.headers({Accept:e})};e.prototype.content=function(e){var t;return this.headers((t={},t[CONTENT_TYPE_HEADER]=e,t))};e.prototype.auth=function(e){return this.headers({Authorization:e})};e.prototype.catcher=function(e,t){var n=new Map(this._catchers);n.set(e,t);return this.selfFactory({catchers:n})};e.prototype.signal=function(e){return this.selfFactory({options:__assign$2(__assign$2({},this._options),{signal:e.signal})})};e.prototype.resolve=function(e,t){if(t===void 0){t=false}return this.selfFactory({resolvers:t?[e]:__spreadArrays$2(this._resolvers,[e])})};e.prototype.defer=function(e,t){if(t===void 0){t=false}return this.selfFactory({deferredChain:t?[e]:__spreadArrays$2(this._deferredChain,[e])})};e.prototype.middlewares=function(e,t){if(t===void 0){t=false}return this.selfFactory({middlewares:t?e:__spreadArrays$2(this._middlewares,e)})};e.prototype.method=function(e,t,n){if(t===void 0){t={}}if(n===void 0){n=null}var r=this._options.headers;var i=!n?this:typeof n==="object"&&(!r||Object.entries(r).every((function(e){var t=e[0],n=e[1];return t.toLowerCase()!==CONTENT_TYPE_HEADER.toLowerCase()||n.startsWith(JSON_MIME)})))?this.json(n):this.body(n);i=i.options(__assign$2(__assign$2({},t),{method:e}));var a=i._deferredChain.reduce((function(e,t){return t(e,e._url,e._options)}),i);return resolver(a)};e.prototype.get=function(e){return this.method("GET",e)};e.prototype.delete=function(e){return this.method("DELETE",e)};e.prototype.put=function(e,t){return this.method("PUT",t,e)};e.prototype.post=function(e,t){return this.method("POST",t,e)};e.prototype.patch=function(e,t){return this.method("PATCH",t,e)};e.prototype.head=function(e){return this.method("HEAD",e)};e.prototype.opts=function(e){return this.method("OPTIONS",e)};e.prototype.replay=function(e){return this.method(this._options.method,e)};e.prototype.body=function(e){return this.selfFactory({options:__assign$2(__assign$2({},this._options),{body:e})})};e.prototype.json=function(e){var t;var n=(t=Object.entries(this._options.headers||{}).find((function(e){var t=e[0],n=e[1];return t.toLowerCase()===CONTENT_TYPE_HEADER.toLowerCase()&&n.startsWith(JSON_MIME)})))===null||t===void 0?void 0:t[1];return this.content(n||JSON_MIME).body(JSON.stringify(e))};e.prototype.formData=function(e,t){if(t===void 0){t=false}return this.body(convertFormData(e,t))};e.prototype.formUrl=function(e){return this.body(typeof e==="string"?e:convertFormUrl(e)).content("application/x-www-form-urlencoded")};return e}();var appendQueryParams=function(e,t,n){var r;if(typeof t==="string"){r=t}else{var i=config.polyfill("URLSearchParams",{instance:true});for(var a in t){if(t[a]instanceof Array){for(var o=0,s=t[a];o<s.length;o++){var u=s[o];i.append(a,u)}}else{i.append(a,t[a])}}r=i.toString()}var l=e.split("?");if(n||l.length<2)return l[0]+"?"+r;return e+"&"+r};function convertFormData(e,t,n,r){if(t===void 0){t=false}if(n===void 0){n=config.polyfill("FormData",{instance:true})}if(r===void 0){r=[]}Object.entries(e).forEach((function(e){var i=e[0],a=e[1];var o=r.reduce((function(e,t){return e?e+"["+t+"]":t}),null);o=o?o+"["+i+"]":i;if(a instanceof Array){for(var s=0,u=a;s<u.length;s++){var l=u[s];n.append(o+"[]",l)}}else if(t&&typeof a==="object"&&(!(t instanceof Array)||!t.includes(i))){if(a!==null){convertFormData(a,t,n,__spreadArrays$2(r,[i]))}}else{n.append(o,a)}}));return n}function encodeQueryValue(e,t){return encodeURIComponent(e)+"="+encodeURIComponent(typeof t==="object"?JSON.stringify(t):""+t)}function convertFormUrl(e){return Object.keys(e).map((function(t){var n=e[t];if(n instanceof Array){return n.map((function(e){return encodeQueryValue(t,e)})).join("&")}return encodeQueryValue(t,n)})).join("&")}var factory=Wretcher.factory;factory["default"]=Wretcher.factory;function buildBackendApiClient(){var e=superSelectionAppService.jwt;var t=superSelectionAppService.profileId;var n=superSelectionAppService.accountIdOrDefault;var r=superSelectionAppService.partnerIdOrDefault;return factory(superSelectionAppService.apiBaseUrl).headers({Authorization:"Bearer "+e,"X-PROFILE-ID":t,"X-PARTNER-ID":r,"X-ACCOUNT-ID":n})}var SuperSelectionApi=function(){function e(){}e.prototype.getAustralianFundsAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,buildBackendApiClient().url("super-choice/australian-funds?"+this.toQueryString(e)).get().notFound((function(){throw new Error("Failed to fetch the list of australian super funds.")})).json()]}))}))};e.prototype.getAppStateAsync=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2,buildBackendApiClient().url("client-app-state").get().notFound((function(){throw new Error("Failed to fetch application configuration.")})).json()]}))}))};e.prototype.toQueryString=function(e){switch(e.type){case"partialMatch":return"search="+e.searchString+"&maxRecordCount="+e.maxRecordCount;case"usiMatch":return"usi="+e.usi}};return e}();var superSelectionApi=new SuperSelectionApi;var initialState={apiBaseUrl:Option.none,appBaseUrl:Option.none,profileId:Option.none,jwt:Option.none,superBuyer:Option.none,promotedFunds:Option.none,accountConfiguration:Option.none,hasSuccessPageBeenAcknowledged:false,hasSuperSelectionBeenSubmitted:false};var SuperSelectionAppService=function(){function e(){var e=this;var t=createStore(initialState),n=t.state,r=t.onChange;this._state=n;this._onChange=r;r("jwt",(function(t){e._state.profileId=_function.pipe(t,Option.chain((function(e){return Option.fromNullable(o(e).sub)})))}))}Object.defineProperty(e.prototype,"state",{get:function(){return this._state},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"onChange",{get:function(){return this._onChange},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"superBuyer",{get:function(){if(Option.isNone(this._state.superBuyer)){throw Error("User information is not set")}return this._state.superBuyer.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"apiBaseUrl",{get:function(){if(Option.isNone(this._state.apiBaseUrl)){throw Error("API base URL is not set")}return this._state.apiBaseUrl.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"appBaseUrl",{get:function(){if(Option.isNone(this._state.appBaseUrl)){throw Error("App base URL is not set")}return this._state.appBaseUrl.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"promotedFunds",{get:function(){if(Option.isNone(this._state.promotedFunds)){throw Error("Promoted Funds is not set")}return this._state.promotedFunds.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"profileId",{get:function(){if(Option.isNone(this._state.profileId)){throw Error("Failed to get Profile ID from JWT")}return this._state.profileId.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"defaultFundUsi",{get:function(){return _function.pipe(this._state.accountConfiguration,Option.map((function(e){return Option.fromNullable(e.defaultFundUsi)})),Option.flatten)},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"accountIdOrDefault",{get:function(){return _function.pipe(this._state.accountConfiguration,Option.map((function(e){return e.accountId})),Option.getOrElse((function(){return""})))},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"partnerIdOrDefault",{get:function(){return _function.pipe(this._state.superBuyer,Option.map((function(e){return e.partnerId})),Option.getOrElse((function(){return""})))},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"jwt",{get:function(){if(Option.isNone(this._state.jwt)){throw Error("No authentication information was found")}return this._state.jwt.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"showSmsfNotSupported",{get:function(){return _function.pipe(this._state.superBuyer,Option.map((function(e){return e.showSmsfNotSupported})),Option.getOrElse((function(){return false})))},enumerable:false,configurable:true});e.prototype.completeSuperSelectionFlow=function(){this._state.hasSuccessPageBeenAcknowledged=true};e.prototype.markSuperSelectionAsSubmitted=function(){this._state.hasSuperSelectionBeenSubmitted=true};e.prototype.loadAppStateAsync=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:return[4,superSelectionApi.getAppStateAsync()];case 1:e=t.sent();this._state.accountConfiguration=Option.fromNullable(e.accountConfiguration);this._state.superBuyer=Option.fromNullable(e.superBuyer);this._state.promotedFunds=Option.fromNullable(e.promotedFunds);return[2]}}))}))};return e}();var superSelectionAppService=new SuperSelectionAppService;var NavigationService=function(){function e(){}e.prototype.navigateInternally=function(e,t){var n=""+this.appBaseUrl+this.toRouteWithLeadingSlash(t);iframe.navigation(n);e.push(n)};e.prototype.toExternalUrl=function(e){var t=new URL(e);t.searchParams.append("_extnav","true");return t.href};Object.defineProperty(e.prototype,"appBaseUrl",{get:function(){var e=superSelectionAppService.appBaseUrl;return e.replace(/\/$/,"")},enumerable:false,configurable:true});e.prototype.toRouteWithLeadingSlash=function(e){return e.length>0&&e[0]==="/"?e:"/"+e};return e}();var navigationService=new NavigationService;var SuperSelectionAppRoutes;(function(e){e["ChoicePage"]="/";e["SlateJoin"]="/slate/join/";e["SlateStandardChoice"]="/slate/standard-choice/";e["PromotedFundJoin"]="/promoted-fund/join";e["PromotedFundStandardChoice"]="/promoted-fund/standard-choice/";e["MyOwnFund"]="/super-choice/my-own-fund/";e["SelfManagedFund"]="/super-choice/smsf/";e["DefaultFund"]="/super-choice/default/";e["Success"]="/success/"})(SuperSelectionAppRoutes||(SuperSelectionAppRoutes={}));var superSelectionAppStencilRoutes=[h("stencil-route",{exact:true,url:SuperSelectionAppRoutes.ChoicePage,component:"sss-super-choice-page"}),h("stencil-route",{url:SuperSelectionAppRoutes.SlateJoin,component:"sss-slate-join-page"}),h("stencil-route",{url:SuperSelectionAppRoutes.SlateStandardChoice,component:"sss-slate-standard-choice-page"}),h("stencil-route",{url:SuperSelectionAppRoutes.PromotedFundJoin,component:"sss-promoted-fund-join-page"}),h("stencil-route",{url:SuperSelectionAppRoutes.PromotedFundStandardChoice,component:"sss-promoted-fund-standard-choice-page"}),h("stencil-route",{url:SuperSelectionAppRoutes.MyOwnFund,component:"sss-my-own-fund"}),h("stencil-route",{url:SuperSelectionAppRoutes.SelfManagedFund,component:"sss-self-managed-fund"}),h("stencil-route",{url:SuperSelectionAppRoutes.DefaultFund,component:"sss-default-fund"}),h("stencil-route",{url:SuperSelectionAppRoutes.Success,component:"sss-success"})];var CustomFundTypes;(function(e){e["MyOwnFund"]="My Own Fund";e["DefaultFund"]="Default Fund";e["SelfManagedFund"]="Self Managed Fund"})(CustomFundTypes||(CustomFundTypes={}));var initialStateCustomFund={continueAllowed:false,nextRoute:"/",myOwnFundForm:{fundUsi:none,memberNumber:none,standardChoiceFormSignature:none},defaultFundForm:{standardChoiceFormSignature:""},selfManagedFundForm:{fundName:"",fundAbn:"",fundEsa:"",addressLine1:"",addressLine2:"",state:"",postcode:"",city:"",bankAccountName:"",bsb:"",bankAccountNumber:"",standardChoiceFormSignature:""},currentCustomFundType:CustomFundTypes.MyOwnFund,customFunds:[{label:CustomFundTypes.MyOwnFund,value:SuperSelectionAppRoutes.MyOwnFund},{label:CustomFundTypes.DefaultFund,value:SuperSelectionAppRoutes.DefaultFund},{label:CustomFundTypes.SelfManagedFund,value:SuperSelectionAppRoutes.SelfManagedFund}]};var _j=createStore(initialStateCustomFund),state=_j.state,reset=_j.reset;var customFundOptions=state.customFunds;var CustomFund=function(){function e(e){registerInstance(this,e);this.currentCustomFund=customFundOptions[0];this.fundOptionsList=customFundOptions}e.prototype.componentWillLoad=function(){var e="";if(window.location.pathname.includes(SuperSelectionAppRoutes.MyOwnFund))e=SuperSelectionAppRoutes.MyOwnFund;if(window.location.pathname.includes(SuperSelectionAppRoutes.DefaultFund))e=SuperSelectionAppRoutes.DefaultFund;if(window.location.pathname.includes(SuperSelectionAppRoutes.SelfManagedFund))e=SuperSelectionAppRoutes.SelfManagedFund;this.currentCustomFund=customFundOptions.find((function(t){return t.value===e}))||customFundOptions[0];navigationService.navigateInternally(this.history,e)};e.prototype.render=function(){var e=this;return h("div",{class:"container"},h("div",{class:"row justify-content-center"},h("div",{class:"col col-sm-10 col-md-7"},h("p",{class:"font-weight-bold text-center"},"Choose your Super"),h("div",{class:"mb-4"},h("select",{class:"form-control",required:true,onChange:function(t){e.handleChange(t.target.value.trim())}},this.fundOptionsList.map((function(t){return h("option",{value:t.value,selected:e.currentCustomFund.value===t.value},t.label)})))),h("slot",null))))};e.prototype.handleChange=function(e){var t=customFundOptions.find((function(t){return t.value===e}))||{value:SuperSelectionAppRoutes.MyOwnFund};navigationService.navigateInternally(this.history,t.value)};Object.defineProperty(e,"assetsDirs",{get:function(){return["assets"]},enumerable:false,configurable:true});return e}();injectHistory(CustomFund);var AustralianFundLookupService=function(){function e(){}e.prototype.searchFundsAsync=function(e,t){return superSelectionApi.getAustralianFundsAsync({type:"partialMatch",searchString:e,maxRecordCount:t})};e.prototype.getFundByUsiAsync=function(e){return __awaiter(this,void 0,void 0,(function(){var t;return __generator(this,(function(n){switch(n.label){case 0:return[4,superSelectionApi.getAustralianFundsAsync({type:"usiMatch",usi:e})];case 1:t=n.sent();if(t.length===1){return[2,Option.some(t[0])]}return[2,Option.none]}}))}))};return e}();var australianFundLookupService=new AustralianFundLookupService;var EventTrackingApi=function(){function e(){}Object.defineProperty(e,"Instance",{get:function(){return this.instance||(this.instance=new this)},enumerable:false,configurable:true});e.prototype.PostAnalyticsEventAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,buildBackendApiClient().url("analytics-events").post(e).res()]}))}))};return e}();var EventTrackingService=function(){function e(){this.eventTrackingApi=EventTrackingApi.Instance}Object.defineProperty(e,"Instance",{get:function(){return this.instance||(this.instance=new this)},enumerable:false,configurable:true});e.prototype.TrackFinancialProductViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({FinancialProductViewed:e})]}))}))};e.prototype.TrackSuperFundPdsViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundPdsViewed:e})]}))}))};e.prototype.TrackFinancialProductAcceptedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({FinancialProductAccepted:e})]}))}))};e.prototype.TrackFinancialProductRejectedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({FinancialProductRejected:e})]}))}))};e.prototype.TrackSuperFundPrivacyConfirmationAcceptedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundPrivacyConfirmationAccepted:e})]}))}))};e.prototype.TrackPromotedSuperFundDetailViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundDetailViewed:{PromotedFund:e}})]}))}))};e.prototype.TrackMyOwnSuperFundDetailViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundDetailViewed:{MyOwnFund:e}})]}))}))};e.prototype.TrackSmsfSuperFundDetailViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundDetailViewed:{Smsf:e}})]}))}))};e.prototype.TrackDefaultSuperFundDetailViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundDetailViewed:{DefaultFund:e}})]}))}))};e.prototype.TrackSuperFundPanelViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundPanelViewed:e})]}))}))};e.prototype.trackEventAsync=function(e){return __awaiter(this,void 0,void 0,(function(){var t;return __generator(this,(function(n){switch(n.label){case 0:n.trys.push([0,2,,3]);return[4,this.eventTrackingApi.PostAnalyticsEventAsync({event:e})];case 1:n.sent();return[3,3];case 2:t=n.sent();return[2];case 3:return[2]}}))}))};return e}();var initialState$1={items:[]};var NotificationsService=function(){function e(){var e=createStore(initialState$1).state;this._state=e}Object.defineProperty(e.prototype,"state",{get:function(){return this._state},enumerable:false,configurable:true});e.prototype.closeCurrent=function(){var e=__spreadArrays(this._state.items);e.shift();this._state.items=e};e.prototype.clearNotifications=function(){this._state.items=[]};e.prototype.showErrorNotification=function(e,t){this.pushNotification(e,t!==null&&t!==void 0?t:0,"danger")};e.prototype.showInfoNotification=function(e,t){this.pushNotification(e,t!==null&&t!==void 0?t:0,"info")};e.prototype.showWarningNotification=function(e,t){this.pushNotification(e,t!==null&&t!==void 0?t:0,"warning")};e.prototype.showSuccessNotification=function(e,t){this.pushNotification(e,t!==null&&t!==void 0?t:0,"success")};e.prototype.pushNotification=function(e,t,n){var r=__spreadArrays(this._state.items);r.push({details:e,type:n,priority:t});this._state.items=r.sort((function(e,t){return t.priority-e.priority}))};return e}();var notificationsService=new NotificationsService;var CustomFundChoiceApi=function(){function e(){}e.prototype.submitDefaultFundChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,buildBackendApiClient().url("super-choice/default").post(e).badRequest((function(){throw new Error("Failed to process default fund join request")})).text()]}))}))};e.prototype.submitCustomFundChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,buildBackendApiClient().url("super-choice/custom-fund").post(e).badRequest((function(){throw new Error("Failed to process custom fund join request")})).text()]}))}))};e.prototype.submitSelfManagedFundChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,buildBackendApiClient().url("super-choice/smsf").post(e).badRequest((function(){throw new Error("Failed to process SMSF choice request")})).text()]}))}))};return e}();var customFundChoiceApi=new CustomFundChoiceApi;var DefaultFund=function(){function e(e){registerInstance(this,e);this.defaultFundProductName="Loading fund...";this.eventTrackingService=EventTrackingService.Instance}e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t;return __generator(this,(function(n){switch(n.label){case 0:e=superSelectionAppService.defaultFundUsi;if(Option.isNone(e)){return[2]}this.isDefaultFundExists=true;return[4,australianFundLookupService.getFundByUsiAsync(e.value)];case 1:t=n.sent();if(Option.isNone(t)){this.isInvalidDefaultFund=true;notificationsService.showErrorNotification({title:"Something is not right",description:"Couldn't find information about the configured default fund (USI "+e.value+")"});return[2]}this.defaultFund=t.value;this.defaultFundProductName=t.value.productName;return[2]}}))}))};e.prototype.componentDidLoad=function(){return this.eventTrackingService.TrackDefaultSuperFundDetailViewedAsync({fundUsi:this.defaultFund.usi,fundName:this.defaultFund.productName,promotedFundsShown:superSelectionAppService.promotedFunds})};e.prototype.render=function(){var e=this;var t=function(){return h("div",{class:"card p-4"},h("p",{class:"font-weight-bold"},"No Default Fund"),h("p",{class:"mb-4 small"},"It looks like your employer has not yet defined a default fund. Please contact them if you wish to choose your company's default fund."))};var n=function(e){return[h("div",{class:"card p-4"},h("p",{class:"font-weight-bold"},"Default Fund"),h("p",{class:"mb-4 small"},"Almost there... all you have to do now is review the fund below, complete and sign the super choice form and save. Your application to join the fund is subject to Trustee approval."),h("p",{class:"font-weight-bold mt-3"},"Default Fund Name"),h("p",null,e.defaultFundName)),h("sss-standard-choice-form",{onStandardChoiceFormSignatureUpdated:function(e){state.defaultFundForm=Object.assign(Object.assign({},state.defaultFundForm),e.detail)}})]};return h(Host,{class:"d-flex flex-fill"},h("sss-custom-fund",{class:"flex-fill"},h("form",{noValidate:true,onSubmit:function(e){return e.preventDefault()},class:{"was-validated":this.formState==="validated"},ref:function(t){return e.formElement=t}},this.isDefaultFundExists?h(n,{defaultFundName:this.defaultFundProductName}):h(t,null)),h("div",{class:"mt-4"},h("sss-notifications-section",null)),h("div",{class:"d-flex mt-4"},h("div",{class:"flex-grow-1 w-50"},h("div",{class:"mr-2"},h("fl-button",{onClick:function(){return navigationService.navigateInternally(e.history,SuperSelectionAppRoutes.ChoicePage)},isBlockElement:true,variant:"secondary"},h("span",null,"Back")))),h("div",{class:"flex-grow-1 w-50"},this.isDefaultFundExists&&h("div",{class:"ml-2"},h("fl-promise-button",{isBlockElement:true,disabled:this.isInvalidDefaultFund,promiseFn:function(){return e.handleSubmitForm()}},h("span",null,"Save and continue")))))))};e.prototype.handleSubmitForm=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:if(this.isInvalidDefaultFund){return[2]}this.formState="validated";if(!this.formElement.checkValidity())return[3,2];return[4,customFundChoiceApi.submitDefaultFundChoiceAsync(state.defaultFundForm)];case 1:e.sent();superSelectionAppService.markSuperSelectionAsSubmitted();navigationService.navigateInternally(this.history,SuperSelectionAppRoutes.Success);e.label=2;case 2:return[2]}}))}))};return e}();var footerSectionCss="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.ss-footer-logo{max-width:7rem}";var FooterSection=function(){function e(e){registerInstance(this,e)}e.prototype.render=function(){return h("div",{class:"container mb-sm-0"},h("div",{class:"row justify-content-center pt-3 mt-3 mb-3 border-top"},h("div",{class:"text-decoration-none"},h("p",{class:"mt-3 small text-center mb-1 text-muted"},"Powered by Flare"))),h("div",{class:"row justify-content-center pb-sm-0 px-3 px-sm-0 text-center"},h("p",{class:"text-muted small"},"This page contains factual information only and does not take into account your particular objectives, financial circumstances or needs. If you have questions or need help making a decision about your super fund, you should speak to a licensed financial advice provider. You should consider the relevant super fund's PDS and TMD (if applicable) in deciding whether to apply to join the super fund. Each of the advertised fund's PDS and TMD (if applicable) can be found in their advertisements above. If you are considering joining another fund you can find the PDS and TMD on the fund's website. Your employer and Flare do not endorse or accept responsibility for any financial product advice or services provided by the promoters or trustees of the advertised superannuation funds. Flare do not endorse or accept responsibility for any of their content shown about any of the advertised superannuation funds as they are merely passing on the content as provided without any changes. Flare do not express any opinion or make any recommendation about any of the advertised funds.")),h("div",{class:"row justify-content-end my-1 px-3 px-sm-0"},this.appVersionBadge()))};e.prototype.appVersionBadge=function(){return h("small",{style:{opacity:"0.5"},class:"text-muted"},"Powered by Flare, v",AppVersion)};return e}();FooterSection.style=footerSectionCss;var LoadingPage=function(){function e(e){registerInstance(this,e)}e.prototype.render=function(){return h(Host,{class:"d-flex flex-column justify-content-center align-items-center flex-grow-1"},h("h5",null,"Loading your superannuation step"),h("fl-loading-indicator",null))};return e}();var MyOwnFund=function(){function e(e){registerInstance(this,e);this.isNotAllInformationProvidedMessageVisible=false;this.eventTrackingService=EventTrackingService.Instance}e.prototype.componentDidLoad=function(){return this.eventTrackingService.TrackMyOwnSuperFundDetailViewedAsync({promotedFundsShown:superSelectionAppService.promotedFunds})};e.prototype.render=function(){var e=this;return h(Host,{class:"d-flex flex-fill"},h("sss-custom-fund",{class:"flex-fill"},h("form",{noValidate:true,onSubmit:function(e){return e.preventDefault()},class:{"was-validated":this.formState==="validated"},ref:function(t){return e.formElement=t}},h("div",{class:"card p-4"},h("p",{class:"font-weight-bold"},"Fund details"),h("p",{class:"text-warning mb-4 small"},"Make sure you are already a member of the fund before completing this step."),h("sss-my-own-fund-inputs",{myOwnFundForm:state.myOwnFundForm,onFormChanged:function(t){state.myOwnFundForm=Object.assign(Object.assign({},state.myOwnFundForm),t.detail);e.isNotAllInformationProvidedMessageVisible=false}})),h("sss-standard-choice-form",{onStandardChoiceFormSignatureUpdated:function(e){state.myOwnFundForm=Object.assign(Object.assign({},state.myOwnFundForm),{standardChoiceFormSignature:fromNullable(e.detail.standardChoiceFormSignature)})}})),h("div",{class:"mt-4"},h("sss-notifications-section",null)),this.isNotAllInformationProvidedMessageVisible&&h("div",{class:"mt-4 alert alert-danger",role:"alert"},"All fields are required to complete submission. Make sure you have selected a fund."),h("div",{class:"d-flex mt-4"},h("div",{class:"flex-grow-1 w-50"},h("div",{class:"mr-2"},h("fl-button",{onClick:function(){return navigationService.navigateInternally(e.history,SuperSelectionAppRoutes.ChoicePage)},isBlockElement:true,variant:"secondary"},h("span",null,"Back")))),h("div",{class:"flex-grow-1 w-50"},h("div",{class:"ml-2"},h("fl-promise-button",{isBlockElement:true,promiseFn:function(){return e.handleSubmitForm()}},h("span",null,"Save and continue")))))))};e.prototype.handleSubmitForm=function(){return __awaiter(this,void 0,void 0,(function(){var e,t;return __generator(this,(function(n){switch(n.label){case 0:this.formState="validated";if(!this.formElement.checkValidity()){return[2]}e=isSome(state.myOwnFundForm.fundUsi)&&isSome(state.myOwnFundForm.memberNumber)&&isSome(state.myOwnFundForm.standardChoiceFormSignature);if(!e){this.isNotAllInformationProvidedMessageVisible=true;return[2]}t={fundUsi:this.getOrError(state.myOwnFundForm.fundUsi),memberNumber:this.getOrError(state.myOwnFundForm.memberNumber),standardChoiceFormSignature:this.getOrError(state.myOwnFundForm.standardChoiceFormSignature)};return[4,customFundChoiceApi.submitCustomFundChoiceAsync(t)];case 1:n.sent();superSelectionAppService.markSuperSelectionAsSubmitted();navigationService.navigateInternally(this.history,SuperSelectionAppRoutes.Success);return[2]}}))}))};e.prototype.getOrError=function(e){return _function.pipe(e,getOrElse((function(){throw new Error("Option value is none.")})))};Object.defineProperty(e,"assetsDirs",{get:function(){return["assets"]},enumerable:false,configurable:true});return e}();injectHistory(MyOwnFund);var MyOwnFundInputs=function(){function e(e){var t=this;registerInstance(this,e);this.formChanged=createEvent(this,"formChanged",7);this.MIN_SEARCH_STRING_LENGTH=3;this.MAX_RECORD_COUNT=10;this.searchFundsAsync=function(e){return __awaiter(t,void 0,void 0,(function(){var t;return __generator(this,(function(n){switch(n.label){case 0:return[4,australianFundLookupService.searchFundsAsync(e,this.MAX_RECORD_COUNT)];case 1:t=n.sent();return[2,t.sort((function(e,t){return e.productName.localeCompare(t.productName)})).map((function(e){return{label:e.productName+" ("+e.usi+")",value:e.usi}}))]}}))}))}}e.prototype.render=function(){var e=this;return h("div",null,h("div",{class:""},h("label",{class:"mb-2 font-weight-bold"},"Superannuation Fund Name"),h("fl-dropdown-async",{searchFunction:this.searchFundsAsync,minSearchStringLength:this.MIN_SEARCH_STRING_LENGTH,required:true,requiredValidationMessage:"Select a fund",placeholder:"Search by name or USI (type at least "+this.MIN_SEARCH_STRING_LENGTH+" characters)",value:this.selectedOption,onValueChanged:function(t){e.selectedOption=t.detail;e.updateFundUsi(t.detail.value.toString())}}),h("div",{class:"invalid-feedback"},"Select a fund"),isSome(this.myOwnFundForm.fundUsi)&&h("div",null,h("label",{class:"mb-2 mt-3 font-weight-bold"},"Superannuation Fund USI"),h("p",{class:"mb-0"},this.myOwnFundForm.fundUsi.value),h("p",{class:"small mt-1"},"Please ensure this is the correct fund USI as some funds have similar names"))),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Member Number"),h("input",{placeholder:"Enter your member number",type:"text",class:"form-control",required:true,pattern:"[A-Za-z0-9]{4,16}",name:"memberNumber",id:"memberNumber",value:toUndefined(state.myOwnFundForm.memberNumber),onChange:function(t){return e.updateMemberNumber(t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid member number (only numbers and / or letters)")))};e.prototype.updateFundUsi=function(e){this.formChanged.emit({fundUsi:some(e)})};e.prototype.updateMemberNumber=function(e){this.formChanged.emit({memberNumber:some(e)})};return e}();var NotificationsSection=function(){function e(e){registerInstance(this,e)}e.prototype.disconnectedCallback=function(){notificationsService.clearNotifications()};e.prototype.render=function(){var e=notificationsService.state.items;if(e.length<=0)return h(Host,null);var t=e[0];var n="alert alert-"+t.type;return h("div",{class:n,role:"alert"},h("div",{class:"d-flex"},h("p",{class:"mb-0 flex-grow-1"},h("strong",null,e[0].details.title)),h("button",{onClick:this.handleClose,type:"button",class:"close pb-1","aria-label":"Close"},h("span",{"aria-hidden":"true"},"×"))),h("p",{class:"mb-0 mt-1"},e[0].details.description))};e.prototype.handleClose=function(){notificationsService.closeCurrent()};return e}();var initial={fundId:"",memberNumber:"",usi:"",standardChoiceFormSignature:""};var state$1=createStore(initial).state;var PromotedFundJoinIFrameBuilder=function(){function e(){var e=this;this.hostIsLocalSuperSelection=function(){return window.location.origin=="http://localhost:7100"};this.environmentDiscriminator=function(){return e.hostIsLocalSuperSelection()?"autodev-partner":window.location.hostname.toLowerCase().split(".")[0]};this.promotedFundJoinAppUrl=function(){return"https://"+e.environmentDiscriminator()+".flarehr.com/promoted-fund-join/embed/v1.0/web"}}e.prototype.build=function(e,t){if(!(e===null||e===void 0?void 0:e.contentDocument))return;var n=Object.assign(Object.assign({},this.getMemberData()),{partnerId:superSelectionAppService.partnerIdOrDefault,accountId:superSelectionAppService.accountIdOrDefault,fundId:state$1.fundId,authToken:superSelectionAppService.jwt});var r=function(n){var i=n.data;if(!i){return}if(i.sender==="promoted-fund-redirect"){window.removeEventListener("message",r);switch(i.type){case"cancel":navigationService.navigateInternally(t,SuperSelectionAppRoutes.ChoicePage);break;case"success":if(i.memberNumber){state$1.memberNumber=i.memberNumber;state$1.usi=i.usi.replace(/ /g,"");navigationService.navigateInternally(t,SuperSelectionAppRoutes.PromotedFundStandardChoice);break}default:navigationService.navigateInternally(t,SuperSelectionAppRoutes.ChoicePage);break}return}if(i.sender==="promoted-fund-join"){switch(i.type){case"contentResized":e.height=i.height>0?i.height:e.height;e.width=i.width>0?i.width:e.width;break;case"pageNavigated":window.scroll(e.offsetLeft,e.offsetTop);iframe.navigation(window.location.href);break}}};window.addEventListener("message",r);var i=e.contentDocument;i.open();var a=i.createElement("form");a.method="POST";a.target="_self";a.action=this.promotedFundJoinAppUrl();var o;for(o in n){var s=n[o];if(s!==undefined){var u=document.createElement("input");u.type="hidden";u.name=o;u.value=s;a.append(u)}}i.appendChild(a);i.close();a.submit()};e.prototype.getMemberData=function(){var e,t;var n=superSelectionAppService.superBuyer;return{title:n.userProfile.title,firstName:n.userProfile.firstName,middleName:n.userProfile.middleName,lastName:n.userProfile.lastName,dateOfBirth:n.userProfile.dateOfBirth,gender:n.userProfile.gender,email:n.userProfile.email,mobilePhone:n.userProfile.mobilePhone,taxFileNumber:(e=n.tfn)!==null&&e!==void 0?e:"",addressLine1:n.userProfile.address.addressLine1,addressLine2:(t=n.userProfile.address.addressLine2)!==null&&t!==void 0?t:"",city:n.userProfile.address.city,state:n.userProfile.address.state,postCode:n.userProfile.address.postcode}};return e}();var PromotedFundJoinIFrameBuilder$1=new PromotedFundJoinIFrameBuilder;var PromotedFundJoinPage=function(){function e(e){registerInstance(this,e)}e.prototype.componentDidLoad=function(){PromotedFundJoinIFrameBuilder$1.build(this.iframeElement,this.history)};e.prototype.render=function(){var e=this;return h(Host,{class:"d-flex flex-fill"},h("iframe",{width:"100%",height:window.innerHeight,style:{border:"none"},ref:function(t){return e.iframeElement=t}}))};return e}();var PromotedFundChoiceApi=function(){function e(){}e.prototype.submitChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,buildBackendApiClient().url("super-choice/promoted-fund").post(e).badRequest((function(){throw new Error("Failed to process Promoted Fund choice request")})).text()]}))}))};return e}();var promotedFundChoiceApi=new PromotedFundChoiceApi;var PromotedFundStandardChoicePage=function(){function e(e){registerInstance(this,e)}e.prototype.render=function(){var e=this;return h(Host,{class:"d-flex flex-fill"},h("div",{class:"container"},h("div",{class:"row justify-content-center"},h("div",{class:"col col-sm-10 col-md-7"},h("div",null,h("div",null,"You're almost done, simply sign the Standard Choice Form below to finalise your superannuation choice."),h("form",{noValidate:true,onSubmit:function(e){return e.preventDefault()},class:{"was-validated":this.formState==="validated"},ref:function(t){return e.formElement=t}},h("sss-standard-choice-form",{onStandardChoiceFormSignatureUpdated:function(e){state$1.standardChoiceFormSignature=e.detail.standardChoiceFormSignature}})),h("div",{class:"d-flex mt-4"},h("div",{class:"flex-grow-1 w-50"},h("div",{class:"ml-2"},h("fl-promise-button",{isBlockElement:true,promiseFn:function(){return e.handleSubmitForm()}},h("span",null,"Save and continue"))))))))))};e.prototype.handleSubmitForm=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:this.formState="validated";if(!this.formElement.checkValidity())return[3,2];return[4,promotedFundChoiceApi.submitChoiceAsync(Object.assign(Object.assign({},state$1),{shownFunds:superSelectionAppService.promotedFunds}))];case 1:e.sent();superSelectionAppService.markSuperSelectionAsSubmitted();navigationService.navigateInternally(this.history,SuperSelectionAppRoutes.Success);e.label=2;case 2:return[2]}}))}))};return e}();var selectedSuperChoiceSectionCss="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.picked-block{background-color:var(--fl-color-primary);border-top-right-radius:3px;right:0;top:0}.picked-box-border{border:2px solid var(--fl-color-primary)}";var SelectedSuperChoiceSection=function(){function e(e){registerInstance(this,e)}e.prototype.render=function(){return h(Host,{class:"bg-white rounded-sm picked-box-border p-3"},h("div",{class:"d-flex"},h("div",{class:"flex-grow-1 font-weight-bold"},this.fundType),h("div",{class:"px-3 py-2 text-white picked-block position-absolute"},"You picked")),h("div",null,this.fundName))};return e}();SelectedSuperChoiceSection.style=selectedSuperChoiceSectionCss;var SelfManagedFund=function(){function e(e){var t=this;registerInstance(this,e);this.showSmsfNotSupported=false;this.eventTrackingService=EventTrackingService.Instance;this.success=function(){superSelectionAppService.markSuperSelectionAsSubmitted();navigationService.navigateInternally(t.history,SuperSelectionAppRoutes.Success)}}e.prototype.componentDidLoad=function(){return this.eventTrackingService.TrackSmsfSuperFundDetailViewedAsync({promotedFundsShown:superSelectionAppService.promotedFunds})};e.prototype.render=function(){var e=this;return h(Host,{class:"d-flex flex-fill"},h("sss-custom-fund",{class:"flex-fill"},h("form",{noValidate:true,onSubmit:function(e){return e.preventDefault()},class:{"was-validated":this.formState==="validated"},ref:function(t){return e.formElement=t}},h("div",{class:"card p-4"},h("p",{class:"font-weight-bold"},"Fund details"),h("p",{class:"text-warning mb-4 small"},"Make sure you are already a member of the fund before completing this step."),h("sss-self-managed-fund-inputs",{fundForm:state.selfManagedFundForm,onFormChanged:function(e){state.selfManagedFundForm=Object.assign(Object.assign({},state.selfManagedFundForm),e.detail)}})),h("sss-standard-choice-form",{onStandardChoiceFormSignatureUpdated:function(e){state.selfManagedFundForm=Object.assign(Object.assign({},state.selfManagedFundForm),e.detail)}}),this.showSmsfNotSupported&&h("sss-smsf-not-supported-dialog",{ref:function(t){return e.notSupportedDialog=t},onContinue:this.success})),h("div",{class:"mt-4"},h("sss-notifications-section",null)),h("div",{class:"d-flex mt-4"},h("div",{class:"flex-grow-1 w-50"},h("div",{class:"mr-2"},h("fl-button",{onClick:function(){return navigationService.navigateInternally(e.history,SuperSelectionAppRoutes.ChoicePage)},isBlockElement:true,variant:"secondary"},h("span",null,"Back")))),h("div",{class:"flex-grow-1 w-50"},h("div",{class:"ml-2"},h("fl-promise-button",{isBlockElement:true,promiseFn:function(){return e.handleSubmitForm()}},h("span",null,"Save and continue")))))))};e.prototype.componentDidRender=function(){var e;this.showSmsfNotSupported&&((e=this.notSupportedDialog)===null||e===void 0?void 0:e.scrollIntoView())};e.prototype.handleSubmitForm=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:this.formState="validated";if(!this.formElement.checkValidity())return[3,2];e={smsfChoice:{abn:state.selfManagedFundForm.fundAbn,fundName:state.selfManagedFundForm.fundName,fundAddress:{addressLine1:state.selfManagedFundForm.addressLine1,addressLine2:state.selfManagedFundForm.addressLine2,city:state.selfManagedFundForm.city,state:state.selfManagedFundForm.state,postcode:state.selfManagedFundForm.postcode},bsb:state.selfManagedFundForm.bsb,bankAccountName:state.selfManagedFundForm.bankAccountName,bankAccountNumber:state.selfManagedFundForm.bankAccountNumber,electronicServiceAddress:state.selfManagedFundForm.fundEsa},standardChoiceFormSignature:state.selfManagedFundForm.standardChoiceFormSignature};return[4,customFundChoiceApi.submitSelfManagedFundChoiceAsync(e)];case 1:t.sent();if(superSelectionAppService.showSmsfNotSupported){this.showSmsfNotSupported=true}else{this.success()}t.label=2;case 2:return[2]}}))}))};return e}();injectHistory(SelfManagedFund);var bsbNumbers={"01":"Australia and New Zealand Banking Group","03":"Westpac Banking Corporation",73:"Westpac Banking Corporation","06":"Commonwealth Bank of Australia",76:"Commonwealth Bank of Australia","08":"National Australia Bank",78:"National Australia Bank","09":"Reserve Bank of Australia",10:"BankSA (division of Westpac Bank)",11:"St George Bank (division of Westpac Bank)",33:"St George Bank (division of Westpac Bank)",12:"Bank of Queensland",14:"Rabobank",15:"Town & Country Bank",18:"Macquarie Bank",19:"Bank of Melbourne (division of Westpac Bank)",55:"Bank of Melbourne (division of Westpac Bank)",21:"JP Morgan Chase Bank",22:"BNP Paribas",23:"Bank of America",24:"Citibank & Citibank NA",510:"Citibank & Citibank NA",25:"BNP Paribas Securities",26:"Bankers Trust Australia (division of Westpac Bank)",29:"MUFG Bank",30:"Bankwest (division of Commonwealth Bank)",31:"Bank Australia",325:"Beyond Bank",34:"HSBC Bank Australia",985:"HSBC Bank Australia",35:"Bank of China",980:"Bank of China",40:"Commonwealth Bank of Australia",41:"Deutsche Bank",42:"Commonwealth Bank of Australia",52:"Commonwealth Bank of Australia",45:"OCBC Bank",46:"Advance Bank (division of Westpac Bank)",47:"Challenge Bank (division of Westpac Bank)",48:"Suncorp-Metway",664:"Suncorp-Metway",512:"Community First Credit Union",514:"RACQ Bank",517:"Volt Bank",533:"Bananacoast Community Credit Union",57:"Australian Settlements",61:"Adelaide Bank (division of Bendigo and Adelaide Bank)",611:"Endeavour Mutual Bank",823:"Endeavour Mutual Bank",630:"Greater Bank",637:"Greater Bank",632:"B&E",633:"Bendigo Bank",634:"Uniting Financial Services",638:"Heritage Bank",880:"Heritage Bank",639:"Home Building Society (division of Bank of Queensland)",640:"Hume Bank",641:"IMB",647:"IMB",642:"Australian Military Bank",645:"Auswide Bank",656:"Auswide Bank",646:"Maitland Mutual Building Society",650:"Newcastle Permanent Building Society",653:"Pioneer Permanent Building Society (division of Bank of Queensland)",654:"Queensland Country Credit Union",655:"The Rock",659:"G&C Mutual Bank",676:"Gateway Bank",70:"Indue",721:"Holiday Coast Credit Union",722:"Southern Cross Credit Union",723:"Bank of Heritage Isle",724:"MOVE",728:"Summerland Credit Union",777:"Police & Nurse",80:"Cuscal",670:"Cuscal",812:"Teachers Mutual Bank",813:"Capricornian",814:"Credit Union Australia",815:"Police Bank",817:"Warwick Credit Union",818:"Bank of Communications",819:"Industrial & Commercial Bank of China",824:"Sutherland Credit Union",825:"Big Sky Building Society",833:"Defence Bank",882:"Unity Bank",888:"China Construction Bank",90:"Australia Post",911:"Sumitomo Mitsui Banking Corporation",913:"State Street Bank & Trust Company",917:"Arab Bank Australia",918:"Mizuho Bank",922:"United Overseas Bank",923:"ING Bank",936:"ING Bank",931:"Mega International Commercial Bank",932:"Regional Australia Bank",939:"AMP Bank",941:"Delphi Bank (division of Bendigo and Adelaide Bank)",942:"Bank of Sydney",943:"Taiwan Business Bank",944:"Members Equity Bank",946:"UBS AG",951:"BOQ Specialist",969:"Tyro Payments"};var SelfManagedFundInputs=function(){function e(e){registerInstance(this,e);this.formChanged=createEvent(this,"formChanged",7);this.currentBank=none;this.stateOptions=[{value:"NSW",label:"NSW"},{value:"QLD",label:"QLD"},{value:"ACT",label:"ACT"},{value:"VIC",label:"VIC"},{value:"TAS",label:"TAS"},{value:"WA",label:"WA"},{value:"SA",label:"SA"},{value:"NT",label:"NT"}];this.bsbRegex=new RegExp(/^[0-9]{3}[0-9]{3}$/);this.bankAccountNumberRegex=new RegExp(/^[0-9]{2,10}$/)}e.prototype.render=function(){var e=this;return h("div",null,h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Fund name *"),h("input",{placeholder:"Enter your fund name",type:"text",class:"form-control",required:true,minlength:"2",name:"fundName",id:"fundName",value:state.selfManagedFundForm.fundName,onChange:function(t){return e.updateFormField("fundName",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid fund name")),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Fund ABN *"),h("input",{placeholder:"Enter your fund ABN",type:"text",class:"form-control",required:true,minlength:"2",name:"fundAbn",id:"fundAbn",value:state.selfManagedFundForm.fundAbn,onChange:function(t){return e.updateFormField("fundAbn",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid fund ABN")),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Electronic service address alias (ESA) *"),h("input",{placeholder:"Enter your ESA",type:"text",class:"form-control",required:true,minlength:"2",name:"fundEsa",id:"fundEsa",value:state.selfManagedFundForm.fundEsa,onChange:function(t){return e.updateFormField("fundEsa",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid fund ESA")),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Address line 1 *"),h("input",{placeholder:"Enter your address",type:"text",class:"form-control",required:true,minlength:"2",name:"addressLine1",id:"addressLine1",value:state.selfManagedFundForm.addressLine1,onChange:function(t){return e.updateFormField("addressLine1",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid address")),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Address line 2 (optional)"),h("input",{placeholder:"Enter your address",type:"text",class:"form-control",name:"addressLine2",id:"addressLine2",value:state.selfManagedFundForm.addressLine2,onChange:function(t){return e.updateFormField("addressLine2",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid address")),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"City/suburb *"),h("input",{placeholder:"Enter your city",type:"text",class:"form-control",name:"city",required:true,id:"city",value:state.selfManagedFundForm.city,onChange:function(t){return e.updateFormField("city",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid city/suburb *")),h("div",{class:"mt-3"},h("label",{class:"mb-2 font-weight-bold"},"State *"),h("select",{class:"form-control",name:"state",required:true,id:"state",onChange:function(t){e.updateFormField("state",t.target.value.trim())}},h("option",{disabled:true,selected:!this.fundForm.state,value:""},"Select a state"),this.stateOptions.map((function(t){return h("option",{value:t.value,selected:e.fundForm.state===t.value},t.label)}))),h("div",{class:"invalid-feedback"},"Select a state")),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Post code *"),h("input",{placeholder:"Enter your post code",type:"text",required:true,class:"form-control",name:"postcode",minlength:"4",maxlength:"4",pattern:"[0-9]{4}",id:"postcode",value:state.selfManagedFundForm.postcode,onChange:function(t){return e.updateFormField("postcode",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid post code")),h("div",null,h("i",{class:"fas fa-check-circle"})),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"BSB *"),h("input",{placeholder:"Enter your BSB",type:"text",required:true,class:"form-control",name:"bsb",id:"bsb",minlength:"6",maxlength:"7",onKeyUp:function(t){return e.updateCurrentBank(t)},pattern:this.bsbRegex.source,value:state.selfManagedFundForm.bsb}),isSome(this.currentBank)&&h("p",{class:"mt-3"},h("strong",null,"Bank name"),h("br",null),h("span",{class:"ml-2"},this.currentBank.value)),h("div",{class:"invalid-feedback"},"Enter a valid BSB")),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Bank account name *"),h("input",{placeholder:"Enter your bank account name",type:"text",required:true,class:"form-control",name:"bankAccountName",minlength:"2",id:"bankAccountName",value:state.selfManagedFundForm.bankAccountName,onChange:function(t){return e.updateFormField("bankAccountName",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid bank account name")),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Bank account number *"),h("input",{placeholder:"Enter your bank account number",type:"text",required:true,class:"form-control",name:"bankAccountNumber",id:"bankAccountNumber",minlength:"2",maxlength:"11",pattern:this.bankAccountNumberRegex.source,value:state.selfManagedFundForm.bankAccountNumber,onKeyUp:function(t){return e.updateCurrentBankAccountNumber(t)},onChange:function(t){return e.updateFormField("bankAccountNumber",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid bank account number")))};e.prototype.updateFormField=function(e,t){var n;this.formChanged.emit((n={},n[e]=t,n))};e.prototype.filterDigits=function(e){return e.replace(/[^0-9]/g,"")};e.prototype.updateCurrentBank=function(e){var t=this.filterDigits(e.target.value);var n=t.substring(0,2);var r=t.substring(0,3);var i=bsbNumbers[n];var a=bsbNumbers[r];if(i)this.currentBank=some(i);if(a)this.currentBank=some(a);if(t==="")this.currentBank=none;this.updateFormField("bsb",t)};e.prototype.updateCurrentBankAccountNumber=function(e){var t=this.filterDigits(e.target.value);this.updateFormField("bankAccountNumber",t)};return e}();var __decorate=undefined&&undefined.__decorate||function(e,t,n,r){var i=arguments.length,a=i<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,o;if(typeof Reflect==="object"&&typeof Reflect.decorate==="function")a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)if(o=e[s])a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a;return i>3&&a&&Object.defineProperty(t,n,a),a};var AuthenticationState;(function(e){e[e["Unauthorized"]=0]="Unauthorized";e[e["Authenticated"]=1]="Authenticated";e[e["Error"]=2]="Error"})(AuthenticationState||(AuthenticationState={}));var ReactNativeInteropMode=function(){function e(){}return e}();function createInitialState(){return{authenticationState:AuthenticationState.Unauthorized,jwt:none,reactNativeInterop:none,iframeInterop:none,appConfiguration:none}}var SessionStore=function(e){__extends(t,e);function t(){return e.call(this,createInitialState())||this}return t}(Store);SessionStore=__decorate([StoreConfig({name:"sss-session",resettable:true})],SessionStore);var sessionStore=new SessionStore;var InteropQuery=function(e){__extends(t,e);function t(t){var n=e.call(this,t)||this;n.store=t;return n}t.prototype.isReactNativeInteropEnabled=function(){return isSome(this.getValue().reactNativeInterop)};t.prototype.isIframeInteropEnabled=function(){return isSome(this.getValue().iframeInterop)};t.prototype.getIframeInteropMode=function(){var e=this.getValue().iframeInterop;if(isNone(e)){throw Error("Failed to get iframe interop information: no data in store")}if(!this.isIframeInteropEnabled()){throw Error("Failed to get iframe interop information: iframe mode is disabled")}return e.value};return t}(Query);var interopQuery=new InteropQuery(sessionStore);var initialSlateSuper={slateFundForm:{memberNumber:"",standardChoiceFormSignature:"",shownFunds:[]}};var state$2=createStore(initialSlateSuper).state;var SlateIFrameBuilder=function(){function e(){var e=this;this.hostIsLocalSuperSelection=function(){return window.location.origin=="http://localhost:7100"};this.hostIsDeployed=function(){return window.location.origin.endsWith("partner.flarehr.com")};this.skipConsolidation=function(){return interopQuery.isReactNativeInteropEnabled()?"true":"false"};this.skipInsurance=function(){return interopQuery.isReactNativeInteropEnabled()?"true":"false"};this.environmentDiscriminator=function(){var e=window.location.hostname.toLowerCase().split(".")[0];switch(e){case"autodev-partner":case"test-partner":case"partner":case"sandbox-partner":return e.replace("partner","");default:return"autodev-"}};this.slateJoinAppUrl=function(){return"https://"+e.environmentDiscriminator()+"join.slatesuper.com.au/confirm"}}e.prototype.build=function(e,t){if(!(e===null||e===void 0?void 0:e.contentDocument))return;var n=this.hostIsLocalSuperSelection()||this.hostIsDeployed()?window.location.origin+"/super-selection/embed/v1.0/app":"https://autodev-partner.flarehr.com/super-selection/embed/v1.0/app";var r=n+"/slate-redirect.html";var i=Object.assign(Object.assign({},this.getSlateJoinMemberData()),{successRedirectUrl:r,cancelRedirectUrl:r,skipConsolidation:this.skipConsolidation(),skipInsurance:this.skipInsurance()});if(this.includeJwt()){i.authToken=superSelectionAppService.jwt}var a=function(n){var r=n.data,i=n.origin;if(!r){return}if(r.sender==="slate-redirect"){window.removeEventListener("message",a);switch(r.type){case"success":if(r.memberNumber){state$2.slateFundForm.memberNumber=r.memberNumber;navigationService.navigateInternally(t,SuperSelectionAppRoutes.SlateStandardChoice);break}default:navigationService.navigateInternally(t,SuperSelectionAppRoutes.ChoicePage);break}return}if(r.sender==="flare"&&i.endsWith("join.slatesuper.com.au")){switch(r.type){case"contentResized":e.height=r.height>0?r.height:e.height;e.width=r.width>0?r.width:e.width;break}}};window.addEventListener("message",a);var o=e.contentDocument;o.open();var s=o.createElement("form");s.method="POST";s.target="_self";s.action=this.slateJoinAppUrl();var u;for(u in i){var l=i[u];if(l!==undefined){var c=document.createElement("input");c.type="hidden";c.name=u;c.value=l;s.append(c)}}o.appendChild(s);o.close();s.submit()};e.prototype.getSlateJoinMemberData=function(){var e,t;var n=superSelectionAppService.superBuyer;var r=function(e){switch(e){case"Male":return"Male";case"Female":return"Female";case"Intersex":return"Intersex/Indeterminate";default:return"Unknown"}};return{firstName:n.userProfile.firstName,middleName:n.userProfile.middleName,lastName:n.userProfile.lastName,dateOfBirth:n.userProfile.dateOfBirth,gender:r(n.userProfile.gender),email:n.userProfile.email,mobilePhone:n.userProfile.mobilePhone,taxFileNumber:(e=n.tfn)!==null&&e!==void 0?e:"",addressLine1:n.userProfile.address.addressLine1,addressLine2:(t=n.userProfile.address.addressLine2)!==null&&t!==void 0?t:"",city:n.userProfile.address.city,state:n.userProfile.address.state,postCode:n.userProfile.address.postcode}};e.prototype.includeJwt=function(){return!this.slateJoinAppUrl().match(/autodev|sandbox/)};return e}();var slateIFrameBuilder=new SlateIFrameBuilder;var SlateJoinPage=function(){function e(e){registerInstance(this,e)}e.prototype.componentDidLoad=function(){slateIFrameBuilder.build(this.iframeElement,this.history)};e.prototype.render=function(){var e=this;return h(Host,{class:"d-flex flex-fill"},h("iframe",{width:"100%",height:window.innerHeight,style:{border:"none"},ref:function(t){return e.iframeElement=t}}))};return e}();var SlateChoiceApi=function(){function e(){}e.prototype.submitSlateChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,buildBackendApiClient().url("super-choice/slate").post(e).badRequest((function(){throw new Error("Failed to process Slate join request")})).text()]}))}))};return e}();var slateChoiceApi=new SlateChoiceApi;var SlateStandardChoicePage=function(){function e(e){registerInstance(this,e)}e.prototype.render=function(){var e=this;return h(Host,{class:"d-flex flex-fill"},h("div",{class:"container"},h("div",{class:"row justify-content-center"},h("div",{class:"col col-sm-10 col-md-7"},h("sss-slatesuper-header",null),h("div",null,h("form",{noValidate:true,onSubmit:function(e){return e.preventDefault()},class:{"was-validated":this.formState==="validated"},ref:function(t){return e.formElement=t}},h("sss-standard-choice-form",{onStandardChoiceFormSignatureUpdated:function(e){state$2.slateFundForm=Object.assign(Object.assign({},state$2.slateFundForm),e.detail)}})),h("div",{class:"d-flex mt-4"},h("div",{class:"flex-grow-1 w-50"},h("div",{class:"mr-2"},h("stencil-route-link",{url:"/"},h("fl-button",{isBlockElement:true,variant:"secondary"},h("span",null,"Back"))))),h("div",{class:"flex-grow-1 w-50"},h("div",{class:"ml-2"},h("fl-promise-button",{isBlockElement:true,promiseFn:function(){return e.handleSubmitForm()}},h("span",null,"Save and continue"))))))))))};e.prototype.handleSubmitForm=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:this.formState="validated";if(!this.formElement.checkValidity())return[3,2];return[4,slateChoiceApi.submitSlateChoiceAsync(Object.assign(Object.assign({},state$2.slateFundForm),{shownFunds:superSelectionAppService.promotedFunds}))];case 1:e.sent();superSelectionAppService.markSuperSelectionAsSubmitted();navigationService.navigateInternally(this.history,SuperSelectionAppRoutes.Success);e.label=2;case 2:return[2]}}))}))};return e}();var slatesuperHeaderCss="";var SlatesuperHeader=function(){function e(e){registerInstance(this,e)}e.prototype.render=function(){return h("div",{class:"d-flex"},h("div",null,h("img",{class:"ss-choice-logo img-thumbnail",alt:"Simple Financial Choices Pty Ltd",src:getAssetPath("assets/logo-slate.png")})),h("div",{class:"d-flex flex-column ml-3 align-items-left"},h("p",{class:"confirm-title font-weight-bold mb-0"},"You’re almost there!"),h("p",{class:"confirm-text mb-0"},"To proceed type your name below which authorises the signing of the Standard Choice form confirming your super selection.")))};Object.defineProperty(e,"assetsDirs",{get:function(){return["assets"]},enumerable:false,configurable:true});return e}();SlatesuperHeader.style=slatesuperHeaderCss;var selfManagedNotSupportedCss="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.overlay{position:absolute;top:0;left:0;z-index:100;background-color:#fff;opacity:0.7;width:100%;height:100%}.dialog{z-index:101;position:relative}";var SmsfNotSupportedDialog=function(){function e(e){var t=this;registerInstance(this,e);this.continue=createEvent(this,"continue",7);this.standardChoiceFormUrl="/super-selection/embed/v1.0/app/assets/Superannuation_Standard_Choice_Form.pdf";this.handleContinue=function(){t.continue.emit()}}e.prototype.render=function(){return h(Host,null,h("div",{class:"overlay"}),h("div",{class:"dialog"},h("div",{class:"card p-4 mt-4 bg-light text-center"},h("div",{style:{"text-align":"center"}},h("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",fill:"orange",viewBox:"0 0 16 16"},h("path",{d:"M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"}))),h("p",{class:"small mt-4 mb-0"},"You’ve selected a self-managed super fund (SMSF). Currently, SMSF information can’t be sent via this form. You’ll need to provide your employer with a"," ",h("a",{target:"_blank",href:this.standardChoiceFormUrl},"standard choice form")," ","for your SMSF details."),h("div",{class:"d-flex mt-4"},h("div",{class:"w-25"}),h("div",{class:"w-50"},h("fl-button",{onClick:this.handleContinue,isBlockElement:true,variant:"primary"},h("span",null,"Continue")))))))};return e}();SmsfNotSupportedDialog.style=selfManagedNotSupportedCss;var StandardChoiceFormInputDefaultFund=function(){function e(e){registerInstance(this,e);this.standardChoiceFormSignatureUpdated=createEvent(this,"standardChoiceFormSignatureUpdated",7);this.standardChoiceFormUrl="/super-selection/embed/v1.0/app/assets/Superannuation_Standard_Choice_Form.pdf";this.standardChoiceFormSignature=""}e.prototype.render=function(){var e=this;return h("div",{class:"card p-4 mt-4 bg-light"},h("h4",{class:"small font-weight-bold"},"Superannuation Standard Choice Form"),h("p",{class:"small mt-2"},"The superannuation"," ",h("a",{target:"_blank",href:this.standardChoiceFormUrl},"standard choice form")," ","informs your employer of your choice of fund."),h("h4",{class:"small font-weight-bold"},"Type your full name below (required)"),h("input",{placeholder:"Type your full name",type:"text",autocomplete:"off",class:"form-control",required:true,minlength:"2",name:"standardChoiceFormSignature",id:"standardChoiceFormSignature",value:this.standardChoiceFormSignature,onChange:function(t){return e.updateFormField(t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Type your full name"),h("p",{class:"small mt-3 mb-0"},"Your authorisation is required for signing this form. Applying your full name in the text field above is the same as applying your written signature and is legally binding."))};e.prototype.updateFormField=function(e){this.standardChoiceFormSignatureUpdated.emit({standardChoiceFormSignature:e})};return e}();var Success=function(){function e(e){registerInstance(this,e)}e.prototype.render=function(){return h(Host,{class:"d-flex flex-fill"},h("div",{class:"container mt-5"},h("div",{class:"row justify-content-center"},h("div",{class:"col col-sm-9 col-md-6"},h("div",{class:"bg-light rounded p-4"},h("div",{class:"d-flex justify-content-center"},h("div",null,h("svg",{width:"3em",height:"3em",viewBox:"0 0 16 16",class:"bi bi-check-circle-fill text-success",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},h("path",{"fill-rule":"evenodd",d:"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"})))),h("div",{class:"d-flex justify-content-center"},h("p",{class:"mt-3 confirm-title text-center font-weight-bold px-5"},"Successfully updated superannuation details")),h("div",{class:"mt-2 text-center"},h("p",{class:"confirm-text mb-0"},"Your superannuation details have been updated successfully."),h("br",null),h("p",{class:"confirm-text mb-0"},"To continue with your onboarding, press ",h("strong",null,"Continue")," below."))),h("div",{class:"flex-grow-1 mt-4"},h("fl-promise-button",{isBlockElement:true,onClick:this.handleContinueButtonClick},h("span",null,"Continue")))))))};e.prototype.handleContinueButtonClick=function(e){superSelectionAppService.completeSuperSelectionFlow()};return e}();var superChoicePageCss="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.checkbox-container{border-radius:4px;background-color:#f5f4f2}.confirm-checkbox-item{-webkit-transform:scale(1.7);transform:scale(1.7)}.simple-choices-text{color:#489882}.choice-card{background:#ffffff;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);border-radius:3px}.choice-card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.ss-choice-logo{width:auto;max-height:70px;-o-object-fit:contain;object-fit:contain}img{width:100%;display:block}.choice-component{width:100%;position:relative}.flexible{-ms-flex-positive:1;flex-grow:1}.fund-item{margin-top:1rem}.promoted-picked-block{background-color:var(--fl-color-primary);border-bottom-right-radius:3px;left:0;top:0}@media (min-width: 992px){.bottom-half-fund-tile{height:250px}}";var SuperChoiceItem=function(){function e(e){registerInstance(this,e);this.joinFundClicked=createEvent(this,"joinFundClicked",7);this.eventTrackingService=EventTrackingService.Instance}e.prototype.render=function(){var e=this;return h(Host,{class:{"d-flex p-3 fund-item":true,"ss-picked-fund":this.isSelected}},h("div",{class:"card-body py-0 px-0 px-xl-3"},this.isSelected&&h("div",{class:"px-3 py-2 text-white promoted-picked-block position-absolute"},"You picked"),h("div",{class:"d-flex flex-fill flex-column align-items-center"},h("div",{class:"d-flex justify-content-end w-100"},h("div",{class:"text-muted small border rounded-sm px-1 mt-n2 mr-n2 mb-1"},"Advertised")),h("img",{class:"ss-choice-logo",alt:this.name,src:getAssetPath("assets/"+this.logo)}),h("p",{class:"font-weight-bold text-center mt-3 mb-0"},this.name),this.subText&&h("span",{class:"text-muted small text-center font-italic"},this.subText),h("div",{class:"mt-3"},JSON.parse(this.features).map((function(e){return h("p",{class:"text-center"},e.value)}))),this.featureSubText&&h("p",{class:"small text-muted text-center font-italic"},this.featureSubText))),h("div",{class:"text-center bottom-half-fund-tile"},h("div",{class:"p-3"},h("fl-button",{class:"uuid-button-continue",isBlockElement:true,onClick:function(){return e.handleFundClick()}},"Choose this fund")),h("div",{class:"mb-2"},h("a",{target:"_blank",href:this.pdsLink,onClick:function(){return e.pdsViewedAsync()}},this.pdsLinkText?this.pdsLinkText:"View the PDS")),this.disclaimer,h("div",{class:"small text-muted"},this.abnInfo,h("br",null),"ABN: ",this.abn)))};e.prototype.handleFundClick=function(){return this.joinFundClicked.emit()};e.prototype.pdsViewedAsync=function(){return this.eventTrackingService.TrackSuperFundPdsViewedAsync({fundUsi:this.usi,fundName:this.name,pageName:"Panel Fund Page"})};Object.defineProperty(e,"assetsDirs",{get:function(){return["assets"]},enumerable:false,configurable:true});return e}();SuperChoiceItem.style=superChoicePageCss;var Slate={Id:"slate",Name:"Slate Super",PdsUrl:"https://slate.co/pds/?utm_source=flare&utm_medium=superselection",Usi:"32367272075001",DiversaAbn:"49 006 421 638"};var AustralianRetirementTrust={Id:"australian-retirement-trust",Name:"Australian Retirement Trust",PdsUrl:"https://www.australianretirementtrust.com.au/library/media/pdfs/pds/super-savings-product-disclosure-statement-and-membership-form.pdf",Abn:"60 905 115 063"};var Aware={Id:"aware",Name:"Aware Super",PdsUrlText:"View the PDS and TMD",PdsUrl:"https://aware.com.au/member/forms-and-resources/pds/FSS",Abn:"53 226 460 365"};var Active={Id:"active",Name:"Active Super",PdsUrlText:"View the PDS",PdsUrl:"https://www.activesuper.com.au/the-basics/tools-and-resources/product-disclosure-statements/",Abn:"28 901 371 321"};var PromotedFundIdList=[{dtoPropName:"slate",id:Slate.Id},{dtoPropName:"australianRetirementTrust",id:AustralianRetirementTrust.Id},{dtoPropName:"aware",id:Aware.Id},{dtoPropName:"active",id:Active.Id}];var ChosenFundService=function(){function e(){}e.prototype.GetChosenFundAsync=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,n,r,i,a,r,o,s;return __generator(this,(function(u){switch(u.label){case 0:n=(e=superSelectionAppService.superBuyer.superChoice)===null||e===void 0?void 0:e.choiceDetails;if(!n)return[2,none];if(!("promoted"in n))return[3,1];r=PromotedFundIdList.find((function(e){return e.dtoPropName in n.promoted}));i=(t=r===null||r===void 0?void 0:r.id)!==null&&t!==void 0?t:"";return[2,some({isPromoted:true,promotedId:i})];case 1:if(!("smsf"in n))return[3,2];return[2,some({isPromoted:false,name:n.smsf.fundName,type:"Self Managed Fund"})];case 2:if(!("myOwnFund"in n))return[3,4];a=n.myOwnFund.usi;return[4,this.getFundByUsiAsync(a)];case 3:r=u.sent();return[2,some({isPromoted:false,name:isSome(r)?r.value.productName:a,type:"My Own Fund"})];case 4:if(!("default"in n))return[3,6];o=n.default.usi;return[4,this.getFundByUsiAsync(o)];case 5:s=u.sent();return[2,some({isPromoted:false,name:isSome(s)?s.value.productName:o,type:"Default Fund"})];case 6:return[2,none]}}))}))};e.prototype.getFundByUsiAsync=function(e){return australianFundLookupService.getFundByUsiAsync(e)};return e}();var chosenFundService=new ChosenFundService;var superChoicePageCss$1="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.checkbox-container{border-radius:4px;background-color:#f5f4f2}.confirm-checkbox-item{-webkit-transform:scale(1.7);transform:scale(1.7)}.simple-choices-text{color:#489882}.choice-card{background:#ffffff;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);border-radius:3px}.choice-card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.ss-choice-logo{width:auto;max-height:70px;-o-object-fit:contain;object-fit:contain}img{width:100%;display:block}.choice-component{width:100%;position:relative}.flexible{-ms-flex-positive:1;flex-grow:1}.fund-item{margin-top:1rem}.promoted-picked-block{background-color:var(--fl-color-primary);border-bottom-right-radius:3px;left:0;top:0}@media (min-width: 992px){.bottom-half-fund-tile{height:250px}}";var SuperChoicePage=function(){function e(e){var t=this;registerInstance(this,e);this.promotedFunds=this.getPromotedFunds();this.chosenFund=none;this.eventTrackingService=EventTrackingService.Instance;this.isPromotedFundSelected=function(e){return isSome(t.chosenFund)&&t.chosenFund.value.isPromoted&&t.chosenFund.value.promotedId===e}}e.prototype.componentDidLoad=function(){iframe.appReady();var e=this.promotedFunds.map((function(e){return e.fundId}));this.eventTrackingService.TrackSuperFundPanelViewedAsync({promotedFundsShown:e})};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:e=this;return[4,chosenFundService.GetChosenFundAsync()];case 1:e.chosenFund=t.sent();return[2]}}))}))};e.prototype.render=function(){var e=this;var t="The choice of superannuation fund is an important personal financial decision. It is open to you to continue with your existing fund, or alternatively, you can select from one of the funds below or choose another fund. Flare is not licensed to advise you in relation to this decision and you may wish to return to this page at a later stage.";var n="The content on this page and on the following pages relating to each super fund is provided by the trustee or promoter of the super fund. The super funds presented have not been selected by your employer and neither your employer or Flare are making any recommendation or opinion.";var r="There are many super funds out there and you should consider the relevant product disclosure statement and choose one that is right for you. If you are unsure, obtain your own advice. You can choose your super fund later, if you need time to obtain advice.";var i="You should be aware that, if you do choose one of these advertised funds, Flare and its associated entities will normally receive a fee for you doing so.";var a="https://my.gov.au";var o="my.gov.au";var s="https://www.apra.gov.au/register-of-superannuation-institutions";var u="www.apra.gov.au/register-of-superannuation-institutions";return h(Host,null,h("div",{class:"container mt-0 mb-0"},h("div",{class:"row justify-content-center"},h("div",{class:"col"},h("h3",{class:"mt-3 font-weight-bold text-center mb-4"},"Choose your Super"))),h("div",{class:"row justify-content-center"},h("div",{class:"col"},h("p",{class:"text-center font-weight-bold"},t),h("p",{class:"text-center"},n),h("p",{class:"text-center"},r))),h("div",{class:"row"},h("div",{class:"col"},h("sss-notifications-section",null))),h("div",{class:"row justify-content-center mt-4"},h("div",{class:"col col-sm-10 col-md-8 col-xl-7"},h("div",{class:"row"},h("div",{class:"col"},h("div",{class:"d-flex flex-fill"},isSome(this.chosenFund)&&!this.chosenFund.value.isPromoted&&h("sss-selected-super-choice-section",{fundType:this.chosenFund.value.type,fundName:this.chosenFund.value.name,class:"flex-fill position-relative"})))),h("div",{class:"row mt-3 justify-content-center"},this.getPromotedFunds().map((function(t){return h("div",{class:"col-12 col-lg-6 d-flex"},h("sss-super-choice-item",{class:"card mb-3 mb-lg-0 mx-0 flex-grow-1",logo:t.logo,isSelected:e.isPromotedFundSelected(t.fundId),usi:t.usi,name:t.name,subText:t.subText,pdsLinkText:t.pdsLinkText,pdsLink:navigationService.toExternalUrl(t.pdsLink),features:JSON.stringify(t.features),featureSubText:t.featureSubText,disclaimer:t.disclaimer,abnInfo:t.abnInfo,abn:t.abn,onJoinFundClicked:function(){return __awaiter(e,void 0,void 0,(function(){return __generator(this,(function(e){return[2,this.handleJoinSuperClickAsync(t)]}))}))}}))}))),h("div",{class:"row mt-3 px-3"},h("div",{class:"col p-4 border rounded bg-light"},h("div",{class:"row"},h("div",{class:"col"},h("h5",{class:"font-weight-bold"},"Choose another super fund"),h("p",{class:"mb-1"},"Select this option if you'd like to use your current account with another super fund."),h("ul",{class:"ml-n3"},h("li",null,"If you are unsure of your current super fund details, you can find out at"," ",h("a",{target:"_blank",href:navigationService.toExternalUrl(a)},o)),h("li",{class:"mt-1"},"A full list of super funds can be viewed at"," ",h("a",{target:"_blank",href:navigationService.toExternalUrl(s)},u))))),h("div",{class:"row"},h("div",{class:"col"},h("stencil-route-link",{url:SuperSelectionAppRoutes.MyOwnFund},h("fl-button",{isBlockElement:true,variant:"primary",class:"d-lg-none"},"Choose another fund"),h("div",{class:"mt-n3 d-none d-lg-flex justify-content-end align-items-end"},h("fl-button",{variant:"primary"},"Choose another fund"))))))))),h("div",{class:"row justify-content-center mt-5"},h("div",{class:"col"},h("p",{class:"text-center"},i)))))};e.prototype.allFunds=function(){var e=this;return[{fundId:Slate.Id,usi:Slate.Usi,name:Slate.Name,logo:"logo-slate.png",route:SuperSelectionAppRoutes.SlateJoin,pdsLink:Slate.PdsUrl,features:[{order:1,value:"A lifestage investment strategy that evolves with you"},{order:2,value:"Advanced mobile app with retirement forecast and smart features"},{order:3,value:"Member advocates at Slate to assist with your account"}],disclaimer:h("p",{class:"small text-muted"},"You should consider the"," ",h("a",{target:"_blank",href:navigationService.toExternalUrl(Slate.PdsUrl),onClick:function(){return e.pdsViewedAsync(Slate.Name,Slate.Usi)}},"Product Disclosure Statement")," ","and"," ",h("a",{target:"_blank",href:navigationService.toExternalUrl("https://slate.co/forms-and-documents/target-market-determination/")},"Target Market Determination")," ","before deciding to invest in or apply to become a member of the fund."),abnInfo:"Diversa Trustees Limited",abn:Slate.DiversaAbn},{fundId:AustralianRetirementTrust.Id,name:AustralianRetirementTrust.Name,subText:"QSuper is now part of Australian Retirement Trust. If you have an existing QSuper account, you will continue to hold that account by selecting this option.",logo:"logo-art.svg",route:SuperSelectionAppRoutes.PromotedFundJoin,pdsLink:AustralianRetirementTrust.PdsUrl,features:[{order:1,value:"$200 billion in retirement savings"},{order:2,value:"2+ million members"},{order:3,value:"A focus on delivering strong, long‑term returns"}],disclaimer:h("p",{class:"small text-muted"},"You should consider the"," ",h("a",{target:"_blank",href:navigationService.toExternalUrl(AustralianRetirementTrust.PdsUrl),onClick:function(){return e.pdsViewedAsync(AustralianRetirementTrust.Name)}},"Product Disclosure Statement")," ","before deciding to invest in or apply to become a member of this fund."),abnInfo:"Australian Retirement Trust",abn:AustralianRetirementTrust.Abn},{fundId:Aware.Id,name:Aware.Name,subText:"An industry fund for all",logo:"logo-aware.svg",route:SuperSelectionAppRoutes.PromotedFundJoin,pdsLinkText:Aware.PdsUrlText,pdsLink:Aware.PdsUrl,features:[{order:1,value:"Acting on climate change"},{order:2,value:"All profits go to members"},{order:3,value:"One of Australia’s largest funds"}],disclaimer:h("p",{class:"small text-muted"},"You should consider the"," ",h("a",{target:"_blank",href:navigationService.toExternalUrl(Aware.PdsUrl),onClick:function(){return e.pdsViewedAsync(Aware.Name)}},"Product Disclosure Statement")," ","before deciding to invest in or apply to become a member of this fund."),abnInfo:"Aware Super Pty Ltd",abn:Aware.Abn},{fundId:Active.Id,name:Active.Name,logo:"logo-active.svg",route:SuperSelectionAppRoutes.PromotedFundJoin,pdsLinkText:Active.PdsUrlText,pdsLink:Active.PdsUrl,features:[{order:1,value:"Delivered our best annual returns on record in 2020/2021*"},{order:2,value:"Recognised as a leader in responsible investing"},{order:3,value:"Calls answered in less than 20 seconds"}],featureSubText:"* Past performance is not a reliable indicator of future performance.",disclaimer:h("p",{class:"small text-muted"},"Active Super Accumulation Scheme is issued by LGSS Pty Limited, as trustee for Local Government Super ('Active Super'). Consider the PDS and TMD at"," ",h("a",{target:"_blank",onClick:function(){return e.pdsViewedAsync(Active.Name)},href:navigationService.toExternalUrl(Active.PdsUrl)},"activesuper.com.au")," ","before making a decision."),abnInfo:"Local Government Super (Active Super)",abn:Active.Abn}]};e.prototype.getPromotedFunds=function(){var e=this;var t=[];superSelectionAppService.promotedFunds.forEach((function(n){var r=e.allFunds().find((function(e){return n==e.fundId}));if(r!==undefined){t.push(r)}}));return t};e.prototype.handleJoinSuperClickAsync=function(e){return __awaiter(this,void 0,void 0,(function(){var t;return __generator(this,(function(n){switch(n.label){case 0:t=superSelectionAppService.promotedFunds;if(!(e.fundId===Slate.Id))return[3,2];return[4,this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({fundUsi:Slate.Usi,fundName:Slate.Name,promotedFundId:Slate.Id,promotedFundsShown:t})];case 1:n.sent();return[3,8];case 2:if(!(e.fundId===AustralianRetirementTrust.Id))return[3,4];return[4,this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({fundName:AustralianRetirementTrust.Name,promotedFundId:AustralianRetirementTrust.Id,promotedFundsShown:t})];case 3:n.sent();state$1.fundId=e.fundId;return[3,8];case 4:if(!(e.fundId===Aware.Id))return[3,6];return[4,this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({fundName:Aware.Name,promotedFundId:Aware.Id,promotedFundsShown:t})];case 5:n.sent();state$1.fundId=e.fundId;return[3,8];case 6:if(!(e.fundId===Active.Id))return[3,8];return[4,this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({fundName:Active.Name,promotedFundId:Active.Id,promotedFundsShown:t})];case 7:n.sent();state$1.fundId=e.fundId;n.label=8;case 8:return[2,navigationService.navigateInternally(this.history,e.route)]}}))}))};e.prototype.pdsViewedAsync=function(e,t){return this.eventTrackingService.TrackSuperFundPdsViewedAsync({fundUsi:t,fundName:e,pageName:"Panel Fund Page"})};Object.defineProperty(e,"assetsDirs",{get:function(){return["assets"]},enumerable:false,configurable:true});return e}();SuperChoicePage.style=superChoicePageCss$1;var routeCss="stencil-route.inactive{display:none}";var Route=function(){function e(e){registerInstance(this,e);this.group=null;this.match=null;this.componentProps={};this.exact=false;this.scrollOnNextRender=false;this.previousMatch=null}e.prototype.computeMatch=function(e){var t=this.group!=null||this.el.parentElement!=null&&this.el.parentElement.tagName.toLowerCase()==="stencil-route-switch";if(!e||t){return}this.previousMatch=this.match;return this.match=matchPath(e.pathname,{path:this.url,exact:this.exact,strict:true})};e.prototype.loadCompleted=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){e={};if(this.history&&this.history.location.hash){e={scrollToId:this.history.location.hash.substr(1)}}else if(this.scrollTopOffset){e={scrollTopOffset:this.scrollTopOffset}}if(typeof this.componentUpdated==="function"){this.componentUpdated(e)}else if(this.match&&!matchesAreEqual(this.match,this.previousMatch)&&this.routeViewsUpdated){this.routeViewsUpdated(e)}return[2]}))}))};e.prototype.componentDidUpdate=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:return[4,this.loadCompleted()];case 1:e.sent();return[2]}}))}))};e.prototype.componentDidLoad=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:return[4,this.loadCompleted()];case 1:e.sent();return[2]}}))}))};e.prototype.render=function(){if(!this.match||!this.history){return null}var e=Object.assign({},this.componentProps,{history:this.history,match:this.match});if(this.routeRender){return this.routeRender(Object.assign({},e,{component:this.component}))}if(this.component){var t=this.component;return h(t,Object.assign({},e))}};Object.defineProperty(e.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{location:["computeMatch"]}},enumerable:false,configurable:true});return e}();ActiveRouter.injectProps(Route,["location","history","historyType","routeViewsUpdated"]);Route.style=routeCss;var getConfirmation=function(e,t,n){return n(e.confirm(t))};var isModifiedEvent=function(e){return e.metaKey||e.altKey||e.ctrlKey||e.shiftKey};var supportsHistory=function(e){var t=e.navigator.userAgent;if((t.indexOf("Android 2.")!==-1||t.indexOf("Android 4.0")!==-1)&&t.indexOf("Mobile Safari")!==-1&&t.indexOf("Chrome")===-1&&t.indexOf("Windows Phone")===-1){return false}return e.history&&"pushState"in e.history};var supportsPopStateOnHashChange=function(e){return e.userAgent.indexOf("Trident")===-1};var supportsGoWithoutReloadUsingHash=function(e){return e.userAgent.indexOf("Firefox")===-1};var isExtraneousPopstateEvent=function(e,t){return t.state===undefined&&e.userAgent.indexOf("CriOS")===-1};var storageAvailable=function(e,t){var n=e[t];var r="__storage_test__";try{n.setItem(r,r);n.removeItem(r);return true}catch(e){return e instanceof DOMException&&(e.code===22||e.code===1014||e.name==="QuotaExceededError"||e.name==="NS_ERROR_DOM_QUOTA_REACHED")&&n.length!==0}};var getUrl=function(e,t){if(e.charAt(0)=="/"&&t.charAt(t.length-1)=="/"){return t.slice(0,t.length-1)+e}return t+e};var RouteLink=function(){function e(e){registerInstance(this,e);this.unsubscribe=function(){return};this.activeClass="link-active";this.exact=false;this.strict=true;this.custom="a";this.match=null}e.prototype.componentWillLoad=function(){this.computeMatch()};e.prototype.computeMatch=function(){if(this.location){this.match=matchPath(this.location.pathname,{path:this.urlMatch||this.url,exact:this.exact,strict:this.strict})}};e.prototype.handleClick=function(e){if(isModifiedEvent(e)||!this.history||!this.url||!this.root){return}e.preventDefault();return this.history.push(getUrl(this.url,this.root))};e.prototype.render=function(){var e;var t={class:(e={},e[this.activeClass]=this.match!==null,e),onClick:this.handleClick.bind(this)};if(this.anchorClass){t.class[this.anchorClass]=true}if(this.custom==="a"){t=Object.assign({},t,{href:this.url,title:this.anchorTitle,role:this.anchorRole,tabindex:this.anchorTabIndex,"aria-haspopup":this.ariaHaspopup,id:this.anchorId,"aria-posinset":this.ariaPosinset,"aria-setsize":this.ariaSetsize,"aria-label":this.ariaLabel})}return h(this.custom,Object.assign({},t),h("slot",null))};Object.defineProperty(e.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{location:["computeMatch"]}},enumerable:false,configurable:true});return e}();ActiveRouter.injectProps(RouteLink,["history","location","root"]);var getUniqueId=function(){return((Math.random()*1e17).toString().match(/.{4}/g)||[]).join("-")};var getMatch=function(e,t,n){return matchPath(e,{path:t,exact:n,strict:true})};var isHTMLStencilRouteElement=function(e){return e.tagName==="STENCIL-ROUTE"};var RouteSwitch=function(){function e(e){registerInstance(this,e);this.group=getUniqueId();this.subscribers=[];this.queue=getContext(this,"queue")}e.prototype.componentWillLoad=function(){if(this.location!=null){this.regenerateSubscribers(this.location)}};e.prototype.regenerateSubscribers=function(e){return __awaiter(this,void 0,void 0,(function(){var t,n;var r=this;return __generator(this,(function(i){if(e==null){return[2]}t=-1;this.subscribers=Array.prototype.slice.call(this.el.children).filter(isHTMLStencilRouteElement).map((function(n,r){var i=getMatch(e.pathname,n.url,n.exact);if(i&&t===-1){t=r}return{el:n,match:i}}));if(t===-1){return[2]}if(this.activeIndex===t){this.subscribers[t].el.match=this.subscribers[t].match;return[2]}this.activeIndex=t;n=this.subscribers[this.activeIndex];if(this.scrollTopOffset){n.el.scrollTopOffset=this.scrollTopOffset}n.el.group=this.group;n.el.match=n.match;n.el.componentUpdated=function(e){r.queue.write((function(){r.subscribers.forEach((function(e,t){e.el.componentUpdated=undefined;if(t===r.activeIndex){return e.el.style.display=""}if(r.scrollTopOffset){e.el.scrollTopOffset=r.scrollTopOffset}e.el.group=r.group;e.el.match=null;e.el.style.display="none"}))}));if(r.routeViewsUpdated){r.routeViewsUpdated(Object.assign({scrollTopOffset:r.scrollTopOffset},e))}};return[2]}))}))};e.prototype.render=function(){return h("slot",null)};Object.defineProperty(e.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{location:["regenerateSubscribers"]}},enumerable:false,configurable:true});return e}();ActiveRouter.injectProps(RouteSwitch,["location","routeViewsUpdated"]);var warning=function(e){var t=[];for(var n=1;n<arguments.length;n++){t[n-1]=arguments[n]}if(!e){console.warn.apply(console,t)}};var createTransitionManager=function(){var e;var t=[];var n=function(t){warning(e==null,"A history supports only one prompt at a time");e=t;return function(){if(e===t){e=null}}};var r=function(t,n,r,i){if(e!=null){var a=typeof e==="function"?e(t,n):e;if(typeof a==="string"){if(typeof r==="function"){r(a,i)}else{warning(false,"A history needs a getUserConfirmation function in order to use a prompt message");i(true)}}else{i(a!==false)}}else{i(true)}};var i=function(e){var n=true;var r=function(){var t=[];for(var r=0;r<arguments.length;r++){t[r]=arguments[r]}if(n){e.apply(void 0,t)}};t.push(r);return function(){n=false;t=t.filter((function(e){return e!==r}))}};var a=function(){var e=[];for(var n=0;n<arguments.length;n++){e[n]=arguments[n]}t.forEach((function(t){return t.apply(void 0,e)}))};return{setPrompt:n,confirmTransitionTo:r,appendListener:i,notifyListeners:a}};var createScrollHistory=function(e,t){if(t===void 0){t="scrollPositions"}var n=new Map;var r=function(t,r){n.set(t,r);if(storageAvailable(e,"sessionStorage")){var i=[];n.forEach((function(e,t){i.push([t,e])}));e.sessionStorage.setItem("scrollPositions",JSON.stringify(i))}};var i=function(e){return n.get(e)};var a=function(e){return n.has(e)};var o=function(t){r(t,[e.scrollX,e.scrollY])};if(storageAvailable(e,"sessionStorage")){var s=e.sessionStorage.getItem(t);n=s?new Map(JSON.parse(s)):n}if("scrollRestoration"in e.history){history.scrollRestoration="manual"}return{set:r,get:i,has:a,capture:o}};var PopStateEvent="popstate";var HashChangeEvent="hashchange";var createBrowserHistory=function(e,t){if(t===void 0){t={}}var n=false;var r=e.history;var i=e.location;var a=e.navigator;var o=supportsHistory(e);var s=!supportsPopStateOnHashChange(a);var u=createScrollHistory(e);var l=t.forceRefresh!=null?t.forceRefresh:false;var c=t.getUserConfirmation!=null?t.getUserConfirmation:getConfirmation;var d=t.keyLength!=null?t.keyLength:6;var f=t.basename?stripTrailingSlash(addLeadingSlash(t.basename)):"";var p=function(){try{return e.history.state||{}}catch(e){return{}}};var h=function(e){e=e||{};var t=e.key,n=e.state;var r=i.pathname,a=i.search,o=i.hash;var s=r+a+o;warning(!f||hasBasename(s,f),"You are attempting to use a basename on a page whose URL path does not begin "+'with the basename. Expected path "'+s+'" to begin with "'+f+'".');if(f){s=stripBasename(s,f)}return createLocation(s,n,t||createKey(d))};var g=createTransitionManager();var v=function(e){u.capture(D.location.key);Object.assign(D,e);D.location.scrollPosition=u.get(D.location.key);D.length=r.length;g.notifyListeners(D.location,D.action)};var m=function(e){if(!isExtraneousPopstateEvent(a,e)){b(h(e.state))}};var y=function(){b(h(p()))};var b=function(e){if(n){n=false;v()}else{var t="POP";g.confirmTransitionTo(e,t,c,(function(n){if(n){v({action:t,location:e})}else{S(e)}}))}};var S=function(e){var t=D.location;var r=_.indexOf(t.key);var i=_.indexOf(e.key);if(r===-1){r=0}if(i===-1){i=0}var a=r-i;if(a){n=true;A(a)}};var w=h(p());var _=[w.key];var x=0;var C=false;var I=function(e){return f+createPath(e)};var T=function(e,t){warning(!(typeof e==="object"&&e.state!==undefined&&t!==undefined),"You should avoid providing a 2nd state argument to push when the 1st "+"argument is a location-like object that already has state; it is ignored");var n="PUSH";var a=createLocation(e,t,createKey(d),D.location);g.confirmTransitionTo(a,n,c,(function(e){if(!e){return}var t=I(a);var s=a.key,u=a.state;if(o){r.pushState({key:s,state:u},"",t);if(l){i.href=t}else{var c=_.indexOf(D.location.key);var d=_.slice(0,c===-1?0:c+1);d.push(a.key);_=d;v({action:n,location:a})}}else{warning(u===undefined,"Browser history cannot push state in browsers that do not support HTML5 history");i.href=t}}))};var E=function(e,t){warning(!(typeof e==="object"&&e.state!==undefined&&t!==undefined),"You should avoid providing a 2nd state argument to replace when the 1st "+"argument is a location-like object that already has state; it is ignored");var n="REPLACE";var a=createLocation(e,t,createKey(d),D.location);g.confirmTransitionTo(a,n,c,(function(e){if(!e){return}var t=I(a);var s=a.key,u=a.state;if(o){r.replaceState({key:s,state:u},"",t);if(l){i.replace(t)}else{var c=_.indexOf(D.location.key);if(c!==-1){_[c]=a.key}v({action:n,location:a})}}else{warning(u===undefined,"Browser history cannot replace state in browsers that do not support HTML5 history");i.replace(t)}}))};var A=function(e){r.go(e)};var F=function(){return A(-1)};var P=function(){return A(1)};var k=function(t){x+=t;if(x===1){e.addEventListener(PopStateEvent,m);if(s){e.addEventListener(HashChangeEvent,y)}}else if(x===0){e.removeEventListener(PopStateEvent,m);if(s){e.removeEventListener(HashChangeEvent,y)}}};var N=function(e){if(e===void 0){e=""}var t=g.setPrompt(e);if(!C){k(1);C=true}return function(){if(C){C=false;k(-1)}return t()}};var U=function(e){var t=g.appendListener(e);k(1);return function(){k(-1);t()}};var D={length:r.length,action:"POP",location:w,createHref:I,push:T,replace:E,go:A,goBack:F,goForward:P,block:N,listen:U,win:e};return D};var HashChangeEvent$1="hashchange";var HashPathCoders={hashbang:{encodePath:function(e){return e.charAt(0)==="!"?e:"!/"+stripLeadingSlash(e)},decodePath:function(e){return e.charAt(0)==="!"?e.substr(1):e}},noslash:{encodePath:stripLeadingSlash,decodePath:addLeadingSlash},slash:{encodePath:addLeadingSlash,decodePath:addLeadingSlash}};var createHashHistory=function(e,t){if(t===void 0){t={}}var n=false;var r=null;var i=0;var a=false;var o=e.location;var s=e.history;var u=supportsGoWithoutReloadUsingHash(e.navigator);var l=t.keyLength!=null?t.keyLength:6;var c=t.getUserConfirmation,d=c===void 0?getConfirmation:c,f=t.hashType,p=f===void 0?"slash":f;var h=t.basename?stripTrailingSlash(addLeadingSlash(t.basename)):"";var g=HashPathCoders[p],v=g.encodePath,m=g.decodePath;var y=function(){var e=o.href;var t=e.indexOf("#");return t===-1?"":e.substring(t+1)};var b=function(e){return o.hash=e};var S=function(e){var t=o.href.indexOf("#");o.replace(o.href.slice(0,t>=0?t:0)+"#"+e)};var w=function(){var e=m(y());warning(!h||hasBasename(e,h),"You are attempting to use a basename on a page whose URL path does not begin "+'with the basename. Expected path "'+e+'" to begin with "'+h+'".');if(h){e=stripBasename(e,h)}return createLocation(e,undefined,createKey(l))};var _=createTransitionManager();var x=function(e){Object.assign(j,e);j.length=s.length;_.notifyListeners(j.location,j.action)};var C=function(){var e=y();var t=v(e);if(e!==t){S(t)}else{var i=w();var a=j.location;if(!n&&locationsAreEqual(a,i)){return}if(r===createPath(i)){return}r=null;I(i)}};var I=function(e){if(n){n=false;x()}else{var t="POP";_.confirmTransitionTo(e,t,d,(function(n){if(n){x({action:t,location:e})}else{T(e)}}))}};var T=function(e){var t=j.location;var r=P.lastIndexOf(createPath(t));var i=P.lastIndexOf(createPath(e));if(r===-1){r=0}if(i===-1){i=0}var a=r-i;if(a){n=true;D(a)}};var E=y();var A=v(E);if(E!==A){S(A)}var F=w();var P=[createPath(F)];var k=function(e){return"#"+v(h+createPath(e))};var N=function(e,t){warning(t===undefined,"Hash history cannot push state; it is ignored");var n="PUSH";var i=createLocation(e,undefined,createKey(l),j.location);_.confirmTransitionTo(i,n,d,(function(e){if(!e){return}var t=createPath(i);var a=v(h+t);var o=y()!==a;if(o){r=t;b(a);var s=P.lastIndexOf(createPath(j.location));var u=P.slice(0,s===-1?0:s+1);u.push(t);P=u;x({action:n,location:i})}else{warning(false,"Hash history cannot PUSH the same path; a new entry will not be added to the history stack");x()}}))};var U=function(e,t){warning(t===undefined,"Hash history cannot replace state; it is ignored");var n="REPLACE";var i=createLocation(e,undefined,createKey(l),j.location);_.confirmTransitionTo(i,n,d,(function(e){if(!e){return}var t=createPath(i);var a=v(h+t);var o=y()!==a;if(o){r=t;S(a)}var s=P.indexOf(createPath(j.location));if(s!==-1){P[s]=t}x({action:n,location:i})}))};var D=function(e){warning(u,"Hash history go(n) causes a full page reload in this browser");s.go(e)};var O=function(){return D(-1)};var R=function(){return D(1)};var M=function(e,t){i+=t;if(i===1){e.addEventListener(HashChangeEvent$1,C)}else if(i===0){e.removeEventListener(HashChangeEvent$1,C)}};var L=function(t){if(t===void 0){t=""}var n=_.setPrompt(t);if(!a){M(e,1);a=true}return function(){if(a){a=false;M(e,-1)}return n()}};var B=function(t){var n=_.appendListener(t);M(e,1);return function(){M(e,-1);n()}};var j={length:s.length,action:"POP",location:F,createHref:k,push:N,replace:U,go:D,goBack:O,goForward:R,block:L,listen:B,win:e};return j};var getLocation=function(e,t){var n=e.pathname.indexOf(t)==0?"/"+e.pathname.slice(t.length):e.pathname;return Object.assign({},e,{pathname:n})};var HISTORIES={browser:createBrowserHistory,hash:createHashHistory};var Router=function(){function e(e){var t=this;registerInstance(this,e);this.root="/";this.historyType="browser";this.titleSuffix="";this.routeViewsUpdated=function(e){if(e===void 0){e={}}if(t.history&&e.scrollToId&&t.historyType==="browser"){var n=t.history.win.document.getElementById(e.scrollToId);if(n){return n.scrollIntoView()}}t.scrollTo(e.scrollTopOffset||t.scrollTopOffset)};this.isServer=getContext(this,"isServer");this.queue=getContext(this,"queue")}e.prototype.componentWillLoad=function(){var e=this;this.history=HISTORIES[this.historyType](this.el.ownerDocument.defaultView);this.history.listen((function(t){t=getLocation(t,e.root);e.location=t}));this.location=getLocation(this.history.location,this.root)};e.prototype.scrollTo=function(e){var t=this.history;if(e==null||this.isServer||!t){return}if(t.action==="POP"&&Array.isArray(t.location.scrollPosition)){return this.queue.write((function(){if(t&&t.location&&Array.isArray(t.location.scrollPosition)){t.win.scrollTo(t.location.scrollPosition[0],t.location.scrollPosition[1])}}))}return this.queue.write((function(){t.win.scrollTo(0,e)}))};e.prototype.render=function(){if(!this.location||!this.history){return}var e={historyType:this.historyType,location:this.location,titleSuffix:this.titleSuffix,root:this.root,history:this.history,routeViewsUpdated:this.routeViewsUpdated};return h(ActiveRouter.Provider,{state:e},h("slot",null))};Object.defineProperty(e.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});return e}();var superSelectionAppCss="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}stencil-route{display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto}stencil-route:empty{display:none}";var SuperSelectionApp=function(){function e(e){registerInstance(this,e);this.stepSubmitSuccess=createEvent(this,"step-completion",7);this.successPageAcknowledged=createEvent(this,"successPageAcknowledged",5);this.initialised=createEvent(this,"initialised",7);this.isAppInitialised=false}e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,n;var r=this;return __generator(this,(function(i){e=Option.fromNullable(this.accessToken);if(Option.isNone(e)){throw Error("jwt property is missing.")}superSelectionAppService.state.jwt=e;t=Option.fromNullable(this.backendUrl);if(Option.isNone(t)){throw Error("apiBaseUrl property is missing.")}superSelectionAppService.state.apiBaseUrl=Option.some(t.value.replace(/\/$/,"")+"/");n=Option.fromNullable(this.appBaseUrl);if(Option.isNone(n)){throw Error("appBaseUrl property is missing.")}superSelectionAppService.state.appBaseUrl=Option.some(n.value.replace(/\/$/,""));superSelectionAppService.onChange("hasSuccessPageBeenAcknowledged",(function(e){return r.successPageAcknowledged.emit()}));superSelectionAppService.onChange("hasSuperSelectionBeenSubmitted",(function(e){if(!e)return;r.stepSubmitSuccess.emit();superSelectionAppService.state.hasSuperSelectionBeenSubmitted=false}));return[2]}))}))};e.prototype.componentDidLoad=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:return[4,superSelectionAppService.loadAppStateAsync()];case 1:e.sent();this.isAppInitialised=true;this.initialised.emit({accountIdOrDefault:superSelectionAppService.accountIdOrDefault,partnerIdOrDefault:superSelectionAppService.partnerIdOrDefault,profileId:superSelectionAppService.profileId});return[2]}}))}))};e.prototype.authTokenChanged=function(e){superSelectionAppService.state.jwt=Option.fromNullable(e)};e.prototype.onRouteChange=function(){window===null||window===void 0?void 0:window.scroll(0,0)};e.prototype.render=function(){return h(Host,{class:"d-flex justify-content-center flex-grow-1"},h("div",{class:"d-flex flex-column justify-content-between"},this.renderAppContent()))};e.prototype.routerBaseUrl=function(){var e;return((e=this.appBaseUrl)===null||e===void 0?void 0:e.replace(/\/$/,""))+"/"};e.prototype.renderAppContent=function(){return h("stencil-router",{root:this.routerBaseUrl()},h("stencil-route-switch",{scrollTopOffset:0},h("div",{class:"d-flex flex-column"},h("div",{class:"d-flex justify-content-center"},this.isAppInitialised?superSelectionAppStencilRoutes:h("fl-loading-indicator",{class:"mt-5"})),h("div",{class:"d-flex justify-content-center"},h("sss-footer-section",null)))))};Object.defineProperty(e,"watchers",{get:function(){return{accessToken:["authTokenChanged"],location:["onRouteChange"]}},enumerable:false,configurable:true});return e}();injectHistory(SuperSelectionApp);SuperSelectionApp.style=superSelectionAppCss;var resizeObservers=[];var hasActiveObservations=function(){return resizeObservers.some((function(e){return e.activeTargets.length>0}))};var hasSkippedObservations=function(){return resizeObservers.some((function(e){return e.skippedTargets.length>0}))};var msg="ResizeObserver loop completed with undelivered notifications.";var deliverResizeLoopError=function(){var e;if(typeof ErrorEvent==="function"){e=new ErrorEvent("error",{message:msg})}else{e=document.createEvent("Event");e.initEvent("error",false,false);e.message=msg}window.dispatchEvent(e)};var ResizeObserverBoxOptions;(function(e){e["BORDER_BOX"]="border-box";e["CONTENT_BOX"]="content-box";e["DEVICE_PIXEL_CONTENT_BOX"]="device-pixel-content-box"})(ResizeObserverBoxOptions||(ResizeObserverBoxOptions={}));var freeze=function(e){return Object.freeze(e)};var ResizeObserverSize=function(){function e(e,t){this.inlineSize=e;this.blockSize=t;freeze(this)}return e}();var DOMRectReadOnly=function(){function e(e,t,n,r){this.x=e;this.y=t;this.width=n;this.height=r;this.top=this.y;this.left=this.x;this.bottom=this.top+this.height;this.right=this.left+this.width;return freeze(this)}e.prototype.toJSON=function(){var e=this,t=e.x,n=e.y,r=e.top,i=e.right,a=e.bottom,o=e.left,s=e.width,u=e.height;return{x:t,y:n,top:r,right:i,bottom:a,left:o,width:s,height:u}};e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)};return e}();var isSVG=function(e){return e instanceof SVGElement&&"getBBox"in e};var isHidden=function(e){if(isSVG(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,a=i.offsetWidth,o=i.offsetHeight;return!(a||o||e.getClientRects().length)};var isElement=function(e){var t,n;var r=(n=(t=e)===null||t===void 0?void 0:t.ownerDocument)===null||n===void 0?void 0:n.defaultView;return!!(r&&e instanceof r.Element)};var isReplacedElement=function(e){switch(e.tagName){case"INPUT":if(e.type!=="image"){break}case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return true}return false};var global$1=typeof window!=="undefined"?window:{};var cache=new WeakMap;var scrollRegexp=/auto|scroll/;var verticalRegexp=/^tb|vertical/;var IE=/msie|trident/i.test(global$1.navigator&&global$1.navigator.userAgent);var parseDimension=function(e){return parseFloat(e||"0")};var size=function(e,t,n){if(e===void 0){e=0}if(t===void 0){t=0}if(n===void 0){n=false}return new ResizeObserverSize((n?t:e)||0,(n?e:t)||0)};var zeroBoxes=freeze({devicePixelContentBoxSize:size(),borderBoxSize:size(),contentBoxSize:size(),contentRect:new DOMRectReadOnly(0,0,0,0)});var calculateBoxSizes=function(e,t){if(t===void 0){t=false}if(cache.has(e)&&!t){return cache.get(e)}if(isHidden(e)){cache.set(e,zeroBoxes);return zeroBoxes}var n=getComputedStyle(e);var r=isSVG(e)&&e.ownerSVGElement&&e.getBBox();var i=!IE&&n.boxSizing==="border-box";var a=verticalRegexp.test(n.writingMode||"");var o=!r&&scrollRegexp.test(n.overflowY||"");var s=!r&&scrollRegexp.test(n.overflowX||"");var u=r?0:parseDimension(n.paddingTop);var l=r?0:parseDimension(n.paddingRight);var c=r?0:parseDimension(n.paddingBottom);var d=r?0:parseDimension(n.paddingLeft);var f=r?0:parseDimension(n.borderTopWidth);var p=r?0:parseDimension(n.borderRightWidth);var h=r?0:parseDimension(n.borderBottomWidth);var g=r?0:parseDimension(n.borderLeftWidth);var v=d+l;var m=u+c;var y=g+p;var b=f+h;var S=!s?0:e.offsetHeight-b-e.clientHeight;var w=!o?0:e.offsetWidth-y-e.clientWidth;var _=i?v+y:0;var x=i?m+b:0;var C=r?r.width:parseDimension(n.width)-_-w;var I=r?r.height:parseDimension(n.height)-x-S;var T=C+v+w+y;var E=I+m+S+b;var A=freeze({devicePixelContentBoxSize:size(Math.round(C*devicePixelRatio),Math.round(I*devicePixelRatio),a),borderBoxSize:size(T,E,a),contentBoxSize:size(C,I,a),contentRect:new DOMRectReadOnly(d,u,C,I)});cache.set(e,A);return A};var calculateBoxSize=function(e,t,n){var r=calculateBoxSizes(e,n),i=r.borderBoxSize,a=r.contentBoxSize,o=r.devicePixelContentBoxSize;switch(t){case ResizeObserverBoxOptions.DEVICE_PIXEL_CONTENT_BOX:return o;case ResizeObserverBoxOptions.BORDER_BOX:return i;default:return a}};var ResizeObserverEntry=function(){function e(e){var t=calculateBoxSizes(e);this.target=e;this.contentRect=t.contentRect;this.borderBoxSize=freeze([t.borderBoxSize]);this.contentBoxSize=freeze([t.contentBoxSize]);this.devicePixelContentBoxSize=freeze([t.devicePixelContentBoxSize])}return e}();var calculateDepthForNode=function(e){if(isHidden(e)){return Infinity}var t=0;var n=e.parentNode;while(n){t+=1;n=n.parentNode}return t};var broadcastActiveObservations=function(){var e=Infinity;var t=[];resizeObservers.forEach((function n(r){if(r.activeTargets.length===0){return}var i=[];r.activeTargets.forEach((function t(n){var r=new ResizeObserverEntry(n.target);var a=calculateDepthForNode(n.target);i.push(r);n.lastReportedSize=calculateBoxSize(n.target,n.observedBox);if(a<e){e=a}}));t.push((function e(){r.callback.call(r.observer,i,r.observer)}));r.activeTargets.splice(0,r.activeTargets.length)}));for(var n=0,r=t;n<r.length;n++){var i=r[n];i()}return e};var gatherActiveObservationsAtDepth=function(e){resizeObservers.forEach((function t(n){n.activeTargets.splice(0,n.activeTargets.length);n.skippedTargets.splice(0,n.skippedTargets.length);n.observationTargets.forEach((function t(r){if(r.isActive()){if(calculateDepthForNode(r.target)>e){n.activeTargets.push(r)}else{n.skippedTargets.push(r)}}}))}))};var process=function(){var e=0;gatherActiveObservationsAtDepth(e);while(hasActiveObservations()){e=broadcastActiveObservations();gatherActiveObservationsAtDepth(e)}if(hasSkippedObservations()){deliverResizeLoopError()}return e>0};var trigger;var callbacks=[];var notify=function(){return callbacks.splice(0).forEach((function(e){return e()}))};var queueMicroTask=function(e){if(!trigger){var t=0;var n=document.createTextNode("");var r={characterData:true};new MutationObserver((function(){return notify()})).observe(n,r);trigger=function(){n.textContent=""+(t?t--:t++)}}callbacks.push(e);trigger()};var queueResizeObserver=function(e){queueMicroTask((function t(){requestAnimationFrame(e)}))};var watching=0;var isWatching=function(){return!!watching};var CATCH_PERIOD=250;var observerConfig={attributes:true,characterData:true,childList:true,subtree:true};var events=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"];var time=function(e){if(e===void 0){e=0}return Date.now()+e};var scheduled=false;var Scheduler=function(){function e(){var e=this;this.stopped=true;this.listener=function(){return e.schedule()}}e.prototype.run=function(e){var t=this;if(e===void 0){e=CATCH_PERIOD}if(scheduled){return}scheduled=true;var n=time(e);queueResizeObserver((function(){var r=false;try{r=process()}finally{scheduled=false;e=n-time();if(!isWatching()){return}if(r){t.run(1e3)}else if(e>0){t.run(e)}else{t.start()}}}))};e.prototype.schedule=function(){this.stop();this.run()};e.prototype.observe=function(){var e=this;var t=function(){return e.observer&&e.observer.observe(document.body,observerConfig)};document.body?t():global$1.addEventListener("DOMContentLoaded",t)};e.prototype.start=function(){var e=this;if(this.stopped){this.stopped=false;this.observer=new MutationObserver(this.listener);this.observe();events.forEach((function(t){return global$1.addEventListener(t,e.listener,true)}))}};e.prototype.stop=function(){var e=this;if(!this.stopped){this.observer&&this.observer.disconnect();events.forEach((function(t){return global$1.removeEventListener(t,e.listener,true)}));this.stopped=true}};return e}();var scheduler=new Scheduler;var updateCount=function(e){!watching&&e>0&&scheduler.start();watching+=e;!watching&&scheduler.stop()};var skipNotifyOnElement=function(e){return!isSVG(e)&&!isReplacedElement(e)&&getComputedStyle(e).display==="inline"};var ResizeObservation=function(){function e(e,t){this.target=e;this.observedBox=t||ResizeObserverBoxOptions.CONTENT_BOX;this.lastReportedSize={inlineSize:0,blockSize:0}}e.prototype.isActive=function(){var e=calculateBoxSize(this.target,this.observedBox,true);if(skipNotifyOnElement(this.target)){this.lastReportedSize=e}if(this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize){return true}return false};return e}();var ResizeObserverDetail=function(){function e(e,t){this.activeTargets=[];this.skippedTargets=[];this.observationTargets=[];this.observer=e;this.callback=t}return e}();var observerMap=new WeakMap;var getObservationIndex=function(e,t){for(var n=0;n<e.length;n+=1){if(e[n].target===t){return n}}return-1};var ResizeObserverController=function(){function e(){}e.connect=function(e,t){var n=new ResizeObserverDetail(e,t);observerMap.set(e,n)};e.observe=function(e,t,n){var r=observerMap.get(e);var i=r.observationTargets.length===0;if(getObservationIndex(r.observationTargets,t)<0){i&&resizeObservers.push(r);r.observationTargets.push(new ResizeObservation(t,n&&n.box));updateCount(1);scheduler.schedule()}};e.unobserve=function(e,t){var n=observerMap.get(e);var r=getObservationIndex(n.observationTargets,t);var i=n.observationTargets.length===1;if(r>=0){i&&resizeObservers.splice(resizeObservers.indexOf(n),1);n.observationTargets.splice(r,1);updateCount(-1)}};e.disconnect=function(e){var t=this;var n=observerMap.get(e);n.observationTargets.slice().forEach((function(n){return t.unobserve(e,n.target)}));n.activeTargets.splice(0,n.activeTargets.length)};return e}();var ResizeObserver=function(){function e(e){if(arguments.length===0){throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.")}if(typeof e!=="function"){throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.")}ResizeObserverController.connect(this,e)}e.prototype.observe=function(e,t){if(arguments.length===0){throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.")}if(!isElement(e)){throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element")}ResizeObserverController.observe(this,e,t)};e.prototype.unobserve=function(e){if(arguments.length===0){throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.")}if(!isElement(e)){throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element")}ResizeObserverController.unobserve(this,e)};e.prototype.disconnect=function(){ResizeObserverController.disconnect(this)};e.toString=function(){return"function ResizeObserver () { [polyfill code] }"};return e}();var AppConfigurationService=function(){function e(){var e=this;this._appRootUrl=new Lazy((function(){return e.resolveRootUrl()}));this.getAppRootUrl=function(){return e._appRootUrl.value};this.getAppHostUrl=function(){return(""+window.location.origin+e.getAppRootUrl()).replace(/\/$/,"")}}e.prototype.loadConfigurationAsync=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:return[4,factory(this.getAppRootUrl()+"config.json").get().json()];case 1:e=t.sent();sessionStore.update({appConfiguration:Option.fromNullable(e)});return[2]}}))}))};e.prototype.resolveRootUrl=function(){var e=Option.fromNullable(window.location.pathname.match(/^\/super-selection\/embed\/v1.0\/app/));if(Option.isNone(e)){throw Error("Unsupported host URL")}return e.value[0]+"/"};return e}();var appConfigurationService=new AppConfigurationService;var strShimFunction="function";var strShimObject="object";var strShimUndefined="undefined";var strShimPrototype="prototype";var strShimHasOwnProperty="hasOwnProperty";function getGlobal(){if(typeof globalThis!==strShimUndefined&&globalThis){return globalThis}if(typeof self!==strShimUndefined&&self){return self}if(typeof window!==strShimUndefined&&window){return window}if(typeof global!==strShimUndefined&&global){return global}return null}function objCreateFn(e){var t=Object["create"];if(t){return t(e)}if(e==null){return{}}var n=typeof e;if(n!==strShimObject&&n!==strShimFunction){throw new TypeError("Object prototype may only be an Object:"+e)}function r(){}r[strShimPrototype]=e;return new r}function __assignFn(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t){if(Object[strShimPrototype][strShimHasOwnProperty].call(t,i)){e[i]=t[i]}}}return e}var __extendStaticsFn=function(e,t){__extendStaticsFn=Object["setPrototypeOf"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t){if(t[strShimHasOwnProperty](n)){e[n]=t[n]}}};return __extendStaticsFn(e,t)};function __extendsFn(e,t){__extendStaticsFn(e,t);function n(){this.constructor=e}e[strShimPrototype]=t===null?objCreateFn(t):(n[strShimPrototype]=t[strShimPrototype],new n)}var globalObj=getGlobal()||{};(function(e,t,n){if(!e.__assign){e.__assign=Object.assign||t}if(!e.__extends){e.__extends=n}})(globalObj,__assignFn,__extendsFn);if(!__assign){__assign=globalObj.__assign}if(!__extends){__extends=globalObj.__extends}var EventsDiscardedReason={Unknown:0,NonRetryableStatus:1,InvalidEvent:2,SizeLimitExceeded:3,KillSwitch:4,QueueFull:5};var strUndefined=strShimUndefined;var strObject=strShimObject;var strPrototype=strShimPrototype;var strFunction=strShimFunction;var strWindow="window";var strDocument="document";var strNavigator="navigator";var strHistory="history";var strLocation="location";var strConsole="console";var strPerformance="performance";var strJSON="JSON";var strCrypto="crypto";var strMsCrypto="msCrypto";var strReactNative="ReactNative";var getGlobal$1=getGlobal;function getGlobalInst(e){var t=getGlobal$1();if(t&&t[e]){return t[e]}if(e===strWindow&&hasWindow()){return window}return null}function hasWindow(){return Boolean(typeof window===strObject&&window)}function getWindow(){if(hasWindow()){return window}return getGlobalInst(strWindow)}function hasDocument(){return Boolean(typeof document===strObject&&document)}function getDocument(){if(hasDocument()){return document}return getGlobalInst(strDocument)}function hasNavigator(){return Boolean(typeof navigator===strObject&&navigator)}function getNavigator(){if(hasNavigator()){return navigator}return getGlobalInst(strNavigator)}function hasHistory(){return Boolean(typeof history===strObject&&history)}function getHistory(){if(hasHistory()){return history}return getGlobalInst(strHistory)}function getLocation$1(){if(typeof location===strObject&&location){return location}return getGlobalInst(strLocation)}function getConsole(){if(typeof console!==strUndefined){return console}return getGlobalInst(strConsole)}function getPerformance(){return getGlobalInst(strPerformance)}function hasJSON(){return Boolean(typeof JSON===strObject&&JSON||getGlobalInst(strJSON)!==null)}function getJSON(){if(hasJSON()){return JSON||getGlobalInst(strJSON)}return null}function getCrypto(){return getGlobalInst(strCrypto)}function getMsCrypto(){return getGlobalInst(strMsCrypto)}function isReactNative(){var e=getNavigator();if(e&&e.product){return e.product===strReactNative}return false}var strOnPrefix="on";var strAttachEvent="attachEvent";var strAddEventHelper="addEventListener";var strDetachEvent="detachEvent";var strRemoveEventListener="removeEventListener";var UInt32Mask=4294967296;var MaxUInt32=4294967295;var _isTrident=null;var _mwcSeeded=false;var _mwcW=123456789;var _mwcZ=987654321;function _mwcSeed(e){if(e<0){e>>>=0}_mwcW=123456789+e&MaxUInt32;_mwcZ=987654321-e&MaxUInt32;_mwcSeeded=true}function _autoSeedMwc(){_mwcSeed(Math.random()*UInt32Mask^(new Date).getTime())}function _isTypeof(e,t){return typeof e===t}function _isUndefined(e){return _isTypeof(e,strShimUndefined)||e===undefined}function _isNullOrUndefined(e){return _isUndefined(e)||e===null}function _hasOwnProperty(e,t){return e&&Object[strShimPrototype].hasOwnProperty.call(e,t)}function _isObject(e){return _isTypeof(e,strShimObject)}function _isFunction(e){return _isTypeof(e,strShimFunction)}function _attachEvent(e,t,n,r){if(r===void 0){r=false}var i=false;if(!_isNullOrUndefined(e)){try{if(!_isNullOrUndefined(e[strAddEventHelper])){e[strAddEventHelper](t,n,r);i=true}else if(!_isNullOrUndefined(e[strAttachEvent])){e[strAttachEvent](strOnPrefix+t,n);i=true}}catch(e){}}return i}function _detachEvent(e,t,n,r){if(r===void 0){r=false}if(!_isNullOrUndefined(e)){try{if(!_isNullOrUndefined(e[strRemoveEventListener])){e[strRemoveEventListener](t,n,r)}else if(!_isNullOrUndefined(e[strDetachEvent])){e[strDetachEvent](strOnPrefix+t,n)}}catch(e){}}}function normalizeJsName(e){var t=e;var n=/([^\w\d_$])/g;if(n.test(e)){t=e.replace(n,"_")}return t}function objForEachKey(e,t){if(e&&_isObject(e)){for(var n in e){if(_hasOwnProperty(e,n)){t.call(e,n,e[n])}}}}var CoreUtils=function(){function e(){}e.isDate=function(e){return Object[strShimPrototype].toString.call(e)==="[object Date]"};e.isArray=function(e){return Object[strShimPrototype].toString.call(e)==="[object Array]"};e.isError=function(e){return Object[strShimPrototype].toString.call(e)==="[object Error]"};e.isString=function(e){return _isTypeof(e,"string")};e.isNumber=function(e){return _isTypeof(e,"number")};e.isBoolean=function(e){return _isTypeof(e,"boolean")};e.disableCookies=function(){e._canUseCookies=false};e.newGuid=function(){function t(){return e.randomValue(15)}return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(GuidRegex,(function(e){var n=t()|0,r=e==="x"?n:n&3|8;return r.toString(16)}))};e.toISOString=function(t){if(e.isDate(t)){var n=function(e){var t=String(e);if(t.length===1){t="0"+t}return t};return t.getUTCFullYear()+"-"+n(t.getUTCMonth()+1)+"-"+n(t.getUTCDate())+"T"+n(t.getUTCHours())+":"+n(t.getUTCMinutes())+":"+n(t.getUTCSeconds())+"."+String((t.getUTCMilliseconds()/1e3).toFixed(3)).slice(2,5)+"Z"}};e.arrForEach=function(e,t,n){var r=e.length;for(var i=0;i<r;i++){if(i in e){t.call(n||e,e[i],i,e)}}};e.arrIndexOf=function(e,t,n){var r=e.length;var i=n||0;for(var a=Math.max(i>=0?i:r-Math.abs(i),0);a<r;a++){if(a in e&&e[a]===t){return a}}return-1};e.arrMap=function(e,t,n){var r=e.length;var i=n||e;var a=new Array(r);for(var o=0;o<r;o++){if(o in e){a[o]=t.call(i,e[o],e)}}return a};e.arrReduce=function(e,t,n){var r=e.length;var i=0;var a;if(arguments.length>=3){a=arguments[2]}else{while(i<r&&!(i in e)){i++}a=e[i++]}while(i<r){if(i in e){a=t(a,e[i],i,e)}i++}return a};e.strTrim=function(t){if(!e.isString(t)){return t}return t.replace(/^\s+|\s+$/g,"")};e.objKeys=function(e){var t=!{toString:null}.propertyIsEnumerable("toString");if(!_isFunction(e)&&(!_isObject(e)||e===null)){throw new TypeError("objKeys called on non-object")}var n=[];for(var r in e){if(_hasOwnProperty(e,r)){n.push(r)}}if(t){var i=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"];var a=i.length;for(var o=0;o<a;o++){if(_hasOwnProperty(e,i[o])){n.push(i[o])}}}return n};e.objDefineAccessors=function(e,t,n,r){var i=Object["defineProperty"];if(i){try{var a={enumerable:true,configurable:true};if(n){a.get=n}if(r){a.set=r}i(e,t,a);return true}catch(e){}}return false};e.addEventHandler=function(e,t){var n=false;var r=getWindow();if(r){n=_attachEvent(r,e,t);n=_attachEvent(r["body"],e,t)||n}var i=getDocument();if(i){n=EventHelper.Attach(i,e,t)||n}return n};e.dateNow=function(){var e=Date;if(e.now){return e.now()}return(new e).getTime()};e.perfNow=function(){var t=getPerformance();if(t&&t.now){return t.now()}return e.dateNow()};e.newId=function(t){if(t===void 0){t=22}var n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";var r=e.random32()>>>0;var i=0;var a="";while(a.length<t){i++;a+=n.charAt(r&63);r>>>=6;if(i===5){r=(e.random32()<<2&4294967295|r&3)>>>0;i=0}}return a};e.isIE=function(){if(_isTrident===null){var e=getNavigator()||{};var t=(e.userAgent||"").toLowerCase();_isTrident=t.indexOf("msie")!==-1||t.indexOf("trident/")!==-1}return _isTrident};e.randomValue=function(t){if(t>0){return Math.floor(e.random32()/MaxUInt32*(t+1))>>>0}return 0};e.random32=function(t){var n;var r=getCrypto()||getMsCrypto();if(r&&r.getRandomValues){n=r.getRandomValues(new Uint32Array(1))[0]&MaxUInt32}else if(e.isIE()){if(!_mwcSeeded){_autoSeedMwc()}n=e.mwcRandom32()&MaxUInt32}else{n=Math.floor(UInt32Mask*Math.random()|0)}if(!t){n>>>=0}return n};e.mwcRandomSeed=function(e){if(!e){_autoSeedMwc()}else{_mwcSeed(e)}};e.mwcRandom32=function(e){_mwcZ=36969*(_mwcZ&65535)+(_mwcZ>>16)&MaxUInt32;_mwcW=18e3*(_mwcW&65535)+(_mwcW>>16)&MaxUInt32;var t=(_mwcZ<<16)+(_mwcW&65535)>>>0&MaxUInt32|0;if(!e){t>>>=0}return t};e.generateW3CId=function(){var t=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];var n="",r;for(var i=0;i<4;i++){r=e.random32();n+=t[r&15]+t[r>>4&15]+t[r>>8&15]+t[r>>12&15]+t[r>>16&15]+t[r>>20&15]+t[r>>24&15]+t[r>>28&15]}var a=t[8+(e.random32()&3)|0];return n.substr(0,8)+n.substr(9,4)+"4"+n.substr(13,3)+a+n.substr(16,3)+n.substr(19,12)};e.isTypeof=_isTypeof;e.isUndefined=_isUndefined;e.isNullOrUndefined=_isNullOrUndefined;e.hasOwnProperty=_hasOwnProperty;e.isFunction=_isFunction;e.isObject=_isObject;e.objCreate=objCreateFn;return e}();var GuidRegex=/[xy]/g;var EventHelper=function(){function e(){}e.Attach=_attachEvent;e.AttachEvent=_attachEvent;e.Detach=_detachEvent;e.DetachEvent=_detachEvent;return e}();var LoggingSeverity;(function(e){e[e["CRITICAL"]=1]="CRITICAL";e[e["WARNING"]=2]="WARNING"})(LoggingSeverity||(LoggingSeverity={}));var _InternalMessageId={BrowserDoesNotSupportLocalStorage:0,BrowserCannotReadLocalStorage:1,BrowserCannotReadSessionStorage:2,BrowserCannotWriteLocalStorage:3,BrowserCannotWriteSessionStorage:4,BrowserFailedRemovalFromLocalStorage:5,BrowserFailedRemovalFromSessionStorage:6,CannotSendEmptyTelemetry:7,ClientPerformanceMathError:8,ErrorParsingAISessionCookie:9,ErrorPVCalc:10,ExceptionWhileLoggingError:11,FailedAddingTelemetryToBuffer:12,FailedMonitorAjaxAbort:13,FailedMonitorAjaxDur:14,FailedMonitorAjaxOpen:15,FailedMonitorAjaxRSC:16,FailedMonitorAjaxSend:17,FailedMonitorAjaxGetCorrelationHeader:18,FailedToAddHandlerForOnBeforeUnload:19,FailedToSendQueuedTelemetry:20,FailedToReportDataLoss:21,FlushFailed:22,MessageLimitPerPVExceeded:23,MissingRequiredFieldSpecification:24,NavigationTimingNotSupported:25,OnError:26,SessionRenewalDateIsZero:27,SenderNotInitialized:28,StartTrackEventFailed:29,StopTrackEventFailed:30,StartTrackFailed:31,StopTrackFailed:32,TelemetrySampledAndNotSent:33,TrackEventFailed:34,TrackExceptionFailed:35,TrackMetricFailed:36,TrackPVFailed:37,TrackPVFailedCalc:38,TrackTraceFailed:39,TransmissionFailed:40,FailedToSetStorageBuffer:41,FailedToRestoreStorageBuffer:42,InvalidBackendResponse:43,FailedToFixDepricatedValues:44,InvalidDurationValue:45,TelemetryEnvelopeInvalid:46,CreateEnvelopeError:47,CannotSerializeObject:48,CannotSerializeObjectNonSerializable:49,CircularReferenceDetected:50,ClearAuthContextFailed:51,ExceptionTruncated:52,IllegalCharsInName:53,ItemNotInArray:54,MaxAjaxPerPVExceeded:55,MessageTruncated:56,NameTooLong:57,SampleRateOutOfRange:58,SetAuthContextFailed:59,SetAuthContextFailedAccountName:60,StringValueTooLong:61,StartCalledMoreThanOnce:62,StopCalledWithoutStart:63,TelemetryInitializerFailed:64,TrackArgumentsNotSpecified:65,UrlTooLong:66,SessionStorageBufferFull:67,CannotAccessCookie:68,IdTooLong:69,InvalidEvent:70,FailedMonitorAjaxSetRequestHeader:71,SendBrowserInfoOnUserInit:72,PluginException:73,NotificationException:74,SnippetScriptLoadFailure:99,InvalidInstrumentationKey:100,CannotParseAiBlobValue:101,InvalidContentBlob:102,TrackPageActionEventFailed:103};
|
|
1
|
+
var __extends=this&&this.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n))e[n]=t[n]};return e(t,n)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();var __awaiter=this&&this.__awaiter||function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,a){function o(e){try{u(r.next(e))}catch(e){a(e)}}function s(e){try{u(r["throw"](e))}catch(e){a(e)}}function u(e){e.done?n(e.value):i(e.value).then(o,s)}u((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return u([e,t])}}function u(o){if(r)throw new TypeError("Generator is already executing.");while(n)try{if(r=1,i&&(a=o[0]&2?i["return"]:o[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,o[1])).done)return a;if(i=0,a)o=[o[0]&2,a.value];switch(o[0]){case 0:case 1:a=o;break;case 4:n.label++;return{value:o[1],done:false};case 5:n.label++;i=o[1];o=[0];continue;case 7:o=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(o[0]===6||o[0]===2)){n=0;continue}if(o[0]===3&&(!a||o[1]>a[0]&&o[1]<a[3])){n.label=o[1];break}if(o[0]===6&&n.label<a[1]){n.label=a[1];a=o;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(o);break}if(a[2])n.ops.pop();n.trys.pop();continue}o=t.call(e,n)}catch(e){o=[6,e];i=0}finally{r=a=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};var __spreadArrays=this&&this.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};import{r as registerInstance,h,c as createEvent,g as getRenderingRef,f as forceUpdate,H as Host,a as getAssetPath,d as getElement,e as getContext,s as setErrorHandler}from"./index-0496d1af.js";import{f as from,m as map,S as SimpleOuterSubscriber,a as SimpleInnerSubscriber,i as innerSubscribe,d as distinctUntilChanged,b as filter,c as StoreConfig,g as Store,Q as Query}from"./datorama-akita-79ce4385.js";import{g as isArray,O as Observable,j as isFunction,k as async,a as Subscriber}from"./delay-c0555599.js";import{A as ActiveRouter}from"./active-router-4c80d3d2.js";function noop(){}function mergeMap(e,t,n){if(n===void 0){n=Number.POSITIVE_INFINITY}if(typeof t==="function"){return function(r){return r.pipe(mergeMap((function(n,r){return from(e(n,r)).pipe(map((function(e,i){return t(n,e,r,i)})))}),n))}}else if(typeof t==="number"){n=t}return function(t){return t.lift(new MergeMapOperator(e,n))}}var MergeMapOperator=function(){function e(e,t){if(t===void 0){t=Number.POSITIVE_INFINITY}this.project=e;this.concurrent=t}e.prototype.call=function(e,t){return t.subscribe(new MergeMapSubscriber(e,this.project,this.concurrent))};return e}();var MergeMapSubscriber=function(e){__extends(t,e);function t(t,n,r){if(r===void 0){r=Number.POSITIVE_INFINITY}var i=e.call(this,t)||this;i.project=n;i.concurrent=r;i.hasCompleted=false;i.buffer=[];i.active=0;i.index=0;return i}t.prototype._next=function(e){if(this.active<this.concurrent){this._tryNext(e)}else{this.buffer.push(e)}};t.prototype._tryNext=function(e){var t;var n=this.index++;try{t=this.project(e,n)}catch(e){this.destination.error(e);return}this.active++;this._innerSub(t)};t.prototype._innerSub=function(e){var t=new SimpleInnerSubscriber(this);var n=this.destination;n.add(t);var r=innerSubscribe(e,t);if(r!==t){n.add(r)}};t.prototype._complete=function(){this.hasCompleted=true;if(this.active===0&&this.buffer.length===0){this.destination.complete()}this.unsubscribe()};t.prototype.notifyNext=function(e){this.destination.next(e)};t.prototype.notifyComplete=function(){var e=this.buffer;this.active--;if(e.length>0){this._next(e.shift())}else if(this.active===0&&this.hasCompleted){this.destination.complete()}};return t}(SimpleOuterSubscriber);function fromEvent(e,t,n,r){if(isFunction(n)){r=n;n=undefined}if(r){return fromEvent(e,t,n).pipe(map((function(e){return isArray(e)?r.apply(void 0,e):r(e)})))}return new Observable((function(r){function i(e){if(arguments.length>1){r.next(Array.prototype.slice.call(arguments))}else{r.next(e)}}setupSubscription(e,t,i,r,n)}))}function setupSubscription(e,t,n,r,i){var a;if(isEventTarget(e)){var o=e;e.addEventListener(t,n,i);a=function(){return o.removeEventListener(t,n,i)}}else if(isJQueryStyleEventEmitter(e)){var s=e;e.on(t,n);a=function(){return s.off(t,n)}}else if(isNodeStyleEventEmitter(e)){var u=e;e.addListener(t,n);a=function(){return u.removeListener(t,n)}}else if(e&&e.length){for(var l=0,c=e.length;l<c;l++){setupSubscription(e[l],t,n,r,i)}}else{throw new TypeError("Invalid event target")}r.add(a)}function isNodeStyleEventEmitter(e){return e&&typeof e.addListener==="function"&&typeof e.removeListener==="function"}function isJQueryStyleEventEmitter(e){return e&&typeof e.on==="function"&&typeof e.off==="function"}function isEventTarget(e){return e&&typeof e.addEventListener==="function"&&typeof e.removeEventListener==="function"}function debounceTime(e,t){if(t===void 0){t=async}return function(n){return n.lift(new DebounceTimeOperator(e,t))}}var DebounceTimeOperator=function(){function e(e,t){this.dueTime=e;this.scheduler=t}e.prototype.call=function(e,t){return t.subscribe(new DebounceTimeSubscriber(e,this.dueTime,this.scheduler))};return e}();var DebounceTimeSubscriber=function(e){__extends(t,e);function t(t,n,r){var i=e.call(this,t)||this;i.dueTime=n;i.scheduler=r;i.debouncedSubscription=null;i.lastValue=null;i.hasValue=false;return i}t.prototype._next=function(e){this.clearDebounce();this.lastValue=e;this.hasValue=true;this.add(this.debouncedSubscription=this.scheduler.schedule(dispatchNext,this.dueTime,this))};t.prototype._complete=function(){this.debouncedNext();this.destination.complete()};t.prototype.debouncedNext=function(){this.clearDebounce();if(this.hasValue){var e=this.lastValue;this.lastValue=null;this.hasValue=false;this.destination.next(e)}};t.prototype.clearDebounce=function(){var e=this.debouncedSubscription;if(e!==null){this.remove(e);e.unsubscribe();this.debouncedSubscription=null}};return t}(Subscriber);function dispatchNext(e){e.debouncedNext()}function tap(e,t,n){return function r(i){return i.lift(new DoOperator(e,t,n))}}var DoOperator=function(){function e(e,t,n){this.nextOrObserver=e;this.error=t;this.complete=n}e.prototype.call=function(e,t){return t.subscribe(new TapSubscriber(e,this.nextOrObserver,this.error,this.complete))};return e}();var TapSubscriber=function(e){__extends(t,e);function t(t,n,r,i){var a=e.call(this,t)||this;a._tapNext=noop;a._tapError=noop;a._tapComplete=noop;a._tapError=r||noop;a._tapComplete=i||noop;if(isFunction(n)){a._context=a;a._tapNext=n}else if(n){a._context=n;a._tapNext=n.next||noop;a._tapError=n.error||noop;a._tapComplete=n.complete||noop}return a}t.prototype._next=function(e){try{this._tapNext.call(this._context,e)}catch(e){this.destination.error(e);return}this.destination.next(e)};t.prototype._error=function(e){try{this._tapError.call(this._context,e)}catch(e){this.destination.error(e);return}this.destination.error(e)};t.prototype._complete=function(){try{this._tapComplete.call(this._context)}catch(e){this.destination.error(e);return}return this.destination.complete()};return t}(Subscriber);var AppVersion="3.46.58109";var isSome=function(e){return e._tag==="Some"};var isNone=function(e){return e._tag==="None"};var none={_tag:"None"};var some=function(e){return{_tag:"Some",value:e}};function fromNullable(e){return e==null?none:some(e)}function toUndefined(e){return isNone(e)?undefined:e.value}var getOrElseW=function(e){return function(t){return isNone(t)?e():t.value}};var getOrElse=getOrElseW;var Lazy=function(){function e(e){this.factory=e;this._value=none}Object.defineProperty(e.prototype,"value",{get:function(){if(isSome(this._value)){return this._value.value}var e=this.factory();this._value=some(e);return e},enumerable:false,configurable:true});return e}();function addSlashToUrl(){if(!window.location.pathname.endsWith("/")){var e=window.location.pathname+"/"+window.location.search+window.location.hash;history.pushState(history.state,"",e)}}function injectHistory(e){ActiveRouter.injectProps(e,["history","location"])}var DEFAULT_DELIMITER="/";var DEFAULT_DELIMITERS="./";var PATH_REGEXP=new RegExp(["(\\\\.)","(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?"].join("|"),"g");var parse=function(e,t){var n=[];var r=0;var i=0;var a="";var o=t&&t.delimiter||DEFAULT_DELIMITER;var s=t&&t.delimiters||DEFAULT_DELIMITERS;var u=false;var l;while((l=PATH_REGEXP.exec(e))!==null){var c=l[0];var d=l[1];var f=l.index;a+=e.slice(i,f);i=f+c.length;if(d){a+=d[1];u=true;continue}var p="";var h=e[i];var g=l[2];var v=l[3];var m=l[4];var y=l[5];if(!u&&a.length){var b=a.length-1;if(s.indexOf(a[b])>-1){p=a[b];a=a.slice(0,b)}}if(a){n.push(a);a="";u=false}var S=p!==""&&h!==undefined&&h!==p;var w=y==="+"||y==="*";var _=y==="?"||y==="*";var x=p||o;var C=v||m;n.push({name:g||r++,prefix:p,delimiter:x,optional:_,repeat:w,partial:S,pattern:C?escapeGroup(C):"[^"+escapeString(x)+"]+?"})}if(a||i<e.length){n.push(a+e.substr(i))}return n};var escapeString=function(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")};var escapeGroup=function(e){return e.replace(/([=!:$/()])/g,"\\$1")};var flags=function(e){return e&&e.sensitive?"":"i"};var regexpToRegexp=function(e,t){if(!t)return e;var n=e.source.match(/\((?!\?)/g);if(n){for(var r=0;r<n.length;r++){t.push({name:r,prefix:null,delimiter:null,optional:false,repeat:false,partial:false,pattern:null})}}return e};var arrayToRegexp=function(e,t,n){var r=[];for(var i=0;i<e.length;i++){r.push(pathToRegexp(e[i],t,n).source)}return new RegExp("(?:"+r.join("|")+")",flags(n))};var stringToRegexp=function(e,t,n){return tokensToRegExp(parse(e,n),t,n)};var tokensToRegExp=function(e,t,n){n=n||{};var r=n.strict;var i=n.end!==false;var a=escapeString(n.delimiter||DEFAULT_DELIMITER);var o=n.delimiters||DEFAULT_DELIMITERS;var s=[].concat(n.endsWith||[]).map(escapeString).concat("$").join("|");var u="";var l=false;for(var c=0;c<e.length;c++){var d=e[c];if(typeof d==="string"){u+=escapeString(d);l=c===e.length-1&&o.indexOf(d[d.length-1])>-1}else{var f=escapeString(d.prefix||"");var p=d.repeat?"(?:"+d.pattern+")(?:"+f+"(?:"+d.pattern+"))*":d.pattern;if(t)t.push(d);if(d.optional){if(d.partial){u+=f+"("+p+")?"}else{u+="(?:"+f+"("+p+"))?"}}else{u+=f+"("+p+")"}}}if(i){if(!r)u+="(?:"+a+")?";u+=s==="$"?"$":"(?="+s+")"}else{if(!r)u+="(?:"+a+"(?="+s+"))?";if(!l)u+="(?="+a+"|"+s+")"}return new RegExp("^"+u,flags(n))};var pathToRegexp=function(e,t,n){if(e instanceof RegExp){return regexpToRegexp(e,t)}if(Array.isArray(e)){return arrayToRegexp(e,t,n)}return stringToRegexp(e,t,n)};var hasBasename=function(e,t){return new RegExp("^"+t+"(\\/|\\?|#|$)","i").test(e)};var stripBasename=function(e,t){return hasBasename(e,t)?e.substr(t.length):e};var stripTrailingSlash=function(e){return e.charAt(e.length-1)==="/"?e.slice(0,-1):e};var addLeadingSlash=function(e){return e.charAt(0)==="/"?e:"/"+e};var stripLeadingSlash=function(e){return e.charAt(0)==="/"?e.substr(1):e};var parsePath=function(e){var t=e||"/";var n="";var r="";var i=t.indexOf("#");if(i!==-1){r=t.substr(i);t=t.substr(0,i)}var a=t.indexOf("?");if(a!==-1){n=t.substr(a);t=t.substr(0,a)}return{pathname:t,search:n==="?"?"":n,hash:r==="#"?"":r,query:{},key:""}};var createPath=function(e){var t=e.pathname,n=e.search,r=e.hash;var i=t||"/";if(n&&n!=="?"){i+=n.charAt(0)==="?"?n:"?"+n}if(r&&r!=="#"){i+=r.charAt(0)==="#"?r:"#"+r}return i};var parseQueryString=function(e){if(!e){return{}}return(/^[?#]/.test(e)?e.slice(1):e).split("&").reduce((function(e,t){var n=t.split("="),r=n[0],i=n[1];e[r]=i?decodeURIComponent(i.replace(/\+/g," ")):"";return e}),{})};var isAbsolute=function(e){return e.charAt(0)==="/"};var createKey=function(e){return Math.random().toString(36).substr(2,e)};var spliceOne=function(e,t){for(var n=t,r=n+1,i=e.length;r<i;n+=1,r+=1){e[n]=e[r]}e.pop()};var resolvePathname=function(e,t){if(t===void 0){t=""}var n=t&&t.split("/")||[];var r;var i=0;var a=e&&e.split("/")||[];var o=e&&isAbsolute(e);var s=t&&isAbsolute(t);var u=o||s;if(e&&isAbsolute(e)){n=a}else if(a.length){n.pop();n=n.concat(a)}if(!n.length){return"/"}if(n.length){var l=n[n.length-1];r=l==="."||l===".."||l===""}else{r=false}for(var c=n.length;c>=0;c--){var d=n[c];if(d==="."){spliceOne(n,c)}else if(d===".."){spliceOne(n,c);i++}else if(i){spliceOne(n,c);i--}}if(!u){for(;i--;i){n.unshift("..")}}if(u&&n[0]!==""&&(!n[0]||!isAbsolute(n[0]))){n.unshift("")}var f=n.join("/");if(r&&f.substr(-1)!=="/"){f+="/"}return f};var valueEqual=function(e,t){if(e===t){return true}if(e==null||t==null){return false}if(Array.isArray(e)){return Array.isArray(t)&&e.length===t.length&&e.every((function(e,n){return valueEqual(e,t[n])}))}var n=typeof e;var r=typeof t;if(n!==r){return false}if(n==="object"){var i=e.valueOf();var a=t.valueOf();if(i!==e||a!==t){return valueEqual(i,a)}var o=Object.keys(e);var s=Object.keys(t);if(o.length!==s.length){return false}return o.every((function(n){return valueEqual(e[n],t[n])}))}return false};var locationsAreEqual=function(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&valueEqual(e.state,t.state)};var createLocation=function(e,t,n,r){var i;if(typeof e==="string"){i=parsePath(e);if(t!==undefined){i.state=t}}else{i=Object.assign({pathname:""},e);if(i.search&&i.search.charAt(0)!=="?"){i.search="?"+i.search}if(i.hash&&i.hash.charAt(0)!=="#"){i.hash="#"+i.hash}if(t!==undefined&&i.state===undefined){i.state=t}}try{i.pathname=decodeURI(i.pathname)}catch(e){if(e instanceof URIError){throw new URIError('Pathname "'+i.pathname+'" could not be decoded. '+"This is likely caused by an invalid percent-encoding.")}else{throw e}}i.key=n;if(r){if(!i.pathname){i.pathname=r.pathname}else if(i.pathname.charAt(0)!=="/"){i.pathname=resolvePathname(i.pathname,r.pathname)}}else{if(!i.pathname){i.pathname="/"}}i.query=parseQueryString(i.search||"");return i};var cacheCount=0;var patternCache={};var cacheLimit=1e4;var compilePath=function(e,t){var n=""+t.end+t.strict;var r=patternCache[n]||(patternCache[n]={});var i=JSON.stringify(e);if(r[i]){return r[i]}var a=[];var o=pathToRegexp(e,a,t);var s={re:o,keys:a};if(cacheCount<cacheLimit){r[i]=s;cacheCount+=1}return s};var matchPath=function(e,t){if(t===void 0){t={}}if(typeof t==="string"){t={path:t}}var n=t.path,r=n===void 0?"/":n,i=t.exact,a=i===void 0?false:i,o=t.strict,s=o===void 0?false:o;var u=compilePath(r,{end:a,strict:s}),l=u.re,c=u.keys;var d=l.exec(e);if(!d){return null}var f=d[0],p=d.slice(1);var h=e===f;if(a&&!h){return null}return{path:r,url:r==="/"&&f===""?"/":f,isExact:h,params:c.reduce((function(e,t,n){e[t.name]=p[n];return e}),{})}};var matchesAreEqual=function(e,t){if(e==null&&t==null){return true}if(t==null){return false}return e&&t&&e.path===t.path&&e.url===t.url&&valueEqual(e.params,t.params)};var buttonCss=":host button,:host button:focus,:host button:active,:host button.focus,:host button.active{-webkit-box-shadow:none;box-shadow:none;border-radius:var(--fl-rounding-button) !important}:host button.disabled,:host button:disabled{opacity:1 !important;cursor:not-allowed !important;color:var(--fl-color-disabled)}:host button .label{font-weight:600 !important}:host button.is-primary{color:var(--fl-color-primary-text);background-color:var(--fl-color-primary);border:none}:host button.is-primary.disabled,:host button.is-primary:disabled{background-color:var(--fl-color-primary-disabled)}:host button.is-primary:hover:not(.disabled),:host button.is-primary:hover:not(:disabled){background-color:var(--fl-color-primary-hover)}:host button.is-primary:active:not(.disabled),:host button.is-primary:active:not(:disabled){background-color:var(--fl-color-primary-focus)}:host button.is-secondary{color:var(--fl-color-secondary-text);background-color:var(--fl-color-secondary)}:host button.is-secondary.disabled,:host button.is-secondary:disabled{background-color:var(--fl-color-secondary-disabled)}:host button.is-secondary:hover:not(.disabled),:host button.is-secondary:hover:not(:disabled){background-color:var(--fl-color-secondary-hover)}:host button.is-secondary:active:not(.disabled),:host button.is-secondary:active:not(:disabled){background-color:var(--fl-color-secondary-focus)}:host button.is-block{display:block}:host button:disabled,:host button.disabled{pointer-events:none}";var ButtonComponent=function(){function e(e){registerInstance(this,e);this.isBlockElement=false;this.disabled=false;this.variant="primary"}e.prototype.render=function(){return h("button",{class:{"btn position-relative px-3 py-2":true,"is-primary":this.variant==="primary","is-secondary":this.variant==="secondary","btn-block":this.isBlockElement,disabled:this.disabled},style:{"pointer-events":this.disabled?"none":"auto"},disabled:this.disabled},h("span",{class:"label"},h("slot",null)))};return e}();ButtonComponent.style=buttonCss;var src={compareTwoStrings:compareTwoStrings,findBestMatch:findBestMatch};function compareTwoStrings(e,t){e=e.replace(/\s+/g,"");t=t.replace(/\s+/g,"");if(!e.length&&!t.length)return 1;if(!e.length||!t.length)return 0;if(e===t)return 1;if(e.length===1&&t.length===1)return 0;if(e.length<2||t.length<2)return 0;var n=new Map;for(var r=0;r<e.length-1;r++){var i=e.substring(r,r+2);var a=n.has(i)?n.get(i)+1:1;n.set(i,a)}var o=0;for(var r=0;r<t.length-1;r++){var i=t.substring(r,r+2);var a=n.has(i)?n.get(i):0;if(a>0){n.set(i,a-1);o++}}return 2*o/(e.length+t.length-2)}function findBestMatch(e,t){if(!areArgsValid(e,t))throw new Error("Bad arguments: First argument should be a string, second should be an array of strings");var n=[];var r=0;for(var i=0;i<t.length;i++){var a=t[i];var o=compareTwoStrings(e,a);n.push({target:a,rating:o});if(o>n[r].rating){r=i}}var s=n[r];return{ratings:n,bestMatch:s,bestMatchIndex:r}}function areArgsValid(e,t){if(typeof e!=="string")return false;if(!Array.isArray(t))return false;if(!t.length)return false;if(t.find((function(e){return typeof e!=="string"})))return false;return true}var dropdownCss="fl-dropdown .dropdown-menu{max-height:min(20rem, 50vh)}fl-dropdown .dropdown-menu .dropdown-item{cursor:pointer}fl-dropdown .dropdown-menu .dropdown-item.selected{background-color:rgba(253, 189, 0, 0.5)}";var Dropdown=function(){function e(e){var t=this;registerInstance(this,e);this.valueChanged=createEvent(this,"valueChanged",7);this.required=false;this.disabled=false;this.isMouseOver=false;this.inputValue="";this.isDropdownVisible=false;this.filteredOptions=[];this.renderFilteredResults=function(){if(t.filteredOptions.length===0){return h("span",{class:"dropdown-item disabled"},"No items match your search")}return t.filteredOptions.map((function(e,n){return h("span",{class:{"dropdown-item text-wrap":true,selected:t.isOptionSelected(e),active:t.highlightedOptionIndex===n},onClick:function(n){t.toggleDropdown(false);t.selectOption(e)}},h("span",null,e.label))}))};this.filterResults=function(e){t.filteredOptions=t.sortOptionsByRelevancy(t._options.filter((function(t){return t.label.toLowerCase().includes(e.toLowerCase())})),e);t.highlightedOptionIndex=undefined};this.selectOption=function(e){t.selectedOption=e;t.inputValue=e.label;t.valueChanged.emit(e)};this.isOptionSelected=function(e){var n;return((n=t.selectedOption)===null||n===void 0?void 0:n.label)===e.label};this.toggleDropdown=function(e){t.isDropdownVisible=e};this.resetInput=function(){var e,n;t.inputValue=(n=(e=t.selectedOption)===null||e===void 0?void 0:e.label)!==null&&n!==void 0?n:"";t.filteredOptions=t._options};this.processKeyboardNavigation=function(e){var n="Enter";var r="ArrowDown";var i="ArrowUp";var a="Escape";switch(e.key){case r:t.toggleDropdown(true);t.highlightNextItem();return true;case i:t.highlightPreviousItem();return true;case n:if(t.highlightedOptionIndex!==undefined){t.toggleDropdown(false);t.selectOption(t.filteredOptions[t.highlightedOptionIndex])}return true;case a:t.inputElement.blur();return true}return false};this.highlightPreviousItem=function(){if(t.filteredOptions.length===0){return}t.highlightedOptionIndex=t.highlightedOptionIndex===undefined?0:Math.max(t.highlightedOptionIndex-1,0)};this.highlightNextItem=function(){if(t.filteredOptions.length===0){return}t.highlightedOptionIndex=t.highlightedOptionIndex===undefined?0:Math.min(t.highlightedOptionIndex+1,t.filteredOptions.length-1)}}Object.defineProperty(e.prototype,"_options",{get:function(){if(this.options===undefined){throw new Error("Can't render <fl-dropdown /> component with no options")}return this.options},enumerable:false,configurable:true});e.prototype.componentWillLoad=function(){var e=this;var t,n;this.filteredOptions=this._options;this.selectedOption=this._options.find((function(t){return t.value===e.value}));this.inputValue=(n=(t=this.selectedOption)===null||t===void 0?void 0:t.label)!==null&&n!==void 0?n:""};e.prototype.handleFocus=function(){this.toggleDropdown(true)};e.prototype.handleBlur=function(){if(this.isMouseOver){return}this.toggleDropdown(false);this.resetInput()};e.prototype.handleKeyDown=function(e){if(this.processKeyboardNavigation(e)){e.preventDefault()}};e.prototype.onOptionsChanged=function(){this.filteredOptions=this._options};e.prototype.onValueChanged=function(){var e=this;var t,n;this.selectedOption=this._options.find((function(t){return t.value===e.value}));this.inputValue=(n=(t=this.selectedOption)===null||t===void 0?void 0:t.label)!==null&&n!==void 0?n:""};e.prototype.render=function(){var e=this;var t;return[h("div",{class:"dropdown"},h("input",{type:"text",class:"form-control custom-select",placeholder:this.placeholder,required:this.required,disabled:this.disabled,value:this.inputValue,onInput:function(t){var n=t.target.value;e.inputValue=n;e.filterResults(n);e.toggleDropdown(true)},ref:function(t){return e.inputElement=t}}),h("div",{class:{"invalid-feedback":true,"d-none":this.isDropdownVisible}},(t=this.requiredValidationMessage)!==null&&t!==void 0?t:"Required."),h("div",{class:{"dropdown-menu shadow mt-0 w-100 overflow-auto":true,show:this.isDropdownVisible},onMouseEnter:function(t){return e.isMouseOver=true},onMouseLeave:function(t){return e.isMouseOver=false}},this.renderFilteredResults()))]};e.prototype.sortOptionsByRelevancy=function(e,t){return e.map((function(e){return Object.assign(Object.assign({},e),{relevancyScore:src.compareTwoStrings(e.label.toLowerCase(),t.toLowerCase())})})).sort((function(e,t){return t.relevancyScore-e.relevancyScore})).map((function(e){return{label:e.label,value:e.value}}))};Object.defineProperty(e,"watchers",{get:function(){return{options:["onOptionsChanged"],value:["onValueChanged"]}},enumerable:false,configurable:true});return e}();Dropdown.style=dropdownCss;var dropdownAsyncCss="fl-dropdown .dropdown-menu{max-height:min(20rem, 50vh)}fl-dropdown .dropdown-menu .dropdown-item{cursor:pointer}fl-dropdown .dropdown-menu .dropdown-item.selected{background-color:rgba(253, 189, 0, 0.5)}";var DEFAULT_SEARCH_LENGTH=3;var SelectInputAsync=function(){function e(e){var t=this;registerInstance(this,e);this.valueChanged=createEvent(this,"valueChanged",7);this.required=false;this.disabled=false;this.minSearchStringLength=DEFAULT_SEARCH_LENGTH;this.isMouseOver=false;this.searchState="pristine";this.inputValue="";this.isDropdownVisible=false;this.filteredOptions=[];this.shouldExecuteSearch=function(e){var n;return t.isDropdownVisible&&(e===null||e===void 0?void 0:e.length)>=t.minSearchStringLength&&((n=t.selectedOption)===null||n===void 0?void 0:n.label)!==e};this.onBeginSearch=function(e){t.inputValue=e;t.searchState="in progress"};this.onCompleteSearch=function(e){t.filteredOptions=e;t.highlightedOptionIndex=undefined;t.searchState="done"};this.renderFilteredResults=function(){if(t.searchState==="pristine"){return h("span",{class:"dropdown-item disabled"},"Start typing to find the results")}if(t.searchState==="in progress"){return h("div",{class:"d-flex justify-content-end align-items-center pr-4"},h("span",{class:"dropdown-item disabled"},"Searching..."),h("i",{class:"dot-falling"}))}if(t.filteredOptions.length===0){return h("span",{class:"dropdown-item disabled"},"No items match your search")}return t.filteredOptions.map((function(e,n){return h("span",{class:{"dropdown-item text-wrap":true,selected:t.isOptionSelected(e),active:t.highlightedOptionIndex===n},onClick:function(n){t.toggleDropdown(false);t.selectOption(e)}},e.label)}))};this.resetInput=function(){var e,n;t.inputValue=(n=(e=t.selectedOption)===null||e===void 0?void 0:e.label)!==null&&n!==void 0?n:""};this.toggleDropdown=function(e){t.isDropdownVisible=e};this.processKeyboardNavigation=function(e){var n="Enter";var r="ArrowDown";var i="ArrowUp";var a="Escape";switch(e.key){case r:t.toggleDropdown(true);t.highlightNextItem();return true;case i:t.highlightPreviousItem();return true;case n:if(t.highlightedOptionIndex!==undefined){t.toggleDropdown(false);t.selectOption(t.filteredOptions[t.highlightedOptionIndex])}return true;case a:t.inputElement.blur();return true}return false};this.highlightPreviousItem=function(){if(t.filteredOptions.length===0){return}t.highlightedOptionIndex=t.highlightedOptionIndex===undefined?0:Math.max(t.highlightedOptionIndex-1,0)};this.highlightNextItem=function(){if(t.filteredOptions.length===0){return}t.highlightedOptionIndex=t.highlightedOptionIndex===undefined?0:Math.min(t.highlightedOptionIndex+1,t.filteredOptions.length-1)};this.selectOption=function(e){t.selectedOption=e;t.inputValue=e.label;t.valueChanged.emit(e)};this.isOptionSelected=function(e){var n;return((n=t.selectedOption)===null||n===void 0?void 0:n.label)===e.label}}e.prototype.componentWillLoad=function(){this.selectedOption=this.value};e.prototype.componentDidLoad=function(){var e=this;this.searchResultsSubscription=fromEvent(this.inputElement,"keyup").pipe(debounceTime(500),map((function(t){return e.inputElement.value})),distinctUntilChanged(),filter(this.shouldExecuteSearch),tap(this.onBeginSearch),mergeMap(this._searchFunction),tap(this.onCompleteSearch)).subscribe()};e.prototype.componentDidUnload=function(){this.searchResultsSubscription.unsubscribe()};e.prototype.handleFocus=function(){this.toggleDropdown(true)};e.prototype.handleBlur=function(){if(this.isMouseOver){return}this.toggleDropdown(false);this.highlightedOptionIndex=undefined;this.resetInput()};e.prototype.handleKeyDown=function(e){if(this.processKeyboardNavigation(e)){e.preventDefault()}};e.prototype.render=function(){var e=this;var t;return[h("div",{class:"dropdown"},h("input",{type:"text",class:"form-control",placeholder:this.placeholder,required:this.required,disabled:this.disabled,value:this.inputValue,ref:function(t){return e.inputElement=t}}),h("div",{class:{"invalid-feedback":true,"d-none":this.isDropdownVisible}},(t=this.requiredValidationMessage)!==null&&t!==void 0?t:"Required."),h("div",{class:{"dropdown-menu shadow mt-0 w-100 overflow-auto":true,show:this.isDropdownVisible},onMouseEnter:function(t){return e.isMouseOver=true},onMouseLeave:function(t){return e.isMouseOver=false}},this.renderFilteredResults()))]};Object.defineProperty(e.prototype,"_searchFunction",{get:function(){if(this.searchFunction===undefined){throw new Error("Can't render <fl-dropdown-async/> component with no searchFunction")}return this.searchFunction},enumerable:false,configurable:true});return e}();SelectInputAsync.style=dropdownAsyncCss;var loadingIndicatorCss='fl-loading-indicator .dots-container{width:36px}fl-loading-indicator .dot-flashing.theme-default{position:relative;width:8px;height:8px;border-radius:4px;background-color:#66efc5;color:#9880ff;-webkit-animation:dot-flashing-default 2s infinite linear;animation:dot-flashing-default 2s infinite linear;-webkit-animation-delay:0.5s;animation-delay:0.5s}@-webkit-keyframes dot-flashing-default{0%{background-color:#66efc5}25%{background-color:#12aa7c}50%,100%{background-color:#66efc5}}@keyframes dot-flashing-default{0%{background-color:#66efc5}25%{background-color:#12aa7c}50%,100%{background-color:#66efc5}}fl-loading-indicator .dot-flashing.theme-default::before,fl-loading-indicator .dot-flashing.theme-default::after{content:"";display:inline-block;position:absolute;top:0}fl-loading-indicator .dot-flashing.theme-default::before{left:-12px;width:8px;height:8px;border-radius:4px;background-color:#66efc5;color:#9880ff;-webkit-animation:dot-flashing-default 2s infinite linear;animation:dot-flashing-default 2s infinite linear;-webkit-animation-delay:0s;animation-delay:0s}@keyframes dot-flashing-default{0%{background-color:#66efc5}25%{background-color:#12aa7c}50%,100%{background-color:#66efc5}}fl-loading-indicator .dot-flashing.theme-default::after{left:12px;width:8px;height:8px;border-radius:4px;background-color:#66efc5;color:#9880ff;-webkit-animation:dot-flashing-default 2s infinite linear;animation:dot-flashing-default 2s infinite linear;-webkit-animation-delay:1s;animation-delay:1s}@keyframes dot-flashing-default{0%{background-color:#66efc5}25%{background-color:#12aa7c}50%,100%{background-color:#66efc5}}fl-loading-indicator .dot-flashing.theme-dark{position:relative;width:8px;height:8px;border-radius:4px;background-color:#a7a7a7;color:#9880ff;-webkit-animation:dot-flashing-dark 2s infinite linear;animation:dot-flashing-dark 2s infinite linear;-webkit-animation-delay:0.5s;animation-delay:0.5s}@-webkit-keyframes dot-flashing-dark{0%{background-color:#a7a7a7}25%{background-color:#5b5a5a}50%,100%{background-color:#a7a7a7}}@keyframes dot-flashing-dark{0%{background-color:#a7a7a7}25%{background-color:#5b5a5a}50%,100%{background-color:#a7a7a7}}fl-loading-indicator .dot-flashing.theme-dark::before,fl-loading-indicator .dot-flashing.theme-dark::after{content:"";display:inline-block;position:absolute;top:0}fl-loading-indicator .dot-flashing.theme-dark::before{left:-12px;width:8px;height:8px;border-radius:4px;background-color:#a7a7a7;color:#9880ff;-webkit-animation:dot-flashing-dark 2s infinite linear;animation:dot-flashing-dark 2s infinite linear;-webkit-animation-delay:0s;animation-delay:0s}@keyframes dot-flashing-dark{0%{background-color:#a7a7a7}25%{background-color:#5b5a5a}50%,100%{background-color:#a7a7a7}}fl-loading-indicator .dot-flashing.theme-dark::after{left:12px;width:8px;height:8px;border-radius:4px;background-color:#a7a7a7;color:#9880ff;-webkit-animation:dot-flashing-dark 2s infinite linear;animation:dot-flashing-dark 2s infinite linear;-webkit-animation-delay:1s;animation-delay:1s}@keyframes dot-flashing-dark{0%{background-color:#a7a7a7}25%{background-color:#5b5a5a}50%,100%{background-color:#a7a7a7}}';var LoadingIndicator=function(){function e(e){registerInstance(this,e);this.theme="default"}e.prototype.render=function(){return h("span",{class:{"dots-container d-inline-flex justify-content-center":true}},h("span",{class:{"dot-flashing":true,"theme-default":this.theme==="default","theme-dark":this.theme==="dark"}}))};return e}();LoadingIndicator.style=loadingIndicatorCss;var promiseButtonCss="fl-promise-button fl-loading-indicator{left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}";var PromiseButtonState;(function(e){e[e["Available"]=0]="Available";e[e["Pending"]=1]="Pending";e[e["Error"]=2]="Error"})(PromiseButtonState||(PromiseButtonState={}));var PromiseButton=function(){function e(e){registerInstance(this,e);this.isBlockElement=false;this.isRounded=false;this.disabled=false;this.variant="primary";this.promiseFn=function(){return Promise.resolve()};this.state=PromiseButtonState.Available}e.prototype.render=function(){return this.state===PromiseButtonState.Pending?this.renderLoadingButton():this.renderActiveButton()};e.prototype.renderActiveButton=function(){var e=this;return h("fl-button",{disabled:this.disabled,onClick:function(){return e.clicked()},isBlockElement:this.isBlockElement,variant:this.variant},h("div",null,h("slot",null)))};e.prototype.renderLoadingButton=function(){var e=this;return h("fl-button",{disabled:true,onClick:function(){return e.clicked()},isBlockElement:this.isBlockElement,class:"position-relative",variant:this.variant},h("fl-loading-indicator",{class:"position-absolute",theme:"dark"}),h("div",{class:"invisible"},h("slot",null)))};e.prototype.clicked=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:this.state=PromiseButtonState.Pending;t.label=1;case 1:t.trys.push([1,3,,4]);return[4,this.promiseFn()];case 2:t.sent();this.state=PromiseButtonState.Available;return[3,4];case 3:e=t.sent();this.state=PromiseButtonState.Error;throw e;case 4:return[2]}}))}))};return e}();PromiseButton.style=promiseButtonCss;function appReady(){postMessage({type:"appReady"})}function postMessage(e,t){if(t===undefined)t="*";e.sender="flare";window.parent.postMessage(e,t)}function resize(e,t){postMessage({type:"contentResized",height:e,width:t})}function navigation(e){postMessage({type:"pageNavigated",url:e})}function complete(){postMessage({type:"complete"})}function submitSuccess(){postMessage({type:"submitSuccess"})}var iframe={appReady:appReady,resize:resize,navigation:navigation,complete:complete,submitSuccess:submitSuccess};var appendToMap=function(e,t,n){var r=e.get(t);if(!r){e.set(t,[n])}else if(!r.includes(n)){r.push(n)}};var debounce=function(e,t){var n;return function(){var r=[];for(var i=0;i<arguments.length;i++){r[i]=arguments[i]}if(n){clearTimeout(n)}n=setTimeout((function(){n=0;e.apply(void 0,r)}),t)}};var isConnected=function(e){return!("isConnected"in e)||e.isConnected};var cleanupElements=debounce((function(e){for(var t=0,n=e.keys();t<n.length;t++){var r=n[t];e.set(r,e.get(r).filter(isConnected))}}),2e3);var stencilSubscription=function(e){var t=e.on;var n=new Map;if(typeof getRenderingRef==="function"){t("dispose",(function(){n.clear()}));t("get",(function(e){var t=getRenderingRef();if(t){appendToMap(n,e,t)}}));t("set",(function(e){var t=n.get(e);if(t){n.set(e,t.filter(forceUpdate))}cleanupElements(n)}));t("reset",(function(){n.forEach((function(e){return e.forEach(forceUpdate)}));cleanupElements(n)}))}};var createObservableMap=function(e,t){if(t===void 0){t=function(e,t){return e!==t}}var n=new Map(Object.entries(e!==null&&e!==void 0?e:{}));var r={dispose:[],get:[],set:[],reset:[]};var i=function(){n=new Map(Object.entries(e!==null&&e!==void 0?e:{}));r.reset.forEach((function(e){return e()}))};var a=function(){r.dispose.forEach((function(e){return e()}));i()};var o=function(e){r.get.forEach((function(t){return t(e)}));return n.get(e)};var s=function(e,i){var a=n.get(e);if(t(i,a,e)){n.set(e,i);r.set.forEach((function(t){return t(e,i,a)}))}};var u=typeof Proxy==="undefined"?{}:new Proxy(e,{get:function(e,t){return o(t)},ownKeys:function(e){return Array.from(n.keys())},getOwnPropertyDescriptor:function(){return{enumerable:true,configurable:true}},has:function(e,t){return n.has(t)},set:function(e,t,n){s(t,n);return true}});var l=function(e,t){r[e].push(t);return function(){removeFromArray(r[e],t)}};var c=function(t,n){var r=l("set",(function(e,r){if(e===t){n(r)}}));var i=l("reset",(function(){return n(e[t])}));return function(){r();i()}};var d=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return e.forEach((function(e){if(e.set){l("set",e.set)}if(e.get){l("get",e.get)}if(e.reset){l("reset",e.reset)}}))};return{state:u,get:o,set:s,on:l,onChange:c,use:d,dispose:a,reset:i}};var removeFromArray=function(e,t){var n=e.indexOf(t);if(n>=0){e[n]=e[e.length-1];e.length--}};var createStore=function(e,t){var n=createObservableMap(e,t);stencilSubscription(n);return n};function createCommonjsModule(e,t,n){return n={path:t,exports:{},require:function(e,t){return commonjsRequire()}},e(n,n.exports),n.exports}function commonjsRequire(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var _function=createCommonjsModule((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.bindTo_=t.bind_=t.hole=t.pipe=t.untupled=t.tupled=t.absurd=t.decrement=t.increment=t.tuple=t.flow=t.flip=t.constVoid=t.constUndefined=t.constNull=t.constFalse=t.constTrue=t.constant=t.not=t.unsafeCoerce=t.identity=void 0;function n(e){return e}t.identity=n;t.unsafeCoerce=n;function r(e){return function(t){return!e(t)}}t.not=r;function i(e){return function(){return e}}t.constant=i;t.constTrue=i(true);t.constFalse=i(false);t.constNull=i(null);t.constUndefined=i(undefined);t.constVoid=t.constUndefined;function a(e){return function(t,n){return e(n,t)}}t.flip=a;function o(e,t,n,r,i,a,o,s,u){switch(arguments.length){case 1:return e;case 2:return function(){return t(e.apply(this,arguments))};case 3:return function(){return n(t(e.apply(this,arguments)))};case 4:return function(){return r(n(t(e.apply(this,arguments))))};case 5:return function(){return i(r(n(t(e.apply(this,arguments)))))};case 6:return function(){return a(i(r(n(t(e.apply(this,arguments))))))};case 7:return function(){return o(a(i(r(n(t(e.apply(this,arguments)))))))};case 8:return function(){return s(o(a(i(r(n(t(e.apply(this,arguments))))))))};case 9:return function(){return u(s(o(a(i(r(n(t(e.apply(this,arguments)))))))))}}return}t.flow=o;function s(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return e}t.tuple=s;function u(e){return e+1}t.increment=u;function l(e){return e-1}t.decrement=l;function c(e){throw new Error("Called `absurd` function which should be uncallable")}t.absurd=c;function d(e){return function(t){return e.apply(void 0,t)}}t.tupled=d;function f(e){return function(){var t=[];for(var n=0;n<arguments.length;n++){t[n]=arguments[n]}return e(t)}}t.untupled=f;function p(e,t,n,r,i,a,o,s,u,l,c,d,f,p,h,g,v,m,y,b){switch(arguments.length){case 1:return e;case 2:return t(e);case 3:return n(t(e));case 4:return r(n(t(e)));case 5:return i(r(n(t(e))));case 6:return a(i(r(n(t(e)))));case 7:return o(a(i(r(n(t(e))))));case 8:return s(o(a(i(r(n(t(e)))))));case 9:return u(s(o(a(i(r(n(t(e))))))));case 10:return l(u(s(o(a(i(r(n(t(e)))))))));case 11:return c(l(u(s(o(a(i(r(n(t(e))))))))));case 12:return d(c(l(u(s(o(a(i(r(n(t(e)))))))))));case 13:return f(d(c(l(u(s(o(a(i(r(n(t(e))))))))))));case 14:return p(f(d(c(l(u(s(o(a(i(r(n(t(e)))))))))))));case 15:return h(p(f(d(c(l(u(s(o(a(i(r(n(t(e))))))))))))));case 16:return g(h(p(f(d(c(l(u(s(o(a(i(r(n(t(e)))))))))))))));case 17:return v(g(h(p(f(d(c(l(u(s(o(a(i(r(n(t(e))))))))))))))));case 18:return m(v(g(h(p(f(d(c(l(u(s(o(a(i(r(n(t(e)))))))))))))))));case 19:return y(m(v(g(h(p(f(d(c(l(u(s(o(a(i(r(n(t(e))))))))))))))))));case 20:return b(y(m(v(g(h(p(f(d(c(l(u(s(o(a(i(r(n(t(e)))))))))))))))))))}return}t.pipe=p;t.hole=c;var h=function(e,t,n){var r;return Object.assign({},e,(r={},r[t]=n,r))};t.bind_=h;var g=function(e){return function(t){var n;return n={},n[e]=t,n}};t.bindTo_=g}));var Option=createCommonjsModule((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.getApplySemigroup=t.getOrd=t.getEq=t.getShow=t.URI=t.wilt=t.wither=t.sequence=t.traverse=t.partitionMap=t.partition=t.filterMap=t.filter=t.separate=t.compact=t.reduceRight=t.foldMap=t.reduce=t.duplicate=t.extend=t.throwError=t.zero=t.alt=t.altW=t.flatten=t.chainFirst=t.chain=t.of=t.apSecond=t.apFirst=t.ap=t.map=t.chainNullableK=t.mapNullable=t.fromNullableK=t.getOrElse=t.getOrElseW=t.toUndefined=t.toNullable=t.fold=t.fromEither=t.getRight=t.getLeft=t.tryCatch=t.fromPredicate=t.fromNullable=t.some=t.none=t.isNone=t.isSome=void 0;t.sequenceArray=t.traverseArray=t.traverseArrayWithIndex=t.apS=t.bind=t.bindTo=t.Do=t.getRefinement=t.exists=t.elem=t.option=t.MonadThrow=t.Witherable=t.Traversable=t.Filterable=t.Compactable=t.Extend=t.Alternative=t.Alt=t.Foldable=t.Monad=t.Applicative=t.Functor=t.getMonoid=t.getLastMonoid=t.getFirstMonoid=t.getApplyMonoid=void 0;var n=function(e){return e._tag==="Some"};t.isSome=n;var r=function(e){return e._tag==="None"};t.isNone=r;t.none={_tag:"None"};var i=function(e){return{_tag:"Some",value:e}};t.some=i;function a(e){return e==null?t.none:t.some(e)}t.fromNullable=a;function o(e){return function(n){return e(n)?t.some(n):t.none}}t.fromPredicate=o;function s(e){try{return t.some(e())}catch(e){return t.none}}t.tryCatch=s;function u(e){return e._tag==="Right"?t.none:t.some(e.left)}t.getLeft=u;function l(e){return e._tag==="Left"?t.none:t.some(e.right)}t.getRight=l;t.fromEither=l;function c(e,n){return function(r){return t.isNone(r)?e():n(r.value)}}t.fold=c;function d(e){return t.isNone(e)?null:e.value}t.toNullable=d;function f(e){return t.isNone(e)?undefined:e.value}t.toUndefined=f;var p=function(e){return function(n){return t.isNone(n)?e():n.value}};t.getOrElseW=p;t.getOrElse=t.getOrElseW;function h(e){return function(){var t=[];for(var n=0;n<arguments.length;n++){t[n]=arguments[n]}return a(e.apply(void 0,t))}}t.fromNullableK=h;t.mapNullable=g;function g(e){return function(n){return t.isNone(n)?t.none:a(e(n.value))}}t.chainNullableK=g;var v=function(e,n){return _function.pipe(e,t.map(n))};var m=function(e,n){return _function.pipe(e,t.ap(n))};var y=function(e,n){return _function.pipe(e,t.chain(n))};var b=function(e,n,r){return _function.pipe(e,t.reduce(n,r))};var S=function(e){var n=t.foldMap(e);return function(e,t){return _function.pipe(e,n(t))}};var w=function(e,n,r){return _function.pipe(e,t.reduceRight(n,r))};var _=function(e){var n=t.traverse(e);return function(e,t){return _function.pipe(e,n(t))}};var x=function(e,n){return _function.pipe(e,t.alt(n))};var C=function(e,n){return _function.pipe(e,t.filter(n))};var I=function(e,n){return _function.pipe(e,t.filterMap(n))};var T=function(e,n){return _function.pipe(e,t.extend(n))};var E=function(e,n){return _function.pipe(e,t.partition(n))};var A=function(e,n){return _function.pipe(e,t.partitionMap(n))};var F=function(e){var n=t.wither(e);return function(e,t){return _function.pipe(e,n(t))}};var P=function(e){var n=t.wilt(e);return function(e,t){return _function.pipe(e,n(t))}};var k=function(e){return function(n){return t.isNone(n)?t.none:t.some(e(n.value))}};t.map=k;var N=function(e){return function(n){return t.isNone(n)?t.none:t.isNone(e)?t.none:t.some(n.value(e.value))}};t.ap=N;var U=function(e){return _function.flow(t.map((function(e){return function(){return e}})),t.ap(e))};t.apFirst=U;var D=function(e){return _function.flow(t.map((function(){return function(e){return e}})),t.ap(e))};t.apSecond=D;t.of=t.some;var O=function(e){return function(n){return t.isNone(n)?t.none:e(n.value)}};t.chain=O;var R=function(e){return t.chain((function(n){return _function.pipe(e(n),t.map((function(){return n})))}))};t.chainFirst=R;t.flatten=t.chain(_function.identity);var M=function(e){return function(n){return t.isNone(n)?e():n}};t.altW=M;t.alt=t.altW;var L=function(){return t.none};t.zero=L;var B=function(){return t.none};t.throwError=B;var j=function(e){return function(n){return t.isNone(n)?t.none:t.some(e(n))}};t.extend=j;t.duplicate=t.extend(_function.identity);var V=function(e,n){return function(r){return t.isNone(r)?e:n(e,r.value)}};t.reduce=V;var z=function(e){return function(n){return function(r){return t.isNone(r)?e.empty:n(r.value)}}};t.foldMap=z;var H=function(e,n){return function(r){return t.isNone(r)?e:n(r.value,e)}};t.reduceRight=H;t.compact=t.flatten;var q={left:t.none,right:t.none};var $=function(e){var n=_function.pipe(e,t.map((function(e){return{left:u(e),right:l(e)}})));return t.isNone(n)?q:n.value};t.separate=$;var W=function(e){return function(n){return t.isNone(n)?t.none:e(n.value)?n:t.none}};t.filter=W;var G=function(e){return function(n){return t.isNone(n)?t.none:e(n.value)}};t.filterMap=G;var K=function(e){return function(t){return{left:C(t,(function(t){return!e(t)})),right:C(t,e)}}};t.partition=K;var X=function(e){return _function.flow(t.map(e),t.separate)};t.partitionMap=X;var J=function(e){return function(n){return function(r){return t.isNone(r)?e.of(t.none):e.map(n(r.value),t.some)}}};t.traverse=J;var Q=function(e){return function(n){return t.isNone(n)?e.of(t.none):e.map(n.value,t.some)}};t.sequence=Q;var Y=function(e){return function(n){return function(r){return t.isNone(r)?e.of(t.none):n(r.value)}}};t.wither=Y;var Z=function(e){return function(n){return function(r){return t.isNone(r)?e.of({left:t.none,right:t.none}):e.map(n(r.value),(function(e){return{left:u(e),right:l(e)}}))}}};t.wilt=Z;t.URI="Option";function ee(e){return{show:function(n){return t.isNone(n)?"none":"some("+e.show(n.value)+")"}}}t.getShow=ee;function te(e){return{equals:function(n,r){return n===r||(t.isNone(n)?t.isNone(r):t.isNone(r)?false:e.equals(n.value,r.value))}}}t.getEq=te;function ne(e){return{equals:te(e).equals,compare:function(n,r){return n===r?0:t.isSome(n)?t.isSome(r)?e.compare(n.value,r.value):1:-1}}}t.getOrd=ne;function re(e){return{concat:function(n,r){return t.isSome(n)&&t.isSome(r)?t.some(e.concat(n.value,r.value)):t.none}}}t.getApplySemigroup=re;function ie(e){return{concat:re(e).concat,empty:t.some(e.empty)}}t.getApplyMonoid=ie;function ae(){return{concat:function(e,n){return t.isNone(e)?n:e},empty:t.none}}t.getFirstMonoid=ae;function oe(){return{concat:function(e,n){return t.isNone(n)?e:n},empty:t.none}}t.getLastMonoid=oe;function se(e){return{concat:function(n,r){return t.isNone(n)?r:t.isNone(r)?n:t.some(e.concat(n.value,r.value))},empty:t.none}}t.getMonoid=se;t.Functor={URI:t.URI,map:v};t.Applicative={URI:t.URI,map:v,ap:m,of:t.of};t.Monad={URI:t.URI,map:v,ap:m,of:t.of,chain:y};t.Foldable={URI:t.URI,reduce:b,foldMap:S,reduceRight:w};t.Alt={URI:t.URI,map:v,alt:x};t.Alternative={URI:t.URI,map:v,ap:m,of:t.of,alt:x,zero:t.zero};t.Extend={URI:t.URI,map:v,extend:T};t.Compactable={URI:t.URI,compact:t.compact,separate:t.separate};t.Filterable={URI:t.URI,map:v,compact:t.compact,separate:t.separate,filter:C,filterMap:I,partition:E,partitionMap:A};t.Traversable={URI:t.URI,map:v,reduce:b,foldMap:S,reduceRight:w,traverse:_,sequence:t.sequence};t.Witherable={URI:t.URI,map:v,reduce:b,foldMap:S,reduceRight:w,traverse:_,sequence:t.sequence,compact:t.compact,separate:t.separate,filter:C,filterMap:I,partition:E,partitionMap:A,wither:F,wilt:P};t.MonadThrow={URI:t.URI,map:v,ap:m,of:t.of,chain:y,throwError:t.throwError};t.option={URI:t.URI,map:v,of:t.of,ap:m,chain:y,reduce:b,foldMap:S,reduceRight:w,traverse:_,sequence:t.sequence,zero:t.zero,alt:x,extend:T,compact:t.compact,separate:t.separate,filter:C,filterMap:I,partition:E,partitionMap:A,wither:F,wilt:P,throwError:t.throwError};function ue(e){return function(n,r){return t.isNone(r)?false:e.equals(n,r.value)}}t.elem=ue;function le(e){return function(n){return t.isNone(n)?false:e(n.value)}}t.exists=le;function ce(e){return function(n){return t.isSome(e(n))}}t.getRefinement=ce;t.Do=t.of({});var de=function(e){return t.map(_function.bindTo_(e))};t.bindTo=de;var fe=function(e,n){return t.chain((function(r){return _function.pipe(n(r),t.map((function(t){return _function.bind_(r,e,t)})))}))};t.bind=fe;var pe=function(e,n){return _function.flow(t.map((function(t){return function(n){return _function.bind_(t,e,n)}})),t.ap(n))};t.apS=pe;var he=function(e){return function(n){var r=[];for(var i=0;i<n.length;i++){var a=e(i,n[i]);if(t.isNone(a)){return t.none}r.push(a.value)}return t.some(r)}};t.traverseArrayWithIndex=he;var ge=function(e){return t.traverseArrayWithIndex((function(t,n){return e(n)}))};t.traverseArray=ge;t.sequenceArray=t.traverseArray(_function.identity)}));function e(e){this.message=e}e.prototype=new Error,e.prototype.name="InvalidCharacterError";var r="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(t){var n=String(t).replace(/=+$/,"");if(n.length%4==1)throw new e("'atob' failed: The string to be decoded is not correctly encoded.");for(var r,i,a=0,o=0,s="";i=n.charAt(o++);~i&&(r=a%4?64*r+i:i,a++%4)?s+=String.fromCharCode(255&r>>(-2*a&6)):0)i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(i);return s};function t(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw"Illegal base64url string!"}try{return function(e){return decodeURIComponent(r(e).replace(/(.)/g,(function(e,t){var n=t.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(t)}catch(e){return r(t)}}function n(e){this.message=e}function o(e,r){if("string"!=typeof e)throw new n("Invalid token specified");var i=!0===(r=r||{}).header?0:1;try{return JSON.parse(t(e.split(".")[i]))}catch(e){throw new n("Invalid token specified: "+e.message)}}n.prototype=new Error,n.prototype.name="InvalidTokenError";var __assign$1=undefined&&undefined.__assign||function(){__assign$1=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return __assign$1.apply(this,arguments)};var __spreadArrays=undefined&&undefined.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};var mix=function(e,t,n){if(n===void 0){n=false}if(!e||!t||typeof e!=="object"||typeof t!=="object")return e;var r=__assign$1({},e);for(var i in t){if(t.hasOwnProperty(i)){if(t[i]instanceof Array&&e[i]instanceof Array){r[i]=n?__spreadArrays(e[i],t[i]):t[i]}else if(typeof t[i]==="object"&&typeof e[i]==="object"){r[i]=mix(e[i],t[i],n)}else{r[i]=t[i]}}}return r};var __spreadArrays$1=undefined&&undefined.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};var config={defaults:{},errorType:null,polyfills:{fetch:null,FormData:null,URLSearchParams:null,performance:null,PerformanceObserver:null,AbortController:null},polyfill:function(e,t){var n=t===void 0?{}:t,r=n.doThrow,i=r===void 0?true:r,a=n.instance,o=a===void 0?false:a;var s=[];for(var u=2;u<arguments.length;u++){s[u-2]=arguments[u]}var l=this.polyfills[e]||(typeof self!=="undefined"?self[e]:null)||(typeof global!=="undefined"?global[e]:null);if(i&&!l)throw new Error(e+" is not defined");return o&&l?new(l.bind.apply(l,__spreadArrays$1([void 0],s))):l}};var onMatch=function(e,t,n,r){if(!e.getEntriesByName)return false;var i=e.getEntriesByName(t);if(i&&i.length>0){n(i.reverse()[0]);if(r.clearMeasures)r.clearMeasures(t);perfs.callbacks.delete(t);if(perfs.callbacks.size<1){perfs.observer.disconnect();if(r.clearResourceTimings){r.clearResourceTimings()}}return true}return false};var lazyObserver=function(e,t){if(!perfs.observer&&e&&t){perfs.observer=new t((function(t){perfs.callbacks.forEach((function(n,r){onMatch(t,r,n,e)}))}));if(e.clearResourceTimings)e.clearResourceTimings()}return perfs.observer};var perfs={callbacks:new Map,observer:null,observe:function(e,t){if(!e||!t)return;var n=config.polyfill("performance",{doThrow:false});var r=config.polyfill("PerformanceObserver",{doThrow:false});if(!lazyObserver(n,r))return;if(!onMatch(n,e,t,n)){if(perfs.callbacks.size<1)perfs.observer.observe({entryTypes:["resource","measure"]});perfs.callbacks.set(e,t)}}};var middlewareHelper=function(e){return function(t){return e.length===0?t:e.length===1?e[0](t):e.reduceRight((function(n,r,i){return i===e.length-2?r(n(t)):r(n)}))}};var WretchErrorWrapper=function(){function e(e){this.error=e}return e}();var resolver=function(e){var t=e._url,n=e._catchers,r=e._resolvers,i=e._middlewares,a=e._options;var o=new Map(n);var s=mix(config.defaults,a);var u=config.polyfill("AbortController",{doThrow:false,instance:true});if(!s["signal"]&&u){s["signal"]=u.signal}var l={ref:null,clear:function(){if(l.ref){clearTimeout(l.ref);l.ref=null}}};var c=middlewareHelper(i)(config.polyfill("fetch"))(t,s);var d=c.catch((function(e){throw new WretchErrorWrapper(e)})).then((function(e){l.clear();if(!e.ok){return e[config.errorType||"text"]().then((function(t){var n=new Error(t);n[config.errorType||"text"]=t;n["status"]=e.status;n["response"]=e;throw n}))}return e}));var f=function(t){return t.catch((function(t){l.clear();var n=t instanceof WretchErrorWrapper?t.error:t;if(t instanceof WretchErrorWrapper&&o.has("__fromFetch"))return o.get("__fromFetch")(n,e);else if(o.has(n.status))return o.get(n.status)(n,e);else if(o.has(n.name))return o.get(n.name)(n,e);else throw n}))};var p=function(e){return function(t){return e?f(d.then((function(t){return t&&t[e]()})).then((function(e){return t?t(e):e}))):f(d.then((function(e){return t?t(e):e})))}};var h={res:p(null),json:p("json"),blob:p("blob"),formData:p("formData"),arrayBuffer:p("arrayBuffer"),text:p("text"),perfs:function(e){c.then((function(t){return perfs.observe(t.url,e)}));return h},setTimeout:function(e,t){if(t===void 0){t=u}l.clear();l.ref=setTimeout((function(){return t.abort()}),e);return h},controller:function(){return[u,h]},error:function(e,t){o.set(e,t);return h},badRequest:function(e){return h.error(400,e)},unauthorized:function(e){return h.error(401,e)},forbidden:function(e){return h.error(403,e)},notFound:function(e){return h.error(404,e)},timeout:function(e){return h.error(408,e)},internalError:function(e){return h.error(500,e)},fetchError:function(e){return h.error("__fromFetch",e)},onAbort:function(e){return h.error("AbortError",e)}};return r.reduce((function(t,n){return n(t,e)}),h)};var __assign$2=undefined&&undefined.__assign||function(){__assign$2=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return __assign$2.apply(this,arguments)};var __spreadArrays$2=undefined&&undefined.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};var JSON_MIME="application/json";var CONTENT_TYPE_HEADER="Content-Type";var Wretcher=function(){function e(e,t,n,r,i,a){if(n===void 0){n=new Map}if(r===void 0){r=[]}if(i===void 0){i=[]}if(a===void 0){a=[]}this._url=e;this._options=t;this._catchers=n;this._resolvers=r;this._middlewares=i;this._deferredChain=a}e.factory=function(t,n){if(t===void 0){t=""}if(n===void 0){n={}}return new e(t,n)};e.prototype.selfFactory=function(t){var n=t===void 0?{}:t,r=n.url,i=r===void 0?this._url:r,a=n.options,o=a===void 0?this._options:a,s=n.catchers,u=s===void 0?this._catchers:s,l=n.resolvers,c=l===void 0?this._resolvers:l,d=n.middlewares,f=d===void 0?this._middlewares:d,p=n.deferredChain,h=p===void 0?this._deferredChain:p;return new e(i,__assign$2({},o),new Map(u),__spreadArrays$2(c),__spreadArrays$2(f),__spreadArrays$2(h))};e.prototype.defaults=function(e,t){if(t===void 0){t=false}config.defaults=t?mix(config.defaults,e):e;return this};e.prototype.errorType=function(e){config.errorType=e;return this};e.prototype.polyfills=function(e){config.polyfills=__assign$2(__assign$2({},config.polyfills),e);return this};e.prototype.url=function(e,t){if(t===void 0){t=false}if(t)return this.selfFactory({url:e});var n=this._url.split("?");return this.selfFactory({url:n.length>1?n[0]+e+"?"+n[1]:this._url+e})};e.prototype.options=function(e,t){if(t===void 0){t=true}return this.selfFactory({options:t?mix(this._options,e):e})};e.prototype.query=function(e,t){if(t===void 0){t=false}return this.selfFactory({url:appendQueryParams(this._url,e,t)})};e.prototype.headers=function(e){return this.selfFactory({options:mix(this._options,{headers:e||{}})})};e.prototype.accept=function(e){return this.headers({Accept:e})};e.prototype.content=function(e){var t;return this.headers((t={},t[CONTENT_TYPE_HEADER]=e,t))};e.prototype.auth=function(e){return this.headers({Authorization:e})};e.prototype.catcher=function(e,t){var n=new Map(this._catchers);n.set(e,t);return this.selfFactory({catchers:n})};e.prototype.signal=function(e){return this.selfFactory({options:__assign$2(__assign$2({},this._options),{signal:e.signal})})};e.prototype.resolve=function(e,t){if(t===void 0){t=false}return this.selfFactory({resolvers:t?[e]:__spreadArrays$2(this._resolvers,[e])})};e.prototype.defer=function(e,t){if(t===void 0){t=false}return this.selfFactory({deferredChain:t?[e]:__spreadArrays$2(this._deferredChain,[e])})};e.prototype.middlewares=function(e,t){if(t===void 0){t=false}return this.selfFactory({middlewares:t?e:__spreadArrays$2(this._middlewares,e)})};e.prototype.method=function(e,t,n){if(t===void 0){t={}}if(n===void 0){n=null}var r=this._options.headers;var i=!n?this:typeof n==="object"&&(!r||Object.entries(r).every((function(e){var t=e[0],n=e[1];return t.toLowerCase()!==CONTENT_TYPE_HEADER.toLowerCase()||n.startsWith(JSON_MIME)})))?this.json(n):this.body(n);i=i.options(__assign$2(__assign$2({},t),{method:e}));var a=i._deferredChain.reduce((function(e,t){return t(e,e._url,e._options)}),i);return resolver(a)};e.prototype.get=function(e){return this.method("GET",e)};e.prototype.delete=function(e){return this.method("DELETE",e)};e.prototype.put=function(e,t){return this.method("PUT",t,e)};e.prototype.post=function(e,t){return this.method("POST",t,e)};e.prototype.patch=function(e,t){return this.method("PATCH",t,e)};e.prototype.head=function(e){return this.method("HEAD",e)};e.prototype.opts=function(e){return this.method("OPTIONS",e)};e.prototype.replay=function(e){return this.method(this._options.method,e)};e.prototype.body=function(e){return this.selfFactory({options:__assign$2(__assign$2({},this._options),{body:e})})};e.prototype.json=function(e){var t;var n=(t=Object.entries(this._options.headers||{}).find((function(e){var t=e[0],n=e[1];return t.toLowerCase()===CONTENT_TYPE_HEADER.toLowerCase()&&n.startsWith(JSON_MIME)})))===null||t===void 0?void 0:t[1];return this.content(n||JSON_MIME).body(JSON.stringify(e))};e.prototype.formData=function(e,t){if(t===void 0){t=false}return this.body(convertFormData(e,t))};e.prototype.formUrl=function(e){return this.body(typeof e==="string"?e:convertFormUrl(e)).content("application/x-www-form-urlencoded")};return e}();var appendQueryParams=function(e,t,n){var r;if(typeof t==="string"){r=t}else{var i=config.polyfill("URLSearchParams",{instance:true});for(var a in t){if(t[a]instanceof Array){for(var o=0,s=t[a];o<s.length;o++){var u=s[o];i.append(a,u)}}else{i.append(a,t[a])}}r=i.toString()}var l=e.split("?");if(n||l.length<2)return l[0]+"?"+r;return e+"&"+r};function convertFormData(e,t,n,r){if(t===void 0){t=false}if(n===void 0){n=config.polyfill("FormData",{instance:true})}if(r===void 0){r=[]}Object.entries(e).forEach((function(e){var i=e[0],a=e[1];var o=r.reduce((function(e,t){return e?e+"["+t+"]":t}),null);o=o?o+"["+i+"]":i;if(a instanceof Array){for(var s=0,u=a;s<u.length;s++){var l=u[s];n.append(o+"[]",l)}}else if(t&&typeof a==="object"&&(!(t instanceof Array)||!t.includes(i))){if(a!==null){convertFormData(a,t,n,__spreadArrays$2(r,[i]))}}else{n.append(o,a)}}));return n}function encodeQueryValue(e,t){return encodeURIComponent(e)+"="+encodeURIComponent(typeof t==="object"?JSON.stringify(t):""+t)}function convertFormUrl(e){return Object.keys(e).map((function(t){var n=e[t];if(n instanceof Array){return n.map((function(e){return encodeQueryValue(t,e)})).join("&")}return encodeQueryValue(t,n)})).join("&")}var factory=Wretcher.factory;factory["default"]=Wretcher.factory;function buildBackendApiClient(){var e=superSelectionAppService.jwt;var t=superSelectionAppService.profileId;var n=superSelectionAppService.accountIdOrDefault;var r=superSelectionAppService.partnerIdOrDefault;return factory(superSelectionAppService.apiBaseUrl).headers({Authorization:"Bearer "+e,"X-PROFILE-ID":t,"X-PARTNER-ID":r,"X-ACCOUNT-ID":n})}var SuperSelectionApi=function(){function e(){}e.prototype.getAustralianFundsAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,buildBackendApiClient().url("super-choice/australian-funds?"+this.toQueryString(e)).get().notFound((function(){throw new Error("Failed to fetch the list of australian super funds.")})).json()]}))}))};e.prototype.getAppStateAsync=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2,buildBackendApiClient().url("client-app-state").get().notFound((function(){throw new Error("Failed to fetch application configuration.")})).json()]}))}))};e.prototype.toQueryString=function(e){switch(e.type){case"partialMatch":return"search="+e.searchString+"&maxRecordCount="+e.maxRecordCount;case"usiMatch":return"usi="+e.usi}};return e}();var superSelectionApi=new SuperSelectionApi;var initialState={apiBaseUrl:Option.none,appBaseUrl:Option.none,profileId:Option.none,jwt:Option.none,superBuyer:Option.none,promotedFunds:Option.none,accountConfiguration:Option.none,hasSuccessPageBeenAcknowledged:false,hasSuperSelectionBeenSubmitted:false};var SuperSelectionAppService=function(){function e(){var e=this;var t=createStore(initialState),n=t.state,r=t.onChange;this._state=n;this._onChange=r;r("jwt",(function(t){e._state.profileId=_function.pipe(t,Option.chain((function(e){return Option.fromNullable(o(e).sub)})))}))}Object.defineProperty(e.prototype,"state",{get:function(){return this._state},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"onChange",{get:function(){return this._onChange},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"superBuyer",{get:function(){if(Option.isNone(this._state.superBuyer)){throw Error("User information is not set")}return this._state.superBuyer.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"apiBaseUrl",{get:function(){if(Option.isNone(this._state.apiBaseUrl)){throw Error("API base URL is not set")}return this._state.apiBaseUrl.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"appBaseUrl",{get:function(){if(Option.isNone(this._state.appBaseUrl)){throw Error("App base URL is not set")}return this._state.appBaseUrl.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"promotedFunds",{get:function(){if(Option.isNone(this._state.promotedFunds)){throw Error("Promoted Funds is not set")}return this._state.promotedFunds.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"profileId",{get:function(){if(Option.isNone(this._state.profileId)){throw Error("Failed to get Profile ID from JWT")}return this._state.profileId.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"defaultFundUsi",{get:function(){return _function.pipe(this._state.accountConfiguration,Option.map((function(e){return Option.fromNullable(e.defaultFundUsi)})),Option.flatten)},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"accountIdOrDefault",{get:function(){return _function.pipe(this._state.accountConfiguration,Option.map((function(e){return e.accountId})),Option.getOrElse((function(){return""})))},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"partnerIdOrDefault",{get:function(){return _function.pipe(this._state.superBuyer,Option.map((function(e){return e.partnerId})),Option.getOrElse((function(){return""})))},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"jwt",{get:function(){if(Option.isNone(this._state.jwt)){throw Error("No authentication information was found")}return this._state.jwt.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"showSmsfNotSupported",{get:function(){return _function.pipe(this._state.superBuyer,Option.map((function(e){return e.showSmsfNotSupported})),Option.getOrElse((function(){return false})))},enumerable:false,configurable:true});e.prototype.completeSuperSelectionFlow=function(){this._state.hasSuccessPageBeenAcknowledged=true};e.prototype.markSuperSelectionAsSubmitted=function(){this._state.hasSuperSelectionBeenSubmitted=true};e.prototype.loadAppStateAsync=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:return[4,superSelectionApi.getAppStateAsync()];case 1:e=t.sent();this._state.accountConfiguration=Option.fromNullable(e.accountConfiguration);this._state.superBuyer=Option.fromNullable(e.superBuyer);this._state.promotedFunds=Option.fromNullable(e.promotedFunds);return[2]}}))}))};return e}();var superSelectionAppService=new SuperSelectionAppService;var NavigationService=function(){function e(){}e.prototype.navigateInternally=function(e,t){var n=""+this.appBaseUrl+this.toRouteWithLeadingSlash(t);iframe.navigation(n);e.push(n)};e.prototype.toExternalUrl=function(e){var t=new URL(e);t.searchParams.append("_extnav","true");return t.href};Object.defineProperty(e.prototype,"appBaseUrl",{get:function(){var e=superSelectionAppService.appBaseUrl;return e.replace(/\/$/,"")},enumerable:false,configurable:true});e.prototype.toRouteWithLeadingSlash=function(e){return e.length>0&&e[0]==="/"?e:"/"+e};return e}();var navigationService=new NavigationService;var SuperSelectionAppRoutes;(function(e){e["ChoicePage"]="/";e["SlateJoin"]="/slate/join/";e["SlateStandardChoice"]="/slate/standard-choice/";e["PromotedFundJoin"]="/promoted-fund/join";e["PromotedFundStandardChoice"]="/promoted-fund/standard-choice/";e["MyOwnFund"]="/super-choice/my-own-fund/";e["SelfManagedFund"]="/super-choice/smsf/";e["DefaultFund"]="/super-choice/default/";e["Success"]="/success/"})(SuperSelectionAppRoutes||(SuperSelectionAppRoutes={}));var superSelectionAppStencilRoutes=[h("stencil-route",{exact:true,url:SuperSelectionAppRoutes.ChoicePage,component:"sss-super-choice-page"}),h("stencil-route",{url:SuperSelectionAppRoutes.SlateJoin,component:"sss-slate-join-page"}),h("stencil-route",{url:SuperSelectionAppRoutes.SlateStandardChoice,component:"sss-slate-standard-choice-page"}),h("stencil-route",{url:SuperSelectionAppRoutes.PromotedFundJoin,component:"sss-promoted-fund-join-page"}),h("stencil-route",{url:SuperSelectionAppRoutes.PromotedFundStandardChoice,component:"sss-promoted-fund-standard-choice-page"}),h("stencil-route",{url:SuperSelectionAppRoutes.MyOwnFund,component:"sss-my-own-fund"}),h("stencil-route",{url:SuperSelectionAppRoutes.SelfManagedFund,component:"sss-self-managed-fund"}),h("stencil-route",{url:SuperSelectionAppRoutes.DefaultFund,component:"sss-default-fund"}),h("stencil-route",{url:SuperSelectionAppRoutes.Success,component:"sss-success"})];var CustomFundTypes;(function(e){e["MyOwnFund"]="My Own Fund";e["DefaultFund"]="Default Fund";e["SelfManagedFund"]="Self Managed Fund"})(CustomFundTypes||(CustomFundTypes={}));var initialStateCustomFund={continueAllowed:false,nextRoute:"/",myOwnFundForm:{fundUsi:none,memberNumber:none,standardChoiceFormSignature:none},defaultFundForm:{standardChoiceFormSignature:""},selfManagedFundForm:{fundName:"",fundAbn:"",fundEsa:"",addressLine1:"",addressLine2:"",state:"",postcode:"",city:"",bankAccountName:"",bsb:"",bankAccountNumber:"",standardChoiceFormSignature:""},currentCustomFundType:CustomFundTypes.MyOwnFund,customFunds:[{label:CustomFundTypes.MyOwnFund,value:SuperSelectionAppRoutes.MyOwnFund},{label:CustomFundTypes.DefaultFund,value:SuperSelectionAppRoutes.DefaultFund},{label:CustomFundTypes.SelfManagedFund,value:SuperSelectionAppRoutes.SelfManagedFund}]};var _j=createStore(initialStateCustomFund),state=_j.state,reset=_j.reset;var customFundOptions=state.customFunds;var CustomFund=function(){function e(e){registerInstance(this,e);this.currentCustomFund=customFundOptions[0];this.fundOptionsList=customFundOptions}e.prototype.componentWillLoad=function(){var e="";if(window.location.pathname.includes(SuperSelectionAppRoutes.MyOwnFund))e=SuperSelectionAppRoutes.MyOwnFund;if(window.location.pathname.includes(SuperSelectionAppRoutes.DefaultFund))e=SuperSelectionAppRoutes.DefaultFund;if(window.location.pathname.includes(SuperSelectionAppRoutes.SelfManagedFund))e=SuperSelectionAppRoutes.SelfManagedFund;this.currentCustomFund=customFundOptions.find((function(t){return t.value===e}))||customFundOptions[0];navigationService.navigateInternally(this.history,e)};e.prototype.render=function(){var e=this;return h("div",{class:"container"},h("div",{class:"row justify-content-center"},h("div",{class:"col col-sm-10 col-md-7"},h("p",{class:"font-weight-bold text-center"},"Choose your Super"),h("div",{class:"mb-4"},h("select",{class:"form-control",required:true,onChange:function(t){e.handleChange(t.target.value.trim())}},this.fundOptionsList.map((function(t){return h("option",{value:t.value,selected:e.currentCustomFund.value===t.value},t.label)})))),h("slot",null))))};e.prototype.handleChange=function(e){var t=customFundOptions.find((function(t){return t.value===e}))||{value:SuperSelectionAppRoutes.MyOwnFund};navigationService.navigateInternally(this.history,t.value)};Object.defineProperty(e,"assetsDirs",{get:function(){return["assets"]},enumerable:false,configurable:true});return e}();injectHistory(CustomFund);var AustralianFundLookupService=function(){function e(){}e.prototype.searchFundsAsync=function(e,t){return superSelectionApi.getAustralianFundsAsync({type:"partialMatch",searchString:e,maxRecordCount:t})};e.prototype.getFundByUsiAsync=function(e){return __awaiter(this,void 0,void 0,(function(){var t;return __generator(this,(function(n){switch(n.label){case 0:return[4,superSelectionApi.getAustralianFundsAsync({type:"usiMatch",usi:e})];case 1:t=n.sent();if(t.length===1){return[2,Option.some(t[0])]}return[2,Option.none]}}))}))};return e}();var australianFundLookupService=new AustralianFundLookupService;var EventTrackingApi=function(){function e(){}Object.defineProperty(e,"Instance",{get:function(){return this.instance||(this.instance=new this)},enumerable:false,configurable:true});e.prototype.PostAnalyticsEventAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,buildBackendApiClient().url("analytics-events").post(e).res()]}))}))};return e}();var EventTrackingService=function(){function e(){this.eventTrackingApi=EventTrackingApi.Instance}Object.defineProperty(e,"Instance",{get:function(){return this.instance||(this.instance=new this)},enumerable:false,configurable:true});e.prototype.TrackFinancialProductViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({FinancialProductViewed:e})]}))}))};e.prototype.TrackSuperFundPdsViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundPdsViewed:e})]}))}))};e.prototype.TrackFinancialProductAcceptedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({FinancialProductAccepted:e})]}))}))};e.prototype.TrackFinancialProductRejectedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({FinancialProductRejected:e})]}))}))};e.prototype.TrackSuperFundPrivacyConfirmationAcceptedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundPrivacyConfirmationAccepted:e})]}))}))};e.prototype.TrackPromotedSuperFundDetailViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundDetailViewed:{PromotedFund:e}})]}))}))};e.prototype.TrackMyOwnSuperFundDetailViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundDetailViewed:{MyOwnFund:e}})]}))}))};e.prototype.TrackSmsfSuperFundDetailViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundDetailViewed:{Smsf:e}})]}))}))};e.prototype.TrackDefaultSuperFundDetailViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundDetailViewed:{DefaultFund:e}})]}))}))};e.prototype.TrackSuperFundPanelViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundPanelViewed:e})]}))}))};e.prototype.trackEventAsync=function(e){return __awaiter(this,void 0,void 0,(function(){var t;return __generator(this,(function(n){switch(n.label){case 0:n.trys.push([0,2,,3]);return[4,this.eventTrackingApi.PostAnalyticsEventAsync({event:e})];case 1:n.sent();return[3,3];case 2:t=n.sent();return[2];case 3:return[2]}}))}))};return e}();var initialState$1={items:[]};var NotificationsService=function(){function e(){var e=createStore(initialState$1).state;this._state=e}Object.defineProperty(e.prototype,"state",{get:function(){return this._state},enumerable:false,configurable:true});e.prototype.closeCurrent=function(){var e=__spreadArrays(this._state.items);e.shift();this._state.items=e};e.prototype.clearNotifications=function(){this._state.items=[]};e.prototype.showErrorNotification=function(e,t){this.pushNotification(e,t!==null&&t!==void 0?t:0,"danger")};e.prototype.showInfoNotification=function(e,t){this.pushNotification(e,t!==null&&t!==void 0?t:0,"info")};e.prototype.showWarningNotification=function(e,t){this.pushNotification(e,t!==null&&t!==void 0?t:0,"warning")};e.prototype.showSuccessNotification=function(e,t){this.pushNotification(e,t!==null&&t!==void 0?t:0,"success")};e.prototype.pushNotification=function(e,t,n){var r=__spreadArrays(this._state.items);r.push({details:e,type:n,priority:t});this._state.items=r.sort((function(e,t){return t.priority-e.priority}))};return e}();var notificationsService=new NotificationsService;var CustomFundChoiceApi=function(){function e(){}e.prototype.submitDefaultFundChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,buildBackendApiClient().url("super-choice/default").post(e).badRequest((function(){throw new Error("Failed to process default fund join request")})).text()]}))}))};e.prototype.submitCustomFundChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,buildBackendApiClient().url("super-choice/custom-fund").post(e).badRequest((function(){throw new Error("Failed to process custom fund join request")})).text()]}))}))};e.prototype.submitSelfManagedFundChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,buildBackendApiClient().url("super-choice/smsf").post(e).badRequest((function(){throw new Error("Failed to process SMSF choice request")})).text()]}))}))};return e}();var customFundChoiceApi=new CustomFundChoiceApi;var DefaultFund=function(){function e(e){registerInstance(this,e);this.defaultFundProductName="Loading fund...";this.eventTrackingService=EventTrackingService.Instance}e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t;return __generator(this,(function(n){switch(n.label){case 0:e=superSelectionAppService.defaultFundUsi;if(Option.isNone(e)){return[2]}this.isDefaultFundExists=true;return[4,australianFundLookupService.getFundByUsiAsync(e.value)];case 1:t=n.sent();if(Option.isNone(t)){this.isInvalidDefaultFund=true;notificationsService.showErrorNotification({title:"Something is not right",description:"Couldn't find information about the configured default fund (USI "+e.value+")"});return[2]}this.defaultFund=t.value;this.defaultFundProductName=t.value.productName;return[2]}}))}))};e.prototype.componentDidLoad=function(){return this.eventTrackingService.TrackDefaultSuperFundDetailViewedAsync({fundUsi:this.defaultFund.usi,fundName:this.defaultFund.productName,promotedFundsShown:superSelectionAppService.promotedFunds})};e.prototype.render=function(){var e=this;var t=function(){return h("div",{class:"card p-4"},h("p",{class:"font-weight-bold"},"No Default Fund"),h("p",{class:"mb-4 small"},"It looks like your employer has not yet defined a default fund. Please contact them if you wish to choose your company's default fund."))};var n=function(e){return[h("div",{class:"card p-4"},h("p",{class:"font-weight-bold"},"Default Fund"),h("p",{class:"mb-4 small"},"Almost there... all you have to do now is review the fund below, complete and sign the super choice form and save. Your application to join the fund is subject to Trustee approval."),h("p",{class:"font-weight-bold mt-3"},"Default Fund Name"),h("p",null,e.defaultFundName)),h("sss-standard-choice-form",{onStandardChoiceFormSignatureUpdated:function(e){state.defaultFundForm=Object.assign(Object.assign({},state.defaultFundForm),e.detail)}})]};return h(Host,{class:"d-flex flex-fill"},h("sss-custom-fund",{class:"flex-fill"},h("form",{noValidate:true,onSubmit:function(e){return e.preventDefault()},class:{"was-validated":this.formState==="validated"},ref:function(t){return e.formElement=t}},this.isDefaultFundExists?h(n,{defaultFundName:this.defaultFundProductName}):h(t,null)),h("div",{class:"mt-4"},h("sss-notifications-section",null)),h("div",{class:"d-flex mt-4"},h("div",{class:"flex-grow-1 w-50"},h("div",{class:"mr-2"},h("fl-button",{onClick:function(){return navigationService.navigateInternally(e.history,SuperSelectionAppRoutes.ChoicePage)},isBlockElement:true,variant:"secondary"},h("span",null,"Back")))),h("div",{class:"flex-grow-1 w-50"},this.isDefaultFundExists&&h("div",{class:"ml-2"},h("fl-promise-button",{isBlockElement:true,disabled:this.isInvalidDefaultFund,promiseFn:function(){return e.handleSubmitForm()}},h("span",null,"Save and continue")))))))};e.prototype.handleSubmitForm=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:if(this.isInvalidDefaultFund){return[2]}this.formState="validated";if(!this.formElement.checkValidity())return[3,2];return[4,customFundChoiceApi.submitDefaultFundChoiceAsync(state.defaultFundForm)];case 1:e.sent();superSelectionAppService.markSuperSelectionAsSubmitted();navigationService.navigateInternally(this.history,SuperSelectionAppRoutes.Success);e.label=2;case 2:return[2]}}))}))};return e}();var footerSectionCss="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.ss-footer-logo{max-width:7rem}";var FooterSection=function(){function e(e){registerInstance(this,e)}e.prototype.render=function(){return h("div",{class:"container mb-sm-0"},h("div",{class:"row justify-content-center pt-3 mt-3 mb-3 border-top"},h("div",{class:"text-decoration-none"},h("p",{class:"mt-3 small text-center mb-1 text-muted"},"Powered by Flare"))),h("div",{class:"row justify-content-center pb-sm-0 px-3 px-sm-0 text-center"},h("p",{class:"text-muted small"},"This page contains factual information only and does not take into account your particular objectives, financial circumstances or needs. If you have questions or need help making a decision about your super fund, you should speak to a licensed financial advice provider. You should consider the relevant super fund's PDS and TMD (if applicable) in deciding whether to apply to join the super fund. Each of the advertised fund's PDS and TMD (if applicable) can be found in their advertisements above. If you are considering joining another fund you can find the PDS and TMD on the fund's website. Your employer and Flare do not endorse or accept responsibility for any financial product advice or services provided by the promoters or trustees of the advertised superannuation funds. Flare do not endorse or accept responsibility for any of their content shown about any of the advertised superannuation funds as they are merely passing on the content as provided without any changes. Flare do not express any opinion or make any recommendation about any of the advertised funds.")),h("div",{class:"row justify-content-end my-1 px-3 px-sm-0"},this.appVersionBadge()))};e.prototype.appVersionBadge=function(){return h("small",{style:{opacity:"0.5"},class:"text-muted"},"Powered by Flare, v",AppVersion)};return e}();FooterSection.style=footerSectionCss;var LoadingPage=function(){function e(e){registerInstance(this,e)}e.prototype.render=function(){return h(Host,{class:"d-flex flex-column justify-content-center align-items-center flex-grow-1"},h("h5",null,"Loading your superannuation step"),h("fl-loading-indicator",null))};return e}();var MyOwnFund=function(){function e(e){registerInstance(this,e);this.isNotAllInformationProvidedMessageVisible=false;this.eventTrackingService=EventTrackingService.Instance}e.prototype.componentDidLoad=function(){return this.eventTrackingService.TrackMyOwnSuperFundDetailViewedAsync({promotedFundsShown:superSelectionAppService.promotedFunds})};e.prototype.render=function(){var e=this;return h(Host,{class:"d-flex flex-fill"},h("sss-custom-fund",{class:"flex-fill"},h("form",{noValidate:true,onSubmit:function(e){return e.preventDefault()},class:{"was-validated":this.formState==="validated"},ref:function(t){return e.formElement=t}},h("div",{class:"card p-4"},h("p",{class:"font-weight-bold"},"Fund details"),h("p",{class:"text-warning mb-4 small"},"Make sure you are already a member of the fund before completing this step."),h("sss-my-own-fund-inputs",{myOwnFundForm:state.myOwnFundForm,onFormChanged:function(t){state.myOwnFundForm=Object.assign(Object.assign({},state.myOwnFundForm),t.detail);e.isNotAllInformationProvidedMessageVisible=false}})),h("sss-standard-choice-form",{onStandardChoiceFormSignatureUpdated:function(e){state.myOwnFundForm=Object.assign(Object.assign({},state.myOwnFundForm),{standardChoiceFormSignature:fromNullable(e.detail.standardChoiceFormSignature)})}})),h("div",{class:"mt-4"},h("sss-notifications-section",null)),this.isNotAllInformationProvidedMessageVisible&&h("div",{class:"mt-4 alert alert-danger",role:"alert"},"All fields are required to complete submission. Make sure you have selected a fund."),h("div",{class:"d-flex mt-4"},h("div",{class:"flex-grow-1 w-50"},h("div",{class:"mr-2"},h("fl-button",{onClick:function(){return navigationService.navigateInternally(e.history,SuperSelectionAppRoutes.ChoicePage)},isBlockElement:true,variant:"secondary"},h("span",null,"Back")))),h("div",{class:"flex-grow-1 w-50"},h("div",{class:"ml-2"},h("fl-promise-button",{isBlockElement:true,promiseFn:function(){return e.handleSubmitForm()}},h("span",null,"Save and continue")))))))};e.prototype.handleSubmitForm=function(){return __awaiter(this,void 0,void 0,(function(){var e,t;return __generator(this,(function(n){switch(n.label){case 0:this.formState="validated";if(!this.formElement.checkValidity()){return[2]}e=isSome(state.myOwnFundForm.fundUsi)&&isSome(state.myOwnFundForm.memberNumber)&&isSome(state.myOwnFundForm.standardChoiceFormSignature);if(!e){this.isNotAllInformationProvidedMessageVisible=true;return[2]}t={fundUsi:this.getOrError(state.myOwnFundForm.fundUsi),memberNumber:this.getOrError(state.myOwnFundForm.memberNumber),standardChoiceFormSignature:this.getOrError(state.myOwnFundForm.standardChoiceFormSignature)};return[4,customFundChoiceApi.submitCustomFundChoiceAsync(t)];case 1:n.sent();superSelectionAppService.markSuperSelectionAsSubmitted();navigationService.navigateInternally(this.history,SuperSelectionAppRoutes.Success);return[2]}}))}))};e.prototype.getOrError=function(e){return _function.pipe(e,getOrElse((function(){throw new Error("Option value is none.")})))};Object.defineProperty(e,"assetsDirs",{get:function(){return["assets"]},enumerable:false,configurable:true});return e}();injectHistory(MyOwnFund);var MyOwnFundInputs=function(){function e(e){var t=this;registerInstance(this,e);this.formChanged=createEvent(this,"formChanged",7);this.MIN_SEARCH_STRING_LENGTH=3;this.MAX_RECORD_COUNT=10;this.searchFundsAsync=function(e){return __awaiter(t,void 0,void 0,(function(){var t;return __generator(this,(function(n){switch(n.label){case 0:return[4,australianFundLookupService.searchFundsAsync(e,this.MAX_RECORD_COUNT)];case 1:t=n.sent();return[2,t.sort((function(e,t){return e.productName.localeCompare(t.productName)})).map((function(e){return{label:e.productName+" ("+e.usi+")",value:e.usi}}))]}}))}))}}e.prototype.render=function(){var e=this;return h("div",null,h("div",{class:""},h("label",{class:"mb-2 font-weight-bold"},"Superannuation Fund Name"),h("fl-dropdown-async",{searchFunction:this.searchFundsAsync,minSearchStringLength:this.MIN_SEARCH_STRING_LENGTH,required:true,requiredValidationMessage:"Select a fund",placeholder:"Search by name or USI (type at least "+this.MIN_SEARCH_STRING_LENGTH+" characters)",value:this.selectedOption,onValueChanged:function(t){e.selectedOption=t.detail;e.updateFundUsi(t.detail.value.toString())}}),h("div",{class:"invalid-feedback"},"Select a fund"),isSome(this.myOwnFundForm.fundUsi)&&h("div",null,h("label",{class:"mb-2 mt-3 font-weight-bold"},"Superannuation Fund USI"),h("p",{class:"mb-0"},this.myOwnFundForm.fundUsi.value),h("p",{class:"small mt-1"},"Please ensure this is the correct fund USI as some funds have similar names"))),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Member Number"),h("input",{placeholder:"Enter your member number",type:"text",class:"form-control",required:true,pattern:"[A-Za-z0-9]{4,16}",name:"memberNumber",id:"memberNumber",value:toUndefined(state.myOwnFundForm.memberNumber),onChange:function(t){return e.updateMemberNumber(t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid member number (only numbers and / or letters)")))};e.prototype.updateFundUsi=function(e){this.formChanged.emit({fundUsi:some(e)})};e.prototype.updateMemberNumber=function(e){this.formChanged.emit({memberNumber:some(e)})};return e}();var NotificationsSection=function(){function e(e){registerInstance(this,e)}e.prototype.disconnectedCallback=function(){notificationsService.clearNotifications()};e.prototype.render=function(){var e=notificationsService.state.items;if(e.length<=0)return h(Host,null);var t=e[0];var n="alert alert-"+t.type;return h("div",{class:n,role:"alert"},h("div",{class:"d-flex"},h("p",{class:"mb-0 flex-grow-1"},h("strong",null,e[0].details.title)),h("button",{onClick:this.handleClose,type:"button",class:"close pb-1","aria-label":"Close"},h("span",{"aria-hidden":"true"},"×"))),h("p",{class:"mb-0 mt-1"},e[0].details.description))};e.prototype.handleClose=function(){notificationsService.closeCurrent()};return e}();var initial={fundId:"",memberNumber:"",usi:"",standardChoiceFormSignature:""};var state$1=createStore(initial).state;var PromotedFundJoinIFrameBuilder=function(){function e(){var e=this;this.hostIsLocalSuperSelection=function(){return window.location.origin=="http://localhost:7100"};this.environmentDiscriminator=function(){return e.hostIsLocalSuperSelection()?"autodev-partner":window.location.hostname.toLowerCase().split(".")[0]};this.promotedFundJoinAppUrl=function(){return"https://"+e.environmentDiscriminator()+".flarehr.com/promoted-fund-join/embed/v1.0/web"}}e.prototype.build=function(e,t){if(!(e===null||e===void 0?void 0:e.contentDocument))return;var n=Object.assign(Object.assign({},this.getMemberData()),{partnerId:superSelectionAppService.partnerIdOrDefault,accountId:superSelectionAppService.accountIdOrDefault,fundId:state$1.fundId,authToken:superSelectionAppService.jwt});var r=function(n){var i=n.data;if(!i){return}if(i.sender==="promoted-fund-redirect"){window.removeEventListener("message",r);switch(i.type){case"cancel":navigationService.navigateInternally(t,SuperSelectionAppRoutes.ChoicePage);break;case"success":if(i.memberNumber){state$1.memberNumber=i.memberNumber;state$1.usi=i.usi.replace(/ /g,"");navigationService.navigateInternally(t,SuperSelectionAppRoutes.PromotedFundStandardChoice);break}default:navigationService.navigateInternally(t,SuperSelectionAppRoutes.ChoicePage);break}return}if(i.sender==="promoted-fund-join"){switch(i.type){case"contentResized":e.height=i.height>0?i.height:e.height;e.width=i.width>0?i.width:e.width;break;case"pageNavigated":window.scroll(e.offsetLeft,e.offsetTop);iframe.navigation(window.location.href);break}}};window.addEventListener("message",r);var i=e.contentDocument;i.open();var a=i.createElement("form");a.method="POST";a.target="_self";a.action=this.promotedFundJoinAppUrl();var o;for(o in n){var s=n[o];if(s!==undefined){var u=document.createElement("input");u.type="hidden";u.name=o;u.value=s;a.append(u)}}i.appendChild(a);i.close();a.submit()};e.prototype.getMemberData=function(){var e,t;var n=superSelectionAppService.superBuyer;return{title:n.userProfile.title,firstName:n.userProfile.firstName,middleName:n.userProfile.middleName,lastName:n.userProfile.lastName,dateOfBirth:n.userProfile.dateOfBirth,gender:n.userProfile.gender,email:n.userProfile.email,mobilePhone:n.userProfile.mobilePhone,taxFileNumber:(e=n.tfn)!==null&&e!==void 0?e:"",addressLine1:n.userProfile.address.addressLine1,addressLine2:(t=n.userProfile.address.addressLine2)!==null&&t!==void 0?t:"",city:n.userProfile.address.city,state:n.userProfile.address.state,postCode:n.userProfile.address.postcode}};return e}();var PromotedFundJoinIFrameBuilder$1=new PromotedFundJoinIFrameBuilder;var PromotedFundJoinPage=function(){function e(e){registerInstance(this,e)}e.prototype.componentDidLoad=function(){PromotedFundJoinIFrameBuilder$1.build(this.iframeElement,this.history)};e.prototype.render=function(){var e=this;return h(Host,{class:"d-flex flex-fill"},h("iframe",{width:"100%",height:window.innerHeight,style:{border:"none"},ref:function(t){return e.iframeElement=t}}))};return e}();var PromotedFundChoiceApi=function(){function e(){}e.prototype.submitChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,buildBackendApiClient().url("super-choice/promoted-fund").post(e).badRequest((function(){throw new Error("Failed to process Promoted Fund choice request")})).text()]}))}))};return e}();var promotedFundChoiceApi=new PromotedFundChoiceApi;var PromotedFundStandardChoicePage=function(){function e(e){registerInstance(this,e)}e.prototype.render=function(){var e=this;return h(Host,{class:"d-flex flex-fill"},h("div",{class:"container"},h("div",{class:"row justify-content-center"},h("div",{class:"col col-sm-10 col-md-7"},h("div",null,h("div",null,"You're almost done, simply sign the Standard Choice Form below to finalise your superannuation choice."),h("form",{noValidate:true,onSubmit:function(e){return e.preventDefault()},class:{"was-validated":this.formState==="validated"},ref:function(t){return e.formElement=t}},h("sss-standard-choice-form",{onStandardChoiceFormSignatureUpdated:function(e){state$1.standardChoiceFormSignature=e.detail.standardChoiceFormSignature}})),h("div",{class:"d-flex mt-4"},h("div",{class:"flex-grow-1 w-50"},h("div",{class:"ml-2"},h("fl-promise-button",{isBlockElement:true,promiseFn:function(){return e.handleSubmitForm()}},h("span",null,"Save and continue"))))))))))};e.prototype.handleSubmitForm=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:this.formState="validated";if(!this.formElement.checkValidity())return[3,2];return[4,promotedFundChoiceApi.submitChoiceAsync(Object.assign(Object.assign({},state$1),{shownFunds:superSelectionAppService.promotedFunds}))];case 1:e.sent();superSelectionAppService.markSuperSelectionAsSubmitted();navigationService.navigateInternally(this.history,SuperSelectionAppRoutes.Success);e.label=2;case 2:return[2]}}))}))};return e}();var selectedSuperChoiceSectionCss="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.picked-block{background-color:var(--fl-color-primary);border-top-right-radius:3px;right:0;top:0}.picked-box-border{border:2px solid var(--fl-color-primary)}";var SelectedSuperChoiceSection=function(){function e(e){registerInstance(this,e)}e.prototype.render=function(){return h(Host,{class:"bg-white rounded-sm picked-box-border p-3"},h("div",{class:"d-flex"},h("div",{class:"flex-grow-1 font-weight-bold"},this.fundType),h("div",{class:"px-3 py-2 text-white picked-block position-absolute"},"You picked")),h("div",null,this.fundName))};return e}();SelectedSuperChoiceSection.style=selectedSuperChoiceSectionCss;var SelfManagedFund=function(){function e(e){var t=this;registerInstance(this,e);this.showSmsfNotSupported=false;this.eventTrackingService=EventTrackingService.Instance;this.success=function(){superSelectionAppService.markSuperSelectionAsSubmitted();navigationService.navigateInternally(t.history,SuperSelectionAppRoutes.Success)}}e.prototype.componentDidLoad=function(){return this.eventTrackingService.TrackSmsfSuperFundDetailViewedAsync({promotedFundsShown:superSelectionAppService.promotedFunds})};e.prototype.render=function(){var e=this;return h(Host,{class:"d-flex flex-fill"},h("sss-custom-fund",{class:"flex-fill"},h("form",{noValidate:true,onSubmit:function(e){return e.preventDefault()},class:{"was-validated":this.formState==="validated"},ref:function(t){return e.formElement=t}},h("div",{class:"card p-4"},h("p",{class:"font-weight-bold"},"Fund details"),h("p",{class:"text-warning mb-4 small"},"Make sure you are already a member of the fund before completing this step."),h("sss-self-managed-fund-inputs",{fundForm:state.selfManagedFundForm,onFormChanged:function(e){state.selfManagedFundForm=Object.assign(Object.assign({},state.selfManagedFundForm),e.detail)}})),h("sss-standard-choice-form",{onStandardChoiceFormSignatureUpdated:function(e){state.selfManagedFundForm=Object.assign(Object.assign({},state.selfManagedFundForm),e.detail)}}),this.showSmsfNotSupported&&h("sss-smsf-not-supported-dialog",{ref:function(t){return e.notSupportedDialog=t},onContinue:this.success})),h("div",{class:"mt-4"},h("sss-notifications-section",null)),h("div",{class:"d-flex mt-4"},h("div",{class:"flex-grow-1 w-50"},h("div",{class:"mr-2"},h("fl-button",{onClick:function(){return navigationService.navigateInternally(e.history,SuperSelectionAppRoutes.ChoicePage)},isBlockElement:true,variant:"secondary"},h("span",null,"Back")))),h("div",{class:"flex-grow-1 w-50"},h("div",{class:"ml-2"},h("fl-promise-button",{isBlockElement:true,promiseFn:function(){return e.handleSubmitForm()}},h("span",null,"Save and continue")))))))};e.prototype.componentDidRender=function(){var e;this.showSmsfNotSupported&&((e=this.notSupportedDialog)===null||e===void 0?void 0:e.scrollIntoView())};e.prototype.handleSubmitForm=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:this.formState="validated";if(!this.formElement.checkValidity())return[3,2];e={smsfChoice:{abn:state.selfManagedFundForm.fundAbn,fundName:state.selfManagedFundForm.fundName,fundAddress:{addressLine1:state.selfManagedFundForm.addressLine1,addressLine2:state.selfManagedFundForm.addressLine2,city:state.selfManagedFundForm.city,state:state.selfManagedFundForm.state,postcode:state.selfManagedFundForm.postcode},bsb:state.selfManagedFundForm.bsb,bankAccountName:state.selfManagedFundForm.bankAccountName,bankAccountNumber:state.selfManagedFundForm.bankAccountNumber,electronicServiceAddress:state.selfManagedFundForm.fundEsa},standardChoiceFormSignature:state.selfManagedFundForm.standardChoiceFormSignature};return[4,customFundChoiceApi.submitSelfManagedFundChoiceAsync(e)];case 1:t.sent();if(superSelectionAppService.showSmsfNotSupported){this.showSmsfNotSupported=true}else{this.success()}t.label=2;case 2:return[2]}}))}))};return e}();injectHistory(SelfManagedFund);var bsbNumbers={"01":"Australia and New Zealand Banking Group","03":"Westpac Banking Corporation",73:"Westpac Banking Corporation","06":"Commonwealth Bank of Australia",76:"Commonwealth Bank of Australia","08":"National Australia Bank",78:"National Australia Bank","09":"Reserve Bank of Australia",10:"BankSA (division of Westpac Bank)",11:"St George Bank (division of Westpac Bank)",33:"St George Bank (division of Westpac Bank)",12:"Bank of Queensland",14:"Rabobank",15:"Town & Country Bank",18:"Macquarie Bank",19:"Bank of Melbourne (division of Westpac Bank)",55:"Bank of Melbourne (division of Westpac Bank)",21:"JP Morgan Chase Bank",22:"BNP Paribas",23:"Bank of America",24:"Citibank & Citibank NA",510:"Citibank & Citibank NA",25:"BNP Paribas Securities",26:"Bankers Trust Australia (division of Westpac Bank)",29:"MUFG Bank",30:"Bankwest (division of Commonwealth Bank)",31:"Bank Australia",325:"Beyond Bank",34:"HSBC Bank Australia",985:"HSBC Bank Australia",35:"Bank of China",980:"Bank of China",40:"Commonwealth Bank of Australia",41:"Deutsche Bank",42:"Commonwealth Bank of Australia",52:"Commonwealth Bank of Australia",45:"OCBC Bank",46:"Advance Bank (division of Westpac Bank)",47:"Challenge Bank (division of Westpac Bank)",48:"Suncorp-Metway",664:"Suncorp-Metway",512:"Community First Credit Union",514:"RACQ Bank",517:"Volt Bank",533:"Bananacoast Community Credit Union",57:"Australian Settlements",61:"Adelaide Bank (division of Bendigo and Adelaide Bank)",611:"Endeavour Mutual Bank",823:"Endeavour Mutual Bank",630:"Greater Bank",637:"Greater Bank",632:"B&E",633:"Bendigo Bank",634:"Uniting Financial Services",638:"Heritage Bank",880:"Heritage Bank",639:"Home Building Society (division of Bank of Queensland)",640:"Hume Bank",641:"IMB",647:"IMB",642:"Australian Military Bank",645:"Auswide Bank",656:"Auswide Bank",646:"Maitland Mutual Building Society",650:"Newcastle Permanent Building Society",653:"Pioneer Permanent Building Society (division of Bank of Queensland)",654:"Queensland Country Credit Union",655:"The Rock",659:"G&C Mutual Bank",676:"Gateway Bank",70:"Indue",721:"Holiday Coast Credit Union",722:"Southern Cross Credit Union",723:"Bank of Heritage Isle",724:"MOVE",728:"Summerland Credit Union",777:"Police & Nurse",80:"Cuscal",670:"Cuscal",812:"Teachers Mutual Bank",813:"Capricornian",814:"Credit Union Australia",815:"Police Bank",817:"Warwick Credit Union",818:"Bank of Communications",819:"Industrial & Commercial Bank of China",824:"Sutherland Credit Union",825:"Big Sky Building Society",833:"Defence Bank",882:"Unity Bank",888:"China Construction Bank",90:"Australia Post",911:"Sumitomo Mitsui Banking Corporation",913:"State Street Bank & Trust Company",917:"Arab Bank Australia",918:"Mizuho Bank",922:"United Overseas Bank",923:"ING Bank",936:"ING Bank",931:"Mega International Commercial Bank",932:"Regional Australia Bank",939:"AMP Bank",941:"Delphi Bank (division of Bendigo and Adelaide Bank)",942:"Bank of Sydney",943:"Taiwan Business Bank",944:"Members Equity Bank",946:"UBS AG",951:"BOQ Specialist",969:"Tyro Payments"};var SelfManagedFundInputs=function(){function e(e){registerInstance(this,e);this.formChanged=createEvent(this,"formChanged",7);this.currentBank=none;this.stateOptions=[{value:"NSW",label:"NSW"},{value:"QLD",label:"QLD"},{value:"ACT",label:"ACT"},{value:"VIC",label:"VIC"},{value:"TAS",label:"TAS"},{value:"WA",label:"WA"},{value:"SA",label:"SA"},{value:"NT",label:"NT"}];this.bsbRegex=new RegExp(/^[0-9]{3}[0-9]{3}$/);this.bankAccountNumberRegex=new RegExp(/^[0-9]{2,10}$/)}e.prototype.render=function(){var e=this;return h("div",null,h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Fund name *"),h("input",{placeholder:"Enter your fund name",type:"text",class:"form-control",required:true,minlength:"2",name:"fundName",id:"fundName",value:state.selfManagedFundForm.fundName,onChange:function(t){return e.updateFormField("fundName",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid fund name")),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Fund ABN *"),h("input",{placeholder:"Enter your fund ABN",type:"text",class:"form-control",required:true,minlength:"2",name:"fundAbn",id:"fundAbn",value:state.selfManagedFundForm.fundAbn,onChange:function(t){return e.updateFormField("fundAbn",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid fund ABN")),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Electronic service address alias (ESA) *"),h("input",{placeholder:"Enter your ESA",type:"text",class:"form-control",required:true,minlength:"2",name:"fundEsa",id:"fundEsa",value:state.selfManagedFundForm.fundEsa,onChange:function(t){return e.updateFormField("fundEsa",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid fund ESA")),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Address line 1 *"),h("input",{placeholder:"Enter your address",type:"text",class:"form-control",required:true,minlength:"2",name:"addressLine1",id:"addressLine1",value:state.selfManagedFundForm.addressLine1,onChange:function(t){return e.updateFormField("addressLine1",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid address")),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Address line 2 (optional)"),h("input",{placeholder:"Enter your address",type:"text",class:"form-control",name:"addressLine2",id:"addressLine2",value:state.selfManagedFundForm.addressLine2,onChange:function(t){return e.updateFormField("addressLine2",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid address")),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"City/suburb *"),h("input",{placeholder:"Enter your city",type:"text",class:"form-control",name:"city",required:true,id:"city",value:state.selfManagedFundForm.city,onChange:function(t){return e.updateFormField("city",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid city/suburb *")),h("div",{class:"mt-3"},h("label",{class:"mb-2 font-weight-bold"},"State *"),h("select",{class:"form-control",name:"state",required:true,id:"state",onChange:function(t){e.updateFormField("state",t.target.value.trim())}},h("option",{disabled:true,selected:!this.fundForm.state,value:""},"Select a state"),this.stateOptions.map((function(t){return h("option",{value:t.value,selected:e.fundForm.state===t.value},t.label)}))),h("div",{class:"invalid-feedback"},"Select a state")),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Post code *"),h("input",{placeholder:"Enter your post code",type:"text",required:true,class:"form-control",name:"postcode",minlength:"4",maxlength:"4",pattern:"[0-9]{4}",id:"postcode",value:state.selfManagedFundForm.postcode,onChange:function(t){return e.updateFormField("postcode",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid post code")),h("div",null,h("i",{class:"fas fa-check-circle"})),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"BSB *"),h("input",{placeholder:"Enter your BSB",type:"text",required:true,class:"form-control",name:"bsb",id:"bsb",minlength:"6",maxlength:"7",onKeyUp:function(t){return e.updateCurrentBank(t)},pattern:this.bsbRegex.source,value:state.selfManagedFundForm.bsb}),isSome(this.currentBank)&&h("p",{class:"mt-3"},h("strong",null,"Bank name"),h("br",null),h("span",{class:"ml-2"},this.currentBank.value)),h("div",{class:"invalid-feedback"},"Enter a valid BSB")),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Bank account name *"),h("input",{placeholder:"Enter your bank account name",type:"text",required:true,class:"form-control",name:"bankAccountName",minlength:"2",id:"bankAccountName",value:state.selfManagedFundForm.bankAccountName,onChange:function(t){return e.updateFormField("bankAccountName",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid bank account name")),h("div",{class:"mt-4"},h("label",{class:"mb-2 font-weight-bold"},"Bank account number *"),h("input",{placeholder:"Enter your bank account number",type:"text",required:true,class:"form-control",name:"bankAccountNumber",id:"bankAccountNumber",minlength:"2",maxlength:"11",pattern:this.bankAccountNumberRegex.source,value:state.selfManagedFundForm.bankAccountNumber,onKeyUp:function(t){return e.updateCurrentBankAccountNumber(t)},onChange:function(t){return e.updateFormField("bankAccountNumber",t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Enter a valid bank account number")))};e.prototype.updateFormField=function(e,t){var n;this.formChanged.emit((n={},n[e]=t,n))};e.prototype.filterDigits=function(e){return e.replace(/[^0-9]/g,"")};e.prototype.updateCurrentBank=function(e){var t=this.filterDigits(e.target.value);var n=t.substring(0,2);var r=t.substring(0,3);var i=bsbNumbers[n];var a=bsbNumbers[r];if(i)this.currentBank=some(i);if(a)this.currentBank=some(a);if(t==="")this.currentBank=none;this.updateFormField("bsb",t)};e.prototype.updateCurrentBankAccountNumber=function(e){var t=this.filterDigits(e.target.value);this.updateFormField("bankAccountNumber",t)};return e}();var __decorate=undefined&&undefined.__decorate||function(e,t,n,r){var i=arguments.length,a=i<3?t:r===null?r=Object.getOwnPropertyDescriptor(t,n):r,o;if(typeof Reflect==="object"&&typeof Reflect.decorate==="function")a=Reflect.decorate(e,t,n,r);else for(var s=e.length-1;s>=0;s--)if(o=e[s])a=(i<3?o(a):i>3?o(t,n,a):o(t,n))||a;return i>3&&a&&Object.defineProperty(t,n,a),a};var AuthenticationState;(function(e){e[e["Unauthorized"]=0]="Unauthorized";e[e["Authenticated"]=1]="Authenticated";e[e["Error"]=2]="Error"})(AuthenticationState||(AuthenticationState={}));var ReactNativeInteropMode=function(){function e(){}return e}();function createInitialState(){return{authenticationState:AuthenticationState.Unauthorized,jwt:none,reactNativeInterop:none,iframeInterop:none,appConfiguration:none}}var SessionStore=function(e){__extends(t,e);function t(){return e.call(this,createInitialState())||this}return t}(Store);SessionStore=__decorate([StoreConfig({name:"sss-session",resettable:true})],SessionStore);var sessionStore=new SessionStore;var InteropQuery=function(e){__extends(t,e);function t(t){var n=e.call(this,t)||this;n.store=t;return n}t.prototype.isReactNativeInteropEnabled=function(){return isSome(this.getValue().reactNativeInterop)};t.prototype.isIframeInteropEnabled=function(){return isSome(this.getValue().iframeInterop)};t.prototype.getIframeInteropMode=function(){var e=this.getValue().iframeInterop;if(isNone(e)){throw Error("Failed to get iframe interop information: no data in store")}if(!this.isIframeInteropEnabled()){throw Error("Failed to get iframe interop information: iframe mode is disabled")}return e.value};return t}(Query);var interopQuery=new InteropQuery(sessionStore);var initialSlateSuper={slateFundForm:{memberNumber:"",standardChoiceFormSignature:"",shownFunds:[]}};var state$2=createStore(initialSlateSuper).state;var SlateIFrameBuilder=function(){function e(){var e=this;this.hostIsLocalSuperSelection=function(){return window.location.origin=="http://localhost:7100"};this.hostIsDeployed=function(){return window.location.origin.endsWith("partner.flarehr.com")};this.skipConsolidation=function(){return interopQuery.isReactNativeInteropEnabled()?"true":"false"};this.skipInsurance=function(){return interopQuery.isReactNativeInteropEnabled()?"true":"false"};this.environmentDiscriminator=function(){var e=window.location.hostname.toLowerCase().split(".")[0];switch(e){case"autodev-partner":case"test-partner":case"partner":case"sandbox-partner":return e.replace("partner","");default:return"autodev-"}};this.slateJoinAppUrl=function(){return"https://"+e.environmentDiscriminator()+"join.slatesuper.com.au/confirm"}}e.prototype.build=function(e,t){if(!(e===null||e===void 0?void 0:e.contentDocument))return;var n=this.hostIsLocalSuperSelection()||this.hostIsDeployed()?window.location.origin+"/super-selection/embed/v1.0/app":"https://autodev-partner.flarehr.com/super-selection/embed/v1.0/app";var r=n+"/slate-redirect.html";var i=Object.assign(Object.assign({},this.getSlateJoinMemberData()),{successRedirectUrl:r,cancelRedirectUrl:r,skipConsolidation:this.skipConsolidation(),skipInsurance:this.skipInsurance()});if(this.includeJwt()){i.authToken=superSelectionAppService.jwt}var a=function(n){var r=n.data,i=n.origin;if(!r){return}if(r.sender==="slate-redirect"){window.removeEventListener("message",a);switch(r.type){case"success":if(r.memberNumber){state$2.slateFundForm.memberNumber=r.memberNumber;navigationService.navigateInternally(t,SuperSelectionAppRoutes.SlateStandardChoice);break}default:navigationService.navigateInternally(t,SuperSelectionAppRoutes.ChoicePage);break}return}if(r.sender==="flare"&&i.endsWith("join.slatesuper.com.au")){switch(r.type){case"contentResized":e.height=r.height>0?r.height:e.height;e.width=r.width>0?r.width:e.width;break}}};window.addEventListener("message",a);var o=e.contentDocument;o.open();var s=o.createElement("form");s.method="POST";s.target="_self";s.action=this.slateJoinAppUrl();var u;for(u in i){var l=i[u];if(l!==undefined){var c=document.createElement("input");c.type="hidden";c.name=u;c.value=l;s.append(c)}}o.appendChild(s);o.close();s.submit()};e.prototype.getSlateJoinMemberData=function(){var e,t;var n=superSelectionAppService.superBuyer;var r=function(e){switch(e){case"Male":return"Male";case"Female":return"Female";case"Intersex":return"Intersex/Indeterminate";default:return"Unknown"}};return{firstName:n.userProfile.firstName,middleName:n.userProfile.middleName,lastName:n.userProfile.lastName,dateOfBirth:n.userProfile.dateOfBirth,gender:r(n.userProfile.gender),email:n.userProfile.email,mobilePhone:n.userProfile.mobilePhone,taxFileNumber:(e=n.tfn)!==null&&e!==void 0?e:"",addressLine1:n.userProfile.address.addressLine1,addressLine2:(t=n.userProfile.address.addressLine2)!==null&&t!==void 0?t:"",city:n.userProfile.address.city,state:n.userProfile.address.state,postCode:n.userProfile.address.postcode}};e.prototype.includeJwt=function(){return!this.slateJoinAppUrl().match(/autodev|sandbox/)};return e}();var slateIFrameBuilder=new SlateIFrameBuilder;var SlateJoinPage=function(){function e(e){registerInstance(this,e)}e.prototype.componentDidLoad=function(){slateIFrameBuilder.build(this.iframeElement,this.history)};e.prototype.render=function(){var e=this;return h(Host,{class:"d-flex flex-fill"},h("iframe",{width:"100%",height:window.innerHeight,style:{border:"none"},ref:function(t){return e.iframeElement=t}}))};return e}();var SlateChoiceApi=function(){function e(){}e.prototype.submitSlateChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,buildBackendApiClient().url("super-choice/slate").post(e).badRequest((function(){throw new Error("Failed to process Slate join request")})).text()]}))}))};return e}();var slateChoiceApi=new SlateChoiceApi;var SlateStandardChoicePage=function(){function e(e){registerInstance(this,e)}e.prototype.render=function(){var e=this;return h(Host,{class:"d-flex flex-fill"},h("div",{class:"container"},h("div",{class:"row justify-content-center"},h("div",{class:"col col-sm-10 col-md-7"},h("sss-slatesuper-header",null),h("div",null,h("form",{noValidate:true,onSubmit:function(e){return e.preventDefault()},class:{"was-validated":this.formState==="validated"},ref:function(t){return e.formElement=t}},h("sss-standard-choice-form",{onStandardChoiceFormSignatureUpdated:function(e){state$2.slateFundForm=Object.assign(Object.assign({},state$2.slateFundForm),e.detail)}})),h("div",{class:"d-flex mt-4"},h("div",{class:"flex-grow-1 w-50"},h("div",{class:"mr-2"},h("stencil-route-link",{url:"/"},h("fl-button",{isBlockElement:true,variant:"secondary"},h("span",null,"Back"))))),h("div",{class:"flex-grow-1 w-50"},h("div",{class:"ml-2"},h("fl-promise-button",{isBlockElement:true,promiseFn:function(){return e.handleSubmitForm()}},h("span",null,"Save and continue"))))))))))};e.prototype.handleSubmitForm=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:this.formState="validated";if(!this.formElement.checkValidity())return[3,2];return[4,slateChoiceApi.submitSlateChoiceAsync(Object.assign(Object.assign({},state$2.slateFundForm),{shownFunds:superSelectionAppService.promotedFunds}))];case 1:e.sent();superSelectionAppService.markSuperSelectionAsSubmitted();navigationService.navigateInternally(this.history,SuperSelectionAppRoutes.Success);e.label=2;case 2:return[2]}}))}))};return e}();var slatesuperHeaderCss="";var SlatesuperHeader=function(){function e(e){registerInstance(this,e)}e.prototype.render=function(){return h("div",{class:"d-flex"},h("div",null,h("img",{class:"ss-choice-logo img-thumbnail",alt:"Simple Financial Choices Pty Ltd",src:getAssetPath("assets/logo-slate.png")})),h("div",{class:"d-flex flex-column ml-3 align-items-left"},h("p",{class:"confirm-title font-weight-bold mb-0"},"You’re almost there!"),h("p",{class:"confirm-text mb-0"},"To proceed type your name below which authorises the signing of the Standard Choice form confirming your super selection.")))};Object.defineProperty(e,"assetsDirs",{get:function(){return["assets"]},enumerable:false,configurable:true});return e}();SlatesuperHeader.style=slatesuperHeaderCss;var selfManagedNotSupportedCss="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.overlay{position:absolute;top:0;left:0;z-index:100;background-color:#fff;opacity:0.7;width:100%;height:100%}.dialog{z-index:101;position:relative}";var SmsfNotSupportedDialog=function(){function e(e){var t=this;registerInstance(this,e);this.continue=createEvent(this,"continue",7);this.standardChoiceFormUrl="/super-selection/embed/v1.0/app/assets/Superannuation_Standard_Choice_Form.pdf";this.handleContinue=function(){t.continue.emit()}}e.prototype.render=function(){return h(Host,null,h("div",{class:"overlay"}),h("div",{class:"dialog"},h("div",{class:"card p-4 mt-4 bg-light text-center"},h("div",{style:{"text-align":"center"}},h("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",fill:"orange",viewBox:"0 0 16 16"},h("path",{d:"M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"}))),h("p",{class:"small mt-4 mb-0"},"You’ve selected a self-managed super fund (SMSF). Currently, SMSF information can’t be sent via this form. You’ll need to provide your employer with a"," ",h("a",{target:"_blank",href:this.standardChoiceFormUrl},"standard choice form")," ","for your SMSF details."),h("div",{class:"d-flex mt-4"},h("div",{class:"w-25"}),h("div",{class:"w-50"},h("fl-button",{onClick:this.handleContinue,isBlockElement:true,variant:"primary"},h("span",null,"Continue")))))))};return e}();SmsfNotSupportedDialog.style=selfManagedNotSupportedCss;var StandardChoiceFormInputDefaultFund=function(){function e(e){registerInstance(this,e);this.standardChoiceFormSignatureUpdated=createEvent(this,"standardChoiceFormSignatureUpdated",7);this.standardChoiceFormUrl="/super-selection/embed/v1.0/app/assets/Superannuation_Standard_Choice_Form.pdf";this.standardChoiceFormSignature=""}e.prototype.render=function(){var e=this;return h("div",{class:"card p-4 mt-4 bg-light"},h("h4",{class:"small font-weight-bold"},"Superannuation Standard Choice Form"),h("p",{class:"small mt-2"},"The superannuation"," ",h("a",{target:"_blank",href:this.standardChoiceFormUrl},"standard choice form")," ","informs your employer of your choice of fund."),h("h4",{class:"small font-weight-bold"},"Type your full name below (required)"),h("input",{placeholder:"Type your full name",type:"text",autocomplete:"off",class:"form-control",required:true,minlength:"2",name:"standardChoiceFormSignature",id:"standardChoiceFormSignature",value:this.standardChoiceFormSignature,onChange:function(t){return e.updateFormField(t.target.value.trim())}}),h("div",{class:"invalid-feedback"},"Type your full name"),h("p",{class:"small mt-3 mb-0"},"Your authorisation is required for signing this form. Applying your full name in the text field above is the same as applying your written signature and is legally binding."))};e.prototype.updateFormField=function(e){this.standardChoiceFormSignatureUpdated.emit({standardChoiceFormSignature:e})};return e}();var Success=function(){function e(e){registerInstance(this,e)}e.prototype.render=function(){return h(Host,{class:"d-flex flex-fill"},h("div",{class:"container mt-5"},h("div",{class:"row justify-content-center"},h("div",{class:"col col-sm-9 col-md-6"},h("div",{class:"bg-light rounded p-4"},h("div",{class:"d-flex justify-content-center"},h("div",null,h("svg",{width:"3em",height:"3em",viewBox:"0 0 16 16",class:"bi bi-check-circle-fill text-success",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},h("path",{"fill-rule":"evenodd",d:"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"})))),h("div",{class:"d-flex justify-content-center"},h("p",{class:"mt-3 confirm-title text-center font-weight-bold px-5"},"Successfully updated superannuation details")),h("div",{class:"mt-2 text-center"},h("p",{class:"confirm-text mb-0"},"Your superannuation details have been updated successfully."),h("br",null),h("p",{class:"confirm-text mb-0"},"To continue with your onboarding, press ",h("strong",null,"Continue")," below."))),h("div",{class:"flex-grow-1 mt-4"},h("fl-promise-button",{isBlockElement:true,onClick:this.handleContinueButtonClick},h("span",null,"Continue")))))))};e.prototype.handleContinueButtonClick=function(e){superSelectionAppService.completeSuperSelectionFlow()};return e}();var superChoicePageCss="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.checkbox-container{border-radius:4px;background-color:#f5f4f2}.confirm-checkbox-item{-webkit-transform:scale(1.7);transform:scale(1.7)}.simple-choices-text{color:#489882}.choice-card{background:#ffffff;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);border-radius:3px}.choice-card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.ss-choice-logo{width:auto;max-height:70px;-o-object-fit:contain;object-fit:contain}img{width:100%;display:block}.choice-component{width:100%;position:relative}.flexible{-ms-flex-positive:1;flex-grow:1}.fund-item{margin-top:1rem}.promoted-picked-block{background-color:var(--fl-color-primary);border-bottom-right-radius:3px;left:0;top:0}@media (min-width: 992px){.bottom-half-fund-tile{height:250px}}";var SuperChoiceItem=function(){function e(e){registerInstance(this,e);this.joinFundClicked=createEvent(this,"joinFundClicked",7);this.eventTrackingService=EventTrackingService.Instance}e.prototype.render=function(){var e=this;return h(Host,{class:{"d-flex p-3 fund-item":true,"ss-picked-fund":this.isSelected}},h("div",{class:"card-body py-0 px-0 px-xl-3"},this.isSelected&&h("div",{class:"px-3 py-2 text-white promoted-picked-block position-absolute"},"You picked"),h("div",{class:"d-flex flex-fill flex-column align-items-center"},h("div",{class:"d-flex justify-content-end w-100"},h("div",{class:"text-muted small border rounded-sm px-1 mt-n2 mr-n2 mb-1"},"Advertised")),h("img",{class:"ss-choice-logo",alt:this.name,src:getAssetPath("assets/"+this.logo)}),h("p",{class:"font-weight-bold text-center mt-3 mb-0"},this.name),this.subText&&h("span",{class:"text-muted small text-center font-italic"},this.subText),h("div",{class:"mt-3"},JSON.parse(this.features).map((function(e){return h("p",{class:"text-center"},e.value)}))),this.featureSubText&&h("p",{class:"small text-muted text-center font-italic"},this.featureSubText))),h("div",{class:"text-center bottom-half-fund-tile"},h("div",{class:"p-3"},h("fl-button",{class:"uuid-button-continue",isBlockElement:true,onClick:function(){return e.handleFundClick()}},"Choose this fund")),h("div",{class:"mb-2"},h("a",{target:"_blank",href:this.pdsLink,onClick:function(){return e.pdsViewedAsync()}},this.pdsLinkText?this.pdsLinkText:"View the PDS")),this.disclaimer,h("div",{class:"small text-muted"},this.abnInfo,h("br",null),"ABN: ",this.abn)))};e.prototype.handleFundClick=function(){return this.joinFundClicked.emit()};e.prototype.pdsViewedAsync=function(){return this.eventTrackingService.TrackSuperFundPdsViewedAsync({fundUsi:this.usi,fundName:this.name,pageName:"Panel Fund Page"})};Object.defineProperty(e,"assetsDirs",{get:function(){return["assets"]},enumerable:false,configurable:true});return e}();SuperChoiceItem.style=superChoicePageCss;var Slate={Id:"slate",Name:"Slate Super",PdsUrl:"https://slate.co/pds/?utm_source=flare&utm_medium=superselection",Usi:"32367272075001",DiversaAbn:"49 006 421 638"};var AustralianRetirementTrust={Id:"australian-retirement-trust",Name:"Australian Retirement Trust",PdsUrl:"https://www.australianretirementtrust.com.au/library/media/pdfs/pds/super-savings-product-disclosure-statement-and-membership-form.pdf",Abn:"60 905 115 063"};var Aware={Id:"aware",Name:"Aware Super",PdsUrlText:"View the PDS and TMD",PdsUrl:"https://aware.com.au/member/forms-and-resources/pds/FSS",Abn:"53 226 460 365"};var Active={Id:"active",Name:"Active Super",PdsUrlText:"View the PDS",PdsUrl:"https://www.activesuper.com.au/pds",Abn:"28 901 371 321"};var PromotedFundIdList=[{dtoPropName:"slate",id:Slate.Id},{dtoPropName:"australianRetirementTrust",id:AustralianRetirementTrust.Id},{dtoPropName:"aware",id:Aware.Id},{dtoPropName:"active",id:Active.Id}];var ChosenFundService=function(){function e(){}e.prototype.GetChosenFundAsync=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,n,r,i,a,r,o,s;return __generator(this,(function(u){switch(u.label){case 0:n=(e=superSelectionAppService.superBuyer.superChoice)===null||e===void 0?void 0:e.choiceDetails;if(!n)return[2,none];if(!("promoted"in n))return[3,1];r=PromotedFundIdList.find((function(e){return e.dtoPropName in n.promoted}));i=(t=r===null||r===void 0?void 0:r.id)!==null&&t!==void 0?t:"";return[2,some({isPromoted:true,promotedId:i})];case 1:if(!("smsf"in n))return[3,2];return[2,some({isPromoted:false,name:n.smsf.fundName,type:"Self Managed Fund"})];case 2:if(!("myOwnFund"in n))return[3,4];a=n.myOwnFund.usi;return[4,this.getFundByUsiAsync(a)];case 3:r=u.sent();return[2,some({isPromoted:false,name:isSome(r)?r.value.productName:a,type:"My Own Fund"})];case 4:if(!("default"in n))return[3,6];o=n.default.usi;return[4,this.getFundByUsiAsync(o)];case 5:s=u.sent();return[2,some({isPromoted:false,name:isSome(s)?s.value.productName:o,type:"Default Fund"})];case 6:return[2,none]}}))}))};e.prototype.getFundByUsiAsync=function(e){return australianFundLookupService.getFundByUsiAsync(e)};return e}();var chosenFundService=new ChosenFundService;var superChoicePageCss$1="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.checkbox-container{border-radius:4px;background-color:#f5f4f2}.confirm-checkbox-item{-webkit-transform:scale(1.7);transform:scale(1.7)}.simple-choices-text{color:#489882}.choice-card{background:#ffffff;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);border-radius:3px}.choice-card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.ss-choice-logo{width:auto;max-height:70px;-o-object-fit:contain;object-fit:contain}img{width:100%;display:block}.choice-component{width:100%;position:relative}.flexible{-ms-flex-positive:1;flex-grow:1}.fund-item{margin-top:1rem}.promoted-picked-block{background-color:var(--fl-color-primary);border-bottom-right-radius:3px;left:0;top:0}@media (min-width: 992px){.bottom-half-fund-tile{height:250px}}";var SuperChoicePage=function(){function e(e){var t=this;registerInstance(this,e);this.promotedFunds=this.getPromotedFunds();this.chosenFund=none;this.eventTrackingService=EventTrackingService.Instance;this.isPromotedFundSelected=function(e){return isSome(t.chosenFund)&&t.chosenFund.value.isPromoted&&t.chosenFund.value.promotedId===e}}e.prototype.componentDidLoad=function(){iframe.appReady();var e=this.promotedFunds.map((function(e){return e.fundId}));this.eventTrackingService.TrackSuperFundPanelViewedAsync({promotedFundsShown:e})};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:e=this;return[4,chosenFundService.GetChosenFundAsync()];case 1:e.chosenFund=t.sent();return[2]}}))}))};e.prototype.render=function(){var e=this;var t="The choice of superannuation fund is an important personal financial decision. It is open to you to continue with your existing fund, or alternatively, you can select from one of the funds below or choose another fund. Flare is not licensed to advise you in relation to this decision and you may wish to return to this page at a later stage.";var n="The content on this page and on the following pages relating to each super fund is provided by the trustee or promoter of the super fund. The super funds presented have not been selected by your employer and neither your employer or Flare are making any recommendation or opinion.";var r="There are many super funds out there and you should consider the relevant product disclosure statement and choose one that is right for you. If you are unsure, obtain your own advice. You can choose your super fund later, if you need time to obtain advice.";var i="You should be aware that, if you do choose one of these advertised funds, Flare and its associated entities will normally receive a fee for you doing so.";var a="https://my.gov.au";var o="my.gov.au";var s="https://www.apra.gov.au/register-of-superannuation-institutions";var u="www.apra.gov.au/register-of-superannuation-institutions";return h(Host,null,h("div",{class:"container mt-0 mb-0"},h("div",{class:"row justify-content-center"},h("div",{class:"col"},h("h3",{class:"mt-3 font-weight-bold text-center mb-4"},"Choose your Super"))),h("div",{class:"row justify-content-center"},h("div",{class:"col"},h("p",{class:"text-center font-weight-bold"},t),h("p",{class:"text-center"},n),h("p",{class:"text-center"},r))),h("div",{class:"row"},h("div",{class:"col"},h("sss-notifications-section",null))),h("div",{class:"row justify-content-center mt-4"},h("div",{class:"col col-sm-10 col-md-8 col-xl-7"},h("div",{class:"row"},h("div",{class:"col"},h("div",{class:"d-flex flex-fill"},isSome(this.chosenFund)&&!this.chosenFund.value.isPromoted&&h("sss-selected-super-choice-section",{fundType:this.chosenFund.value.type,fundName:this.chosenFund.value.name,class:"flex-fill position-relative"})))),h("div",{class:"row mt-3 justify-content-center"},this.getPromotedFunds().map((function(t){return h("div",{class:"col-12 col-lg-6 d-flex"},h("sss-super-choice-item",{class:"card mb-3 mb-lg-0 mx-0 flex-grow-1",logo:t.logo,isSelected:e.isPromotedFundSelected(t.fundId),usi:t.usi,name:t.name,subText:t.subText,pdsLinkText:t.pdsLinkText,pdsLink:navigationService.toExternalUrl(t.pdsLink),features:JSON.stringify(t.features),featureSubText:t.featureSubText,disclaimer:t.disclaimer,abnInfo:t.abnInfo,abn:t.abn,onJoinFundClicked:function(){return __awaiter(e,void 0,void 0,(function(){return __generator(this,(function(e){return[2,this.handleJoinSuperClickAsync(t)]}))}))}}))}))),h("div",{class:"row mt-3 px-3"},h("div",{class:"col p-4 border rounded bg-light"},h("div",{class:"row"},h("div",{class:"col"},h("h5",{class:"font-weight-bold"},"Choose another super fund"),h("p",{class:"mb-1"},"Select this option if you'd like to use your current account with another super fund."),h("ul",{class:"ml-n3"},h("li",null,"If you are unsure of your current super fund details, you can find out at"," ",h("a",{target:"_blank",href:navigationService.toExternalUrl(a)},o)),h("li",{class:"mt-1"},"A full list of super funds can be viewed at"," ",h("a",{target:"_blank",href:navigationService.toExternalUrl(s)},u))))),h("div",{class:"row"},h("div",{class:"col"},h("stencil-route-link",{url:SuperSelectionAppRoutes.MyOwnFund},h("fl-button",{isBlockElement:true,variant:"primary",class:"d-lg-none"},"Choose another fund"),h("div",{class:"mt-n3 d-none d-lg-flex justify-content-end align-items-end"},h("fl-button",{variant:"primary"},"Choose another fund"))))))))),h("div",{class:"row justify-content-center mt-5"},h("div",{class:"col"},h("p",{class:"text-center"},i)))))};e.prototype.allFunds=function(){var e=this;return[{fundId:Slate.Id,usi:Slate.Usi,name:Slate.Name,logo:"logo-slate.png",route:SuperSelectionAppRoutes.SlateJoin,pdsLink:Slate.PdsUrl,features:[{order:1,value:"A lifestage investment strategy that evolves with you"},{order:2,value:"Advanced mobile app with retirement forecast and smart features"},{order:3,value:"Member advocates at Slate to assist with your account"}],disclaimer:h("p",{class:"small text-muted"},"You should consider the"," ",h("a",{target:"_blank",href:navigationService.toExternalUrl(Slate.PdsUrl),onClick:function(){return e.pdsViewedAsync(Slate.Name,Slate.Usi)}},"Product Disclosure Statement")," ","and"," ",h("a",{target:"_blank",href:navigationService.toExternalUrl("https://slate.co/forms-and-documents/target-market-determination/")},"Target Market Determination")," ","before deciding to invest in or apply to become a member of the fund."),abnInfo:"Diversa Trustees Limited",abn:Slate.DiversaAbn},{fundId:AustralianRetirementTrust.Id,name:AustralianRetirementTrust.Name,subText:"QSuper is now part of Australian Retirement Trust. If you have an existing QSuper account, you will continue to hold that account by selecting this option.",logo:"logo-art.svg",route:SuperSelectionAppRoutes.PromotedFundJoin,pdsLink:AustralianRetirementTrust.PdsUrl,features:[{order:1,value:"$200 billion in retirement savings"},{order:2,value:"2+ million members"},{order:3,value:"A focus on delivering strong, long‑term returns"}],disclaimer:h("p",{class:"small text-muted"},"You should consider the"," ",h("a",{target:"_blank",href:navigationService.toExternalUrl(AustralianRetirementTrust.PdsUrl),onClick:function(){return e.pdsViewedAsync(AustralianRetirementTrust.Name)}},"Product Disclosure Statement")," ","before deciding to invest in or apply to become a member of this fund."),abnInfo:"Australian Retirement Trust",abn:AustralianRetirementTrust.Abn},{fundId:Aware.Id,name:Aware.Name,subText:"An industry fund for all",logo:"logo-aware.svg",route:SuperSelectionAppRoutes.PromotedFundJoin,pdsLinkText:Aware.PdsUrlText,pdsLink:Aware.PdsUrl,features:[{order:1,value:"Acting on climate change"},{order:2,value:"All profits go to members"},{order:3,value:"One of Australia’s largest funds"}],disclaimer:h("p",{class:"small text-muted"},"You should consider the"," ",h("a",{target:"_blank",href:navigationService.toExternalUrl(Aware.PdsUrl),onClick:function(){return e.pdsViewedAsync(Aware.Name)}},"Product Disclosure Statement")," ","before deciding to invest in or apply to become a member of this fund."),abnInfo:"Aware Super Pty Ltd",abn:Aware.Abn},{fundId:Active.Id,name:Active.Name,logo:"logo-active.svg",route:SuperSelectionAppRoutes.PromotedFundJoin,pdsLinkText:Active.PdsUrlText,pdsLink:Active.PdsUrl,features:[{order:1,value:"Delivered our best annual returns on record in 2020/2021*"},{order:2,value:"Recognised as a leader in responsible investing"},{order:3,value:"Calls answered in less than 20 seconds"}],featureSubText:"* Past performance is not a reliable indicator of future performance.",disclaimer:h("p",{class:"small text-muted"},"Active Super Accumulation Scheme is issued by LGSS Pty Limited, as trustee for Local Government Super ('Active Super'). Consider the PDS and TMD at"," ",h("a",{target:"_blank",onClick:function(){return e.pdsViewedAsync(Active.Name)},href:navigationService.toExternalUrl(Active.PdsUrl)},"activesuper.com.au")," ","before making a decision."),abnInfo:"Local Government Super (Active Super)",abn:Active.Abn}]};e.prototype.getPromotedFunds=function(){var e=this;var t=[];superSelectionAppService.promotedFunds.forEach((function(n){var r=e.allFunds().find((function(e){return n==e.fundId}));if(r!==undefined){t.push(r)}}));return t};e.prototype.handleJoinSuperClickAsync=function(e){return __awaiter(this,void 0,void 0,(function(){var t;return __generator(this,(function(n){switch(n.label){case 0:t=superSelectionAppService.promotedFunds;if(!(e.fundId===Slate.Id))return[3,2];return[4,this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({fundUsi:Slate.Usi,fundName:Slate.Name,promotedFundId:Slate.Id,promotedFundsShown:t})];case 1:n.sent();return[3,8];case 2:if(!(e.fundId===AustralianRetirementTrust.Id))return[3,4];return[4,this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({fundName:AustralianRetirementTrust.Name,promotedFundId:AustralianRetirementTrust.Id,promotedFundsShown:t})];case 3:n.sent();state$1.fundId=e.fundId;return[3,8];case 4:if(!(e.fundId===Aware.Id))return[3,6];return[4,this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({fundName:Aware.Name,promotedFundId:Aware.Id,promotedFundsShown:t})];case 5:n.sent();state$1.fundId=e.fundId;return[3,8];case 6:if(!(e.fundId===Active.Id))return[3,8];return[4,this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({fundName:Active.Name,promotedFundId:Active.Id,promotedFundsShown:t})];case 7:n.sent();state$1.fundId=e.fundId;n.label=8;case 8:return[2,navigationService.navigateInternally(this.history,e.route)]}}))}))};e.prototype.pdsViewedAsync=function(e,t){return this.eventTrackingService.TrackSuperFundPdsViewedAsync({fundUsi:t,fundName:e,pageName:"Panel Fund Page"})};Object.defineProperty(e,"assetsDirs",{get:function(){return["assets"]},enumerable:false,configurable:true});return e}();SuperChoicePage.style=superChoicePageCss$1;var routeCss="stencil-route.inactive{display:none}";var Route=function(){function e(e){registerInstance(this,e);this.group=null;this.match=null;this.componentProps={};this.exact=false;this.scrollOnNextRender=false;this.previousMatch=null}e.prototype.computeMatch=function(e){var t=this.group!=null||this.el.parentElement!=null&&this.el.parentElement.tagName.toLowerCase()==="stencil-route-switch";if(!e||t){return}this.previousMatch=this.match;return this.match=matchPath(e.pathname,{path:this.url,exact:this.exact,strict:true})};e.prototype.loadCompleted=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){e={};if(this.history&&this.history.location.hash){e={scrollToId:this.history.location.hash.substr(1)}}else if(this.scrollTopOffset){e={scrollTopOffset:this.scrollTopOffset}}if(typeof this.componentUpdated==="function"){this.componentUpdated(e)}else if(this.match&&!matchesAreEqual(this.match,this.previousMatch)&&this.routeViewsUpdated){this.routeViewsUpdated(e)}return[2]}))}))};e.prototype.componentDidUpdate=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:return[4,this.loadCompleted()];case 1:e.sent();return[2]}}))}))};e.prototype.componentDidLoad=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:return[4,this.loadCompleted()];case 1:e.sent();return[2]}}))}))};e.prototype.render=function(){if(!this.match||!this.history){return null}var e=Object.assign({},this.componentProps,{history:this.history,match:this.match});if(this.routeRender){return this.routeRender(Object.assign({},e,{component:this.component}))}if(this.component){var t=this.component;return h(t,Object.assign({},e))}};Object.defineProperty(e.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{location:["computeMatch"]}},enumerable:false,configurable:true});return e}();ActiveRouter.injectProps(Route,["location","history","historyType","routeViewsUpdated"]);Route.style=routeCss;var getConfirmation=function(e,t,n){return n(e.confirm(t))};var isModifiedEvent=function(e){return e.metaKey||e.altKey||e.ctrlKey||e.shiftKey};var supportsHistory=function(e){var t=e.navigator.userAgent;if((t.indexOf("Android 2.")!==-1||t.indexOf("Android 4.0")!==-1)&&t.indexOf("Mobile Safari")!==-1&&t.indexOf("Chrome")===-1&&t.indexOf("Windows Phone")===-1){return false}return e.history&&"pushState"in e.history};var supportsPopStateOnHashChange=function(e){return e.userAgent.indexOf("Trident")===-1};var supportsGoWithoutReloadUsingHash=function(e){return e.userAgent.indexOf("Firefox")===-1};var isExtraneousPopstateEvent=function(e,t){return t.state===undefined&&e.userAgent.indexOf("CriOS")===-1};var storageAvailable=function(e,t){var n=e[t];var r="__storage_test__";try{n.setItem(r,r);n.removeItem(r);return true}catch(e){return e instanceof DOMException&&(e.code===22||e.code===1014||e.name==="QuotaExceededError"||e.name==="NS_ERROR_DOM_QUOTA_REACHED")&&n.length!==0}};var getUrl=function(e,t){if(e.charAt(0)=="/"&&t.charAt(t.length-1)=="/"){return t.slice(0,t.length-1)+e}return t+e};var RouteLink=function(){function e(e){registerInstance(this,e);this.unsubscribe=function(){return};this.activeClass="link-active";this.exact=false;this.strict=true;this.custom="a";this.match=null}e.prototype.componentWillLoad=function(){this.computeMatch()};e.prototype.computeMatch=function(){if(this.location){this.match=matchPath(this.location.pathname,{path:this.urlMatch||this.url,exact:this.exact,strict:this.strict})}};e.prototype.handleClick=function(e){if(isModifiedEvent(e)||!this.history||!this.url||!this.root){return}e.preventDefault();return this.history.push(getUrl(this.url,this.root))};e.prototype.render=function(){var e;var t={class:(e={},e[this.activeClass]=this.match!==null,e),onClick:this.handleClick.bind(this)};if(this.anchorClass){t.class[this.anchorClass]=true}if(this.custom==="a"){t=Object.assign({},t,{href:this.url,title:this.anchorTitle,role:this.anchorRole,tabindex:this.anchorTabIndex,"aria-haspopup":this.ariaHaspopup,id:this.anchorId,"aria-posinset":this.ariaPosinset,"aria-setsize":this.ariaSetsize,"aria-label":this.ariaLabel})}return h(this.custom,Object.assign({},t),h("slot",null))};Object.defineProperty(e.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{location:["computeMatch"]}},enumerable:false,configurable:true});return e}();ActiveRouter.injectProps(RouteLink,["history","location","root"]);var getUniqueId=function(){return((Math.random()*1e17).toString().match(/.{4}/g)||[]).join("-")};var getMatch=function(e,t,n){return matchPath(e,{path:t,exact:n,strict:true})};var isHTMLStencilRouteElement=function(e){return e.tagName==="STENCIL-ROUTE"};var RouteSwitch=function(){function e(e){registerInstance(this,e);this.group=getUniqueId();this.subscribers=[];this.queue=getContext(this,"queue")}e.prototype.componentWillLoad=function(){if(this.location!=null){this.regenerateSubscribers(this.location)}};e.prototype.regenerateSubscribers=function(e){return __awaiter(this,void 0,void 0,(function(){var t,n;var r=this;return __generator(this,(function(i){if(e==null){return[2]}t=-1;this.subscribers=Array.prototype.slice.call(this.el.children).filter(isHTMLStencilRouteElement).map((function(n,r){var i=getMatch(e.pathname,n.url,n.exact);if(i&&t===-1){t=r}return{el:n,match:i}}));if(t===-1){return[2]}if(this.activeIndex===t){this.subscribers[t].el.match=this.subscribers[t].match;return[2]}this.activeIndex=t;n=this.subscribers[this.activeIndex];if(this.scrollTopOffset){n.el.scrollTopOffset=this.scrollTopOffset}n.el.group=this.group;n.el.match=n.match;n.el.componentUpdated=function(e){r.queue.write((function(){r.subscribers.forEach((function(e,t){e.el.componentUpdated=undefined;if(t===r.activeIndex){return e.el.style.display=""}if(r.scrollTopOffset){e.el.scrollTopOffset=r.scrollTopOffset}e.el.group=r.group;e.el.match=null;e.el.style.display="none"}))}));if(r.routeViewsUpdated){r.routeViewsUpdated(Object.assign({scrollTopOffset:r.scrollTopOffset},e))}};return[2]}))}))};e.prototype.render=function(){return h("slot",null)};Object.defineProperty(e.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{location:["regenerateSubscribers"]}},enumerable:false,configurable:true});return e}();ActiveRouter.injectProps(RouteSwitch,["location","routeViewsUpdated"]);var warning=function(e){var t=[];for(var n=1;n<arguments.length;n++){t[n-1]=arguments[n]}if(!e){console.warn.apply(console,t)}};var createTransitionManager=function(){var e;var t=[];var n=function(t){warning(e==null,"A history supports only one prompt at a time");e=t;return function(){if(e===t){e=null}}};var r=function(t,n,r,i){if(e!=null){var a=typeof e==="function"?e(t,n):e;if(typeof a==="string"){if(typeof r==="function"){r(a,i)}else{warning(false,"A history needs a getUserConfirmation function in order to use a prompt message");i(true)}}else{i(a!==false)}}else{i(true)}};var i=function(e){var n=true;var r=function(){var t=[];for(var r=0;r<arguments.length;r++){t[r]=arguments[r]}if(n){e.apply(void 0,t)}};t.push(r);return function(){n=false;t=t.filter((function(e){return e!==r}))}};var a=function(){var e=[];for(var n=0;n<arguments.length;n++){e[n]=arguments[n]}t.forEach((function(t){return t.apply(void 0,e)}))};return{setPrompt:n,confirmTransitionTo:r,appendListener:i,notifyListeners:a}};var createScrollHistory=function(e,t){if(t===void 0){t="scrollPositions"}var n=new Map;var r=function(t,r){n.set(t,r);if(storageAvailable(e,"sessionStorage")){var i=[];n.forEach((function(e,t){i.push([t,e])}));e.sessionStorage.setItem("scrollPositions",JSON.stringify(i))}};var i=function(e){return n.get(e)};var a=function(e){return n.has(e)};var o=function(t){r(t,[e.scrollX,e.scrollY])};if(storageAvailable(e,"sessionStorage")){var s=e.sessionStorage.getItem(t);n=s?new Map(JSON.parse(s)):n}if("scrollRestoration"in e.history){history.scrollRestoration="manual"}return{set:r,get:i,has:a,capture:o}};var PopStateEvent="popstate";var HashChangeEvent="hashchange";var createBrowserHistory=function(e,t){if(t===void 0){t={}}var n=false;var r=e.history;var i=e.location;var a=e.navigator;var o=supportsHistory(e);var s=!supportsPopStateOnHashChange(a);var u=createScrollHistory(e);var l=t.forceRefresh!=null?t.forceRefresh:false;var c=t.getUserConfirmation!=null?t.getUserConfirmation:getConfirmation;var d=t.keyLength!=null?t.keyLength:6;var f=t.basename?stripTrailingSlash(addLeadingSlash(t.basename)):"";var p=function(){try{return e.history.state||{}}catch(e){return{}}};var h=function(e){e=e||{};var t=e.key,n=e.state;var r=i.pathname,a=i.search,o=i.hash;var s=r+a+o;warning(!f||hasBasename(s,f),"You are attempting to use a basename on a page whose URL path does not begin "+'with the basename. Expected path "'+s+'" to begin with "'+f+'".');if(f){s=stripBasename(s,f)}return createLocation(s,n,t||createKey(d))};var g=createTransitionManager();var v=function(e){u.capture(D.location.key);Object.assign(D,e);D.location.scrollPosition=u.get(D.location.key);D.length=r.length;g.notifyListeners(D.location,D.action)};var m=function(e){if(!isExtraneousPopstateEvent(a,e)){b(h(e.state))}};var y=function(){b(h(p()))};var b=function(e){if(n){n=false;v()}else{var t="POP";g.confirmTransitionTo(e,t,c,(function(n){if(n){v({action:t,location:e})}else{S(e)}}))}};var S=function(e){var t=D.location;var r=_.indexOf(t.key);var i=_.indexOf(e.key);if(r===-1){r=0}if(i===-1){i=0}var a=r-i;if(a){n=true;A(a)}};var w=h(p());var _=[w.key];var x=0;var C=false;var I=function(e){return f+createPath(e)};var T=function(e,t){warning(!(typeof e==="object"&&e.state!==undefined&&t!==undefined),"You should avoid providing a 2nd state argument to push when the 1st "+"argument is a location-like object that already has state; it is ignored");var n="PUSH";var a=createLocation(e,t,createKey(d),D.location);g.confirmTransitionTo(a,n,c,(function(e){if(!e){return}var t=I(a);var s=a.key,u=a.state;if(o){r.pushState({key:s,state:u},"",t);if(l){i.href=t}else{var c=_.indexOf(D.location.key);var d=_.slice(0,c===-1?0:c+1);d.push(a.key);_=d;v({action:n,location:a})}}else{warning(u===undefined,"Browser history cannot push state in browsers that do not support HTML5 history");i.href=t}}))};var E=function(e,t){warning(!(typeof e==="object"&&e.state!==undefined&&t!==undefined),"You should avoid providing a 2nd state argument to replace when the 1st "+"argument is a location-like object that already has state; it is ignored");var n="REPLACE";var a=createLocation(e,t,createKey(d),D.location);g.confirmTransitionTo(a,n,c,(function(e){if(!e){return}var t=I(a);var s=a.key,u=a.state;if(o){r.replaceState({key:s,state:u},"",t);if(l){i.replace(t)}else{var c=_.indexOf(D.location.key);if(c!==-1){_[c]=a.key}v({action:n,location:a})}}else{warning(u===undefined,"Browser history cannot replace state in browsers that do not support HTML5 history");i.replace(t)}}))};var A=function(e){r.go(e)};var F=function(){return A(-1)};var P=function(){return A(1)};var k=function(t){x+=t;if(x===1){e.addEventListener(PopStateEvent,m);if(s){e.addEventListener(HashChangeEvent,y)}}else if(x===0){e.removeEventListener(PopStateEvent,m);if(s){e.removeEventListener(HashChangeEvent,y)}}};var N=function(e){if(e===void 0){e=""}var t=g.setPrompt(e);if(!C){k(1);C=true}return function(){if(C){C=false;k(-1)}return t()}};var U=function(e){var t=g.appendListener(e);k(1);return function(){k(-1);t()}};var D={length:r.length,action:"POP",location:w,createHref:I,push:T,replace:E,go:A,goBack:F,goForward:P,block:N,listen:U,win:e};return D};var HashChangeEvent$1="hashchange";var HashPathCoders={hashbang:{encodePath:function(e){return e.charAt(0)==="!"?e:"!/"+stripLeadingSlash(e)},decodePath:function(e){return e.charAt(0)==="!"?e.substr(1):e}},noslash:{encodePath:stripLeadingSlash,decodePath:addLeadingSlash},slash:{encodePath:addLeadingSlash,decodePath:addLeadingSlash}};var createHashHistory=function(e,t){if(t===void 0){t={}}var n=false;var r=null;var i=0;var a=false;var o=e.location;var s=e.history;var u=supportsGoWithoutReloadUsingHash(e.navigator);var l=t.keyLength!=null?t.keyLength:6;var c=t.getUserConfirmation,d=c===void 0?getConfirmation:c,f=t.hashType,p=f===void 0?"slash":f;var h=t.basename?stripTrailingSlash(addLeadingSlash(t.basename)):"";var g=HashPathCoders[p],v=g.encodePath,m=g.decodePath;var y=function(){var e=o.href;var t=e.indexOf("#");return t===-1?"":e.substring(t+1)};var b=function(e){return o.hash=e};var S=function(e){var t=o.href.indexOf("#");o.replace(o.href.slice(0,t>=0?t:0)+"#"+e)};var w=function(){var e=m(y());warning(!h||hasBasename(e,h),"You are attempting to use a basename on a page whose URL path does not begin "+'with the basename. Expected path "'+e+'" to begin with "'+h+'".');if(h){e=stripBasename(e,h)}return createLocation(e,undefined,createKey(l))};var _=createTransitionManager();var x=function(e){Object.assign(j,e);j.length=s.length;_.notifyListeners(j.location,j.action)};var C=function(){var e=y();var t=v(e);if(e!==t){S(t)}else{var i=w();var a=j.location;if(!n&&locationsAreEqual(a,i)){return}if(r===createPath(i)){return}r=null;I(i)}};var I=function(e){if(n){n=false;x()}else{var t="POP";_.confirmTransitionTo(e,t,d,(function(n){if(n){x({action:t,location:e})}else{T(e)}}))}};var T=function(e){var t=j.location;var r=P.lastIndexOf(createPath(t));var i=P.lastIndexOf(createPath(e));if(r===-1){r=0}if(i===-1){i=0}var a=r-i;if(a){n=true;D(a)}};var E=y();var A=v(E);if(E!==A){S(A)}var F=w();var P=[createPath(F)];var k=function(e){return"#"+v(h+createPath(e))};var N=function(e,t){warning(t===undefined,"Hash history cannot push state; it is ignored");var n="PUSH";var i=createLocation(e,undefined,createKey(l),j.location);_.confirmTransitionTo(i,n,d,(function(e){if(!e){return}var t=createPath(i);var a=v(h+t);var o=y()!==a;if(o){r=t;b(a);var s=P.lastIndexOf(createPath(j.location));var u=P.slice(0,s===-1?0:s+1);u.push(t);P=u;x({action:n,location:i})}else{warning(false,"Hash history cannot PUSH the same path; a new entry will not be added to the history stack");x()}}))};var U=function(e,t){warning(t===undefined,"Hash history cannot replace state; it is ignored");var n="REPLACE";var i=createLocation(e,undefined,createKey(l),j.location);_.confirmTransitionTo(i,n,d,(function(e){if(!e){return}var t=createPath(i);var a=v(h+t);var o=y()!==a;if(o){r=t;S(a)}var s=P.indexOf(createPath(j.location));if(s!==-1){P[s]=t}x({action:n,location:i})}))};var D=function(e){warning(u,"Hash history go(n) causes a full page reload in this browser");s.go(e)};var O=function(){return D(-1)};var R=function(){return D(1)};var M=function(e,t){i+=t;if(i===1){e.addEventListener(HashChangeEvent$1,C)}else if(i===0){e.removeEventListener(HashChangeEvent$1,C)}};var L=function(t){if(t===void 0){t=""}var n=_.setPrompt(t);if(!a){M(e,1);a=true}return function(){if(a){a=false;M(e,-1)}return n()}};var B=function(t){var n=_.appendListener(t);M(e,1);return function(){M(e,-1);n()}};var j={length:s.length,action:"POP",location:F,createHref:k,push:N,replace:U,go:D,goBack:O,goForward:R,block:L,listen:B,win:e};return j};var getLocation=function(e,t){var n=e.pathname.indexOf(t)==0?"/"+e.pathname.slice(t.length):e.pathname;return Object.assign({},e,{pathname:n})};var HISTORIES={browser:createBrowserHistory,hash:createHashHistory};var Router=function(){function e(e){var t=this;registerInstance(this,e);this.root="/";this.historyType="browser";this.titleSuffix="";this.routeViewsUpdated=function(e){if(e===void 0){e={}}if(t.history&&e.scrollToId&&t.historyType==="browser"){var n=t.history.win.document.getElementById(e.scrollToId);if(n){return n.scrollIntoView()}}t.scrollTo(e.scrollTopOffset||t.scrollTopOffset)};this.isServer=getContext(this,"isServer");this.queue=getContext(this,"queue")}e.prototype.componentWillLoad=function(){var e=this;this.history=HISTORIES[this.historyType](this.el.ownerDocument.defaultView);this.history.listen((function(t){t=getLocation(t,e.root);e.location=t}));this.location=getLocation(this.history.location,this.root)};e.prototype.scrollTo=function(e){var t=this.history;if(e==null||this.isServer||!t){return}if(t.action==="POP"&&Array.isArray(t.location.scrollPosition)){return this.queue.write((function(){if(t&&t.location&&Array.isArray(t.location.scrollPosition)){t.win.scrollTo(t.location.scrollPosition[0],t.location.scrollPosition[1])}}))}return this.queue.write((function(){t.win.scrollTo(0,e)}))};e.prototype.render=function(){if(!this.location||!this.history){return}var e={historyType:this.historyType,location:this.location,titleSuffix:this.titleSuffix,root:this.root,history:this.history,routeViewsUpdated:this.routeViewsUpdated};return h(ActiveRouter.Provider,{state:e},h("slot",null))};Object.defineProperty(e.prototype,"el",{get:function(){return getElement(this)},enumerable:false,configurable:true});return e}();var superSelectionAppCss="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}stencil-route{display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto}stencil-route:empty{display:none}";var SuperSelectionApp=function(){function e(e){registerInstance(this,e);this.stepSubmitSuccess=createEvent(this,"step-completion",7);this.successPageAcknowledged=createEvent(this,"successPageAcknowledged",5);this.initialised=createEvent(this,"initialised",7);this.isAppInitialised=false}e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,n;var r=this;return __generator(this,(function(i){e=Option.fromNullable(this.accessToken);if(Option.isNone(e)){throw Error("jwt property is missing.")}superSelectionAppService.state.jwt=e;t=Option.fromNullable(this.backendUrl);if(Option.isNone(t)){throw Error("apiBaseUrl property is missing.")}superSelectionAppService.state.apiBaseUrl=Option.some(t.value.replace(/\/$/,"")+"/");n=Option.fromNullable(this.appBaseUrl);if(Option.isNone(n)){throw Error("appBaseUrl property is missing.")}superSelectionAppService.state.appBaseUrl=Option.some(n.value.replace(/\/$/,""));superSelectionAppService.onChange("hasSuccessPageBeenAcknowledged",(function(e){return r.successPageAcknowledged.emit()}));superSelectionAppService.onChange("hasSuperSelectionBeenSubmitted",(function(e){if(!e)return;r.stepSubmitSuccess.emit();superSelectionAppService.state.hasSuperSelectionBeenSubmitted=false}));return[2]}))}))};e.prototype.componentDidLoad=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:return[4,superSelectionAppService.loadAppStateAsync()];case 1:e.sent();this.isAppInitialised=true;this.initialised.emit({accountIdOrDefault:superSelectionAppService.accountIdOrDefault,partnerIdOrDefault:superSelectionAppService.partnerIdOrDefault,profileId:superSelectionAppService.profileId});return[2]}}))}))};e.prototype.authTokenChanged=function(e){superSelectionAppService.state.jwt=Option.fromNullable(e)};e.prototype.onRouteChange=function(){window===null||window===void 0?void 0:window.scroll(0,0)};e.prototype.render=function(){return h(Host,{class:"d-flex justify-content-center flex-grow-1"},h("div",{class:"d-flex flex-column justify-content-between"},this.renderAppContent()))};e.prototype.routerBaseUrl=function(){var e;return((e=this.appBaseUrl)===null||e===void 0?void 0:e.replace(/\/$/,""))+"/"};e.prototype.renderAppContent=function(){return h("stencil-router",{root:this.routerBaseUrl()},h("stencil-route-switch",{scrollTopOffset:0},h("div",{class:"d-flex flex-column"},h("div",{class:"d-flex justify-content-center"},this.isAppInitialised?superSelectionAppStencilRoutes:h("fl-loading-indicator",{class:"mt-5"})),h("div",{class:"d-flex justify-content-center"},h("sss-footer-section",null)))))};Object.defineProperty(e,"watchers",{get:function(){return{accessToken:["authTokenChanged"],location:["onRouteChange"]}},enumerable:false,configurable:true});return e}();injectHistory(SuperSelectionApp);SuperSelectionApp.style=superSelectionAppCss;var resizeObservers=[];var hasActiveObservations=function(){return resizeObservers.some((function(e){return e.activeTargets.length>0}))};var hasSkippedObservations=function(){return resizeObservers.some((function(e){return e.skippedTargets.length>0}))};var msg="ResizeObserver loop completed with undelivered notifications.";var deliverResizeLoopError=function(){var e;if(typeof ErrorEvent==="function"){e=new ErrorEvent("error",{message:msg})}else{e=document.createEvent("Event");e.initEvent("error",false,false);e.message=msg}window.dispatchEvent(e)};var ResizeObserverBoxOptions;(function(e){e["BORDER_BOX"]="border-box";e["CONTENT_BOX"]="content-box";e["DEVICE_PIXEL_CONTENT_BOX"]="device-pixel-content-box"})(ResizeObserverBoxOptions||(ResizeObserverBoxOptions={}));var freeze=function(e){return Object.freeze(e)};var ResizeObserverSize=function(){function e(e,t){this.inlineSize=e;this.blockSize=t;freeze(this)}return e}();var DOMRectReadOnly=function(){function e(e,t,n,r){this.x=e;this.y=t;this.width=n;this.height=r;this.top=this.y;this.left=this.x;this.bottom=this.top+this.height;this.right=this.left+this.width;return freeze(this)}e.prototype.toJSON=function(){var e=this,t=e.x,n=e.y,r=e.top,i=e.right,a=e.bottom,o=e.left,s=e.width,u=e.height;return{x:t,y:n,top:r,right:i,bottom:a,left:o,width:s,height:u}};e.fromRect=function(t){return new e(t.x,t.y,t.width,t.height)};return e}();var isSVG=function(e){return e instanceof SVGElement&&"getBBox"in e};var isHidden=function(e){if(isSVG(e)){var t=e.getBBox(),n=t.width,r=t.height;return!n&&!r}var i=e,a=i.offsetWidth,o=i.offsetHeight;return!(a||o||e.getClientRects().length)};var isElement=function(e){var t,n;var r=(n=(t=e)===null||t===void 0?void 0:t.ownerDocument)===null||n===void 0?void 0:n.defaultView;return!!(r&&e instanceof r.Element)};var isReplacedElement=function(e){switch(e.tagName){case"INPUT":if(e.type!=="image"){break}case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return true}return false};var global$1=typeof window!=="undefined"?window:{};var cache=new WeakMap;var scrollRegexp=/auto|scroll/;var verticalRegexp=/^tb|vertical/;var IE=/msie|trident/i.test(global$1.navigator&&global$1.navigator.userAgent);var parseDimension=function(e){return parseFloat(e||"0")};var size=function(e,t,n){if(e===void 0){e=0}if(t===void 0){t=0}if(n===void 0){n=false}return new ResizeObserverSize((n?t:e)||0,(n?e:t)||0)};var zeroBoxes=freeze({devicePixelContentBoxSize:size(),borderBoxSize:size(),contentBoxSize:size(),contentRect:new DOMRectReadOnly(0,0,0,0)});var calculateBoxSizes=function(e,t){if(t===void 0){t=false}if(cache.has(e)&&!t){return cache.get(e)}if(isHidden(e)){cache.set(e,zeroBoxes);return zeroBoxes}var n=getComputedStyle(e);var r=isSVG(e)&&e.ownerSVGElement&&e.getBBox();var i=!IE&&n.boxSizing==="border-box";var a=verticalRegexp.test(n.writingMode||"");var o=!r&&scrollRegexp.test(n.overflowY||"");var s=!r&&scrollRegexp.test(n.overflowX||"");var u=r?0:parseDimension(n.paddingTop);var l=r?0:parseDimension(n.paddingRight);var c=r?0:parseDimension(n.paddingBottom);var d=r?0:parseDimension(n.paddingLeft);var f=r?0:parseDimension(n.borderTopWidth);var p=r?0:parseDimension(n.borderRightWidth);var h=r?0:parseDimension(n.borderBottomWidth);var g=r?0:parseDimension(n.borderLeftWidth);var v=d+l;var m=u+c;var y=g+p;var b=f+h;var S=!s?0:e.offsetHeight-b-e.clientHeight;var w=!o?0:e.offsetWidth-y-e.clientWidth;var _=i?v+y:0;var x=i?m+b:0;var C=r?r.width:parseDimension(n.width)-_-w;var I=r?r.height:parseDimension(n.height)-x-S;var T=C+v+w+y;var E=I+m+S+b;var A=freeze({devicePixelContentBoxSize:size(Math.round(C*devicePixelRatio),Math.round(I*devicePixelRatio),a),borderBoxSize:size(T,E,a),contentBoxSize:size(C,I,a),contentRect:new DOMRectReadOnly(d,u,C,I)});cache.set(e,A);return A};var calculateBoxSize=function(e,t,n){var r=calculateBoxSizes(e,n),i=r.borderBoxSize,a=r.contentBoxSize,o=r.devicePixelContentBoxSize;switch(t){case ResizeObserverBoxOptions.DEVICE_PIXEL_CONTENT_BOX:return o;case ResizeObserverBoxOptions.BORDER_BOX:return i;default:return a}};var ResizeObserverEntry=function(){function e(e){var t=calculateBoxSizes(e);this.target=e;this.contentRect=t.contentRect;this.borderBoxSize=freeze([t.borderBoxSize]);this.contentBoxSize=freeze([t.contentBoxSize]);this.devicePixelContentBoxSize=freeze([t.devicePixelContentBoxSize])}return e}();var calculateDepthForNode=function(e){if(isHidden(e)){return Infinity}var t=0;var n=e.parentNode;while(n){t+=1;n=n.parentNode}return t};var broadcastActiveObservations=function(){var e=Infinity;var t=[];resizeObservers.forEach((function n(r){if(r.activeTargets.length===0){return}var i=[];r.activeTargets.forEach((function t(n){var r=new ResizeObserverEntry(n.target);var a=calculateDepthForNode(n.target);i.push(r);n.lastReportedSize=calculateBoxSize(n.target,n.observedBox);if(a<e){e=a}}));t.push((function e(){r.callback.call(r.observer,i,r.observer)}));r.activeTargets.splice(0,r.activeTargets.length)}));for(var n=0,r=t;n<r.length;n++){var i=r[n];i()}return e};var gatherActiveObservationsAtDepth=function(e){resizeObservers.forEach((function t(n){n.activeTargets.splice(0,n.activeTargets.length);n.skippedTargets.splice(0,n.skippedTargets.length);n.observationTargets.forEach((function t(r){if(r.isActive()){if(calculateDepthForNode(r.target)>e){n.activeTargets.push(r)}else{n.skippedTargets.push(r)}}}))}))};var process=function(){var e=0;gatherActiveObservationsAtDepth(e);while(hasActiveObservations()){e=broadcastActiveObservations();gatherActiveObservationsAtDepth(e)}if(hasSkippedObservations()){deliverResizeLoopError()}return e>0};var trigger;var callbacks=[];var notify=function(){return callbacks.splice(0).forEach((function(e){return e()}))};var queueMicroTask=function(e){if(!trigger){var t=0;var n=document.createTextNode("");var r={characterData:true};new MutationObserver((function(){return notify()})).observe(n,r);trigger=function(){n.textContent=""+(t?t--:t++)}}callbacks.push(e);trigger()};var queueResizeObserver=function(e){queueMicroTask((function t(){requestAnimationFrame(e)}))};var watching=0;var isWatching=function(){return!!watching};var CATCH_PERIOD=250;var observerConfig={attributes:true,characterData:true,childList:true,subtree:true};var events=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"];var time=function(e){if(e===void 0){e=0}return Date.now()+e};var scheduled=false;var Scheduler=function(){function e(){var e=this;this.stopped=true;this.listener=function(){return e.schedule()}}e.prototype.run=function(e){var t=this;if(e===void 0){e=CATCH_PERIOD}if(scheduled){return}scheduled=true;var n=time(e);queueResizeObserver((function(){var r=false;try{r=process()}finally{scheduled=false;e=n-time();if(!isWatching()){return}if(r){t.run(1e3)}else if(e>0){t.run(e)}else{t.start()}}}))};e.prototype.schedule=function(){this.stop();this.run()};e.prototype.observe=function(){var e=this;var t=function(){return e.observer&&e.observer.observe(document.body,observerConfig)};document.body?t():global$1.addEventListener("DOMContentLoaded",t)};e.prototype.start=function(){var e=this;if(this.stopped){this.stopped=false;this.observer=new MutationObserver(this.listener);this.observe();events.forEach((function(t){return global$1.addEventListener(t,e.listener,true)}))}};e.prototype.stop=function(){var e=this;if(!this.stopped){this.observer&&this.observer.disconnect();events.forEach((function(t){return global$1.removeEventListener(t,e.listener,true)}));this.stopped=true}};return e}();var scheduler=new Scheduler;var updateCount=function(e){!watching&&e>0&&scheduler.start();watching+=e;!watching&&scheduler.stop()};var skipNotifyOnElement=function(e){return!isSVG(e)&&!isReplacedElement(e)&&getComputedStyle(e).display==="inline"};var ResizeObservation=function(){function e(e,t){this.target=e;this.observedBox=t||ResizeObserverBoxOptions.CONTENT_BOX;this.lastReportedSize={inlineSize:0,blockSize:0}}e.prototype.isActive=function(){var e=calculateBoxSize(this.target,this.observedBox,true);if(skipNotifyOnElement(this.target)){this.lastReportedSize=e}if(this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize){return true}return false};return e}();var ResizeObserverDetail=function(){function e(e,t){this.activeTargets=[];this.skippedTargets=[];this.observationTargets=[];this.observer=e;this.callback=t}return e}();var observerMap=new WeakMap;var getObservationIndex=function(e,t){for(var n=0;n<e.length;n+=1){if(e[n].target===t){return n}}return-1};var ResizeObserverController=function(){function e(){}e.connect=function(e,t){var n=new ResizeObserverDetail(e,t);observerMap.set(e,n)};e.observe=function(e,t,n){var r=observerMap.get(e);var i=r.observationTargets.length===0;if(getObservationIndex(r.observationTargets,t)<0){i&&resizeObservers.push(r);r.observationTargets.push(new ResizeObservation(t,n&&n.box));updateCount(1);scheduler.schedule()}};e.unobserve=function(e,t){var n=observerMap.get(e);var r=getObservationIndex(n.observationTargets,t);var i=n.observationTargets.length===1;if(r>=0){i&&resizeObservers.splice(resizeObservers.indexOf(n),1);n.observationTargets.splice(r,1);updateCount(-1)}};e.disconnect=function(e){var t=this;var n=observerMap.get(e);n.observationTargets.slice().forEach((function(n){return t.unobserve(e,n.target)}));n.activeTargets.splice(0,n.activeTargets.length)};return e}();var ResizeObserver=function(){function e(e){if(arguments.length===0){throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.")}if(typeof e!=="function"){throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.")}ResizeObserverController.connect(this,e)}e.prototype.observe=function(e,t){if(arguments.length===0){throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.")}if(!isElement(e)){throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element")}ResizeObserverController.observe(this,e,t)};e.prototype.unobserve=function(e){if(arguments.length===0){throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.")}if(!isElement(e)){throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element")}ResizeObserverController.unobserve(this,e)};e.prototype.disconnect=function(){ResizeObserverController.disconnect(this)};e.toString=function(){return"function ResizeObserver () { [polyfill code] }"};return e}();var AppConfigurationService=function(){function e(){var e=this;this._appRootUrl=new Lazy((function(){return e.resolveRootUrl()}));this.getAppRootUrl=function(){return e._appRootUrl.value};this.getAppHostUrl=function(){return(""+window.location.origin+e.getAppRootUrl()).replace(/\/$/,"")}}e.prototype.loadConfigurationAsync=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:return[4,factory(this.getAppRootUrl()+"config.json").get().json()];case 1:e=t.sent();sessionStore.update({appConfiguration:Option.fromNullable(e)});return[2]}}))}))};e.prototype.resolveRootUrl=function(){var e=Option.fromNullable(window.location.pathname.match(/^\/super-selection\/embed\/v1.0\/app/));if(Option.isNone(e)){throw Error("Unsupported host URL")}return e.value[0]+"/"};return e}();var appConfigurationService=new AppConfigurationService;var strShimFunction="function";var strShimObject="object";var strShimUndefined="undefined";var strShimPrototype="prototype";var strShimHasOwnProperty="hasOwnProperty";function getGlobal(){if(typeof globalThis!==strShimUndefined&&globalThis){return globalThis}if(typeof self!==strShimUndefined&&self){return self}if(typeof window!==strShimUndefined&&window){return window}if(typeof global!==strShimUndefined&&global){return global}return null}function objCreateFn(e){var t=Object["create"];if(t){return t(e)}if(e==null){return{}}var n=typeof e;if(n!==strShimObject&&n!==strShimFunction){throw new TypeError("Object prototype may only be an Object:"+e)}function r(){}r[strShimPrototype]=e;return new r}function __assignFn(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t){if(Object[strShimPrototype][strShimHasOwnProperty].call(t,i)){e[i]=t[i]}}}return e}var __extendStaticsFn=function(e,t){__extendStaticsFn=Object["setPrototypeOf"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t){if(t[strShimHasOwnProperty](n)){e[n]=t[n]}}};return __extendStaticsFn(e,t)};function __extendsFn(e,t){__extendStaticsFn(e,t);function n(){this.constructor=e}e[strShimPrototype]=t===null?objCreateFn(t):(n[strShimPrototype]=t[strShimPrototype],new n)}var globalObj=getGlobal()||{};(function(e,t,n){if(!e.__assign){e.__assign=Object.assign||t}if(!e.__extends){e.__extends=n}})(globalObj,__assignFn,__extendsFn);if(!__assign){__assign=globalObj.__assign}if(!__extends){__extends=globalObj.__extends}var EventsDiscardedReason={Unknown:0,NonRetryableStatus:1,InvalidEvent:2,SizeLimitExceeded:3,KillSwitch:4,QueueFull:5};var strUndefined=strShimUndefined;var strObject=strShimObject;var strPrototype=strShimPrototype;var strFunction=strShimFunction;var strWindow="window";var strDocument="document";var strNavigator="navigator";var strHistory="history";var strLocation="location";var strConsole="console";var strPerformance="performance";var strJSON="JSON";var strCrypto="crypto";var strMsCrypto="msCrypto";var strReactNative="ReactNative";var getGlobal$1=getGlobal;function getGlobalInst(e){var t=getGlobal$1();if(t&&t[e]){return t[e]}if(e===strWindow&&hasWindow()){return window}return null}function hasWindow(){return Boolean(typeof window===strObject&&window)}function getWindow(){if(hasWindow()){return window}return getGlobalInst(strWindow)}function hasDocument(){return Boolean(typeof document===strObject&&document)}function getDocument(){if(hasDocument()){return document}return getGlobalInst(strDocument)}function hasNavigator(){return Boolean(typeof navigator===strObject&&navigator)}function getNavigator(){if(hasNavigator()){return navigator}return getGlobalInst(strNavigator)}function hasHistory(){return Boolean(typeof history===strObject&&history)}function getHistory(){if(hasHistory()){return history}return getGlobalInst(strHistory)}function getLocation$1(){if(typeof location===strObject&&location){return location}return getGlobalInst(strLocation)}function getConsole(){if(typeof console!==strUndefined){return console}return getGlobalInst(strConsole)}function getPerformance(){return getGlobalInst(strPerformance)}function hasJSON(){return Boolean(typeof JSON===strObject&&JSON||getGlobalInst(strJSON)!==null)}function getJSON(){if(hasJSON()){return JSON||getGlobalInst(strJSON)}return null}function getCrypto(){return getGlobalInst(strCrypto)}function getMsCrypto(){return getGlobalInst(strMsCrypto)}function isReactNative(){var e=getNavigator();if(e&&e.product){return e.product===strReactNative}return false}var strOnPrefix="on";var strAttachEvent="attachEvent";var strAddEventHelper="addEventListener";var strDetachEvent="detachEvent";var strRemoveEventListener="removeEventListener";var UInt32Mask=4294967296;var MaxUInt32=4294967295;var _isTrident=null;var _mwcSeeded=false;var _mwcW=123456789;var _mwcZ=987654321;function _mwcSeed(e){if(e<0){e>>>=0}_mwcW=123456789+e&MaxUInt32;_mwcZ=987654321-e&MaxUInt32;_mwcSeeded=true}function _autoSeedMwc(){_mwcSeed(Math.random()*UInt32Mask^(new Date).getTime())}function _isTypeof(e,t){return typeof e===t}function _isUndefined(e){return _isTypeof(e,strShimUndefined)||e===undefined}function _isNullOrUndefined(e){return _isUndefined(e)||e===null}function _hasOwnProperty(e,t){return e&&Object[strShimPrototype].hasOwnProperty.call(e,t)}function _isObject(e){return _isTypeof(e,strShimObject)}function _isFunction(e){return _isTypeof(e,strShimFunction)}function _attachEvent(e,t,n,r){if(r===void 0){r=false}var i=false;if(!_isNullOrUndefined(e)){try{if(!_isNullOrUndefined(e[strAddEventHelper])){e[strAddEventHelper](t,n,r);i=true}else if(!_isNullOrUndefined(e[strAttachEvent])){e[strAttachEvent](strOnPrefix+t,n);i=true}}catch(e){}}return i}function _detachEvent(e,t,n,r){if(r===void 0){r=false}if(!_isNullOrUndefined(e)){try{if(!_isNullOrUndefined(e[strRemoveEventListener])){e[strRemoveEventListener](t,n,r)}else if(!_isNullOrUndefined(e[strDetachEvent])){e[strDetachEvent](strOnPrefix+t,n)}}catch(e){}}}function normalizeJsName(e){var t=e;var n=/([^\w\d_$])/g;if(n.test(e)){t=e.replace(n,"_")}return t}function objForEachKey(e,t){if(e&&_isObject(e)){for(var n in e){if(_hasOwnProperty(e,n)){t.call(e,n,e[n])}}}}var CoreUtils=function(){function e(){}e.isDate=function(e){return Object[strShimPrototype].toString.call(e)==="[object Date]"};e.isArray=function(e){return Object[strShimPrototype].toString.call(e)==="[object Array]"};e.isError=function(e){return Object[strShimPrototype].toString.call(e)==="[object Error]"};e.isString=function(e){return _isTypeof(e,"string")};e.isNumber=function(e){return _isTypeof(e,"number")};e.isBoolean=function(e){return _isTypeof(e,"boolean")};e.disableCookies=function(){e._canUseCookies=false};e.newGuid=function(){function t(){return e.randomValue(15)}return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(GuidRegex,(function(e){var n=t()|0,r=e==="x"?n:n&3|8;return r.toString(16)}))};e.toISOString=function(t){if(e.isDate(t)){var n=function(e){var t=String(e);if(t.length===1){t="0"+t}return t};return t.getUTCFullYear()+"-"+n(t.getUTCMonth()+1)+"-"+n(t.getUTCDate())+"T"+n(t.getUTCHours())+":"+n(t.getUTCMinutes())+":"+n(t.getUTCSeconds())+"."+String((t.getUTCMilliseconds()/1e3).toFixed(3)).slice(2,5)+"Z"}};e.arrForEach=function(e,t,n){var r=e.length;for(var i=0;i<r;i++){if(i in e){t.call(n||e,e[i],i,e)}}};e.arrIndexOf=function(e,t,n){var r=e.length;var i=n||0;for(var a=Math.max(i>=0?i:r-Math.abs(i),0);a<r;a++){if(a in e&&e[a]===t){return a}}return-1};e.arrMap=function(e,t,n){var r=e.length;var i=n||e;var a=new Array(r);for(var o=0;o<r;o++){if(o in e){a[o]=t.call(i,e[o],e)}}return a};e.arrReduce=function(e,t,n){var r=e.length;var i=0;var a;if(arguments.length>=3){a=arguments[2]}else{while(i<r&&!(i in e)){i++}a=e[i++]}while(i<r){if(i in e){a=t(a,e[i],i,e)}i++}return a};e.strTrim=function(t){if(!e.isString(t)){return t}return t.replace(/^\s+|\s+$/g,"")};e.objKeys=function(e){var t=!{toString:null}.propertyIsEnumerable("toString");if(!_isFunction(e)&&(!_isObject(e)||e===null)){throw new TypeError("objKeys called on non-object")}var n=[];for(var r in e){if(_hasOwnProperty(e,r)){n.push(r)}}if(t){var i=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"];var a=i.length;for(var o=0;o<a;o++){if(_hasOwnProperty(e,i[o])){n.push(i[o])}}}return n};e.objDefineAccessors=function(e,t,n,r){var i=Object["defineProperty"];if(i){try{var a={enumerable:true,configurable:true};if(n){a.get=n}if(r){a.set=r}i(e,t,a);return true}catch(e){}}return false};e.addEventHandler=function(e,t){var n=false;var r=getWindow();if(r){n=_attachEvent(r,e,t);n=_attachEvent(r["body"],e,t)||n}var i=getDocument();if(i){n=EventHelper.Attach(i,e,t)||n}return n};e.dateNow=function(){var e=Date;if(e.now){return e.now()}return(new e).getTime()};e.perfNow=function(){var t=getPerformance();if(t&&t.now){return t.now()}return e.dateNow()};e.newId=function(t){if(t===void 0){t=22}var n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";var r=e.random32()>>>0;var i=0;var a="";while(a.length<t){i++;a+=n.charAt(r&63);r>>>=6;if(i===5){r=(e.random32()<<2&4294967295|r&3)>>>0;i=0}}return a};e.isIE=function(){if(_isTrident===null){var e=getNavigator()||{};var t=(e.userAgent||"").toLowerCase();_isTrident=t.indexOf("msie")!==-1||t.indexOf("trident/")!==-1}return _isTrident};e.randomValue=function(t){if(t>0){return Math.floor(e.random32()/MaxUInt32*(t+1))>>>0}return 0};e.random32=function(t){var n;var r=getCrypto()||getMsCrypto();if(r&&r.getRandomValues){n=r.getRandomValues(new Uint32Array(1))[0]&MaxUInt32}else if(e.isIE()){if(!_mwcSeeded){_autoSeedMwc()}n=e.mwcRandom32()&MaxUInt32}else{n=Math.floor(UInt32Mask*Math.random()|0)}if(!t){n>>>=0}return n};e.mwcRandomSeed=function(e){if(!e){_autoSeedMwc()}else{_mwcSeed(e)}};e.mwcRandom32=function(e){_mwcZ=36969*(_mwcZ&65535)+(_mwcZ>>16)&MaxUInt32;_mwcW=18e3*(_mwcW&65535)+(_mwcW>>16)&MaxUInt32;var t=(_mwcZ<<16)+(_mwcW&65535)>>>0&MaxUInt32|0;if(!e){t>>>=0}return t};e.generateW3CId=function(){var t=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];var n="",r;for(var i=0;i<4;i++){r=e.random32();n+=t[r&15]+t[r>>4&15]+t[r>>8&15]+t[r>>12&15]+t[r>>16&15]+t[r>>20&15]+t[r>>24&15]+t[r>>28&15]}var a=t[8+(e.random32()&3)|0];return n.substr(0,8)+n.substr(9,4)+"4"+n.substr(13,3)+a+n.substr(16,3)+n.substr(19,12)};e.isTypeof=_isTypeof;e.isUndefined=_isUndefined;e.isNullOrUndefined=_isNullOrUndefined;e.hasOwnProperty=_hasOwnProperty;e.isFunction=_isFunction;e.isObject=_isObject;e.objCreate=objCreateFn;return e}();var GuidRegex=/[xy]/g;var EventHelper=function(){function e(){}e.Attach=_attachEvent;e.AttachEvent=_attachEvent;e.Detach=_detachEvent;e.DetachEvent=_detachEvent;return e}();var LoggingSeverity;(function(e){e[e["CRITICAL"]=1]="CRITICAL";e[e["WARNING"]=2]="WARNING"})(LoggingSeverity||(LoggingSeverity={}));var _InternalMessageId={BrowserDoesNotSupportLocalStorage:0,BrowserCannotReadLocalStorage:1,BrowserCannotReadSessionStorage:2,BrowserCannotWriteLocalStorage:3,BrowserCannotWriteSessionStorage:4,BrowserFailedRemovalFromLocalStorage:5,BrowserFailedRemovalFromSessionStorage:6,CannotSendEmptyTelemetry:7,ClientPerformanceMathError:8,ErrorParsingAISessionCookie:9,ErrorPVCalc:10,ExceptionWhileLoggingError:11,FailedAddingTelemetryToBuffer:12,FailedMonitorAjaxAbort:13,FailedMonitorAjaxDur:14,FailedMonitorAjaxOpen:15,FailedMonitorAjaxRSC:16,FailedMonitorAjaxSend:17,FailedMonitorAjaxGetCorrelationHeader:18,FailedToAddHandlerForOnBeforeUnload:19,FailedToSendQueuedTelemetry:20,FailedToReportDataLoss:21,FlushFailed:22,MessageLimitPerPVExceeded:23,MissingRequiredFieldSpecification:24,NavigationTimingNotSupported:25,OnError:26,SessionRenewalDateIsZero:27,SenderNotInitialized:28,StartTrackEventFailed:29,StopTrackEventFailed:30,StartTrackFailed:31,StopTrackFailed:32,TelemetrySampledAndNotSent:33,TrackEventFailed:34,TrackExceptionFailed:35,TrackMetricFailed:36,TrackPVFailed:37,TrackPVFailedCalc:38,TrackTraceFailed:39,TransmissionFailed:40,FailedToSetStorageBuffer:41,FailedToRestoreStorageBuffer:42,InvalidBackendResponse:43,FailedToFixDepricatedValues:44,InvalidDurationValue:45,TelemetryEnvelopeInvalid:46,CreateEnvelopeError:47,CannotSerializeObject:48,CannotSerializeObjectNonSerializable:49,CircularReferenceDetected:50,ClearAuthContextFailed:51,ExceptionTruncated:52,IllegalCharsInName:53,ItemNotInArray:54,MaxAjaxPerPVExceeded:55,MessageTruncated:56,NameTooLong:57,SampleRateOutOfRange:58,SetAuthContextFailed:59,SetAuthContextFailedAccountName:60,StringValueTooLong:61,StartCalledMoreThanOnce:62,StopCalledWithoutStart:63,TelemetryInitializerFailed:64,TrackArgumentsNotSpecified:65,UrlTooLong:66,SessionStorageBufferFull:67,CannotAccessCookie:68,IdTooLong:69,InvalidEvent:70,FailedMonitorAjaxSetRequestHeader:71,SendBrowserInfoOnUserInit:72,PluginException:73,NotificationException:74,SnippetScriptLoadFailure:99,InvalidInstrumentationKey:100,CannotParseAiBlobValue:101,InvalidContentBlob:102,TrackPageActionEventFailed:103};
|
|
2
2
|
/*!
|
|
3
3
|
* Microsoft Dynamic Proto Utility, 1.1.0
|
|
4
4
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|