@flarehr/apollo-super-selection 4.27.29425 → 4.28.30096

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.css +1 -1
  2. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
  3. package/dist/lib/apollo-super-selection/p-0936abfe.system.entry.js +69 -0
  4. package/dist/lib/apollo-super-selection/{p-77f20abe.entry.js → p-8876ba69.entry.js} +4 -4
  5. package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
  6. package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
  7. package/dist/lib/cjs/loader.cjs.js +1 -1
  8. package/dist/lib/cjs/sss-button_30.cjs.entry.js +120 -66
  9. package/dist/lib/collection/apollo-super-selection.css +1 -1
  10. package/dist/lib/collection/components/super-selection-app/api/super-selection.api.js +12 -0
  11. package/dist/lib/collection/components/super-selection-app/consent/consent.js +2 -6
  12. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/default-fund/default-fund.js +1 -1
  13. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.js +1 -7
  14. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.js +2 -5
  15. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.js +9 -0
  16. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund.store.js +4 -5
  17. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v1-iframe-builder.js +1 -10
  18. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-iframe-builder.js +14 -14
  19. package/dist/lib/collection/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.js +1 -8
  20. package/dist/lib/collection/components/super-selection-app/services/misc.service.js +7 -0
  21. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +32 -0
  22. package/dist/lib/collection/components/super-selection-app/services/super-selection.store.js +4 -1
  23. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +38 -10
  24. package/dist/lib/esm/apollo-super-selection.js +1 -1
  25. package/dist/lib/esm/loader.js +1 -1
  26. package/dist/lib/esm/sss-button_30.entry.js +120 -66
  27. package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
  28. package/dist/lib/esm-es5/loader.js +1 -1
  29. package/dist/lib/esm-es5/sss-button_30.entry.js +4 -4
  30. package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +2 -6
  31. package/dist/lib/types/components/super-selection-app/api/super-selection.api.d.ts +3 -1
  32. package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +15 -0
  33. package/dist/lib/types/components/super-selection-app/consent/consent.d.ts +0 -1
  34. package/dist/lib/types/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.dto.d.ts +11 -7
  35. package/dist/lib/types/components/super-selection-app/funds/custom-fund/member-name-input.d.ts +1 -1
  36. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.d.ts +2 -1
  37. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.dto.d.ts +12 -0
  38. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund.store.d.ts +3 -2
  39. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/types.d.ts +1 -0
  40. package/dist/lib/types/components/super-selection-app/funds/slate-super/api/slate-choice.api.dto.d.ts +3 -0
  41. package/dist/lib/types/components/super-selection-app/services/misc.service.d.ts +6 -0
  42. package/dist/lib/types/components/super-selection-app/services/super-selection-app.service.d.ts +9 -1
  43. package/dist/lib/types/components/super-selection-app/services/super-selection.store.d.ts +4 -1
  44. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-page.d.ts +1 -0
  45. package/package.json +1 -1
  46. package/dist/lib/apollo-super-selection/p-3457c8b6.system.entry.js +0 -69
@@ -0,0 +1,69 @@
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}}};System.register(["./p-44bec843.system.js","./p-14885f78.system.js","./p-80178f87.system.js"],(function(e){"use strict";var t,n,r,i,a,o,s,u,c,l,f,d,p,h,v,m,g,y,b,w,x,S,C,_,I,F,T;return{setters:[function(e){t=e.r;n=e.h;r=e.g;i=e.f;a=e.a;o=e.H;s=e.c;u=e.F;c=e.d;l=e.e;f=e.s},function(e){d=e.f;p=e.m;h=e.S;v=e.a;m=e.i;g=e.b;y=e.O;b=e.c;w=e.d;x=e.g;S=e.h;C=e.j;_=e.k;I=e.l;F=e.Q},function(e){T=e.A}],execute:function(){var E;function A(){}function k(e,t,n){if(n===void 0){n=Number.POSITIVE_INFINITY}if(typeof t==="function"){return function(r){return r.pipe(k((function(n,r){return d(e(n,r)).pipe(p((function(e,i){return t(n,e,r,i)})))}),n))}}else if(typeof t==="number"){n=t}return function(t){return t.lift(new N(e,n))}}var N=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 P(e,this.project,this.concurrent))};return e}();var P=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 v(this);var n=this.destination;n.add(t);var r=m(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}(h);function D(e,t,n,r){if(b(n)){r=n;n=undefined}if(r){return D(e,t,n).pipe(p((function(e){return g(e)?r.apply(void 0,e):r(e)})))}return new y((function(r){function i(e){if(arguments.length>1){r.next(Array.prototype.slice.call(arguments))}else{r.next(e)}}M(e,t,i,r,n)}))}function M(e,t,n,r,i){var a;if(L(e)){var o=e;e.addEventListener(t,n,i);a=function(){return o.removeEventListener(t,n,i)}}else if(O(e)){var s=e;e.on(t,n);a=function(){return s.off(t,n)}}else if(R(e)){var u=e;e.addListener(t,n);a=function(){return u.removeListener(t,n)}}else if(e&&e.length){for(var c=0,l=e.length;c<l;c++){M(e[c],t,n,r,i)}}else{throw new TypeError("Invalid event target")}r.add(a)}function R(e){return e&&typeof e.addListener==="function"&&typeof e.removeListener==="function"}function O(e){return e&&typeof e.on==="function"&&typeof e.off==="function"}function L(e){return e&&typeof e.addEventListener==="function"&&typeof e.removeEventListener==="function"}function U(e,t){if(t===void 0){t=w}return function(n){return n.lift(new B(e,t))}}var B=function(){function e(e,t){this.dueTime=e;this.scheduler=t}e.prototype.call=function(e,t){return t.subscribe(new j(e,this.dueTime,this.scheduler))};return e}();var j=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(V,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}(x);function V(e){e.debouncedNext()}function q(e,t,n){return function r(i){return i.lift(new z(e,t,n))}}var z=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 H(e,this.nextOrObserver,this.error,this.complete))};return e}();var H=function(e){__extends(t,e);function t(t,n,r,i){var a=e.call(this,t)||this;a._tapNext=A;a._tapError=A;a._tapComplete=A;a._tapError=r||A;a._tapComplete=i||A;if(b(n)){a._context=a;a._tapNext=n}else if(n){a._context=n;a._tapNext=n.next||A;a._tapError=n.error||A;a._tapComplete=n.complete||A}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}(x);var W="4.28.30096";var G=function(e){return e._tag==="Some"};var K=function(e){return e._tag==="None"};var X={_tag:"None"};var J=function(e){return{_tag:"Some",value:e}};function Y(e){return e==null?X:J(e)}function $(e){return K(e)?undefined:e.value}var Q=function(e){return function(t){return K(t)?e():t.value}};var Z=Q;var ee=function(){function e(e){this.factory=e;this._value=X}Object.defineProperty(e.prototype,"value",{get:function(){if(G(this._value)){return this._value.value}var e=this.factory();this._value=J(e);return e},enumerable:false,configurable:true});return e}();function te(){if(!window.location.pathname.endsWith("/")){var e=window.location.pathname+"/"+window.location.search+window.location.hash;history.pushState(history.state,"",e)}}function ne(e){T.injectProps(e,["history","location"])}var re="/";var ie="./";var ae=new RegExp(["(\\\\.)","(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?"].join("|"),"g");var oe=function(e,t){var n=[];var r=0;var i=0;var a="";var o=t&&t.delimiter||re;var s=t&&t.delimiters||ie;var u=false;var c;while((c=ae.exec(e))!==null){var l=c[0];var f=c[1];var d=c.index;a+=e.slice(i,d);i=d+l.length;if(f){a+=f[1];u=true;continue}var p="";var h=e[i];var v=c[2];var m=c[3];var g=c[4];var y=c[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 w=p!==""&&h!==undefined&&h!==p;var x=y==="+"||y==="*";var S=y==="?"||y==="*";var C=p||o;var _=m||g;n.push({name:v||r++,prefix:p,delimiter:C,optional:S,repeat:x,partial:w,pattern:_?ue(_):"[^"+se(C)+"]+?"})}if(a||i<e.length){n.push(a+e.substr(i))}return n};var se=function(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")};var ue=function(e){return e.replace(/([=!:$/()])/g,"\\$1")};var ce=function(e){return e&&e.sensitive?"":"i"};var le=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 fe=function(e,t,n){var r=[];for(var i=0;i<e.length;i++){r.push(he(e[i],t,n).source)}return new RegExp("(?:"+r.join("|")+")",ce(n))};var de=function(e,t,n){return pe(oe(e,n),t,n)};var pe=function(e,t,n){n=n||{};var r=n.strict;var i=n.end!==false;var a=se(n.delimiter||re);var o=n.delimiters||ie;var s=[].concat(n.endsWith||[]).map(se).concat("$").join("|");var u="";var c=false;for(var l=0;l<e.length;l++){var f=e[l];if(typeof f==="string"){u+=se(f);c=l===e.length-1&&o.indexOf(f[f.length-1])>-1}else{var d=se(f.prefix||"");var p=f.repeat?"(?:"+f.pattern+")(?:"+d+"(?:"+f.pattern+"))*":f.pattern;if(t)t.push(f);if(f.optional){if(f.partial){u+=d+"("+p+")?"}else{u+="(?:"+d+"("+p+"))?"}}else{u+=d+"("+p+")"}}}if(i){if(!r)u+="(?:"+a+")?";u+=s==="$"?"$":"(?="+s+")"}else{if(!r)u+="(?:"+a+"(?="+s+"))?";if(!c)u+="(?="+a+"|"+s+")"}return new RegExp("^"+u,ce(n))};var he=function(e,t,n){if(e instanceof RegExp){return le(e,t)}if(Array.isArray(e)){return fe(e,t,n)}return de(e,t,n)};var ve=function(e,t){return new RegExp("^"+t+"(\\/|\\?|#|$)","i").test(e)};var me=function(e,t){return ve(e,t)?e.substr(t.length):e};var ge=function(e){return e.charAt(e.length-1)==="/"?e.slice(0,-1):e};var ye=function(e){return e.charAt(0)==="/"?e:"/"+e};var be=function(e){return e.charAt(0)==="/"?e.substr(1):e};var we=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 xe=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 Se=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 Ce=function(e){return e.charAt(0)==="/"};var _e=function(e){return Math.random().toString(36).substr(2,e)};var Ie=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 Fe=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&&Ce(e);var s=t&&Ce(t);var u=o||s;if(e&&Ce(e)){n=a}else if(a.length){n.pop();n=n.concat(a)}if(!n.length){return"/"}if(n.length){var c=n[n.length-1];r=c==="."||c===".."||c===""}else{r=false}for(var l=n.length;l>=0;l--){var f=n[l];if(f==="."){Ie(n,l)}else if(f===".."){Ie(n,l);i++}else if(i){Ie(n,l);i--}}if(!u){for(;i--;i){n.unshift("..")}}if(u&&n[0]!==""&&(!n[0]||!Ce(n[0]))){n.unshift("")}var d=n.join("/");if(r&&d.substr(-1)!=="/"){d+="/"}return d};var Te=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 Te(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 Te(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 Te(e[n],t[n])}))}return false};var Ee=function(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&Te(e.state,t.state)};var Ae=function(e,t,n,r){var i;if(typeof e==="string"){i=we(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=Fe(i.pathname,r.pathname)}}else{if(!i.pathname){i.pathname="/"}}i.query=Se(i.search||"");return i};var ke=0;var Ne={};var Pe=1e4;var De=function(e,t){var n=""+t.end+t.strict;var r=Ne[n]||(Ne[n]={});var i=JSON.stringify(e);if(r[i]){return r[i]}var a=[];var o=he(e,a,t);var s={re:o,keys:a};if(ke<Pe){r[i]=s;ke+=1}return s};var Me=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=De(r,{end:a,strict:s}),c=u.re,l=u.keys;var f=c.exec(e);if(!f){return null}var d=f[0],p=f.slice(1);var h=e===d;if(a&&!h){return null}return{path:r,url:r==="/"&&d===""?"/":d,isExact:h,params:l.reduce((function(e,t,n){e[t.name]=p[n];return e}),{})}};var Re=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&&Te(e.params,t.params)};var Oe;(function(e){e[e["Available"]=0]="Available";e[e["Pending"]=1]="Pending";e[e["Error"]=2]="Error"})(Oe||(Oe={}));var Le=e("sss_button",function(){function e(e){t(this,e);this.fillWidth=false;this.fillWidthOnMobile=false;this.disabled=false;this.variant="primary";this.size="base";this.promiseFn=function(){return Promise.resolve()};this.state=Oe.Available}e.prototype.render=function(){var e;var t=this;var r={xs:"px-2.5 py-1.5 text-xs",base:"px-4 py-2 text-base",xl:"px-6 py-3 text-base"};return n("button",{class:(e={},e[r[this.size]]=true,e["inline-flex items-center justify-center border font-medium"]=true,e["rounded-md shadow-sm focus:outline-none focus:ring-2"]=true,e["focus:ring-offset-2 focus:ring-primary-focus pointer-events-auto"]=true,e["disabled:pointer-events-none disabled:border-gray-300 disabled:bg-gray-100 disabled:text-gray-400"]=true,e["border-transparent text-white bg-primary-base hover:bg-primary-hover"]=this.variant==="primary",e["border-gray-300 text-gray-700 bg-white hover:bg-gray-50"]=this.variant==="secondary",e["w-full"]=this.fillWidth||this.fillWidthOnMobile,e["sm:w-auto"]=this.fillWidthOnMobile,e),disabled:this.disabled,onClick:function(){return t.clicked()}},this.state===Oe.Pending&&n("sss-loading-indicator",{theme:this.variant==="primary"?"light":"primary",size:16}),n("div",{class:{hidden:this.state===Oe.Pending}},n("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:if(!this.promiseFn||this.state===Oe.Pending)return[2];t.label=1;case 1:t.trys.push([1,3,,4]);this.state=Oe.Pending;return[4,this.promiseFn()];case 2:t.sent();this.state=Oe.Available;return[3,4];case 3:e=t.sent();this.state=Oe.Error;throw e;case 4:return[2]}}))}))};return e}());var Ue=undefined&&undefined.__assign||function(){Ue=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 Ue.apply(this,arguments)};var Be=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 je=function(e,t,n){if(n===void 0){n=false}if(!e||!t||typeof e!=="object"||typeof t!=="object")return e;var r=Ue({},e);for(var i in t){if(t.hasOwnProperty(i)){if(t[i]instanceof Array&&e[i]instanceof Array){r[i]=n?Be(e[i],t[i]):t[i]}else if(typeof t[i]==="object"&&typeof e[i]==="object"){r[i]=je(e[i],t[i],n)}else{r[i]=t[i]}}}return r};var Ve=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 qe={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 c=this.polyfills[e]||(typeof self!=="undefined"?self[e]:null)||(typeof global!=="undefined"?global[e]:null);if(i&&!c)throw new Error(e+" is not defined");return o&&c?new(c.bind.apply(c,Ve([void 0],s))):c}};var ze=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);We.callbacks.delete(t);if(We.callbacks.size<1){We.observer.disconnect();if(r.clearResourceTimings){r.clearResourceTimings()}}return true}return false};var He=function(e,t){if(!We.observer&&e&&t){We.observer=new t((function(t){We.callbacks.forEach((function(n,r){ze(t,r,n,e)}))}));if(e.clearResourceTimings)e.clearResourceTimings()}return We.observer};var We={callbacks:new Map,observer:null,observe:function(e,t){if(!e||!t)return;var n=qe.polyfill("performance",{doThrow:false});var r=qe.polyfill("PerformanceObserver",{doThrow:false});if(!He(n,r))return;if(!ze(n,e,t,n)){if(We.callbacks.size<1)We.observer.observe({entryTypes:["resource","measure"]});We.callbacks.set(e,t)}}};var Ge=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 Ke=function(){function e(e){this.error=e}return e}();var Xe=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=je(qe.defaults,a);var u=qe.polyfill("AbortController",{doThrow:false,instance:true});if(!s["signal"]&&u){s["signal"]=u.signal}var c={ref:null,clear:function(){if(c.ref){clearTimeout(c.ref);c.ref=null}}};var l=Ge(i)(qe.polyfill("fetch"))(t,s);var f=l.catch((function(e){throw new Ke(e)})).then((function(e){c.clear();if(!e.ok){return e[qe.errorType||"text"]().then((function(t){var n=new Error(t);n[qe.errorType||"text"]=t;n["status"]=e.status;n["response"]=e;throw n}))}return e}));var d=function(t){return t.catch((function(t){c.clear();var n=t instanceof Ke?t.error:t;if(t instanceof Ke&&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?d(f.then((function(t){return t&&t[e]()})).then((function(e){return t?t(e):e}))):d(f.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){l.then((function(t){return We.observe(t.url,e)}));return h},setTimeout:function(e,t){if(t===void 0){t=u}c.clear();c.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 Je=undefined&&undefined.__assign||function(){Je=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 Je.apply(this,arguments)};var Ye=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 $e="application/json";var Qe="Content-Type";var Ze=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,c=n.resolvers,l=c===void 0?this._resolvers:c,f=n.middlewares,d=f===void 0?this._middlewares:f,p=n.deferredChain,h=p===void 0?this._deferredChain:p;return new e(i,Je({},o),new Map(u),Ye(l),Ye(d),Ye(h))};e.prototype.defaults=function(e,t){if(t===void 0){t=false}qe.defaults=t?je(qe.defaults,e):e;return this};e.prototype.errorType=function(e){qe.errorType=e;return this};e.prototype.polyfills=function(e){qe.polyfills=Je(Je({},qe.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?je(this._options,e):e})};e.prototype.query=function(e,t){if(t===void 0){t=false}return this.selfFactory({url:et(this._url,e,t)})};e.prototype.headers=function(e){return this.selfFactory({options:je(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[Qe]=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:Je(Je({},this._options),{signal:e.signal})})};e.prototype.resolve=function(e,t){if(t===void 0){t=false}return this.selfFactory({resolvers:t?[e]:Ye(this._resolvers,[e])})};e.prototype.defer=function(e,t){if(t===void 0){t=false}return this.selfFactory({deferredChain:t?[e]:Ye(this._deferredChain,[e])})};e.prototype.middlewares=function(e,t){if(t===void 0){t=false}return this.selfFactory({middlewares:t?e:Ye(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()!==Qe.toLowerCase()||n.startsWith($e)})))?this.json(n):this.body(n);i=i.options(Je(Je({},t),{method:e}));var a=i._deferredChain.reduce((function(e,t){return t(e,e._url,e._options)}),i);return Xe(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:Je(Je({},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()===Qe.toLowerCase()&&n.startsWith($e)})))===null||t===void 0?void 0:t[1];return this.content(n||$e).body(JSON.stringify(e))};e.prototype.formData=function(e,t){if(t===void 0){t=false}return this.body(tt(e,t))};e.prototype.formUrl=function(e){return this.body(typeof e==="string"?e:rt(e)).content("application/x-www-form-urlencoded")};return e}();var et=function(e,t,n){var r;if(typeof t==="string"){r=t}else{var i=qe.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 c=e.split("?");if(n||c.length<2)return c[0]+"?"+r;return e+"&"+r};function tt(e,t,n,r){if(t===void 0){t=false}if(n===void 0){n=qe.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 c=u[s];n.append(o+"[]",c)}}else if(t&&typeof a==="object"&&(!(t instanceof Array)||!t.includes(i))){if(a!==null){tt(a,t,n,Ye(r,[i]))}}else{n.append(o,a)}}));return n}function nt(e,t){return encodeURIComponent(e)+"="+encodeURIComponent(typeof t==="object"?JSON.stringify(t):""+t)}function rt(e){return Object.keys(e).map((function(t){var n=e[t];if(n instanceof Array){return n.map((function(e){return nt(t,e)})).join("&")}return nt(t,n)})).join("&")}var it=Ze.factory;it["default"]=Ze.factory;var at=function(e,t,n){var r=e.get(t);if(!r){e.set(t,[n])}else if(!r.includes(n)){r.push(n)}};var ot=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 st=function(e){return!("isConnected"in e)||e.isConnected};var ut=ot((function(e){for(var t=0,n=e.keys();t<n.length;t++){var r=n[t];e.set(r,e.get(r).filter(st))}}),2e3);var ct=function(e){var t=e.on;var n=new Map;if(typeof r==="function"){t("dispose",(function(){n.clear()}));t("get",(function(e){var t=r();if(t){at(n,e,t)}}));t("set",(function(e){var t=n.get(e);if(t){n.set(e,t.filter(i))}ut(n)}));t("reset",(function(){n.forEach((function(e){return e.forEach(i)}));ut(n)}))}};var lt=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 c=function(e,t){r[e].push(t);return function(){ft(r[e],t)}};var l=function(t,n){var r=c("set",(function(e,r){if(e===t){n(r)}}));var i=c("reset",(function(){return n(e[t])}));return function(){r();i()}};var f=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return e.forEach((function(e){if(e.set){c("set",e.set)}if(e.get){c("get",e.get)}if(e.reset){c("reset",e.reset)}}))};return{state:u,get:o,set:s,on:c,onChange:l,use:f,dispose:a,reset:i}};var ft=function(e,t){var n=e.indexOf(t);if(n>=0){e[n]=e[e.length-1];e.length--}};var dt=function(e,t){var n=lt(e,t);ct(n);return n};function pt(e,t,n){return n={path:t,exports:{},require:function(e,t){return ht()}},e(n,n.exports),n.exports}function ht(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var vt=pt((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 c(e){return e-1}t.decrement=c;function l(e){throw new Error("Called `absurd` function which should be uncallable")}t.absurd=l;function f(e){return function(t){return e.apply(void 0,t)}}t.tupled=f;function d(e){return function(){var t=[];for(var n=0;n<arguments.length;n++){t[n]=arguments[n]}return e(t)}}t.untupled=d;function p(e,t,n,r,i,a,o,s,u,c,l,f,d,p,h,v,m,g,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 c(u(s(o(a(i(r(n(t(e)))))))));case 11:return l(c(u(s(o(a(i(r(n(t(e))))))))));case 12:return f(l(c(u(s(o(a(i(r(n(t(e)))))))))));case 13:return d(f(l(c(u(s(o(a(i(r(n(t(e))))))))))));case 14:return p(d(f(l(c(u(s(o(a(i(r(n(t(e)))))))))))));case 15:return h(p(d(f(l(c(u(s(o(a(i(r(n(t(e))))))))))))));case 16:return v(h(p(d(f(l(c(u(s(o(a(i(r(n(t(e)))))))))))))));case 17:return m(v(h(p(d(f(l(c(u(s(o(a(i(r(n(t(e))))))))))))))));case 18:return g(m(v(h(p(d(f(l(c(u(s(o(a(i(r(n(t(e)))))))))))))))));case 19:return y(g(m(v(h(p(d(f(l(c(u(s(o(a(i(r(n(t(e))))))))))))))))));case 20:return b(y(g(m(v(h(p(d(f(l(c(u(s(o(a(i(r(n(t(e)))))))))))))))))))}return}t.pipe=p;t.hole=l;var h=function(e,t,n){var r;return Object.assign({},e,(r={},r[t]=n,r))};t.bind_=h;var v=function(e){return function(t){var n;return n={},n[e]=t,n}};t.bindTo_=v}));var mt=pt((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 c(e){return e._tag==="Left"?t.none:t.some(e.right)}t.getRight=c;t.fromEither=c;function l(e,n){return function(r){return t.isNone(r)?e():n(r.value)}}t.fold=l;function f(e){return t.isNone(e)?null:e.value}t.toNullable=f;function d(e){return t.isNone(e)?undefined:e.value}t.toUndefined=d;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=v;function v(e){return function(n){return t.isNone(n)?t.none:a(e(n.value))}}t.chainNullableK=v;var m=function(e,n){return vt.pipe(e,t.map(n))};var g=function(e,n){return vt.pipe(e,t.ap(n))};var y=function(e,n){return vt.pipe(e,t.chain(n))};var b=function(e,n,r){return vt.pipe(e,t.reduce(n,r))};var w=function(e){var n=t.foldMap(e);return function(e,t){return vt.pipe(e,n(t))}};var x=function(e,n,r){return vt.pipe(e,t.reduceRight(n,r))};var S=function(e){var n=t.traverse(e);return function(e,t){return vt.pipe(e,n(t))}};var C=function(e,n){return vt.pipe(e,t.alt(n))};var _=function(e,n){return vt.pipe(e,t.filter(n))};var I=function(e,n){return vt.pipe(e,t.filterMap(n))};var F=function(e,n){return vt.pipe(e,t.extend(n))};var T=function(e,n){return vt.pipe(e,t.partition(n))};var E=function(e,n){return vt.pipe(e,t.partitionMap(n))};var A=function(e){var n=t.wither(e);return function(e,t){return vt.pipe(e,n(t))}};var k=function(e){var n=t.wilt(e);return function(e,t){return vt.pipe(e,n(t))}};var N=function(e){return function(n){return t.isNone(n)?t.none:t.some(e(n.value))}};t.map=N;var P=function(e){return function(n){return t.isNone(n)?t.none:t.isNone(e)?t.none:t.some(n.value(e.value))}};t.ap=P;var D=function(e){return vt.flow(t.map((function(e){return function(){return e}})),t.ap(e))};t.apFirst=D;var M=function(e){return vt.flow(t.map((function(){return function(e){return e}})),t.ap(e))};t.apSecond=M;t.of=t.some;var R=function(e){return function(n){return t.isNone(n)?t.none:e(n.value)}};t.chain=R;var O=function(e){return t.chain((function(n){return vt.pipe(e(n),t.map((function(){return n})))}))};t.chainFirst=O;t.flatten=t.chain(vt.identity);var L=function(e){return function(n){return t.isNone(n)?e():n}};t.altW=L;t.alt=t.altW;var U=function(){return t.none};t.zero=U;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(vt.identity);var V=function(e,n){return function(r){return t.isNone(r)?e:n(e,r.value)}};t.reduce=V;var q=function(e){return function(n){return function(r){return t.isNone(r)?e.empty:n(r.value)}}};t.foldMap=q;var z=function(e,n){return function(r){return t.isNone(r)?e:n(r.value,e)}};t.reduceRight=z;t.compact=t.flatten;var H={left:t.none,right:t.none};var W=function(e){var n=vt.pipe(e,t.map((function(e){return{left:u(e),right:c(e)}})));return t.isNone(n)?H:n.value};t.separate=W;var G=function(e){return function(n){return t.isNone(n)?t.none:e(n.value)?n:t.none}};t.filter=G;var K=function(e){return function(n){return t.isNone(n)?t.none:e(n.value)}};t.filterMap=K;var X=function(e){return function(t){return{left:_(t,(function(t){return!e(t)})),right:_(t,e)}}};t.partition=X;var J=function(e){return vt.flow(t.map(e),t.separate)};t.partitionMap=J;var Y=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=Y;var $=function(e){return function(n){return t.isNone(n)?e.of(t.none):e.map(n.value,t.some)}};t.sequence=$;var Q=function(e){return function(n){return function(r){return t.isNone(r)?e.of(t.none):n(r.value)}}};t.wither=Q;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:c(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:m};t.Applicative={URI:t.URI,map:m,ap:g,of:t.of};t.Monad={URI:t.URI,map:m,ap:g,of:t.of,chain:y};t.Foldable={URI:t.URI,reduce:b,foldMap:w,reduceRight:x};t.Alt={URI:t.URI,map:m,alt:C};t.Alternative={URI:t.URI,map:m,ap:g,of:t.of,alt:C,zero:t.zero};t.Extend={URI:t.URI,map:m,extend:F};t.Compactable={URI:t.URI,compact:t.compact,separate:t.separate};t.Filterable={URI:t.URI,map:m,compact:t.compact,separate:t.separate,filter:_,filterMap:I,partition:T,partitionMap:E};t.Traversable={URI:t.URI,map:m,reduce:b,foldMap:w,reduceRight:x,traverse:S,sequence:t.sequence};t.Witherable={URI:t.URI,map:m,reduce:b,foldMap:w,reduceRight:x,traverse:S,sequence:t.sequence,compact:t.compact,separate:t.separate,filter:_,filterMap:I,partition:T,partitionMap:E,wither:A,wilt:k};t.MonadThrow={URI:t.URI,map:m,ap:g,of:t.of,chain:y,throwError:t.throwError};t.option={URI:t.URI,map:m,of:t.of,ap:g,chain:y,reduce:b,foldMap:w,reduceRight:x,traverse:S,sequence:t.sequence,zero:t.zero,alt:C,extend:F,compact:t.compact,separate:t.separate,filter:_,filterMap:I,partition:T,partitionMap:E,wither:A,wilt:k,throwError:t.throwError};function ue(e){return function(n,r){return t.isNone(r)?false:e.equals(n,r.value)}}t.elem=ue;function ce(e){return function(n){return t.isNone(n)?false:e(n.value)}}t.exists=ce;function le(e){return function(n){return t.isSome(e(n))}}t.getRefinement=le;t.Do=t.of({});var fe=function(e){return t.map(vt.bindTo_(e))};t.bindTo=fe;var de=function(e,n){return t.chain((function(r){return vt.pipe(n(r),t.map((function(t){return vt.bind_(r,e,t)})))}))};t.bind=de;var pe=function(e,n){return vt.flow(t.map((function(t){return function(n){return vt.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 ve=function(e){return t.traverseArrayWithIndex((function(t,n){return e(n)}))};t.traverseArray=ve;t.sequenceArray=t.traverseArray(vt.identity)}));function gt(e){this.message=e}gt.prototype=new Error,gt.prototype.name="InvalidCharacterError";var yt="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new gt("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,r,i=0,a=0,o="";r=t.charAt(a++);~r&&(n=i%4?64*n+r:r,i++%4)?o+=String.fromCharCode(255&n>>(-2*i&6)):0)r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(r);return o};function bt(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(yt(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 yt(t)}}function wt(e){this.message=e}function xt(e,t){if("string"!=typeof e)throw new wt("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(bt(e.split(".")[n]))}catch(e){throw new wt("Invalid token specified: "+e.message)}}wt.prototype=new Error,wt.prototype.name="InvalidTokenError";var St=function(){function e(){}e.prototype.getAustralianFundsAsync=function(e,t){if(t===void 0){t=false}return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(n){return[2,Tt().url("super-choice/australian-funds-v2?"+this.toQueryString(t,e)).get().notFound((function(){throw new Error("Failed to fetch the list of australian super funds.")})).json()]}))}))};e.prototype.getAustralianFundAsync=function(e,t){return __awaiter(this,void 0,void 0,(function(){var n;return __generator(this,(function(r){n=t?"?includeInactive=true":"";return[2,Tt().url("super-choice/australian-funds/"+e+n).get().notFound((function(){throw new Error("Failed to fetch australian super fund.")})).json()]}))}))};e.prototype.getAppStateAsync=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2,Tt().url("client-app-state").get().notFound((function(){throw new Error("Failed to fetch application configuration.")})).json()]}))}))};e.prototype.getCampaignConnectAsync=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2,Tt().url("compaign-connect").get().notFound((function(){throw new Error("Failed to fetch campaign connect.")})).json()]}))}))};e.prototype.clickPromotedTileAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,Tt().url("click-promoted-tile").post(e).res()]}))}))};e.prototype.toSearchFilterQueryString=function(e){return"search="+e.searchString+(e.maxRecordCount>0?"&maxRecordCount="+e.maxRecordCount:"")};e.prototype.toQueryString=function(e,t){var n=this.toSearchFilterQueryString(t);var r=e?"includeInactive=true":"";var i=function(e){return e&&e.length};return[n,r].filter(i).join("&")};return e}();var Ct=new St;var _t={apiBaseUrl:mt.none,appBaseUrl:mt.none,profileId:mt.none,jwt:mt.none,superBuyer:mt.none,promotedFunds:mt.none,accountConfiguration:mt.none,profileConfiguration:mt.none,hasSuccessPageBeenAcknowledged:false,hasSuperSelectionBeenSubmitted:false,campaignConnectEnabled:false,campaignConnectPromise:mt.none,campaignConnect:mt.none};var It=function(){function e(){var e=this;var t=dt(_t),n=t.state,r=t.onChange;this._state=n;this._onChange=r;r("jwt",(function(t){e._state.profileId=vt.pipe(t,mt.chain((function(e){return mt.fromNullable(xt(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(mt.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(mt.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(mt.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(this._state.campaignConnectEnabled&&mt.isSome(this._state.campaignConnect)){return this._state.campaignConnect.value.promotedFunds}if(mt.isNone(this._state.promotedFunds)){throw Error("Promoted Funds is not set")}return this._state.promotedFunds.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"promotedDefaultFundPosition",{get:function(){if(this._state.campaignConnectEnabled&&mt.isSome(this._state.campaignConnect)){return mt.fromNullable(this._state.campaignConnect.value.promotedDefaultFundPosition)}return mt.none},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"promotedFundsConfig",{get:function(){return{shownFunds:this.promotedFunds,promotedDefaultFundPosition:mt.toUndefined(this.promotedDefaultFundPosition),promotedFundsConfigSource:mt.isSome(this._state.campaignConnect)?"campaignConnect":"superSelection"}},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"profileId",{get:function(){if(mt.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(){var e=vt.pipe(this._state.profileConfiguration,mt.map((function(e){return mt.fromNullable(e.defaultFundUsi)})),mt.flatten);if(mt.isSome(e)){return e}return vt.pipe(this._state.accountConfiguration,mt.map((function(e){return mt.fromNullable(e.defaultFundUsi)})),mt.flatten)},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"accountIdOrDefault",{get:function(){return vt.pipe(this._state.accountConfiguration,mt.map((function(e){return e.accountId})),mt.getOrElse((function(){return""})))},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"partnerIdOrDefault",{get:function(){return vt.pipe(this._state.superBuyer,mt.map((function(e){return e.partnerId})),mt.getOrElse((function(){return""})))},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"jwt",{get:function(){if(mt.isNone(this._state.jwt)){throw Error("No authentication information was found")}return this._state.jwt.value},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,Ct.getAppStateAsync()];case 1:e=t.sent();this._state.accountConfiguration=mt.fromNullable(e.accountConfiguration);this._state.profileConfiguration=mt.fromNullable(e.profileConfiguration);this._state.superBuyer=mt.fromNullable(e.superBuyer);this._state.promotedFunds=mt.fromNullable(e.promotedFunds);if(this._state.campaignConnectEnabled){this._state.campaignConnectPromise=mt.fromNullable(Ct.getCampaignConnectAsync())}return[2]}}))}))};e.prototype.completeCampaignConnectRequestSafe=function(){return __awaiter(this,void 0,void 0,(function(){var e,t;return __generator(this,(function(n){switch(n.label){case 0:if(!this._state.campaignConnectEnabled)return[3,4];n.label=1;case 1:n.trys.push([1,3,,4]);return[4,vt.pipe(this._state.campaignConnectPromise,mt.getOrElse((function(){return Ct.getCampaignConnectAsync()})))];case 2:e=n.sent();this._state.campaignConnect=mt.fromNullable(e);return[3,4];case 3:t=n.sent();return[2];case 4:return[2]}}))}))};return e}();var Ft=new It;function Tt(){var e=Ft.jwt;var t=Ft.profileId;var n=Ft.accountIdOrDefault;var r=Ft.partnerIdOrDefault;return it(Ft.apiBaseUrl).headers({Authorization:"Bearer "+e,"X-PROFILE-ID":t,"X-PARTNER-ID":r,"X-ACCOUNT-ID":n})}var Et=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,Tt().url("analytics-events").post(e).res()]}))}))};return e}();var At=function(){function e(){this.eventTrackingApi=Et.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.TrackSuperFundNominationViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundNominationViewed:e})]}))}))};e.prototype.TrackSuperFundNominationDeclinedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundNominationDeclined:e})]}))}))};e.prototype.TrackSuperFundDisclaimerViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundDisclaimerViewed:e})]}))}))};e.prototype.TrackSuperFundDisclaimerAcceptedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundDisclaimerAccepted: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}();function kt(){Nt({type:"appReady"})}function Nt(e,t){if(t===undefined)t="*";e.sender="flare";window.parent.postMessage(e,t)}function Pt(e,t){Nt({type:"contentResized",height:e,width:t})}function Dt(e){Nt({type:"pageNavigated",url:e})}function Mt(){Nt({type:"complete"})}function Rt(){Nt({type:"submitSuccess"})}var Ot={appReady:kt,resize:Pt,navigation:Dt,complete:Mt,submitSuccess:Rt};var Lt={handleSubmitFn:function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2]}))}))},fundName:"",promotedFundId:undefined};var Ut=dt(Lt).state;var Bt;(function(e){e["ConsentPage"]="/consent";e["ExistingChoicePage"]="/existing";e["ChoicePage"]="/";e["SlateJoin"]="/slate/join/";e["PromotedFundJoinV1"]="/promoted-fund/join/v1";e["PromotedFundJoinV2"]="/promoted-fund/join/v2";e["MyOwnFund"]="/super-choice/my-own-fund/";e["SelfManagedFund"]="/super-choice/smsf/";e["DefaultFund"]="/super-choice/default/";e["StandardChoice"]="/standard-choice/";e["Success"]="/success/"})(Bt||(Bt={}));var jt=[n("stencil-route",{url:Bt.ConsentPage,component:"sss-consent-page"}),n("stencil-route",{url:Bt.ExistingChoicePage,component:"sss-existing-choice-page"}),n("stencil-route",{exact:true,url:Bt.ChoicePage,component:"sss-super-choice-page"}),n("stencil-route",{url:Bt.SlateJoin,component:"sss-slate-join-page"}),n("stencil-route",{url:Bt.PromotedFundJoinV1,component:"sss-promoted-fund-join-v1-page"}),n("stencil-route",{url:Bt.PromotedFundJoinV2,component:"sss-promoted-fund-join-v2-page"}),n("stencil-route",{url:Bt.MyOwnFund,component:"sss-my-own-fund"}),n("stencil-route",{url:Bt.SelfManagedFund,component:"sss-self-managed-fund"}),n("stencil-route",{url:Bt.DefaultFund,component:"sss-default-fund"}),n("stencil-route",{url:Bt.StandardChoice,component:"sss-standard-choice-form"}),n("stencil-route",{url:Bt.Success,component:"sss-success"})];var Vt=function(){function e(){}e.prototype.navigateInternally=function(e,t){var n=""+this.appBaseUrl+this.toRouteWithLeadingSlash(t);Ot.navigation(n);e.push(n)};e.prototype.navigateInternallyToStandardChoice=function(e){Ut.handleSubmitFn=e.handleSubmitFn;Ut.fundName=e.fundName;Ut.promotedFundId=e.promotedFundId;this.navigateInternally(e.history,Bt.StandardChoice)};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=Ft.appBaseUrl;return e.replace(/\/$/,"")},enumerable:false,configurable:true});e.prototype.toRouteWithLeadingSlash=function(e){return e.length>0&&e[0]==="/"?e:"/"+e};return e}();var qt=new Vt;var zt=e("sss_consent_page",function(){function e(e){t(this,e);this.eventTrackingService=At.Instance}e.prototype.componentDidLoad=function(){return this.eventTrackingService.TrackSuperFundDisclaimerViewedAsync({})};e.prototype.render=function(){var e=this;return n("div",null,n("div",{class:"text-2xl sm:text-3xl font-bold text-center leading-8"},"Important information about super"),n("div",{class:"sm:text-lg text-gray-600 mt-3 sm:mt-4 max-w-800 text-center leading-7 sm:leading-8"},"The choice of superannuation fund is an important personal financial decision. Next, you’ll be asked to nominate a super fund to receive your employer contributions."),n("div",{class:"flex justify-center mt-8 sm:mt-12"},n("div",{class:"border shadow-sm p-4 pb-6 sm:p-6 sm:pb-8 max-w-560 rounded-lg"},n("div",{class:"sm:text-lg font-bold leading-6"},"By clicking “Continue” you acknowledge that:"),n("ul",{class:"list-disc list-outside ml-6 mt-3 mb-6 space-y-2 text-sm leading-6"},n("li",null,"Flare (we/us) provides this paperless employee management service, will feature superannuation funds and offer you employee benefits that you may be interested in;"),n("li",null,"all content contained in the following pages does not take into account any of your objectives, financial situation or needs and does not constitute financial product advice;"),n("li",null,"in featuring any superannuation funds, we, the technology partner you are accessing us via, or your employer, are not providing any opinion or recommendation (actual or implied) in relation to the suitability or appropriateness of the featured funds;"),n("li",null,"if you do choose one of the featured superannuation funds, we and our associates will normally receive a fee for you doing so;"),n("li",null,"in the event that you choose one of the featured superannuation funds, we may pass on your personal information and TFN to a related party for the purpose of completing your chosen fund's application form.")),n("sss-button",{fillWidth:true,promiseFn:function(){return e.handleSuperFundDisclaimerAccepted()}},"Continue"))))};e.prototype.handleSuperFundDisclaimerAccepted=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:return[4,this.eventTrackingService.TrackSuperFundDisclaimerAcceptedAsync({})];case 1:e.sent();qt.navigateInternally(this.history,Bt.ChoicePage);return[2]}}))}))};return e}());var Ht;(function(e){e["MyOwnFund"]="Your current super fund";e["DefaultFund"]="Your employer's default fund";e["SelfManagedFund"]="Your self-managed super fund"})(Ht||(Ht={}));var Wt={continueAllowed:false,nextRoute:"/",myOwnFundForm:{fundUsi:X,fundName:X,memberNumber:X,memberFirstName:X,memberFamilyName:X},selfManagedFundForm:{fundName:"",fundAbn:"",fundEsa:"",addressLine1:"",addressLine2:"",state:"",postcode:"",city:"",bankAccountName:"",bsb:"",bankAccountNumber:"",memberFirstName:"",memberFamilyName:""},currentCustomFundType:Ht.MyOwnFund,customFunds:[{label:Ht.MyOwnFund,value:Bt.MyOwnFund},{label:Ht.SelfManagedFund,value:Bt.SelfManagedFund},{label:Ht.DefaultFund,value:Bt.DefaultFund}]};var Gt=dt(Wt),Kt=Gt.state,Xt=Gt.reset;var Jt=Kt.customFunds;var Yt=e("sss_custom_fund",function(){function e(e){t(this,e);this.currentCustomFund=Jt[0];this.fundOptionsList=Jt;this.showFundOptionsSelection=false}e.prototype.componentWillLoad=function(){var e="";if(window.location.pathname.includes(Bt.MyOwnFund))e=Bt.MyOwnFund;if(window.location.pathname.includes(Bt.DefaultFund))e=Bt.DefaultFund;if(window.location.pathname.includes(Bt.SelfManagedFund))e=Bt.SelfManagedFund;this.currentCustomFund=Jt.find((function(t){return t.value===e}))||Jt[0];qt.navigateInternally(this.history,e)};e.prototype.render=function(){var e=this;var t=function(){return n("svg",{xmlns:"http://www.w3.org/2000/svg",class:"h-5 w-5 text-gray-500",viewBox:"0 0 20 20"},n("path",{"fill-rule":"evenodd",d:"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z","clip-rule":"evenodd"}))};var r=function(){return n("svg",{class:"h-5 w-5 fill-primary-base group-hover:fill-white",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},n("path",{"fill-rule":"evenodd",d:"M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z","clip-rule":"evenodd"}))};return n("div",{class:"max-w-560 relative"},n("label",{class:"font-medium text-gray-700 text-sm"},"Which fund would you like to nominate?"),n("div",{class:"mt-1 mb-4"},n("button",{type:"button",class:"bg-white relative w-full border border-gray-300 rounded-md shadow-sm pl-3 pr-10 py-2 text-left cursor-default focus:outline-none focus:ring-1 focus:ring-primary-focus focus:border-primary-base text-base sm:text-sm",onClick:function(){return e.showFundOptionsSelection=!e.showFundOptionsSelection}},n("span",{class:{"block truncate":true,"text-gray-500":this.showFundOptionsSelection}},this.showFundOptionsSelection?"Select":this.currentCustomFund.label),n("span",{class:"absolute inset-y-0 right-0 flex items-center pr-2 pointer-events-none"},n(t,null))),this.showFundOptionsSelection&&n("ul",{class:"absolute z-10 mt-1 w-full bg-white shadow-lg max-h-60 rounded-md py-1 ring-1 ring-black ring-opacity-5 overflow-auto focus:outline-none text-base sm:text-sm"},this.fundOptionsList.map((function(t){return n("li",{class:"text-gray-900 cursor-default select-none relative py-2 pl-3 pr-9 group hover:bg-primary-base",onClick:function(){e.showFundOptionsSelection=!e.showFundOptionsSelection;qt.navigateInternally(e.history,t.value)}},n("span",{class:{"block truncate":true,"font-semibold":e.currentCustomFund===t}},t.label),e.currentCustomFund===t&&n("span",{class:"absolute inset-y-0 right-0 flex items-center pr-4"},n(r,null)))})))),n("div",{onClick:function(){return e.showFundOptionsSelection=false}},n("slot",null)))};return e}());ne(Yt);var $t=function(){function e(){}e.prototype.searchFundsAsync=function(e,t){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(n){return[2,Ct.getAustralianFundsAsync({searchString:e,maxRecordCount:t})]}))}))};e.prototype.getFundAsync=function(e,t){return __awaiter(this,void 0,void 0,(function(){var n;return __generator(this,(function(r){switch(r.label){case 0:return[4,Ct.getAustralianFundAsync(e,t)];case 1:n=r.sent();return[2,mt.some(n)]}}))}))};return e}();var Qt=new $t;var Zt=function(){function e(){}e.prototype.submitDefaultFundChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,Tt().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,Tt().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,Tt().url("super-choice/smsf").post(e).badRequest((function(){throw new Error("Failed to process SMSF choice request")})).text()]}))}))};e.prototype.validateAbnForSMSF=function(e){return __awaiter(this,void 0,void 0,(function(){var t;return __generator(this,(function(n){switch(n.label){case 0:return[4,Tt().url("super-choice/smsf/"+e+"/validate").get().badRequest((function(){throw new Error("Failed to verify that if the provided abn is used for regulated fund")})).json()];case 1:t=n.sent();return[2,t.result]}}))}))};return e}();var en=new Zt;var tn=e("sss_default_fund",function(){function e(e){t(this,e);this.defaultFundProductName="Loading fund...";this.eventTrackingService=At.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=Ft.defaultFundUsi;if(mt.isNone(e)){return[2]}this.isDefaultFundExists=true;return[4,Qt.getFundAsync(e.value,true)];case 1:t=n.sent();if(mt.isNone(t)){this.isInvalidDefaultFund=true;return[2]}this.defaultFund=t.value;this.defaultFundProductName=t.value.productName;return[2]}}))}))};e.prototype.componentDidLoad=function(){var e,t,n,r;return this.eventTrackingService.TrackDefaultSuperFundDetailViewedAsync({fundUsi:(t=(e=this.defaultFund)===null||e===void 0?void 0:e.usi)!==null&&t!==void 0?t:"",fundName:(r=(n=this.defaultFund)===null||n===void 0?void 0:n.productName)!==null&&r!==void 0?r:"",promotedFundsShown:Ft.promotedFunds,defaultFundUsiSet:mt.toUndefined(Ft.defaultFundUsi)})};e.prototype.render=function(){var e=this;return n(o,null,n("sss-header-section",{currentPage:"own-fund"}),n("div",{class:"flex justify-center mt-11"},n("sss-custom-fund",null,n("div",{class:"p-4 sm:p-6 pb-6 sm:pb-8 border shadow-sm rounded-lg"},n("p",{class:"sm:text-lg font-bold mb-3"},"Fund details"),(!this.isDefaultFundExists||this.isInvalidDefaultFund)&&n("div",{class:"bg-yellow-50 border-l-4 border-yellow-400 p-4 my-3"},n("div",{class:"flex"},n("div",{class:"flex-shrink-0"},n("img",{class:"h-5 w-5",src:a("assets/icon-exclamation.svg")})),n("div",{class:"ml-3 text-sm text-yellow-700 leading-5"},n("span",null,"It looks like your employer has not specified a default fund, please contact them if you’d like to use your company’s default fund.")))),this.isDefaultFundExists&&!this.isInvalidDefaultFund&&n("div",null,n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},"Fund Name"),n("div",{class:"mt-1 shadow-sm px-3 py-2 rounded-md border border-gray-300 bg-gray-50 text-gray-500 text-base sm:text-sm"},this.defaultFundProductName)),n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},"Fund USI"),n("div",{class:"mt-1 shadow-sm px-3 py-2 rounded-md border border-gray-300 bg-gray-50 text-gray-500 text-base sm:text-sm"},this.defaultFund.usi)),n("div",{class:"mt-8 mb-8 h-px w-full bg-gray-200"}),n("div",{class:"text-sm text-gray-700"},n("label",{class:"font-semibold text-gray-900"},"By clicking “Continue”, you acknowledge that:"),n("ul",{class:"list-disc list-outside pl-5"},n("li",{class:"mt-2"},"you are choosing to join your employer’s default super fund;"),n("li",{class:"mt-2"},"your employer will open a new account for you with their default super fund; and"),n("li",{class:"mt-2"},"your application to join is subject to Trustee approval."))))),n("div",{class:"flex justify-center mt-8"},n("div",{class:"sm:max-w-320 w-full"},this.isDefaultFundExists&&!this.isInvalidDefaultFund&&n("div",{class:"mb-4"},n("sss-button",{fillWidth:true,promiseFn:function(){return e.handleSubmitForm()}},"Continue")),n("stencil-route-link",{url:Bt.ChoicePage},n("sss-button",{fillWidth:true,variant:"secondary"},"Back")))))))};e.prototype.handleSubmitForm=function(){return __awaiter(this,void 0,void 0,(function(){var e=this;return __generator(this,(function(t){if(this.isInvalidDefaultFund){return[2]}qt.navigateInternallyToStandardChoice({history:this.history,fundName:"Employer’s default fund",handleSubmitFn:function(t){return __awaiter(e,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:return[4,en.submitDefaultFundChoiceAsync(Object.assign({standardChoiceFormSignature:t},Ft.promotedFundsConfig))];case 1:e.sent();return[2]}}))}))}});return[2]}))}))};return e}());var nn="html{scroll-behavior:smooth}.sss-dropdown-menu{max-height:min(20rem, 50vh)}";var rn=3;var an=e("sss_dropdown_async",function(){function e(e){var r=this;t(this,e);this.valueChanged=s(this,"valueChanged",7);this.required=false;this.disabled=false;this.minSearchStringLength=rn;this.isMouseOver=false;this.searchState="pristine";this.inputValue="";this.isDropdownVisible=false;this.filteredOptions=[];this.shouldExecuteSearch=function(e){var t;return r.isDropdownVisible&&(e===null||e===void 0?void 0:e.length)>=r.minSearchStringLength&&((t=r.selectedOption)===null||t===void 0?void 0:t.label)!==e};this.onBeginSearch=function(e){r.inputValue=e;r.searchState="in progress"};this.onCompleteSearch=function(e){r.highlightedOptionIndex=undefined;switch(e.kind){case"too-many-results":r.searchState="too many results";r.filteredOptions=[];break;case"success":r.searchState="done";r.filteredOptions=e.value;break;default:r.searchState="done";r.filteredOptions=[];break}};this.renderFilteredResults=function(){if(r.searchState==="pristine"){return n("span",{class:"cursor-pointer text-gray-500 py-1.5 pl-4"},"Start typing to find the results")}if(r.searchState==="in progress"){return n("span",{class:"cursor-pointer text-gray-500 py-1.5 pl-4"},"Searching...")}if(r.searchState==="too many results"){return n("span",{class:"cursor-pointer text-gray-500 py-1.5 pl-4"},"Keep typing to narrow down your search.")}if(r.filteredOptions.length===0){return n("span",{class:"cursor-pointer text-gray-500 py-1.5 pl-4"},"No items match your search")}return r.filteredOptions.map((function(e,t){return n("div",{class:{"cursor-pointer text-wrap hover:bg-primary-base py-1.5 pl-4":true,"bg-primary-base":r.isOptionSelected(e)},onClick:function(n){r.highlightedOptionIndex=t;r.toggleDropdown(false);r.selectOption(e)}},e.label)}))};this.resetInput=function(){var e,t;r.inputValue=(t=(e=r.selectedOption)===null||e===void 0?void 0:e.label)!==null&&t!==void 0?t:""};this.toggleDropdown=function(e){r.isDropdownVisible=e};this.processKeyboardNavigation=function(e){var t="Enter";var n="ArrowDown";var i="ArrowUp";var a="Escape";switch(e.key){case n:r.toggleDropdown(true);r.highlightItem("Next");return true;case i:r.highlightItem("Prev");return true;case t:if(r.highlightedOptionIndex!==undefined){r.toggleDropdown(false);r.selectOption(r.filteredOptions[r.highlightedOptionIndex])}return true;case a:r.inputElement.blur();return true}return false};this.highlightItem=function(e){var t=e==="Next"?1:-1;if(r.filteredOptions.length===0){return}r.highlightedOptionIndex=r.highlightedOptionIndex===undefined?0:Math.min(Math.max(0,r.highlightedOptionIndex+t),r.filteredOptions.length-1);if(r.highlightedOptionIndex!==undefined)r.selectOption(r.filteredOptions[r.highlightedOptionIndex])};this.selectOption=function(e){r.selectedOption=e;r.inputValue=e.label;r.valueChanged.emit(e)};this.isOptionSelected=function(e){var t;return((t=r.selectedOption)===null||t===void 0?void 0:t.label)===e.label}}e.prototype.componentWillLoad=function(){this.selectedOption=this.value};e.prototype.componentDidLoad=function(){var e=this;this.searchResultsSubscription=D(this.inputElement,"keyup").pipe(U(500),p((function(t){return e.inputElement.value})),S(),C(this.shouldExecuteSearch),q(this.onBeginSearch),k(this._searchFunction),q(this.onCompleteSearch)).subscribe();this.resetInput()};e.prototype.disconnectedCallback=function(){this.searchResultsSubscription.unsubscribe()};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.render=function(){var e=this;var t;return n(o,null,n("div",{class:"relative"},n("input",{type:"text",class:{"shadow-sm focus:ring-primary-focus focus:border-primary-base block w-full text-base sm:text-sm border-gray-300 rounded-md":true,"invalid:border-red-300 invalid:text-red-900 invalid:placeholder-red-300 invalid:focus:ring-red-500 invalid:focus:border-red-500":this.showValidationErrors},placeholder:this.placeholder,required:this.required,disabled:this.disabled,value:this.inputValue,ref:function(t){return e.inputElement=t}}),n("div",{class:{"invalid-feedback mt-2 text-sm text-red-600":true,hidden:!this.isDropdownVisible}},(t=this.requiredValidationMessage)!==null&&t!==void 0?t:"Required."),n("div",{class:{"sss-dropdown-menu absolute shadow rounded-md border mt-0.5 w-full overflow-auto bg-white z-50 py-2 text-sm":true,hidden:!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 <sss-dropdown-async/> component with no searchFunction")}return this.searchFunction},enumerable:false,configurable:true});return e}());an.style=nn;var on=function(e,t){return n("a",{class:e.className||"font-medium underline hover:text-gray-600",target:"_blank",href:qt.toExternalUrl(e.href),onClick:e.onClick},t)};var sn="Powered by Flare FS";function un(e,t){return At.Instance.TrackSuperFundPdsViewedAsync({fundUsi:t,fundName:e,pageName:"Panel Fund Page"})}var cn="Active Super";var ln={fundId:"active",name:cn,logo:"logo-active.svg",route:Bt.PromotedFundJoinV1,features:[n("p",null,"Winner of Canstar's 2023 Outstanding Value – Superannuation Award considering investment performance, fees and product features*"),n("p",null,"Recognised as a leader in responsible investment"),n("p",null,"Calls answered in 20 seconds (average over 5 years)")],featureSubText:n("span",null,"*Based on a comparison of the Active Super Accumulation Scheme held by those aged 20-69 years and balances between $30,000 and $1.5 million."),disclaimer:n("p",null,"Issued by LGSS Pty Limited as trustee for Local Government Super (Active Super ABN:28 901 371 321). Consider the PDS and TMD at"," ",n(on,{onClick:function(){return un(cn)},href:"https://www.activesuper.com.au/pds"},"activesuper.com.au")," ","before making a decision."),footnoteTextOverride:mt.some(sn),dtoPropName:"active"};var fn="Australian Ethical";var dn="https://www.australianethical.com.au/super/pds-forms/";var pn={fundId:"australian-ethical",name:fn,logo:"logo-aus-eth.svg",route:Bt.PromotedFundJoinV2,features:[n("p",null,"Fastest growing super fund in Australia",n("sup",{class:"text-tiny"},"1")),n("p",null,"Nil investments in fossil fuel companies",n("sup",{class:"text-tiny"},"2")),n("p",null,"Competitive returns")],featureSubText:n("ol",{class:"list-decimal list-outside ml-3"},n("li",null,"Source: KPMG Super Insights Report 2022."),n("li",null,"All our options go through positive and negative ethical screening in accordance with the Australian Ethical Charter (in place since 1986).")),disclaimer:n("p",null,"Issued by Australian Ethical Superannuation Pty Ltd (ABN 43 079 259 733, RSE L0001441, AFSL 526055). Please consider the"," ",n(on,{href:"https://www.australianethical.com.au/globalassets/pdf-files/forms--pds/superpension/important-information/ae-financial-services-guide_sec.pdf"},"Financial Services Guide"),", the"," ",n(on,{href:dn,onClick:function(){return un(fn)}},"Product Disclosure Statement")," ","and"," ",n(on,{href:dn,onClick:function(){return un(fn)}},"Target Market Determination")," ","available on our"," ",n(on,{href:dn,onClick:function(){return un(fn)}},"website"),"."),footnoteTextOverride:mt.none,dtoPropName:"australianEthical"};var hn="Australian Retirement Trust";var vn={fundId:"australian-retirement-trust",name:hn,logo:"logo-art.svg",route:Bt.PromotedFundJoinV1,features:[n("p",null,"$200 billion in retirement savings"),n("p",null,"2+ million members"),n("p",null,"A focus on delivering strong, long‑term returns")],featureSubText:n("span",null,"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."),disclaimer:n("p",null,"You should consider the"," ",n(on,{href:"https://www.australianretirementtrust.com.au/library/media/pdfs/pds/super-savings-product-disclosure-statement-and-membership-form.pdf",onClick:function(){return un(hn)}},"Product Disclosure Statement")," ","and"," ",n(on,{href:"https://www.australianretirementtrust.com.au/tmd"},"Target Market Determination")," ","before deciding to invest in or apply to become a member of this fund."),abnInfo:hn,abn:"60 905 115 063",footnoteTextOverride:mt.none,dtoPropName:"australianRetirementTrust"};var mn="Aware Super";var gn={fundId:"aware",name:mn,logo:"logo-aware.svg",route:Bt.PromotedFundJoinV1,features:[n("p",null,"Acting on climate change"),n("p",null,"All profits go to members"),n("p",null,"One of Australia’s largest funds")],disclaimer:n("p",null,"You should consider the"," ",n(on,{href:"https://aware.com.au/member/forms-and-resources/pds/FSS",onClick:function(){return un(mn)}},"Product Disclosure Statement")," ","before deciding to invest in or apply to become a member of this fund."),abnInfo:"Aware Super Pty Ltd",abn:"53 226 460 365",footnoteTextOverride:mt.none,dtoPropName:"aware"};var yn="First Super";var bn={fundId:"first-super",name:yn,logo:"logo-first.svg",route:Bt.PromotedFundJoinV2,features:[n("p",null,"Industry SuperFund that offers five investment options and default insurance"),n("p",null,"Strong long-term investment returns and superior customer service - members first"),n("p",null,"Established super fund – anyone can join including KiwiSaver members")],disclaimer:n("div",null,n("p",null,"General advice only which has been prepared without taking into account your objectives, financial situation or needs. Consider whether the advice is appropriate for you and read the Product Disclosure Statement (PDS) before making any investment decisions. PDS and Target Market Determination are available at our"," ",n(on,{onClick:function(){return un(yn)},href:"https://www.firstsuper.com.au/forms-tools/product-disclosure-statements/"},"website"),". Past performance is not a reliable indicator of future performance."),n("br",null),n("p",null,"Issued by First Super Pty Ltd ABN 42 053 498 472, AFSL 223988 (Trustee) as Trustee of First Super ABN 56 286 625 181.")),footnoteTextOverride:mt.none,dtoPropName:"firstSuper"};var wn="Mercer MyChoice";var xn={fundId:"mercermychoice",name:wn,logo:"logo-mercer-mychoice.svg",route:Bt.PromotedFundJoinV2,features:[n("p",null,"Save more super with our low fees"),n("p",null,"Take control with 6 MyChoice investment options"),n("p",null,"Join 850,000 Australians who trust our global expertise")],disclaimer:n("div",null,n("p",null,"You should consider the"," ",n(on,{href:"https://www.mercersuper.com.au/campaign-page/mercer-mychoice",onClick:function(){return un(wn)}},"Product Disclosure Statement")," ","and"," ",n(on,{href:"https://www.mercersuper.com.au/documents/target-market-determinations"},"Target Market Determination")," ","before deciding to invest in or apply to become a member of the fund."),n("br",null),n("p",null,"Issued by Mercer Superannuation (Australia) Limited (‘Mercer Super’) ABN: 79 004 717 533")),footnoteTextOverride:mt.some(sn),dtoPropName:"mercerMyChoice"};var Sn="Slate Super";var Cn="32367272075001";var _n={fundId:"slate",name:Sn,logo:"logo-slate.png",route:Bt.SlateJoin,features:[n("p",null,"A lifestage investment strategy that evolves with you"),n("p",null,"Advanced mobile app with retirement forecast and smart features"),n("p",null,"Member advocates at Slate to assist with your account")],disclaimer:n("p",{class:"small text-muted"},"You should consider the"," ",n(on,{href:"https://slate.co/pds/?utm_source=flare&utm_medium=superselection",onClick:function(){return un(Sn,Cn)}},"Product Disclosure Statement")," ","and"," ",n(on,{href:"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:"49 006 421 638",footnoteTextOverride:mt.none,dtoPropName:"slate"};var In="Spirit Super";var Fn={fundId:"spirit",name:In,logo:"logo-spirit.svg",route:Bt.PromotedFundJoinV2,features:[n("p",null,"Proud Industry SuperFund - all profits go back to members"),n("p",null,"Best customer experience in super",n("sup",{class:"text-tiny"},"1")," and best for value",n("sup",{class:"text-tiny"},"2")),n("p",null,"Low fees",n("sup",{class:"text-tiny"},"3")," with a focus on strong returns and investing with impact in communities",n("sup",{class:"text-tiny"},"4"))],featureSubText:n("div",{class:"m-4 pt-2"},n("ol",{class:"list-decimal space-y-2"},n("li",null,n("span",null,"CSBA SenseCX Benchmark 2021-22")),n("li",null,n("span",null,"Awarded Best for Value in the WeMoney Superannuation Awards 2022")),n("li",null,n("span",null,"Just $67.60 + 0.15% pa admin fees, capped at $517.60")),n("li",null,n("span",null,"Rainmaker ESG Leader Rating 2022")))),disclaimer:n("p",null,"Past performance isn’t a reliable indicator of future performance. Consider the PDS and TMD at"," ",n(on,{href:"https://www.spiritsuper.com.au/pds",onClick:function(){return un(In)}},"www.spiritsuper.com.au/pds")," ","before making a decision. Issuer is Motor Trades Association of Australia Superannuation Fund Pty Ltd (AFSL 238 718, ABN 14 008 650 628), the trustee of Spirit Super (ABN 74 559 365 913). Advice is provided by Quadrant First Pty Ltd (ABN 78 102 167 877, AFSL 284443)."),footnoteTextOverride:mt.none,dtoPropName:"spirit"};var Tn="Virgin Money Super";var En={fundId:"virgin",name:Tn,logo:"logo-virgin.svg",route:Bt.PromotedFundJoinV2,features:[n("p",null,"Returns above industry and retail super fund medians over the past 5 years",n("sup",{class:"text-tiny"},"1")),n("p",null,"One of the lowest fees in the market"),n("p",null,"Virgin Money rewards you with Velocity Points on your contributions",n("sup",{class:"text-tiny"},"2"))],featureSubText:n("div",{class:"m-4 pt-2"},n("ol",{class:"list-decimal space-y-2"},n("li",null,n("span",null,"Past performance is not a reliable indicator of future performance. Source: SuperRatings Fund Crediting Rate Survey April 2022.")),n("li",null,n("span",null,n(on,{className:"underline hover:text-gray-600",href:"https://virginmoney.com.au/superannuation/forms-and-key-information/key-documents"},"Eligibility and T&Cs apply"))))),disclaimer:n("p",null,"Prepared by Virgin Money Financial Services Pty Ltd ABN 51 113 285 395 AFSL 286869 (‘Virgin Money’). Virgin Money Super is a plan in the Mercer Super Trust ABN 19 905 422 981. Virgin Money Super is issued by Mercer Superannuation (Australia) Limited (MSAL) ABN 79 004 717 533 AFSL 235906 as trustee of the Mercer Super Trust. Consider the PDS and TMD at"," ",n(on,{href:"https://virginmoney.com.au/superannuation/",onClick:function(){return un(Tn)}},"www.virginmoney.com.au")," ","before making a decision"),footnoteTextOverride:mt.some(sn),dtoPropName:"virgin"};var An=(E={},E[_n.fundId]=_n,E[vn.fundId]=vn,E[gn.fundId]=gn,E[ln.fundId]=ln,E[pn.fundId]=pn,E[En.fundId]=En,E[Fn.fundId]=Fn,E[bn.fundId]=bn,E[xn.fundId]=xn,E);var kn=Object.values(An);var Nn=function(e){var t=kn.find((function(t){return t.dtoPropName==e}));return t?J(t):X};var Pn=function(e){return An[e]!=undefined?J(An[e].name):X};var Dn=function(e){var t,n;return(n=(t=An[e])===null||t===void 0?void 0:t.footnoteTextOverride)!==null&&n!==void 0?n:X};var Mn=function(e){return e==_n.fundId?J(Cn):X};var Rn=function(e){return An[e]!=undefined?J(a("assets/"+An[e].logo)):X};function On(e){if("slate"in e){return X}else if("australianRetirementTrust"in e){return J(e.australianRetirementTrust.usi)}else if("aware"in e){return J(e.aware.usi)}else if("active"in e){return J(e.active.usi)}else if("australianEthical"in e){return J(e.australianEthical.usi)}else if("virgin"in e){return J(e.virgin.usi)}else if("spirit"in e){return J(e.spirit.usi)}else if("firstSuper"in e){return J(e.firstSuper.usi)}else if("mercerMyChoice"in e){return J(e.mercerMyChoice.usi)}else{return X}}function Ln(e){if("promoted"in e){return On(e.promoted)}else if("myOwnFund"in e){return J(e.myOwnFund.usi)}else if("smsf"in e){return X}else if("default"in e){return J(e.default.usi)}else{return X}}function Un(e){if("slate"in e){return J(e.slate.memberNumber)}else if("australianRetirementTrust"in e){return J(e.australianRetirementTrust.memberNumber)}else if("aware"in e){return J(e.aware.memberNumber)}else if("active"in e){return J(e.active.memberNumber)}else if("australianEthical"in e){return J(e.australianEthical.memberNumber)}else if("virgin"in e){return J(e.virgin.memberNumber)}else if("spirit"in e){return J(e.spirit.memberNumber)}else if("firstSuper"in e){return J(e.firstSuper.memberNumber)}else if("mercerMyChoice"in e){return J(e.mercerMyChoice.memberNumber)}else{return X}}function Bn(e){if("promoted"in e){return Un(e.promoted)}else if("myOwnFund"in e){return J(e.myOwnFund.memberNumber)}else if("smsf"in e){return X}else if("default"in e){return X}else{return X}}var jn=function(){function e(){}e.prototype.GetExistingFundAsync=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,n,r,i,a,o,s,u,c,l,f;return __generator(this,(function(d){switch(d.label){case 0:t=Ft.superBuyer.superChoice;n=(e=Ft.superBuyer.superChoice)===null||e===void 0?void 0:e.choiceDetails;if(!t)return[2,X];if(!n)return[2,X];r=t.dateSubmitted==undefined?X:J(new Date(t.dateSubmitted));i=Ln(n);a=Bn(n);if(!("promoted"in n))return[3,1];o=Object.keys(n.promoted)[0];s=Nn(o);if(K(s))return[2,X];return[2,J({type:"Promoted Fund",id:s.value.fundId,name:s.value.name,usi:i,valid:"Active",memberNumber:a,lastNominatedAt:r})];case 1:if(!("smsf"in n))return[3,2];return[2,J({type:"Self Managed Fund",name:n.smsf.fundName,valid:"Unknown",lastNominatedAt:r})];case 2:if(!("myOwnFund"in n))return[3,4];u=n.myOwnFund.usi;return[4,this.getFundByUsiAsync(u)];case 3:c=d.sent();return[2,J({type:"My Own Fund",name:G(c)?c.value.productName:u,usi:i,valid:this.toFundValidState(c),memberNumber:a,lastNominatedAt:r})];case 4:if(!("default"in n))return[3,6];l=n.default.usi;return[4,this.getFundByUsiAsync(l)];case 5:f=d.sent();return[2,J({type:"Default Fund",name:G(f)?f.value.productName:l,usi:i,valid:this.toFundValidState(f),lastNominatedAt:r})];case 6:return[2,X]}}))}))};e.prototype.submitRetainSuperFundAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,Tt().url("super-choice/retain-super-fund").post(e).badRequest((function(){throw new Error("Failed to process default fund join request")})).text()]}))}))};e.prototype.getFundByUsiAsync=function(e){return Qt.getFundAsync(e,true)};e.prototype.toFundValidState=function(e){if(G(e)){return e.value.isActive?"Active":"Inactive"}else{return"Unknown"}};return e}();var Vn=new jn;var qn=e("sss_existing_choice_page",function(){function e(e){t(this,e);this.eventTrackingService=At.Instance;this.createSuperFundNominationDetail=function(e){function t(e){return G(e)?e.value:undefined}function n(e){return"usi"in e?t(e.usi):undefined}function r(e){return"memberNumber"in e?t(e.memberNumber):undefined}return{fundType:e.type.toString(),fundName:e.name,fundUsi:n(e),memberNumber:r(e),fundStatus:e.valid.toString(),lastNominatedAt:G(e.lastNominatedAt)?e.lastNominatedAt.value.toISOString():""}}}e.prototype.componentDidLoad=function(){var e=this.createSuperFundNominationDetail(this.existingFund);return this.eventTrackingService.TrackSuperFundNominationViewedAsync(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:return[4,Vn.GetExistingFundAsync()];case 1:e=t.sent();if(G(e)&&e.value.valid!=="Inactive"){this.existingFund=e.value}else{qt.navigateInternally(this.history,Bt.ConsentPage)}return[2]}}))}))};e.prototype.render=function(){var e=this;var t=function(e){var t=Rn(e.id);var r=Pn(e.id);return n("div",{class:"flex justify-center"},n("img",{class:"h-16 object-contain w-full max-w-140",alt:G(r)?r.value:undefined,src:G(t)?t.value:undefined}))};var r=function(){return n("div",{class:"flex h-20 justify-center items-center relative"},n("div",{class:"h-20 w-20 rounded-full bg-primary-base opacity-10"}),n("div",{class:"h-10 w-10 absolute"},n("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 576 512",class:"fill-primary-base"},n("path",{d:"M174.7 111.8C165.1 110.3 160.1 102.1 161.5 93.35C170.4 40.37 216.5 0 272 0C320.8 0 362.3 31.19 377.6 74.67C380.6 82.1 376.2 92.14 367.9 95.09C359.5 98.03 350.4 93.66 347.5 85.33C336.5 54.24 306.8 32 272 32C232.4 32 199.5 60.82 193.1 98.65C191.6 107.4 183.4 113.2 174.7 111.8V111.8zM400 264C400 250.7 410.7 240 424 240C437.3 240 448 250.7 448 264C448 277.3 437.3 288 424 288C410.7 288 400 277.3 400 264zM488.5 125.8L480 159.1C501.1 176.5 519.6 198.5 530.7 224H544C561.7 224 576 238.3 576 256V352C576 369.7 561.7 384 544 384H512C495.5 405.1 473.5 423.6 448 434.7V464C448 490.5 426.5 512 400 512H368C341.5 512 320 490.5 320 464V448H256V464C256 490.5 234.5 512 208 512H176C149.5 512 128 490.5 128 464V416C89.14 386.8 64 340.3 64 288C28.52 287.2 0 258.2 0 222.6C0 197.8 14 175.1 36.18 164L40.84 161.7C48.75 157.7 58.36 160.9 62.31 168.8C66.26 176.7 63.06 186.4 55.16 190.3L50.49 192.6C39.16 198.3 31.1 209.9 31.1 222.6C31.1 241 46.97 256 65.44 256H67.2C82.02 182.1 146.6 128 223.1 128H376.4C394 108.4 419.6 96 448 96H465.3C480.9 96 492.3 110.7 488.5 125.8H488.5zM224 160C153.3 160 96 217.3 96 288C96 329.9 116.1 367 147.2 390.4L160 400V464C160 472.8 167.2 480 176 480H208C216.8 480 224 472.8 224 464V416H352V464C352 472.8 359.2 480 368 480H400C408.8 480 416 472.8 416 464V413.7L435.2 405.4C455.6 396.5 473.2 382.4 486.4 364.8L496 352H544V256H509.7L501.4 236.8C492.5 216.4 478.4 198.8 460.8 185.6L443.8 172.8L455 128H448C429 128 412.1 136.2 400.3 149.3L390.7 160H224z"}))))};var i=function(){return n("div",{class:"flex h-20 justify-center items-center relative"},n("div",{class:"h-20 w-20 rounded-full bg-primary-base opacity-10"}),n("div",{class:"h-10 w-10 absolute"},n("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 576 512",class:"fill-primary-base"},n("path",{d:"M248.9 192H272v48C272 248.8 279.2 256 288 256C296.8 256 304 248.8 304 240V192h23.12C411.4 192 480 113 480 16C480 7.164 472.8 0 464 0h-39.13C364.9 0 313 40.13 288 98.13C263 40.13 211.1 0 151.1 0H112C103.2 0 96 7.164 96 16C96 113 164.6 192 248.9 192zM424.9 32h22.38c-6.625 71.88-58 128-120 128h-22.5C311.4 88.13 362.8 32 424.9 32zM151.1 32C213.3 32 264.5 88.13 271.3 160h-22.5c-62 0-113.4-56.13-120-128H151.1zM558.2 333.6c-9.5-8.619-22-13.37-35.12-13.37c-12.5 0-24.88 4.248-34.62 12.12l-61.45 49.21c-1.928 1.545-4.324 2.385-6.795 2.385h-41.62c4.625-9.619 6.5-20.74 4.75-32.23C379.4 323.7 353.7 304 325.6 304H181.2c-20.75 0-40.1 6.746-57.5 19.24l-38.5 28.73H16c-8.801 0-16 7.195-16 15.99S7.198 383.1 15.1 383.1l80.01-.0238l46.86-35.25c11.12-8.244 24.62-12.74 38.37-12.74h146.7c13.25 0 24 10.74 24 23.99s-10.75 23.98-24 23.98H239.1c-8.75 0-16 7.246-16 15.99c0 8.746 7.25 15.99 16 15.99h180.2c9.625 0 19-3.248 26.62-9.246l61.62-49.22c4.25-3.373 9.5-5.248 14.62-5.248c5 0 9.875 1.75 13.75 5.248c10.12 9.119 9.375 24.48-.875 32.61l-100.7 80.58c-7.584 6.064-17.01 9.369-26.72 9.369H16c-8.801 0-15.1 7.189-15.1 15.98S7.198 512 15.1 512h392.5c17 0 33.38-5.871 46.62-16.37l100.9-80.7c12.25-9.744 19.5-24.36 19.1-39.98C576.5 359.3 569.1 344.2 558.2 333.6z"}))))};var a=function(){return n("div",{class:"flex h-20 justify-center items-center relative"},n("div",{class:"h-20 w-20 rounded-full bg-primary-base opacity-10"}),n("div",{class:"h-10 w-10 absolute"},n("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",class:"fill-primary-base"},n("path",{d:"M448 96h-64V48C384 21.53 362.5 0 336 0h-160C149.5 0 128 21.53 128 48V96H64C28.65 96 0 124.7 0 160v256c0 35.35 28.65 64 64 64h384c35.35 0 64-28.65 64-64V160C512 124.7 483.3 96 448 96zM160 48C160 39.17 167.2 32 176 32h160C344.8 32 352 39.17 352 48V96H160V48zM480 416c0 17.64-14.36 32-32 32H64c-17.64 0-32-14.36-32-32V288h144v64c0 8.844 7.156 16 16 16h128c8.844 0 16-7.156 16-16V288H480V416zM208 336V288h96v48H208zM480 256H32V160c0-17.64 14.36-32 32-32h384c17.64 0 32 14.36 32 32V256z"}))))};return n("div",null,n("div",{class:"text-2xl sm:text-3xl font-bold text-center"},"Your super choice"),n("div",{class:"sm:text-lg text-gray-600 mt-3 sm:mt-4 max-w-800 text-center leading-7"},"Continue with your chosen fund or choose another fund below."),n("div",{class:"flex justify-center mt-8 sm:mt-12"},n("div",{class:"max-w-400 w-full"},n("div",{class:"flex-col border shadow-sm p-6 pt-8 rounded-lg text-center"},n("div",{class:"space-y-4"},function(){switch(e.existingFund.type){case"Promoted Fund":return n(t,{id:e.existingFund.id});case"Self Managed Fund":return n(i,null);case"My Own Fund":return n(r,null);case"Default Fund":return n(a,null)}}(),n("div",{class:"sm:text-lg font-bold leading-6"},function(){switch(e.existingFund.type){case"Default Fund":return"Employer's default fund";default:return e.existingFund.name}}())),n("div",{class:"mt-6"},n("sss-button",{fillWidth:true,promiseFn:function(){return e.handleFundNominationAccepted()}},"Continue with this fund"))),n("div",{class:"mt-4"},n("sss-button",{fillWidth:true,variant:"secondary",promiseFn:function(){return e.handleFundNominationDeclined()}},"Choose another fund")))))};e.prototype.handleFundNominationAccepted=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:e=this.createSuperFundNominationDetail(this.existingFund);return[4,Vn.submitRetainSuperFundAsync(e)];case 1:t.sent();Ft.markSuperSelectionAsSubmitted();return[2]}}))}))};e.prototype.handleFundNominationDeclined=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:e=this.createSuperFundNominationDetail(this.existingFund);return[4,this.eventTrackingService.TrackSuperFundNominationDeclinedAsync(e)];case 1:t.sent();qt.navigateInternally(this.history,Bt.ConsentPage);return[2]}}))}))};return e}());var zn="Powered by Flare";var Hn=e("sss_footer_section",function(){function e(e){var n=this;t(this,e);this.footerText=function(){return mt.isSome(n.textOverride)?n.textOverride.value:zn}}e.prototype.render=function(){return n("div",{class:"text-center text-gray-500 text-xs mt-8 sm:mt-20 w-full max-w-960 mx-auto"},n("span",null,this.footerText()),n("p",{class:"block text-transparent"},"v",W))};return e}());function Wn(){function e(e){return n("stencil-route-link",{exact:true,url:e,anchorClass:"hover:bg-primary-hover block focus:outline-none focus:ring-2 ring-offset-1 focus:ring-primary-focus focus:z-10 border border-transparent text-gray-700 text-white rounded-md py-2 text-sm font-medium w-auto px-3 sm:px-8 h-full",activeClass:"hover:bg-white block focus:outline-none focus:ring-2 ring-offset-1 focus:ring-primary-focus focus:z-10 rounded-md py-2 text-sm font-medium w-auto px-3 sm:px-8 h-full bg-white border-gray-200 text-gray-900 shadow-sm text-primary-base"},"Choose another fund")}if(window.location.href.includes(Bt.SelfManagedFund)){return e(Bt.SelfManagedFund)}if(window.location.href.includes(Bt.DefaultFund)){return e(Bt.DefaultFund)}else{return e(Bt.MyOwnFund)}}var Gn=e("sss_header_section",function(){function e(e){t(this,e)}e.prototype.render=function(){return n("div",{class:"flex justify-center"},n("div",{class:"text-center max-w-800"},n("h3",{class:"font-bold mb-3 sm:mb-4 text-2xl sm:text-3xl"},"Nominate a super fund"),n(u,null,n("div",{class:"text-gray-600 sm:text-lg leading-7 sm:leading-8"},"You can choose any super fund, including your current fund/SMSF, your employer’s default fund, or alternatively, you can select from one of the featured funds."),n("div",{class:"inline-flex mt-8 sm:mt-12 bg-primary-base rounded-lg p-0.5 whitespace-normal"},n("stencil-route-link",{exact:true,url:Bt.ChoicePage,anchorClass:"hover:bg-primary-hover block focus:outline-none focus:ring-2 ring-offset-1 focus:ring-primary-focus relative focus:z-10 border border-transparent text-gray-700 text-white rounded-md py-2 text-sm font-medium w-auto px-3 sm:px-8 h-full",activeClass:"hover:bg-white block focus:outline-none focus:ring-2 ring-offset-1 focus:ring-primary-focus focus:z-10 rounded-md py-2 text-sm font-medium w-auto px-3 sm:px-8 h-full bg-white border-gray-200 text-gray-900 shadow-sm text-primary-base"},"Featured super funds"),Wn()))))};return e}());var Kn=e("sss_iframe_host",function(){function e(e){t(this,e)}e.prototype.componentDidLoad=function(){this.build(this.iframeElement)};e.prototype.render=function(){var e=this;return n("div",{class:"w-screen"},n("iframe",{width:"100%",height:window.innerHeight,style:{border:"none"},ref:function(t){return e.iframeElement=t}}))};return e}());var Xn=e("sss_loading_indicator",function(){function e(e){t(this,e);this.theme="primary";this.size=48}e.prototype.render=function(){return n("div",{class:"inline-block animate-spin"},n("svg",{width:this.size,height:this.size,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n("path",{d:"M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM1.99743 8C1.99743 11.3151 4.68487 14.0026 8 14.0026C11.3151 14.0026 14.0026 11.3151 14.0026 8C14.0026 4.68487 11.3151 1.99743 8 1.99743C4.68487 1.99743 1.99743 4.68487 1.99743 8Z",fill:"white","fill-opacity":"0.3"}),n("path",{d:"M8 1C8 0.447715 8.44943 -0.00643769 8.99741 0.0624193C9.70527 0.151368 10.3996 0.334798 11.0615 0.608964C12.0321 1.011 12.914 1.60028 13.6569 2.34315C14.3997 3.08602 14.989 3.96793 15.391 4.93853C15.6652 5.60043 15.8486 6.29473 15.9376 7.0026C16.0064 7.55057 15.5523 8 15 8C14.4477 8 14.0085 7.54925 13.9169 7.00462C13.842 6.55939 13.7169 6.12298 13.5433 5.7039C13.2417 4.97595 12.7998 4.31451 12.2426 3.75736C11.6855 3.20021 11.0241 2.75825 10.2961 2.45672C9.87702 2.28313 9.44061 2.15804 8.99538 2.08314C8.45075 1.99152 8 1.55228 8 1Z",class:this.theme==="primary"?"fill-primary-base":"fill-white"})))};return e}());var Jn=e("sss_loading_page",function(){function e(e){t(this,e)}e.prototype.render=function(){return n(o,{class:"flex flex-col justify-center items-center"},n("h5",{class:"text-lg"},"Loading your superannuation step"),n("sss-loading-indicator",null))};return e}());var Yn=e("sss_my_own_fund",function(){function e(e){t(this,e);this.isNotAllInformationProvidedMessageVisible=false;this.isSubmitDisabled=true;this.eventTrackingService=At.Instance}e.prototype.componentDidLoad=function(){return this.eventTrackingService.TrackMyOwnSuperFundDetailViewedAsync({promotedFundsShown:Ft.promotedFunds,defaultFundUsiSet:$(Ft.defaultFundUsi)})};e.prototype.render=function(){var e=this;return n(o,null,n("sss-header-section",{currentPage:"own-fund"}),n("div",{class:"flex justify-center mt-11"},n("sss-custom-fund",null,n("form",{noValidate:true,onSubmit:function(e){return e.preventDefault()},class:{"was-validated":this.formState==="validated"},ref:function(t){return e.formElement=t},onInput:function(t){return e.isSubmitDisabled=!e.formElement.checkValidity()}},n("div",{class:"p-4 sm:p-6 pb-6 sm:pb-8 border shadow-sm rounded-lg"},n("p",{class:"sm:text-lg font-bold mb-3"},"Fund details"),n("div",{class:"bg-yellow-50 border-l-4 border-yellow-400 p-4 mb-3 sm:mb-4"},n("div",{class:"flex"},n("div",{class:"flex-shrink-0"},n("img",{class:"h-5 w-5",src:a("assets/icon-exclamation.svg")})),n("div",{class:"ml-2"},n("ul",{class:"list-disc list-outside ml-6 space-y-2 text-sm text-yellow-700 leading-5"},n("li",null,"Make sure you are a current member of the fund before completing this step."),n("li",null,"Please check that the fund USI is correct as some funds have similar names."))))),n("sss-my-own-fund-inputs",{myOwnFundForm:Kt.myOwnFundForm,showValidationErrors:this.formState==="validated",onFormChanged:function(t){Kt.myOwnFundForm=Object.assign(Object.assign({},Kt.myOwnFundForm),t.detail);e.isNotAllInformationProvidedMessageVisible=false}}),this.isNotAllInformationProvidedMessageVisible&&n("div",{class:"mt-4 rounded-md bg-red-50 p-4 text-sm text-red-700"},"All fields are required to complete submission. Make sure you have selected a fund.")),n("div",{class:"flex justify-center mt-8"},n("div",{class:"sm:max-w-320 w-full"},n("div",{class:"mb-4",onClick:function(){return e.formState="validated"}},n("sss-button",{fillWidth:true,promiseFn:function(){return e.handleSubmitForm()},disabled:this.isSubmitDisabled},"Continue")),n("stencil-route-link",{url:Bt.ChoicePage},n("sss-button",{fillWidth:true,variant:"secondary"},"Back"))))))))};e.prototype.handleSubmitForm=function(){return __awaiter(this,void 0,void 0,(function(){var e;var t=this;return __generator(this,(function(n){this.formState="validated";if(!this.formElement.checkValidity()){return[2]}e=G(Kt.myOwnFundForm.fundUsi)&&G(Kt.myOwnFundForm.memberNumber)&&G(Kt.myOwnFundForm.memberFirstName)&&G(Kt.myOwnFundForm.memberFamilyName);if(!e){this.isNotAllInformationProvidedMessageVisible=true;return[2]}qt.navigateInternallyToStandardChoice({history:this.history,fundName:this.getOrError(Kt.myOwnFundForm.fundName),handleSubmitFn:function(e){return __awaiter(t,void 0,void 0,(function(){var t;return __generator(this,(function(n){switch(n.label){case 0:t=Object.assign({fundUsi:this.getOrError(Kt.myOwnFundForm.fundUsi),memberNumber:this.getOrError(Kt.myOwnFundForm.memberNumber),memberFirstName:this.getOrError(Kt.myOwnFundForm.memberFirstName),memberFamilyName:this.getOrError(Kt.myOwnFundForm.memberFamilyName),standardChoiceFormSignature:e},Ft.promotedFundsConfig);return[4,en.submitCustomFundChoiceAsync(t)];case 1:n.sent();return[2]}}))}))}});return[2]}))}))};e.prototype.getOrError=function(e){return vt.pipe(e,Z((function(){throw new Error("Option value is none.")})))};return e}());ne(Yn);var $n=e("sss_my_own_fund_inputs",function(){function e(e){var n=this;t(this,e);this.formChanged=s(this,"formChanged",7);this.MIN_SEARCH_STRING_LENGTH=3;this.MAX_RECORD_COUNT=25;this.searchFundsAsync=function(e){return __awaiter(n,void 0,void 0,(function(){var t,n;return __generator(this,(function(r){switch(r.label){case 0:return[4,Qt.searchFundsAsync(e,this.MAX_RECORD_COUNT)];case 1:t=r.sent();switch(t.result){case"TooManyResults":{return[2,{kind:"too-many-results"}]}default:{n=t.data.sort((function(e,t){return e.productName.localeCompare(t.productName)})).map((function(e){return{label:e.productName+" ("+e.usi+")",value:e.usi}}));return[2,{kind:"success",value:n}]}}return[2]}}))}))};if(G(this.myOwnFundForm.fundUsi)&&G(this.myOwnFundForm.fundName)){this.selectedOption={label:this.myOwnFundForm.fundName.value,value:this.myOwnFundForm.fundUsi.value}}}e.prototype.render=function(){var e=this;return n("div",null,n("div",null,n("label",{class:"text-sm font-medium text-gray-700"},"Fund name"),n("div",{class:"mt-1"},n("sss-dropdown-async",{searchFunction:this.searchFundsAsync,minSearchStringLength:this.MIN_SEARCH_STRING_LENGTH,required:true,requiredValidationMessage:"Select a fund",placeholder:"Type to search by name or USI...",value:this.selectedOption,onValueChanged:function(t){e.selectedOption=t.detail;e.updateFund(t.detail)},showValidationErrors:this.showValidationErrors})),G(this.myOwnFundForm.fundUsi)&&n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},"Fund USI"),n("div",{class:"mt-1 shadow-sm px-3 py-2 rounded-md border border-gray-300 bg-gray-50 text-gray-500 text-base sm:text-sm"},this.myOwnFundForm.fundUsi.value))),n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},"Member number"),n("div",{class:"mt-1"},n("input",{type:"text",class:{"shadow-sm focus:ring-primary-focus focus:border-primary-base block w-full text-base sm:text-sm border-gray-300 rounded-md":true,"invalid:border-red-300 invalid:text-red-900 invalid:focus:ring-red-500 invalid:focus:border-red-500":this.showValidationErrors},required:true,pattern:"[A-Za-z0-9]{4,16}",name:"memberNumber",id:"memberNumber",value:$(Kt.myOwnFundForm.memberNumber),onChange:function(t){return e.updateMemberNumber(t.target.value.trim())}}),n("div",{class:"invalid-feedback mt-2 text-sm text-red-600"},"Enter a valid member number (only numbers and / or letters)"))),n("div",{class:"flex space-x-4"},n("div",{class:"mt-3 w-1/2"},n("label",{class:"text-sm font-medium text-gray-700"},"Given name(s)"),n("div",{class:"mt-1"},n("sss-name-input",{name:"memberFirstName",readableName:"Member given name(s)",showValidationErrors:this.showValidationErrors,value:$(Kt.myOwnFundForm.memberFirstName),onChange:function(t){return e.updateMemberFirstName(t.target.value.trim())}}))),n("div",{class:"mt-3 w-1/2"},n("label",{class:"text-sm font-medium text-gray-700"},"Last name"),n("div",{class:"mt-1"},n("sss-name-input",{name:"memberFamilyName",readableName:"Member last name",showValidationErrors:this.showValidationErrors,value:$(Kt.myOwnFundForm.memberFamilyName),onChange:function(t){return e.updateMemberFamilyName(t.target.value.trim())}})))))};e.prototype.updateFund=function(e){this.formChanged.emit({fundUsi:J(e.value),fundName:J(e.label)})};e.prototype.updateMemberNumber=function(e){this.formChanged.emit({memberNumber:J(e)})};e.prototype.updateMemberFirstName=function(e){this.formChanged.emit({memberFirstName:J(e)})};e.prototype.updateMemberFamilyName=function(e){this.formChanged.emit({memberFamilyName:J(e)})};return e}());var Qn=e("sss_name_input",function(){function e(e){t(this,e);this.myInputChange=s(this,"myInputChange",7);this.value="";this.name="";this.readableName="";this.showValidationErrors=false;this.errorMessage="";this.NAME_PATTERN="[A-Za-z][A-Za-z']+(( |-)[A-Za-z][A-Za-z']+)*\\s*$"}e.prototype.render=function(){var e=this;return n(o,null,n("input",{type:"text",class:{"shadow-sm focus:ring-primary-focus focus:border-primary-base block w-full text-base sm:text-sm border-gray-300 rounded-md":true,"invalid:border-red-300 invalid:text-red-900 invalid:focus:ring-red-500 invalid:focus:border-red-500":this.showValidationErrors},required:true,pattern:this.NAME_PATTERN,name:this.name,value:this.value,onInput:function(t){return e.handleInput(t)}}),this.errorMessage&&n("div",{class:"invalid-feedback mt-2 text-sm text-red-600"},this.errorMessage))};e.prototype.handleInput=function(e){var t=e.target;t.value=t.value.replace(/\s+/g," ");this.validateInput(t);this.myInputChange.emit(t.value.trim())};e.prototype.validateInput=function(e){if(!e.checkValidity()){if(e.validity.valueMissing){this.errorMessage=this.readableName+" is required."}else if(e.value.length<2){this.errorMessage="A minimum of 2 characters is required."}else if(e.validity.patternMismatch){if(e.value.startsWith("-")||e.value.startsWith("'")){this.errorMessage=this.readableName+" must start with a letter."}else if(e.value.includes("--")){this.errorMessage=this.readableName+" must not have a double hypen."}else{this.errorMessage=this.readableName+" contains unsupported characters."}}else{this.errorMessage="Invalid input."}}else{this.errorMessage=""}};return e}());var Zn=function(){function e(){}e.prototype.submitChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,Tt().url("super-choice/promoted-fund").post(e).badRequest((function(){throw new Error("Failed to process Promoted Fund choice request")})).text()]}))}))};e.prototype.submitDefaultChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,Tt().url("super-choice/promoted-fund/default").post(e).badRequest((function(){throw new Error("Failed to process Promoted Default Fund choice request")})).text()]}))}))};return e}();var er=new Zn;var tr={fundId:"",isPromotedDefault:false};var nr=dt(tr),rr=nr.state,ir=nr.reset;var ar=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:Ft.partnerIdOrDefault,accountId:Ft.accountIdOrDefault,fundId:rr.fundId,authToken:Ft.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":qt.navigateInternally(t,Bt.ChoicePage);break;case"success":if(i.memberNumber){var a=rr.fundId;var o=Pn(a);qt.navigateInternallyToStandardChoice({history:t,fundName:mt.isSome(o)?o.value:"",handleSubmitFn:function(e){return er.submitChoiceAsync(Object.assign({fundId:a,memberNumber:i.memberNumber,memberFirstName:i.memberFirstName,memberFamilyName:i.memberFamilyName,usi:i.usi.replace(/ /g,""),standardChoiceFormSignature:e,defaultFundUsiSet:mt.toUndefined(Ft.defaultFundUsi)},Ft.promotedFundsConfig))},promotedFundId:a});break}default:qt.navigateInternally(t,Bt.ChoicePage);break}ir();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);Ot.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=Ft.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 or=new ar;var sr=e("sss_promoted_fund_join_v1_page",function(){function e(e){t(this,e)}e.prototype.render=function(){var e=this;return n("sss-iframe-host",{build:function(t){return or.build(t,e.history)}})};return e}());var ur=function(){function e(){var e=this;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.promotedFundJoinAppUrl=function(){return"https://"+e.environmentDiscriminator()+"api.simplefinancialchoices.com/promoted-funds/embed"}}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:Ft.partnerIdOrDefault,accountId:Ft.accountIdOrDefault,fundId:rr.fundId,authToken:Ft.jwt,employerDefault:rr.isPromotedDefault});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":qt.navigateInternally(t,Bt.ChoicePage);break;case"success":if(i.memberNumber){var a=rr.fundId;var o=Pn(a);qt.navigateInternallyToStandardChoice({history:t,fundName:mt.isSome(o)?o.value:"",promotedFundId:a,handleSubmitFn:rr.isPromotedDefault?function(e){return er.submitDefaultChoiceAsync(Object.assign({fundId:a,usi:i.usi.replace(/ /g,""),standardChoiceFormSignature:e,defaultFundUsiSet:mt.toUndefined(Ft.defaultFundUsi)},Ft.promotedFundsConfig))}:function(e){return er.submitChoiceAsync(Object.assign({fundId:a,memberNumber:i.memberNumber,memberFirstName:i.memberFirstName,memberFamilyName:i.memberFamilyName,usi:i.usi.replace(/ /g,""),standardChoiceFormSignature:e,defaultFundUsiSet:mt.toUndefined(Ft.defaultFundUsi)},Ft.promotedFundsConfig))}});break}default:qt.navigateInternally(t,Bt.ChoicePage);break}ir();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);Ot.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.name=o;if(typeof s==="boolean"){u.type="checkbox";u.checked=s;u.style.visibility="hidden"}else{u.type="hidden";u.value=s}a.append(u)}}i.appendChild(a);i.close();a.submit()};e.prototype.getMemberData=function(){var e,t;var n=Ft.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 cr=new ur;var lr=e("sss_promoted_fund_join_v2_page",function(){function e(e){t(this,e)}e.prototype.render=function(){var e=this;return n("sss-iframe-host",{build:function(t){return cr.build(t,e.history)}})};return e}());function fr(e){var t=e.split("").map(Number);var n=t.every((function(e){return!isNaN(e)}));var r=[10,1,3,5,7,9,11,13,15,17,19];if(!n||t.length!==r.length){return false}t[0]--;var i=t.reduce((function(e,t,n){return e+t*r[n]}),0);return i%89===0}var dr=e("sss_self_managed_fund",function(){function e(e){var n=this;t(this,e);this.isSubmitDisabled=true;this.isAbnValid=fr(Kt.selfManagedFundForm.fundAbn);this.eventTrackingService=At.Instance;this.success=function(){qt.navigateInternallyToStandardChoice({history:n.history,fundName:"Self-managed super fund",handleSubmitFn:function(e){return __awaiter(n,void 0,void 0,(function(){var t;return __generator(this,(function(n){switch(n.label){case 0:t=Object.assign({smsfChoice:{abn:Kt.selfManagedFundForm.fundAbn,fundName:Kt.selfManagedFundForm.fundName,fundAddress:{addressLine1:Kt.selfManagedFundForm.addressLine1,addressLine2:Kt.selfManagedFundForm.addressLine2,city:Kt.selfManagedFundForm.city,state:Kt.selfManagedFundForm.state,postcode:Kt.selfManagedFundForm.postcode},bsb:Kt.selfManagedFundForm.bsb,bankAccountName:Kt.selfManagedFundForm.bankAccountName,bankAccountNumber:Kt.selfManagedFundForm.bankAccountNumber,electronicServiceAddress:Kt.selfManagedFundForm.fundEsa,memberFirstName:Kt.selfManagedFundForm.memberFirstName,memberFamilyName:Kt.selfManagedFundForm.memberFamilyName},standardChoiceFormSignature:e},Ft.promotedFundsConfig);return[4,en.submitSelfManagedFundChoiceAsync(t)];case 1:n.sent();return[2]}}))}))}})}}e.prototype.componentDidLoad=function(){this.updateIsSubmitDisabled();return this.eventTrackingService.TrackSmsfSuperFundDetailViewedAsync({promotedFundsShown:Ft.promotedFunds,defaultFundUsiSet:$(Ft.defaultFundUsi)})};e.prototype.render=function(){var e=this;return n(o,null,n("sss-header-section",{currentPage:"own-fund"}),n("div",{class:"flex justify-center mt-11"},n("sss-custom-fund",null,n("form",{noValidate:true,onSubmit:function(e){return e.preventDefault()},class:{"was-validated":this.formState==="validated"},ref:function(t){return e.formElement=t},onInput:function(t){return e.updateIsSubmitDisabled()}},n("div",{class:"p-4 sm:p-6 pb-6 sm:pb-8 border shadow-sm rounded-lg max-w-560"},n("p",{class:"sm:text-lg font-bold"},"Fund details"),n("div",{class:"bg-yellow-50 border-l-4 border-yellow-400 p-4 my-3"},n("div",{class:"flex"},n("div",{class:"flex-shrink-0"},n("img",{class:"h-5 w-5",src:a("assets/icon-exclamation.svg")})),n("div",{class:"ml-3 text-sm text-yellow-700 leading-5"},"Make sure your Self-managed super fund (SMSF) is a registered fund before completing this step."))),n("sss-self-managed-fund-inputs",{fundForm:Kt.selfManagedFundForm,showValidationErrors:this.formState==="validated",onFormChanged:function(t){Kt.selfManagedFundForm=Object.assign(Object.assign({},Kt.selfManagedFundForm),t.detail);if(t.detail.isAbnValid!==undefined)e.isAbnValid=t.detail.isAbnValid;e.updateIsSubmitDisabled()}})),n("div",{class:"flex justify-center mt-8"},n("div",{class:"sm:max-w-320 w-full"},n("div",{class:"mb-4",onClick:function(){return e.formState="validated"}},n("sss-button",{fillWidth:true,promiseFn:function(){return e.handleSubmitForm()},disabled:this.isSubmitDisabled},"Continue")),n("stencil-route-link",{url:Bt.ChoicePage},n("sss-button",{fillWidth:true,variant:"secondary"},"Back"))))))))};e.prototype.updateIsSubmitDisabled=function(){this.isSubmitDisabled=!this.formElement.checkValidity()||!this.isAbnValid};e.prototype.handleSubmitForm=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){this.formState="validated";if(this.formElement.checkValidity())this.success();return[2]}))}))};return e}());ne(dr);var pr={"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 hr=e("sss_self_managed_fund_inputs",function(){function e(e){t(this,e);this.formChanged=s(this,"formChanged",7);this.isAbnValid=false;this.isAbnTouched=false;this.isAbnUsedForRegulated=false;this.currentBank=X;this.addressErrorMessage=X;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;var t={"relative shadow-sm focus:ring-primary-focus focus:border-primary-base block w-full text-base sm:text-sm border-gray-300 rounded-md focus:z-10":true,"invalid:border-red-300 invalid:text-red-900 invalid:placeholder-red-300 invalid:focus:ring-red-500 invalid:focus:border-red-500":this.showValidationErrors};return n("div",null,n("div",null,n("label",{class:"text-sm font-medium text-gray-700"},"Fund name"),n("div",{class:"mt-1"},n("input",{type:"text",class:t,required:true,minlength:"2",name:"fundName",id:"fundName",value:Kt.selfManagedFundForm.fundName,onChange:function(t){return e.updateFormField("fundName",t.target.value.trim())}}),n("div",{class:"invalid-feedback mt-2 text-sm text-red-600"},"Enter a valid fund name"))),n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},"Fund ABN"),n("div",{class:"mt-1"},n("input",{type:"text",class:t,required:true,minlength:"2",name:"fundAbn",id:"fundAbn",value:Kt.selfManagedFundForm.fundAbn,inputmode:"numeric",pattern:"[0-9]*",onKeyUp:function(t){return __awaiter(e,void 0,void 0,(function(){var e,n;return __generator(this,(function(r){switch(r.label){case 0:e=t.target.value;this.updateFormField("fundAbn",e.trim());this.isAbnValid=fr(e);if(!this.isAbnValid)return[3,2];n=this;return[4,this.isAbnUsedForRegulatedAsync(e)];case 1:n.isAbnUsedForRegulated=r.sent();r.label=2;case 2:this.updateFormField("isAbnValid",this.isAbnValid);return[2]}}))}))},onBlur:function(){return e.isAbnTouched=true}}),this.renderAbnValidationError())),n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},"Electronic service address alias (ESA)"),n("div",{class:"mt-1"},n("input",{type:"text",class:t,required:true,minlength:"2",name:"fundEsa",id:"fundEsa",value:Kt.selfManagedFundForm.fundEsa,onChange:function(t){return e.updateFormField("fundEsa",t.target.value.trim())}}),n("div",{class:"invalid-feedback mt-2 text-sm text-red-600"},"Enter a valid fund ESA"))),n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},"Fund address"),n("div",{class:"mt-1 rounded-md shadow-sm -space-y-px"},n("input",{placeholder:"Address line 1",type:"text",class:Object.assign(Object.assign({},t),{"rounded-none rounded-t-md shadow-none":true}),required:true,minlength:"2",name:"addressLine1",id:"addressLine1",value:Kt.selfManagedFundForm.addressLine1,onChange:function(t){e.updateFormField("addressLine1",t.target.value.trim());e.updateAddressErrorMessage()},ref:function(t){return e.addressLine1Element=t}}),n("input",{placeholder:"Address line 2 (optional)",type:"text",class:Object.assign(Object.assign({},t),{"rounded-none shadow-none":true}),name:"addressLine2",id:"addressLine2",value:Kt.selfManagedFundForm.addressLine2,onChange:function(t){return e.updateFormField("addressLine2",t.target.value.trim())}}),n("input",{placeholder:"City/suburb",type:"text",class:Object.assign(Object.assign({},t),{"rounded-none shadow-none":true}),name:"city",required:true,id:"city",value:Kt.selfManagedFundForm.city,onChange:function(t){e.updateFormField("city",t.target.value.trim());e.updateAddressErrorMessage()},ref:function(t){return e.cityElement=t}}),n("div",{class:"flex -space-x-px"},n("div",{class:"w-1/2 flex-1 min-w-0"},n("input",{placeholder:"Postcode",type:"text",required:true,class:Object.assign(Object.assign({},t),{"rounded-none rounded-bl-md shadow-none":true}),name:"postcode",minlength:"4",maxlength:"4",pattern:"[0-9]{4}",id:"postcode",value:Kt.selfManagedFundForm.postcode,inputmode:"numeric",onChange:function(t){e.updateFormField("postcode",t.target.value.trim());e.updateAddressErrorMessage()},ref:function(t){return e.postcodeElement=t}})),n("div",{class:"flex-1 min-w-0"},n("select",{class:Object.assign(Object.assign({},t),{"rounded-none rounded-br-md shadow-none":true,"text-gray-500":this.fundForm.state!==undefined}),name:"state",required:true,id:"state",onChange:function(t){e.updateFormField("state",t.target.value.trim());e.updateAddressErrorMessage()},ref:function(t){return e.stateElement=t}},n("option",{disabled:true,selected:this.fundForm.state!==undefined,value:""},"State"),this.stateOptions.map((function(t){return n("option",{value:t.value,selected:e.fundForm.state===t.value},t.label)})))))),G(this.addressErrorMessage)&&this.showValidationErrors&&n("div",{class:"mt-2 text-sm text-red-600"},this.addressErrorMessage.value)),n("div",{class:"flex space-x-4"},n("div",{class:"mt-3 w-1/2"},n("label",{class:"text-sm font-medium text-gray-700"},"Given name(s)"),n("div",{class:"mt-1"},n("sss-name-input",{name:"memberFirstName",readableName:"Member given name(s)",showValidationErrors:this.showValidationErrors,value:Kt.selfManagedFundForm.memberFirstName,onChange:function(t){return e.updateFormField("memberFirstName",t.target.value.trim())}}))),n("div",{class:"mt-3 w-1/2"},n("label",{class:"text-sm font-medium text-gray-700"},"Last name"),n("div",{class:"mt-1"},n("sss-name-input",{name:"memberFamilyName",readableName:"Member last name",showValidationErrors:this.showValidationErrors,value:Kt.selfManagedFundForm.memberFamilyName,onChange:function(t){return e.updateFormField("memberFamilyName",t.target.value.trim())}})))),n("h3",{class:"text-lg font-bold mt-6"},"Fund bank details"),n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},"Account name"),n("div",{class:"mt-1"},n("input",{type:"text",required:true,class:t,name:"bankAccountName",minlength:"2",id:"bankAccountName",value:Kt.selfManagedFundForm.bankAccountName,onChange:function(t){return e.updateFormField("bankAccountName",t.target.value.trim())}}),n("div",{class:"invalid-feedback mt-2 text-sm text-red-600"},"Enter a valid bank account name"))),n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},"BSB"),n("div",{class:"mt-1"},n("input",{type:"text",required:true,class:t,name:"bsb",id:"bsb",minlength:"6",maxlength:"7",inputmode:"numeric",onKeyUp:function(t){return e.updateCurrentBank(t)},pattern:this.bsbRegex.source,value:Kt.selfManagedFundForm.bsb}),n("div",{class:"invalid-feedback mt-2 text-sm text-red-600"},"Enter a valid BSB"))),G(this.currentBank)&&n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},"Bank name"),n("div",{class:"mt-1 shadow-sm px-3 py-2 rounded-md border border-gray-300 bg-gray-50 text-gray-500 text-sm"},this.currentBank.value)),n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},"Account number"),n("div",{class:"mt-1"},n("input",{type:"text",required:true,class:t,name:"bankAccountNumber",id:"bankAccountNumber",minlength:"2",maxlength:"11",pattern:this.bankAccountNumberRegex.source,inputmode:"numeric",value:Kt.selfManagedFundForm.bankAccountNumber,onKeyUp:function(t){return e.updateCurrentBankAccountNumber(t)},onChange:function(t){return e.updateFormField("bankAccountNumber",t.target.value.trim())}}),n("div",{class:"invalid-feedback mt-2 text-sm text-red-600"},"Enter a valid bank account number"))))};e.prototype.updateFormField=function(e,t){var n;this.formChanged.emit((n={},n[e]=t,n))};e.prototype.isAbnUsedForRegulatedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){switch(t.label){case 0:return[4,en.validateAbnForSMSF(e)];case 1:return[2,!t.sent()]}}))}))};e.prototype.renderAbnValidationError=function(){if(this.isAbnTouched||this.showValidationErrors){if(!this.isAbnValid){return n("div",{class:"mt-2 text-sm text-red-600"},"Enter a valid fund ABN (digits only)")}else if(this.isAbnUsedForRegulated){return n("div",{class:"mt-2 text-sm text-red-600"},"The supplied ABN is for a regulated fund")}}return[]};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=pr[n];var a=pr[r];if(i)this.currentBank=J(i);if(a)this.currentBank=J(a);if(t===""||t.length>6)this.currentBank=X;this.updateFormField("bsb",t)};e.prototype.updateCurrentBankAccountNumber=function(e){var t=this.filterDigits(e.target.value);this.updateFormField("bankAccountNumber",t)};e.prototype.updateAddressErrorMessage=function(){var e=X;if(K(e)&&!this.addressLine1Element.checkValidity()){e=J("Enter a valid address line 1")}if(K(e)&&!this.cityElement.checkValidity()){e=J("Enter a valid city/suburb")}if(K(e)&&!this.postcodeElement.checkValidity()){e=J("Enter a valid post code")}if(K(e)&&!this.stateElement.checkValidity()){e=J("Select a state")}this.addressErrorMessage=e};return e}());var vr=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 mr;(function(e){e[e["Unauthorized"]=0]="Unauthorized";e[e["Authenticated"]=1]="Authenticated";e[e["Error"]=2]="Error"})(mr||(mr={}));var gr=function(){function e(){}return e}();function yr(){return{authenticationState:mr.Unauthorized,jwt:X,reactNativeInterop:X,iframeInterop:X,appConfiguration:X,ignoreExistingSelection:false}}var br=function(e){__extends(t,e);function t(){return e.call(this,yr())||this}return t}(I);br=vr([_({name:"sss-session",resettable:true})],br);var wr=new br;var xr=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 G(this.getValue().reactNativeInterop)};t.prototype.isIframeInteropEnabled=function(){return G(this.getValue().iframeInterop)};t.prototype.getIframeInteropMode=function(){var e=this.getValue().iframeInterop;if(K(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}(F);var Sr=new xr(wr);var Cr=function(){function e(){}e.prototype.submitSlateChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,Tt().url("super-choice/slate").post(e).badRequest((function(){throw new Error("Failed to process Slate join request")})).text()]}))}))};return e}();var _r=new Cr;var Ir=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 Sr.isReactNativeInteropEnabled()?"true":"false"};this.skipInsurance=function(){return Sr.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=Ft.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){qt.navigateInternallyToStandardChoice({history:t,fundName:_n.name,handleSubmitFn:function(e){return _r.submitSlateChoiceAsync(Object.assign({memberNumber:r.memberNumber,memberFirstName:r.memberFirstName,memberFamilyName:r.memberFamilyName,standardChoiceFormSignature:e,defaultFundUsiSet:mt.toUndefined(Ft.defaultFundUsi)},Ft.promotedFundsConfig))},promotedFundId:_n.fundId});break}default:qt.navigateInternally(t,Bt.ChoicePage);break}ir();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 c=i[u];if(c!==undefined){var l=document.createElement("input");l.type="hidden";l.name=u;l.value=c;s.append(l)}}o.appendChild(s);o.close();s.submit()};e.prototype.getSlateJoinMemberData=function(){var e,t;var n=Ft.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 Fr=new Ir;var Tr=e("sss_slate_join_page",function(){function e(e){t(this,e)}e.prototype.render=function(){var e=this;return n("sss-iframe-host",{build:function(t){return Fr.build(t,e.history)}})};return e}());var Er=e("sss_standard_choice_form",function(){function e(e){t(this,e);this.standardChoiceFormSignature="";this.isSubmitDisabled=true}e.prototype.render=function(){var e=this;return n(o,null,n("div",{class:"text-2xl sm:text-3xl font-bold text-center"},"Confirm your super choice"),n("div",{class:"sm:text-lg text-gray-600 max-w-800 mt-4 text-center leading-7 sm:leading-8"},"Your authorisation is required to complete your super choice by signing the standard choice form, which informs your employer of your choice of fund."),n("div",{class:"flex justify-center mt-8 sm:mt-12"},n("div",{class:"max-w-560"},n("div",{class:"p-4 sm:p-6 border shadow-sm rounded-lg flex flex-col sm:flex-row"},this.renderLogo(),n("div",{class:"flex justify-between w-full"},n("div",null,n("div",{class:"text-xs font-semibold text-gray-500 uppercase"},"Nominated fund"),n("div",{class:"text-sm mt-2"},Ut.fundName)),n("div",{class:"grid content-center ml-4"},n("stencil-route-link",{url:Bt.ChoicePage},n("sss-button",{size:"xs",variant:"secondary"},"Change"))))),n("div",{class:"mt-4 p-4 sm:p-6 border shadow-sm rounded-lg"},n("div",{class:"sm:text-lg font-bold"},"Superannuation Standard Choice Form"),n("div",{class:"bg-blue-50 border-l-4 border-blue-400 p-4 mt-3"},n("div",{class:"flex"},n("div",{class:"flex-shrink-0"},n("img",{class:"h-5 w-5",src:a("assets/icon-information-circle.svg")})),n("div",{class:"ml-2"},n("p",{class:"text-sm text-blue-800 leading-5"},"Applying your full name in the text field below is the same as applying your written signature and is legally binding.")))),n("form",{noValidate:true,onSubmit:function(e){return e.preventDefault()},class:{"mt-3":true,"was-validated":this.formState==="validated"},ref:function(t){return e.formElement=t},onInput:function(t){return e.isSubmitDisabled=!e.formElement.checkValidity()}},n("label",{class:"text-sm font-medium text-gray-700"},"Type your full name"),n("input",{type:"text",autocomplete:"off",class:{"shadow-sm focus:ring-primary-focus focus:border-primary-focus w-full text-base sm:text-sm border-gray-300 rounded-md mt-1":true,"invalid:border-red-300 invalid:text-red-900 invalid:focus:ring-red-500 invalid:focus:border-red-500":this.formState==="validated"},required:true,minlength:"2",name:"standardChoiceFormSignature",id:"standardChoiceFormSignature",value:this.standardChoiceFormSignature,onInput:function(t){return e.standardChoiceFormSignature=t.target.value}}),n("div",{class:"invalid-feedback mt-2 text-sm text-red-600"},"Type your full name"),n("div",{class:"mt-6"},n("sss-button",{fillWidth:true,promiseFn:function(){return e.handleSubmitForm()},disabled:this.isSubmitDisabled},"Confirm and continue")))))))};e.prototype.renderLogo=function(){if(Ut.promotedFundId==undefined)return;var e=Rn(Ut.promotedFundId);if(mt.isSome(e)){return n("div",{class:"pb-4 mb-4 border-b flex justify-center sm:pb-0 sm:mb-0 sm:border-b-0 sm:pr-8 sm:mr-8 sm:border-r sm:justify-start"},n("img",{class:"h-16 max-w-140 sm:h-12 sm:max-w-[100px] object-contain",alt:Ut.fundName,src:e.value}))}};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,Ut.handleSubmitFn(this.standardChoiceFormSignature.trim())];case 1:e.sent();Ft.markSuperSelectionAsSubmitted();e.label=2;case 2:return[2]}}))}))};return e}());var Ar=e("sss_success",function(){function e(e){t(this,e)}e.prototype.render=function(){var e=function(){return n("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512",class:"fill-primary-base"},n("path",{d:"M443.3 100.7C449.6 106.9 449.6 117.1 443.3 123.3L171.3 395.3C165.1 401.6 154.9 401.6 148.7 395.3L4.686 251.3C-1.562 245.1-1.562 234.9 4.686 228.7C10.93 222.4 21.06 222.4 27.31 228.7L160 361.4L420.7 100.7C426.9 94.44 437.1 94.44 443.3 100.7H443.3z"}))};return n(o,{class:"text-center"},n("div",{class:"flex justify-center"},n("div",{class:"relative"},n("div",{class:"h-20 w-20 rounded-full bg-primary-base opacity-10"}),n("div",{class:"h-8 w-8 absolute top-1/2 left-1/2 -translate-y-1/2 -translate-x-1/2"},n(e,null)))),n("h3",{class:"text-2xl leading-8 font-bold mt-4"},"Your super choice has been submitted"),n("p",{class:"mt-4 text-center text-gray-600 leading-7 max-w-560 mx-auto"},"Your superannuation details have been updated successfully and will be submitted to your employer."),n("div",{class:"flex justify-center mt-8"},n("div",{class:"max-w-[200px] w-full"},n("sss-button",{size:"xl",fillWidth:true,onClick:this.handleContinueButtonClick},n("span",null,"Continue")))))};e.prototype.handleContinueButtonClick=function(e){Ft.completeSuperSelectionFlow()};return e}());var kr=e("sss_super_choice_item_bottom",function(){function e(e){t(this,e);this.joinFundClicked=s(this,"joinFundClicked",7)}e.prototype.render=function(){var e=this;return n(o,null,n("div",{class:"py-6 px-4 lg:px-6 flex flex-col justify-between h-full"},n("div",null,n("div",{class:"md:max-w-[240px] lg:max-w-full"},n("sss-button",{class:"uuid-button-continue",fillWidth:true,onClick:function(){return e.handleFundClick()}},"Choose this fund")),n("div",{class:"text-xs text-gray-500 mt-6 leading-4"},this.disclaimer)),this.abnInfo&&this.abn&&n("div",{class:"text-xs text-gray-500 mt-2"},n("p",null,"Issued by ",this.abnInfo,"."),n("p",null,"ABN: ",this.abn))))};e.prototype.handleFundClick=function(){return this.joinFundClicked.emit()};return e}());var Nr=e("sss_super_choice_item_top",function(){function e(e){t(this,e)}e.prototype.render=function(){return n(o,null,n("div",{class:"px-4 lg:px-6 pt-6"},n("div",{class:"text-right w-100 -mt-5 -mr-3.5 lg:-mr-5"},n("span",{class:"text-xs bg-gray-100 text-gray-800 font-medium rounded-xl py-0.5 px-2.5 mr-0.5"},"Featured")),n("div",{class:"flex lg:block mt-2 md:mt-0 lg:mt-4"},n("img",{class:"h-12 md:h-14 lg:h-16 object-contain w-auto w-[80px] md:w-[96px] lg:w-[140px] md:hidden lg:block lg:object-left",alt:this.name,src:a("assets/"+this.logo)}),n("div",{class:"grid content-center"},n("p",{class:"text-base md:text-lg font-bold ml-4 md:ml-0 md:mb-0 lg:mt-4"},this.name))),n("div",{class:"mt-4 sm:mt-2 text-sm space-y-2"},this.features.map((function(e){return n("div",{class:"flex"},n("div",{class:"h-5 w-5 flex-none mr-1.5"},n("img",{alt:"checked",src:a("assets/icon-check.svg")})),n("div",{class:"leading-5"},e))}))),this.featureSubText&&n("p",{class:"text-xs text-gray-500 italic mt-4 leading-4"},this.featureSubText)))};return e}());var Pr=function(){function e(){}e.prototype.trackClickPromotedTileAsync=function(e){return Ct.clickPromotedTileAsync(e)};return e}();var Dr=new Pr;var Mr=e("sss_super_choice_page",function(){function e(e){t(this,e);this.campaignConnectRequestInProgress=true;this.eventTrackingService=At.Instance}e.prototype.componentDidLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:return[4,Ft.completeCampaignConnectRequestSafe()];case 1:t.sent();this.promotedFunds=this.getPromotedFunds();this.campaignConnectRequestInProgress=false;e=this.promotedFunds.map((function(e){return e.fundId}));return[2,this.eventTrackingService.TrackSuperFundPanelViewedAsync({promotedFundsShown:e,defaultFundUsiSet:mt.toUndefined(Ft.defaultFundUsi)})]}}))}))};e.prototype.render=function(){var e=this;var t="https://my.gov.au";var r="www.my.gov.au";var i="https://www.apra.gov.au/register-of-superannuation-institutions";var s="www.apra.gov.au";if(this.campaignConnectRequestInProgress){return n("div",{class:"w-[327px] sm:w-full bg-white flex flex-col items-center"},n("div",{class:"w-full sm:w-[440px] h-9 bg-gray-200 animate-pulse rounded"}),n("div",{class:"mt-6 w-full sm:w-[720px] h-6 bg-gray-200 animate-pulse rounded"}),n("div",{class:"mt-2 w-[220px] sm:w-[560px] h-6 bg-gray-200 animate-pulse rounded"}),n("div",{class:"mt-10 w-full sm:w-[560px] h-80 bg-gray-200 animate-pulse rounded"}),n("div",{class:"mt-10 w-full sm:w-[200px] h-11 bg-gray-200 animate-pulse rounded"}))}return n(o,null,n("div",null,n("sss-header-section",{currentPage:"choice"}),n("div",{class:"mt-8 text-sm text-center leading-6"},n("p",{class:"leading-6"},"Not ready to join a new fund, or want to nominate another super fund?"),n("stencil-route-link",{url:Bt.MyOwnFund},n("span",{class:"inline-block text-primary-base font-medium mt-3"},"Skip Featured Funds ",n("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24","stroke-width":"1.5",stroke:"currentColor",class:"inline h-5 w-5 fill-primary-base group-hover:fill-white"},n("path",{"stroke-linecap":"round","stroke-linejoin":"round",d:"M17.25 8.25L21 12m0 0l-3.75 3.75M21 12H3"}))))),n("div",{class:"flex justify-center mt-8"},n("div",{class:{"lg:grid border-l border-t lg:border-b rounded-lg":true,"lg:grid-cols-1 max-w-400":this.promotedFunds.length===1,"lg:grid-cols-2 max-w-720":this.promotedFunds.length===2,"lg:grid-cols-3 max-w-960":this.promotedFunds.length===3}},this.promotedFunds.map((function(t,r){return n("div",{class:{"border-r":true,"rounded-tr-lg":r===0,"lg:rounded-tr-none":r===0&&r!==e.promotedFunds.length-1,"rounded-br-lg lg:rounded-br-none lg:rounded-tr-lg":r===e.promotedFunds.length-1}},n("div",{class:{"flex border-b lg:border-b-0":true,"rounded-b-lg":r===e.promotedFunds.length-1}},n("div",{class:"hidden md:flex lg:hidden w-36 justify-center pt-6 pl-6"},n("img",{class:"h-16 object-contain w-full max-w-[96px]",alt:t.name,src:a("assets/"+t.logo)})),n("div",{class:"w-full"},n("sss-super-choice-item-top",{logo:t.logo,name:t.name,features:t.features,featureSubText:t.featureSubText}),n("div",{class:"lg:hidden"},n("sss-super-choice-item-bottom",{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)]}))}))}})))))})),this.promotedFunds.map((function(t,r){return n("div",{class:{"hidden lg:block border-r":true,"rounded-br-lg":r===e.promotedFunds.length-1}},n("sss-super-choice-item-bottom",{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)]}))}))}}))})))),n("div",{class:"flex justify-center mt-8 sm:mt-12"},n("div",{class:"pb-8 sm:pb-12 max-w-720 border-b"},n("h5",{class:"font-bold sm:text-lg"},"Or, choose another super fund:"),n("ul",{class:"list-disc list-outside ml-6 mt-3 mb-6 space-y-2 leading-6 text-sm sm:text-base"},n("li",null,"Select this option if you'd like to use your current account with another super fund, your self-managed super fund, or your employer's default fund."),n("li",null,"If you are unsure of your current super fund details, you can find out at"," ",n("a",{class:"text-primary-base font-medium hover:text-primary-hover",target:"_blank",href:qt.toExternalUrl(t)},r)),n("li",null,"A full list of super funds can be viewed at"," ",n("a",{class:"text-primary-base font-medium hover:text-primary-hover",target:"_blank",href:qt.toExternalUrl(i)},s))),n("stencil-route-link",{url:Bt.MyOwnFund},n("sss-button",{fillWidthOnMobile:true},"Choose another super fund")))),n("div",{class:"flex justify-center"},n("div",{class:"pt-8 sm:pt-12 max-w-720"},n("h5",{class:"font-semibold"},"IMPORTANT INFORMATION:"),n("ul",{class:"list-disc list-outside ml-6 mt-3 space-y-2 text-sm leading-6"},n("li",null,"The superannuation funds featured above are for your information only. The order, position and placement of content should not be interpreted as an opinion or recommendation (actual or implied) by Flare as to the suitability or appropriateness of any superannuation fund for you. In featuring these superannuation funds, Flare has not taken into account your objectives, financial situation or needs."),n("li",null,"This is not a comparison service. This page contains factual information only and does not constitute either general or personal advice about any financial products. We do not take into account your objectives, financial situation or needs. If you have questions or need help making a decision about your superannuation fund, you should speak to a licensed financial product advice provider."),n("li",null,"Flare, the technology partner you are accessing Flare via and your employer do not endorse or accept responsibility for any financial product advice or services provided by the promoters or trustees of the featured superannuation funds. Flare does not endorse or accept responsibility for any of the content shown about any of the featured superannuation funds."),n("li",null,"You should consider the relevant superannuation fund’s PDS and TMD (if applicable) in deciding whether to apply to join the superannuation fund. Each of the superannuation funds featured above include a link to their PDS and TMD (if applicable) for your convenience. If you are considering joining another superannuation fund, you can typically find the PDS and TMD (if applicable) on that fund’s website."),n("li",null,"You should be aware that, if you do choose one of the featured superannuation funds, Flare and it’s associates will normally receive a fee for you doing so (this includes Simple Financial Choices Pty Ltd, a wholly owned subsidiary of Flare, which is a sub-promoter of Slate Super)."))))))};e.prototype.getPromotedFunds=function(){var e=[];Ft.promotedFunds.forEach((function(t){var n=kn.find((function(e){return t===e.fundId}));if(n!==undefined){e.push(n)}}));return e};e.prototype.handleJoinSuperClickAsync=function(e){return __awaiter(this,void 0,void 0,(function(){var t,n,r,i;return __generator(this,(function(a){switch(a.label){case 0:n=Ft.promotedFunds;r=Mn(e.fundId);i=Pn(e.fundId);return[4,Promise.all([this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({fundUsi:mt.isSome(r)?r.value:undefined,fundName:mt.isSome(i)?i.value:"",promotedFundId:e.fundId,promotedFundsShown:n,defaultFundUsiSet:mt.toUndefined(Ft.defaultFundUsi)}),Dr.trackClickPromotedTileAsync(e.isPromotedDefault?{promotedDefault:{fundId:e.fundId}}:{promoted:{fundId:e.fundId}})])];case 1:a.sent();rr.fundId=e.fundId;rr.isPromotedDefault=(t=e.isPromotedDefault)!==null&&t!==void 0?t:false;return[2,qt.navigateInternally(this.history,e.route)]}}))}))};Object.defineProperty(e,"assetsDirs",{get:function(){return["assets"]},enumerable:false,configurable:true});return e}());var Rr="stencil-route.inactive{display:none}";var Or=e("stencil_route",function(){function e(e){t(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=Me(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&&!Re(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 n(t,Object.assign({},e))}};Object.defineProperty(e.prototype,"el",{get:function(){return c(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{location:["computeMatch"]}},enumerable:false,configurable:true});return e}());T.injectProps(Or,["location","history","historyType","routeViewsUpdated"]);Or.style=Rr;var Lr=function(e,t,n){return n(e.confirm(t))};var Ur=function(e){return e.metaKey||e.altKey||e.ctrlKey||e.shiftKey};var Br=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 jr=function(e){return e.userAgent.indexOf("Trident")===-1};var Vr=function(e){return e.userAgent.indexOf("Firefox")===-1};var qr=function(e,t){return t.state===undefined&&e.userAgent.indexOf("CriOS")===-1};var zr=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 Hr=function(e,t){if(e.charAt(0)=="/"&&t.charAt(t.length-1)=="/"){return t.slice(0,t.length-1)+e}return t+e};var Wr=e("stencil_route_link",function(){function e(e){t(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=Me(this.location.pathname,{path:this.urlMatch||this.url,exact:this.exact,strict:this.strict})}};e.prototype.handleClick=function(e){if(Ur(e)||!this.history||!this.url||!this.root){return}e.preventDefault();return this.history.push(Hr(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 n(this.custom,Object.assign({},t),n("slot",null))};Object.defineProperty(e.prototype,"el",{get:function(){return c(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{location:["computeMatch"]}},enumerable:false,configurable:true});return e}());T.injectProps(Wr,["history","location","root"]);var Gr=function(){return((Math.random()*1e17).toString().match(/.{4}/g)||[]).join("-")};var Kr=function(e,t,n){return Me(e,{path:t,exact:n,strict:true})};var Xr=function(e){return e.tagName==="STENCIL-ROUTE"};var Jr=e("stencil_route_switch",function(){function e(e){t(this,e);this.group=Gr();this.subscribers=[];this.queue=l(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(Xr).map((function(n,r){var i=Kr(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 n("slot",null)};Object.defineProperty(e.prototype,"el",{get:function(){return c(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{location:["regenerateSubscribers"]}},enumerable:false,configurable:true});return e}());T.injectProps(Jr,["location","routeViewsUpdated"]);var Yr=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 $r=function(){var e;var t=[];var n=function(t){Yr(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{Yr(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 Qr=function(e,t){if(t===void 0){t="scrollPositions"}var n=new Map;var r=function(t,r){n.set(t,r);if(zr(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(zr(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 Zr="popstate";var ei="hashchange";var ti=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=Br(e);var s=!jr(a);var u=Qr(e);var c=t.forceRefresh!=null?t.forceRefresh:false;var l=t.getUserConfirmation!=null?t.getUserConfirmation:Lr;var f=t.keyLength!=null?t.keyLength:6;var d=t.basename?ge(ye(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;Yr(!d||ve(s,d),"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 "'+d+'".');if(d){s=me(s,d)}return Ae(s,n,t||_e(f))};var v=$r();var m=function(e){u.capture(M.location.key);Object.assign(M,e);M.location.scrollPosition=u.get(M.location.key);M.length=r.length;v.notifyListeners(M.location,M.action)};var g=function(e){if(!qr(a,e)){b(h(e.state))}};var y=function(){b(h(p()))};var b=function(e){if(n){n=false;m()}else{var t="POP";v.confirmTransitionTo(e,t,l,(function(n){if(n){m({action:t,location:e})}else{w(e)}}))}};var w=function(e){var t=M.location;var r=S.indexOf(t.key);var i=S.indexOf(e.key);if(r===-1){r=0}if(i===-1){i=0}var a=r-i;if(a){n=true;E(a)}};var x=h(p());var S=[x.key];var C=0;var _=false;var I=function(e){return d+xe(e)};var F=function(e,t){Yr(!(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=Ae(e,t,_e(f),M.location);v.confirmTransitionTo(a,n,l,(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(c){i.href=t}else{var l=S.indexOf(M.location.key);var f=S.slice(0,l===-1?0:l+1);f.push(a.key);S=f;m({action:n,location:a})}}else{Yr(u===undefined,"Browser history cannot push state in browsers that do not support HTML5 history");i.href=t}}))};var T=function(e,t){Yr(!(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=Ae(e,t,_e(f),M.location);v.confirmTransitionTo(a,n,l,(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(c){i.replace(t)}else{var l=S.indexOf(M.location.key);if(l!==-1){S[l]=a.key}m({action:n,location:a})}}else{Yr(u===undefined,"Browser history cannot replace state in browsers that do not support HTML5 history");i.replace(t)}}))};var E=function(e){r.go(e)};var A=function(){return E(-1)};var k=function(){return E(1)};var N=function(t){C+=t;if(C===1){e.addEventListener(Zr,g);if(s){e.addEventListener(ei,y)}}else if(C===0){e.removeEventListener(Zr,g);if(s){e.removeEventListener(ei,y)}}};var P=function(e){if(e===void 0){e=""}var t=v.setPrompt(e);if(!_){N(1);_=true}return function(){if(_){_=false;N(-1)}return t()}};var D=function(e){var t=v.appendListener(e);N(1);return function(){N(-1);t()}};var M={length:r.length,action:"POP",location:x,createHref:I,push:F,replace:T,go:E,goBack:A,goForward:k,block:P,listen:D,win:e};return M};var ni="hashchange";var ri={hashbang:{encodePath:function(e){return e.charAt(0)==="!"?e:"!/"+be(e)},decodePath:function(e){return e.charAt(0)==="!"?e.substr(1):e}},noslash:{encodePath:be,decodePath:ye},slash:{encodePath:ye,decodePath:ye}};var ii=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=Vr(e.navigator);var c=t.keyLength!=null?t.keyLength:6;var l=t.getUserConfirmation,f=l===void 0?Lr:l,d=t.hashType,p=d===void 0?"slash":d;var h=t.basename?ge(ye(t.basename)):"";var v=ri[p],m=v.encodePath,g=v.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 w=function(e){var t=o.href.indexOf("#");o.replace(o.href.slice(0,t>=0?t:0)+"#"+e)};var x=function(){var e=g(y());Yr(!h||ve(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=me(e,h)}return Ae(e,undefined,_e(c))};var S=$r();var C=function(e){Object.assign(j,e);j.length=s.length;S.notifyListeners(j.location,j.action)};var _=function(){var e=y();var t=m(e);if(e!==t){w(t)}else{var i=x();var a=j.location;if(!n&&Ee(a,i)){return}if(r===xe(i)){return}r=null;I(i)}};var I=function(e){if(n){n=false;C()}else{var t="POP";S.confirmTransitionTo(e,t,f,(function(n){if(n){C({action:t,location:e})}else{F(e)}}))}};var F=function(e){var t=j.location;var r=k.lastIndexOf(xe(t));var i=k.lastIndexOf(xe(e));if(r===-1){r=0}if(i===-1){i=0}var a=r-i;if(a){n=true;M(a)}};var T=y();var E=m(T);if(T!==E){w(E)}var A=x();var k=[xe(A)];var N=function(e){return"#"+m(h+xe(e))};var P=function(e,t){Yr(t===undefined,"Hash history cannot push state; it is ignored");var n="PUSH";var i=Ae(e,undefined,_e(c),j.location);S.confirmTransitionTo(i,n,f,(function(e){if(!e){return}var t=xe(i);var a=m(h+t);var o=y()!==a;if(o){r=t;b(a);var s=k.lastIndexOf(xe(j.location));var u=k.slice(0,s===-1?0:s+1);u.push(t);k=u;C({action:n,location:i})}else{Yr(false,"Hash history cannot PUSH the same path; a new entry will not be added to the history stack");C()}}))};var D=function(e,t){Yr(t===undefined,"Hash history cannot replace state; it is ignored");var n="REPLACE";var i=Ae(e,undefined,_e(c),j.location);S.confirmTransitionTo(i,n,f,(function(e){if(!e){return}var t=xe(i);var a=m(h+t);var o=y()!==a;if(o){r=t;w(a)}var s=k.indexOf(xe(j.location));if(s!==-1){k[s]=t}C({action:n,location:i})}))};var M=function(e){Yr(u,"Hash history go(n) causes a full page reload in this browser");s.go(e)};var R=function(){return M(-1)};var O=function(){return M(1)};var L=function(e,t){i+=t;if(i===1){e.addEventListener(ni,_)}else if(i===0){e.removeEventListener(ni,_)}};var U=function(t){if(t===void 0){t=""}var n=S.setPrompt(t);if(!a){L(e,1);a=true}return function(){if(a){a=false;L(e,-1)}return n()}};var B=function(t){var n=S.appendListener(t);L(e,1);return function(){L(e,-1);n()}};var j={length:s.length,action:"POP",location:A,createHref:N,push:P,replace:D,go:M,goBack:R,goForward:O,block:U,listen:B,win:e};return j};var ai=function(e,t){var n=e.pathname.indexOf(t)==0?"/"+e.pathname.slice(t.length):e.pathname;return Object.assign({},e,{pathname:n})};var oi={browser:ti,hash:ii};var si=e("stencil_router",function(){function e(e){var n=this;t(this,e);this.root="/";this.historyType="browser";this.titleSuffix="";this.routeViewsUpdated=function(e){if(e===void 0){e={}}if(n.history&&e.scrollToId&&n.historyType==="browser"){var t=n.history.win.document.getElementById(e.scrollToId);if(t){return t.scrollIntoView()}}n.scrollTo(e.scrollTopOffset||n.scrollTopOffset)};this.isServer=l(this,"isServer");this.queue=l(this,"queue")}e.prototype.componentWillLoad=function(){var e=this;this.history=oi[this.historyType](this.el.ownerDocument.defaultView);this.history.listen((function(t){t=ai(t,e.root);e.location=t}));this.location=ai(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 n(T.Provider,{state:e},n("slot",null))};Object.defineProperty(e.prototype,"el",{get:function(){return c(this)},enumerable:false,configurable:true});return e}());var ui="html{scroll-behavior:smooth}stencil-route{display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-pack:center;justify-content:center}stencil-route:empty{display:none}input+.invalid-feedback{display:none}select+.invalid-feedback{display:none}.was-validated input:invalid+.invalid-feedback{display:block}.was-validated select:invalid+.invalid-feedback{display:block}";var ci=e("super_selection_app",function(){function e(e){t(this,e);this.stepSubmitSuccess=s(this,"step-completion",7);this.successPageAcknowledged=s(this,"successPageAcknowledged",5);this.initialised=s(this,"initialised",7);this.isSelfHosted=false;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=mt.fromNullable(this.accessToken);if(mt.isNone(e)){throw Error("jwt property is missing.")}Ft.state.jwt=e;t=mt.fromNullable(this.backendUrl);if(mt.isNone(t)){throw Error("apiBaseUrl property is missing.")}Ft.state.apiBaseUrl=mt.some(t.value.replace(/\/$/,"")+"/");n=mt.fromNullable(this.appBaseUrl);if(mt.isNone(n)){throw Error("appBaseUrl property is missing.")}Ft.state.appBaseUrl=mt.some(n.value.replace(/\/$/,""));Ft.onChange("hasSuccessPageBeenAcknowledged",(function(e){return r.successPageAcknowledged.emit()}));Ft.onChange("hasSuperSelectionBeenSubmitted",(function(e){if(!e)return;r.stepSubmitSuccess.emit();Ft.state.hasSuperSelectionBeenSubmitted=false;if(r.isSelfHosted){qt.navigateInternally(r.history,Bt.Success)}}));return[2]}))}))};e.prototype.componentDidLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,n;return __generator(this,(function(r){switch(r.label){case 0:return[4,Ft.loadAppStateAsync()];case 1:r.sent();return[4,Vn.GetExistingFundAsync()];case 2:e=r.sent();this.isAppInitialised=true;this.initialised.emit({accountIdOrDefault:Ft.accountIdOrDefault,partnerIdOrDefault:Ft.partnerIdOrDefault,profileId:Ft.profileId});Ot.appReady();t=mt.fromNullable(this.ignoreExistingSelection);n=mt.isSome(t)&&t.value;if(mt.isSome(e)&&e.value.valid!=="Inactive"&&!n){qt.navigateInternally(this.history,Bt.ExistingChoicePage)}else{qt.navigateInternally(this.history,Bt.ConsentPage)}return[2]}}))}))};e.prototype.authTokenChanged=function(e){Ft.state.jwt=mt.fromNullable(e)};e.prototype.onRouteChange=function(){window===null||window===void 0?void 0:window.scroll(0,0)};e.prototype.render=function(){return n(o,null,n("link",{rel:"stylesheet",href:a("apollo-super-selection.css"),media:"all"}),this.renderAppContent())};e.prototype.isFundJoinPage=function(){return window.location.pathname.includes(Bt.SlateJoin)||window.location.pathname.includes(Bt.PromotedFundJoinV1)||window.location.pathname.includes(Bt.PromotedFundJoinV2)};e.prototype.getFooterTextOverride=function(){return Dn(rr.fundId)};e.prototype.routerBaseUrl=function(){var e;return((e=this.appBaseUrl)===null||e===void 0?void 0:e.replace(/\/$/,""))+"/"};e.prototype.renderAppContent=function(){return n("stencil-router",{root:this.routerBaseUrl(),class:"font-inter"},n("stencil-route-switch",{scrollTopOffset:0},this.isAppInitialised?n("div",{class:{"pt-28":true,"-mt-12 pb-6":!this.isFundJoinPage(),"-mt-28":this.isFundJoinPage()}},jt,n("sss-footer-section",{textOverride:this.getFooterTextOverride()})):n("div",{class:"flex justify-center py-20"},n("sss-loading-indicator",null))))};Object.defineProperty(e,"assetsDirs",{get:function(){return["assets"]},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{accessToken:["authTokenChanged"],location:["onRouteChange"]}},enumerable:false,configurable:true});return e}());ne(ci);ci.style=ui;var li=[];var fi=function(){return li.some((function(e){return e.activeTargets.length>0}))};var di=function(){return li.some((function(e){return e.skippedTargets.length>0}))};var pi="ResizeObserver loop completed with undelivered notifications.";var hi=function(){var e;if(typeof ErrorEvent==="function"){e=new ErrorEvent("error",{message:pi})}else{e=document.createEvent("Event");e.initEvent("error",false,false);e.message=pi}window.dispatchEvent(e)};var vi;(function(e){e["BORDER_BOX"]="border-box";e["CONTENT_BOX"]="content-box";e["DEVICE_PIXEL_CONTENT_BOX"]="device-pixel-content-box"})(vi||(vi={}));var mi=function(e){return Object.freeze(e)};var gi=function(){function e(e,t){this.inlineSize=e;this.blockSize=t;mi(this)}return e}();var yi=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 mi(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 bi=function(e){return e instanceof SVGElement&&"getBBox"in e};var wi=function(e){if(bi(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 xi=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 Si=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 Ci=typeof window!=="undefined"?window:{};var _i=new WeakMap;var Ii=/auto|scroll/;var Fi=/^tb|vertical/;var Ti=/msie|trident/i.test(Ci.navigator&&Ci.navigator.userAgent);var Ei=function(e){return parseFloat(e||"0")};var Ai=function(e,t,n){if(e===void 0){e=0}if(t===void 0){t=0}if(n===void 0){n=false}return new gi((n?t:e)||0,(n?e:t)||0)};var ki=mi({devicePixelContentBoxSize:Ai(),borderBoxSize:Ai(),contentBoxSize:Ai(),contentRect:new yi(0,0,0,0)});var Ni=function(e,t){if(t===void 0){t=false}if(_i.has(e)&&!t){return _i.get(e)}if(wi(e)){_i.set(e,ki);return ki}var n=getComputedStyle(e);var r=bi(e)&&e.ownerSVGElement&&e.getBBox();var i=!Ti&&n.boxSizing==="border-box";var a=Fi.test(n.writingMode||"");var o=!r&&Ii.test(n.overflowY||"");var s=!r&&Ii.test(n.overflowX||"");var u=r?0:Ei(n.paddingTop);var c=r?0:Ei(n.paddingRight);var l=r?0:Ei(n.paddingBottom);var f=r?0:Ei(n.paddingLeft);var d=r?0:Ei(n.borderTopWidth);var p=r?0:Ei(n.borderRightWidth);var h=r?0:Ei(n.borderBottomWidth);var v=r?0:Ei(n.borderLeftWidth);var m=f+c;var g=u+l;var y=v+p;var b=d+h;var w=!s?0:e.offsetHeight-b-e.clientHeight;var x=!o?0:e.offsetWidth-y-e.clientWidth;var S=i?m+y:0;var C=i?g+b:0;var _=r?r.width:Ei(n.width)-S-x;var I=r?r.height:Ei(n.height)-C-w;var F=_+m+x+y;var T=I+g+w+b;var E=mi({devicePixelContentBoxSize:Ai(Math.round(_*devicePixelRatio),Math.round(I*devicePixelRatio),a),borderBoxSize:Ai(F,T,a),contentBoxSize:Ai(_,I,a),contentRect:new yi(f,u,_,I)});_i.set(e,E);return E};var Pi=function(e,t,n){var r=Ni(e,n),i=r.borderBoxSize,a=r.contentBoxSize,o=r.devicePixelContentBoxSize;switch(t){case vi.DEVICE_PIXEL_CONTENT_BOX:return o;case vi.BORDER_BOX:return i;default:return a}};var Di=function(){function e(e){var t=Ni(e);this.target=e;this.contentRect=t.contentRect;this.borderBoxSize=mi([t.borderBoxSize]);this.contentBoxSize=mi([t.contentBoxSize]);this.devicePixelContentBoxSize=mi([t.devicePixelContentBoxSize])}return e}();var Mi=function(e){if(wi(e)){return Infinity}var t=0;var n=e.parentNode;while(n){t+=1;n=n.parentNode}return t};var Ri=function(){var e=Infinity;var t=[];li.forEach((function n(r){if(r.activeTargets.length===0){return}var i=[];r.activeTargets.forEach((function t(n){var r=new Di(n.target);var a=Mi(n.target);i.push(r);n.lastReportedSize=Pi(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 Oi=function(e){li.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(Mi(r.target)>e){n.activeTargets.push(r)}else{n.skippedTargets.push(r)}}}))}))};var Li=function(){var e=0;Oi(e);while(fi()){e=Ri();Oi(e)}if(di()){hi()}return e>0};var Ui;var Bi=[];var ji=function(){return Bi.splice(0).forEach((function(e){return e()}))};var Vi=function(e){if(!Ui){var t=0;var n=document.createTextNode("");var r={characterData:true};new MutationObserver((function(){return ji()})).observe(n,r);Ui=function(){n.textContent=""+(t?t--:t++)}}Bi.push(e);Ui()};var qi=function(e){Vi((function t(){requestAnimationFrame(e)}))};var zi=0;var Hi=function(){return!!zi};var Wi=250;var Gi={attributes:true,characterData:true,childList:true,subtree:true};var Ki=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"];var Xi=function(e){if(e===void 0){e=0}return Date.now()+e};var Ji=false;var Yi=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=Wi}if(Ji){return}Ji=true;var n=Xi(e);qi((function(){var r=false;try{r=Li()}finally{Ji=false;e=n-Xi();if(!Hi()){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,Gi)};document.body?t():Ci.addEventListener("DOMContentLoaded",t)};e.prototype.start=function(){var e=this;if(this.stopped){this.stopped=false;this.observer=new MutationObserver(this.listener);this.observe();Ki.forEach((function(t){return Ci.addEventListener(t,e.listener,true)}))}};e.prototype.stop=function(){var e=this;if(!this.stopped){this.observer&&this.observer.disconnect();Ki.forEach((function(t){return Ci.removeEventListener(t,e.listener,true)}));this.stopped=true}};return e}();var $i=new Yi;var Qi=function(e){!zi&&e>0&&$i.start();zi+=e;!zi&&$i.stop()};var Zi=function(e){return!bi(e)&&!Si(e)&&getComputedStyle(e).display==="inline"};var ea=function(){function e(e,t){this.target=e;this.observedBox=t||vi.CONTENT_BOX;this.lastReportedSize={inlineSize:0,blockSize:0}}e.prototype.isActive=function(){var e=Pi(this.target,this.observedBox,true);if(Zi(this.target)){this.lastReportedSize=e}if(this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize){return true}return false};return e}();var ta=function(){function e(e,t){this.activeTargets=[];this.skippedTargets=[];this.observationTargets=[];this.observer=e;this.callback=t}return e}();var na=new WeakMap;var ra=function(e,t){for(var n=0;n<e.length;n+=1){if(e[n].target===t){return n}}return-1};var ia=function(){function e(){}e.connect=function(e,t){var n=new ta(e,t);na.set(e,n)};e.observe=function(e,t,n){var r=na.get(e);var i=r.observationTargets.length===0;if(ra(r.observationTargets,t)<0){i&&li.push(r);r.observationTargets.push(new ea(t,n&&n.box));Qi(1);$i.schedule()}};e.unobserve=function(e,t){var n=na.get(e);var r=ra(n.observationTargets,t);var i=n.observationTargets.length===1;if(r>=0){i&&li.splice(li.indexOf(n),1);n.observationTargets.splice(r,1);Qi(-1)}};e.disconnect=function(e){var t=this;var n=na.get(e);n.observationTargets.slice().forEach((function(n){return t.unobserve(e,n.target)}));n.activeTargets.splice(0,n.activeTargets.length)};return e}();var aa=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.")}ia.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(!xi(e)){throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element")}ia.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(!xi(e)){throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element")}ia.unobserve(this,e)};e.prototype.disconnect=function(){ia.disconnect(this)};e.toString=function(){return"function ResizeObserver () { [polyfill code] }"};return e}();var oa=function(){function e(){var e=this;this._appRootUrl=new ee((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,it(this.getAppRootUrl()+"config.json").get().json()];case 1:e=t.sent();wr.update({appConfiguration:mt.fromNullable(e)});return[2]}}))}))};e.prototype.resolveRootUrl=function(){var e=mt.fromNullable(window.location.pathname.match(/^\/super-selection\/embed\/v1.0\/app/));if(mt.isNone(e)){throw Error("Unsupported host URL")}return e.value[0]+"/"};return e}();var sa=new oa;var ua=function(){function e(){this.ignoreExistingSelectionQueryParameter="ignoreExistingSelection"}e.prototype.init=function(e){var t=new URLSearchParams(e);var n=mt.fromNullable(t.get(this.ignoreExistingSelectionQueryParameter));var r=mt.fold((function(){return false}),(function(e){return e==="true"}))(n);wr.update({ignoreExistingSelection:r})};return e}();var ca=new ua;var la="function";var fa="object";var da="undefined";var pa="prototype";var ha="hasOwnProperty";function va(){if(typeof globalThis!==da&&globalThis){return globalThis}if(typeof self!==da&&self){return self}if(typeof window!==da&&window){return window}if(typeof global!==da&&global){return global}return null}function ma(e){var t=Object["create"];if(t){return t(e)}if(e==null){return{}}var n=typeof e;if(n!==fa&&n!==la){throw new TypeError("Object prototype may only be an Object:"+e)}function r(){}r[pa]=e;return new r}function ga(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t){if(Object[pa][ha].call(t,i)){e[i]=t[i]}}}return e}var ya=function(e,t){ya=Object["setPrototypeOf"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t){if(t[ha](n)){e[n]=t[n]}}};return ya(e,t)};function ba(e,t){ya(e,t);function n(){this.constructor=e}e[pa]=t===null?ma(t):(n[pa]=t[pa],new n)}var wa=va()||{};(function(e,t,n){if(!e.__assign){e.__assign=Object.assign||t}if(!e.__extends){e.__extends=n}})(wa,ga,ba);if(!__assign){__assign=wa.__assign}if(!__extends){__extends=wa.__extends}var xa={Unknown:0,NonRetryableStatus:1,InvalidEvent:2,SizeLimitExceeded:3,KillSwitch:4,QueueFull:5};var Sa=da;var Ca=fa;var _a=pa;var Ia=la;var Fa="window";var Ta="document";var Ea="navigator";var Aa="history";var ka="location";var Na="console";var Pa="performance";var Da="JSON";var Ma="crypto";var Ra="msCrypto";var Oa="ReactNative";var La=va;function Ua(e){var t=La();if(t&&t[e]){return t[e]}if(e===Fa&&Ba()){return window}return null}function Ba(){return Boolean(typeof window===Ca&&window)}function ja(){if(Ba()){return window}return Ua(Fa)}function Va(){return Boolean(typeof document===Ca&&document)}function qa(){if(Va()){return document}return Ua(Ta)}function za(){return Boolean(typeof navigator===Ca&&navigator)}function Ha(){if(za()){return navigator}return Ua(Ea)}function Wa(){return Boolean(typeof history===Ca&&history)}function Ga(){if(Wa()){return history}return Ua(Aa)}function Ka(){if(typeof location===Ca&&location){return location}return Ua(ka)}function Xa(){if(typeof console!==Sa){return console}return Ua(Na)}function Ja(){return Ua(Pa)}function Ya(){return Boolean(typeof JSON===Ca&&JSON||Ua(Da)!==null)}function $a(){if(Ya()){return JSON||Ua(Da)}return null}function Qa(){return Ua(Ma)}function Za(){return Ua(Ra)}function eo(){var e=Ha();if(e&&e.product){return e.product===Oa}return false}var to="on";var no="attachEvent";var ro="addEventListener";var io="detachEvent";var ao="removeEventListener";var oo=4294967296;var so=4294967295;var uo=null;var co=false;var lo=123456789;var fo=987654321;function po(e){if(e<0){e>>>=0}lo=123456789+e&so;fo=987654321-e&so;co=true}function ho(){po(Math.random()*oo^(new Date).getTime())}function vo(e,t){return typeof e===t}function mo(e){return vo(e,da)||e===undefined}function go(e){return mo(e)||e===null}function yo(e,t){return e&&Object[pa].hasOwnProperty.call(e,t)}function bo(e){return vo(e,fa)}function wo(e){return vo(e,la)}function xo(e,t,n,r){if(r===void 0){r=false}var i=false;if(!go(e)){try{if(!go(e[ro])){e[ro](t,n,r);i=true}else if(!go(e[no])){e[no](to+t,n);i=true}}catch(e){}}return i}function So(e,t,n,r){if(r===void 0){r=false}if(!go(e)){try{if(!go(e[ao])){e[ao](t,n,r)}else if(!go(e[io])){e[io](to+t,n)}}catch(e){}}}function Co(e){var t=e;var n=/([^\w\d_$])/g;if(n.test(e)){t=e.replace(n,"_")}return t}function _o(e,t){if(e&&bo(e)){for(var n in e){if(yo(e,n)){t.call(e,n,e[n])}}}}var Io=function(){function e(){}e.isDate=function(e){return Object[pa].toString.call(e)==="[object Date]"};e.isArray=function(e){return Object[pa].toString.call(e)==="[object Array]"};e.isError=function(e){return Object[pa].toString.call(e)==="[object Error]"};e.isString=function(e){return vo(e,"string")};e.isNumber=function(e){return vo(e,"number")};e.isBoolean=function(e){return vo(e,"boolean")};e.disableCookies=function(){e._canUseCookies=false};e.newGuid=function(){function t(){return e.randomValue(15)}return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(Fo,(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(!wo(e)&&(!bo(e)||e===null)){throw new TypeError("objKeys called on non-object")}var n=[];for(var r in e){if(yo(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(yo(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=ja();if(r){n=xo(r,e,t);n=xo(r["body"],e,t)||n}var i=qa();if(i){n=To.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=Ja();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(uo===null){var e=Ha()||{};var t=(e.userAgent||"").toLowerCase();uo=t.indexOf("msie")!==-1||t.indexOf("trident/")!==-1}return uo};e.randomValue=function(t){if(t>0){return Math.floor(e.random32()/so*(t+1))>>>0}return 0};e.random32=function(t){var n;var r=Qa()||Za();if(r&&r.getRandomValues){n=r.getRandomValues(new Uint32Array(1))[0]&so}else if(e.isIE()){if(!co){ho()}n=e.mwcRandom32()&so}else{n=Math.floor(oo*Math.random()|0)}if(!t){n>>>=0}return n};e.mwcRandomSeed=function(e){if(!e){ho()}else{po(e)}};e.mwcRandom32=function(e){fo=36969*(fo&65535)+(fo>>16)&so;lo=18e3*(lo&65535)+(lo>>16)&so;var t=(fo<<16)+(lo&65535)>>>0&so|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=vo;e.isUndefined=mo;e.isNullOrUndefined=go;e.hasOwnProperty=yo;e.isFunction=wo;e.isObject=bo;e.objCreate=ma;return e}();var Fo=/[xy]/g;var To=function(){function e(){}e.Attach=xo;e.AttachEvent=xo;e.Detach=So;e.DetachEvent=So;return e}();var Eo;(function(e){e[e["CRITICAL"]=1]="CRITICAL";e[e["WARNING"]=2]="WARNING"})(Eo||(Eo={}));var Ao={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
+ /*!
3
+ * Microsoft Dynamic Proto Utility, 1.1.0
4
+ * Copyright (c) Microsoft and contributors. All rights reserved.
5
+ */var ko="constructor";var No="prototype";var Po="function";var Do="_dynInstFuncs";var Mo="_isDynProxy";var Ro="_dynClass";var Oo="_dynCls$";var Lo="_dynInstChk";var Uo=Lo;var Bo="_dfOpts";var jo="_unknown_";var Vo="__proto__";var qo="useBaseInst";var zo="setInstFuncs";var Ho=Object["getPrototypeOf"];var Wo=0;function Go(e,t){return e&&Object[No].hasOwnProperty.call(e,t)}function Ko(e){return typeof e===Po}function Xo(e){return e&&(e===Object[No]||e===Array[No])}function Jo(e){return Xo(e)||e===Function[No]}function Yo(e){if(e){if(Ho){return Ho(e)}var t=e[Vo]||e[No]||e[ko];if(t){return t}}return null}function $o(e,t,n){return t!==ko&&Ko(e[t])&&(n||Go(e,t))}function Qo(e){throw new TypeError("DynamicProto: "+e)}function Zo(e){var t={};for(var n in e){if(!t[n]&&$o(e,n,false)){t[n]=e[n]}}return t}function es(e,t){for(var n=e.length-1;n>=0;n--){if(e[n]===t){return true}}return false}function ts(e,t,n,r){function i(e,t,n){var i=t[o];if(i[Mo]&&r){var a=e[Do]||{};if(a[Uo]!==false){i=(a[t[Ro]]||{})[n]||i}}return function(){return i.apply(e,arguments)}}var a={};for(var o in n){a[o]=i(t,n,o)}var s=Yo(e);var u=[];while(s&&!Jo(s)&&!es(u,s)){for(var o in s){if(!a[o]&&$o(s,o,!Ho)){a[o]=i(t,s,o)}}u.push(s);s=Yo(s)}return a}function ns(e,t,n,r){var i=null;if(e&&Go(n,Ro)){var a=e[Do]||{};i=(a[n[Ro]]||{})[t];if(!i){Qo("Missing ["+t+"] "+Po)}if(!i[Lo]&&a[Uo]!==false){var o=!Go(e,t);var s=Yo(e);var u=[];while(o&&s&&!Jo(s)&&!es(u,s)){var c=s[t];if(c){o=c===r;break}u.push(s);s=Yo(s)}try{if(o){e[t]=i}i[Lo]=1}catch(e){a[Uo]=false}}}return i}function rs(e,t,n){var r=t[e];if(r===n){r=Yo(t)[e]}if(!Ko(r)){Qo("["+e+"] is not a "+Po)}return r}function is(e,t,n,r,i){function a(e,t){var n=function(){var r=ns(this,t,e,n)||rs(t,e,n);return r.apply(this,arguments)};n[Mo]=1;return n}if(!Xo(e)){var o=n[Do]=n[Do]||{};var s=o[t]=o[t]||{};if(o[Uo]!==false){o[Uo]=!!i}for(var u in n){if($o(n,u,false)&&n[u]!==r[u]){s[u]=n[u];delete n[u];if(!Go(e,u)||e[u]&&!e[u][Mo]){e[u]=a(e,u)}}}}}function as(e,t){var n=Yo(t);while(n&&!Jo(n)){if(n===e){return true}n=Yo(n)}return false}function os(e,t){if(Go(e,No)){return e.name||t||jo}return((e||{})[ko]||{}).name||t||jo}function ss(e,t,n,r){if(!Go(e,No)){Qo("theClass is an invalid class definition.")}var i=e[No];if(!as(i,t)){Qo("["+os(e)+"] is not in class hierarchy of ["+os(t)+"]")}var a=null;if(Go(i,Ro)){a=i[Ro]}else{a=Oo+os(e,"_")+"$"+Wo;Wo++;i[Ro]=a}var o=ss[Bo];var s=!!o[qo];if(s&&r&&r[qo]!==undefined){s=!!r[qo]}var u=Zo(t);var c=ts(i,t,u,s);n(t,c);var l=!!Ho&&!!o[zo];if(l&&r){l=!!r[zo]}is(i,a,t,u,l!==false)}var us={setInstFuncs:true,useBaseInst:true};ss[Bo]=us;var cs="AI (Internal): ";var ls="AI: ";var fs="AITR_";function ds(e){if(e){return'"'+e.replace(/\"/g,"")+'"'}return""}var ps=function(){function e(e,t,n,r){if(n===void 0){n=false}var i=this;i.messageId=e;i.message=(n?ls:cs)+e;var a="";if(Ya()){a=$a().stringify(r)}var o=(t?" message:"+ds(t):"")+(r?" props:"+ds(a):"");i.message+=o}e.dataType="MessageData";return e}();var hs=function(){function e(t){this.identifier="DiagnosticLogger";this.queue=[];var n=0;var r={};ss(e,this,(function(e){var i=Io.isNullOrUndefined;var a=Io.isUndefined;var o=Io.isFunction;if(i(t)){t={}}e.consoleLoggingLevel=function(){return s("loggingLevelConsole",0)};e.telemetryLoggingLevel=function(){return s("loggingLevelTelemetry",1)};e.maxInternalMessageLimit=function(){return s("maxMessageLimit",25)};e.enableDebugExceptions=function(){return s("enableDebugExceptions",false)};e.throwInternal=function(t,n,i,o,s){if(s===void 0){s=false}var u=new ps(n,i,s,o);if(e.enableDebugExceptions()){throw u}else{if(!a(u)&&!!u){if(!a(u.message)){if(s){var c=+u.messageId;if(!r[c]&&e.consoleLoggingLevel()>=Eo.WARNING){e.warnToConsole(u.message);r[c]=true}}else{if(e.consoleLoggingLevel()>=Eo.WARNING){e.warnToConsole(u.message)}}e.logInternalMessage(t,u)}}}};e.warnToConsole=function(e){var t=Xa();if(!!t){var n="log";if(t.warn){n="warn"}if(o(t[n])){t[n](e)}}};e.resetInternalMessageCount=function(){n=0;r={}};e.logInternalMessage=function(t,i){if(u()){return}var a=true;var o=fs+i.messageId;if(r[o]){a=false}else{r[o]=true}if(a){if(t<=e.telemetryLoggingLevel()){e.queue.push(i);n++}if(n===e.maxInternalMessageLimit()){var s="Internal events throttle limit per PageView reached for this app.";var c=new ps(Ao.MessageLimitPerPVExceeded,s,false);e.queue.push(c);e.warnToConsole(s)}}};function s(e,n){var r=t[e];if(!i(r)){return r}return n}function u(){return n>=e.maxInternalMessageLimit()}}))}e.prototype.enableDebugExceptions=function(){return false};e.prototype.consoleLoggingLevel=function(){return 0};e.prototype.telemetryLoggingLevel=function(){return 1};e.prototype.maxInternalMessageLimit=function(){return 25};e.prototype.throwInternal=function(e,t,n,r,i){};e.prototype.warnToConsole=function(e){};e.prototype.resetInternalMessageCount=function(){};e.prototype.logInternalMessage=function(e,t){};return e}();var vs="ctx";var ms=function(){function e(t,n,r){var i=this;var a=false;i.start=Io.dateNow();i.name=t;i.isAsync=r;i.isChildEvt=function(){return false};if(Io.isFunction(n)){var o;a=Io.objDefineAccessors(i,"payload",(function(){if(!o&&Io.isFunction(n)){o=n();n=null}return o}))}i.getCtx=function(t){if(t){if(t===e.ParentContextKey||t===e.ChildrenContextKey){return i[t]}return(i[vs]||{})[t]}return null};i.setCtx=function(t,n){if(t){if(t===e.ParentContextKey){if(!i[t]){i.isChildEvt=function(){return true}}i[t]=n}else if(t===e.ChildrenContextKey){i[t]=n}else{var r=i[vs]=i[vs]||{};r[t]=n}}};i.complete=function(){var t=0;var r=i.getCtx(e.ChildrenContextKey);if(Io.isArray(r)){for(var o=0;o<r.length;o++){var s=r[o];if(s){t+=s.time}}}i.time=Io.dateNow()-i.start;i.exTime=i.time-t;i.complete=function(){};if(!a&&Io.isFunction(n)){i.payload=n()}}}e.ParentContextKey="parent";e.ChildrenContextKey="childEvts";return e}();var gs=function(){function e(t){this.ctx={};ss(e,this,(function(e){e.create=function(e,t,n){return new ms(e,t,n)};e.fire=function(e){if(e){e.complete();if(t){t.perfEvent(e)}}};e.setCtx=function(t,n){if(t){var r=e[vs]=e[vs]||{};r[t]=n}};e.getCtx=function(t){return(e[vs]||{})[t]}}))}e.prototype.create=function(e,t,n){return null};e.prototype.fire=function(e){};e.prototype.setCtx=function(e,t){};e.prototype.getCtx=function(e){};return e}();var ys="CoreUtils.doPerf";function bs(e,t,n,r,i){if(e){var a=e;if(a&&Io.isFunction(a["getPerfMgr"])){a=a["getPerfMgr"]()}if(a){var o=void 0;var s=a.getCtx(ys);try{o=a.create(t(),r,i);if(o){if(s&&o.setCtx){o.setCtx(ms.ParentContextKey,s);if(s.getCtx&&s.setCtx){var u=s.getCtx(ms.ChildrenContextKey);if(!u){u=[];s.setCtx(ms.ChildrenContextKey,u)}u.push(o)}}a.setCtx(ys,o);return n(o)}}catch(e){if(o&&o.setCtx){o.setCtx("exception",e)}}finally{if(o){a.fire(o)}a.setCtx(ys,s)}}}return n()}var ws=Io.isFunction;var xs=function(){function e(e,t){var n=this;var r=null;var i=ws(e.processTelemetry);var a=ws(e.setNextPlugin);n._hasRun=false;n.getPlugin=function(){return e};n.getNext=function(){return r};n.setNext=function(e){r=e};n.processTelemetry=function(o,s){if(!s){s=t}var u=e?e.identifier:"TelemetryPluginChain";bs(s?s.core():null,(function(){return u+":processTelemetry"}),(function(){if(e&&i){n._hasRun=true;try{s.setNext(r);if(a){e.setNextPlugin(r)}r&&(r._hasRun=false);e.processTelemetry(o,s)}catch(n){var t=r&&r._hasRun;if(!r||!t){s.diagLog().throwInternal(Eo.CRITICAL,Ao.PluginException,"Plugin ["+e.identifier+"] failed during processTelemetry - "+n)}if(r&&!t){r.processTelemetry(o,s)}}}else if(r){n._hasRun=true;r.processTelemetry(o,s)}}),(function(){return{item:o}}),!o.sync)}}return e}();var Ss=Io.isNullOrUndefined;function Cs(e,t){var n=[];if(e&&e.length>0){var r=null;for(var i=0;i<e.length;i++){var a=e[i];if(a&&Io.isFunction(a.processTelemetry)){var o=new xs(a,t);n.push(o);if(r){r.setNext(o)}r=o}}}return n.length>0?n[0]:null}function _s(e,t,n){var r=[];var i=n?false:true;if(e){while(e){var a=e.getPlugin();if(i||a===n){i=true;r.push(a)}e=e.getNext()}}if(!i){r.push(n)}return Cs(r,t)}function Is(e,t,n){var r=e;var i=false;if(n&&e){r=[];Io.arrForEach(e,(function(e){if(i||e===n){i=true;r.push(e)}}))}if(n&&!i){if(!r){r=[]}r.push(n)}return Cs(r,t)}var Fs=function(){function e(t,n,r,i){var a=this;var o=null;if(i!==null){if(t&&Io.isFunction(t.getPlugin)){o=_s(t,a,i||t.getPlugin())}else{if(i){o=Is(t,a,i)}else if(Io.isUndefined(i)){o=Cs(t,a)}}}a.core=function(){return r};a.diagLog=function(){var e=(r||{}).logger;if(!e){e=new hs(n||{})}return e};a.getCfg=function(){return n};a.getExtCfg=function(e,t){if(t===void 0){t={}}var r;if(n){var i=n.extensionConfig;if(i&&e){r=i[e]}}return r?r:t};a.getConfig=function(e,t,r){if(r===void 0){r=false}var i;var o=a.getExtCfg(e,null);if(o&&!Ss(o[t])){i=o[t]}else if(n&&!Ss(n[t])){i=n[t]}return!Ss(i)?i:r};a.hasNext=function(){return o!=null};a.getNext=function(){return o};a.setNext=function(e){o=e};a.processNext=function(e){var t=o;if(t){o=t.getNext();t.processTelemetry(e,a)}};a.createNew=function(t,i){if(t===void 0){t=null}return new e(t||o,n,r,i)}}return e}();var Ts=Io.isFunction;var Es="getPlugin";var As=function(){function e(){var e=this;var t=false;var n=null;var r=null;e.core=null;e.diagLog=function(t){return e._getTelCtx(t).diagLog()};e.isInitialized=function(){return t};e.setInitialized=function(e){t=e};e.setNextPlugin=function(e){r=e};e.processNext=function(e,t){if(t){t.processNext(e)}else if(r&&Ts(r.processTelemetry)){r.processTelemetry(e,null)}};e._getTelCtx=function(t){if(t===void 0){t=null}var i=t;if(!i){var a=n||new Fs(null,{},e.core);if(r&&r[Es]){i=a.createNew(null,r[Es])}else{i=a.createNew(null,r)}}return i};e._baseTelInit=function(i,a,o,s){if(i){i.extensionConfig=i.extensionConfig||[]}if(!s&&a){s=a.getProcessTelContext().getNext()}var u=r;if(r&&r[Es]){u=r[Es]()}e.core=a;n=new Fs(s,i,a,u);t=true}}e.prototype.initialize=function(e,t,n,r){this._baseTelInit(e,t,n,r)};return e}();var ks=Io.isFunction;var Ns="processTelemetry";var Ps="priority";var Ds="setNextPlugin";var Ms="isInitialized";function Rs(e,t){var n=[];var r=null;var i=e.getNext();while(i){var a=i.getPlugin();if(a){if(r&&ks(r[Ds])&&ks(a[Ns])){r[Ds](a)}if(!ks(a[Ms])||!a[Ms]()){n.push(a)}r=a;i=i.getNext()}}Io.arrForEach(n,(function(n){n.initialize(e.getCfg(),e.core(),t,e.getNext())}))}function Os(e){return e.sort((function(e,t){var n=0;var r=ks(t[Ns]);if(ks(e[Ns])){n=r?e[Ps]-t[Ps]:1}else if(r){n=-1}return n}))}var Ls=500;var Us="Channel has invalid priority";var Bs=Io.objDefineAccessors;var js=function(e){__extends(t,e);function t(){var n=e.call(this)||this;n.identifier="ChannelControllerPlugin";n.priority=Ls;var r=Io.arrForEach;var i;ss(t,n,(function(e,t){e.setNextPlugin=function(e){};e.processTelemetry=function(e,t){if(i){r(i,(function(r){if(r.length>0){var i=n._getTelCtx(t).createNew(r);i.processNext(e)}}))}};e.getChannelControls=function(){return i};e.initialize=function(n,a,o){if(e.isInitialized()){return}t.initialize(n,a,o);if(n.isCookieUseDisabled){Io.disableCookies()}s((n||{}).channels,o);r(i,(function(e){return Rs(new Fs(e,n,a),o)}))}}));function a(e){r(e,(function(e){if(e.priority<Ls){throw Error(Us+e.identifier)}}))}function o(e){if(e&&e.length>0){e=e.sort((function(e,t){return e.priority-t.priority}));a(e);i.push(e)}}function s(e,t){i=[];if(e){r(e,(function(e){return o(e)}))}if(t){var n=[];r(t,(function(e){if(e.priority>Ls){n.push(e)}}));o(n)}}return n}t.prototype.processTelemetry=function(e,t){};t.prototype.getChannelControls=function(){return null};t.prototype.initialize=function(e,t,n){};t._staticInit=function(){Bs(t.prototype,"ChannelControls",t.prototype.getChannelControls);Bs(t.prototype,"channelQueue",t.prototype.getChannelControls)}();return t}(As);var Vs="Extensions must provide callback to initialize";var qs=Io.arrForEach;var zs=Io.isNullOrUndefined;var Hs="_notificationManager";var Ws=function(){function e(){var t=false;var n;var r;var i;var a;ss(e,this,(function(e){e._extensions=new Array;r=new js;e.logger=Io.objCreate({throwInternal:function(e,t,n,r,i){},warnToConsole:function(e){},resetInternalMessageCount:function(){}});n=[];e.isInitialized=function(){return t};e.initialize=function(n,a,o,s){if(e.isInitialized()){throw Error("Core should not be initialized more than once")}if(!n||zs(n.instrumentationKey)){throw Error("Please provide instrumentation key")}i=s;e[Hs]=s;e.config=n||{};n.extensions=zs(n.extensions)?[]:n.extensions;var u=n.extensionConfig=zs(n.extensionConfig)?{}:n.extensionConfig;u.NotificationManager=s;if(o){e.logger=o}var c=[];c.push.apply(c,a.concat(n.extensions));c=Os(c);var l=[];var f={};qs(c,(function(e){if(zs(e)||zs(e.initialize)){throw Error(Vs)}var t=e.priority;var n=e.identifier;if(e&&t){if(!zs(f[t])){o.warnToConsole("Two extensions have same priority #"+t+" - "+f[t]+", "+n)}else{f[t]=n}}if(!t||t<r.priority){l.push(e)}}));c.push(r);l.push(r);c=Os(c);e._extensions=c;Rs(new Fs([r],n,e),c);Rs(new Fs(l,n,e),c);e._extensions=l;if(e.getTransmissionControls().length===0){throw new Error("No channels available")}t=true;e.releaseQueue()};e.getTransmissionControls=function(){return r.getChannelControls()};e.track=function(t){if(!t.iKey){t.iKey=e.config.instrumentationKey}if(!t.time){t.time=Io.toISOString(new Date)}if(zs(t.ver)){t.ver="4.0"}if(e.isInitialized()){e.getProcessTelContext().processNext(t)}else{n.push(t)}};e.getProcessTelContext=function(){var t=e._extensions;var n=t;if(!t||t.length===0){n=[r]}return new Fs(n,e.config,e)};e.getNotifyMgr=function(){if(!i){i=Io.objCreate({addNotificationListener:function(e){},removeNotificationListener:function(e){},eventsSent:function(e){},eventsDiscarded:function(e,t){},eventsSendRequest:function(e,t){}});e[Hs]=i}return i};e.getPerfMgr=function(){if(!a){if(e.config&&e.config.enablePerfMgr){a=new gs(e.getNotifyMgr())}}return a};e.setPerfMgr=function(e){a=e};e.eventCnt=function(){return n.length};e.releaseQueue=function(){if(n.length>0){qs(n,(function(t){e.getProcessTelContext().processNext(t)}));n=[]}}}))}e.prototype.initialize=function(e,t,n,r){};e.prototype.getTransmissionControls=function(){return null};e.prototype.track=function(e){};e.prototype.getProcessTelContext=function(){return null};e.prototype.getNotifyMgr=function(){return null};e.prototype.getPerfMgr=function(){return null};e.prototype.setPerfMgr=function(e){};e.prototype.eventCnt=function(){return 0};e.prototype.releaseQueue=function(){};return e}();var Gs=function(){function e(t){this.listeners=[];var n=Io.arrForEach;var r=!!(t||{}).perfEvtsSendAll;ss(e,this,(function(e){e.addNotificationListener=function(t){e.listeners.push(t)};e.removeNotificationListener=function(t){var n=Io.arrIndexOf(e.listeners,t);while(n>-1){e.listeners.splice(n,1);n=Io.arrIndexOf(e.listeners,t)}};e.eventsSent=function(t){n(e.listeners,(function(e){if(e&&e.eventsSent){setTimeout((function(){return e.eventsSent(t)}),0)}}))};e.eventsDiscarded=function(t,r){n(e.listeners,(function(e){if(e&&e.eventsDiscarded){setTimeout((function(){return e.eventsDiscarded(t,r)}),0)}}))};e.eventsSendRequest=function(t,r){n(e.listeners,(function(e){if(e&&e.eventsSendRequest){if(r){setTimeout((function(){return e.eventsSendRequest(t,r)}),0)}else{try{e.eventsSendRequest(t,r)}catch(e){}}}}))};e.perfEvent=function(t){if(t){if(r||!t.isChildEvt()){n(e.listeners,(function(e){if(e&&e.perfEvent){if(t.isAsync){setTimeout((function(){return e.perfEvent(t)}),0)}else{try{e.perfEvent(t)}catch(e){}}}}))}}}}))}e.prototype.addNotificationListener=function(e){};e.prototype.removeNotificationListener=function(e){};e.prototype.eventsSent=function(e){};e.prototype.eventsDiscarded=function(e,t){};e.prototype.eventsSendRequest=function(e,t){};return e}();var Ks=function(e){__extends(t,e);function t(){var n=e.call(this)||this;ss(t,n,(function(e,t){e.initialize=function(e,n,r,i){t.initialize(e,n,r||new hs(e),i||new Gs(e))};e.track=function(i){bs(e.getPerfMgr(),(function(){return"AppInsightsCore:track"}),(function(){if(i===null){r(i);throw Error("Invalid telemetry item")}n(i);t.track(i)}),(function(){return{item:i}}),!i.sync)};e.addNotificationListener=function(t){var n=e.getNotifyMgr();if(n){n.addNotificationListener(t)}};e.removeNotificationListener=function(t){var n=e.getNotifyMgr();if(n){n.removeNotificationListener(t)}};e.pollInternalLogs=function(t){var n=e.config.diagnosticLogInterval;if(!n||!(n>0)){n=1e4}return setInterval((function(){var n=e.logger?e.logger.queue:[];Io.arrForEach(n,(function(n){var r={name:t?t:"InternalMessageId: "+n.messageId,iKey:e.config.instrumentationKey,time:Io.toISOString(new Date),baseType:ps.dataType,baseData:{message:n.message}};e.track(r)}));n.length=0}),n)};function n(e){if(Io.isNullOrUndefined(e.name)){r(e);throw Error("telemetry name required")}}function r(t){var n=e.getNotifyMgr();if(n){n.eventsDiscarded([t],xa.InvalidEvent)}}}));return n}t.prototype.initialize=function(e,t,n,r){};t.prototype.track=function(e){};t.prototype.addNotificationListener=function(e){};t.prototype.removeNotificationListener=function(e){};t.prototype.pollInternalLogs=function(e){return 0};return t}(Ws);var Xs="_aiHooks";var Js=["req","rsp","hkErr","fnErr"];var Ys="__proto__";var $s="constructor";function Qs(e,t){if(e){for(var n=0;n<e.length;n++){if(t(e[n],n)){break}}}}function Zs(e,t,n,r,i){if(i>=0&&i<=2){Qs(e,(function(e,a){var o=e.cbks;var s=o[Js[i]];if(s){t.ctx=function(){var e=r[a]=r[a]||{};return e};try{s.apply(t.inst,n)}catch(e){var u=t.err;try{var c=o[Js[2]];if(c){t.err=e;c.apply(t.inst,n)}}catch(e){}finally{t.err=u}}}}))}}function eu(e){return function(){var t=this;var n=arguments;var r=e.h;var i={name:e.n,inst:t,ctx:null,set:u};var a=[];var o=s([i],n);function s(e,t){Qs(t,(function(t){e.push(t)}));return e}function u(e,t){n=s([],n);n[e]=t;o=s([i],n)}Zs(r,i,o,a,0);var c=e.f;try{i.rslt=c.apply(t,n)}catch(e){i.err=e;Zs(r,i,o,a,3);throw e}Zs(r,i,o,a,1);return i.rslt}}var tu=Object["getPrototypeOf"];function nu(e){if(e){if(tu){return tu(e)}var t=e[Ys]||e[_a]||e[$s];if(t){return t}}return null}function ru(e,t,n){var r=null;if(e){if(Io.hasOwnProperty(e,t)){r=e}else if(n){r=ru(nu(e),t,false)}}return r}function iu(e,t,n){if(e){return au(e[_a],t,n,false)}return null}function au(e,t,n,r){if(r===void 0){r=true}if(e&&t&&n){var i=ru(e,t,r);if(i){var a=i[t];if(typeof a===Ia){var o=a[Xs];if(!o){o={i:0,n:t,f:a,h:[]};var s=eu(o);s[Xs]=o;i[t]=s}var u={id:o.i,cbks:n,rm:function(){var e=this.id;Qs(o.h,(function(t,n){if(t.id===e){o.h.splice(n,1);return 1}}))}};o.i++;o.h.push(u);return u}}}return null}var ou;(function(e){e[e["LocalStorage"]=0]="LocalStorage";e[e["SessionStorage"]=1]="SessionStorage"})(ou||(ou={}));var su;(function(e){e[e["Default"]=0]="Default";e[e["Required"]=1]="Required";e[e["Array"]=2]="Array";e[e["Hidden"]=4]="Hidden"})(su||(su={}));var uu;(function(e){e[e["AI"]=0]="AI";e[e["AI_AND_W3C"]=1]="AI_AND_W3C";e[e["W3C"]=2]="W3C"})(uu||(uu={}));var cu=function(){function e(){}e.requestContextHeader="Request-Context";e.requestContextTargetKey="appId";e.requestContextAppIdFormat="appId=cid-v1:";e.requestIdHeader="Request-Id";e.traceParentHeader="traceparent";e.sdkContextHeader="Sdk-Context";e.sdkContextHeaderAppIdRequest="appId";e.requestContextHeaderLowerCase="request-context";return e}();var lu=function(){function e(){}e.sanitizeKeyAndAddUniqueness=function(t,n,r){var i=n.length;var a=e.sanitizeKey(t,n);if(a.length!==i){var o=0;var s=a;while(r[s]!==undefined){o++;s=a.substring(0,e.MAX_NAME_LENGTH-3)+e.padNumber(o)}a=s}return a};e.sanitizeKey=function(t,n){var r;if(n){n=e.trim(n.toString());if(n.length>e.MAX_NAME_LENGTH){r=n.substring(0,e.MAX_NAME_LENGTH);t.throwInternal(Eo.WARNING,Ao.NameTooLong,"name is too long. It has been truncated to "+e.MAX_NAME_LENGTH+" characters.",{name:n},true)}}return r||n};e.sanitizeString=function(t,n,r){if(r===void 0){r=e.MAX_STRING_LENGTH}var i;if(n){r=r?r:e.MAX_STRING_LENGTH;n=e.trim(n);if(n.toString().length>r){i=n.toString().substring(0,r);t.throwInternal(Eo.WARNING,Ao.StringValueTooLong,"string value is too long. It has been truncated to "+r+" characters.",{value:n},true)}}return i||n};e.sanitizeUrl=function(t,n){return e.sanitizeInput(t,n,e.MAX_URL_LENGTH,Ao.UrlTooLong)};e.sanitizeMessage=function(t,n){var r;if(n){if(n.length>e.MAX_MESSAGE_LENGTH){r=n.substring(0,e.MAX_MESSAGE_LENGTH);t.throwInternal(Eo.WARNING,Ao.MessageTruncated,"message is too long, it has been truncated to "+e.MAX_MESSAGE_LENGTH+" characters.",{message:n},true)}}return r||n};e.sanitizeException=function(t,n){var r;if(n){if(n.length>e.MAX_EXCEPTION_LENGTH){r=n.substring(0,e.MAX_EXCEPTION_LENGTH);t.throwInternal(Eo.WARNING,Ao.ExceptionTruncated,"exception is too long, it has been truncated to "+e.MAX_EXCEPTION_LENGTH+" characters.",{exception:n},true)}}return r||n};e.sanitizeProperties=function(t,n){if(n){var r={};_o(n,(function(n,i){if(Io.isObject(i)&&Ya()){try{i=$a().stringify(i)}catch(e){t.throwInternal(Eo.WARNING,Ao.CannotSerializeObjectNonSerializable,"custom property is not valid",{exception:e},true)}}i=e.sanitizeString(t,i,e.MAX_PROPERTY_LENGTH);n=e.sanitizeKeyAndAddUniqueness(t,n,r);r[n]=i}));n=r}return n};e.sanitizeMeasurements=function(t,n){if(n){var r={};_o(n,(function(n,i){n=e.sanitizeKeyAndAddUniqueness(t,n,r);r[n]=i}));n=r}return n};e.sanitizeId=function(t,n){return n?e.sanitizeInput(t,n,e.MAX_ID_LENGTH,Ao.IdTooLong).toString():n};e.sanitizeInput=function(t,n,r,i){var a;if(n){n=e.trim(n);if(n.length>r){a=n.substring(0,r);t.throwInternal(Eo.WARNING,i,"input is too long, it has been truncated to "+r+" characters.",{data:n},true)}}return a||n};e.padNumber=function(e){var t="00"+e;return t.substr(t.length-3)};e.trim=function(e){if(!Io.isString(e)){return e}return e.replace(/^\s+|\s+$/g,"")};e.MAX_NAME_LENGTH=150;e.MAX_ID_LENGTH=128;e.MAX_PROPERTY_LENGTH=8192;e.MAX_STRING_LENGTH=1024;e.MAX_URL_LENGTH=2048;e.MAX_MESSAGE_LENGTH=32768;e.MAX_EXCEPTION_LENGTH=32768;return e}();var fu=Ha();var du=Io.isString;var pu=null;function hu(e,t){var n=e.length;var r=n-t.length;return e.substring(r>=0?r:0,n)===t}var vu=function(){function e(){}e.createDomEvent=function(e){var t=null;if(Io.isFunction(Event)){t=new Event(e)}else{var n=qa();if(n&&n.createEvent){t=n.createEvent("Event");t.initEvent(e,true,true)}}return t};e.disableStorage=function(){e._canUseLocalStorage=false;e._canUseSessionStorage=false};e._getLocalStorageObject=function(){if(e.canUseLocalStorage()){return e._getVerifiedStorageObject(ou.LocalStorage)}return null};e._getVerifiedStorageObject=function(e){var t=null;var n;var r;try{if(Io.isNullOrUndefined(La())){return null}r=new Date;t=e===ou.LocalStorage?Ua("localStorage"):Ua("sessionStorage");t.setItem(r.toString(),r.toString());n=t.getItem(r.toString())!==r.toString();t.removeItem(r.toString());if(n){t=null}}catch(e){t=null}return t};e.isInternalApplicationInsightsEndpoint=function(t){return e._internalEndpoints.indexOf(t.toLowerCase())!==-1};e.canUseLocalStorage=function(){if(e._canUseLocalStorage===undefined){e._canUseLocalStorage=!!e._getVerifiedStorageObject(ou.LocalStorage)}return e._canUseLocalStorage};e.getStorage=function(t,n){var r=e._getLocalStorageObject();if(r!==null){try{return r.getItem(n)}catch(n){e._canUseLocalStorage=false;t.throwInternal(Eo.WARNING,Ao.BrowserCannotReadLocalStorage,"Browser failed read of local storage. "+e.getExceptionName(n),{exception:e.dump(n)})}}return null};e.setStorage=function(t,n,r){var i=e._getLocalStorageObject();if(i!==null){try{i.setItem(n,r);return true}catch(n){e._canUseLocalStorage=false;t.throwInternal(Eo.WARNING,Ao.BrowserCannotWriteLocalStorage,"Browser failed write to local storage. "+e.getExceptionName(n),{exception:e.dump(n)})}}return false};e.removeStorage=function(t,n){var r=e._getLocalStorageObject();if(r!==null){try{r.removeItem(n);return true}catch(n){e._canUseLocalStorage=false;t.throwInternal(Eo.WARNING,Ao.BrowserFailedRemovalFromLocalStorage,"Browser failed removal of local storage item. "+e.getExceptionName(n),{exception:e.dump(n)})}}return false};e._getSessionStorageObject=function(){if(e.canUseSessionStorage()){return e._getVerifiedStorageObject(ou.SessionStorage)}return null};e.canUseSessionStorage=function(){if(e._canUseSessionStorage===undefined){e._canUseSessionStorage=!!e._getVerifiedStorageObject(ou.SessionStorage)}return e._canUseSessionStorage};e.getSessionStorageKeys=function(){var t=[];if(e.canUseSessionStorage()){_o(Ua("sessionStorage"),(function(e){t.push(e)}))}return t};e.getSessionStorage=function(t,n){var r=e._getSessionStorageObject();if(r!==null){try{return r.getItem(n)}catch(n){e._canUseSessionStorage=false;t.throwInternal(Eo.WARNING,Ao.BrowserCannotReadSessionStorage,"Browser failed read of session storage. "+e.getExceptionName(n),{exception:e.dump(n)})}}return null};e.setSessionStorage=function(t,n,r){var i=e._getSessionStorageObject();if(i!==null){try{i.setItem(n,r);return true}catch(n){e._canUseSessionStorage=false;t.throwInternal(Eo.WARNING,Ao.BrowserCannotWriteSessionStorage,"Browser failed write to session storage. "+e.getExceptionName(n),{exception:e.dump(n)})}}return false};e.removeSessionStorage=function(t,n){var r=e._getSessionStorageObject();if(r!==null){try{r.removeItem(n);return true}catch(n){e._canUseSessionStorage=false;t.throwInternal(Eo.WARNING,Ao.BrowserFailedRemovalFromSessionStorage,"Browser failed removal of session storage item. "+e.getExceptionName(n),{exception:e.dump(n)})}}return false};e.disableCookies=function(){Io.disableCookies()};e.canUseCookies=function(t){if(Io._canUseCookies===undefined){Io._canUseCookies=false;try{Io._canUseCookies=e.document.cookie!==undefined}catch(n){t.throwInternal(Eo.WARNING,Ao.CannotAccessCookie,"Cannot access document.cookie - "+e.getExceptionName(n),{exception:e.dump(n)})}}return Io._canUseCookies};e.disallowsSameSiteNone=function(e){if(!du(e)){return false}if(e.indexOf("CPU iPhone OS 12")!==-1||e.indexOf("iPad; CPU OS 12")!==-1){return true}if(e.indexOf("Macintosh; Intel Mac OS X 10_14")!==-1&&e.indexOf("Version/")!==-1&&e.indexOf("Safari")!==-1){return true}if(e.indexOf("Macintosh; Intel Mac OS X 10_14")!==-1&&hu(e,"AppleWebKit/605.1.15 (KHTML, like Gecko)")){return true}if(e.indexOf("Chrome/5")!==-1||e.indexOf("Chrome/6")!==-1){return true}if(e.indexOf("UnrealEngine")!==-1&&e.indexOf("Chrome")===-1){return true}if(e.indexOf("UCBrowser/12")!==-1||e.indexOf("UCBrowser/11")!==-1){return true}return false};e.setCookie=function(t,n,r,i){if(e.canUseCookies(t)){var a="";var o="";if(i){a=";domain="+i}var s=Ka();if(s&&s.protocol==="https:"){o=";secure";if(pu===null){pu=e.disallowsSameSiteNone((Ha()||{}).userAgent)}if(!pu){r=r+";SameSite=None"}}e.document.cookie=n+"="+r+a+";path=/"+o}};e.stringToBoolOrDefault=function(e,t){if(t===void 0){t=false}if(e===undefined||e===null){return t}return e.toString().toLowerCase()==="true"};e.getCookie=function(t,n){if(!e.canUseCookies(t)){return}var r="";if(n&&n.length){var i=n+"=";var a=e.document.cookie.split(";");for(var o=0;o<a.length;o++){var s=a[o];s=e.trim(s);if(s&&s.indexOf(i)===0){r=s.substring(i.length,a[o].length);break}}}return r};e.deleteCookie=function(t,n){if(e.canUseCookies(t)){e.document.cookie=n+"=;path=/;expires=Thu, 01 Jan 1970 00:00:01 GMT;"}};e.random32=function(){return Io.random32(true)};e.getIEVersion=function(e){if(e===void 0){e=null}var t=e?e.toLowerCase():fu?(fu.userAgent||"").toLowerCase():"";if(t.indexOf("msie")!==-1){return parseInt(t.split("msie")[1])}else if(t.indexOf("trident/")){var n=parseInt(t.split("trident/")[1]);if(n){return n+4}}return null};e.msToTimeSpan=function(e){if(isNaN(e)||e<0){e=0}e=Math.round(e);var t=""+e%1e3;var n=""+Math.floor(e/1e3)%60;var r=""+Math.floor(e/(1e3*60))%60;var i=""+Math.floor(e/(1e3*60*60))%24;var a=Math.floor(e/(1e3*60*60*24));t=t.length===1?"00"+t:t.length===2?"0"+t:t;n=n.length<2?"0"+n:n;r=r.length<2?"0"+r:r;i=i.length<2?"0"+i:i;return(a>0?a+".":"")+i+":"+r+":"+n+"."+t};e.isCrossOriginError=function(e,t,n,r,i){return(e==="Script error."||e==="Script error")&&!i};e.dump=function(e){var t=Object[_a].toString.call(e);var n="";if(t==="[object Error]"){n="{ stack: '"+e.stack+"', message: '"+e.message+"', name: '"+e.name+"'"}else if(Ya()){n=$a().stringify(e)}return t+n};e.getExceptionName=function(e){var t=Object[_a].toString.call(e);if(t==="[object Error]"){return e.name}return""};e.addEventHandler=function(e,t){return To.Attach(ja(),e,t)};e.IsBeaconApiSupported=function(){return"sendBeacon"in fu&&fu.sendBeacon};e.getExtension=function(e,t){var n=null;var r=0;while(!n&&r<e.length){if(e[r]&&e[r].identifier===t){n=e[r]}r++}return n};e.document=qa()||{};e._canUseLocalStorage=undefined;e._canUseSessionStorage=undefined;e._internalEndpoints=["https://dc.services.visualstudio.com/v2/track","https://breeze.aimon.applicationinsights.io/v2/track","https://dc-int.services.visualstudio.com/v2/track"];e.NotSpecified="not_specified";e.trim=Io.strTrim;e.newId=Io.newId;e.generateW3CId=Io.generateW3CId;e.isArray=Io.isArray;e.isError=Io.isError;e.isDate=Io.isDate;e.toISOStringForIE8=Io.toISOString;return e}();var mu=function(){function e(){}e.parseUrl=function(t){var n=e._htmlAnchorIdx;var r=e._htmlAnchorElement;var i=r[n];if(!e.document.createElement){i={host:e.parseHost(t,true)}}else if(!r[n]){i=r[n]=e.document.createElement("a")}i.href=t;n++;if(n>=r.length){n=0}e._htmlAnchorIdx=n;return i};e.getAbsoluteUrl=function(t){var n;var r=e.parseUrl(t);if(r){n=r.href}return n};e.getPathName=function(t){var n;var r=e.parseUrl(t);if(r){n=r.pathname}return n};e.getCompleteUrl=function(e,t){if(e){return e.toUpperCase()+" "+t}else{return t}};e.parseHost=function(t,n){var r=e.parseFullHost(t,n);if(r){var i=r.match(/(www[0-9]?\.)?(.[^/:]+)(\:[\d]+)?/i);if(i!=null&&i.length>3&&du(i[2])&&i[2].length>0){return i[2]+(i[3]||"")}}return r};e.parseFullHost=function(e,t){var n=null;if(e){var r=e.match(/(\w*):\/\/(.[^/:]+)(\:[\d]+)?/i);if(r!=null&&r.length>2&&du(r[2])&&r[2].length>0){n=r[2]||"";if(t&&r.length>2){var i=(r[1]||"").toLowerCase();var a=r[3]||"";if(i==="http"&&a===":80"){a=""}else if(i==="https"&&a===":443"){a=""}n+=a}}}return n};e.document=qa()||{};e._htmlAnchorIdx=0;e._htmlAnchorElement=[null,null,null,null,null];return e}();var gu=function(){function e(){}e.canIncludeCorrelationHeader=function(e,t,n){if(!t||e&&e.disableCorrelationHeaders){return false}if(e&&e.correlationHeaderExcludePatterns){for(var r=0;r<e.correlationHeaderExcludePatterns.length;r++){if(e.correlationHeaderExcludePatterns[r].test(t)){return false}}}var i=mu.parseUrl(t).host.toLowerCase();if(i&&(i.indexOf(":443")!==-1||i.indexOf(":80")!==-1)){i=(mu.parseFullHost(t,true)||"").toLowerCase()}if((!e||!e.enableCorsCorrelation)&&i!==n){return false}var a=e&&e.correlationHeaderDomains;if(a){var o;Io.arrForEach(a,(function(e){var t=new RegExp(e.toLowerCase().replace(/\./g,".").replace(/\*/g,".*"));o=o||t.test(i)}));if(!o){return false}}var s=e&&e.correlationHeaderExcludedDomains;if(!s||s.length===0){return true}for(var r=0;r<s.length;r++){var u=new RegExp(s[r].toLowerCase().replace(/\./g,".").replace(/\*/g,".*"));if(u.test(i)){return false}}return i&&i.length>0};e.getCorrelationContext=function(t){if(t){var n=e.getCorrelationContextValue(t,cu.requestContextTargetKey);if(n&&n!==e.correlationIdPrefix){return n}}};e.getCorrelationContextValue=function(e,t){if(e){var n=e.split(",");for(var r=0;r<n.length;++r){var i=n[r].split("=");if(i.length===2&&i[0]===t){return i[1]}}}};e.correlationIdPrefix="cid-v1:";return e}();var yu=function(){function e(){}e.ParseDependencyPath=function(e,t,n,r){var i,a=r,o=r;if(t&&t.length>0){var s=mu.parseUrl(t);i=s.host;if(!a){if(s.pathname!=null){var u=s.pathname.length===0?"/":s.pathname;if(u.charAt(0)!=="/"){u="/"+u}o=s.pathname;a=lu.sanitizeString(e,n?n+" "+u:u)}else{a=lu.sanitizeString(e,t)}}}else{i=r;a=r}return{target:i,name:a,data:o}};return e}();var bu=function(){function e(){}e.Now=function(){var e=Ja();if(e&&e.now&&e.timing){var t=e.now()+e.timing.navigationStart;if(t>0){return t}}return(new Date).getTime()};e.GetDuration=function(e,t){var n=null;if(e!==0&&t!==0&&!Io.isNullOrUndefined(e)&&!Io.isNullOrUndefined(t)){n=t-e}return n};return e}();var wu="Microsoft_ApplicationInsights_BypassAjaxInstrumentation";var xu="sampleRate";var Su="ProcessLegacy";var Cu="http.method";var _u="https://dc.services.visualstudio.com";var Iu=function(){function e(){}e.parse=function(t){if(!t){return{}}var n=t.split(e._FIELDS_SEPARATOR);var r=Io.arrReduce(n,(function(t,n){var r=n.split(e._FIELD_KEY_VALUE_SEPARATOR);if(r.length===2){var i=r[0].toLowerCase();var a=r[1];t[i]=a}return t}),{});if(Io.objKeys(r).length>0){if(r.endpointsuffix){var i=r.location?r.location+".":"";r.ingestionendpoint=r.ingestionendpoint||"https://"+i+"dc."+r.endpointsuffix}r.ingestionendpoint=r.ingestionendpoint||_u}return r};e._FIELDS_SEPARATOR=";";e._FIELD_KEY_VALUE_SEPARATOR="=";return e}();var Fu=function(){function e(){}return e}();var Tu=function(e){__extends(t,e);function t(){return e.call(this)||this}return t}(Fu);var Eu=function(){function e(){this.ver=1;this.sampleRate=100;this.tags={}}return e}();var Au=function(e){__extends(t,e);function t(t,n,r){var i=e.call(this)||this;i.name=lu.sanitizeString(t,r)||vu.NotSpecified;i.data=n;i.time=Io.toISOString(new Date);i.aiDataContract={time:su.Required,iKey:su.Required,name:su.Required,sampleRate:function(){return i.sampleRate===100?su.Hidden:su.Required},tags:su.Required,data:su.Required};return i}return t}(Eu);var ku=function(){function e(){}return e}();var Nu=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.ver=2;t.properties={};t.measurements={};return t}return t}(ku);var Pu=function(e){__extends(t,e);function t(t,n,r,i){var a=e.call(this)||this;a.aiDataContract={ver:su.Required,name:su.Required,properties:su.Default,measurements:su.Default};a.name=lu.sanitizeString(t,n)||vu.NotSpecified;a.properties=lu.sanitizeProperties(t,r);a.measurements=lu.sanitizeMeasurements(t,i);return a}t.envelopeType="Microsoft.ApplicationInsights.{0}.Event";t.dataType="EventData";return t}(Nu);var Du=function(){function e(){}return e}();var Mu=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.ver=2;t.exceptions=[];t.properties={};t.measurements={};return t}return t}(ku);var Ru=function(){function e(){this.hasFullStack=true;this.parsedStack=[]}return e}();var Ou="error";function Lu(e){return"hasFullStack"in e&&"typeName"in e}function Uu(e){return"ver"in e&&"exceptions"in e&&"properties"in e}function Bu(e){var t="";if(e){t=e.typeName||e.name||"";if(!t){try{var n=/function (.{1,})\(/;var r=n.exec(e.constructor.toString());t=r&&r.length>1?r[1]:""}catch(e){}}}return t}var ju=function(e){__extends(t,e);function t(t,n,r,i,a,o){var s=e.call(this)||this;s.aiDataContract={ver:su.Required,exceptions:su.Required,severityLevel:su.Default,properties:su.Default,measurements:su.Default};if(!Uu(n)){s.exceptions=[new Vu(t,n)];s.properties=lu.sanitizeProperties(t,r)||{};s.measurements=lu.sanitizeMeasurements(t,i);if(a){s.severityLevel=a}if(o){s.id=o}}else{s.exceptions=n.exceptions;s.properties=n.properties;s.measurements=n.measurements;if(n.severityLevel){s.severityLevel=n.severityLevel}if(n.id){s.id=n.id}if(n.problemGroup){s.problemGroup=n.problemGroup}s.ver=2;if(!Io.isNullOrUndefined(n.isManual)){s.isManual=n.isManual}}return s}t.CreateFromInterface=function(e,n,r,i){var a=n.exceptions&&Io.arrMap(n.exceptions,(function(t){return Vu.CreateFromInterface(e,t)}));var o=new t(e,__assign({},n,{exceptions:a}),r,i);return o};t.prototype.toInterface=function(){var e=this,t=e.exceptions,n=e.properties,r=e.measurements,i=e.severityLevel,a=e.problemGroup,o=e.id,s=e.isManual;var u=t instanceof Array&&Io.arrMap(t,(function(e){return e.toInterface()}))||undefined;return{ver:"4.0",exceptions:u,severityLevel:i,properties:n,measurements:r,problemGroup:a,id:o,isManual:s}};t.CreateSimpleException=function(e,t,n,r,i,a){return{exceptions:[{hasFullStack:true,message:e,stack:i,typeName:t}]}};t.envelopeType="Microsoft.ApplicationInsights.{0}.Exception";t.dataType="ExceptionData";return t}(Mu);var Vu=function(e){__extends(t,e);function t(n,r){var i=e.call(this)||this;i.aiDataContract={id:su.Default,outerId:su.Default,typeName:su.Required,message:su.Required,hasFullStack:su.Default,stack:su.Default,parsedStack:su.Array};if(!Lu(r)){var a=r;if(!vu.isError(a)){a=a[Ou]||a.evt||a}i.typeName=lu.sanitizeString(n,Bu(a))||vu.NotSpecified;i.message=lu.sanitizeMessage(n,r.message)||vu.NotSpecified;var o=r.stack;i.parsedStack=t.parseStack(o);i.stack=lu.sanitizeException(n,o);i.hasFullStack=vu.isArray(i.parsedStack)&&i.parsedStack.length>0}else{i.typeName=r.typeName;i.message=r.message;i.stack=r.stack;i.parsedStack=r.parsedStack;i.hasFullStack=r.hasFullStack}return i}t.prototype.toInterface=function(){var e=this.parsedStack instanceof Array&&Io.arrMap(this.parsedStack,(function(e){return e.toInterface()}));var t={id:this.id,outerId:this.outerId,typeName:this.typeName,message:this.message,hasFullStack:this.hasFullStack,stack:this.stack,parsedStack:e||undefined};return t};t.CreateFromInterface=function(e,n){var r=n.parsedStack instanceof Array&&Io.arrMap(n.parsedStack,(function(e){return qu.CreateFromInterface(e)}))||n.parsedStack;var i=new t(e,__assign({},n,{parsedStack:r}));return i};t.parseStack=function(e){var t;if(Io.isString(e)){var n=e.split("\n");t=[];var r=0;var i=0;for(var a=0;a<=n.length;a++){var o=n[a];if(qu.regex.test(o)){var s=new qu(n[a],r++);i+=s.sizeInBytes;t.push(s)}}var u=32*1024;if(i>u){var c=0;var l=t.length-1;var f=0;var d=c;var p=l;while(c<l){var h=t[c].sizeInBytes;var v=t[l].sizeInBytes;f+=h+v;if(f>u){var m=p-d+1;t.splice(d,m);break}d=c;p=l;c++;l--}}}return t};return t}(Ru);var qu=function(e){__extends(t,e);function t(n,r){var i=e.call(this)||this;i.sizeInBytes=0;i.aiDataContract={level:su.Required,method:su.Required,assembly:su.Default,fileName:su.Default,line:su.Default};if(typeof n==="string"){var a=n;i.level=r;i.method="<no_method>";i.assembly=vu.trim(a);i.fileName="";i.line=0;var o=a.match(t.regex);if(o&&o.length>=5){i.method=vu.trim(o[2])||i.method;i.fileName=vu.trim(o[4]);i.line=parseInt(o[5])||0}}else{i.level=n.level;i.method=n.method;i.assembly=n.assembly;i.fileName=n.fileName;i.line=n.line;i.sizeInBytes=0}i.sizeInBytes+=i.method.length;i.sizeInBytes+=i.fileName.length;i.sizeInBytes+=i.assembly.length;i.sizeInBytes+=t.baseSize;i.sizeInBytes+=i.level.toString().length;i.sizeInBytes+=i.line.toString().length;return i}t.CreateFromInterface=function(e){return new t(e,null)};t.prototype.toInterface=function(){return{level:this.level,method:this.method,assembly:this.assembly,fileName:this.fileName,line:this.line}};t.regex=/^([\s]+at)?(.*?)(\@|\s\(|\s)([^\(\@\n]+):([0-9]+):([0-9]+)(\)?)$/;t.baseSize=58;return t}(Du);var zu=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.ver=2;t.metrics=[];t.properties={};t.measurements={};return t}return t}(ku);var Hu;(function(e){e[e["Measurement"]=0]="Measurement";e[e["Aggregation"]=1]="Aggregation"})(Hu||(Hu={}));var Wu=function(){function e(){this.kind=Hu.Measurement}return e}();var Gu=function(e){__extends(t,e);function t(){var t=e!==null&&e.apply(this,arguments)||this;t.aiDataContract={name:su.Required,kind:su.Default,value:su.Required,count:su.Default,min:su.Default,max:su.Default,stdDev:su.Default};return t}return t}(Wu);var Ku=function(e){__extends(t,e);function t(t,n,r,i,a,o,s,u){var c=e.call(this)||this;c.aiDataContract={ver:su.Required,metrics:su.Required,properties:su.Default};var l=new Gu;l.count=i>0?i:undefined;l.max=isNaN(o)||o===null?undefined:o;l.min=isNaN(a)||a===null?undefined:a;l.name=lu.sanitizeString(t,n)||vu.NotSpecified;l.value=r;c.metrics=[l];c.properties=lu.sanitizeProperties(t,s);c.measurements=lu.sanitizeMeasurements(t,u);return c}t.envelopeType="Microsoft.ApplicationInsights.{0}.Metric";t.dataType="MetricData";return t}(zu);var Xu=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.ver=2;t.properties={};t.measurements={};return t}return t}(Nu);var Ju=function(e){__extends(t,e);function t(t,n,r,i,a,o,s){var u=e.call(this)||this;u.aiDataContract={ver:su.Required,name:su.Default,url:su.Default,duration:su.Default,properties:su.Default,measurements:su.Default,id:su.Default};u.id=lu.sanitizeId(t,s);u.url=lu.sanitizeUrl(t,r);u.name=lu.sanitizeString(t,n)||vu.NotSpecified;if(!isNaN(i)){u.duration=vu.msToTimeSpan(i)}u.properties=lu.sanitizeProperties(t,a);u.measurements=lu.sanitizeMeasurements(t,o);return u}t.envelopeType="Microsoft.ApplicationInsights.{0}.Pageview";t.dataType="PageviewData";return t}(Xu);var Yu=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.ver=2;t.success=true;t.properties={};t.measurements={};return t}return t}(ku);var $u=function(e){__extends(t,e);function t(t,n,r,i,a,o,s,u,c,l,f,d){if(c===void 0){c="Ajax"}var p=e.call(this)||this;p.aiDataContract={id:su.Required,ver:su.Required,name:su.Default,resultCode:su.Default,duration:su.Default,success:su.Default,data:su.Default,target:su.Default,type:su.Default,properties:su.Default,measurements:su.Default,kind:su.Default,value:su.Default,count:su.Default,min:su.Default,max:su.Default,stdDev:su.Default,dependencyKind:su.Default,dependencySource:su.Default,commandName:su.Default,dependencyTypeName:su.Default};p.id=n;p.duration=vu.msToTimeSpan(a);p.success=o;p.resultCode=s+"";p.type=lu.sanitizeString(t,c);var h=yu.ParseDependencyPath(t,r,u,i);p.data=lu.sanitizeUrl(t,i)||h.data;p.target=lu.sanitizeString(t,h.target);if(l){p.target=p.target+" | "+l}p.name=lu.sanitizeString(t,h.name);p.properties=lu.sanitizeProperties(t,f);p.measurements=lu.sanitizeMeasurements(t,d);return p}t.envelopeType="Microsoft.ApplicationInsights.{0}.RemoteDependency";t.dataType="RemoteDependencyData";return t}(Yu);var Qu=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.ver=2;t.properties={};t.measurements={};return t}return t}(ku);var Zu=function(e){__extends(t,e);function t(t,n,r,i,a){var o=e.call(this)||this;o.aiDataContract={ver:su.Required,message:su.Required,severityLevel:su.Default,properties:su.Default};n=n||vu.NotSpecified;o.message=lu.sanitizeMessage(t,n);o.properties=lu.sanitizeProperties(t,i);o.measurements=lu.sanitizeMeasurements(t,a);if(r){o.severityLevel=r}return o}t.envelopeType="Microsoft.ApplicationInsights.{0}.Message";t.dataType="MessageData";return t}(Qu);var ec=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.ver=2;t.properties={};t.measurements={};return t}return t}(Xu);var tc=function(e){__extends(t,e);function t(t,n,r,i,a,o,s){var u=e.call(this)||this;u.aiDataContract={ver:su.Required,name:su.Default,url:su.Default,duration:su.Default,perfTotal:su.Default,networkConnect:su.Default,sentRequest:su.Default,receivedResponse:su.Default,domProcessing:su.Default,properties:su.Default,measurements:su.Default};u.url=lu.sanitizeUrl(t,r);u.name=lu.sanitizeString(t,n)||vu.NotSpecified;u.properties=lu.sanitizeProperties(t,a);u.measurements=lu.sanitizeMeasurements(t,o);if(s){u.domProcessing=s.domProcessing;u.duration=s.duration;u.networkConnect=s.networkConnect;u.perfTotal=s.perfTotal;u.receivedResponse=s.receivedResponse;u.sentRequest=s.sentRequest}return u}t.envelopeType="Microsoft.ApplicationInsights.{0}.PageviewPerformance";t.dataType="PageviewPerformanceData";return t}(ec);var nc=function(e){__extends(t,e);function t(t,n){var r=e.call(this)||this;r.aiDataContract={baseType:su.Required,baseData:su.Required};r.baseType=t;r.baseData=n;return r}return t}(Tu);var rc;(function(e){e[e["Verbose"]=0]="Verbose";e[e["Information"]=1]="Information";e[e["Warning"]=2]="Warning";e[e["Error"]=3]="Error";e[e["Critical"]=4]="Critical"})(rc||(rc={}));var ic=function(){function e(){this.applicationVersion="ai.application.ver";this.applicationBuild="ai.application.build";this.applicationTypeId="ai.application.typeId";this.applicationId="ai.application.applicationId";this.applicationLayer="ai.application.layer";this.deviceId="ai.device.id";this.deviceIp="ai.device.ip";this.deviceLanguage="ai.device.language";this.deviceLocale="ai.device.locale";this.deviceModel="ai.device.model";this.deviceFriendlyName="ai.device.friendlyName";this.deviceNetwork="ai.device.network";this.deviceNetworkName="ai.device.networkName";this.deviceOEMName="ai.device.oemName";this.deviceOS="ai.device.os";this.deviceOSVersion="ai.device.osVersion";this.deviceRoleInstance="ai.device.roleInstance";this.deviceRoleName="ai.device.roleName";this.deviceScreenResolution="ai.device.screenResolution";this.deviceType="ai.device.type";this.deviceMachineName="ai.device.machineName";this.deviceVMName="ai.device.vmName";this.deviceBrowser="ai.device.browser";this.deviceBrowserVersion="ai.device.browserVersion";this.locationIp="ai.location.ip";this.locationCountry="ai.location.country";this.locationProvince="ai.location.province";this.locationCity="ai.location.city";this.operationId="ai.operation.id";this.operationName="ai.operation.name";this.operationParentId="ai.operation.parentId";this.operationRootId="ai.operation.rootId";this.operationSyntheticSource="ai.operation.syntheticSource";this.operationCorrelationVector="ai.operation.correlationVector";this.sessionId="ai.session.id";this.sessionIsFirst="ai.session.isFirst";this.sessionIsNew="ai.session.isNew";this.userAccountAcquisitionDate="ai.user.accountAcquisitionDate";this.userAccountId="ai.user.accountId";this.userAgent="ai.user.userAgent";this.userId="ai.user.id";this.userStoreRegion="ai.user.storeRegion";this.userAuthUserId="ai.user.authUserId";this.userAnonymousUserAcquisitionDate="ai.user.anonUserAcquisitionDate";this.userAuthenticatedUserAcquisitionDate="ai.user.authUserAcquisitionDate";this.cloudName="ai.cloud.name";this.cloudRole="ai.cloud.role";this.cloudRoleVer="ai.cloud.roleVer";this.cloudRoleInstance="ai.cloud.roleInstance";this.cloudEnvironment="ai.cloud.environment";this.cloudLocation="ai.cloud.location";this.cloudDeploymentUnit="ai.cloud.deploymentUnit";this.internalNodeName="ai.internal.nodeName";this.internalSdkVersion="ai.internal.sdkVersion";this.internalAgentVersion="ai.internal.agentVersion";this.internalSnippet="ai.internal.snippet";this.internalSdkSrc="ai.internal.sdkSrc"}return e}();var ac=function(){function e(){}e.create=function(e,t,n,r,i,a){n=lu.sanitizeString(r,n)||vu.NotSpecified;if(Io.isNullOrUndefined(e)||Io.isNullOrUndefined(t)||Io.isNullOrUndefined(n)){throw Error("Input doesn't contain all required fields")}var o={name:n,time:Io.toISOString(new Date),iKey:"",ext:a?a:{},tags:[],data:{},baseType:t,baseData:e};if(!Io.isNullOrUndefined(i)){_o(i,(function(e,t){o.data[e]=t}))}return o};return e}();var oc=function(){function e(){}e.UserExt="user";e.DeviceExt="device";e.TraceExt="trace";e.WebExt="web";e.AppExt="app";e.OSExt="os";e.SessionExt="ses";e.SDKExt="sdk";return e}();var sc=new ic;var uc="AppInsightsPropertiesPlugin";var cc="AppInsightsChannelPlugin";var lc="ApplicationInsightsAnalytics";
6
+ /*!
7
+ * Application Insights JavaScript SDK - Web Analytics, 2.5.10
8
+ * Copyright (c) Microsoft and contributors. All rights reserved.
9
+ */var fc=function(){function e(t,n,r,i){ss(e,this,(function(e){var a=Io.arrForEach;var o=Io.isNullOrUndefined;var s=null;var u=[];var c=false;var l;if(r){l=r.logger}function f(){if(r){a(r.getTransmissionControls(),(function(e){a(e,(function(e){return e.flush(true)}))}))}}function d(e){u.push(e);if(!s){s=setInterval((function(){var e=u.slice(0);var t=false;u=[];a(e,(function(e){if(!e()){u.push(e)}else{t=true}}));if(u.length===0){clearInterval(s);s=null}if(t){f()}}),100)}}e.trackPageView=function(e,r){var a=e.name;if(o(a)||typeof a!=="string"){var s=qa();a=e.name=s&&s.title||""}var u=e.uri;if(o(u)||typeof u!=="string"){var p=Ka();u=e.uri=p&&p.href||""}if(!i.isPerformanceTimingSupported()){t.sendPageViewInternal(e,r);f();l.throwInternal(Eo.WARNING,Ao.NavigationTimingNotSupported,"trackPageView: navigation timing API used for calculation of page duration is not supported in this browser. This page view will be collected without duration and timing info.");return}var h=false;var v;var m=i.getPerformanceTiming().navigationStart;if(m>0){v=bu.GetDuration(m,+new Date);if(!i.shouldCollectDuration(v)){v=undefined}}var g;if(!o(r)&&!o(r.duration)){g=r.duration}if(n||!isNaN(g)){if(isNaN(g)){if(!r){r={}}r["duration"]=v}t.sendPageViewInternal(e,r);f();h=true}var y=6e4;if(!r){r={}}d((function(){var n=false;try{if(i.isPerformanceTimingDataReady()){n=true;var o={name:a,uri:u};i.populatePageViewPerformanceEvent(o);if(!o.isValid&&!h){r["duration"]=v;t.sendPageViewInternal(e,r)}else{if(!h){r["duration"]=o.durationMs;t.sendPageViewInternal(e,r)}if(!c){t.sendPageViewPerformanceInternal(o,r);c=true}}}else if(m>0&&bu.GetDuration(m,+new Date)>y){n=true;if(!h){r["duration"]=y;t.sendPageViewInternal(e,r)}}}catch(e){l.throwInternal(Eo.CRITICAL,Ao.TrackPVFailedCalc,"trackPageView failed on page load calculation: "+vu.getExceptionName(e),{exception:vu.dump(e)})}return n}))}}))}return e}();
10
+ /*!
11
+ * Application Insights JavaScript SDK - Web Analytics, 2.5.10
12
+ * Copyright (c) Microsoft and contributors. All rights reserved.
13
+ */var dc=function(){function e(e,t){this.prevPageVisitDataKeyName="prevPageVisitData";this.pageVisitTimeTrackingHandler=t;this._logger=e}e.prototype.trackPreviousPageVisit=function(e,t){try{var n=this.restartPageVisitTimer(e,t);if(n){this.pageVisitTimeTrackingHandler(n.pageName,n.pageUrl,n.pageVisitTime)}}catch(e){this._logger.warnToConsole("Auto track page visit time failed, metric will not be collected: "+vu.dump(e))}};e.prototype.restartPageVisitTimer=function(e,t){try{var n=this.stopPageVisitTimer();this.startPageVisitTimer(e,t);return n}catch(e){this._logger.warnToConsole("Call to restart failed: "+vu.dump(e));return null}};e.prototype.startPageVisitTimer=function(e,t){try{if(vu.canUseSessionStorage()){if(vu.getSessionStorage(this._logger,this.prevPageVisitDataKeyName)!=null){throw new Error("Cannot call startPageVisit consecutively without first calling stopPageVisit")}var n=new pc(e,t);var r=$a().stringify(n);vu.setSessionStorage(this._logger,this.prevPageVisitDataKeyName,r)}}catch(e){this._logger.warnToConsole("Call to start failed: "+vu.dump(e))}};e.prototype.stopPageVisitTimer=function(){try{if(vu.canUseSessionStorage()){var e=Io.dateNow();var t=vu.getSessionStorage(this._logger,this.prevPageVisitDataKeyName);if(t&&Ya()){var n=$a().parse(t);n.pageVisitTime=e-n.pageVisitStartTime;vu.removeSessionStorage(this._logger,this.prevPageVisitDataKeyName);return n}else{return null}}return null}catch(e){this._logger.warnToConsole("Stop page visit timer failed: "+vu.dump(e));return null}};return e}();var pc=function(){function e(e,t){this.pageVisitStartTime=Io.dateNow();this.pageName=e;this.pageUrl=t}return e}();
14
+ /*!
15
+ * Application Insights JavaScript SDK - Web Analytics, 2.5.10
16
+ * Copyright (c) Microsoft and contributors. All rights reserved.
17
+ */var hc=function(){function e(e){this.MAX_DURATION_ALLOWED=36e5;if(e){this._logger=e.logger}}e.prototype.populatePageViewPerformanceEvent=function(e){e.isValid=false;var t=this.getPerformanceNavigationTiming();var n=this.getPerformanceTiming();if(t||n){if(t){var r=t.duration;var i=bu.GetDuration(t.startTime,t.connectEnd);var a=bu.GetDuration(t.requestStart,t.responseStart);var o=bu.GetDuration(t.responseStart,t.responseEnd);var s=bu.GetDuration(t.responseEnd,t.loadEventEnd)}else{var r=bu.GetDuration(n.navigationStart,n.loadEventEnd);var i=bu.GetDuration(n.navigationStart,n.connectEnd);var a=bu.GetDuration(n.requestStart,n.responseStart);var o=bu.GetDuration(n.responseStart,n.responseEnd);var s=bu.GetDuration(n.responseEnd,n.loadEventEnd)}if(r===0){this._logger.throwInternal(Eo.WARNING,Ao.ErrorPVCalc,"error calculating page view performance.",{total:r,network:i,request:a,response:o,dom:s})}else if(!this.shouldCollectDuration(r,i,a,o,s)){this._logger.throwInternal(Eo.WARNING,Ao.InvalidDurationValue,"Invalid page load duration value. Browser perf data won't be sent.",{total:r,network:i,request:a,response:o,dom:s})}else if(r<Math.floor(i)+Math.floor(a)+Math.floor(o)+Math.floor(s)){this._logger.throwInternal(Eo.WARNING,Ao.ClientPerformanceMathError,"client performance math error.",{total:r,network:i,request:a,response:o,dom:s})}else{e.durationMs=r;e.perfTotal=e.duration=vu.msToTimeSpan(r);e.networkConnect=vu.msToTimeSpan(i);e.sentRequest=vu.msToTimeSpan(a);e.receivedResponse=vu.msToTimeSpan(o);e.domProcessing=vu.msToTimeSpan(s);e.isValid=true}}};e.prototype.getPerformanceTiming=function(){if(this.isPerformanceTimingSupported()){return Ja().timing}return null};e.prototype.getPerformanceNavigationTiming=function(){if(this.isPerformanceNavigationTimingSupported()){return Ja().getEntriesByType("navigation")[0]}return null};e.prototype.isPerformanceNavigationTimingSupported=function(){var e=Ja();return e&&e.getEntriesByType&&e.getEntriesByType("navigation").length>0};e.prototype.isPerformanceTimingSupported=function(){var e=Ja();return e&&e.timing};e.prototype.isPerformanceTimingDataReady=function(){var e=Ja();var t=e?e.timing:0;return t&&t.domainLookupStart>0&&t.navigationStart>0&&t.responseStart>0&&t.requestStart>0&&t.loadEventEnd>0&&t.responseEnd>0&&t.connectEnd>0&&t.domLoading>0};e.prototype.shouldCollectDuration=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}var n=Ha()||{};var r=["googlebot","adsbot-google","apis-google","mediapartners-google"];var i=n.userAgent;var a=false;if(i){for(var o=0;o<r.length;o++){a=a||i.toLowerCase().indexOf(r[o])!==-1}}if(a){return false}else{for(var o=0;o<e.length;o++){if(e[o]<0||e[o]>=this.MAX_DURATION_ALLOWED){return false}}}return true};return e}();
18
+ /*!
19
+ * Application Insights JavaScript SDK - Web Analytics, 2.5.10
20
+ * Copyright (c) Microsoft and contributors. All rights reserved.
21
+ */var vc="duration";function mc(e,t){if(e&&e.dispatchEvent&&t){e.dispatchEvent(t)}}var gc=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.identifier=lc;t.priority=180;t.autoRoutePVDelay=500;t._trackAjaxAttempts=0;var n=Ka();t._prevUri=n&&n.href||"";return t}t.getDefaultConfig=function(e){if(!e){e={}}e.sessionRenewalMs=30*60*1e3;e.sessionExpirationMs=24*60*60*1e3;e.disableExceptionTracking=vu.stringToBoolOrDefault(e.disableExceptionTracking);e.autoTrackPageVisitTime=vu.stringToBoolOrDefault(e.autoTrackPageVisitTime);e.overridePageViewDuration=vu.stringToBoolOrDefault(e.overridePageViewDuration);e.enableUnhandledPromiseRejectionTracking=vu.stringToBoolOrDefault(e.enableUnhandledPromiseRejectionTracking);if(isNaN(e.samplingPercentage)||e.samplingPercentage<=0||e.samplingPercentage>=100){e.samplingPercentage=100}e.isCookieUseDisabled=vu.stringToBoolOrDefault(e.isCookieUseDisabled);e.isStorageUseDisabled=vu.stringToBoolOrDefault(e.isStorageUseDisabled);e.isBrowserLinkTrackingEnabled=vu.stringToBoolOrDefault(e.isBrowserLinkTrackingEnabled);e.enableAutoRouteTracking=vu.stringToBoolOrDefault(e.enableAutoRouteTracking);e.namePrefix=e.namePrefix||"";return e};t.prototype.processTelemetry=function(e,t){var n=this;bs(this.core,(function(){return n.identifier+":processTelemetry"}),(function(){var r=false;var i=n._telemetryInitializers.length;t=n._getTelCtx(t);for(var a=0;a<i;++a){var o=n._telemetryInitializers[a];if(o){try{if(o.apply(null,[e])===false){r=true;break}}catch(e){t.diagLog().throwInternal(Eo.CRITICAL,Ao.TelemetryInitializerFailed,"One of telemetry initializers failed, telemetry item will not be sent: "+vu.getExceptionName(e),{exception:vu.dump(e)},true)}}}if(!r){n.processNext(e,t)}}),(function(){return{item:e}}),!e.sync)};t.prototype.trackEvent=function(e,t){try{var n=ac.create(e,Pu.dataType,Pu.envelopeType,this.diagLog(),t);this.core.track(n)}catch(e){this.diagLog().throwInternal(Eo.WARNING,Ao.TrackTraceFailed,"trackTrace failed, trace will not be collected: "+vu.getExceptionName(e),{exception:vu.dump(e)})}};t.prototype.startTrackEvent=function(e){try{this._eventTracking.start(e)}catch(e){this.diagLog().throwInternal(Eo.CRITICAL,Ao.StartTrackEventFailed,"startTrackEvent failed, event will not be collected: "+vu.getExceptionName(e),{exception:vu.dump(e)})}};t.prototype.stopTrackEvent=function(e,t,n){try{this._eventTracking.stop(e,undefined,t)}catch(e){this.diagLog().throwInternal(Eo.CRITICAL,Ao.StopTrackEventFailed,"stopTrackEvent failed, event will not be collected: "+vu.getExceptionName(e),{exception:vu.dump(e)})}};t.prototype.trackTrace=function(e,t){try{var n=ac.create(e,Zu.dataType,Zu.envelopeType,this.diagLog(),t);this.core.track(n)}catch(e){this.diagLog().throwInternal(Eo.WARNING,Ao.TrackTraceFailed,"trackTrace failed, trace will not be collected: "+vu.getExceptionName(e),{exception:vu.dump(e)})}};t.prototype.trackMetric=function(e,t){try{var n=ac.create(e,Ku.dataType,Ku.envelopeType,this.diagLog(),t);this.core.track(n)}catch(e){this.diagLog().throwInternal(Eo.CRITICAL,Ao.TrackMetricFailed,"trackMetric failed, metric will not be collected: "+vu.getExceptionName(e),{exception:vu.dump(e)})}};t.prototype.trackPageView=function(e,t){try{var n=e||{};this._pageViewManager.trackPageView(n,__assign({},n.properties,n.measurements,t));if(this.config.autoTrackPageVisitTime){this._pageVisitTimeManager.trackPreviousPageVisit(n.name,n.uri)}}catch(e){this.diagLog().throwInternal(Eo.CRITICAL,Ao.TrackPVFailed,"trackPageView failed, page view will not be collected: "+vu.getExceptionName(e),{exception:vu.dump(e)})}};t.prototype.sendPageViewInternal=function(e,t,n){var r=qa();if(r){e.refUri=e.refUri===undefined?r.referrer:e.refUri}var i=ac.create(e,Ju.dataType,Ju.envelopeType,this.diagLog(),t,n);this.core.track(i);this._trackAjaxAttempts=0};t.prototype.sendPageViewPerformanceInternal=function(e,t,n){var r=ac.create(e,tc.dataType,tc.envelopeType,this.diagLog(),t,n);this.core.track(r)};t.prototype.trackPageViewPerformance=function(e,t){try{this._pageViewPerformanceManager.populatePageViewPerformanceEvent(e);this.sendPageViewPerformanceInternal(e,t)}catch(e){this.diagLog().throwInternal(Eo.CRITICAL,Ao.TrackPVFailed,"trackPageViewPerformance failed, page view will not be collected: "+vu.getExceptionName(e),{exception:vu.dump(e)})}};t.prototype.startTrackPage=function(e){try{if(typeof e!=="string"){var t=qa();e=t&&t.title||""}this._pageTracking.start(e)}catch(e){this.diagLog().throwInternal(Eo.CRITICAL,Ao.StartTrackFailed,"startTrackPage failed, page view may not be collected: "+vu.getExceptionName(e),{exception:vu.dump(e)})}};t.prototype.stopTrackPage=function(e,t,n,r){try{if(typeof e!=="string"){var i=qa();e=i&&i.title||""}if(typeof t!=="string"){var a=Ka();t=a&&a.href||""}this._pageTracking.stop(e,t,n,r);if(this.config.autoTrackPageVisitTime){this._pageVisitTimeManager.trackPreviousPageVisit(e,t)}}catch(e){this.diagLog().throwInternal(Eo.CRITICAL,Ao.StopTrackFailed,"stopTrackPage failed, page view will not be collected: "+vu.getExceptionName(e),{exception:vu.dump(e)})}};t.prototype.sendExceptionInternal=function(e,t,n){var r=new ju(this.diagLog(),e.exception||new Error(vu.NotSpecified),e.properties,e.measurements,e.severityLevel,e.id).toInterface();var i=ac.create(r,ju.dataType,ju.envelopeType,this.diagLog(),t,n);this.core.track(i)};t.prototype.trackException=function(e,t){try{this.sendExceptionInternal(e,t)}catch(e){this.diagLog().throwInternal(Eo.CRITICAL,Ao.TrackExceptionFailed,"trackException failed, exception will not be collected: "+vu.getExceptionName(e),{exception:vu.dump(e)})}};t.prototype._onerror=function(e){try{var t={url:e&&e.url||(qa()||{}).URL,lineNumber:e.lineNumber,columnNumber:e.columnNumber,message:e.message};if(vu.isCrossOriginError(e.message,e.url,e.lineNumber,e.columnNumber,e.error)){this._sendCORSException(t.url)}else{if(!vu.isError(e.error)){var n="window.onerror@"+t.url+":"+e.lineNumber+":"+(e.columnNumber||0);e.error=new Error(e.message);e.error.stack=n}this.trackException({exception:e.error,severityLevel:rc.Error},t)}}catch(t){var r=e.error?e.error.name+", "+e.error.message:"null";this.diagLog().throwInternal(Eo.CRITICAL,Ao.ExceptionWhileLoggingError,"_onError threw exception while logging error, error will not be collected: "+vu.getExceptionName(t),{exception:vu.dump(t),errorString:r})}};t.prototype.addTelemetryInitializer=function(e){this._telemetryInitializers.push(e)};t.prototype.initialize=function(n,r,i,a){var o=this;if(this.isInitialized()){return}if(Io.isNullOrUndefined(r)){throw Error("Error initializing")}e.prototype.initialize.call(this,n,r,i,a);this.setInitialized(false);var s=this._getTelCtx();var u=this.identifier;this._globalconfig={instrumentationKey:n.instrumentationKey,endpointUrl:n.endpointUrl||"https://dc.services.visualstudio.com/v2/track"};this.config=s.getExtCfg(u);var c=t.getDefaultConfig();if(c!==undefined){_o(c,(function(e,t){o.config[e]=s.getConfig(u,e,t)}));if(this._globalconfig){_o(c,(function(e,t){if(o._globalconfig[e]===undefined){o._globalconfig[e]=t}}))}}if(this.config.isCookieUseDisabled){vu.disableCookies()}if(this.config.isStorageUseDisabled){vu.disableStorage()}var l={instrumentationKey:function(){return n.instrumentationKey},accountId:function(){return o.config.accountId||n.accountId},sessionRenewalMs:function(){return o.config.sessionRenewalMs||n.sessionRenewalMs},sessionExpirationMs:function(){return o.config.sessionExpirationMs||n.sessionExpirationMs},sampleRate:function(){return o.config.samplingPercentage||n.samplingPercentage},cookieDomain:function(){return o.config.cookieDomain||n.cookieDomain},sdkExtension:function(){return o.config.sdkExtension||n.sdkExtension},isBrowserLinkTrackingEnabled:function(){return o.config.isBrowserLinkTrackingEnabled||n.isBrowserLinkTrackingEnabled},appId:function(){return o.config.appId||n.appId}};this._pageViewPerformanceManager=new hc(this.core);this._pageViewManager=new fc(this,this.config.overridePageViewDuration,this.core,this._pageViewPerformanceManager);this._pageVisitTimeManager=new dc(this.diagLog(),(function(e,t,n){return o.trackPageVisitTime(e,t,n)}));this._telemetryInitializers=this._telemetryInitializers||[];this._addDefaultTelemetryInitializers(l);this._eventTracking=new yc(this.diagLog(),"trackEvent");this._eventTracking.action=function(e,t,n,r){if(!r){r={}}r[vc]=n.toString();o.trackEvent({name:e,properties:r})};this._pageTracking=new yc(this.diagLog(),"trackPageView");this._pageTracking.action=function(e,t,n,r,i){if(Io.isNullOrUndefined(r)){r={}}r[vc]=n.toString();var a={name:e,uri:t,properties:r,measurements:i};o.sendPageViewInternal(a,r)};var f=ja();var d=Ga();var p=Ka();var h=this;if(this.config.disableExceptionTracking===false&&!this.config.autoExceptionInstrumented&&f){var v="onerror";var m=f[v];f.onerror=function(e,t,n,r,i){var a=m&&m(e,t,n,r,i);if(a!==true){h._onerror({message:e,url:t,lineNumber:n,columnNumber:r,error:i})}return a};this.config.autoExceptionInstrumented=true}if(this.config.disableExceptionTracking===false&&this.config.enableUnhandledPromiseRejectionTracking===true&&!this.config.autoUnhandledPromiseInstrumented&&f){var g="onunhandledrejection";var y=f[g];f[g]=function(e){var t=y&&y.call(f,e);if(t!==true){h._onerror({message:e.reason.toString(),error:e.reason instanceof Error?e.reason:new Error(e.reason.toString()),url:p?p.href:"",lineNumber:0,columnNumber:0})}return t};this.config.autoUnhandledPromiseInstrumented=true}if(this.config.enableAutoRouteTracking===true&&d&&Io.isFunction(d.pushState)&&Io.isFunction(d.replaceState)&&f&&typeof Event!=="undefined"){var b=this;Io.arrForEach(i,(function(e){if(e.identifier===uc){o._properties=e}}));d.pushState=function(e){return function t(){var n=e.apply(this,arguments);mc(f,vu.createDomEvent(b.config.namePrefix+"pushState"));mc(f,vu.createDomEvent(b.config.namePrefix+"locationchange"));return n}}(d.pushState);d.replaceState=function(e){return function t(){var n=e.apply(this,arguments);mc(f,vu.createDomEvent(b.config.namePrefix+"replaceState"));mc(f,vu.createDomEvent(b.config.namePrefix+"locationchange"));return n}}(d.replaceState);if(f.addEventListener){f.addEventListener(b.config.namePrefix+"popstate",(function(){mc(f,vu.createDomEvent(b.config.namePrefix+"locationchange"))}));f.addEventListener(b.config.namePrefix+"locationchange",(function(){if(b._properties&&b._properties.context&&b._properties.context.telemetryTrace){b._properties.context.telemetryTrace.traceID=vu.generateW3CId();b._properties.context.telemetryTrace.name=p&&p.pathname||"_unknown_"}if(o._currUri){o._prevUri=o._currUri;o._currUri=p&&p.href||""}else{o._currUri=p&&p.href||""}setTimeout(function(e){b.trackPageView({refUri:e,properties:{duration:0}})}.bind(o,o._prevUri),b.autoRoutePVDelay)}))}}this.setInitialized(true)};t.prototype.trackPageVisitTime=function(e,t,n){var r={PageName:e,PageUrl:t};this.trackMetric({name:"PageVisitTime",average:n,max:n,min:n,sampleCount:1},r)};t.prototype._addDefaultTelemetryInitializers=function(e){if(!e.isBrowserLinkTrackingEnabled()){var t=["/browserLinkSignalR/","/__browserLink/"];var n=function(e){if(e.baseType===$u.dataType){var n=e.baseData;if(n){for(var r=0;r<t.length;r++){if(n.target&&n.target.indexOf(t[r])>=0){return false}}}}return true};this._addTelemetryInitializer(n)}};t.prototype._addTelemetryInitializer=function(e){this._telemetryInitializers.push(e)};t.prototype._sendCORSException=function(e){var t={message:"Script error: The browser's same-origin policy prevents us from getting the details of this exception. Consider using the 'crossorigin' attribute.",url:e,lineNumber:0,columnNumber:0,error:undefined};var n=ac.create(t,ju.dataType,ju.envelopeType,this.diagLog(),{url:e});this.core.track(n)};t.Version="2.5.10";return t}(As);var yc=function(){function e(e,t){this._name=t;this._events={};this._logger=e}e.prototype.start=function(e){if(typeof this._events[e]!=="undefined"){this._logger.throwInternal(Eo.WARNING,Ao.StartCalledMoreThanOnce,"start was called more than once for this event without calling stop.",{name:this._name,key:e},true)}this._events[e]=+new Date};e.prototype.stop=function(e,t,n,r){var i=this._events[e];if(isNaN(i)){this._logger.throwInternal(Eo.WARNING,Ao.StopCalledWithoutStart,"stop was called without a corresponding start.",{name:this._name,key:e},true)}else{var a=+new Date;var o=bu.GetDuration(i,a);this.action(e,t,o,n,r)}delete this._events[e];this._events[e]=undefined};return e}();
22
+ /*!
23
+ * Application Insights JavaScript SDK - Channel, 2.5.10
24
+ * Copyright (c) Microsoft and contributors. All rights reserved.
25
+ */var bc=function(){function e(t){var n=[];ss(e,this,(function(e){e.enqueue=function(e){n.push(e)};e.count=function(){return n.length};e.clear=function(){n.length=0};e.getItems=function(){return n.slice(0)};e.batchPayloads=function(e){if(e&&e.length>0){var n=t.emitLineDelimitedJson()?e.join("\n"):"["+e.join(",")+"]";return n}return null};e.markAsSent=function(t){e.clear()};e.clearSent=function(e){}}))}return e}();var wc=function(){function e(t,n){var r=false;var i;ss(e,this,(function(a){var o=c(e.BUFFER_KEY);var s=c(e.SENT_BUFFER_KEY);i=o.concat(s);if(i.length>e.MAX_BUFFER_SIZE){i.length=e.MAX_BUFFER_SIZE}l(e.SENT_BUFFER_KEY,[]);l(e.BUFFER_KEY,i);a.enqueue=function(n){if(i.length>=e.MAX_BUFFER_SIZE){if(!r){t.throwInternal(Eo.WARNING,Ao.SessionStorageBufferFull,"Maximum buffer size reached: "+i.length,true);r=true}return}i.push(n);l(e.BUFFER_KEY,i)};a.count=function(){return i.length};a.clear=function(){i=[];l(e.BUFFER_KEY,[]);l(e.SENT_BUFFER_KEY,[]);r=false};a.getItems=function(){return i.slice(0)};a.batchPayloads=function(e){if(e&&e.length>0){var t=n.emitLineDelimitedJson()?e.join("\n"):"["+e.join(",")+"]";return t}return null};a.markAsSent=function(n){i=u(n,i);l(e.BUFFER_KEY,i);var r=c(e.SENT_BUFFER_KEY);if(r instanceof Array&&n instanceof Array){r=r.concat(n);if(r.length>e.MAX_BUFFER_SIZE){t.throwInternal(Eo.CRITICAL,Ao.SessionStorageBufferFull,"Sent buffer reached its maximum size: "+r.length,true);r.length=e.MAX_BUFFER_SIZE}l(e.SENT_BUFFER_KEY,r)}};a.clearSent=function(t){var n=c(e.SENT_BUFFER_KEY);n=u(t,n);l(e.SENT_BUFFER_KEY,n)};function u(e,t){var n=[];Io.arrForEach(t,(function(t){if(!Io.isFunction(t)&&Io.arrIndexOf(e,t)===-1){n.push(t)}}));return n}function c(e){var r=e;try{r=n.namePrefix&&n.namePrefix()?n.namePrefix()+"_"+r:r;var i=vu.getSessionStorage(t,r);if(i){var a=$a().parse(i);if(Io.isString(a)){a=$a().parse(a)}if(a&&vu.isArray(a)){return a}}}catch(e){t.throwInternal(Eo.CRITICAL,Ao.FailedToRestoreStorageBuffer," storage key: "+r+", "+vu.getExceptionName(e),{exception:vu.dump(e)})}return[]}function l(e,r){var i=e;try{i=n.namePrefix&&n.namePrefix()?n.namePrefix()+"_"+i:i;var a=JSON.stringify(r);vu.setSessionStorage(t,i,a)}catch(e){vu.setSessionStorage(t,i,JSON.stringify([]));t.throwInternal(Eo.WARNING,Ao.FailedToSetStorageBuffer," storage key: "+i+", "+vu.getExceptionName(e)+". Buffer cleared",{exception:vu.dump(e)})}}}))}e.BUFFER_KEY="AI_buffer";e.SENT_BUFFER_KEY="AI_sentBuffer";e.MAX_BUFFER_SIZE=2e3;return e}();
26
+ /*!
27
+ * Application Insights JavaScript SDK - Channel, 2.5.10
28
+ * Copyright (c) Microsoft and contributors. All rights reserved.
29
+ */var xc="baseType";var Sc="baseData";var Cc="properties";var _c="true";var Ic=Io.isNullOrUndefined;function Fc(e,t,n){if(e&&n){e[t]=n;return e[t]}return null}var Tc=function(){function e(){}e.extractPropsAndMeasurements=function(e,t,n){if(!Ic(e)){_o(e,(function(e,r){if(Io.isNumber(r)){n[e]=r}else if(Io.isString(r)){t[e]=r}else if(Ya()){t[e]=$a().stringify(r)}}))}};e.createEnvelope=function(t,n,r,i){var a=new Au(t,i,n);Fc(a,"sampleRate",r[xu]);if((r[Sc]||{}).startTime){a.time=Io.toISOString(r[Sc].startTime)}a.iKey=r.iKey;var o=r.iKey.replace(/-/g,"");a.name=a.name.replace("{0}",o);e.extractPartAExtensions(r,a);r.tags=r.tags||[];return a};e.extractPartAExtensions=function(t,n){var r=n.tags=n.tags||{};var i=t.ext=t.ext||{};var a=t.tags=t.tags||[];var o=i.user;if(o){Fc(r,sc.userAuthUserId,o.authId);Fc(r,sc.userId,o.id||o.localId)}var s=i.app;if(s){Fc(r,sc.sessionId,s.sesId)}var u=i.device;if(u){Fc(r,sc.deviceId,u.id||u.localId);Fc(r,sc.deviceType,u.deviceClass);Fc(r,sc.deviceIp,u.ip);Fc(r,sc.deviceModel,u.model);Fc(r,sc.deviceType,u.deviceType)}var c=t.ext.web;if(c){Fc(r,sc.deviceLanguage,c.browserLang);Fc(r,sc.deviceBrowserVersion,c.browserVer);Fc(r,sc.deviceBrowser,c.browser);var l=n.data=n.data||{};var f=l[Sc]=l[Sc]||{};var d=f[Cc]=f[Cc]||{};Fc(d,"domain",c.domain);Fc(d,"isManual",c.isManual?_c:null);Fc(d,"screenRes",c.screenRes);Fc(d,"userConsent",c.userConsent?_c:null)}var p=i.os;if(p){Fc(r,sc.deviceOS,p.name)}var h=i.trace;if(h){Fc(r,sc.operationParentId,h.parentID);Fc(r,sc.operationName,h.name);Fc(r,sc.operationId,h.traceID)}var v={};for(var m=a.length-1;m>=0;m--){var g=a[m];_o(g,(function(e,t){v[e]=t}));a.splice(m,1)}_o(a,(function(e,t){v[e]=t}));n.tags=__assign({},r,v);if(!n.tags[sc.internalSdkVersion]){n.tags[sc.internalSdkVersion]="javascript:"+e.Version}};e.prototype.Init=function(e,t){this._logger=e;if(Ic(t[Sc])){this._logger.throwInternal(Eo.CRITICAL,Ao.TelemetryEnvelopeInvalid,"telemetryItem.baseData cannot be null.")}};e.Version="2.5.10";return e}();var Ec=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.Create=function(t,n){e.prototype.Init.call(this,t,n);var r=n[Sc].measurements||{};var i=n[Sc][Cc]||{};Tc.extractPropsAndMeasurements(n.data,i,r);var a=n[Sc];if(Ic(a)){t.warnToConsole("Invalid input for dependency data");return null}var o=a[Cc]&&a[Cc][Cu]?a[Cc][Cu]:"GET";var s=new $u(t,a.id,a.target,a.name,a.duration,a.success,a.responseCode,o,a.type,a.correlationContext,i,r);var u=new nc($u.dataType,s);return Tc.createEnvelope(t,$u.envelopeType,n,u)};t.DependencyEnvelopeCreator=new t;return t}(Tc);var Ac=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.Create=function(t,n){e.prototype.Init.call(this,t,n);var r={};var i={};if(n[xc]!==Pu.dataType){r["baseTypeSource"]=n[xc]}if(n[xc]===Pu.dataType){r=n[Sc][Cc]||{};i=n[Sc].measurements||{}}else{if(n[Sc]){Tc.extractPropsAndMeasurements(n[Sc],r,i)}}Tc.extractPropsAndMeasurements(n.data,r,i);var a=n[Sc].name;var o=new Pu(t,a,r,i);var s=new nc(Pu.dataType,o);return Tc.createEnvelope(t,Pu.envelopeType,n,s)};t.EventEnvelopeCreator=new t;return t}(Tc);var kc=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.Create=function(t,n){e.prototype.Init.call(this,t,n);var r=n[Sc].measurements||{};var i=n[Sc][Cc]||{};Tc.extractPropsAndMeasurements(n.data,i,r);var a=n[Sc];var o=ju.CreateFromInterface(t,a,i,r);var s=new nc(ju.dataType,o);return Tc.createEnvelope(t,ju.envelopeType,n,s)};t.ExceptionEnvelopeCreator=new t;return t}(Tc);var Nc=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.Create=function(t,n){e.prototype.Init.call(this,t,n);var r=n[Sc];var i=r[Cc]||{};var a=r.measurements||{};Tc.extractPropsAndMeasurements(n.data,i,a);var o=new Ku(t,r.name,r.average,r.sampleCount,r.min,r.max,i,a);var s=new nc(Ku.dataType,o);return Tc.createEnvelope(t,Ku.envelopeType,n,s)};t.MetricEnvelopeCreator=new t;return t}(Tc);var Pc=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.Create=function(t,n){e.prototype.Init.call(this,t,n);var r="duration";var i;var a=n[Sc];if(!Ic(a)&&!Ic(a[Cc])&&!Ic(a[Cc][r])){i=a[Cc][r];delete a[Cc][r]}else if(!Ic(n.data)&&!Ic(n.data[r])){i=n.data[r];delete n.data[r]}var o=n[Sc];var s;if(((n.ext||{}).trace||{}).traceID){s=n.ext.trace.traceID}var u=o.id||s;var c=o.name;var l=o.uri;var f=o[Cc]||{};var d=o.measurements||{};if(!Ic(o.refUri)){f["refUri"]=o.refUri}if(!Ic(o.pageType)){f["pageType"]=o.pageType}if(!Ic(o.isLoggedIn)){f["isLoggedIn"]=o.isLoggedIn.toString()}if(!Ic(o[Cc])){var p=o[Cc];_o(p,(function(e,t){f[e]=t}))}Tc.extractPropsAndMeasurements(n.data,f,d);var h=new Ju(t,c,l,i,f,d,u);var v=new nc(Ju.dataType,h);return Tc.createEnvelope(t,Ju.envelopeType,n,v)};t.PageViewEnvelopeCreator=new t;return t}(Tc);var Dc=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.Create=function(t,n){e.prototype.Init.call(this,t,n);var r=n[Sc];var i=r.name;var a=r.uri||r.url;var o=r[Cc]||{};var s=r.measurements||{};Tc.extractPropsAndMeasurements(n.data,o,s);var u=new tc(t,i,a,undefined,o,s,r);var c=new nc(tc.dataType,u);return Tc.createEnvelope(t,tc.envelopeType,n,c)};t.PageViewPerformanceEnvelopeCreator=new t;return t}(Tc);var Mc=function(e){__extends(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}t.prototype.Create=function(t,n){e.prototype.Init.call(this,t,n);var r=n[Sc].message;var i=n[Sc].severityLevel;var a=n[Sc][Cc]||{};var o=n[Sc].measurements||{};Tc.extractPropsAndMeasurements(n.data,a,o);var s=new Zu(t,r,i,a,o);var u=new nc(Zu.dataType,s);return Tc.createEnvelope(t,Zu.envelopeType,n,u)};t.TraceEnvelopeCreator=new t;return t}(Tc);
30
+ /*!
31
+ * Application Insights JavaScript SDK - Channel, 2.5.10
32
+ * Copyright (c) Microsoft and contributors. All rights reserved.
33
+ */var Rc=function(){function e(t){ss(e,this,(function(e){e.serialize=function(e){var r=n(e,"root");try{return $a().stringify(r)}catch(e){t.throwInternal(Eo.CRITICAL,Ao.CannotSerializeObject,e&&Io.isFunction(e.toString)?e.toString():"Error serializing object",null,true)}};function n(e,a){var o="__aiCircularRefCheck";var s={};if(!e){t.throwInternal(Eo.CRITICAL,Ao.CannotSerializeObject,"cannot serialize object because it is null or undefined",{name:a},true);return s}if(e[o]){t.throwInternal(Eo.WARNING,Ao.CircularReferenceDetected,"Circular reference detected while serializing object",{name:a},true);return s}if(!e.aiDataContract){if(a==="measurements"){s=i(e,"number",a)}else if(a==="properties"){s=i(e,"string",a)}else if(a==="tags"){s=i(e,"string",a)}else if(vu.isArray(e)){s=r(e,a)}else{t.throwInternal(Eo.WARNING,Ao.CannotSerializeObjectNonSerializable,"Attempting to serialize an object which does not implement ISerializable",{name:a},true);try{$a().stringify(e);s=e}catch(e){t.throwInternal(Eo.CRITICAL,Ao.CannotSerializeObject,e&&Io.isFunction(e.toString)?e.toString():"Error serializing object",null,true)}}return s}e[o]=true;_o(e.aiDataContract,(function(i,o){var u=Io.isFunction(o)?o()&su.Required:o&su.Required;var c=Io.isFunction(o)?o()&su.Hidden:o&su.Hidden;var l=o&su.Array;var f=e[i]!==undefined;var d=Io.isObject(e[i])&&e[i]!==null;if(u&&!f&&!l){t.throwInternal(Eo.CRITICAL,Ao.MissingRequiredFieldSpecification,"Missing required field specification. The field is required but not present on source",{field:i,name:a})}else if(!c){var p=void 0;if(d){if(l){p=r(e[i],i)}else{p=n(e[i],i)}}else{p=e[i]}if(p!==undefined){s[i]=p}}}));delete e[o];return s}function r(e,r){var i;if(!!e){if(!vu.isArray(e)){t.throwInternal(Eo.CRITICAL,Ao.ItemNotInArray,"This field was specified as an array in the contract but the item is not an array.\r\n",{name:r},true)}else{i=[];for(var a=0;a<e.length;a++){var o=e[a];var s=n(o,r+"["+a+"]");i.push(s)}}}return i}function i(e,n,r){var i;if(e){i={};_o(e,(function(e,a){if(n==="string"){if(a===undefined){i[e]="undefined"}else if(a===null){i[e]="null"}else if(!a.toString){i[e]="invalid field: toString() is not defined."}else{i[e]=a.toString()}}else if(n==="number"){if(a===undefined){i[e]="undefined"}else if(a===null){i[e]="null"}else{var o=parseFloat(a);if(isNaN(o)){i[e]="NaN"}else{i[e]=o}}}else{i[e]="invalid field: "+r+" is of unknown type.";t.throwInternal(Eo.CRITICAL,i[e],null,true)}}))}return i}}))}return e}();
34
+ /*!
35
+ * Application Insights JavaScript SDK - Channel, 2.5.10
36
+ * Copyright (c) Microsoft and contributors. All rights reserved.
37
+ */var Oc=function(){function e(){var t=ja();var n=qa();var r=false;var i=true;ss(e,this,(function(e){try{if(t){if(To.Attach(t,"online",o)){To.Attach(t,"offline",s);r=true}}if(n){var a=n.body||n;if(!Io.isUndefined(a.ononline)){a.ononline=o;a.onoffline=s;r=true}}}catch(e){r=false}e.isListening=r;e.isOnline=function(){var e=true;var t=Ha();if(r){e=i}else if(t&&!Io.isNullOrUndefined(t.onLine)){e=t.onLine}return e};e.isOffline=function(){return!e.isOnline()};function o(){i=true}function s(){i=false}}))}e.Offline=new e;return e}();var Lc=Oc.Offline;
38
+ /*!
39
+ * Application Insights JavaScript SDK - Channel, 2.5.10
40
+ * Copyright (c) Microsoft and contributors. All rights reserved.
41
+ */var Uc=function(){function e(){}e.prototype.getHashCodeScore=function(t){var n=this.getHashCode(t)/e.INT_MAX_VALUE;return n*100};e.prototype.getHashCode=function(t){if(t===""){return 0}while(t.length<e.MIN_INPUT_LENGTH){t=t.concat(t)}var n=5381;for(var r=0;r<t.length;++r){n=(n<<5)+n+t.charCodeAt(r);n=n&n}return Math.abs(n)};e.INT_MAX_VALUE=2147483647;e.MIN_INPUT_LENGTH=8;return e}();
42
+ /*!
43
+ * Application Insights JavaScript SDK - Channel, 2.5.10
44
+ * Copyright (c) Microsoft and contributors. All rights reserved.
45
+ */var Bc=function(){function e(){this.hashCodeGeneragor=new Uc;this.keys=new ic}e.prototype.getSamplingScore=function(e){var t=0;if(e.tags&&e.tags[this.keys.userId]){t=this.hashCodeGeneragor.getHashCodeScore(e.tags[this.keys.userId])}else if(e.ext&&e.ext.user&&e.ext.user.id){t=this.hashCodeGeneragor.getHashCodeScore(e.ext.user.id)}else if(e.tags&&e.tags[this.keys.operationId]){t=this.hashCodeGeneragor.getHashCodeScore(e.tags[this.keys.operationId])}else if(e.ext&&e.ext.telemetryTrace&&e.ext.telemetryTrace.traceID){t=this.hashCodeGeneragor.getHashCodeScore(e.ext.telemetryTrace.traceID)}else{t=Math.random()*100}return t};return e}();
46
+ /*!
47
+ * Application Insights JavaScript SDK - Channel, 2.5.10
48
+ * Copyright (c) Microsoft and contributors. All rights reserved.
49
+ */var jc=function(){function e(e,t){this.INT_MAX_VALUE=2147483647;this._logger=Io.isNullOrUndefined(t)?new hs:t;if(e>100||e<0){this._logger.throwInternal(Eo.WARNING,Ao.SampleRateOutOfRange,"Sampling rate is out of range (0..100). Sampling will be disabled, you may be sending too much data which may affect your AI service level.",{samplingRate:e},true);this.sampleRate=100}this.sampleRate=e;this.samplingScoreGenerator=new Bc}e.prototype.isSampledIn=function(e){var t=this.sampleRate;var n=false;if(t===null||t===undefined||t>=100){return true}else if(e.baseType===Ku.dataType){return true}n=this.samplingScoreGenerator.getSamplingScore(e)<t;return n};return e}();
50
+ /*!
51
+ * Application Insights JavaScript SDK - Channel, 2.5.10
52
+ * Copyright (c) Microsoft and contributors. All rights reserved.
53
+ */function Vc(e){try{return e.responseText}catch(e){}return null}var qc=function(e){__extends(t,e);function t(){var n=e.call(this)||this;n.priority=1001;n.identifier=cc;n._XMLHttpRequestSupported=false;var r;var i;var a;var o;ss(t,n,(function(e,s){function u(){throw new Error("Method not implemented.")}e.pause=u;e.resume=u;e.flush=function(){try{e.triggerSend(true,null,1)}catch(t){e.diagLog().throwInternal(Eo.CRITICAL,Ao.FlushFailed,"flush failed, telemetry will not be collected: "+vu.getExceptionName(t),{exception:vu.dump(t)})}};e.onunloadFlush=function(){if((e._senderConfig.onunloadDisableBeacon()===false||e._senderConfig.isBeaconApiDisabled()===false)&&vu.IsBeaconApiSupported()){try{e.triggerSend(true,l,2)}catch(t){e.diagLog().throwInternal(Eo.CRITICAL,Ao.FailedToSendQueuedTelemetry,"failed to flush with beacon sender on page unload, telemetry will not be collected: "+vu.getExceptionName(t),{exception:vu.dump(t)})}}else{e.flush()}};e.teardown=u;e.initialize=function(n,a,u,c){s.initialize(n,a,u,c);var d=e._getTelCtx();var p=e.identifier;o=new Rc(a.logger);r=0;i=null;e._sender=null;var h=t._getDefaultAppInsightsChannelConfig();e._senderConfig=t._getEmptyAppInsightsChannelConfig();_o(h,(function(t,n){e._senderConfig[t]=function(){return d.getConfig(p,t,n())}}));e._buffer=e._senderConfig.enableSessionStorageBuffer()&&vu.canUseSessionStorage()?new wc(e.diagLog(),e._senderConfig):new bc(e._senderConfig);e._sample=new jc(e._senderConfig.samplingPercentage(),e.diagLog());if(!S(n)){e.diagLog().throwInternal(Eo.CRITICAL,Ao.InvalidInstrumentationKey,"Invalid Instrumentation key "+n.instrumentationKey)}if(!e._senderConfig.isBeaconApiDisabled()&&vu.IsBeaconApiSupported()){e._sender=l}else{if(typeof XMLHttpRequest!==undefined){var v=Ua("XMLHttpRequest");if(v){var m=new v;if("withCredentials"in m){e._sender=f;e._XMLHttpRequestSupported=true}else if(typeof XDomainRequest!==undefined){e._sender=y}}}}};e.processTelemetry=function(n,r){r=e._getTelCtx(r);try{if(e._senderConfig.disableTelemetry()){return}if(!n){r.diagLog().throwInternal(Eo.CRITICAL,Ao.CannotSendEmptyTelemetry,"Cannot send empty telemetry");return}if(n.baseData&&!n.baseType){r.diagLog().throwInternal(Eo.CRITICAL,Ao.InvalidEvent,"Cannot send telemetry without baseData and baseType");return}if(!n.baseType){n.baseType="EventData"}if(!e._sender){r.diagLog().throwInternal(Eo.CRITICAL,Ao.SenderNotInitialized,"Sender was not initialized");return}if(!c(n)){r.diagLog().throwInternal(Eo.WARNING,Ao.TelemetrySampledAndNotSent,"Telemetry item was sampled out and not sent",{SampleRate:e._sample.sampleRate});return}else{n[xu]=e._sample.sampleRate}var i=t.constructEnvelope(n,e._senderConfig.instrumentationKey(),r.diagLog());if(!i){r.diagLog().throwInternal(Eo.CRITICAL,Ao.CreateEnvelopeError,"Unable to create an AppInsights envelope");return}var a=false;if(n.tags&&n.tags[Su]){Io.arrForEach(n.tags[Su],(function(e){try{if(e&&e(i)===false){a=true;r.diagLog().warnToConsole("Telemetry processor check returns false")}}catch(e){r.diagLog().throwInternal(Eo.CRITICAL,Ao.TelemetryInitializerFailed,"One of telemetry initializers failed, telemetry item will not be sent: "+vu.getExceptionName(e),{exception:vu.dump(e)},true)}}));delete n.tags[Su]}if(a){return}var s=o.serialize(i);var u=e._buffer.getItems();var l=e._buffer.batchPayloads(u);if(l&&l.length+s.length>e._senderConfig.maxBatchSizeInBytes()){e.triggerSend(true,null,10)}e._buffer.enqueue(s);v()}catch(e){r.diagLog().throwInternal(Eo.WARNING,Ao.FailedAddingTelemetryToBuffer,"Failed adding telemetry to the sender's buffer, some telemetry will be lost: "+vu.getExceptionName(e),{exception:vu.dump(e)})}e.processNext(n,r)};e._xhrReadyStateChange=function(t,n,i){if(t.readyState===4){var a=null;if(!e._appId){a=d(Vc(t)||t.response);if(a&&a.appId){e._appId=a.appId}}if((t.status<200||t.status>=300)&&t.status!==0){if(!e._senderConfig.isRetryDisabled()&&m(t.status)){p(n);e.diagLog().throwInternal(Eo.WARNING,Ao.TransmissionFailed,". "+"Response code "+t.status+". Will retry to send "+n.length+" items.")}else{e._onError(n,g(t))}}else if(Lc.isOffline()){if(!e._senderConfig.isRetryDisabled()){var o=10;p(n,o);e.diagLog().throwInternal(Eo.WARNING,Ao.TransmissionFailed,". Offline - Response Code: "+t.status+". Offline status: "+Lc.isOffline()+". Will retry to send "+n.length+" items.")}}else{if(t.status===206){if(!a){a=d(Vc(t)||t.response)}if(a&&!e._senderConfig.isRetryDisabled()){e._onPartialSuccess(n,a)}else{e._onError(n,g(t))}}else{r=0;e._onSuccess(n,i)}}}};e.triggerSend=function(t,r,o){if(t===void 0){t=true}try{if(!e._senderConfig.disableTelemetry()){if(e._buffer.count()>0){var s=e._buffer.getItems();x(o||0,t);if(r){r.call(n,s,t)}else{e._sender(s,t)}}}else{e._buffer.clear()}clearTimeout(a);a=null;i=null}catch(t){var u=vu.getIEVersion();if(!u||u>9){e.diagLog().throwInternal(Eo.CRITICAL,Ao.TransmissionFailed,"Telemetry transmission failed, some telemetry will be lost: "+vu.getExceptionName(t),{exception:vu.dump(t)})}}};e._onError=function(t,n,r){e.diagLog().throwInternal(Eo.WARNING,Ao.OnError,"Failed to send telemetry.",{message:n});e._buffer.clearSent(t)};e._onPartialSuccess=function(t,n){var r=[];var i=[];var a=n.errors.reverse();for(var o=0,s=a;o<s.length;o++){var u=s[o];var c=t.splice(u.index,1)[0];if(m(u.statusCode)){i.push(c)}else{r.push(c)}}if(t.length>0){e._onSuccess(t,n.itemsAccepted)}if(r.length>0){e._onError(r,g(null,["partial success",n.itemsAccepted,"of",n.itemsReceived].join(" ")))}if(i.length>0){p(i);e.diagLog().throwInternal(Eo.WARNING,Ao.TransmissionFailed,"Partial success. "+"Delivered: "+t.length+", Failed: "+r.length+". Will retry to send "+i.length+" our of "+n.itemsReceived+" items")}};e._onSuccess=function(t,n){e._buffer.clearSent(t)};e._xdrOnLoad=function(t,n){var i=Vc(t);if(t&&(i+""==="200"||i==="")){r=0;e._onSuccess(n,0)}else{var a=d(i);if(a&&a.itemsReceived&&a.itemsReceived>a.itemsAccepted&&!e._senderConfig.isRetryDisabled()){e._onPartialSuccess(n,a)}else{e._onError(n,b(t))}}};function c(t){return e._sample.isSampledIn(t)}function l(t,n){var r=e._senderConfig.endpointUrl();var i=e._buffer.batchPayloads(t);var a=new Blob([i],{type:"text/plain;charset=UTF-8"});var o=Ha().sendBeacon(r,a);if(o){e._buffer.markAsSent(t);e._onSuccess(t,t.length)}else{f(t,true);e.diagLog().throwInternal(Eo.WARNING,Ao.TransmissionFailed,". "+"Failed to send telemetry with Beacon API, retried with xhrSender.")}}function f(t,n){var r=new XMLHttpRequest;var i=e._senderConfig.endpointUrl();try{r[wu]=true}catch(e){}r.open("POST",i,n);r.setRequestHeader("Content-type","application/json");if(vu.isInternalApplicationInsightsEndpoint(i)){r.setRequestHeader(cu.sdkContextHeader,cu.sdkContextHeaderAppIdRequest)}r.onreadystatechange=function(){return e._xhrReadyStateChange(r,t,t.length)};r.onerror=function(n){return e._onError(t,g(r),n)};var a=e._buffer.batchPayloads(t);r.send(a);e._buffer.markAsSent(t)}function d(t){try{if(t&&t!==""){var n=$a().parse(t);if(n&&n.itemsReceived&&n.itemsReceived>=n.itemsAccepted&&n.itemsReceived-n.itemsAccepted===n.errors.length){return n}}}catch(n){e.diagLog().throwInternal(Eo.CRITICAL,Ao.InvalidBackendResponse,"Cannot parse the response. "+vu.getExceptionName(n),{response:t})}return null}function p(t,n){if(n===void 0){n=1}if(!t||t.length===0){return}e._buffer.clearSent(t);r++;for(var i=0,a=t;i<a.length;i++){var o=a[i];e._buffer.enqueue(o)}h(n);v()}function h(e){var t=10;var n;if(r<=1){n=t}else{var a=(Math.pow(2,r)-1)/2;var o=Math.floor(Math.random()*a*t)+1;o=e*o;n=Math.max(Math.min(o,3600),t)}var s=Io.dateNow()+n*1e3;i=s}function v(){if(!a){var t=i?Math.max(0,i-Io.dateNow()):0;var n=Math.max(e._senderConfig.maxBatchInterval(),t);a=setTimeout((function(){e.triggerSend(true,null,1)}),n)}}function m(e){return e===408||e===429||e===500||e===503}function g(e,t){if(e){return"XMLHttpRequest,Status:"+e.status+",Response:"+Vc(e)||e.response||""}return t}function y(t,n){var r=ja();var i=new XDomainRequest;i.onload=function(){return e._xdrOnLoad(i,t)};i.onerror=function(n){return e._onError(t,b(i),n)};var a=r&&r.location&&r.location.protocol||"";if(e._senderConfig.endpointUrl().lastIndexOf(a,0)!==0){e.diagLog().throwInternal(Eo.WARNING,Ao.TransmissionFailed,". "+"Cannot send XDomain request. The endpoint URL protocol doesn't match the hosting page protocol.");e._buffer.clear();return}var o=e._senderConfig.endpointUrl().replace(/^(https?:)/,"");i.open("POST",o);var s=e._buffer.batchPayloads(t);i.send(s);e._buffer.markAsSent(t)}function b(e,t){if(e){return"XDomainRequest,Response:"+Vc(e)||""}return t}function w(){var t="getNotifyMgr";if(e.core[t]){return e.core[t]()}return e.core["_notificationManager"]}function x(t,n){var r=w();if(r&&r.eventsSendRequest){try{r.eventsSendRequest(t,n)}catch(t){e.diagLog().throwInternal(Eo.CRITICAL,Ao.NotificationException,"send request notification failed: "+vu.getExceptionName(t),{exception:vu.dump(t)})}}}function S(e){var t=Io.isNullOrUndefined(e.disableInstrumentaionKeyValidation)?false:e.disableInstrumentaionKeyValidation;if(t){return true}var n="^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$";var r=new RegExp(n);return r.test(e.instrumentationKey)}}));return n}t.constructEnvelope=function(e,t,n){var r;if(t!==e.iKey&&!Io.isNullOrUndefined(t)){r=__assign({},e,{iKey:t})}else{r=e}switch(r.baseType){case Pu.dataType:return Ac.EventEnvelopeCreator.Create(n,r);case Zu.dataType:return Mc.TraceEnvelopeCreator.Create(n,r);case Ju.dataType:return Pc.PageViewEnvelopeCreator.Create(n,r);case tc.dataType:return Dc.PageViewPerformanceEnvelopeCreator.Create(n,r);case ju.dataType:return kc.ExceptionEnvelopeCreator.Create(n,r);case Ku.dataType:return Nc.MetricEnvelopeCreator.Create(n,r);case $u.dataType:return Ec.DependencyEnvelopeCreator.Create(n,r);default:return Ac.EventEnvelopeCreator.Create(n,r)}};t._getDefaultAppInsightsChannelConfig=function(){return{endpointUrl:function(){return"https://dc.services.visualstudio.com/v2/track"},emitLineDelimitedJson:function(){return false},maxBatchInterval:function(){return 15e3},maxBatchSizeInBytes:function(){return 102400},disableTelemetry:function(){return false},enableSessionStorageBuffer:function(){return true},isRetryDisabled:function(){return false},isBeaconApiDisabled:function(){return true},onunloadDisableBeacon:function(){return false},instrumentationKey:function(){return undefined},namePrefix:function(){return undefined},samplingPercentage:function(){return 100}}};t._getEmptyAppInsightsChannelConfig=function(){return{endpointUrl:undefined,emitLineDelimitedJson:undefined,maxBatchInterval:undefined,maxBatchSizeInBytes:undefined,disableTelemetry:undefined,enableSessionStorageBuffer:undefined,isRetryDisabled:undefined,isBeaconApiDisabled:undefined,onunloadDisableBeacon:undefined,instrumentationKey:undefined,namePrefix:undefined,samplingPercentage:undefined}};return t}(As);var zc=function(){function e(){}return e}();var Hc=function(){function e(t,n){var r=this;if(Io.isNullOrUndefined(n)){this._logger=new hs}else{this._logger=n}if(!t){t={}}if(!(typeof t.sessionExpirationMs==="function")){t.sessionExpirationMs=function(){return e.acquisitionSpan}}if(!(typeof t.sessionRenewalMs==="function")){t.sessionRenewalMs=function(){return e.renewalSpan}}this.config=t;this._storageNamePrefix=function(){return r.config.namePrefix&&r.config.namePrefix()?e.cookieNameConst+r.config.namePrefix():e.cookieNameConst};this.automaticSession=new zc}e.prototype.update=function(){if(!this.automaticSession.id){this.initializeAutomaticSession()}var t=(new Date).getTime();var n=this.config.sessionExpirationMs()===0?false:t-this.automaticSession.acquisitionDate>this.config.sessionExpirationMs();var r=this.config.sessionExpirationMs()===0?false:t-this.automaticSession.renewalDate>this.config.sessionRenewalMs();if(n||r){this.renew()}else{if(!this.cookieUpdatedTimestamp||t-this.cookieUpdatedTimestamp>e.cookieUpdateInterval){this.automaticSession.renewalDate=t;this.setCookie(this.automaticSession.id,this.automaticSession.acquisitionDate,this.automaticSession.renewalDate)}}};e.prototype.backup=function(){this.setStorage(this.automaticSession.id,this.automaticSession.acquisitionDate,this.automaticSession.renewalDate)};e.prototype.initializeAutomaticSession=function(){var e=vu.getCookie(this._logger,this._storageNamePrefix());if(e&&typeof e.split==="function"){this.initializeAutomaticSessionWithData(e)}else{var t=vu.getStorage(this._logger,this._storageNamePrefix());if(t){this.initializeAutomaticSessionWithData(t)}}if(!this.automaticSession.id){this.renew()}};e.prototype.initializeAutomaticSessionWithData=function(e){var t=e.split("|");if(t.length>0){this.automaticSession.id=t[0]}try{if(t.length>1){var n=+t[1];this.automaticSession.acquisitionDate=+new Date(n);this.automaticSession.acquisitionDate=this.automaticSession.acquisitionDate>0?this.automaticSession.acquisitionDate:0}if(t.length>2){var r=+t[2];this.automaticSession.renewalDate=+new Date(r);this.automaticSession.renewalDate=this.automaticSession.renewalDate>0?this.automaticSession.renewalDate:0}}catch(e){this._logger.throwInternal(Eo.CRITICAL,Ao.ErrorParsingAISessionCookie,"Error parsing ai_session cookie, session will be reset: "+vu.getExceptionName(e),{exception:vu.dump(e)})}if(this.automaticSession.renewalDate===0){this._logger.throwInternal(Eo.WARNING,Ao.SessionRenewalDateIsZero,"AI session renewal date is 0, session will be reset.")}};e.prototype.renew=function(){var e=(new Date).getTime();this.automaticSession.id=vu.newId(this.config&&this.config.idLength?this.config.idLength():22);this.automaticSession.acquisitionDate=e;this.automaticSession.renewalDate=e;this.setCookie(this.automaticSession.id,this.automaticSession.acquisitionDate,this.automaticSession.renewalDate);if(!vu.canUseLocalStorage()){this._logger.throwInternal(Eo.WARNING,Ao.BrowserDoesNotSupportLocalStorage,"Browser does not support local storage. Session durations will be inaccurate.")}};e.prototype.setCookie=function(e,t,n){var r=t+this.config.sessionExpirationMs();var i=n+this.config.sessionRenewalMs();var a=new Date;var o=[e,t,n];if(r<i){a.setTime(r)}else{a.setTime(i)}var s=this.config.cookieDomain?this.config.cookieDomain():null;var u=this.config.sessionExpirationMs()===0?"0":a.toUTCString();vu.setCookie(this._logger,this._storageNamePrefix(),o.join("|")+";expires="+u,s);this.cookieUpdatedTimestamp=(new Date).getTime()};e.prototype.setStorage=function(e,t,n){vu.setStorage(this._logger,this._storageNamePrefix(),[e,t,n].join("|"))};e.acquisitionSpan=864e5;e.renewalSpan=18e5;e.cookieUpdateInterval=6e4;e.cookieNameConst="ai_session";return e}();var Wc=function(){function e(){}return e}();var Gc=function(){function e(){this.id="browser";this.deviceClass="Browser"}return e}();var Kc="2.5.10";var Xc=function(){function e(e){this.sdkVersion=(e.sdkExtension&&e.sdkExtension()?e.sdkExtension()+"_":"")+"javascript:"+Kc}return e}();var Jc=function(){function e(t,n){this.isNewUser=false;this._logger=n;var r=vu.getCookie(this._logger,e.userCookieName);if(r){this.isNewUser=false;var i=r.split(e.cookieSeparator);if(i.length>0){this.id=i[0]}}this.config=t;if(!this.id){this.id=Io.newId(t&&t.idLength?t.idLength():22);var a=new Date;var o=Io.toISOString(a);this.accountAcquisitionDate=o;this.isNewUser=true;a.setTime(a.getTime()+31536e6);var s=[this.id,o];var u=this.config.cookieDomain?this.config.cookieDomain():undefined;vu.setCookie(this._logger,e.userCookieName,s.join(e.cookieSeparator)+";expires="+a.toUTCString(),u);var c=t.namePrefix&&t.namePrefix()?t.namePrefix()+"ai_session":"ai_session";vu.removeStorage(this._logger,c)}this.accountId=t.accountId?t.accountId():undefined;var l=vu.getCookie(this._logger,e.authUserCookieName);if(l){l=decodeURI(l);var f=l.split(e.cookieSeparator);if(f[0]){this.authenticatedId=f[0]}if(f.length>1&&f[1]){this.accountId=f[1]}}}e.prototype.setAuthenticatedUserContext=function(t,n,r){if(r===void 0){r=false}var i=!this.validateUserInput(t)||n&&!this.validateUserInput(n);if(i){this._logger.throwInternal(Eo.WARNING,Ao.SetAuthContextFailedAccountName,"Setting auth user context failed. "+"User auth/account id should be of type string, and not contain commas, semi-colons, equal signs, spaces, or vertical-bars.",true);return}this.authenticatedId=t;var a=this.authenticatedId;if(n){this.accountId=n;a=[this.authenticatedId,this.accountId].join(e.cookieSeparator)}if(r){vu.setCookie(this._logger,e.authUserCookieName,encodeURI(a),this.config.cookieDomain())}};e.prototype.clearAuthenticatedUserContext=function(){this.authenticatedId=null;this.accountId=null;vu.deleteCookie(this._logger,e.authUserCookieName)};e.prototype.validateUserInput=function(e){if(typeof e!=="string"||!e||e.match(/,|;|=| |\|/)){return false}return true};e.cookieSeparator="|";e.userCookieName="ai_user";e.authUserCookieName="ai_authUser";return e}();var Yc=function(){function e(){}return e}();var $c=function(){function e(e,t,n,r){this.traceID=e||vu.generateW3CId();this.parentID=t;this.name=n;var i=Ka();if(!n&&i&&i.pathname){this.name=i.pathname}this.name=lu.sanitizeString(r,this.name)}return e}();var Qc=function(){function e(e,t){var n=this;n.application=new Wc;n.internal=new Xc(t);if(Ba()){n.sessionManager=new Hc(t,e);n.device=new Gc;n.location=new Yc;n.user=new Jc(t,e);n.telemetryTrace=new $c(undefined,undefined,undefined,e);n.session=new zc}n.appId=function(){return null}}e.prototype.applySessionContext=function(e,t){var n=this.session;var r=this.sessionManager;var i=n||r&&r.automaticSession;if(i){if(Io.isString(i.id)){e.ext.app.sesId=i.id}}if(n){if(Io.isString(n.id)){e.ext.app.sesId=n.id}else{e.ext.app.sesId=r.automaticSession.id}}};e.prototype.applyOperatingSystemContxt=function(e,t){var n=this.os;if(n&&n.name){e.ext.os=n}};e.prototype.applyApplicationContext=function(e,t){var n=this.application;if(n){if(Io.isString(n.ver)){e.tags[sc.applicationVersion]=n.ver}if(Io.isString(n.build)){e.tags[sc.applicationBuild]=n.build}}};e.prototype.applyDeviceContext=function(e,t){var n=this.device;if(n){if(Io.isString(n.id)){e.ext.device.localId=n.id}if(Io.isString(n.ip)){e.ext.device.ip=n.ip}if(Io.isString(n.model)){e.ext.device.model=n.model}if(Io.isString(n.deviceClass)){e.ext.device.deviceClass=n.deviceClass}}};e.prototype.applyInternalContext=function(e,t){var n=this.internal;if(n){if(Io.isString(n.agentVersion)){e.tags[sc.internalAgentVersion]=n.agentVersion}if(Io.isString(n.sdkVersion)){e.tags[sc.internalSdkVersion]=n.sdkVersion}if(e.baseType===ps.dataType||e.baseType===Ju.dataType){if(Io.isString(n.snippetVer)){e.tags[sc.internalSnippet]=n.snippetVer}if(Io.isString(n.sdkSrc)){e.tags[sc.internalSdkSrc]=n.sdkSrc}}}};e.prototype.applyLocationContext=function(e,t){var n=this.location;if(n){if(Io.isString(n.ip)){e.tags[sc.locationIp]=n.ip}}};e.prototype.applyOperationContext=function(e,t){var n=this.telemetryTrace;if(n){var r=e.ext.trace||{traceID:undefined,parentID:undefined};if(Io.isString(n.traceID)){r.traceID=n.traceID}if(Io.isString(n.name)){r.name=n.name}if(Io.isString(n.parentID)){r.parentID=n.parentID}e.ext.trace=r}};e.prototype.applyWebContext=function(e,t){var n=this.web;if(n){e.ext.web=e.ext.web||{};e.ext.web=n}};e.prototype.applyUserContext=function(e,t){var n=this.user;if(n){if(!e.tags){e.tags=[]}if(Io.isString(n.accountId)){e.tags[sc.userAccountId]=n.accountId}if(Io.isString(n.id)){e.ext.user.id=n.id}if(Io.isString(n.authenticatedId)){e.ext.user.authId=n.authenticatedId}}};e.prototype.cleanUp=function(e,t){if(e.ext[oc.DeviceExt]&&Io.objKeys(e.ext[oc.DeviceExt]).length===0){delete e.ext[oc.DeviceExt]}if(e.ext[oc.UserExt]&&Io.objKeys(e.ext[oc.UserExt]).length===0){delete e.ext[oc.UserExt]}if(e.ext[oc.WebExt]&&Io.objKeys(e.ext[oc.WebExt]).length===0){delete e.ext[oc.WebExt]}if(e.ext[oc.OSExt]&&Io.objKeys(e.ext[oc.OSExt]).length===0){delete e.ext[oc.OSExt]}if(e.ext[oc.AppExt]&&Io.objKeys(e.ext[oc.AppExt]).length===0){delete e.ext[oc.AppExt]}if(e.ext[oc.TraceExt]&&Io.objKeys(e.ext[oc.TraceExt]).length===0){delete e.ext[oc.TraceExt]}};return e}();var Zc=function(e){__extends(t,e);function t(){var t=e!==null&&e.apply(this,arguments)||this;t.priority=110;t.identifier=uc;return t}t.getDefaultConfig=function(){var e={instrumentationKey:function(){return undefined},accountId:function(){return null},sessionRenewalMs:function(){return 30*60*1e3},samplingPercentage:function(){return 100},sessionExpirationMs:function(){return 24*60*60*1e3},cookieDomain:function(){return null},sdkExtension:function(){return null},isBrowserLinkTrackingEnabled:function(){return false},appId:function(){return null},namePrefix:function(){return undefined},idLength:function(){return 22}};return e};t.prototype.initialize=function(n,r,i,a){var o=this;e.prototype.initialize.call(this,n,r,i,a);var s=this._getTelCtx();var u=this.identifier;var c=t.getDefaultConfig();this._extensionConfig=this._extensionConfig||t.getDefaultConfig();_o(c,(function(e,t){o._extensionConfig[e]=function(){return s.getConfig(u,e,t())}}));this.context=new Qc(r.logger,this._extensionConfig);this._breezeChannel=vu.getExtension(i,cc);this.context.appId=function(){return o._breezeChannel?o._breezeChannel["_appId"]:null}};t.prototype.processTelemetry=function(e,t){if(Io.isNullOrUndefined(e));else{t=this._getTelCtx(t);if(e.name===Ju.envelopeType){t.diagLog().resetInternalMessageCount()}if(this.context.session){if(typeof this.context.session.id!=="string"){this.context.sessionManager.update()}}this._processTelemetryInternal(e,t);if(this.context&&this.context.user&&this.context.user.isNewUser){this.context.user.isNewUser=false;var n=new ps(Ao.SendBrowserInfoOnUserInit,(Ha()||{}).userAgent||"");t.diagLog().logInternalMessage(Eo.CRITICAL,n)}this.processNext(e,t)}};t.prototype._processTelemetryInternal=function(e,t){if(!e.tags){e.tags=[]}if(!e.ext){e.ext={}}var n=e.ext;n[oc.DeviceExt]=n[oc.DeviceExt]||{};n[oc.WebExt]=n[oc.WebExt]||{};n[oc.UserExt]=n[oc.UserExt]||{};n[oc.OSExt]=n[oc.OSExt]||{};n[oc.AppExt]=n[oc.AppExt]||{};n[oc.TraceExt]=n[oc.TraceExt]||{};var r=this.context;r.applySessionContext(e,t);r.applyApplicationContext(e,t);r.applyDeviceContext(e,t);r.applyOperationContext(e,t);r.applyUserContext(e,t);r.applyOperatingSystemContxt(e,t);r.applyWebContext(e,t);r.applyLocationContext(e,t);r.applyInternalContext(e,t);r.cleanUp(e,t)};return t}(As);
54
+ /*!
55
+ * Application Insights JavaScript SDK - Dependencies Plugin, 2.5.10
56
+ * Copyright (c) Microsoft and contributors. All rights reserved.
57
+ */var el="properties";var tl=Io.objKeys;var nl=Io.arrForEach;function rl(e,t,n){var r=0;var i=e[t];var a=e[n];if(i&&a){r=bu.GetDuration(i,a)}return r}function il(e,t,n,r,i){var a=0;var o=rl(n,r,i);if(o){a=al(e,t,vu.msToTimeSpan(o))}return a}function al(e,t,n){var r="ajaxPerf";var i=0;if(e&&t&&n){var a=e[r]=e[r]||{};a[t]=n;i=1}return i}function ol(e,t){var n=e.perfTiming;var r=t[el]||{};var i=0;var a=Io.isString;var o="name";var s="Start";var u="End";var c="domainLookup";var l="connect";var f="redirect";var d="request";var p="response";var h="duration";var v="startTime";var m=c+s;var g=c+u;var y=l+s;var b=l+u;var w=d+s;var x=d+u;var S=p+s;var C=p+u;var _=f+s;var I=f=u;var F="transferSize";var T="encodedBodySize";var E="decodedBodySize";var A="serverTiming";if(n){i|=il(r,f,n,_,I);i|=il(r,c,n,m,g);i|=il(r,l,n,y,b);i|=il(r,d,n,w,x);i|=il(r,p,n,S,C);i|=il(r,"networkConnect",n,v,b);i|=il(r,"sentRequest",n,w,C);var k=n[h];if(!k){k=rl(n,v,C)||0}i|=al(r,h,k);i|=al(r,"perfTotal",k);var N=n[A];if(N){var P={};nl(N,(function(e,t){var n=Co(e[o]||""+t);var r=P[n]||{};_o(e,(function(e,t){if(e!==o&&a(t)||Io.isNumber(t)){if(r[e]){t=r[e]+";"+t}if(t||!a(t)){r[e]=t}}}));P[n]=r}));i|=al(r,A,P)}i|=al(r,F,n[F]);i|=al(r,T,n[T]);i|=al(r,E,n[E])}else{if(e.perfMark){i|=al(r,"missing",e.perfAttempts)}}if(i){t[el]=r}}var sl=function(){function e(){var e=this;e.openDone=false;e.setRequestHeaderDone=false;e.sendDone=false;e.abortDone=false;e.stateChangeAttached=false}return e}();var ul=function(){function e(t,n,r){var i=this;var a=r;var o="responseText";i.perfMark=null;i.completed=false;i.requestHeadersSize=null;i.requestHeaders=null;i.responseReceivingDuration=null;i.callbackDuration=null;i.ajaxTotalDuration=null;i.aborted=0;i.pageUrl=null;i.requestUrl=null;i.requestSize=0;i.method=null;i.status=null;i.requestSentTime=null;i.responseStartedTime=null;i.responseFinishedTime=null;i.callbackFinishedTime=null;i.endTime=null;i.xhrMonitoringState=new sl;i.clientFailure=0;i.traceID=t;i.spanID=n;ss(e,i,(function(e){e.getAbsoluteUrl=function(){return e.requestUrl?mu.getAbsoluteUrl(e.requestUrl):null};e.getPathName=function(){return e.requestUrl?lu.sanitizeUrl(a,mu.getCompleteUrl(e.method,e.requestUrl)):null};e.CreateTrackItem=function(t,n,r){e.ajaxTotalDuration=Math.round(bu.GetDuration(e.requestSentTime,e.responseFinishedTime)*1e3)/1e3;if(e.ajaxTotalDuration<0){return null}var i=(c={id:"|"+e.traceID+"."+e.spanID,target:e.getAbsoluteUrl(),name:e.getPathName(),type:t,duration:e.ajaxTotalDuration,success:+e.status>=200&&+e.status<400,responseCode:+e.status,method:e.method},c[el]={HttpMethod:e.method},c);ol(e,i);if(n){if(tl(e.requestHeaders).length>0){i[el]=i[el]||{};i[el].requestHeaders=e.requestHeaders}}if(r){var a=r();if(a){var s=a.correlationContext;if(s){i.correlationContext=s}if(a.headerMap){if(tl(a.headerMap).length>0){i[el]=i[el]||{};i[el].responseHeaders=a.headerMap}}if(e.status>=400){var u=a.type;i[el]=i[el]||{};if(u===""||u==="text"){i[el][o]=a[o]?a.statusText+" - "+a[o]:a.statusText}if(u==="json"){i[el][o]=a.response?a.statusText+" - "+JSON.stringify(a.response):a.statusText}}}}return i;var c}}))}return e}();
58
+ /*!
59
+ * Application Insights JavaScript SDK - Dependencies Plugin, 2.5.10
60
+ * Copyright (c) Microsoft and contributors. All rights reserved.
61
+ */var cl=function(){function e(t,n){var r=this;r.traceFlag=e.DEFAULT_TRACE_FLAG;r.version=e.DEFAULT_VERSION;if(t&&e.isValidTraceId(t)){r.traceId=t}else{r.traceId=vu.generateW3CId()}if(n&&e.isValidSpanId(n)){r.spanId=n}else{r.spanId=vu.generateW3CId().substr(0,16)}}e.isValidTraceId=function(e){return e.match(/^[0-9a-f]{32}$/)&&e!=="00000000000000000000000000000000"};e.isValidSpanId=function(e){return e.match(/^[0-9a-f]{16}$/)&&e!=="0000000000000000"};e.prototype.toString=function(){var e=this;return e.version+"-"+e.traceId+"-"+e.spanId+"-"+e.traceFlag};e.DEFAULT_TRACE_FLAG="01";e.DEFAULT_VERSION="00";return e}();
62
+ /*!
63
+ * Application Insights JavaScript SDK - Dependencies Plugin, 2.5.10
64
+ * Copyright (c) Microsoft and contributors. All rights reserved.
65
+ */var ll="ai.ajxmn.";var fl="diagLog";var dl="ajaxData";var pl="throwInternal";var hl="fetch";var vl=Io.isNullOrUndefined;var ml=Io.arrForEach;var gl=0;function yl(){var e=La();if(!e||vl(e.Request)||vl(e.Request[_a])||vl(e[hl])){return null}return e[hl]}function bl(e){var t=false;if(typeof XMLHttpRequest!==Sa&&!vl(XMLHttpRequest)){var n=XMLHttpRequest[_a];t=!vl(n)&&!vl(n.open)&&!vl(n.send)&&!vl(n.abort)}var r=vu.getIEVersion();if(r&&r<9){t=false}if(t){try{var i=new XMLHttpRequest;i[dl]={};var a=XMLHttpRequest[_a].open;XMLHttpRequest[_a].open=a}catch(n){t=false;xl(e,Ao.FailedMonitorAjaxOpen,"Failed to enable XMLHttpRequest monitoring, extension is not supported",{exception:vu.dump(n)})}}return t}function wl(e){var t="";try{if(!vl(e)&&!vl(e[dl])&&!vl(e[dl].requestUrl)){t+="(url: '"+e[dl].requestUrl+"')"}}catch(e){}return t}function xl(e,t,n,r,i){e[fl]()[pl](Eo.CRITICAL,t,n,r,i)}function Sl(e,t,n,r,i){e[fl]()[pl](Eo.WARNING,t,n,r,i)}function Cl(e,t,n){return function(r){xl(e,t,n,{ajaxDiagnosticsMessage:wl(r.inst),exception:vu.dump(r.err)})}}function _l(e,t){if(e&&t){return e.indexOf(t)}return-1}var Il=function(e){__extends(t,e);function t(){var n=e.call(this)||this;n.identifier=t.identifier;n.priority=120;var r="trackDependencyDataInternal";var i=Ka();var a=false;var o=false;var s=i&&i.host&&i.host.toLowerCase();var u=t.getEmptyConfig();var c=false;var l=0;var f;var d;var p;var h;var v=false;var m=0;var g=false;var y=[];var b={};ss(t,n,(function(e,n){e.initialize=function(r,a,o,s){if(!e.isInitialized()){n.initialize(r,a,o,s);var l=e._getTelCtx();var y=t.getDefaultConfig();_o(y,(function(e,n){u[e]=l.getConfig(t.identifier,e,n)}));var b=u.distributedTracingMode;c=u.enableRequestHeaderTracking;v=u.enableAjaxPerfTracking;m=u.maxAjaxCallsPerView;g=u.enableResponseHeaderTracking;p=b===uu.AI||b===uu.AI_AND_W3C;d=b===uu.AI_AND_W3C||b===uu.W3C;if(v){var w=r.instrumentationKey||"unkwn";if(w.length>5){h=ll+w.substring(w.length-5)+"."}else{h=ll+w+"."}}if(u.disableAjaxTracking===false){x()}i();if(o.length>0&&o){var S=void 0,C=0;while(!S&&C<o.length){if(o[C]&&o[C].identifier===uc){S=o[C]}C++}if(S){f=S.context}}}};e.teardown=function(){ml(y,(function(e){e.rm()}));y=[];a=false;o=false;e.setInitialized(false)};e.trackDependencyData=function(t,n){e[r](t,n)};e.includeCorrelationHeaders=function(t,n,r,i){var a=e["_currentWindowHost"]||s;if(n){if(gu.canIncludeCorrelationHeader(u,t.getAbsoluteUrl(),a)){if(!r){r={}}r.headers=new Headers(r.headers||(n instanceof Request?n.headers||{}:{}));if(p){var o="|"+t.traceID+"."+t.spanID;r.headers.set(cu.requestIdHeader,o);if(c){t.requestHeaders[cu.requestIdHeader]=o}}var l=u.appId||f&&f.appId();if(l){r.headers.set(cu.requestContextHeader,cu.requestContextAppIdFormat+l);if(c){t.requestHeaders[cu.requestContextHeader]=cu.requestContextAppIdFormat+l}}if(d){var h=new cl(t.traceID,t.spanID);r.headers.set(cu.traceParentHeader,h.toString());if(c){t.requestHeaders[cu.traceParentHeader]=h.toString()}}}return r}else if(i){if(gu.canIncludeCorrelationHeader(u,t.getAbsoluteUrl(),a)){if(p){var o="|"+t.traceID+"."+t.spanID;i.setRequestHeader(cu.requestIdHeader,o);if(c){t.requestHeaders[cu.requestIdHeader]=o}}var l=u.appId||f&&f.appId();if(l){i.setRequestHeader(cu.requestContextHeader,cu.requestContextAppIdFormat+l);if(c){t.requestHeaders[cu.requestContextHeader]=cu.requestContextAppIdFormat+l}}if(d){var h=new cl(t.traceID,t.spanID);i.setRequestHeader(cu.traceParentHeader,h.toString());if(c){t.requestHeaders[cu.traceParentHeader]=h.toString()}}}return i}return undefined};e[r]=function(t,n,r){if(m===-1||l<m){if((u.distributedTracingMode===uu.W3C||u.distributedTracingMode===uu.AI_AND_W3C)&&typeof t.id==="string"&&t.id[t.id.length-1]!=="."){t.id+="."}if(Io.isNullOrUndefined(t.startTime)){t.startTime=new Date}var i=ac.create(t,$u.dataType,$u.envelopeType,e[fl](),n,r);e.core.track(i)}else if(l===m){xl(e,Ao.MaxAjaxPerPVExceeded,"Maximum ajax per page view limit reached, ajax monitoring is paused until the next trackPageView(). In order to increase the limit set the maxAjaxCallsPerView configuration parameter.",true)}++l};function i(){var t=yl();if(!t){return}var n=La();var r=t.polyfill;if(u.disableFetchTracking===false){y.push(au(n,hl,{req:function(t,n,i){var s;if(a&&!S(null,n,i)&&!(r&&o)){var u=t.ctx();s=N(n,i);var c=e.includeCorrelationHeaders(s,n,i);if(c!==i){t.set(1,c)}u.data=s}},rsp:function(e,t){var n=e.ctx().data;if(n){e.rslt=e.rslt.then((function(t){D(e,(t||{}).status,t,n,(function(){var e={statusText:t.statusText,headerMap:null,correlationContext:M(t)};if(g){var n={};t.headers.forEach((function(e,t){n[t]=e}));e.headerMap=n}return e}));return t}))["catch"]((function(r){D(e,0,t,n,null);throw r}))}},hkErr:Cl(e,Ao.FailedMonitorAjaxOpen,"Failed to monitor Window.fetch, monitoring data for this fetch call may be incorrect.")}));a=true}else if(r){y.push(au(n,hl,{req:function(e,t,n){S(null,t,n)}}))}if(r){n[hl].polyfill=r}}function w(e,t,n){y.push(iu(e,t,n))}function x(){if(bl(e)&&!o){w(XMLHttpRequest,"open",{req:function(e,t,n,r){var i=e.inst;var a=i[dl];if(!S(i,n)&&C(i,true)&&(!a||!a.xhrMonitoringState.openDone)){_(i,t,n,r)}},hkErr:Cl(e,Ao.FailedMonitorAjaxOpen,"Failed to monitor XMLHttpRequest.open, monitoring data for this ajax call may be incorrect.")});w(XMLHttpRequest,"send",{req:function(t,n){var r=t.inst;var i=r[dl];if(C(r)&&!i.xhrMonitoringState.sendDone){A("xhr",i);i.requestSentTime=bu.Now();r=e.includeCorrelationHeaders(i,undefined,undefined,r);i.xhrMonitoringState.sendDone=true}},hkErr:Cl(e,Ao.FailedMonitorAjaxSend,"Failed to monitor XMLHttpRequest, monitoring data for this ajax call may be incorrect.")});w(XMLHttpRequest,"abort",{req:function(e){var t=e.inst;var n=t[dl];if(C(t)&&!n.xhrMonitoringState.abortDone){n.aborted=1;n.xhrMonitoringState.abortDone=true}},hkErr:Cl(e,Ao.FailedMonitorAjaxAbort,"Failed to monitor XMLHttpRequest.abort, monitoring data for this ajax call may be incorrect.")});if(c){w(XMLHttpRequest,"setRequestHeader",{req:function(e,t,n){var r=e.inst;if(C(r)){r[dl].requestHeaders[t]=n}},hkErr:Cl(e,Ao.FailedMonitorAjaxSetRequestHeader,"Failed to monitor XMLHttpRequest.setRequestHeader, monitoring data for this ajax call may be incorrect.")})}o=true}}function S(e,t,n){var r=false;var i=((!Io.isString(t)?(t||{}).url||"":t)||"").toLowerCase();var a=_l(i,"?");var o=_l(i,"#");if(a===-1||o!==-1&&o<a){a=o}if(a!==-1){i=i.substring(0,a)}if(!vl(e)){r=e[wu]===true||i[wu]===true}else if(!vl(t)){r=(typeof t==="object"?t[wu]===true:false)||(n?n[wu]===true:false)}if(r){if(!b[i]){b[i]=1}}else{if(b[i]){r=true}}return r}function C(e,t){var n=true;var r=o;if(!vl(e)){n=t===true||!vl(e[dl])}return r&&n}function _(t,n,r,i){var a=f&&f.telemetryTrace&&f.telemetryTrace.traceID||vu.generateW3CId();var o=vu.generateW3CId().substr(0,16);var s=new ul(a,o,e[fl]());s.method=n;s.requestUrl=r;s.xhrMonitoringState.openDone=true;s.requestHeaders={};s.async=i;t[dl]=s;I(t)}function I(t){t[dl].xhrMonitoringState.stateChangeAttached=To.Attach(t,"readystatechange",(function(){try{if(t&&t.readyState===4&&C(t)){T(t)}}catch(r){var n=vu.dump(r);if(!n||_l(n.toLowerCase(),"c00c023f")===-1){xl(e,Ao.FailedMonitorAjaxRSC,"Failed to monitor XMLHttpRequest 'readystatechange' event handler, monitoring data for this ajax call may be incorrect.",{ajaxDiagnosticsMessage:wl(t),exception:n})}}}))}function F(e){try{var t=e.responseType;if(t===""||t==="text"){return e.responseText}}catch(e){}return null}function T(t){var n=t[dl];n.responseFinishedTime=bu.Now();n.status=t.status;function i(n,r){var i=r||{};i["ajaxDiagnosticsMessage"]=wl(t);if(n){i["exception"]=vu.dump(n)}Sl(e,Ao.FailedMonitorAjaxDur,"Failed to calculate the duration of the ajax call, monitoring data for this ajax call won't be sent.",i)}k("xmlhttprequest",n,(function(){try{var a=n.CreateTrackItem("Ajax",c,(function(){var e={statusText:t.statusText,headerMap:null,correlationContext:E(t),type:t.responseType,responseText:F(t),response:t.response};if(g){var n=t.getAllResponseHeaders();if(n){var r=Io.strTrim(n).split(/[\r\n]+/);var i={};ml(r,(function(e){var t=e.split(": ");var n=t.shift();var r=t.join(": ");i[n]=r}));e.headerMap=i}}return e}));if(a){e[r](a)}else{i(null,{requestSentTime:n.requestSentTime,responseFinishedTime:n.responseFinishedTime})}}finally{try{t[dl]=null}catch(e){}}}),(function(e){i(e,null)}))}function E(t){try{var n=t.getAllResponseHeaders();if(n!==null){var r=_l(n.toLowerCase(),cu.requestContextHeaderLowerCase);if(r!==-1){var i=t.getResponseHeader(cu.requestContextHeader);return gu.getCorrelationContext(i)}}}catch(n){Sl(e,Ao.FailedMonitorAjaxGetCorrelationHeader,"Failed to get Request-Context correlation header as it may be not included in the response or not accessible.",{ajaxDiagnosticsMessage:wl(t),exception:vu.dump(n)})}}function A(e,t){if(t.requestUrl&&h&&v){var n=Ja();if(n&&Io.isFunction(n.mark)){gl++;var r=h+e+"#"+gl;n.mark(r);var i=n.getEntriesByName(r);if(i&&i.length===1){t.perfMark=i[0]}}}}function k(e,t,n,r){var i=t.perfMark;var a=Ja();var o=u.maxAjaxPerfLookupAttempts;var s=u.ajaxPerfLookupDelay;var c=t.requestUrl;var l=0;(function u(){try{if(a&&i){l++;var f=null;var d=a.getEntries();for(var p=d.length-1;p>=0;p--){var h=d[p];if(h){if(h.entryType==="resource"){if(h.initiatorType===e&&(_l(h.name,c)!==-1||_l(c,h.name)!==-1)){f=h}}else if(h.entryType==="mark"&&h.name===i.name){t.perfTiming=f;break}if(h.startTime<i.startTime-1e3){break}}}}if(!i||t.perfTiming||l>=o||t.async===false){if(i&&Io.isFunction(a.clearMarks)){a.clearMarks(i.name)}t.perfAttempts=l;n()}else{setTimeout(u,s)}}catch(e){r(e)}})()}function N(t,n){var r=f&&f.telemetryTrace&&f.telemetryTrace.traceID||vu.generateW3CId();var i=vu.generateW3CId().substr(0,16);var a=new ul(r,i,e[fl]());a.requestSentTime=bu.Now();if(t instanceof Request){a.requestUrl=t?t.url:""}else{a.requestUrl=t}var o="GET";if(n&&n.method){o=n.method}else if(t&&t instanceof Request){o=t.method}a.method=o;var s={};if(c){var u=new Headers((n?n.headers:0)||(t instanceof Request?t.headers||{}:{}));u.forEach((function(e,t){s[t]=e}))}a.requestHeaders=s;A("fetch",a);return a}function P(t){var n="";try{if(!vl(t)){if(typeof t==="string"){n+="(url: '"+t+"')"}else{n+="(url: '"+t.url+"')"}}}catch(t){xl(e,Ao.FailedMonitorAjaxOpen,"Failed to grab failed fetch diagnostics message",{exception:vu.dump(t)})}return n}function D(t,n,i,a,o,s){if(!a){return}function u(t,n,r){var a=r||{};a["fetchDiagnosticsMessage"]=P(i);if(n){a["exception"]=vu.dump(n)}Sl(e,t,"Failed to calculate the duration of the fetch call, monitoring data for this fetch call won't be sent.",a)}a.responseFinishedTime=bu.Now();a.status=n;k("fetch",a,(function(){var t=a.CreateTrackItem("Fetch",c,o);if(t){e[r](t)}else{u(Ao.FailedMonitorAjaxDur,null,{requestSentTime:a.requestSentTime,responseFinishedTime:a.responseFinishedTime})}}),(function(e){u(Ao.FailedMonitorAjaxGetCorrelationHeader,e,null)}))}function M(t){if(t&&t.headers){try{var n=t.headers.get(cu.requestContextHeader);return gu.getCorrelationContext(n)}catch(n){Sl(e,Ao.FailedMonitorAjaxGetCorrelationHeader,"Failed to get Request-Context correlation header as it may be not included in the response or not accessible.",{fetchDiagnosticsMessage:P(t),exception:vu.dump(n)})}}}}));return n}t.getDefaultConfig=function(){var e={maxAjaxCallsPerView:500,disableAjaxTracking:false,disableFetchTracking:true,disableCorrelationHeaders:false,distributedTracingMode:uu.AI,correlationHeaderExcludedDomains:["*.blob.core.windows.net","*.blob.core.chinacloudapi.cn","*.blob.core.cloudapi.de","*.blob.core.usgovcloudapi.net"],correlationHeaderDomains:undefined,appId:undefined,enableCorsCorrelation:false,enableRequestHeaderTracking:false,enableResponseHeaderTracking:false,enableAjaxErrorStatusText:false,enableAjaxPerfTracking:false,maxAjaxPerfLookupAttempts:3,ajaxPerfLookupDelay:25};return e};t.getEmptyConfig=function(){var e=this.getDefaultConfig();_o(e,(function(t){e[t]=undefined}));return e};t.prototype.processTelemetry=function(e,t){this.processNext(e,t)};t.identifier="AjaxDependencyPlugin";return t}(As);
66
+ /*!
67
+ * Application Insights JavaScript SDK - Web, 2.5.10
68
+ * Copyright (c) Microsoft and contributors. All rights reserved.
69
+ */var Fl;var Tl=function(){function e(e){var t=this;t._snippetVersion=""+(e.sv||e.version||"");e.queue=e.queue||[];e.version=e.version||2;var n=e.config||{};if(n.connectionString){var r=Iu.parse(n.connectionString);var i=r.ingestionendpoint;n.endpointUrl=i?i+"/v2/track":n.endpointUrl;n.instrumentationKey=r.instrumentationkey||n.instrumentationKey}t.appInsights=new gc;t.properties=new Zc;t.dependencies=new Il;t.core=new Ks;t.snippet=e;t.config=n;t.getSKUDefaults()}e.prototype.trackEvent=function(e,t){this.appInsights.trackEvent(e,t)};e.prototype.trackPageView=function(e){var t=e||{};this.appInsights.trackPageView(t)};e.prototype.trackPageViewPerformance=function(e){var t=e||{};this.appInsights.trackPageViewPerformance(t)};e.prototype.trackException=function(e){if(!e.exception&&e.error){e.exception=e.error}this.appInsights.trackException(e)};e.prototype._onerror=function(e){this.appInsights._onerror(e)};e.prototype.trackTrace=function(e,t){this.appInsights.trackTrace(e,t)};e.prototype.trackMetric=function(e,t){this.appInsights.trackMetric(e,t)};e.prototype.startTrackPage=function(e){this.appInsights.startTrackPage(e)};e.prototype.stopTrackPage=function(e,t,n,r){this.appInsights.stopTrackPage(e,t,n,r)};e.prototype.startTrackEvent=function(e){this.appInsights.startTrackEvent(e)};e.prototype.stopTrackEvent=function(e,t,n){this.appInsights.stopTrackEvent(e,t,n)};e.prototype.addTelemetryInitializer=function(e){return this.appInsights.addTelemetryInitializer(e)};e.prototype.setAuthenticatedUserContext=function(e,t,n){if(n===void 0){n=false}this.properties.context.user.setAuthenticatedUserContext(e,t,n)};e.prototype.clearAuthenticatedUserContext=function(){this.properties.context.user.clearAuthenticatedUserContext()};e.prototype.trackDependencyData=function(e){this.dependencies.trackDependencyData(e)};e.prototype.flush=function(e){var t=this;if(e===void 0){e=true}bs(this.core,(function(){return"AISKU.flush"}),(function(){Io.arrForEach(t.core.getTransmissionControls(),(function(t){Io.arrForEach(t,(function(t){t.flush(e)}))}))}),null,e)};e.prototype.onunloadFlush=function(e){if(e===void 0){e=true}Io.arrForEach(this.core.getTransmissionControls(),(function(t){Io.arrForEach(t,(function(t){if(t.onunloadFlush){t.onunloadFlush()}else{t.flush(e)}}))}))};e.prototype.loadAppInsights=function(e,t,n){var r=this;if(e===void 0){e=false}var i=this;function a(t){if(t){var n="";if(!Io.isNullOrUndefined(i._snippetVersion)){n+=i._snippetVersion}if(e){n+=".lg"}if(i.context&&i.context.internal){i.context.internal.snippetVer=n||"-"}_o(i,(function(e,n){if(Io.isString(e)&&!Io.isFunction(n)&&e.substring(0,1)!=="_"){t[e]=n}}))}}if(e&&i.config.extensions&&i.config.extensions.length>0){throw new Error("Extensions not allowed in legacy mode")}bs(i.core,(function(){return"AISKU.loadAppInsights"}),(function(){var e=[];var o=new qc;e.push(o);e.push(i.properties);e.push(i.dependencies);e.push(i.appInsights);i.core.initialize(i.config,e,t,n);i.context=i.properties.context;if(Fl&&i.context){i.context.internal.sdkSrc=Fl}a(i.snippet);i.emptyQueue();i.pollInternalLogs();i.addHousekeepingBeforeUnload(r)}));return i};e.prototype.updateSnippetDefinitions=function(e){_o(this,(function(t,n){if(Io.isString(t)){e[t]=n}}))};e.prototype.emptyQueue=function(){var e=this;try{if(vu.isArray(e.snippet.queue)){var t=e.snippet.queue.length;for(var n=0;n<t;n++){var r=e.snippet.queue[n];r()}e.snippet.queue=undefined;delete e.snippet.queue}}catch(e){var i={};if(e&&Io.isFunction(e.toString)){i.exception=e.toString()}}};e.prototype.pollInternalLogs=function(){this.core.pollInternalLogs()};e.prototype.addHousekeepingBeforeUnload=function(e){if(Ba()||Va()){var t=function(){e.onunloadFlush(false);var t=e.appInsights.core["_extensions"][uc];if(t&&t.context&&t.context._sessionManager){t.context._sessionManager.backup()}};if(!e.appInsights.config.disableFlushOnBeforeUnload){var n=Io.addEventHandler("beforeunload",t);n=Io.addEventHandler("pagehide",t)||n;if(!n&&!eo()){e.appInsights.core.logger.throwInternal(Eo.CRITICAL,Ao.FailedToAddHandlerForOnBeforeUnload,"Could not add handler for beforeunload and pagehide")}}if(!e.appInsights.config.disableFlushOnUnload){Io.addEventHandler("pagehide",t)}}};e.prototype.getSKUDefaults=function(){var e=this;e.config.diagnosticLogInterval=e.config.diagnosticLogInterval&&e.config.diagnosticLogInterval>0?e.config.diagnosticLogInterval:1e4};return e}();(function(){var e=null;var t=["://js.monitor.azure.com/","://az416426.vo.msecnd.net/"];try{var n=(document||{}).currentScript;if(n){e=n.src}}catch(e){}if(e){try{var r=e.toLowerCase();if(r){var i="";for(var a=0;a<t.length;a++){if(r.indexOf(t[a])!==-1){i="cdn"+(a+1);if(r.indexOf("/scripts/")===-1){if(r.indexOf("/next/")!==-1){i+="-next"}else if(r.indexOf("/beta/")!==-1){i+="-beta"}}Fl=i+"";break}}}}catch(e){}}})();var El=function(e){__extends(t,e);function t(t){var n=e.call(this,t)||this;n.store=t;n.appConfiguration$=n.select((function(e){return e.appConfiguration}));return n}Object.defineProperty(t.prototype,"configuration",{get:function(){var e=this.getValue().appConfiguration;if(K(e)){throw Error("App configuration is not yet loaded")}return e.value},enumerable:false,configurable:true});return t}(F);var Al=new El(wr);var kl=function(){function e(){this.appInsights=new ee((function(){return new Tl({config:{instrumentationKey:Al.configuration.AppInsightsKey,enableAutoRouteTracking:true,autoTrackPageVisitTime:true,maxBatchInterval:1e3,enableUnhandledPromiseRejectionTracking:true}})}))}e.prototype.init=function(){var e=this;this.appInsights.value.loadAppInsights();f((function(t){return e.appInsightsErrorHandler(t)}))};e.prototype.getAppInsights=function(){return this.appInsights.value};e.prototype.addCustomProperties=function(e){this.appInsights.value.addTelemetryInitializer((function(t){t.data=t.data?t.data:{};for(var n=0,r=Object.entries(e);n<r.length;n++){var i=r[n],a=i[0],o=i[1];t.data[a]=o}}))};e.prototype.appInsightsErrorHandler=function(e){this.appInsights.value.trackException({error:e,severityLevel:rc.Error});var t=function(e){return console.error(e)};t(e)};return e}();var Nl=new kl;var Pl=function(e){__extends(t,e);function t(t){var n=e.call(this,t)||this;n.store=t;n.sessionState$=n.select((function(e){return e.authenticationState}));n.jwt$=n.select((function(e){return e.jwt}));return n}Object.defineProperty(t.prototype,"sessionState",{get:function(){return this.getValue().authenticationState},enumerable:false,configurable:true});Object.defineProperty(t.prototype,"isUnauthorized",{get:function(){return this.getValue().authenticationState===mr.Unauthorized||this.getValue().authenticationState===mr.Error},enumerable:false,configurable:true});Object.defineProperty(t.prototype,"isAuthorized",{get:function(){return this.getValue().authenticationState===mr.Authenticated},enumerable:false,configurable:true});return t}(F);var Dl=new Pl(wr);function Ml(e,t){if(window["gtag"]){window["gtag"]("event",e,t)}}var Rl=function(){function e(){this.authCodeQueryParameter="code"}e.prototype.authorizationCodeIsPresent=function(e){var t=this.getAuthorizationCodeFromRoute(e);return mt.isSome(t)};e.prototype.initFromRoute=function(e){var t=this.getAuthorizationCodeFromRoute(e);if(mt.isNone(t)){wr.update({authenticationState:mr.Error});throw Error('"'+this.authCodeQueryParameter+'" URL query parameter missing')}this.authCodeExchangeAsync(t.value)};e.prototype.authCodeExchangeAsync=function(e){return __awaiter(this,void 0,void 0,(function(){var t,n;return __generator(this,(function(r){switch(r.label){case 0:t=new URLSearchParams([["grant_type","authorization_code"],["client_id","apollo-super-selection-app"],["code",e],["redirect_uri",""+sa.getAppHostUrl()]]);return[4,it(Al.configuration.OidcAuthority+"/connect/token").headers({"Content-Type":"application/x-www-form-urlencoded"}).post(t.toString()).badRequest((function(){wr.update({authenticationState:mr.Error});throw new Error("Failed to authenticate.")})).json()];case 1:n=r.sent();wr.update({jwt:mt.fromNullable(n.access_token),authenticationState:mr.Authenticated});Ml("oidc_sign_in",{});window.history.replaceState(null,"",sa.getAppRootUrl());return[2]}}))}))};e.prototype.getAuthorizationCodeFromRoute=function(e){var t=new URLSearchParams(e);return mt.fromNullable(t.get(this.authCodeQueryParameter))};return e}();var Ol=new Rl;var Ll=function(){function e(){}e.completeSuperSelectionStep=function(){var e=Sr.getIframeInteropMode().successRedirectionUrl;if(mt.isSome(e)){window.top.location.href=e.value}else{Ot.complete()}};e.initFromRoute=function(e){var t="success-redirection-url";var n=new URLSearchParams(e);var r=mt.fromNullable(n.get(t));var i={successRedirectionUrl:mt.none};if(mt.isSome(r)){try{var a=new URL(r.value);i.successRedirectionUrl=mt.some(a.toString())}catch(e){throw Error('"'+r.value+'" is not a valid URL')}}return i};return e}();var Ul=function(){function e(){}e.init=function(){var e=window["ReactNativeWebView"]!==undefined;if(!e){throw Error("React Native WebView messaging is not enabled. Please, refer to https://github.com/react-native-webview/react-native-webview/blob/master/docs/Guide.md#the-windowreactnativewebviewpostmessage-method-and-onmessage-prop")}return new gr};e.completeSuperSelectionStep=function(){this.postRNMessage()};e.postRNMessage=function(){var t={stepStatus:"completed"};e.getRnInterop().postMessage(JSON.stringify(t))};return e}();Ul.getRnInterop=function(){return window["ReactNativeWebView"]};var Bl=function(){function e(){this.interopModeQueryParameter="interop-mode"}e.prototype.completeSuperSelectionStep=function(){if(Sr.isIframeInteropEnabled()){Ll.completeSuperSelectionStep()}else if(Sr.isReactNativeInteropEnabled()){Ul.completeSuperSelectionStep()}else{throw Error("Unknown interop mode")}};e.prototype.init=function(e){var t=new URLSearchParams(e);var n=Y(t.get(this.interopModeQueryParameter));if(G(n)&&n.value==="react-native"){wr.update({reactNativeInterop:J(Ul.init())});return}wr.update({iframeInterop:J(Ll.initFromRoute(e))})};return e}();var jl=new Bl;function Vl(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:ca.init(window.location.search);return[4,sa.loadConfigurationAsync()];case 1:t.sent();Nl.init();te();e=Dl.isUnauthorized||Ol.authorizationCodeIsPresent(window.location.search);if(!e){return[2]}jl.init(window.location.search);Ol.initFromRoute(window.location.search);return[2]}}))}))}var ql=function(e){__extends(t,e);function t(t){var n=e.call(this,t)||this;n.store=t;n.ignoreExistingSelection$=n.select((function(e){return e.ignoreExistingSelection}));return n}Object.defineProperty(t.prototype,"ignoreExistingSelection",{get:function(){return this.getValue().ignoreExistingSelection},enumerable:false,configurable:true});return t}(F);var zl=new ql(wr);var Hl="html{scroll-behavior:smooth}.sss-app-container{--fl-color-primary:#fdbd00;--fl-color-primary-light:#ffc418;--fl-color-primary-dark:#e4aa00;--fl-color-primary-disabled:#ffde7e;--fl-color-primary-hover:#e4aa00;--fl-color-primary-focus:#ca9700;--fl-color-primary-text:#3d3d3d;--fl-color-secondary:#e5e5e5;--fl-color-secondary-hover:#b3b3b3;--fl-color-secondary-focus:#b3b3b3}@media screen and (-webkit-min-device-pixel-ratio: 0){select,textarea,input{font-size:16px}}";var Wl=e("super_selection_app_host",function(){function e(e){t(this,e)}e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e=this;return __generator(this,(function(t){switch(t.label){case 0:return[4,Vl()];case 1:t.sent();Dl.sessionState$.subscribe((function(t){return e.sessionState=t}));Dl.jwt$.subscribe((function(t){return e.jwt=t}));Al.appConfiguration$.subscribe((function(t){return e.appConfiguration=t}));zl.ignoreExistingSelection$.subscribe((function(t){return e.ignoreExistingSelection=t}));return[2]}}))}))};e.prototype.render=function(){var e=this;return n(o,null,n("link",{rel:"stylesheet",href:a("apollo-super-selection.css"),media:"all"}),n("div",{ref:function(t){return e.observeContentResize(t)}},mt.isNone(this.appConfiguration)?n("sss-loading-page",{class:"font-inter"}):this.renderAppContent()))};e.prototype.renderAppContent=function(){var e=this;return n("stencil-router",{root:sa.getAppRootUrl(),class:"sss-app-container"},n("stencil-route-switch",{scrollTopOffset:0},n("stencil-route",{url:"/",routeRender:this.renderProtectedRoute((function(t){return n("super-selection-app",Object.assign({accessToken:mt.toUndefined(e.jwt),ignoreExistingSelection:e.ignoreExistingSelection,backendUrl:Al.configuration.ApiBaseUrl,appBaseUrl:e.getAppBaseUrl(),onSuccessPageAcknowledged:e.handleSuccessPageAcknowledged,"onStep-completion":e.handleStepSubmitSuccess,onInitialised:e.handleAppInitialised,isSelfHosted:true},t))}))})))};e.prototype.getAppBaseUrl=function(){var e=window.location.pathname.split("app");return e[0]+"app/"};e.prototype.handleSuccessPageAcknowledged=function(){jl.completeSuperSelectionStep()};e.prototype.handleStepSubmitSuccess=function(){Ot.submitSuccess()};e.prototype.handleAppInitialised=function(e){Nl.addCustomProperties({"X-ACCOUNT-ID":e.detail.accountIdOrDefault,"X-PARTNER-ID":e.detail.partnerIdOrDefault,"X-PROFILE-ID":e.detail.profileId});Nl.getAppInsights().trackPageView();var t=document.getElementById("sss-external-loading-page-container");if(t){document.body.removeChild(t)}};e.prototype.observeContentResize=function(e){var t=window.ResizeObserver||aa;new t((function(){Ot.resize(e.offsetHeight,-1)})).observe(e)};e.prototype.renderProtectedRoute=function(e){switch(this.sessionState){case mr.Authenticated:return e;case mr.Unauthorized:return function(){return n("sss-loading-page",null)};case mr.Error:return function(){return n("h1",null,"Authentication Error")}}};return e}());Wl.style=Hl}}}));