@flarehr/apollo-super-selection 4.33.32977 → 4.34.34409
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/apollo-super-selection/apollo-super-selection.css +1 -1
- package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/assets/logo-unisuper.svg +15 -0
- package/dist/lib/apollo-super-selection/p-64f29eca.system.entry.js +69 -0
- package/dist/lib/apollo-super-selection/p-95403f2f.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
- package/dist/lib/cjs/loader.cjs.js +1 -1
- package/dist/lib/cjs/{sss-button_30.cjs.entry.js → sss-button_38.cjs.entry.js} +932 -9
- package/dist/lib/collection/apollo-super-selection.css +1 -1
- package/dist/lib/collection/collection-manifest.json +16 -0
- package/dist/lib/collection/components/app-host/super-selection-app-host.css +2 -2
- package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +1 -1
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +3 -1
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/unisuper-default.js +49 -0
- package/dist/lib/collection/components/super-selection-app/misc/button.js +2 -1
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-common.js +22 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-display-field.js +41 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-error-box.js +76 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-invalid-my-own-fund.js +121 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-invalid-smsf.js +144 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-my-own-fund.js +217 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-smsf.js +355 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-types.js +281 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-warning-box.js +46 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill.js +73 -0
- package/dist/lib/collection/components/super-selection-app/services/event-tracking.service.js +10 -0
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +10 -0
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +1 -0
- package/dist/lib/collection/components/super-selection-app/services/super-selection.store.js +1 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-unisuper.svg +15 -0
- package/dist/lib/collection/components/super-selection-app/super-selection-app.js +4 -1
- package/dist/lib/esm/apollo-super-selection.js +1 -1
- package/dist/lib/esm/loader.js +1 -1
- package/dist/lib/esm/{sss-button_30.entry.js → sss-button_38.entry.js} +925 -10
- package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
- package/dist/lib/esm-es5/loader.js +1 -1
- package/dist/lib/esm-es5/sss-button_38.entry.js +69 -0
- package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +20 -0
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +39 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.dto.d.ts +1 -1
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/unisuper-default.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/misc/button.d.ts +1 -1
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-common.d.ts +9 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-display-field.d.ts +5 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-error-box.d.ts +5 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-invalid-my-own-fund.d.ts +18 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-invalid-smsf.d.ts +28 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-my-own-fund.d.ts +30 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-smsf.d.ts +48 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-types.d.ts +90 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-warning-box.d.ts +4 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill.d.ts +11 -0
- package/dist/lib/types/components/super-selection-app/services/event-tracking.service.d.ts +2 -0
- package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts +5 -0
- package/dist/lib/types/components/super-selection-app/services/super-selection.store.d.ts +2 -1
- package/dist/lib/types/components.d.ts +132 -0
- package/package.json +2 -2
- package/dist/lib/apollo-super-selection/p-1dca1954.system.entry.js +0 -69
- package/dist/lib/apollo-super-selection/p-6292b3a9.entry.js +0 -14
- package/dist/lib/esm-es5/sss-button_30.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,l,c,d,f,p,h,m,v,g,y,b,w,x,S,_,C,I,A,F;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;l=e.d;c=e.e;d=e.s},function(e){f=e.f;p=e.m;h=e.S;m=e.a;v=e.i;g=e.b;y=e.O;b=e.c;w=e.d;x=e.g;S=e.h;_=e.j;C=e.k;I=e.l;A=e.Q},function(e){F=e.A}],execute:function(){var N;function E(){}function T(e,t,n){if(n===void 0){n=Number.POSITIVE_INFINITY}if(typeof t==="function"){return function(r){return r.pipe(T((function(n,r){return f(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 k(e,n))}}var k=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 m(this);var n=this.destination;n.add(t);var r=v(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 M(e,t,n,r){if(b(n)){r=n;n=undefined}if(r){return M(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)}}D(e,t,i,r,n)}))}function D(e,t,n,r,i){var a;if(R(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(L(e)){var u=e;e.addListener(t,n);a=function(){return u.removeListener(t,n)}}else if(e&&e.length){for(var l=0,c=e.length;l<c;l++){D(e[l],t,n,r,i)}}else{throw new TypeError("Invalid event target")}r.add(a)}function L(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 R(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 V(e,this.dueTime,this.scheduler))};return e}();var V=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(j,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 j(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=E;a._tapError=E;a._tapComplete=E;a._tapError=r||E;a._tapComplete=i||E;if(b(n)){a._context=a;a._tapNext=n}else if(n){a._context=n;a._tapNext=n.next||E;a._tapError=n.error||E;a._tapComplete=n.complete||E}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.34.34409";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){F.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 l;while((l=ae.exec(e))!==null){var c=l[0];var d=l[1];var f=l.index;a+=e.slice(i,f);i=f+c.length;if(d){a+=d[1];u=true;continue}var p="";var h=e[i];var m=l[2];var v=l[3];var g=l[4];var y=l[5];if(!u&&a.length){var b=a.length-1;if(s.indexOf(a[b])>-1){p=a[b];a=a.slice(0,b)}}if(a){n.push(a);a="";u=false}var w=p!==""&&h!==undefined&&h!==p;var x=y==="+"||y==="*";var S=y==="?"||y==="*";var _=p||o;var C=v||g;n.push({name:m||r++,prefix:p,delimiter:_,optional:S,repeat:x,partial:w,pattern:C?ue(C):"[^"+se(_)+"]+?"})}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 le=function(e){return e&&e.sensitive?"":"i"};var ce=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 de=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("|")+")",le(n))};var fe=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 l=false;for(var c=0;c<e.length;c++){var d=e[c];if(typeof d==="string"){u+=se(d);l=c===e.length-1&&o.indexOf(d[d.length-1])>-1}else{var f=se(d.prefix||"");var p=d.repeat?"(?:"+d.pattern+")(?:"+f+"(?:"+d.pattern+"))*":d.pattern;if(t)t.push(d);if(d.optional){if(d.partial){u+=f+"("+p+")?"}else{u+="(?:"+f+"("+p+"))?"}}else{u+=f+"("+p+")"}}}if(i){if(!r)u+="(?:"+a+")?";u+=s==="$"?"$":"(?="+s+")"}else{if(!r)u+="(?:"+a+"(?="+s+"))?";if(!l)u+="(?="+a+"|"+s+")"}return new RegExp("^"+u,le(n))};var he=function(e,t,n){if(e instanceof RegExp){return ce(e,t)}if(Array.isArray(e)){return de(e,t,n)}return fe(e,t,n)};var me=function(e,t){return new RegExp("^"+t+"(\\/|\\?|#|$)","i").test(e)};var ve=function(e,t){return me(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 _e=function(e){return e.charAt(0)==="/"};var Ce=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 Ae=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&&_e(e);var s=t&&_e(t);var u=o||s;if(e&&_e(e)){n=a}else if(a.length){n.pop();n=n.concat(a)}if(!n.length){return"/"}if(n.length){var l=n[n.length-1];r=l==="."||l===".."||l===""}else{r=false}for(var c=n.length;c>=0;c--){var d=n[c];if(d==="."){Ie(n,c)}else if(d===".."){Ie(n,c);i++}else if(i){Ie(n,c);i--}}if(!u){for(;i--;i){n.unshift("..")}}if(u&&n[0]!==""&&(!n[0]||!_e(n[0]))){n.unshift("")}var f=n.join("/");if(r&&f.substr(-1)!=="/"){f+="/"}return f};var Fe=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 Fe(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 Fe(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 Fe(e[n],t[n])}))}return false};var Ne=function(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&Fe(e.state,t.state)};var Ee=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=Ae(i.pathname,r.pathname)}}else{if(!i.pathname){i.pathname="/"}}i.query=Se(i.search||"");return i};var Te=0;var ke={};var Pe=1e4;var Me=function(e,t){var n=""+t.end+t.strict;var r=ke[n]||(ke[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(Te<Pe){r[i]=s;Te+=1}return s};var De=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=Me(r,{end:a,strict:s}),l=u.re,c=u.keys;var d=l.exec(e);if(!d){return null}var f=d[0],p=d.slice(1);var h=e===f;if(a&&!h){return null}return{path:r,url:r==="/"&&f===""?"/":f,isExact:h,params:c.reduce((function(e,t,n){e[t.name]=p[n];return e}),{})}};var Le=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&&Fe(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 Re=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["border-transparent bg-primary-light hover:bg-primary-base text-primary-dark hover:text-white"]=this.variant==="light",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 Ve=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]=Ve(e[i],t[i],n)}else{r[i]=t[i]}}}return r};var je=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 l=this.polyfills[e]||(typeof self!=="undefined"?self[e]:null)||(typeof global!=="undefined"?global[e]:null);if(i&&!l)throw new Error(e+" is not defined");return o&&l?new(l.bind.apply(l,je([void 0],s))):l}};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=Ve(qe.defaults,a);var u=qe.polyfill("AbortController",{doThrow:false,instance:true});if(!s["signal"]&&u){s["signal"]=u.signal}var l={ref:null,clear:function(){if(l.ref){clearTimeout(l.ref);l.ref=null}}};var c=Ge(i)(qe.polyfill("fetch"))(t,s);var d=c.catch((function(e){throw new Ke(e)})).then((function(e){l.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 f=function(t){return t.catch((function(t){l.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?f(d.then((function(t){return t&&t[e]()})).then((function(e){return t?t(e):e}))):f(d.then((function(e){return t?t(e):e})))}};var h={res:p(null),json:p("json"),blob:p("blob"),formData:p("formData"),arrayBuffer:p("arrayBuffer"),text:p("text"),perfs:function(e){c.then((function(t){return We.observe(t.url,e)}));return h},setTimeout:function(e,t){if(t===void 0){t=u}l.clear();l.ref=setTimeout((function(){return t.abort()}),e);return h},controller:function(){return[u,h]},error:function(e,t){o.set(e,t);return h},badRequest:function(e){return h.error(400,e)},unauthorized:function(e){return h.error(401,e)},forbidden:function(e){return h.error(403,e)},notFound:function(e){return h.error(404,e)},timeout:function(e){return h.error(408,e)},internalError:function(e){return h.error(500,e)},fetchError:function(e){return h.error("__fromFetch",e)},onAbort:function(e){return h.error("AbortError",e)}};return r.reduce((function(t,n){return n(t,e)}),h)};var 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,l=n.resolvers,c=l===void 0?this._resolvers:l,d=n.middlewares,f=d===void 0?this._middlewares:d,p=n.deferredChain,h=p===void 0?this._deferredChain:p;return new e(i,Je({},o),new Map(u),Ye(c),Ye(f),Ye(h))};e.prototype.defaults=function(e,t){if(t===void 0){t=false}qe.defaults=t?Ve(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?Ve(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:Ve(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 l=e.split("?");if(n||l.length<2)return l[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 l=u[s];n.append(o+"[]",l)}}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 lt=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 ct=function(e,t){if(t===void 0){t=function(e,t){return e!==t}}var n=new Map(Object.entries(e!==null&&e!==void 0?e:{}));var r={dispose:[],get:[],set:[],reset:[]};var i=function(){n=new Map(Object.entries(e!==null&&e!==void 0?e:{}));r.reset.forEach((function(e){return e()}))};var a=function(){r.dispose.forEach((function(e){return e()}));i()};var o=function(e){r.get.forEach((function(t){return t(e)}));return n.get(e)};var s=function(e,i){var a=n.get(e);if(t(i,a,e)){n.set(e,i);r.set.forEach((function(t){return t(e,i,a)}))}};var u=typeof Proxy==="undefined"?{}:new Proxy(e,{get:function(e,t){return o(t)},ownKeys:function(e){return Array.from(n.keys())},getOwnPropertyDescriptor:function(){return{enumerable:true,configurable:true}},has:function(e,t){return n.has(t)},set:function(e,t,n){s(t,n);return true}});var l=function(e,t){r[e].push(t);return function(){dt(r[e],t)}};var c=function(t,n){var r=l("set",(function(e,r){if(e===t){n(r)}}));var i=l("reset",(function(){return n(e[t])}));return function(){r();i()}};var d=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return e.forEach((function(e){if(e.set){l("set",e.set)}if(e.get){l("get",e.get)}if(e.reset){l("reset",e.reset)}}))};return{state:u,get:o,set:s,on:l,onChange:c,use:d,dispose:a,reset:i}};var dt=function(e,t){var n=e.indexOf(t);if(n>=0){e[n]=e[e.length-1];e.length--}};var ft=function(e,t){var n=ct(e,t);lt(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 mt=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 l(e){return e-1}t.decrement=l;function c(e){throw new Error("Called `absurd` function which should be uncallable")}t.absurd=c;function d(e){return function(t){return e.apply(void 0,t)}}t.tupled=d;function f(e){return function(){var t=[];for(var n=0;n<arguments.length;n++){t[n]=arguments[n]}return e(t)}}t.untupled=f;function p(e,t,n,r,i,a,o,s,u,l,c,d,f,p,h,m,v,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 l(u(s(o(a(i(r(n(t(e)))))))));case 11:return c(l(u(s(o(a(i(r(n(t(e))))))))));case 12:return d(c(l(u(s(o(a(i(r(n(t(e)))))))))));case 13:return f(d(c(l(u(s(o(a(i(r(n(t(e))))))))))));case 14:return p(f(d(c(l(u(s(o(a(i(r(n(t(e)))))))))))));case 15:return h(p(f(d(c(l(u(s(o(a(i(r(n(t(e))))))))))))));case 16:return m(h(p(f(d(c(l(u(s(o(a(i(r(n(t(e)))))))))))))));case 17:return v(m(h(p(f(d(c(l(u(s(o(a(i(r(n(t(e))))))))))))))));case 18:return g(v(m(h(p(f(d(c(l(u(s(o(a(i(r(n(t(e)))))))))))))))));case 19:return y(g(v(m(h(p(f(d(c(l(u(s(o(a(i(r(n(t(e))))))))))))))))));case 20:return b(y(g(v(m(h(p(f(d(c(l(u(s(o(a(i(r(n(t(e)))))))))))))))))))}return}t.pipe=p;t.hole=c;var h=function(e,t,n){var r;return Object.assign({},e,(r={},r[t]=n,r))};t.bind_=h;var m=function(e){return function(t){var n;return n={},n[e]=t,n}};t.bindTo_=m}));var vt=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 l(e){return e._tag==="Left"?t.none:t.some(e.right)}t.getRight=l;t.fromEither=l;function c(e,n){return function(r){return t.isNone(r)?e():n(r.value)}}t.fold=c;function d(e){return t.isNone(e)?null:e.value}t.toNullable=d;function f(e){return t.isNone(e)?undefined:e.value}t.toUndefined=f;var p=function(e){return function(n){return t.isNone(n)?e():n.value}};t.getOrElseW=p;t.getOrElse=t.getOrElseW;function h(e){return function(){var t=[];for(var n=0;n<arguments.length;n++){t[n]=arguments[n]}return a(e.apply(void 0,t))}}t.fromNullableK=h;t.mapNullable=m;function m(e){return function(n){return t.isNone(n)?t.none:a(e(n.value))}}t.chainNullableK=m;var v=function(e,n){return mt.pipe(e,t.map(n))};var g=function(e,n){return mt.pipe(e,t.ap(n))};var y=function(e,n){return mt.pipe(e,t.chain(n))};var b=function(e,n,r){return mt.pipe(e,t.reduce(n,r))};var w=function(e){var n=t.foldMap(e);return function(e,t){return mt.pipe(e,n(t))}};var x=function(e,n,r){return mt.pipe(e,t.reduceRight(n,r))};var S=function(e){var n=t.traverse(e);return function(e,t){return mt.pipe(e,n(t))}};var _=function(e,n){return mt.pipe(e,t.alt(n))};var C=function(e,n){return mt.pipe(e,t.filter(n))};var I=function(e,n){return mt.pipe(e,t.filterMap(n))};var A=function(e,n){return mt.pipe(e,t.extend(n))};var F=function(e,n){return mt.pipe(e,t.partition(n))};var N=function(e,n){return mt.pipe(e,t.partitionMap(n))};var E=function(e){var n=t.wither(e);return function(e,t){return mt.pipe(e,n(t))}};var T=function(e){var n=t.wilt(e);return function(e,t){return mt.pipe(e,n(t))}};var k=function(e){return function(n){return t.isNone(n)?t.none:t.some(e(n.value))}};t.map=k;var 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 M=function(e){return mt.flow(t.map((function(e){return function(){return e}})),t.ap(e))};t.apFirst=M;var D=function(e){return mt.flow(t.map((function(){return function(e){return e}})),t.ap(e))};t.apSecond=D;t.of=t.some;var L=function(e){return function(n){return t.isNone(n)?t.none:e(n.value)}};t.chain=L;var O=function(e){return t.chain((function(n){return mt.pipe(e(n),t.map((function(){return n})))}))};t.chainFirst=O;t.flatten=t.chain(mt.identity);var R=function(e){return function(n){return t.isNone(n)?e():n}};t.altW=R;t.alt=t.altW;var U=function(){return t.none};t.zero=U;var B=function(){return t.none};t.throwError=B;var V=function(e){return function(n){return t.isNone(n)?t.none:t.some(e(n))}};t.extend=V;t.duplicate=t.extend(mt.identity);var j=function(e,n){return function(r){return t.isNone(r)?e:n(e,r.value)}};t.reduce=j;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=mt.pipe(e,t.map((function(e){return{left:u(e),right:l(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:C(t,(function(t){return!e(t)})),right:C(t,e)}}};t.partition=X;var J=function(e){return mt.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:l(e)}}))}}};t.wilt=Z;t.URI="Option";function ee(e){return{show:function(n){return t.isNone(n)?"none":"some("+e.show(n.value)+")"}}}t.getShow=ee;function te(e){return{equals:function(n,r){return n===r||(t.isNone(n)?t.isNone(r):t.isNone(r)?false:e.equals(n.value,r.value))}}}t.getEq=te;function ne(e){return{equals:te(e).equals,compare:function(n,r){return n===r?0:t.isSome(n)?t.isSome(r)?e.compare(n.value,r.value):1:-1}}}t.getOrd=ne;function re(e){return{concat:function(n,r){return t.isSome(n)&&t.isSome(r)?t.some(e.concat(n.value,r.value)):t.none}}}t.getApplySemigroup=re;function ie(e){return{concat:re(e).concat,empty:t.some(e.empty)}}t.getApplyMonoid=ie;function ae(){return{concat:function(e,n){return t.isNone(e)?n:e},empty:t.none}}t.getFirstMonoid=ae;function oe(){return{concat:function(e,n){return t.isNone(n)?e:n},empty:t.none}}t.getLastMonoid=oe;function se(e){return{concat:function(n,r){return t.isNone(n)?r:t.isNone(r)?n:t.some(e.concat(n.value,r.value))},empty:t.none}}t.getMonoid=se;t.Functor={URI:t.URI,map:v};t.Applicative={URI:t.URI,map:v,ap:g,of:t.of};t.Monad={URI:t.URI,map:v,ap:g,of:t.of,chain:y};t.Foldable={URI:t.URI,reduce:b,foldMap:w,reduceRight:x};t.Alt={URI:t.URI,map:v,alt:_};t.Alternative={URI:t.URI,map:v,ap:g,of:t.of,alt:_,zero:t.zero};t.Extend={URI:t.URI,map:v,extend:A};t.Compactable={URI:t.URI,compact:t.compact,separate:t.separate};t.Filterable={URI:t.URI,map:v,compact:t.compact,separate:t.separate,filter:C,filterMap:I,partition:F,partitionMap:N};t.Traversable={URI:t.URI,map:v,reduce:b,foldMap:w,reduceRight:x,traverse:S,sequence:t.sequence};t.Witherable={URI:t.URI,map:v,reduce:b,foldMap:w,reduceRight:x,traverse:S,sequence:t.sequence,compact:t.compact,separate:t.separate,filter:C,filterMap:I,partition:F,partitionMap:N,wither:E,wilt:T};t.MonadThrow={URI:t.URI,map:v,ap:g,of:t.of,chain:y,throwError:t.throwError};t.option={URI:t.URI,map:v,of:t.of,ap:g,chain:y,reduce:b,foldMap:w,reduceRight:x,traverse:S,sequence:t.sequence,zero:t.zero,alt:_,extend:A,compact:t.compact,separate:t.separate,filter:C,filterMap:I,partition:F,partitionMap:N,wither:E,wilt:T,throwError:t.throwError};function ue(e){return function(n,r){return t.isNone(r)?false:e.equals(n,r.value)}}t.elem=ue;function le(e){return function(n){return t.isNone(n)?false:e(n.value)}}t.exists=le;function ce(e){return function(n){return t.isSome(e(n))}}t.getRefinement=ce;t.Do=t.of({});var de=function(e){return t.map(mt.bindTo_(e))};t.bindTo=de;var fe=function(e,n){return t.chain((function(r){return mt.pipe(n(r),t.map((function(t){return mt.bind_(r,e,t)})))}))};t.bind=fe;var pe=function(e,n){return mt.flow(t.map((function(t){return function(n){return mt.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 me=function(e){return t.traverseArrayWithIndex((function(t,n){return e(n)}))};t.traverseArray=me;t.sequenceArray=t.traverseArray(mt.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";function St(e){if("slate"in e){e.kind="slate"}else if("australianRetirementTrust"in e){e.kind="australianRetirementTrust"}else if("aware"in e){e.kind="aware"}else if("active"in e){e.kind="active"}else if("australianEthical"in e){e.kind="australianEthical"}else if("virgin"in e){e.kind="virgin"}else if("spirit"in e){e.kind="spirit"}else if("firstSuper"in e){e.kind="firstSuper"}else if("mercerMyChoice"in e){e.kind="mercerMyChoice"}}function _t(e){switch(e.kind){case"slate":return X;case"australianRetirementTrust":return J(e.australianRetirementTrust.usi);case"aware":return J(e.aware.usi);case"active":return J(e.active.usi);case"australianEthical":return J(e.australianEthical.usi);case"virgin":return J(e.virgin.usi);case"spirit":return J(e.spirit.usi);case"firstSuper":return J(e.firstSuper.usi);case"mercerMyChoice":return J(e.mercerMyChoice.usi);default:return X}}function Ct(e){switch(e.kind){case"Promoted":return _t(e.promoted);case"MyOwnFund":return J(e.myOwnFund.usi);case"SMSF":return X;case"Default":return J(e.default.usi);case"PromotedDefault":return J(e.promotedDefault.usi);default:return X}}function It(e){switch(e.kind){case"slate":return J(e.slate.memberNumber);case"australianRetirementTrust":return J(e.australianRetirementTrust.memberNumber);case"aware":return J(e.aware.memberNumber);case"active":return J(e.active.memberNumber);case"australianEthical":return J(e.australianEthical.memberNumber);case"virgin":return J(e.virgin.memberNumber);case"spirit":return J(e.spirit.memberNumber);case"firstSuper":return J(e.firstSuper.memberNumber);case"mercerMyChoice":return J(e.mercerMyChoice.memberNumber);default:return X}}function At(e){switch(e.kind){case"Promoted":return It(e.promoted);case"MyOwnFund":return J(e.myOwnFund.memberNumber);case"SMSF":case"Default":case"PromotedDefault":return X;default:return X}}function Ft(e){if("promoted"in e){e.kind="Promoted"}else if("myOwnFund"in e){e.kind="MyOwnFund"}else if("smsf"in e){e.kind="SMSF"}else if("default"in e){e.kind="Default"}else if("promotedDefault"in e){e.kind="PromotedDefault"}}var Nt=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,Mt().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,Mt().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(){var e,t;return __generator(this,(function(n){switch(n.label){case 0:return[4,Mt().url("client-app-state").get().notFound((function(){throw new Error("Failed to fetch application configuration.")})).json()];case 1:t=n.sent();if((e=t.superBuyer.superChoice)===null||e===void 0?void 0:e.choiceDetails){Ft(t.superBuyer.superChoice.choiceDetails);switch(t.superBuyer.superChoice.choiceDetails.kind){case"Promoted":St(t.superBuyer.superChoice.choiceDetails.promoted);break}}return[2,t]}}))}))};e.prototype.getCampaignConnectAsync=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2,Mt().url("campaign-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,Mt().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 Et=new Nt;var Tt={apiBaseUrl:vt.none,appBaseUrl:vt.none,profileId:vt.none,jwt:vt.none,superBuyer:vt.none,superChoicePrefill:vt.none,promotedFunds:vt.none,accountConfiguration:vt.none,profileConfiguration:vt.none,hasSuccessPageBeenAcknowledged:false,hasSuperSelectionBeenSubmitted:false,campaignConnectEnabled:false,campaignConnectPromise:vt.none,campaignConnect:vt.none};var kt=function(){function e(){var e=this;var t=ft(Tt),n=t.state,r=t.onChange;this._state=n;this._onChange=r;r("jwt",(function(t){e._state.profileId=mt.pipe(t,vt.chain((function(e){return vt.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(vt.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(vt.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(vt.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&&vt.isSome(this._state.campaignConnect)){return this._state.campaignConnect.value.promotedFunds}if(vt.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&&vt.isSome(this._state.campaignConnect)){return vt.fromNullable(this._state.campaignConnect.value.promotedDefaultFundPosition)}return vt.none},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"promotedFundsConfig",{get:function(){return{shownFunds:this.promotedFunds,promotedDefaultFundPosition:vt.toUndefined(this.promotedDefaultFundPosition),promotedFundsConfigSource:vt.isSome(this._state.campaignConnect)?"campaignConnect":"superSelection"}},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"profileId",{get:function(){if(vt.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=mt.pipe(this._state.profileConfiguration,vt.map((function(e){return vt.fromNullable(e.defaultFundUsi)})),vt.flatten);if(vt.isSome(e)){return e}return mt.pipe(this._state.accountConfiguration,vt.map((function(e){return vt.fromNullable(e.defaultFundUsi)})),vt.flatten)},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"accountIdOrDefault",{get:function(){return mt.pipe(this._state.accountConfiguration,vt.map((function(e){return e.accountId})),vt.getOrElse((function(){return""})))},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"partnerIdOrDefault",{get:function(){return mt.pipe(this._state.superBuyer,vt.map((function(e){return e.partnerId})),vt.getOrElse((function(){return""})))},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"jwt",{get:function(){if(vt.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,Et.getAppStateAsync()];case 1:e=t.sent();this._state.accountConfiguration=vt.fromNullable(e.accountConfiguration);this._state.profileConfiguration=vt.fromNullable(e.profileConfiguration);this._state.superBuyer=vt.fromNullable(e.superBuyer);this._state.promotedFunds=vt.fromNullable(e.promotedFunds);this._state.campaignConnectEnabled=e.campaignConnectEnabled;this._state.superChoicePrefill=vt.fromNullable(e.prefill);if(this._state.campaignConnectEnabled){this._state.campaignConnectPromise=vt.fromNullable(Et.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,mt.pipe(this._state.campaignConnectPromise,vt.getOrElse((function(){return Et.getCampaignConnectAsync()})))];case 2:e=n.sent();this._state.campaignConnect=vt.fromNullable(e);return[3,4];case 3:t=n.sent();return[2];case 4:return[2]}}))}))};return e}();var Pt=new kt;function Mt(){var e=Pt.jwt;var t=Pt.profileId;var n=Pt.accountIdOrDefault;var r=Pt.partnerIdOrDefault;return it(Pt.apiBaseUrl).headers({Authorization:"Bearer "+e,"X-PROFILE-ID":t,"X-PARTNER-ID":r,"X-ACCOUNT-ID":n})}var Dt=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,Mt().url("analytics-events").post(e).res()]}))}))};return e}();var Lt=function(){function e(){this.eventTrackingApi=Dt.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.TrackPromotedDefaultSuperFundDetailViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundDetailViewed:{PromotedDefaultFund: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.TrackSuperFundPrefillViewedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundPrefillViewed:e})]}))}))};e.prototype.TrackSuperFundPrefillDeclinedAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,this.trackEventAsync({SuperFundPrefillDeclined: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 Ot(){Rt({type:"appReady"})}function Rt(e,t){if(t===undefined)t="*";e.sender="flare";window.parent.postMessage(e,t)}function Ut(e,t){Rt({type:"contentResized",height:e,width:t})}function Bt(e){Rt({type:"pageNavigated",url:e})}function Vt(){Rt({type:"complete"})}function jt(){Rt({type:"submitSuccess"})}var qt={appReady:Ot,resize:Ut,navigation:Bt,complete:Vt,submitSuccess:jt};var zt={handleSubmitFn:function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2]}))}))},fundName:"",promotedFundId:undefined};var Ht=ft(zt).state;var Wt;(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["Prefill"]="/super-choice/prefill/";e["PrefillInvalidMyOwnFundPage"]="/super-choice/sss-prefill-invalid-my-own-fund/";e["PrefillMyOwnFundPage"]="/super-choice/prefill-my-own-fund/";e["PrefillSMSFPage"]="/super-choice/prefill-smsf/";e["PrefillInvalidSMSFPage"]="/super-choice/prefill-invalid-smsf/";e["SelfManagedFund"]="/super-choice/smsf/";e["DefaultFund"]="/super-choice/default/";e["StandardChoice"]="/standard-choice/";e["Success"]="/success/"})(Wt||(Wt={}));var Gt=[n("stencil-route",{url:Wt.ConsentPage,component:"sss-consent-page"}),n("stencil-route",{url:Wt.ExistingChoicePage,component:"sss-existing-choice-page"}),n("stencil-route",{exact:true,url:Wt.ChoicePage,component:"sss-super-choice-page"}),n("stencil-route",{url:Wt.SlateJoin,component:"sss-slate-join-page"}),n("stencil-route",{url:Wt.PromotedFundJoinV1,component:"sss-promoted-fund-join-v1-page"}),n("stencil-route",{url:Wt.PromotedFundJoinV2,component:"sss-promoted-fund-join-v2-page"}),n("stencil-route",{url:Wt.MyOwnFund,component:"sss-my-own-fund"}),n("stencil-route",{url:Wt.PrefillInvalidMyOwnFundPage,component:"sss-prefill-invalid-my-own-fund"}),n("stencil-route",{url:Wt.Prefill,component:"sss-prefill"}),n("stencil-route",{url:Wt.PrefillMyOwnFundPage,component:"sss-prefill-my-own-fund"}),n("stencil-route",{url:Wt.PrefillSMSFPage,component:"sss-prefill-smsf"}),n("stencil-route",{url:Wt.PrefillInvalidSMSFPage,component:"sss-prefill-invalid-smsf"}),n("stencil-route",{url:Wt.SelfManagedFund,component:"sss-self-managed-fund"}),n("stencil-route",{url:Wt.DefaultFund,component:"sss-default-fund"}),n("stencil-route",{url:Wt.StandardChoice,component:"sss-standard-choice-form"}),n("stencil-route",{url:Wt.Success,component:"sss-success"})];var Kt=function(){function e(){}e.prototype.navigateInternally=function(e,t){var n=""+this.appBaseUrl+this.toRouteWithLeadingSlash(t);qt.navigation(n);e.push(n)};e.prototype.navigateInternallyToStandardChoice=function(e){Ht.handleSubmitFn=e.handleSubmitFn;Ht.fundName=e.fundName;Ht.promotedFundId=e.promotedFundId;this.navigateInternally(e.history,Wt.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=Pt.appBaseUrl;return e.replace(/\/$/,"")},enumerable:false,configurable:true});e.prototype.toRouteWithLeadingSlash=function(e){return e.length>0&&e[0]==="/"?e:"/"+e};return e}();var Xt=new Kt;var Jt=e("sss_consent_page",function(){function e(e){t(this,e);this.eventTrackingService=Lt.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();Xt.navigateInternally(this.history,Wt.ChoicePage);return[2]}}))}))};return e}());var Yt;(function(e){e["MyOwnFund"]="Your current super fund";e["DefaultFund"]="Your employer's default fund";e["SelfManagedFund"]="Your self-managed super fund"})(Yt||(Yt={}));var $t={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:Yt.MyOwnFund,customFunds:[{label:Yt.MyOwnFund,value:Wt.MyOwnFund},{label:Yt.SelfManagedFund,value:Wt.SelfManagedFund},{label:Yt.DefaultFund,value:Wt.DefaultFund}]};var Qt=ft($t),Zt=Qt.state,en=Qt.reset;var tn=Zt.customFunds;var nn=e("sss_custom_fund",function(){function e(e){t(this,e);this.currentCustomFund=tn[0];this.fundOptionsList=tn;this.showFundOptionsSelection=false}e.prototype.componentWillLoad=function(){var e="";if(window.location.pathname.includes(Wt.MyOwnFund))e=Wt.MyOwnFund;if(window.location.pathname.includes(Wt.DefaultFund))e=Wt.DefaultFund;if(window.location.pathname.includes(Wt.SelfManagedFund))e=Wt.SelfManagedFund;this.currentCustomFund=tn.find((function(t){return t.value===e}))||tn[0];Xt.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;Xt.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(nn);var rn=function(){function e(){}e.prototype.searchFundsAsync=function(e,t){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(n){return[2,Et.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,Et.getAustralianFundAsync(e,t)];case 1:n=r.sent();return[2,vt.some(n)]}}))}))};return e}();var an=new rn;var on=function(){function e(){}e.prototype.submitDefaultFundChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,Mt().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,Mt().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,Mt().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,Mt().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 sn=new on;var un=e("sss_default_fund",function(){function e(e){t(this,e);this.defaultFundProductName="Loading fund...";this.eventTrackingService=Lt.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=Pt.defaultFundUsi;if(vt.isNone(e)){return[2]}this.isDefaultFundExists=true;return[4,an.getFundAsync(e.value,true)];case 1:t=n.sent();if(vt.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:Pt.promotedFunds,defaultFundUsiSet:vt.toUndefined(Pt.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:Wt.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]}Xt.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,sn.submitDefaultFundChoiceAsync(Object.assign({standardChoiceFormSignature:t},Pt.promotedFundsConfig))];case 1:e.sent();return[2]}}))}))}});return[2]}))}))};return e}());var ln="html{scroll-behavior:smooth}.sss-dropdown-menu{max-height:min(20rem, 50vh)}";var cn=3;var dn=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=cn;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=M(this.inputElement,"keyup").pipe(U(500),p((function(t){return e.inputElement.value})),S(),_(this.shouldExecuteSearch),q(this.onBeginSearch),T(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}());dn.style=ln;var fn=function(e,t){return n("a",{class:e.className||"font-medium underline underline-offset-2 hover:text-gray-600",target:"_blank",href:Xt.toExternalUrl(e.href),onClick:e.onClick},t)};var pn="Powered by Flare FS";function hn(e,t){return Lt.Instance.TrackSuperFundPdsViewedAsync({fundUsi:t,fundName:e,pageName:"Panel Fund Page"})}var mn="Active Super";var vn={fundId:"active",name:mn,logo:"logo-active.svg",route:Wt.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(fn,{onClick:function(){return hn(mn)},href:"https://www.activesuper.com.au/pds"},"activesuper.com.au")," ","before making a decision."),footnoteTextOverride:vt.some(pn),dtoPropName:"active"};var gn="Australian Ethical";var yn="https://www.australianethical.com.au/super/pds-forms/";var bn={fundId:"australian-ethical",name:gn,logo:"logo-aus-eth.svg",route:Wt.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(fn,{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(fn,{href:yn,onClick:function(){return hn(gn)}},"Product Disclosure Statement")," ","and"," ",n(fn,{href:yn,onClick:function(){return hn(gn)}},"Target Market Determination")," ","available on our"," ",n(fn,{href:yn,onClick:function(){return hn(gn)}},"website"),"."),footnoteTextOverride:vt.none,dtoPropName:"australianEthical"};var wn="Australian Retirement Trust";var xn={fundId:"australian-retirement-trust",name:wn,logo:"logo-art.svg",route:Wt.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(fn,{href:"https://www.australianretirementtrust.com.au/library/media/pdfs/pds/super-savings-product-disclosure-statement-and-membership-form.pdf",onClick:function(){return hn(wn)}},"Product Disclosure Statement")," ","and"," ",n(fn,{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:wn,abn:"60 905 115 063",footnoteTextOverride:vt.none,dtoPropName:"australianRetirementTrust"};var Sn="Aware Super";var _n={fundId:"aware",name:Sn,logo:"logo-aware.svg",route:Wt.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(fn,{href:"https://aware.com.au/member/forms-and-resources/pds/FSS",onClick:function(){return hn(Sn)}},"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:vt.none,dtoPropName:"aware"};var Cn="First Super";var In={fundId:"first-super",name:Cn,logo:"logo-first.svg",route:Wt.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(fn,{onClick:function(){return hn(Cn)},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:vt.none,dtoPropName:"firstSuper"};var An="HESTA";var Fn={fundId:"hesta-default",name:An,logo:"logo-hesta.svg",route:Wt.PromotedFundJoinV2,features:[n("p",null,"A top-performing super fund* working for real-world impact"),n("p",null,"1+ million members"),n("p",null,"Expert help whenever you need it to help you face the future with confidence")],featureSubText:n("span",null,"* SuperRatings 10 Year Platinum Performance 2013-2023 (MySuper). Product ratings and awards are only one factor to be considered. See"," ",n(fn,{className:"underline underline-offset-2 hover:text-gray-600",href:"https://www.hesta.com.au/ratings"},"hesta.com.au/ratings")," ","for more information."),disclaimer:n("div",{class:"space-y-2"},n("p",null,"You should look at your own financial position and requirements before making a decision. You may wish to consult an adviser when doing this or use the"," ",n(fn,{href:"https://www.ato.gov.au/YourSuper-comparison-tool/"},"ATO YourSuper comparison tool"),"."),n("p",null,"Visit"," ",n(fn,{onClick:function(){return hn(An)},href:"https://www.hesta.com.au/pds"},"hesta.com.au/pds")," ","for a copy of a Product Disclosure Statement which should be considered when making a decision about the HESTA products on this website and to consider the relevant risks. The target market determination for HESTA products can be found at"," ",n(fn,{href:"https://www.hesta.com.au/tmd"},"hesta.com.au/tmd"),"."),n("p",null,"Issued by H.E.S.T. Australia Ltd ABN 66 006 818 695 AFSL No. 235249, Trustee of HESTA")),footnoteTextOverride:vt.none,isPromotedDefault:true};var Nn="Mercer MyChoice";var En={fundId:"mercermychoice",name:Nn,logo:"logo-mercer-mychoice.svg",route:Wt.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(fn,{href:"https://www.mercersuper.com.au/campaign-page/mercer-mychoice",onClick:function(){return hn(Nn)}},"Product Disclosure Statement")," ","and"," ",n(fn,{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:vt.some(pn),dtoPropName:"mercerMyChoice"};var Tn="Slate Super";var kn="32367272075001";var Pn={fundId:"slate",name:Tn,logo:"logo-slate.png",route:Wt.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(fn,{href:"https://slate.co/pds/?utm_source=flare&utm_medium=superselection",onClick:function(){return hn(Tn,kn)}},"Product Disclosure Statement")," ","and"," ",n(fn,{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:vt.none,dtoPropName:"slate"};var Mn="Spirit Super";var Dn={fundId:"spirit",name:Mn,logo:"logo-spirit.svg",route:Wt.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(fn,{href:"https://www.spiritsuper.com.au/pds",onClick:function(){return hn(Mn)}},"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:vt.none,dtoPropName:"spirit"};var Ln="Unisuper";var On="https://www.unisuper.com.au/-/media/files/pds/accumulation-1/accumulation-1-pds.pdf?rev=eb3a50fed45543ef91e2d1a38fa1fc0b&hash=B76A6A338550310C27DE1A021C854F84";var Rn="https://www.unisuper.com.au/-/media/files/tmd/accumulation-1/accumulation-1-tmd.pdf?rev=f4aa3f08d0494f52a7a5e02c69385ead&hash=AC77283EFBF97948DC0CF768FD3E82F8";var Un={fundId:"unisuper-default",name:Ln,logo:"logo-unisuper.svg",route:Wt.PromotedFundJoinV2,features:[n("p",null,"Low fees, better value – Our fees are among the lowest in the industry.^"),n("p",null,"Strong, long-term performance – We regularly exceed industry averages.*"),n("p",null,"Award winning super – Continually recognised as one of Australia’s best-performing funds.",n("sup",{class:"text-tiny"},"#"))],disclaimer:n("div",{class:"space-y-2"},n("p",null,"^Read more about our fees and how we compare"," ",n(fn,{href:"https://www.unisuper.com.au/super/products-and-fees"},"here"),"."),n("p",null,"*Past performance is not an indicator of future performance. Read more about our performance and how we compare"," ",n(fn,{href:"https://www.unisuper.com.au/campaigns/greater-super"},"here"),"."),n("p",null,n("sup",{class:"text-tiny"},"#"),"See our awards"," ",n(fn,{href:"https://www.unisuper.com.au/about-us/who-we-are/awards-and-ratings"},"here"),"."),n("p",null,"Remember to consider the"," ",n(fn,{href:On,onClick:function(){return hn(Ln)}},"Product Disclosure Statement")," ","and ",n(fn,{href:Rn},"Target Market Determination")," that is relevant to you."),n("p",null,"Issued by UniSuper Management Pty Ltd. ABN: 91 385 943 850")),footnoteTextOverride:vt.none,isPromotedDefault:true};var Bn="Virgin Money Super";var Vn={fundId:"virgin",name:Bn,logo:"logo-virgin.svg",route:Wt.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(fn,{className:"underline underline-offset-2 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(fn,{href:"https://virginmoney.com.au/superannuation/",onClick:function(){return hn(Bn)}},"www.virginmoney.com.au")," ","before making a decision"),footnoteTextOverride:vt.some(pn),dtoPropName:"virgin"};var jn=(N={},N[Pn.fundId]=Pn,N[xn.fundId]=xn,N[_n.fundId]=_n,N[vn.fundId]=vn,N[bn.fundId]=bn,N[Vn.fundId]=Vn,N[Dn.fundId]=Dn,N[In.fundId]=In,N[En.fundId]=En,N[Fn.fundId]=Fn,N[Un.fundId]=Un,N);var qn=Object.values(jn);var zn=function(e){var t=qn.find((function(t){return t.dtoPropName==e}));return t?J(t):X};var Hn=function(e){return jn[e]!=undefined?J(jn[e].name):X};var Wn=function(e){var t,n;return(n=(t=jn[e])===null||t===void 0?void 0:t.footnoteTextOverride)!==null&&n!==void 0?n:X};var Gn=function(e){return e==Pn.fundId?J(kn):X};var Kn=function(e){return jn[e]!=undefined?J(a("assets/"+jn[e].logo)):X};var Xn=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,l,c,d,f,d,f;return __generator(this,(function(p){switch(p.label){case 0:t=Pt.superBuyer.superChoice;n=(e=Pt.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=Ct(n);a=At(n);o=n.kind;switch(o){case"Promoted":return[3,1];case"MyOwnFund":return[3,2];case"SMSF":return[3,4];case"Default":return[3,5];case"PromotedDefault":return[3,7]}return[3,9];case 1:{s=Object.keys(n.promoted)[0];u=zn(s);if(K(u))return[2,X];return[2,J({type:"Promoted Fund",id:u.value.fundId,name:u.value.name,usi:i,valid:"Active",memberNumber:a,lastNominatedAt:r})]}p.label=2;case 2:l=n.myOwnFund.usi;return[4,this.getFundByUsiAsync(l)];case 3:c=p.sent();return[2,J({type:"My Own Fund",name:G(c)?c.value.productName:l,usi:i,valid:this.toFundValidState(c),memberNumber:a,lastNominatedAt:r})];case 4:return[2,J({type:"Self Managed Fund",name:n.smsf.fundName,valid:"Unknown",lastNominatedAt:r})];case 5:d=n.default.usi;return[4,this.getFundByUsiAsync(d)];case 6:f=p.sent();return[2,J({type:"Default Fund",name:G(f)?f.value.productName:d,usi:i,valid:this.toFundValidState(f),lastNominatedAt:r})];case 7:d=n.promotedDefault.usi;return[4,this.getFundByUsiAsync(d)];case 8:f=p.sent();return[2,J({type:"Promoted Default Fund",id:n.promotedDefault.fundId,name:G(f)?f.value.productName:d,usi:i,valid:this.toFundValidState(f),lastNominatedAt:r})];case 9:return[2,X]}}))}))};e.prototype.submitRetainSuperFundAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,Mt().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 an.getFundAsync(e,true)};e.prototype.toFundValidState=function(e){if(G(e)){return e.value.isActive?"Active":"Inactive"}else{return"Unknown"}};return e}();var Jn=new Xn;var Yn=e("sss_existing_choice_page",function(){function e(e){t(this,e);this.eventTrackingService=Lt.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,Jn.GetExistingFundAsync()];case 1:e=t.sent();if(G(e)&&e.value.valid!=="Inactive"){this.existingFund=e.value}else{Xt.navigateInternally(this.history,Wt.ConsentPage)}return[2]}}))}))};e.prototype.render=function(){var e=this;var t=function(e){var t=Kn(e.id);var r=Hn(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 nomination"),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":case"Promoted Default 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);default:return n("div",null)}}(),n("div",{class:"sm:text-lg font-bold leading-6"},function(){switch(e.existingFund.type){case"Default Fund":return"Employer's default fund";case"My Own Fund":case"Promoted Fund":case"Self Managed Fund":case"Promoted Default Fund":return e.existingFund.name;default:return""}}())),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,Jn.submitRetainSuperFundAsync(e)];case 1:t.sent();Pt.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();Xt.navigateInternally(this.history,Wt.ConsentPage);return[2]}}))}))};return e}());var $n="Powered by Flare";var Qn=e("sss_footer_section",function(){function e(e){var n=this;t(this,e);this.footerText=function(){return vt.isSome(n.textOverride)?n.textOverride.value:$n}}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 Zn(){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(Wt.SelfManagedFund)){return e(Wt.SelfManagedFund)}if(window.location.href.includes(Wt.DefaultFund)){return e(Wt.DefaultFund)}else{return e(Wt.MyOwnFund)}}var er=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:Wt.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"),Zn()))))};return e}());var tr=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 nr=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 rr=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 ir=e("sss_my_own_fund",function(){function e(e){t(this,e);this.isNotAllInformationProvidedMessageVisible=false;this.isSubmitDisabled=true;this.eventTrackingService=Lt.Instance}e.prototype.componentDidLoad=function(){return this.eventTrackingService.TrackMyOwnSuperFundDetailViewedAsync({promotedFundsShown:Pt.promotedFunds,defaultFundUsiSet:$(Pt.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:Zt.myOwnFundForm,showValidationErrors:this.formState==="validated",onFormChanged:function(t){Zt.myOwnFundForm=Object.assign(Object.assign({},Zt.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:Wt.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(Zt.myOwnFundForm.fundUsi)&&G(Zt.myOwnFundForm.memberNumber)&&G(Zt.myOwnFundForm.memberFirstName)&&G(Zt.myOwnFundForm.memberFamilyName);if(!e){this.isNotAllInformationProvidedMessageVisible=true;return[2]}Xt.navigateInternallyToStandardChoice({history:this.history,fundName:this.getOrError(Zt.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(Zt.myOwnFundForm.fundUsi),memberNumber:this.getOrError(Zt.myOwnFundForm.memberNumber),memberFirstName:this.getOrError(Zt.myOwnFundForm.memberFirstName),memberFamilyName:this.getOrError(Zt.myOwnFundForm.memberFamilyName),standardChoiceFormSignature:e},Pt.promotedFundsConfig);return[4,sn.submitCustomFundChoiceAsync(t)];case 1:n.sent();return[2]}}))}))}});return[2]}))}))};e.prototype.getOrError=function(e){return mt.pipe(e,Z((function(){throw new Error("Option value is none.")})))};return e}());ne(ir);var ar=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,an.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:$(Zt.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:$(Zt.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:$(Zt.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 or=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 sr=e("sss_prefill",function(){function e(e){t(this,e);this.prefill=undefined}e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){this.prefill=G(Pt.state.superChoicePrefill)?Pt.state.superChoicePrefill.value:undefined;return[2]}))}))};e.prototype.render=function(){if(this.prefill&&this.prefill.type==="myOwnFund"){if(this.prefill.data.fundDetail.type==="Valid"){return this.renderMyOwnFund(this.prefill.data)}else{return this.renderInvalidMyOwnFund(this.prefill.data)}}if(this.prefill&&this.prefill.type==="smsf"){if(this.prefill.data.fundAbn.valid){return this.renderSMSF(this.prefill.data)}else{return this.renderInvalidSMSF(this.prefill.data)}}Xt.navigateInternally(this.history,Wt.ConsentPage);return null};e.prototype.renderMyOwnFund=function(e){return n("sss-prefill-my-own-fund",{history:this.history,prefill:e})};e.prototype.renderInvalidMyOwnFund=function(e){return n("sss-prefill-invalid-my-own-fund",{history:this.history,prefill:e})};e.prototype.renderSMSF=function(e){return n("sss-prefill-smsf",{history:this.history,prefill:e})};e.prototype.renderInvalidSMSF=function(e){return n("sss-prefill-invalid-smsf",{history:this.history,prefill:e})};return e}());var ur=e("sss_prefill_display_field",function(){function e(e){t(this,e)}e.prototype.render=function(){return n("div",{class:"flex w-full flex-col sm:flex-row sm:min-h-5 justify-center items-start gap-0.5 sm:gap-4 self-stretch"},n("div",{class:{"sm:w-2/5 sm:max-w-40 self-stretch text-gray-500 text-xs sm:text-sm not-italic font-medium leading-4 sm:leading-5":true,"text-red-600":!this.field.isValid}},this.field.name),n("div",{class:{"sm:w-3/5 self-stretch text-gray-900 text-sm not-italic font-normal leading-5":true,"text-red-600":!this.field.isValid}},this.field.value))};return e}());var lr=e("sss_prefill_error_box",function(){function e(e){t(this,e);this.withHeader=false}e.prototype.render=function(){var e="bg-red-50";var t="bg-red-400";var r="text-red-700";var i="text-red-800";var a="#B91C1C";var o=function(){return n("div",{class:"flex justify-center items-center pt-2"},n("div",{class:"w-1.5 h-1.5 fill-red-700"},n("svg",{width:"6",height:"6",viewBox:"0 0 6 6",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n("circle",{id:"Bullet",cx:"3",cy:"3",r:"3",fill:a}))))};var s=function(){return n("div",{class:"w-5 h-5"},n("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none"},n("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2C5.58172 2 2 5.58172 2 10C2 14.4183 5.58172 18 10 18ZM8.70711 7.29289C8.31658 6.90237 7.68342 6.90237 7.29289 7.29289C6.90237 7.68342 6.90237 8.31658 7.29289 8.70711L8.58579 10L7.29289 11.2929C6.90237 11.6834 6.90237 12.3166 7.29289 12.7071C7.68342 13.0976 8.31658 13.0976 8.70711 12.7071L10 11.4142L11.2929 12.7071C11.6834 13.0976 12.3166 13.0976 12.7071 12.7071C13.0976 12.3166 13.0976 11.6834 12.7071 11.2929L11.4142 10L12.7071 8.70711C13.0976 8.31658 13.0976 7.68342 12.7071 7.29289C12.3166 6.90237 11.6834 6.90237 11.2929 7.29289L10 8.58579L8.70711 7.29289Z",fill:"#F87171"})))};return n("div",{class:"flex items-start self-stretch rounded-md "+e},n("div",{class:"w-1 self-stretch "+t}),n("div",{class:"flex items-start gap-3 flex-[1_0_0] p-4"},n(s,null),n("div",{class:"flex flex-col items-start gap-2 flex-[1_0_0]"},n("div",{class:"flex flex-col items-start gap-1 self-stretch"},this.withHeader&&n("div",null,n("div",{class:"text-sm font-medium leading-tight "+i},"Please correct ",this.notificationList.length," issues with your fund details"),this.notificationList.map((function(e){return n("div",{class:"flex items-start gap-[7px] self-stretch pl-0"},n(o,null),n("div",{class:"flex-[1_0_0] text-sm not-italic font-normal leading-5 "+r},e))}))),!this.withHeader&&this.notificationList.map((function(e){return n("div",{class:"text-sm font-medium leading-tight "+i},e)}))))))};return e}());function cr(e){return e==null||e.trim()===""}var dr=function(e,t){return n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},e),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"},t))};var fr=function(){return n("div",null,n("div",{class:"text-2xl sm:text-3xl font-bold text-center"},"Your super nomination"),n("div",{class:"sm:text-lg text-gray-600 mt-3 sm:mt-4 max-w-800 text-center leading-7"},"Review or update the below super fund nomination details provided by your employer."))};var pr=function(){function e(){}e.Input=function(e){return{"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":e}};return e}();var hr="[A-Za-z][A-Za-z']+(( |-)[A-Za-z][A-Za-z']+)*\\s*$";var mr=function(){function e(e,t){this.name=e;this._value=t!==null&&t!==void 0?t:"";this._errorMessage=this.validateAndReturnErrorMessage(this._value)}Object.defineProperty(e.prototype,"value",{get:function(){return this._value},set:function(e){this._errorMessage=this.validateAndReturnErrorMessage(e);this._value=e},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"isValid",{get:function(){return this._errorMessage===null},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"isEmpty",{get:function(){return cr(this._value)},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"errorMessage",{get:function(){return this._errorMessage},enumerable:false,configurable:true});return e}();var vr=function(){function e(e,t,n){this.name=e;this._value=t!==null&&t!==void 0?t:"";this._isValid=n}Object.defineProperty(e.prototype,"value",{get:function(){return this._value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"isValid",{get:function(){return this._isValid},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"isEmpty",{get:function(){return cr(this._value)},enumerable:false,configurable:true});return e}();var gr=function(e){__extends(t,e);function t(t,n){return e.call(this,"Fund USI",t,n)||this}return t}(vr);var yr=function(e){__extends(t,e);function t(t,n){return e.call(this,"Fund name",t,n)||this}return t}(vr);var br=function(e){__extends(t,e);function t(t){return e.call(this,"Fund name",t)||this}t.prototype.validateAndReturnErrorMessage=function(e){if(cr(e)){return"Fund name is required."}else if(e.length<2){return"Enter a valid Fund name."}else{return null}};return t}(mr);var wr=function(e){__extends(t,e);function t(t){return e.call(this,"Member number",t)||this}t.prototype.validateAndReturnErrorMessage=function(e){var t=/^[A-Za-z0-9]{4,16}$/;if(cr(e)){return"Member number is required."}else if(!t.test(e)){return"Enter a valid member number (only numbers and / or letters)"}else{return null}};return t}(mr);var xr=function(e){__extends(t,e);function t(t){return e.call(this,"Member last name",t)||this}t.prototype.validateAndReturnErrorMessage=function(e){var t=new RegExp(hr);if(cr(e)){return"Member last name is required."}else if(!t.test(e)){return"Member last name contains unsupported characters."}else{return null}};return t}(mr);var Sr=function(e){__extends(t,e);function t(t){return e.call(this,"Member given name(s)",t)||this}t.prototype.validateAndReturnErrorMessage=function(e){var t=new RegExp(hr);if(cr(e)){return"Member given name(s) is required."}else if(!t.test(e)){return"Member given name(s) contains unsupported characters."}else{return null}};return t}(mr);var _r=function(e){__extends(t,e);function t(t,n){return e.call(this,"Fund ABN",t,n)||this}return t}(vr);var Cr=function(e){__extends(t,e);function t(t){return e.call(this,"Fund ESA",t)||this}t.prototype.validateAndReturnErrorMessage=function(e){if(cr(e)){return"Fund ESA is required."}else if(e.length<2){return"Enter a valid Fund ESA."}else{return null}};return t}(mr);var Ir=function(e){__extends(t,e);function t(t){return e.call(this,"Address line 1",t)||this}t.prototype.validateAndReturnErrorMessage=function(e){if(cr(e)){return"Address line 1 is required."}else if(e.length<2){return"Enter a valid Address line 1."}else{return null}};return t}(mr);var Ar=function(e){__extends(t,e);function t(t){return e.call(this,"Address line 2",t)||this}t.prototype.validateAndReturnErrorMessage=function(e){return null};return t}(mr);var Fr=function(e){__extends(t,e);function t(t){return e.call(this,"City/suburb",t)||this}t.prototype.validateAndReturnErrorMessage=function(e){if(cr(e)){return"City/suburb is required."}else{return null}};return t}(mr);var Nr=function(e){__extends(t,e);function t(t){return e.call(this,"Postcode",t)||this}t.prototype.validateAndReturnErrorMessage=function(e){var t=/^[0-9]{4}$/;if(cr(e)){return"Postcode is required."}else if(!t.test(e)){return"Enter a valid postcode."}else{return null}};return t}(mr);var Er=function(e){__extends(t,e);function t(t){return e.call(this,"State",t)||this}Object.defineProperty(t.prototype,"options",{get:function(){return[{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"}]},enumerable:false,configurable:true});t.prototype.validateAndReturnErrorMessage=function(e){if(cr(e)){return"State is required."}else if(this.options.find((function(t){return t.value=e}))===undefined){return"Enter a valid state."}else{return null}};return t}(mr);var Tr=function(e){__extends(t,e);function t(t,n,r,i,a){var o=this;var s=[t,n,r,i,a].map((function(e){return e.value})).filter((function(e){return e})).join(", ");var u=t.isValid&&n.isValid&&r.isValid&&i.isValid&&a.isValid;o=e.call(this,"Fund address",s,u)||this;return o}return t}(vr);var kr=function(e){__extends(t,e);function t(t){return e.call(this,"Account name",t)||this}t.prototype.validateAndReturnErrorMessage=function(e){if(cr(e)){return"Account name is required."}else if(e.length<2){return"Enter a valid Account name."}else{return null}};return t}(mr);var Pr=function(e){__extends(t,e);function t(t){return e.call(this,"BSB",t)||this}t.prototype.validateAndReturnErrorMessage=function(e){var t=/^[0-9]{6,7}$/;if(cr(e)){return"BSB is required."}else if(!t.test(e)){return"Enter a valid BSB."}else{return null}};return t}(mr);var Mr=function(e){__extends(t,e);function t(t){return e.call(this,"Account number",t)||this}t.prototype.validateAndReturnErrorMessage=function(e){var t=/^[0-9]{2,11}$/;if(cr(e)){return"Account number is required."}else if(!t.test(e)){return"Enter a valid Account number."}else{return null}};return t}(mr);var Dr=e("sss_prefill_invalid_my_own_fund",function(){function e(e){t(this,e);this.eventTrackingService=Lt.Instance;this.createSuperFundPrefillDeclinedDetail=function(e){return{fundType:"My Own Fund",isUsiValid:e.fundDetail.type==="Valid",isMemberNumberPresent:!cr(e.memberNumber),isMemberFirstNamePresent:!cr(e.memberFirstName),isMemberLastNamePresent:!cr(e.memberFamilyName)}};this.createSuperFundPrefillViewedDetail=function(e){return{fundType:"My Own Fund",isUsiValid:e.fundDetail.type==="Valid",isMemberNumberPresent:!cr(e.memberNumber),isMemberFirstNamePresent:!cr(e.memberFirstName),isMemberLastNamePresent:!cr(e.memberFamilyName)}}}e.prototype.componentDidLoad=function(){var e=this.createSuperFundPrefillViewedDetail(this.prefill);return this.eventTrackingService.TrackSuperFundPrefillViewedAsync(e)};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){if(this.prefill&&this.prefill.fundDetail.type==="Invalid"){this.fundUsi=new gr(this.prefill.fundDetail.fundUsi,false);this.fundName=new yr("",false);this.memberNumber=new wr(this.prefill.memberNumber);this.memberGivenNames=new Sr(this.prefill.memberFirstName);this.memberLastName=new xr(this.prefill.memberFamilyName)}else{Xt.navigateInternally(this.history,Wt.ConsentPage)}return[2]}))}))};e.prototype.render=function(){var e=this;return n("div",null,n(fr,null),n("div",{class:"flex flex-col items-center gap-8 mt-8 sm:mt-12"},n("div",{class:"flex max-w-[560px] flex-col items-start gap-6 p-6 border shadow-sm rounded-lg"},n("div",{class:"flex flex-col items-start gap-3 self-stretch"},n("div",{class:"self-stretch text-grey-900 text-lg not-italic font-bold leading-7"},"Your fund details"),n("sss-prefill-error-box",{class:"self-stretch",notificationList:["The fund USI is invalid, or no longer in use. You are required to choose another fund to continue with your super nomination."]}),n("div",{class:"flex flex-col gap-3 self-stretch mt-4"},n("sss-prefill-display-field",{field:this.fundUsi}),n("sss-prefill-display-field",{field:this.fundName}),n("sss-prefill-display-field",{field:this.memberNumber}),n("sss-prefill-display-field",{field:this.memberLastName}),n("sss-prefill-display-field",{field:this.memberGivenNames})))),n("div",{class:"flex w-80 flex-col items-start gap-4"},n("sss-button",{class:"self-stretch",fillWidth:true,variant:"primary",promiseFn:function(){return e.handleChooseAnotherFund()}},"Choose another fund"))))};e.prototype.handleChooseAnotherFund=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:e=this.createSuperFundPrefillDeclinedDetail(this.prefill);return[4,this.eventTrackingService.TrackSuperFundPrefillDeclinedAsync(e)];case 1:t.sent();return[2,Xt.navigateInternally(this.history,Wt.ConsentPage)]}}))}))};return e}());var Lr=e("sss_prefill_invalid_smsf",function(){function e(e){t(this,e);this.eventTrackingService=Lt.Instance;this.createSuperFundPrefillDeclinedDetail=function(e){return{fundType:"SMSF",isAbnValid:e.fundAbn.valid,isMemberFirstNamePresent:!cr(e.memberFirstName),isMemberLastNamePresent:!cr(e.memberFamilyName)}};this.createSuperFundPrefillViewedDetail=function(e){return{fundType:"SMSF",isAbnValid:e.fundAbn.valid,isMemberFirstNamePresent:!cr(e.memberFirstName),isMemberLastNamePresent:!cr(e.memberFamilyName)}}}e.prototype.componentDidLoad=function(){var e=this.createSuperFundPrefillViewedDetail(this.prefill);return this.eventTrackingService.TrackSuperFundPrefillViewedAsync(e)};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){if(this.prefill&&!this.prefill.fundAbn.valid){this.initialiseComponent(this.prefill)}else{Xt.navigateInternally(this.history,Wt.PrefillInvalidMyOwnFundPage)}return[2]}))}))};e.prototype.render=function(){var e=this;return n("div",null,n(fr,null),n("div",{class:"flex flex-col items-center gap-8 mt-8 sm:mt-12"},n("div",{class:"flex max-w-[560px] flex-col items-start gap-6 p-6 border shadow-sm rounded-lg"},n("div",{class:"flex flex-col items-start gap-3 self-stretch"},n("div",{class:"self-stretch text-grey-900 text-lg not-italic font-bold leading-7"},"Your self-managed super fund (SMSF) details"),n("sss-prefill-error-box",{class:"self-stretch",notificationList:["The fund ABN is invalid. You are required to choose another fund to continue with your super nomination."]}),n("div",{class:"flex flex-col gap-3 self-stretch mt-4"},n("sss-prefill-display-field",{field:this.fundName}),n("sss-prefill-display-field",{field:this.fundAbn}),n("sss-prefill-display-field",{field:this.fundEsa}),n("sss-prefill-display-field",{field:this.fundAddress}),n("sss-prefill-display-field",{field:this.memberLastName}),n("sss-prefill-display-field",{field:this.memberGivenNames}),n("sss-prefill-display-field",{field:this.bankAccountName}),n("sss-prefill-display-field",{field:this.bankAccountBsb}),n("sss-prefill-display-field",{field:this.bankAccountNumber})))),n("div",{class:"flex w-80 flex-col items-start gap-4"},n("sss-button",{class:"self-stretch",fillWidth:true,variant:"primary",promiseFn:function(){return e.handleFundNominationDeclined()}},"Choose another fund"))))};e.prototype.initialiseComponent=function(e){this.fundName=new br(e.fundName);this.fundAbn=new _r(e.fundAbn.value,e.fundAbn.valid);this.fundEsa=new Cr(e.electronicServiceAddress);this.fundAddressLine1=new Ir(e.addressLine1);this.fundAddressLine2=new Ar(e.addressLine2);this.fundAddressCity=new Fr(e.addressCity);this.fundAddressPostcode=new Nr(e.addressPostcode);this.fundAddressState=new Er(e.addressState);this.fundAddress=new Tr(this.fundAddressLine1,this.fundAddressLine2,this.fundAddressCity,this.fundAddressState,this.fundAddressPostcode);this.memberGivenNames=new Sr(e.memberFirstName);this.memberLastName=new xr(e.memberFamilyName);this.bankAccountName=new kr(e.bankAccountName);this.bankAccountBsb=new Pr(e.bankAccountBsb);this.bankAccountNumber=new Mr(e.bankAccountNumber)};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.createSuperFundPrefillDeclinedDetail(this.prefill);return[4,this.eventTrackingService.TrackSuperFundPrefillDeclinedAsync(e)];case 1:t.sent();return[2,Xt.navigateInternally(this.history,Wt.ConsentPage)]}}))}))};return e}());var Or=e("sss_prefill_my_own_fund",function(){function e(e){t(this,e);this.mode="review";this.formState="pristine";this.isSubmitDisabled=true;this.eventTrackingService=Lt.Instance;this.createSuperFundPrefillDeclinedDetail=function(e){return{fundType:"My Own Fund",isUsiValid:e.fundDetail.type==="Valid",isMemberNumberPresent:!cr(e.memberNumber),isMemberFirstNamePresent:!cr(e.memberFirstName),isMemberLastNamePresent:!cr(e.memberFamilyName)}};this.createSuperFundPrefillViewedDetail=function(e){return{fundType:"My Own Fund",isUsiValid:e.fundDetail.type==="Valid",isMemberNumberPresent:!cr(e.memberNumber),isMemberFirstNamePresent:!cr(e.memberFirstName),isMemberLastNamePresent:!cr(e.memberFamilyName)}}}e.prototype.componentDidLoad=function(){var e=this.createSuperFundPrefillViewedDetail(this.prefill);return this.eventTrackingService.TrackSuperFundPrefillViewedAsync(e)};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){if(this.prefill&&this.prefill.fundDetail.type==="Valid"){this.initialiseComponent(this.prefill.fundDetail.fundName,this.prefill)}else{Xt.navigateInternally(this.history,Wt.ConsentPage)}return[2]}))}))};e.prototype.render=function(){var e=this;var t=[this.memberNumber.errorMessage,this.memberLastName.errorMessage,this.memberGivenNames.errorMessage].filter((function(e){return e!==null}));return n("div",null,n(fr,null),n("div",{class:"flex flex-col items-center gap-8 mt-8 sm:mt-12"},n("div",{class:"flex max-w-[560px] flex-col items-start gap-6 p-6 border shadow-sm rounded-lg"},n("div",{class:"flex flex-col items-start gap-3.5 self-stretch"},n("div",{class:"self-stretch text-grey-900 text-lg not-italic font-bold leading-7"},"Your fund details"),n("sss-prefill-warning-box",{class:"self-stretch",notificationList:["Make sure you are a current member of the fund before completing this step.","Please check that the fund USI is correct as some funds have similar names."]}),this.mode==="review"&&t.length>0&&n("sss-prefill-error-box",{class:"self-stretch",notificationList:t,withHeader:true}),this.mode==="review"&&n("div",{class:"flex flex-col gap-3 self-stretch mt-4"},n("sss-prefill-display-field",{field:this.fundUsi}),n("sss-prefill-display-field",{field:this.fundName}),n("sss-prefill-display-field",{field:this.memberNumber}),n("sss-prefill-display-field",{field:this.memberLastName}),n("sss-prefill-display-field",{field:this.memberGivenNames})),this.mode==="review"&&n("sss-button",{class:"self-stretch",fillWidth:true,variant:"light",promiseFn:function(){return e.setModeToEdit()}},n("div",{class:"flex flex-row gap-2"},n("div",{class:"text-sm not-italic font-medium leading-4"},"Edit details"),n("div",{class:"w-4 h-4 relative"},n("svg",{xmlns:"http://www.w3.org/2000/svg",width:"17",height:"16",viewBox:"0 0 17 16",fill:"currentColor"},n("path",{d:"M11.369 2.86865C11.9939 2.24381 13.0069 2.24381 13.6318 2.86865C14.2566 3.49349 14.2566 4.50656 13.6318 5.1314L12.9974 5.76571L10.7347 3.50297L11.369 2.86865Z"}),n("path",{d:"M9.60334 4.63434L2.90039 11.3373V13.6H5.16313L11.8661 6.89708L9.60334 4.63434Z"}))))),this.mode==="edit"&&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.formHasMissingData()}},dr(this.fundName.name,this.fundName.value),dr(this.fundUsi.name,this.fundUsi.value),n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},this.memberNumber.name),n("div",{class:"mt-1"},n("input",{type:"text",class:pr.Input(this.formState==="validated"),required:true,pattern:"[A-Za-z0-9]{4,16}",value:this.memberNumber.value,onInput:function(t){e.updateMemberNumber(t.target.value)}}),n("div",{class:"mt-2 text-sm text-red-600"},this.formState==="validated"&&this.memberNumber.errorMessage))),n("div",{class:"flex gap-x-4 flex-col sm:flex-row"},n("div",{class:"mt-3 w-full sm:w-1/2"},n("label",{class:"text-sm font-medium text-gray-700"},this.memberGivenNames.name),n("div",{class:"mt-1"},n("input",{type:"text",class:pr.Input(this.formState==="validated"),required:true,pattern:hr,value:this.memberGivenNames.value,onInput:function(t){e.updateMemberGivenNames(t.target.value)}}),n("div",{class:"mt-2 text-sm text-red-600"},this.formState==="validated"&&this.memberGivenNames.errorMessage))),n("div",{class:"mt-3 w-full sm:w-1/2"},n("label",{class:"text-sm font-medium text-gray-700"},this.memberLastName.name),n("div",{class:"mt-1"},n("input",{type:"text",class:pr.Input(this.formState==="validated"),required:true,pattern:hr,value:this.memberLastName.value,onInput:function(t){e.updateMemberLastName(t.target.value)}}),n("div",{class:"mt-2 text-sm text-red-600"},this.formState==="validated"&&this.memberLastName.errorMessage))))))),n("div",{class:"flex w-80 flex-col items-start gap-4"},n("sss-button",{class:"self-stretch",fillWidth:true,variant:"primary",disabled:this.isSubmitDisabled,promiseFn:function(){return e.handleSubmitForm()}},"Continue"),n("sss-button",{class:"self-stretch",fillWidth:true,variant:"secondary",promiseFn:function(){return e.handleFundNominationDeclined()}},"Choose another fund"))))};e.prototype.initialiseComponent=function(e,t){this.fundUsi=new gr(t.fundDetail.fundUsi,true);this.fundName=new yr(e,true);this.memberNumber=new wr(t.memberNumber);this.memberGivenNames=new Sr(t.memberFirstName);this.memberLastName=new xr(t.memberFamilyName);this.isSubmitDisabled=this.formHasMissingData()};e.prototype.isFormValid=function(){return this.fundUsi.isValid&&this.fundName.isValid&&this.memberNumber.isValid&&this.memberGivenNames.isValid&&this.memberLastName.isValid};e.prototype.formHasMissingData=function(){return this.fundUsi.isEmpty||this.fundName.isEmpty||this.memberNumber.isEmpty||this.memberGivenNames.isEmpty||this.memberLastName.isEmpty};e.prototype.setModeToEdit=function(){this.mode="edit";return Promise.resolve()};e.prototype.updateMemberNumber=function(e){this.memberNumber=new wr(e.trim())};e.prototype.updateMemberGivenNames=function(e){this.memberGivenNames=new Sr(e.trimStart())};e.prototype.updateMemberLastName=function(e){this.memberLastName=new xr(e.trim())};e.prototype.handleSubmitForm=function(){return __awaiter(this,void 0,void 0,(function(){var e=this;return __generator(this,(function(t){this.formState="validated";if(!this.isFormValid()){return[2]}if(this.mode==="edit"&&!this.formElement.checkValidity()){return[2]}Xt.navigateInternallyToStandardChoice({history:this.history,fundName:this.fundName.value,handleSubmitFn:function(t){return __awaiter(e,void 0,void 0,(function(){var e;return __generator(this,(function(n){switch(n.label){case 0:e=Object.assign({fundUsi:this.fundUsi.value,memberNumber:this.memberNumber.value,memberFirstName:this.memberGivenNames.value,memberFamilyName:this.memberLastName.value,standardChoiceFormSignature:t},Pt.promotedFundsConfig);return[4,sn.submitCustomFundChoiceAsync(e)];case 1:n.sent();return[2]}}))}))}});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.createSuperFundPrefillDeclinedDetail(this.prefill);return[4,this.eventTrackingService.TrackSuperFundPrefillDeclinedAsync(e)];case 1:t.sent();return[2,Xt.navigateInternally(this.history,Wt.ConsentPage)]}}))}))};return e}());var Rr=e("sss_prefill_smsf",function(){function e(e){t(this,e);this.mode="review";this.formState="pristine";this.isSubmitDisabled=true;this.eventTrackingService=Lt.Instance;this.createSuperFundPrefillDeclinedDetail=function(e){return{fundType:"SMSF",isAbnValid:e.fundAbn.valid,isMemberFirstNamePresent:!cr(e.memberFirstName),isMemberLastNamePresent:!cr(e.memberFamilyName)}};this.createSuperFundPrefillViewedDetail=function(e){return{fundType:"SMSF",isAbnValid:e.fundAbn.valid,isMemberFirstNamePresent:!cr(e.memberFirstName),isMemberLastNamePresent:!cr(e.memberFamilyName)}}}e.prototype.componentDidLoad=function(){var e=this.createSuperFundPrefillViewedDetail(this.prefill);return this.eventTrackingService.TrackSuperFundPrefillViewedAsync(e)};e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){if(this.prefill&&this.prefill.fundAbn.valid){this.initialiseComponent(this.prefill)}else{Xt.navigateInternally(this.history,Wt.PrefillInvalidMyOwnFundPage)}return[2]}))}))};e.prototype.render=function(){var e=this;var t=[this.fundName.errorMessage,this.fundEsa.errorMessage,this.fundAddressLine1.errorMessage,this.fundAddressLine2.errorMessage,this.fundAddressCity.errorMessage,this.fundAddressPostcode.errorMessage,this.fundAddressState.errorMessage,this.memberLastName.errorMessage,this.memberGivenNames.errorMessage,this.bankAccountName.errorMessage,this.bankAccountBsb.errorMessage,this.bankAccountNumber.errorMessage].filter((function(e){return e!==null}));return n("div",null,n(fr,null),n("div",{class:"flex flex-col items-center gap-8 mt-8 sm:mt-12"},n("div",{class:"flex max-w-[560px] flex-col items-start gap-6 p-6 border shadow-sm rounded-lg"},n("div",{class:"flex flex-col items-start gap-3 self-stretch"},n("div",{class:"self-stretch text-grey-900 text-lg not-italic font-bold leading-7"},"Your self-managed super fund (SMSF) details"),n("sss-prefill-warning-box",{class:"self-stretch",notificationList:["Make sure your Self-managed super fund (SMSF) is a registered fund before completing this step."]}),this.mode==="review"&&t.length>0&&n("sss-prefill-error-box",{class:"self-stretch",notificationList:t,withHeader:true}),this.mode==="review"&&n("div",{class:"flex flex-col gap-3 self-stretch mt-4"},n("sss-prefill-display-field",{field:this.fundName}),n("sss-prefill-display-field",{field:this.fundAbn}),n("sss-prefill-display-field",{field:this.fundEsa}),n("sss-prefill-display-field",{field:this.fundAddress}),n("sss-prefill-display-field",{field:this.memberLastName}),n("sss-prefill-display-field",{field:this.memberGivenNames}),n("sss-prefill-display-field",{field:this.bankAccountName}),n("sss-prefill-display-field",{field:this.bankAccountBsb}),n("sss-prefill-display-field",{field:this.bankAccountNumber})),this.mode==="review"&&n("sss-button",{class:"self-stretch",fillWidth:true,variant:"light",promiseFn:function(){return e.setModeToEdit()}},n("div",{class:"flex flex-row gap-2"},n("div",{class:"text-sm not-italic font-medium leading-4"},"Edit details"),n("div",{class:"w-4 h-4 relative"},n("svg",{xmlns:"http://www.w3.org/2000/svg",width:"17",height:"16",viewBox:"0 0 17 16",fill:"currentColor"},n("path",{d:"M11.369 2.86865C11.9939 2.24381 13.0069 2.24381 13.6318 2.86865C14.2566 3.49349 14.2566 4.50656 13.6318 5.1314L12.9974 5.76571L10.7347 3.50297L11.369 2.86865Z"}),n("path",{d:"M9.60334 4.63434L2.90039 11.3373V13.6H5.16313L11.8661 6.89708L9.60334 4.63434Z"}))))),this.mode==="edit"&&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.formHasMissingData()}},n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},this.fundName.name),n("div",{class:"mt-1"},n("input",{type:"text",class:pr.Input(this.formState==="validated"),required:true,value:this.fundName.value,onInput:function(t){e.updateFundName(t.target.value)}}),n("div",{class:"mt-2 text-sm text-red-600"},this.formState==="validated"&&this.fundName.errorMessage))),dr(this.fundAbn.name,this.fundAbn.value),n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},this.fundEsa.name),n("div",{class:"mt-1"},n("input",{type:"text",class:pr.Input(this.formState==="validated"),required:true,minlength:"2",value:this.fundEsa.value,onInput:function(t){e.updateFundEsa(t.target.value)}}),n("div",{class:"mt-2 text-sm text-red-600"},this.formState==="validated"&&this.fundEsa.errorMessage))),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({},pr.Input(this.formState==="validated")),{"rounded-none rounded-t-md shadow-none":true}),required:true,minlength:"2",name:"addressLine1",id:"addressLine1",value:this.fundAddressLine1.value,onChange:function(t){e.updateAddressLine1(t.target.value)}}),n("input",{placeholder:"Address line 2 (optional)",type:"text",class:Object.assign(Object.assign({},pr.Input(this.formState==="validated")),{"rounded-none shadow-none":true}),value:this.fundAddressLine2.value,onChange:function(t){return e.updateAddressLine2(t.target.value)}}),n("input",{placeholder:"City/suburb",type:"text",class:Object.assign(Object.assign({},pr.Input(this.formState==="validated")),{"rounded-none shadow-none":true}),required:true,value:this.fundAddressCity.value,onChange:function(t){e.updateAddressCity(t.target.value)}}),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({},pr.Input(this.formState==="validated")),{"rounded-none rounded-bl-md shadow-none":true}),name:"postcode",minlength:"4",maxlength:"4",pattern:"[0-9]{4}",id:"postcode",value:this.fundAddressPostcode.value,inputmode:"numeric",onChange:function(t){e.updateAddressPostcode(t.target.value)}})),n("div",{class:"flex-1 min-w-0"},n("select",{class:Object.assign(Object.assign({},pr.Input(this.formState==="validated")),{"rounded-none rounded-br-md shadow-none":true,"text-gray-500":this.formState!=="validated"}),name:"state",required:true,id:"state",onChange:function(t){e.updateAddressState(t.target.value)}},n("option",{disabled:true,selected:this.fundAddressState.value!==undefined,value:""},"State"),this.fundAddressState.options.map((function(t){return n("option",{value:t.value,selected:e.fundAddressState.value===t.value},t.label)})))))),this.formState==="validated"&&n("div",{class:"mt-2 text-sm text-red-600"},this.fundAddressLine1.errorMessage||this.fundAddressLine1.errorMessage||this.fundAddressCity.errorMessage||this.fundAddressPostcode.errorMessage||this.fundAddressState.errorMessage)),n("div",{class:"flex gap-x-4 flex-col sm:flex-row"},n("div",{class:"mt-3 w-full sm:w-1/2"},n("label",{class:"text-sm font-medium text-gray-700"},this.memberGivenNames.name),n("div",{class:"mt-1"},n("input",{type:"text",class:pr.Input(this.formState==="validated"),required:true,value:this.memberGivenNames.value,onInput:function(t){e.updateMemberGivenNames(t.target.value)}}),n("div",{class:"mt-2 text-sm text-red-600"},this.formState==="validated"&&this.memberGivenNames.errorMessage))),n("div",{class:"mt-3 w-full sm:w-1/2"},n("label",{class:"text-sm font-medium text-gray-700"},this.memberLastName.name),n("div",{class:"mt-1"},n("input",{type:"text",class:pr.Input(this.formState==="validated"),required:true,value:this.memberLastName.value,onInput:function(t){e.updateMemberLastName(t.target.value)}}),n("div",{class:"mt-2 text-sm text-red-600"},this.formState==="validated"&&this.memberLastName.errorMessage)))),n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},this.bankAccountName.name),n("div",{class:"mt-1"},n("input",{type:"text",class:pr.Input(this.formState==="validated"),required:true,value:this.bankAccountName.value,onInput:function(t){e.updateBankAccountName(t.target.value)}}),n("div",{class:"mt-2 text-sm text-red-600"},this.formState==="validated"&&this.bankAccountName.errorMessage))),n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},this.bankAccountBsb.name),n("div",{class:"mt-1"},n("input",{type:"text",class:pr.Input(this.formState==="validated"),required:true,value:this.bankAccountBsb.value,onInput:function(t){e.updateBankAccountBsb(t.target.value)}}),n("div",{class:"mt-2 text-sm text-red-600"},this.formState==="validated"&&this.bankAccountBsb.errorMessage))),n("div",{class:"mt-3"},n("label",{class:"text-sm font-medium text-gray-700"},this.bankAccountNumber.name),n("div",{class:"mt-1"},n("input",{type:"text",class:pr.Input(this.formState==="validated"),required:true,value:this.bankAccountNumber.value,onInput:function(t){e.updateBankAccountNumber(t.target.value)}}),n("div",{class:"mt-2 text-sm text-red-600"},this.formState==="validated"&&this.bankAccountNumber.errorMessage)))))),n("div",{class:"flex w-80 flex-col items-start gap-4"},n("sss-button",{class:"self-stretch",fillWidth:true,variant:"primary",disabled:this.isSubmitDisabled,promiseFn:function(){return e.handleSubmitForm()}},"Continue"),n("sss-button",{class:"self-stretch",fillWidth:true,variant:"secondary",promiseFn:function(){return e.handleFundNominationDeclined()}},"Choose another fund"))))};e.prototype.isFormValid=function(){return this.fundName.isValid&&this.fundAbn.isValid&&this.fundEsa.isValid&&this.fundAddressLine1.isValid&&this.fundAddressLine2.isValid&&this.fundAddressCity.isValid&&this.fundAddressPostcode.isValid&&this.fundAddressState.isValid&&this.memberGivenNames.isValid&&this.memberLastName.isValid&&this.bankAccountName.isValid&&this.bankAccountBsb.isValid&&this.bankAccountNumber.isValid};e.prototype.formHasMissingData=function(){return this.fundName.isEmpty||this.fundAbn.isEmpty||this.fundEsa.isEmpty||this.fundAddressLine1.isEmpty||this.fundAddressCity.isEmpty||this.fundAddressPostcode.isEmpty||this.fundAddressState.isEmpty||this.memberGivenNames.isEmpty||this.memberLastName.isEmpty||this.bankAccountName.isEmpty||this.bankAccountBsb.isEmpty||this.bankAccountNumber.isEmpty};e.prototype.setModeToEdit=function(){this.mode="edit";return Promise.resolve()};e.prototype.updateFundName=function(e){this.fundName=new br(e.trim())};e.prototype.updateFundEsa=function(e){this.fundEsa=new Cr(e.trim())};e.prototype.updateAddressLine1=function(e){this.fundAddressLine1=new Ir(e.trim())};e.prototype.updateAddressLine2=function(e){this.fundAddressLine2=new Ar(e.trim())};e.prototype.updateAddressCity=function(e){this.fundAddressCity=new Fr(e.trim())};e.prototype.updateAddressPostcode=function(e){this.fundAddressPostcode=new Nr(e.trim())};e.prototype.updateAddressState=function(e){this.fundAddressState=new Er(e.trim())};e.prototype.updateBankAccountName=function(e){this.bankAccountName=new kr(e.trim())};e.prototype.updateBankAccountBsb=function(e){this.bankAccountBsb=new Pr(e.trim())};e.prototype.updateBankAccountNumber=function(e){this.bankAccountNumber=new Mr(e.trim())};e.prototype.updateMemberGivenNames=function(e){this.memberGivenNames=new Sr(e)};e.prototype.updateMemberLastName=function(e){this.memberLastName=new xr(e.trim())};e.prototype.handleSubmitForm=function(){return __awaiter(this,void 0,void 0,(function(){var e=this;return __generator(this,(function(t){this.formState="validated";if(!this.isFormValid()||!this.formElement.checkValidity()){return[2]}Xt.navigateInternallyToStandardChoice({history:this.history,fundName:this.fundName.value,handleSubmitFn:function(t){return __awaiter(e,void 0,void 0,(function(){var e;return __generator(this,(function(n){switch(n.label){case 0:e=Object.assign({smsfChoice:{abn:this.fundAbn.value,fundName:this.fundName.value,fundAddress:{addressLine1:this.fundAddressLine1.value,addressLine2:this.fundAddressLine2.value.trim()===""?null:this.fundAddressLine2.value.trim(),city:this.fundAddressCity.value,state:this.fundAddressState.value,postcode:this.fundAddressPostcode.value},bsb:this.bankAccountBsb.value,bankAccountName:this.bankAccountName.value,bankAccountNumber:this.bankAccountNumber.value,electronicServiceAddress:this.fundEsa.value,memberFirstName:this.memberGivenNames.value,memberFamilyName:this.memberLastName.value},standardChoiceFormSignature:t},Pt.promotedFundsConfig);return[4,sn.submitSelfManagedFundChoiceAsync(e)];case 1:n.sent();return[2]}}))}))}});return[2]}))}))};e.prototype.initialiseComponent=function(e){this.fundName=new br(e.fundName);this.fundAbn=new _r(e.fundAbn.value,e.fundAbn.valid);this.fundEsa=new Cr(e.electronicServiceAddress);this.fundAddressLine1=new Ir(e.addressLine1);this.fundAddressLine2=new Ar(e.addressLine2);this.fundAddressCity=new Fr(e.addressCity);this.fundAddressPostcode=new Nr(e.addressPostcode);this.fundAddressState=new Er(e.addressState);this.fundAddress=new Tr(this.fundAddressLine1,this.fundAddressLine2,this.fundAddressCity,this.fundAddressState,this.fundAddressPostcode);this.memberGivenNames=new Sr(e.memberFirstName);this.memberLastName=new xr(e.memberFamilyName);this.bankAccountName=new kr(e.bankAccountName);this.bankAccountBsb=new Pr(e.bankAccountBsb);this.bankAccountNumber=new Mr(e.bankAccountNumber);this.isSubmitDisabled=this.formHasMissingData()};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.createSuperFundPrefillDeclinedDetail(this.prefill);return[4,this.eventTrackingService.TrackSuperFundPrefillDeclinedAsync(e)];case 1:t.sent();return[2,Xt.navigateInternally(this.history,Wt.ConsentPage)]}}))}))};return e}());var Ur=e("sss_prefill_warning_box",function(){function e(e){t(this,e)}e.prototype.render=function(){var e="bg-yellow-50";var t="bg-yellow-400";var r="text-yellow-700";var i="#B45309";var a=function(){return n("div",{class:"flex justify-center items-center pt-2"},n("div",{class:"w-1.5 h-1.5 fill-yellow-700"},n("svg",{width:"6",height:"6",viewBox:"0 0 6 6",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n("circle",{id:"Bullet",cx:"3",cy:"3",r:"3",fill:i}))))};var o=function(){return n("div",{class:"w-5 h-5"},n("svg",{xmlns:"http://www.w3.org/2000/svg",width:"20",height:"20",viewBox:"0 0 20 20",fill:"none"},n("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M8.25706 3.09882C9.02167 1.73952 10.9788 1.73952 11.7434 3.09882L17.3237 13.0194C18.0736 14.3526 17.1102 15.9999 15.5805 15.9999H4.4199C2.89025 15.9999 1.92682 14.3526 2.67675 13.0194L8.25706 3.09882ZM11.0001 13C11.0001 13.5523 10.5524 14 10.0001 14C9.44784 14 9.00012 13.5523 9.00012 13C9.00012 12.4477 9.44784 12 10.0001 12C10.5524 12 11.0001 12.4477 11.0001 13ZM10.0001 5C9.44784 5 9.00012 5.44772 9.00012 6V9C9.00012 9.55228 9.44784 10 10.0001 10C10.5524 10 11.0001 9.55228 11.0001 9V6C11.0001 5.44772 10.5524 5 10.0001 5Z",fill:"#FBBF24"})))};return n("div",{class:"flex items-start self-stretch rounded-md "+e},n("div",{class:"w-1 self-stretch "+t}),n("div",{class:"flex items-start gap-3 flex-[1_0_0] p-4"},n(o,null),n("div",{class:"flex flex-col items-start gap-2 flex-[1_0_0]"},n("div",{class:"flex flex-col items-start gap-1 self-stretch"},this.notificationList.map((function(e){return n("div",{class:"flex items-start gap-[7px] self-stretch pl-0"},n(a,null),n("div",{class:"flex-[1_0_0] text-sm not-italic font-normal leading-5 "+r},e))}))))))};return e}());var Br=function(){function e(){}e.prototype.submitChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,Mt().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,Mt().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 Vr=new Br;var jr={fundId:"",isPromotedDefault:false};var qr=ft(jr),zr=qr.state,Hr=qr.reset;var Wr=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:Pt.partnerIdOrDefault,accountId:Pt.accountIdOrDefault,fundId:zr.fundId,authToken:Pt.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":Xt.navigateInternally(t,Wt.ChoicePage);break;case"success":if(i.memberNumber){var a=zr.fundId;var o=Hn(a);Xt.navigateInternallyToStandardChoice({history:t,fundName:vt.isSome(o)?o.value:"",handleSubmitFn:function(e){return Vr.submitChoiceAsync(Object.assign({fundId:a,memberNumber:i.memberNumber,memberFirstName:i.memberFirstName,memberFamilyName:i.memberFamilyName,usi:i.usi.replace(/ /g,""),standardChoiceFormSignature:e,defaultFundUsiSet:vt.toUndefined(Pt.defaultFundUsi)},Pt.promotedFundsConfig))},promotedFundId:a});break}default:Xt.navigateInternally(t,Wt.ChoicePage);break}Hr();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);qt.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=Pt.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 Gr=new Wr;var Kr=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 Gr.build(t,e.history)}})};return e}());var Xr=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:Pt.partnerIdOrDefault,accountId:Pt.accountIdOrDefault,fundId:zr.fundId,authToken:Pt.jwt,employerDefault:zr.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":Xt.navigateInternally(t,Wt.ChoicePage);break;case"success":if(zr.isPromotedDefault||!zr.isPromotedDefault&&i.memberNumber){var a=zr.fundId;var o=Hn(a);Xt.navigateInternallyToStandardChoice({history:t,fundName:vt.isSome(o)?o.value:"",promotedFundId:a,handleSubmitFn:zr.isPromotedDefault?function(e){return Vr.submitDefaultChoiceAsync(Object.assign({fundId:a,usi:i.usi.replace(/ /g,""),standardChoiceFormSignature:e,defaultFundUsiSet:vt.toUndefined(Pt.defaultFundUsi)},Pt.promotedFundsConfig))}:function(e){return Vr.submitChoiceAsync(Object.assign({fundId:a,memberNumber:i.memberNumber,memberFirstName:i.memberFirstName,memberFamilyName:i.memberFamilyName,usi:i.usi.replace(/ /g,""),standardChoiceFormSignature:e,defaultFundUsiSet:vt.toUndefined(Pt.defaultFundUsi)},Pt.promotedFundsConfig))}});break}default:Xt.navigateInternally(t,Wt.ChoicePage);break}Hr();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);qt.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=Pt.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 Jr=new Xr;var Yr=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 Jr.build(t,e.history)}})};return e}());function $r(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 Qr=e("sss_self_managed_fund",function(){function e(e){var n=this;t(this,e);this.isSubmitDisabled=true;this.isAbnValid=$r(Zt.selfManagedFundForm.fundAbn);this.eventTrackingService=Lt.Instance;this.success=function(){Xt.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:Zt.selfManagedFundForm.fundAbn,fundName:Zt.selfManagedFundForm.fundName,fundAddress:{addressLine1:Zt.selfManagedFundForm.addressLine1,addressLine2:Zt.selfManagedFundForm.addressLine2,city:Zt.selfManagedFundForm.city,state:Zt.selfManagedFundForm.state,postcode:Zt.selfManagedFundForm.postcode},bsb:Zt.selfManagedFundForm.bsb,bankAccountName:Zt.selfManagedFundForm.bankAccountName,bankAccountNumber:Zt.selfManagedFundForm.bankAccountNumber,electronicServiceAddress:Zt.selfManagedFundForm.fundEsa,memberFirstName:Zt.selfManagedFundForm.memberFirstName,memberFamilyName:Zt.selfManagedFundForm.memberFamilyName},standardChoiceFormSignature:e},Pt.promotedFundsConfig);return[4,sn.submitSelfManagedFundChoiceAsync(t)];case 1:n.sent();return[2]}}))}))}})}}e.prototype.componentDidLoad=function(){this.updateIsSubmitDisabled();return this.eventTrackingService.TrackSmsfSuperFundDetailViewedAsync({promotedFundsShown:Pt.promotedFunds,defaultFundUsiSet:$(Pt.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:Zt.selfManagedFundForm,showValidationErrors:this.formState==="validated",onFormChanged:function(t){Zt.selfManagedFundForm=Object.assign(Object.assign({},Zt.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:Wt.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(Qr);var Zr={"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 ei=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:Zt.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:Zt.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=$r(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:Zt.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:Zt.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:Zt.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:Zt.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:Zt.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:Zt.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:Zt.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:Zt.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:Zt.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:Zt.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,sn.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=Zr[n];var a=Zr[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 ti=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 ni;(function(e){e[e["Unauthorized"]=0]="Unauthorized";e[e["Authenticated"]=1]="Authenticated";e[e["Error"]=2]="Error"})(ni||(ni={}));var ri=function(){function e(){}return e}();function ii(){return{authenticationState:ni.Unauthorized,jwt:X,reactNativeInterop:X,iframeInterop:X,appConfiguration:X,ignoreExistingSelection:false}}var ai=function(e){__extends(t,e);function t(){return e.call(this,ii())||this}return t}(I);ai=ti([C({name:"sss-session",resettable:true})],ai);var oi=new ai;var si=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}(A);var ui=new si(oi);var li=function(){function e(){}e.prototype.submitSlateChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,Mt().url("super-choice/slate").post(e).badRequest((function(){throw new Error("Failed to process Slate join request")})).text()]}))}))};return e}();var ci=new li;var di=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 ui.isReactNativeInteropEnabled()?"true":"false"};this.skipInsurance=function(){return ui.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=Pt.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){Xt.navigateInternallyToStandardChoice({history:t,fundName:Pn.name,handleSubmitFn:function(e){return ci.submitSlateChoiceAsync(Object.assign({memberNumber:r.memberNumber,memberFirstName:r.memberFirstName,memberFamilyName:r.memberFamilyName,standardChoiceFormSignature:e,defaultFundUsiSet:vt.toUndefined(Pt.defaultFundUsi)},Pt.promotedFundsConfig))},promotedFundId:Pn.fundId});break}default:Xt.navigateInternally(t,Wt.ChoicePage);break}Hr();return}if(r.sender==="flare"&&i.endsWith("join.slatesuper.com.au")){switch(r.type){case"contentResized":e.height=r.height>0?r.height:e.height;e.width=r.width>0?r.width:e.width;break}}};window.addEventListener("message",a);var o=e.contentDocument;o.open();var s=o.createElement("form");s.method="POST";s.target="_self";s.action=this.slateJoinAppUrl();var u;for(u in i){var l=i[u];if(l!==undefined){var c=document.createElement("input");c.type="hidden";c.name=u;c.value=l;s.append(c)}}o.appendChild(s);o.close();s.submit()};e.prototype.getSlateJoinMemberData=function(){var e,t;var n=Pt.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 fi=new di;var pi=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 fi.build(t,e.history)}})};return e}());var hi=e("sss_standard_choice_form",function(){function e(e){t(this,e);this.standardChoiceFormSignature="";this.isSubmitDisabled=true;this.ignorePopState=function(){return window.history.pushState(null,"",null)}}e.prototype.connectedCallback=function(){this.ignorePopState();window.addEventListener("popstate",this.ignorePopState)};e.prototype.disconnectedCallback=function(){window.removeEventListener("popstate",this.ignorePopState)};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"},Ht.fundName)),n("div",{class:"grid content-center ml-4"},n("stencil-route-link",{url:Wt.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(Ht.promotedFundId==undefined)return;var e=Kn(Ht.promotedFundId);if(vt.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:Ht.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,Ht.handleSubmitFn(this.standardChoiceFormSignature.trim())];case 1:e.sent();Pt.markSuperSelectionAsSubmitted();e.label=2;case 2:return[2]}}))}))};return e}());var mi=e("sss_success",function(){function e(e){t(this,e);this.ignorePopState=function(){return window.history.pushState(null,"",null)}}e.prototype.connectedCallback=function(){this.ignorePopState();window.addEventListener("popstate",this.ignorePopState)};e.prototype.disconnectedCallback=function(){window.removeEventListener("popstate",this.ignorePopState)};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){Pt.completeSuperSelectionFlow()};return e}());var vi=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 flex flex-col justify-between h-full"},n("div",null,n("div",{class:{"md:max-w-[240px]":true,"lg:max-w-full":this.isMultiFund}},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 gi=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 pt-6"},n("div",{class:"text-right w-100 -mt-5 -mr-2"},this.isPromotedDefault&&n("span",{class:"text-xs bg-blue-100 text-blue-800 font-medium rounded-xl py-0.5 px-2.5 mr-1"},"Employer Default"),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":true,"lg:mt-4":this.isMultiFund}},n("img",{class:{"h-12 md:h-14 lg:h-16 object-contain w-[80px] md:w-[96px] lg:w-[140px] md:hidden lg:object-left":true,"lg:block":this.isMultiFund},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":true,"lg:mt-4":this.isMultiFund}},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 yi=function(){function e(){}e.prototype.trackClickPromotedTileAsync=function(e){return Et.clickPromotedTileAsync(e)};return e}();var bi=new yi;var wi=e("sss_super_choice_page",function(){function e(e){t(this,e);this.campaignConnectRequestInProgress=true;this.eventTrackingService=Lt.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,Pt.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:vt.toUndefined(Pt.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"}))}var u=this.promotedFunds.length>1;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:Wt.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-720":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 w-36 justify-center pt-6 pl-6":true,"lg:hidden":u}},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,isMultiFund:u,isPromotedDefault:t.isPromotedDefault}),n("div",{class:{"lg:hidden":u}},n("sss-super-choice-item-bottom",{disclaimer:t.disclaimer,abnInfo:t.abnInfo,abn:t.abn,isMultiFund:u,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 border-r":true,"lg:block":u,"rounded-br-lg":r===e.promotedFunds.length-1}},n("sss-super-choice-item-bottom",{disclaimer:t.disclaimer,abnInfo:t.abnInfo,abn:t.abn,isMultiFund:u,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:Xt.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:Xt.toExternalUrl(i)},s))),n("stencil-route-link",{url:Wt.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=[];Pt.promotedFunds.forEach((function(t){var n=qn.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=Pt.promotedFunds;r=Gn(e.fundId);i=Hn(e.fundId);return[4,Promise.all([e.isPromotedDefault==true?this.eventTrackingService.TrackPromotedDefaultSuperFundDetailViewedAsync({fundUsi:vt.isSome(r)?r.value:"",fundName:vt.isSome(i)?i.value:"",promotedFundId:e.fundId,promotedFundsShown:n,defaultFundUsiSet:vt.toUndefined(Pt.defaultFundUsi)}):this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({fundUsi:vt.isSome(r)?r.value:undefined,fundName:vt.isSome(i)?i.value:"",promotedFundId:e.fundId,promotedFundsShown:n,defaultFundUsiSet:vt.toUndefined(Pt.defaultFundUsi)}),bi.trackClickPromotedTileAsync(e.isPromotedDefault?{promotedDefault:{fundId:e.fundId}}:{promoted:{fundId:e.fundId}})])];case 1:a.sent();zr.fundId=e.fundId;zr.isPromotedDefault=(t=e.isPromotedDefault)!==null&&t!==void 0?t:false;return[2,Xt.navigateInternally(this.history,e.route)]}}))}))};Object.defineProperty(e,"assetsDirs",{get:function(){return["assets"]},enumerable:false,configurable:true});return e}());var xi="stencil-route.inactive{display:none}";var Si=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=De(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&&!Le(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 l(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{location:["computeMatch"]}},enumerable:false,configurable:true});return e}());F.injectProps(Si,["location","history","historyType","routeViewsUpdated"]);Si.style=xi;var _i=function(e,t,n){return n(e.confirm(t))};var Ci=function(e){return e.metaKey||e.altKey||e.ctrlKey||e.shiftKey};var Ii=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 Ai=function(e){return e.userAgent.indexOf("Trident")===-1};var Fi=function(e){return e.userAgent.indexOf("Firefox")===-1};var Ni=function(e,t){return t.state===undefined&&e.userAgent.indexOf("CriOS")===-1};var Ei=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 Ti=function(e,t){if(e.charAt(0)=="/"&&t.charAt(t.length-1)=="/"){return t.slice(0,t.length-1)+e}return t+e};var ki=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=De(this.location.pathname,{path:this.urlMatch||this.url,exact:this.exact,strict:this.strict})}};e.prototype.handleClick=function(e){if(Ci(e)||!this.history||!this.url||!this.root){return}e.preventDefault();return this.history.push(Ti(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 l(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{location:["computeMatch"]}},enumerable:false,configurable:true});return e}());F.injectProps(ki,["history","location","root"]);var Pi=function(){return((Math.random()*1e17).toString().match(/.{4}/g)||[]).join("-")};var Mi=function(e,t,n){return De(e,{path:t,exact:n,strict:true})};var Di=function(e){return e.tagName==="STENCIL-ROUTE"};var Li=e("stencil_route_switch",function(){function e(e){t(this,e);this.group=Pi();this.subscribers=[];this.queue=c(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(Di).map((function(n,r){var i=Mi(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 l(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{location:["regenerateSubscribers"]}},enumerable:false,configurable:true});return e}());F.injectProps(Li,["location","routeViewsUpdated"]);var Oi=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 Ri=function(){var e;var t=[];var n=function(t){Oi(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{Oi(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 Ui=function(e,t){if(t===void 0){t="scrollPositions"}var n=new Map;var r=function(t,r){n.set(t,r);if(Ei(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(Ei(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 Bi="popstate";var Vi="hashchange";var ji=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=Ii(e);var s=!Ai(a);var u=Ui(e);var l=t.forceRefresh!=null?t.forceRefresh:false;var c=t.getUserConfirmation!=null?t.getUserConfirmation:_i;var d=t.keyLength!=null?t.keyLength:6;var f=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;Oi(!f||me(s,f),"You are attempting to use a basename on a page whose URL path does not begin "+'with the basename. Expected path "'+s+'" to begin with "'+f+'".');if(f){s=ve(s,f)}return Ee(s,n,t||Ce(d))};var m=Ri();var v=function(e){u.capture(D.location.key);Object.assign(D,e);D.location.scrollPosition=u.get(D.location.key);D.length=r.length;m.notifyListeners(D.location,D.action)};var g=function(e){if(!Ni(a,e)){b(h(e.state))}};var y=function(){b(h(p()))};var b=function(e){if(n){n=false;v()}else{var t="POP";m.confirmTransitionTo(e,t,c,(function(n){if(n){v({action:t,location:e})}else{w(e)}}))}};var w=function(e){var t=D.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;N(a)}};var x=h(p());var S=[x.key];var _=0;var C=false;var I=function(e){return f+xe(e)};var A=function(e,t){Oi(!(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=Ee(e,t,Ce(d),D.location);m.confirmTransitionTo(a,n,c,(function(e){if(!e){return}var t=I(a);var s=a.key,u=a.state;if(o){r.pushState({key:s,state:u},"",t);if(l){i.href=t}else{var c=S.indexOf(D.location.key);var d=S.slice(0,c===-1?0:c+1);d.push(a.key);S=d;v({action:n,location:a})}}else{Oi(u===undefined,"Browser history cannot push state in browsers that do not support HTML5 history");i.href=t}}))};var F=function(e,t){Oi(!(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=Ee(e,t,Ce(d),D.location);m.confirmTransitionTo(a,n,c,(function(e){if(!e){return}var t=I(a);var s=a.key,u=a.state;if(o){r.replaceState({key:s,state:u},"",t);if(l){i.replace(t)}else{var c=S.indexOf(D.location.key);if(c!==-1){S[c]=a.key}v({action:n,location:a})}}else{Oi(u===undefined,"Browser history cannot replace state in browsers that do not support HTML5 history");i.replace(t)}}))};var N=function(e){r.go(e)};var E=function(){return N(-1)};var T=function(){return N(1)};var k=function(t){_+=t;if(_===1){e.addEventListener(Bi,g);if(s){e.addEventListener(Vi,y)}}else if(_===0){e.removeEventListener(Bi,g);if(s){e.removeEventListener(Vi,y)}}};var P=function(e){if(e===void 0){e=""}var t=m.setPrompt(e);if(!C){k(1);C=true}return function(){if(C){C=false;k(-1)}return t()}};var M=function(e){var t=m.appendListener(e);k(1);return function(){k(-1);t()}};var D={length:r.length,action:"POP",location:x,createHref:I,push:A,replace:F,go:N,goBack:E,goForward:T,block:P,listen:M,win:e};return D};var qi="hashchange";var zi={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 Hi=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=Fi(e.navigator);var l=t.keyLength!=null?t.keyLength:6;var c=t.getUserConfirmation,d=c===void 0?_i:c,f=t.hashType,p=f===void 0?"slash":f;var h=t.basename?ge(ye(t.basename)):"";var m=zi[p],v=m.encodePath,g=m.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());Oi(!h||me(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=ve(e,h)}return Ee(e,undefined,Ce(l))};var S=Ri();var _=function(e){Object.assign(V,e);V.length=s.length;S.notifyListeners(V.location,V.action)};var C=function(){var e=y();var t=v(e);if(e!==t){w(t)}else{var i=x();var a=V.location;if(!n&&Ne(a,i)){return}if(r===xe(i)){return}r=null;I(i)}};var I=function(e){if(n){n=false;_()}else{var t="POP";S.confirmTransitionTo(e,t,d,(function(n){if(n){_({action:t,location:e})}else{A(e)}}))}};var A=function(e){var t=V.location;var r=T.lastIndexOf(xe(t));var i=T.lastIndexOf(xe(e));if(r===-1){r=0}if(i===-1){i=0}var a=r-i;if(a){n=true;D(a)}};var F=y();var N=v(F);if(F!==N){w(N)}var E=x();var T=[xe(E)];var k=function(e){return"#"+v(h+xe(e))};var P=function(e,t){Oi(t===undefined,"Hash history cannot push state; it is ignored");var n="PUSH";var i=Ee(e,undefined,Ce(l),V.location);S.confirmTransitionTo(i,n,d,(function(e){if(!e){return}var t=xe(i);var a=v(h+t);var o=y()!==a;if(o){r=t;b(a);var s=T.lastIndexOf(xe(V.location));var u=T.slice(0,s===-1?0:s+1);u.push(t);T=u;_({action:n,location:i})}else{Oi(false,"Hash history cannot PUSH the same path; a new entry will not be added to the history stack");_()}}))};var M=function(e,t){Oi(t===undefined,"Hash history cannot replace state; it is ignored");var n="REPLACE";var i=Ee(e,undefined,Ce(l),V.location);S.confirmTransitionTo(i,n,d,(function(e){if(!e){return}var t=xe(i);var a=v(h+t);var o=y()!==a;if(o){r=t;w(a)}var s=T.indexOf(xe(V.location));if(s!==-1){T[s]=t}_({action:n,location:i})}))};var D=function(e){Oi(u,"Hash history go(n) causes a full page reload in this browser");s.go(e)};var L=function(){return D(-1)};var O=function(){return D(1)};var R=function(e,t){i+=t;if(i===1){e.addEventListener(qi,C)}else if(i===0){e.removeEventListener(qi,C)}};var U=function(t){if(t===void 0){t=""}var n=S.setPrompt(t);if(!a){R(e,1);a=true}return function(){if(a){a=false;R(e,-1)}return n()}};var B=function(t){var n=S.appendListener(t);R(e,1);return function(){R(e,-1);n()}};var V={length:s.length,action:"POP",location:E,createHref:k,push:P,replace:M,go:D,goBack:L,goForward:O,block:U,listen:B,win:e};return V};var Wi=function(e,t){var n=e.pathname.indexOf(t)==0?"/"+e.pathname.slice(t.length):e.pathname;return Object.assign({},e,{pathname:n})};var Gi={browser:ji,hash:Hi};var Ki=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=c(this,"isServer");this.queue=c(this,"queue")}e.prototype.componentWillLoad=function(){var e=this;this.history=Gi[this.historyType](this.el.ownerDocument.defaultView);this.history.listen((function(t){t=Wi(t,e.root);e.location=t}));this.location=Wi(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(F.Provider,{state:e},n("slot",null))};Object.defineProperty(e.prototype,"el",{get:function(){return l(this)},enumerable:false,configurable:true});return e}());var Xi="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 Ji=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=vt.fromNullable(this.accessToken);if(vt.isNone(e)){throw Error("jwt property is missing.")}Pt.state.jwt=e;t=vt.fromNullable(this.backendUrl);if(vt.isNone(t)){throw Error("apiBaseUrl property is missing.")}Pt.state.apiBaseUrl=vt.some(t.value.replace(/\/$/,"")+"/");n=vt.fromNullable(this.appBaseUrl);if(vt.isNone(n)){throw Error("appBaseUrl property is missing.")}Pt.state.appBaseUrl=vt.some(n.value.replace(/\/$/,""));Pt.onChange("hasSuccessPageBeenAcknowledged",(function(e){return r.successPageAcknowledged.emit()}));Pt.onChange("hasSuperSelectionBeenSubmitted",(function(e){if(!e)return;r.stepSubmitSuccess.emit();Pt.state.hasSuperSelectionBeenSubmitted=false;if(r.isSelfHosted){Xt.navigateInternally(r.history,Wt.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,Pt.loadAppStateAsync()];case 1:r.sent();return[4,Jn.GetExistingFundAsync()];case 2:e=r.sent();this.isAppInitialised=true;this.initialised.emit({accountIdOrDefault:Pt.accountIdOrDefault,partnerIdOrDefault:Pt.partnerIdOrDefault,profileId:Pt.profileId});qt.appReady();t=vt.fromNullable(this.ignoreExistingSelection);n=vt.isSome(t)&&t.value;if(vt.isSome(Pt.state.superChoicePrefill)){Xt.navigateInternally(this.history,Wt.Prefill)}else if(vt.isSome(e)&&e.value.valid!=="Inactive"&&!n){Xt.navigateInternally(this.history,Wt.ExistingChoicePage)}else{Xt.navigateInternally(this.history,Wt.ConsentPage)}return[2]}}))}))};e.prototype.authTokenChanged=function(e){Pt.state.jwt=vt.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(Wt.SlateJoin)||window.location.pathname.includes(Wt.PromotedFundJoinV1)||window.location.pathname.includes(Wt.PromotedFundJoinV2)};e.prototype.getFooterTextOverride=function(){return Wn(zr.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()}},Gt,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(Ji);Ji.style=Xi;var Yi=[];var $i=function(){return Yi.some((function(e){return e.activeTargets.length>0}))};var Qi=function(){return Yi.some((function(e){return e.skippedTargets.length>0}))};var Zi="ResizeObserver loop completed with undelivered notifications.";var ea=function(){var e;if(typeof ErrorEvent==="function"){e=new ErrorEvent("error",{message:Zi})}else{e=document.createEvent("Event");e.initEvent("error",false,false);e.message=Zi}window.dispatchEvent(e)};var ta;(function(e){e["BORDER_BOX"]="border-box";e["CONTENT_BOX"]="content-box";e["DEVICE_PIXEL_CONTENT_BOX"]="device-pixel-content-box"})(ta||(ta={}));var na=function(e){return Object.freeze(e)};var ra=function(){function e(e,t){this.inlineSize=e;this.blockSize=t;na(this)}return e}();var ia=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 na(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 aa=function(e){return e instanceof SVGElement&&"getBBox"in e};var oa=function(e){if(aa(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 sa=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 ua=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 la=typeof window!=="undefined"?window:{};var ca=new WeakMap;var da=/auto|scroll/;var fa=/^tb|vertical/;var pa=/msie|trident/i.test(la.navigator&&la.navigator.userAgent);var ha=function(e){return parseFloat(e||"0")};var ma=function(e,t,n){if(e===void 0){e=0}if(t===void 0){t=0}if(n===void 0){n=false}return new ra((n?t:e)||0,(n?e:t)||0)};var va=na({devicePixelContentBoxSize:ma(),borderBoxSize:ma(),contentBoxSize:ma(),contentRect:new ia(0,0,0,0)});var ga=function(e,t){if(t===void 0){t=false}if(ca.has(e)&&!t){return ca.get(e)}if(oa(e)){ca.set(e,va);return va}var n=getComputedStyle(e);var r=aa(e)&&e.ownerSVGElement&&e.getBBox();var i=!pa&&n.boxSizing==="border-box";var a=fa.test(n.writingMode||"");var o=!r&&da.test(n.overflowY||"");var s=!r&&da.test(n.overflowX||"");var u=r?0:ha(n.paddingTop);var l=r?0:ha(n.paddingRight);var c=r?0:ha(n.paddingBottom);var d=r?0:ha(n.paddingLeft);var f=r?0:ha(n.borderTopWidth);var p=r?0:ha(n.borderRightWidth);var h=r?0:ha(n.borderBottomWidth);var m=r?0:ha(n.borderLeftWidth);var v=d+l;var g=u+c;var y=m+p;var b=f+h;var w=!s?0:e.offsetHeight-b-e.clientHeight;var x=!o?0:e.offsetWidth-y-e.clientWidth;var S=i?v+y:0;var _=i?g+b:0;var C=r?r.width:ha(n.width)-S-x;var I=r?r.height:ha(n.height)-_-w;var A=C+v+x+y;var F=I+g+w+b;var N=na({devicePixelContentBoxSize:ma(Math.round(C*devicePixelRatio),Math.round(I*devicePixelRatio),a),borderBoxSize:ma(A,F,a),contentBoxSize:ma(C,I,a),contentRect:new ia(d,u,C,I)});ca.set(e,N);return N};var ya=function(e,t,n){var r=ga(e,n),i=r.borderBoxSize,a=r.contentBoxSize,o=r.devicePixelContentBoxSize;switch(t){case ta.DEVICE_PIXEL_CONTENT_BOX:return o;case ta.BORDER_BOX:return i;default:return a}};var ba=function(){function e(e){var t=ga(e);this.target=e;this.contentRect=t.contentRect;this.borderBoxSize=na([t.borderBoxSize]);this.contentBoxSize=na([t.contentBoxSize]);this.devicePixelContentBoxSize=na([t.devicePixelContentBoxSize])}return e}();var wa=function(e){if(oa(e)){return Infinity}var t=0;var n=e.parentNode;while(n){t+=1;n=n.parentNode}return t};var xa=function(){var e=Infinity;var t=[];Yi.forEach((function n(r){if(r.activeTargets.length===0){return}var i=[];r.activeTargets.forEach((function t(n){var r=new ba(n.target);var a=wa(n.target);i.push(r);n.lastReportedSize=ya(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 Sa=function(e){Yi.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(wa(r.target)>e){n.activeTargets.push(r)}else{n.skippedTargets.push(r)}}}))}))};var _a=function(){var e=0;Sa(e);while($i()){e=xa();Sa(e)}if(Qi()){ea()}return e>0};var Ca;var Ia=[];var Aa=function(){return Ia.splice(0).forEach((function(e){return e()}))};var Fa=function(e){if(!Ca){var t=0;var n=document.createTextNode("");var r={characterData:true};new MutationObserver((function(){return Aa()})).observe(n,r);Ca=function(){n.textContent=""+(t?t--:t++)}}Ia.push(e);Ca()};var Na=function(e){Fa((function t(){requestAnimationFrame(e)}))};var Ea=0;var Ta=function(){return!!Ea};var ka=250;var Pa={attributes:true,characterData:true,childList:true,subtree:true};var Ma=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"];var Da=function(e){if(e===void 0){e=0}return Date.now()+e};var La=false;var Oa=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=ka}if(La){return}La=true;var n=Da(e);Na((function(){var r=false;try{r=_a()}finally{La=false;e=n-Da();if(!Ta()){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,Pa)};document.body?t():la.addEventListener("DOMContentLoaded",t)};e.prototype.start=function(){var e=this;if(this.stopped){this.stopped=false;this.observer=new MutationObserver(this.listener);this.observe();Ma.forEach((function(t){return la.addEventListener(t,e.listener,true)}))}};e.prototype.stop=function(){var e=this;if(!this.stopped){this.observer&&this.observer.disconnect();Ma.forEach((function(t){return la.removeEventListener(t,e.listener,true)}));this.stopped=true}};return e}();var Ra=new Oa;var Ua=function(e){!Ea&&e>0&&Ra.start();Ea+=e;!Ea&&Ra.stop()};var Ba=function(e){return!aa(e)&&!ua(e)&&getComputedStyle(e).display==="inline"};var Va=function(){function e(e,t){this.target=e;this.observedBox=t||ta.CONTENT_BOX;this.lastReportedSize={inlineSize:0,blockSize:0}}e.prototype.isActive=function(){var e=ya(this.target,this.observedBox,true);if(Ba(this.target)){this.lastReportedSize=e}if(this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize){return true}return false};return e}();var ja=function(){function e(e,t){this.activeTargets=[];this.skippedTargets=[];this.observationTargets=[];this.observer=e;this.callback=t}return e}();var qa=new WeakMap;var za=function(e,t){for(var n=0;n<e.length;n+=1){if(e[n].target===t){return n}}return-1};var Ha=function(){function e(){}e.connect=function(e,t){var n=new ja(e,t);qa.set(e,n)};e.observe=function(e,t,n){var r=qa.get(e);var i=r.observationTargets.length===0;if(za(r.observationTargets,t)<0){i&&Yi.push(r);r.observationTargets.push(new Va(t,n&&n.box));Ua(1);Ra.schedule()}};e.unobserve=function(e,t){var n=qa.get(e);var r=za(n.observationTargets,t);var i=n.observationTargets.length===1;if(r>=0){i&&Yi.splice(Yi.indexOf(n),1);n.observationTargets.splice(r,1);Ua(-1)}};e.disconnect=function(e){var t=this;var n=qa.get(e);n.observationTargets.slice().forEach((function(n){return t.unobserve(e,n.target)}));n.activeTargets.splice(0,n.activeTargets.length)};return e}();var Wa=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.")}Ha.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(!sa(e)){throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element")}Ha.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(!sa(e)){throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element")}Ha.unobserve(this,e)};e.prototype.disconnect=function(){Ha.disconnect(this)};e.toString=function(){return"function ResizeObserver () { [polyfill code] }"};return e}();var Ga=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();oi.update({appConfiguration:vt.fromNullable(e)});return[2]}}))}))};e.prototype.resolveRootUrl=function(){var e=vt.fromNullable(window.location.pathname.match(/^\/super-selection\/embed\/v1.0\/app/));if(vt.isNone(e)){throw Error("Unsupported host URL")}return e.value[0]+"/"};return e}();var Ka=new Ga;var Xa=function(){function e(){this.ignoreExistingSelectionQueryParameter="ignoreExistingSelection"}e.prototype.init=function(e){var t=new URLSearchParams(e);var n=vt.fromNullable(t.get(this.ignoreExistingSelectionQueryParameter));var r=vt.fold((function(){return false}),(function(e){return e==="true"}))(n);oi.update({ignoreExistingSelection:r})};return e}();var Ja=new Xa;var Ya="function";var $a="object";var Qa="undefined";var Za="prototype";var eo="hasOwnProperty";function to(){if(typeof globalThis!==Qa&&globalThis){return globalThis}if(typeof self!==Qa&&self){return self}if(typeof window!==Qa&&window){return window}if(typeof global!==Qa&&global){return global}return null}function no(e){var t=Object["create"];if(t){return t(e)}if(e==null){return{}}var n=typeof e;if(n!==$a&&n!==Ya){throw new TypeError("Object prototype may only be an Object:"+e)}function r(){}r[Za]=e;return new r}function ro(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t){if(Object[Za][eo].call(t,i)){e[i]=t[i]}}}return e}var io=function(e,t){io=Object["setPrototypeOf"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t){if(t[eo](n)){e[n]=t[n]}}};return io(e,t)};function ao(e,t){io(e,t);function n(){this.constructor=e}e[Za]=t===null?no(t):(n[Za]=t[Za],new n)}var oo=to()||{};(function(e,t,n){if(!e.__assign){e.__assign=Object.assign||t}if(!e.__extends){e.__extends=n}})(oo,ro,ao);if(!__assign){__assign=oo.__assign}if(!__extends){__extends=oo.__extends}var so={Unknown:0,NonRetryableStatus:1,InvalidEvent:2,SizeLimitExceeded:3,KillSwitch:4,QueueFull:5};var uo=Qa;var lo=$a;var co=Za;var fo=Ya;var po="window";var ho="document";var mo="navigator";var vo="history";var go="location";var yo="console";var bo="performance";var wo="JSON";var xo="crypto";var So="msCrypto";var _o="ReactNative";var Co=to;function Io(e){var t=Co();if(t&&t[e]){return t[e]}if(e===po&&Ao()){return window}return null}function Ao(){return Boolean(typeof window===lo&&window)}function Fo(){if(Ao()){return window}return Io(po)}function No(){return Boolean(typeof document===lo&&document)}function Eo(){if(No()){return document}return Io(ho)}function To(){return Boolean(typeof navigator===lo&&navigator)}function ko(){if(To()){return navigator}return Io(mo)}function Po(){return Boolean(typeof history===lo&&history)}function Mo(){if(Po()){return history}return Io(vo)}function Do(){if(typeof location===lo&&location){return location}return Io(go)}function Lo(){if(typeof console!==uo){return console}return Io(yo)}function Oo(){return Io(bo)}function Ro(){return Boolean(typeof JSON===lo&&JSON||Io(wo)!==null)}function Uo(){if(Ro()){return JSON||Io(wo)}return null}function Bo(){return Io(xo)}function Vo(){return Io(So)}function jo(){var e=ko();if(e&&e.product){return e.product===_o}return false}var qo="on";var zo="attachEvent";var Ho="addEventListener";var Wo="detachEvent";var Go="removeEventListener";var Ko=4294967296;var Xo=4294967295;var Jo=null;var Yo=false;var $o=123456789;var Qo=987654321;function Zo(e){if(e<0){e>>>=0}$o=123456789+e&Xo;Qo=987654321-e&Xo;Yo=true}function es(){Zo(Math.random()*Ko^(new Date).getTime())}function ts(e,t){return typeof e===t}function ns(e){return ts(e,Qa)||e===undefined}function rs(e){return ns(e)||e===null}function is(e,t){return e&&Object[Za].hasOwnProperty.call(e,t)}function as(e){return ts(e,$a)}function os(e){return ts(e,Ya)}function ss(e,t,n,r){if(r===void 0){r=false}var i=false;if(!rs(e)){try{if(!rs(e[Ho])){e[Ho](t,n,r);i=true}else if(!rs(e[zo])){e[zo](qo+t,n);i=true}}catch(e){}}return i}function us(e,t,n,r){if(r===void 0){r=false}if(!rs(e)){try{if(!rs(e[Go])){e[Go](t,n,r)}else if(!rs(e[Wo])){e[Wo](qo+t,n)}}catch(e){}}}function ls(e){var t=e;var n=/([^\w\d_$])/g;if(n.test(e)){t=e.replace(n,"_")}return t}function cs(e,t){if(e&&as(e)){for(var n in e){if(is(e,n)){t.call(e,n,e[n])}}}}var ds=function(){function e(){}e.isDate=function(e){return Object[Za].toString.call(e)==="[object Date]"};e.isArray=function(e){return Object[Za].toString.call(e)==="[object Array]"};e.isError=function(e){return Object[Za].toString.call(e)==="[object Error]"};e.isString=function(e){return ts(e,"string")};e.isNumber=function(e){return ts(e,"number")};e.isBoolean=function(e){return ts(e,"boolean")};e.disableCookies=function(){e._canUseCookies=false};e.newGuid=function(){function t(){return e.randomValue(15)}return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(fs,(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(!os(e)&&(!as(e)||e===null)){throw new TypeError("objKeys called on non-object")}var n=[];for(var r in e){if(is(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(is(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=Fo();if(r){n=ss(r,e,t);n=ss(r["body"],e,t)||n}var i=Eo();if(i){n=ps.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=Oo();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(Jo===null){var e=ko()||{};var t=(e.userAgent||"").toLowerCase();Jo=t.indexOf("msie")!==-1||t.indexOf("trident/")!==-1}return Jo};e.randomValue=function(t){if(t>0){return Math.floor(e.random32()/Xo*(t+1))>>>0}return 0};e.random32=function(t){var n;var r=Bo()||Vo();if(r&&r.getRandomValues){n=r.getRandomValues(new Uint32Array(1))[0]&Xo}else if(e.isIE()){if(!Yo){es()}n=e.mwcRandom32()&Xo}else{n=Math.floor(Ko*Math.random()|0)}if(!t){n>>>=0}return n};e.mwcRandomSeed=function(e){if(!e){es()}else{Zo(e)}};e.mwcRandom32=function(e){Qo=36969*(Qo&65535)+(Qo>>16)&Xo;$o=18e3*($o&65535)+($o>>16)&Xo;var t=(Qo<<16)+($o&65535)>>>0&Xo|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=ts;e.isUndefined=ns;e.isNullOrUndefined=rs;e.hasOwnProperty=is;e.isFunction=os;e.isObject=as;e.objCreate=no;return e}();var fs=/[xy]/g;var ps=function(){function e(){}e.Attach=ss;e.AttachEvent=ss;e.Detach=us;e.DetachEvent=us;return e}();var hs;(function(e){e[e["CRITICAL"]=1]="CRITICAL";e[e["WARNING"]=2]="WARNING"})(hs||(hs={}));var ms={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 vs="constructor";var gs="prototype";var ys="function";var bs="_dynInstFuncs";var ws="_isDynProxy";var xs="_dynClass";var Ss="_dynCls$";var _s="_dynInstChk";var Cs=_s;var Is="_dfOpts";var As="_unknown_";var Fs="__proto__";var Ns="useBaseInst";var Es="setInstFuncs";var Ts=Object["getPrototypeOf"];var ks=0;function Ps(e,t){return e&&Object[gs].hasOwnProperty.call(e,t)}function Ms(e){return typeof e===ys}function Ds(e){return e&&(e===Object[gs]||e===Array[gs])}function Ls(e){return Ds(e)||e===Function[gs]}function Os(e){if(e){if(Ts){return Ts(e)}var t=e[Fs]||e[gs]||e[vs];if(t){return t}}return null}function Rs(e,t,n){return t!==vs&&Ms(e[t])&&(n||Ps(e,t))}function Us(e){throw new TypeError("DynamicProto: "+e)}function Bs(e){var t={};for(var n in e){if(!t[n]&&Rs(e,n,false)){t[n]=e[n]}}return t}function Vs(e,t){for(var n=e.length-1;n>=0;n--){if(e[n]===t){return true}}return false}function js(e,t,n,r){function i(e,t,n){var i=t[o];if(i[ws]&&r){var a=e[bs]||{};if(a[Cs]!==false){i=(a[t[xs]]||{})[n]||i}}return function(){return i.apply(e,arguments)}}var a={};for(var o in n){a[o]=i(t,n,o)}var s=Os(e);var u=[];while(s&&!Ls(s)&&!Vs(u,s)){for(var o in s){if(!a[o]&&Rs(s,o,!Ts)){a[o]=i(t,s,o)}}u.push(s);s=Os(s)}return a}function qs(e,t,n,r){var i=null;if(e&&Ps(n,xs)){var a=e[bs]||{};i=(a[n[xs]]||{})[t];if(!i){Us("Missing ["+t+"] "+ys)}if(!i[_s]&&a[Cs]!==false){var o=!Ps(e,t);var s=Os(e);var u=[];while(o&&s&&!Ls(s)&&!Vs(u,s)){var l=s[t];if(l){o=l===r;break}u.push(s);s=Os(s)}try{if(o){e[t]=i}i[_s]=1}catch(e){a[Cs]=false}}}return i}function zs(e,t,n){var r=t[e];if(r===n){r=Os(t)[e]}if(!Ms(r)){Us("["+e+"] is not a "+ys)}return r}function Hs(e,t,n,r,i){function a(e,t){var n=function(){var r=qs(this,t,e,n)||zs(t,e,n);return r.apply(this,arguments)};n[ws]=1;return n}if(!Ds(e)){var o=n[bs]=n[bs]||{};var s=o[t]=o[t]||{};if(o[Cs]!==false){o[Cs]=!!i}for(var u in n){if(Rs(n,u,false)&&n[u]!==r[u]){s[u]=n[u];delete n[u];if(!Ps(e,u)||e[u]&&!e[u][ws]){e[u]=a(e,u)}}}}}function Ws(e,t){var n=Os(t);while(n&&!Ls(n)){if(n===e){return true}n=Os(n)}return false}function Gs(e,t){if(Ps(e,gs)){return e.name||t||As}return((e||{})[vs]||{}).name||t||As}function Ks(e,t,n,r){if(!Ps(e,gs)){Us("theClass is an invalid class definition.")}var i=e[gs];if(!Ws(i,t)){Us("["+Gs(e)+"] is not in class hierarchy of ["+Gs(t)+"]")}var a=null;if(Ps(i,xs)){a=i[xs]}else{a=Ss+Gs(e,"_")+"$"+ks;ks++;i[xs]=a}var o=Ks[Is];var s=!!o[Ns];if(s&&r&&r[Ns]!==undefined){s=!!r[Ns]}var u=Bs(t);var l=js(i,t,u,s);n(t,l);var c=!!Ts&&!!o[Es];if(c&&r){c=!!r[Es]}Hs(i,a,t,u,c!==false)}var Xs={setInstFuncs:true,useBaseInst:true};Ks[Is]=Xs;var Js="AI (Internal): ";var Ys="AI: ";var $s="AITR_";function Qs(e){if(e){return'"'+e.replace(/\"/g,"")+'"'}return""}var Zs=function(){function e(e,t,n,r){if(n===void 0){n=false}var i=this;i.messageId=e;i.message=(n?Ys:Js)+e;var a="";if(Ro()){a=Uo().stringify(r)}var o=(t?" message:"+Qs(t):"")+(r?" props:"+Qs(a):"");i.message+=o}e.dataType="MessageData";return e}();var eu=function(){function e(t){this.identifier="DiagnosticLogger";this.queue=[];var n=0;var r={};Ks(e,this,(function(e){var i=ds.isNullOrUndefined;var a=ds.isUndefined;var o=ds.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 Zs(n,i,s,o);if(e.enableDebugExceptions()){throw u}else{if(!a(u)&&!!u){if(!a(u.message)){if(s){var l=+u.messageId;if(!r[l]&&e.consoleLoggingLevel()>=hs.WARNING){e.warnToConsole(u.message);r[l]=true}}else{if(e.consoleLoggingLevel()>=hs.WARNING){e.warnToConsole(u.message)}}e.logInternalMessage(t,u)}}}};e.warnToConsole=function(e){var t=Lo();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=$s+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 l=new Zs(ms.MessageLimitPerPVExceeded,s,false);e.queue.push(l);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 tu="ctx";var nu=function(){function e(t,n,r){var i=this;var a=false;i.start=ds.dateNow();i.name=t;i.isAsync=r;i.isChildEvt=function(){return false};if(ds.isFunction(n)){var o;a=ds.objDefineAccessors(i,"payload",(function(){if(!o&&ds.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[tu]||{})[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[tu]=i[tu]||{};r[t]=n}}};i.complete=function(){var t=0;var r=i.getCtx(e.ChildrenContextKey);if(ds.isArray(r)){for(var o=0;o<r.length;o++){var s=r[o];if(s){t+=s.time}}}i.time=ds.dateNow()-i.start;i.exTime=i.time-t;i.complete=function(){};if(!a&&ds.isFunction(n)){i.payload=n()}}}e.ParentContextKey="parent";e.ChildrenContextKey="childEvts";return e}();var ru=function(){function e(t){this.ctx={};Ks(e,this,(function(e){e.create=function(e,t,n){return new nu(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[tu]=e[tu]||{};r[t]=n}};e.getCtx=function(t){return(e[tu]||{})[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 iu="CoreUtils.doPerf";function au(e,t,n,r,i){if(e){var a=e;if(a&&ds.isFunction(a["getPerfMgr"])){a=a["getPerfMgr"]()}if(a){var o=void 0;var s=a.getCtx(iu);try{o=a.create(t(),r,i);if(o){if(s&&o.setCtx){o.setCtx(nu.ParentContextKey,s);if(s.getCtx&&s.setCtx){var u=s.getCtx(nu.ChildrenContextKey);if(!u){u=[];s.setCtx(nu.ChildrenContextKey,u)}u.push(o)}}a.setCtx(iu,o);return n(o)}}catch(e){if(o&&o.setCtx){o.setCtx("exception",e)}}finally{if(o){a.fire(o)}a.setCtx(iu,s)}}}return n()}var ou=ds.isFunction;var su=function(){function e(e,t){var n=this;var r=null;var i=ou(e.processTelemetry);var a=ou(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";au(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(hs.CRITICAL,ms.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 uu=ds.isNullOrUndefined;function lu(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&&ds.isFunction(a.processTelemetry)){var o=new su(a,t);n.push(o);if(r){r.setNext(o)}r=o}}}return n.length>0?n[0]:null}function cu(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 lu(r,t)}function du(e,t,n){var r=e;var i=false;if(n&&e){r=[];ds.arrForEach(e,(function(e){if(i||e===n){i=true;r.push(e)}}))}if(n&&!i){if(!r){r=[]}r.push(n)}return lu(r,t)}var fu=function(){function e(t,n,r,i){var a=this;var o=null;if(i!==null){if(t&&ds.isFunction(t.getPlugin)){o=cu(t,a,i||t.getPlugin())}else{if(i){o=du(t,a,i)}else if(ds.isUndefined(i)){o=lu(t,a)}}}a.core=function(){return r};a.diagLog=function(){var e=(r||{}).logger;if(!e){e=new eu(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&&!uu(o[t])){i=o[t]}else if(n&&!uu(n[t])){i=n[t]}return!uu(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 pu=ds.isFunction;var hu="getPlugin";var mu=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&&pu(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 fu(null,{},e.core);if(r&&r[hu]){i=a.createNew(null,r[hu])}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[hu]){u=r[hu]()}e.core=a;n=new fu(s,i,a,u);t=true}}e.prototype.initialize=function(e,t,n,r){this._baseTelInit(e,t,n,r)};return e}();var vu=ds.isFunction;var gu="processTelemetry";var yu="priority";var bu="setNextPlugin";var wu="isInitialized";function xu(e,t){var n=[];var r=null;var i=e.getNext();while(i){var a=i.getPlugin();if(a){if(r&&vu(r[bu])&&vu(a[gu])){r[bu](a)}if(!vu(a[wu])||!a[wu]()){n.push(a)}r=a;i=i.getNext()}}ds.arrForEach(n,(function(n){n.initialize(e.getCfg(),e.core(),t,e.getNext())}))}function Su(e){return e.sort((function(e,t){var n=0;var r=vu(t[gu]);if(vu(e[gu])){n=r?e[yu]-t[yu]:1}else if(r){n=-1}return n}))}var _u=500;var Cu="Channel has invalid priority";var Iu=ds.objDefineAccessors;var Au=function(e){__extends(t,e);function t(){var n=e.call(this)||this;n.identifier="ChannelControllerPlugin";n.priority=_u;var r=ds.arrForEach;var i;Ks(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){ds.disableCookies()}s((n||{}).channels,o);r(i,(function(e){return xu(new fu(e,n,a),o)}))}}));function a(e){r(e,(function(e){if(e.priority<_u){throw Error(Cu+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>_u){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(){Iu(t.prototype,"ChannelControls",t.prototype.getChannelControls);Iu(t.prototype,"channelQueue",t.prototype.getChannelControls)}();return t}(mu);var Fu="Extensions must provide callback to initialize";var Nu=ds.arrForEach;var Eu=ds.isNullOrUndefined;var Tu="_notificationManager";var ku=function(){function e(){var t=false;var n;var r;var i;var a;Ks(e,this,(function(e){e._extensions=new Array;r=new Au;e.logger=ds.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||Eu(n.instrumentationKey)){throw Error("Please provide instrumentation key")}i=s;e[Tu]=s;e.config=n||{};n.extensions=Eu(n.extensions)?[]:n.extensions;var u=n.extensionConfig=Eu(n.extensionConfig)?{}:n.extensionConfig;u.NotificationManager=s;if(o){e.logger=o}var l=[];l.push.apply(l,a.concat(n.extensions));l=Su(l);var c=[];var d={};Nu(l,(function(e){if(Eu(e)||Eu(e.initialize)){throw Error(Fu)}var t=e.priority;var n=e.identifier;if(e&&t){if(!Eu(d[t])){o.warnToConsole("Two extensions have same priority #"+t+" - "+d[t]+", "+n)}else{d[t]=n}}if(!t||t<r.priority){c.push(e)}}));l.push(r);c.push(r);l=Su(l);e._extensions=l;xu(new fu([r],n,e),l);xu(new fu(c,n,e),l);e._extensions=c;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=ds.toISOString(new Date)}if(Eu(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 fu(n,e.config,e)};e.getNotifyMgr=function(){if(!i){i=ds.objCreate({addNotificationListener:function(e){},removeNotificationListener:function(e){},eventsSent:function(e){},eventsDiscarded:function(e,t){},eventsSendRequest:function(e,t){}});e[Tu]=i}return i};e.getPerfMgr=function(){if(!a){if(e.config&&e.config.enablePerfMgr){a=new ru(e.getNotifyMgr())}}return a};e.setPerfMgr=function(e){a=e};e.eventCnt=function(){return n.length};e.releaseQueue=function(){if(n.length>0){Nu(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 Pu=function(){function e(t){this.listeners=[];var n=ds.arrForEach;var r=!!(t||{}).perfEvtsSendAll;Ks(e,this,(function(e){e.addNotificationListener=function(t){e.listeners.push(t)};e.removeNotificationListener=function(t){var n=ds.arrIndexOf(e.listeners,t);while(n>-1){e.listeners.splice(n,1);n=ds.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 Mu=function(e){__extends(t,e);function t(){var n=e.call(this)||this;Ks(t,n,(function(e,t){e.initialize=function(e,n,r,i){t.initialize(e,n,r||new eu(e),i||new Pu(e))};e.track=function(i){au(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:[];ds.arrForEach(n,(function(n){var r={name:t?t:"InternalMessageId: "+n.messageId,iKey:e.config.instrumentationKey,time:ds.toISOString(new Date),baseType:Zs.dataType,baseData:{message:n.message}};e.track(r)}));n.length=0}),n)};function n(e){if(ds.isNullOrUndefined(e.name)){r(e);throw Error("telemetry name required")}}function r(t){var n=e.getNotifyMgr();if(n){n.eventsDiscarded([t],so.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}(ku);var Du="_aiHooks";var Lu=["req","rsp","hkErr","fnErr"];var Ou="__proto__";var Ru="constructor";function Uu(e,t){if(e){for(var n=0;n<e.length;n++){if(t(e[n],n)){break}}}}function Bu(e,t,n,r,i){if(i>=0&&i<=2){Uu(e,(function(e,a){var o=e.cbks;var s=o[Lu[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 l=o[Lu[2]];if(l){t.err=e;l.apply(t.inst,n)}}catch(e){}finally{t.err=u}}}}))}}function Vu(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){Uu(t,(function(t){e.push(t)}));return e}function u(e,t){n=s([],n);n[e]=t;o=s([i],n)}Bu(r,i,o,a,0);var l=e.f;try{i.rslt=l.apply(t,n)}catch(e){i.err=e;Bu(r,i,o,a,3);throw e}Bu(r,i,o,a,1);return i.rslt}}var ju=Object["getPrototypeOf"];function qu(e){if(e){if(ju){return ju(e)}var t=e[Ou]||e[co]||e[Ru];if(t){return t}}return null}function zu(e,t,n){var r=null;if(e){if(ds.hasOwnProperty(e,t)){r=e}else if(n){r=zu(qu(e),t,false)}}return r}function Hu(e,t,n){if(e){return Wu(e[co],t,n,false)}return null}function Wu(e,t,n,r){if(r===void 0){r=true}if(e&&t&&n){var i=zu(e,t,r);if(i){var a=i[t];if(typeof a===fo){var o=a[Du];if(!o){o={i:0,n:t,f:a,h:[]};var s=Vu(o);s[Du]=o;i[t]=s}var u={id:o.i,cbks:n,rm:function(){var e=this.id;Uu(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 Gu;(function(e){e[e["LocalStorage"]=0]="LocalStorage";e[e["SessionStorage"]=1]="SessionStorage"})(Gu||(Gu={}));var Ku;(function(e){e[e["Default"]=0]="Default";e[e["Required"]=1]="Required";e[e["Array"]=2]="Array";e[e["Hidden"]=4]="Hidden"})(Ku||(Ku={}));var Xu;(function(e){e[e["AI"]=0]="AI";e[e["AI_AND_W3C"]=1]="AI_AND_W3C";e[e["W3C"]=2]="W3C"})(Xu||(Xu={}));var Ju=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 Yu=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(hs.WARNING,ms.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(hs.WARNING,ms.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,ms.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(hs.WARNING,ms.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(hs.WARNING,ms.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={};cs(n,(function(n,i){if(ds.isObject(i)&&Ro()){try{i=Uo().stringify(i)}catch(e){t.throwInternal(hs.WARNING,ms.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={};cs(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,ms.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(hs.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(!ds.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 $u=ko();var Qu=ds.isString;var Zu=null;function el(e,t){var n=e.length;var r=n-t.length;return e.substring(r>=0?r:0,n)===t}var tl=function(){function e(){}e.createDomEvent=function(e){var t=null;if(ds.isFunction(Event)){t=new Event(e)}else{var n=Eo();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(Gu.LocalStorage)}return null};e._getVerifiedStorageObject=function(e){var t=null;var n;var r;try{if(ds.isNullOrUndefined(Co())){return null}r=new Date;t=e===Gu.LocalStorage?Io("localStorage"):Io("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(Gu.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(hs.WARNING,ms.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(hs.WARNING,ms.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(hs.WARNING,ms.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(Gu.SessionStorage)}return null};e.canUseSessionStorage=function(){if(e._canUseSessionStorage===undefined){e._canUseSessionStorage=!!e._getVerifiedStorageObject(Gu.SessionStorage)}return e._canUseSessionStorage};e.getSessionStorageKeys=function(){var t=[];if(e.canUseSessionStorage()){cs(Io("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(hs.WARNING,ms.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(hs.WARNING,ms.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(hs.WARNING,ms.BrowserFailedRemovalFromSessionStorage,"Browser failed removal of session storage item. "+e.getExceptionName(n),{exception:e.dump(n)})}}return false};e.disableCookies=function(){ds.disableCookies()};e.canUseCookies=function(t){if(ds._canUseCookies===undefined){ds._canUseCookies=false;try{ds._canUseCookies=e.document.cookie!==undefined}catch(n){t.throwInternal(hs.WARNING,ms.CannotAccessCookie,"Cannot access document.cookie - "+e.getExceptionName(n),{exception:e.dump(n)})}}return ds._canUseCookies};e.disallowsSameSiteNone=function(e){if(!Qu(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&&el(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=Do();if(s&&s.protocol==="https:"){o=";secure";if(Zu===null){Zu=e.disallowsSameSiteNone((ko()||{}).userAgent)}if(!Zu){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 ds.random32(true)};e.getIEVersion=function(e){if(e===void 0){e=null}var t=e?e.toLowerCase():$u?($u.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[co].toString.call(e);var n="";if(t==="[object Error]"){n="{ stack: '"+e.stack+"', message: '"+e.message+"', name: '"+e.name+"'"}else if(Ro()){n=Uo().stringify(e)}return t+n};e.getExceptionName=function(e){var t=Object[co].toString.call(e);if(t==="[object Error]"){return e.name}return""};e.addEventHandler=function(e,t){return ps.Attach(Fo(),e,t)};e.IsBeaconApiSupported=function(){return"sendBeacon"in $u&&$u.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=Eo()||{};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=ds.strTrim;e.newId=ds.newId;e.generateW3CId=ds.generateW3CId;e.isArray=ds.isArray;e.isError=ds.isError;e.isDate=ds.isDate;e.toISOStringForIE8=ds.toISOString;return e}();var nl=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&&Qu(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&&Qu(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=Eo()||{};e._htmlAnchorIdx=0;e._htmlAnchorElement=[null,null,null,null,null];return e}();var rl=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=nl.parseUrl(t).host.toLowerCase();if(i&&(i.indexOf(":443")!==-1||i.indexOf(":80")!==-1)){i=(nl.parseFullHost(t,true)||"").toLowerCase()}if((!e||!e.enableCorsCorrelation)&&i!==n){return false}var a=e&&e.correlationHeaderDomains;if(a){var o;ds.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,Ju.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 il=function(){function e(){}e.ParseDependencyPath=function(e,t,n,r){var i,a=r,o=r;if(t&&t.length>0){var s=nl.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=Yu.sanitizeString(e,n?n+" "+u:u)}else{a=Yu.sanitizeString(e,t)}}}else{i=r;a=r}return{target:i,name:a,data:o}};return e}();var al=function(){function e(){}e.Now=function(){var e=Oo();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&&!ds.isNullOrUndefined(e)&&!ds.isNullOrUndefined(t)){n=t-e}return n};return e}();var ol="Microsoft_ApplicationInsights_BypassAjaxInstrumentation";var sl="sampleRate";var ul="ProcessLegacy";var ll="http.method";var cl="https://dc.services.visualstudio.com";var dl=function(){function e(){}e.parse=function(t){if(!t){return{}}var n=t.split(e._FIELDS_SEPARATOR);var r=ds.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(ds.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||cl}return r};e._FIELDS_SEPARATOR=";";e._FIELD_KEY_VALUE_SEPARATOR="=";return e}();var fl=function(){function e(){}return e}();var pl=function(e){__extends(t,e);function t(){return e.call(this)||this}return t}(fl);var hl=function(){function e(){this.ver=1;this.sampleRate=100;this.tags={}}return e}();var ml=function(e){__extends(t,e);function t(t,n,r){var i=e.call(this)||this;i.name=Yu.sanitizeString(t,r)||tl.NotSpecified;i.data=n;i.time=ds.toISOString(new Date);i.aiDataContract={time:Ku.Required,iKey:Ku.Required,name:Ku.Required,sampleRate:function(){return i.sampleRate===100?Ku.Hidden:Ku.Required},tags:Ku.Required,data:Ku.Required};return i}return t}(hl);var vl=function(){function e(){}return e}();var gl=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.ver=2;t.properties={};t.measurements={};return t}return t}(vl);var yl=function(e){__extends(t,e);function t(t,n,r,i){var a=e.call(this)||this;a.aiDataContract={ver:Ku.Required,name:Ku.Required,properties:Ku.Default,measurements:Ku.Default};a.name=Yu.sanitizeString(t,n)||tl.NotSpecified;a.properties=Yu.sanitizeProperties(t,r);a.measurements=Yu.sanitizeMeasurements(t,i);return a}t.envelopeType="Microsoft.ApplicationInsights.{0}.Event";t.dataType="EventData";return t}(gl);var bl=function(){function e(){}return e}();var wl=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}(vl);var xl=function(){function e(){this.hasFullStack=true;this.parsedStack=[]}return e}();var Sl="error";function _l(e){return"hasFullStack"in e&&"typeName"in e}function Cl(e){return"ver"in e&&"exceptions"in e&&"properties"in e}function Il(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 Al=function(e){__extends(t,e);function t(t,n,r,i,a,o){var s=e.call(this)||this;s.aiDataContract={ver:Ku.Required,exceptions:Ku.Required,severityLevel:Ku.Default,properties:Ku.Default,measurements:Ku.Default};if(!Cl(n)){s.exceptions=[new Fl(t,n)];s.properties=Yu.sanitizeProperties(t,r)||{};s.measurements=Yu.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(!ds.isNullOrUndefined(n.isManual)){s.isManual=n.isManual}}return s}t.CreateFromInterface=function(e,n,r,i){var a=n.exceptions&&ds.arrMap(n.exceptions,(function(t){return Fl.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&&ds.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}(wl);var Fl=function(e){__extends(t,e);function t(n,r){var i=e.call(this)||this;i.aiDataContract={id:Ku.Default,outerId:Ku.Default,typeName:Ku.Required,message:Ku.Required,hasFullStack:Ku.Default,stack:Ku.Default,parsedStack:Ku.Array};if(!_l(r)){var a=r;if(!tl.isError(a)){a=a[Sl]||a.evt||a}i.typeName=Yu.sanitizeString(n,Il(a))||tl.NotSpecified;i.message=Yu.sanitizeMessage(n,r.message)||tl.NotSpecified;var o=r.stack;i.parsedStack=t.parseStack(o);i.stack=Yu.sanitizeException(n,o);i.hasFullStack=tl.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&&ds.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&&ds.arrMap(n.parsedStack,(function(e){return Nl.CreateFromInterface(e)}))||n.parsedStack;var i=new t(e,__assign({},n,{parsedStack:r}));return i};t.parseStack=function(e){var t;if(ds.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(Nl.regex.test(o)){var s=new Nl(n[a],r++);i+=s.sizeInBytes;t.push(s)}}var u=32*1024;if(i>u){var l=0;var c=t.length-1;var d=0;var f=l;var p=c;while(l<c){var h=t[l].sizeInBytes;var m=t[c].sizeInBytes;d+=h+m;if(d>u){var v=p-f+1;t.splice(f,v);break}f=l;p=c;l++;c--}}}return t};return t}(xl);var Nl=function(e){__extends(t,e);function t(n,r){var i=e.call(this)||this;i.sizeInBytes=0;i.aiDataContract={level:Ku.Required,method:Ku.Required,assembly:Ku.Default,fileName:Ku.Default,line:Ku.Default};if(typeof n==="string"){var a=n;i.level=r;i.method="<no_method>";i.assembly=tl.trim(a);i.fileName="";i.line=0;var o=a.match(t.regex);if(o&&o.length>=5){i.method=tl.trim(o[2])||i.method;i.fileName=tl.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}(bl);var El=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}(vl);var Tl;(function(e){e[e["Measurement"]=0]="Measurement";e[e["Aggregation"]=1]="Aggregation"})(Tl||(Tl={}));var kl=function(){function e(){this.kind=Tl.Measurement}return e}();var Pl=function(e){__extends(t,e);function t(){var t=e!==null&&e.apply(this,arguments)||this;t.aiDataContract={name:Ku.Required,kind:Ku.Default,value:Ku.Required,count:Ku.Default,min:Ku.Default,max:Ku.Default,stdDev:Ku.Default};return t}return t}(kl);var Ml=function(e){__extends(t,e);function t(t,n,r,i,a,o,s,u){var l=e.call(this)||this;l.aiDataContract={ver:Ku.Required,metrics:Ku.Required,properties:Ku.Default};var c=new Pl;c.count=i>0?i:undefined;c.max=isNaN(o)||o===null?undefined:o;c.min=isNaN(a)||a===null?undefined:a;c.name=Yu.sanitizeString(t,n)||tl.NotSpecified;c.value=r;l.metrics=[c];l.properties=Yu.sanitizeProperties(t,s);l.measurements=Yu.sanitizeMeasurements(t,u);return l}t.envelopeType="Microsoft.ApplicationInsights.{0}.Metric";t.dataType="MetricData";return t}(El);var Dl=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.ver=2;t.properties={};t.measurements={};return t}return t}(gl);var Ll=function(e){__extends(t,e);function t(t,n,r,i,a,o,s){var u=e.call(this)||this;u.aiDataContract={ver:Ku.Required,name:Ku.Default,url:Ku.Default,duration:Ku.Default,properties:Ku.Default,measurements:Ku.Default,id:Ku.Default};u.id=Yu.sanitizeId(t,s);u.url=Yu.sanitizeUrl(t,r);u.name=Yu.sanitizeString(t,n)||tl.NotSpecified;if(!isNaN(i)){u.duration=tl.msToTimeSpan(i)}u.properties=Yu.sanitizeProperties(t,a);u.measurements=Yu.sanitizeMeasurements(t,o);return u}t.envelopeType="Microsoft.ApplicationInsights.{0}.Pageview";t.dataType="PageviewData";return t}(Dl);var Ol=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}(vl);var Rl=function(e){__extends(t,e);function t(t,n,r,i,a,o,s,u,l,c,d,f){if(l===void 0){l="Ajax"}var p=e.call(this)||this;p.aiDataContract={id:Ku.Required,ver:Ku.Required,name:Ku.Default,resultCode:Ku.Default,duration:Ku.Default,success:Ku.Default,data:Ku.Default,target:Ku.Default,type:Ku.Default,properties:Ku.Default,measurements:Ku.Default,kind:Ku.Default,value:Ku.Default,count:Ku.Default,min:Ku.Default,max:Ku.Default,stdDev:Ku.Default,dependencyKind:Ku.Default,dependencySource:Ku.Default,commandName:Ku.Default,dependencyTypeName:Ku.Default};p.id=n;p.duration=tl.msToTimeSpan(a);p.success=o;p.resultCode=s+"";p.type=Yu.sanitizeString(t,l);var h=il.ParseDependencyPath(t,r,u,i);p.data=Yu.sanitizeUrl(t,i)||h.data;p.target=Yu.sanitizeString(t,h.target);if(c){p.target=p.target+" | "+c}p.name=Yu.sanitizeString(t,h.name);p.properties=Yu.sanitizeProperties(t,d);p.measurements=Yu.sanitizeMeasurements(t,f);return p}t.envelopeType="Microsoft.ApplicationInsights.{0}.RemoteDependency";t.dataType="RemoteDependencyData";return t}(Ol);var Ul=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.ver=2;t.properties={};t.measurements={};return t}return t}(vl);var Bl=function(e){__extends(t,e);function t(t,n,r,i,a){var o=e.call(this)||this;o.aiDataContract={ver:Ku.Required,message:Ku.Required,severityLevel:Ku.Default,properties:Ku.Default};n=n||tl.NotSpecified;o.message=Yu.sanitizeMessage(t,n);o.properties=Yu.sanitizeProperties(t,i);o.measurements=Yu.sanitizeMeasurements(t,a);if(r){o.severityLevel=r}return o}t.envelopeType="Microsoft.ApplicationInsights.{0}.Message";t.dataType="MessageData";return t}(Ul);var Vl=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.ver=2;t.properties={};t.measurements={};return t}return t}(Dl);var jl=function(e){__extends(t,e);function t(t,n,r,i,a,o,s){var u=e.call(this)||this;u.aiDataContract={ver:Ku.Required,name:Ku.Default,url:Ku.Default,duration:Ku.Default,perfTotal:Ku.Default,networkConnect:Ku.Default,sentRequest:Ku.Default,receivedResponse:Ku.Default,domProcessing:Ku.Default,properties:Ku.Default,measurements:Ku.Default};u.url=Yu.sanitizeUrl(t,r);u.name=Yu.sanitizeString(t,n)||tl.NotSpecified;u.properties=Yu.sanitizeProperties(t,a);u.measurements=Yu.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}(Vl);var ql=function(e){__extends(t,e);function t(t,n){var r=e.call(this)||this;r.aiDataContract={baseType:Ku.Required,baseData:Ku.Required};r.baseType=t;r.baseData=n;return r}return t}(pl);var zl;(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"})(zl||(zl={}));var Hl=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 Wl=function(){function e(){}e.create=function(e,t,n,r,i,a){n=Yu.sanitizeString(r,n)||tl.NotSpecified;if(ds.isNullOrUndefined(e)||ds.isNullOrUndefined(t)||ds.isNullOrUndefined(n)){throw Error("Input doesn't contain all required fields")}var o={name:n,time:ds.toISOString(new Date),iKey:"",ext:a?a:{},tags:[],data:{},baseType:t,baseData:e};if(!ds.isNullOrUndefined(i)){cs(i,(function(e,t){o.data[e]=t}))}return o};return e}();var Gl=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 Kl=new Hl;var Xl="AppInsightsPropertiesPlugin";var Jl="AppInsightsChannelPlugin";var Yl="ApplicationInsightsAnalytics";
|
|
6
|
+
/*!
|
|
7
|
+
* Application Insights JavaScript SDK - Web Analytics, 2.5.10
|
|
8
|
+
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
9
|
+
*/var $l=function(){function e(t,n,r,i){Ks(e,this,(function(e){var a=ds.arrForEach;var o=ds.isNullOrUndefined;var s=null;var u=[];var l=false;var c;if(r){c=r.logger}function d(){if(r){a(r.getTransmissionControls(),(function(e){a(e,(function(e){return e.flush(true)}))}))}}function f(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){d()}}),100)}}e.trackPageView=function(e,r){var a=e.name;if(o(a)||typeof a!=="string"){var s=Eo();a=e.name=s&&s.title||""}var u=e.uri;if(o(u)||typeof u!=="string"){var p=Do();u=e.uri=p&&p.href||""}if(!i.isPerformanceTimingSupported()){t.sendPageViewInternal(e,r);d();c.throwInternal(hs.WARNING,ms.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 m;var v=i.getPerformanceTiming().navigationStart;if(v>0){m=al.GetDuration(v,+new Date);if(!i.shouldCollectDuration(m)){m=undefined}}var g;if(!o(r)&&!o(r.duration)){g=r.duration}if(n||!isNaN(g)){if(isNaN(g)){if(!r){r={}}r["duration"]=m}t.sendPageViewInternal(e,r);d();h=true}var y=6e4;if(!r){r={}}f((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"]=m;t.sendPageViewInternal(e,r)}else{if(!h){r["duration"]=o.durationMs;t.sendPageViewInternal(e,r)}if(!l){t.sendPageViewPerformanceInternal(o,r);l=true}}}else if(v>0&&al.GetDuration(v,+new Date)>y){n=true;if(!h){r["duration"]=y;t.sendPageViewInternal(e,r)}}}catch(e){c.throwInternal(hs.CRITICAL,ms.TrackPVFailedCalc,"trackPageView failed on page load calculation: "+tl.getExceptionName(e),{exception:tl.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 Ql=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: "+tl.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: "+tl.dump(e));return null}};e.prototype.startPageVisitTimer=function(e,t){try{if(tl.canUseSessionStorage()){if(tl.getSessionStorage(this._logger,this.prevPageVisitDataKeyName)!=null){throw new Error("Cannot call startPageVisit consecutively without first calling stopPageVisit")}var n=new Zl(e,t);var r=Uo().stringify(n);tl.setSessionStorage(this._logger,this.prevPageVisitDataKeyName,r)}}catch(e){this._logger.warnToConsole("Call to start failed: "+tl.dump(e))}};e.prototype.stopPageVisitTimer=function(){try{if(tl.canUseSessionStorage()){var e=ds.dateNow();var t=tl.getSessionStorage(this._logger,this.prevPageVisitDataKeyName);if(t&&Ro()){var n=Uo().parse(t);n.pageVisitTime=e-n.pageVisitStartTime;tl.removeSessionStorage(this._logger,this.prevPageVisitDataKeyName);return n}else{return null}}return null}catch(e){this._logger.warnToConsole("Stop page visit timer failed: "+tl.dump(e));return null}};return e}();var Zl=function(){function e(e,t){this.pageVisitStartTime=ds.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 ec=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=al.GetDuration(t.startTime,t.connectEnd);var a=al.GetDuration(t.requestStart,t.responseStart);var o=al.GetDuration(t.responseStart,t.responseEnd);var s=al.GetDuration(t.responseEnd,t.loadEventEnd)}else{var r=al.GetDuration(n.navigationStart,n.loadEventEnd);var i=al.GetDuration(n.navigationStart,n.connectEnd);var a=al.GetDuration(n.requestStart,n.responseStart);var o=al.GetDuration(n.responseStart,n.responseEnd);var s=al.GetDuration(n.responseEnd,n.loadEventEnd)}if(r===0){this._logger.throwInternal(hs.WARNING,ms.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(hs.WARNING,ms.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(hs.WARNING,ms.ClientPerformanceMathError,"client performance math error.",{total:r,network:i,request:a,response:o,dom:s})}else{e.durationMs=r;e.perfTotal=e.duration=tl.msToTimeSpan(r);e.networkConnect=tl.msToTimeSpan(i);e.sentRequest=tl.msToTimeSpan(a);e.receivedResponse=tl.msToTimeSpan(o);e.domProcessing=tl.msToTimeSpan(s);e.isValid=true}}};e.prototype.getPerformanceTiming=function(){if(this.isPerformanceTimingSupported()){return Oo().timing}return null};e.prototype.getPerformanceNavigationTiming=function(){if(this.isPerformanceNavigationTimingSupported()){return Oo().getEntriesByType("navigation")[0]}return null};e.prototype.isPerformanceNavigationTimingSupported=function(){var e=Oo();return e&&e.getEntriesByType&&e.getEntriesByType("navigation").length>0};e.prototype.isPerformanceTimingSupported=function(){var e=Oo();return e&&e.timing};e.prototype.isPerformanceTimingDataReady=function(){var e=Oo();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=ko()||{};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 tc="duration";function nc(e,t){if(e&&e.dispatchEvent&&t){e.dispatchEvent(t)}}var rc=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.identifier=Yl;t.priority=180;t.autoRoutePVDelay=500;t._trackAjaxAttempts=0;var n=Do();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=tl.stringToBoolOrDefault(e.disableExceptionTracking);e.autoTrackPageVisitTime=tl.stringToBoolOrDefault(e.autoTrackPageVisitTime);e.overridePageViewDuration=tl.stringToBoolOrDefault(e.overridePageViewDuration);e.enableUnhandledPromiseRejectionTracking=tl.stringToBoolOrDefault(e.enableUnhandledPromiseRejectionTracking);if(isNaN(e.samplingPercentage)||e.samplingPercentage<=0||e.samplingPercentage>=100){e.samplingPercentage=100}e.isCookieUseDisabled=tl.stringToBoolOrDefault(e.isCookieUseDisabled);e.isStorageUseDisabled=tl.stringToBoolOrDefault(e.isStorageUseDisabled);e.isBrowserLinkTrackingEnabled=tl.stringToBoolOrDefault(e.isBrowserLinkTrackingEnabled);e.enableAutoRouteTracking=tl.stringToBoolOrDefault(e.enableAutoRouteTracking);e.namePrefix=e.namePrefix||"";return e};t.prototype.processTelemetry=function(e,t){var n=this;au(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(hs.CRITICAL,ms.TelemetryInitializerFailed,"One of telemetry initializers failed, telemetry item will not be sent: "+tl.getExceptionName(e),{exception:tl.dump(e)},true)}}}if(!r){n.processNext(e,t)}}),(function(){return{item:e}}),!e.sync)};t.prototype.trackEvent=function(e,t){try{var n=Wl.create(e,yl.dataType,yl.envelopeType,this.diagLog(),t);this.core.track(n)}catch(e){this.diagLog().throwInternal(hs.WARNING,ms.TrackTraceFailed,"trackTrace failed, trace will not be collected: "+tl.getExceptionName(e),{exception:tl.dump(e)})}};t.prototype.startTrackEvent=function(e){try{this._eventTracking.start(e)}catch(e){this.diagLog().throwInternal(hs.CRITICAL,ms.StartTrackEventFailed,"startTrackEvent failed, event will not be collected: "+tl.getExceptionName(e),{exception:tl.dump(e)})}};t.prototype.stopTrackEvent=function(e,t,n){try{this._eventTracking.stop(e,undefined,t)}catch(e){this.diagLog().throwInternal(hs.CRITICAL,ms.StopTrackEventFailed,"stopTrackEvent failed, event will not be collected: "+tl.getExceptionName(e),{exception:tl.dump(e)})}};t.prototype.trackTrace=function(e,t){try{var n=Wl.create(e,Bl.dataType,Bl.envelopeType,this.diagLog(),t);this.core.track(n)}catch(e){this.diagLog().throwInternal(hs.WARNING,ms.TrackTraceFailed,"trackTrace failed, trace will not be collected: "+tl.getExceptionName(e),{exception:tl.dump(e)})}};t.prototype.trackMetric=function(e,t){try{var n=Wl.create(e,Ml.dataType,Ml.envelopeType,this.diagLog(),t);this.core.track(n)}catch(e){this.diagLog().throwInternal(hs.CRITICAL,ms.TrackMetricFailed,"trackMetric failed, metric will not be collected: "+tl.getExceptionName(e),{exception:tl.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(hs.CRITICAL,ms.TrackPVFailed,"trackPageView failed, page view will not be collected: "+tl.getExceptionName(e),{exception:tl.dump(e)})}};t.prototype.sendPageViewInternal=function(e,t,n){var r=Eo();if(r){e.refUri=e.refUri===undefined?r.referrer:e.refUri}var i=Wl.create(e,Ll.dataType,Ll.envelopeType,this.diagLog(),t,n);this.core.track(i);this._trackAjaxAttempts=0};t.prototype.sendPageViewPerformanceInternal=function(e,t,n){var r=Wl.create(e,jl.dataType,jl.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(hs.CRITICAL,ms.TrackPVFailed,"trackPageViewPerformance failed, page view will not be collected: "+tl.getExceptionName(e),{exception:tl.dump(e)})}};t.prototype.startTrackPage=function(e){try{if(typeof e!=="string"){var t=Eo();e=t&&t.title||""}this._pageTracking.start(e)}catch(e){this.diagLog().throwInternal(hs.CRITICAL,ms.StartTrackFailed,"startTrackPage failed, page view may not be collected: "+tl.getExceptionName(e),{exception:tl.dump(e)})}};t.prototype.stopTrackPage=function(e,t,n,r){try{if(typeof e!=="string"){var i=Eo();e=i&&i.title||""}if(typeof t!=="string"){var a=Do();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(hs.CRITICAL,ms.StopTrackFailed,"stopTrackPage failed, page view will not be collected: "+tl.getExceptionName(e),{exception:tl.dump(e)})}};t.prototype.sendExceptionInternal=function(e,t,n){var r=new Al(this.diagLog(),e.exception||new Error(tl.NotSpecified),e.properties,e.measurements,e.severityLevel,e.id).toInterface();var i=Wl.create(r,Al.dataType,Al.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(hs.CRITICAL,ms.TrackExceptionFailed,"trackException failed, exception will not be collected: "+tl.getExceptionName(e),{exception:tl.dump(e)})}};t.prototype._onerror=function(e){try{var t={url:e&&e.url||(Eo()||{}).URL,lineNumber:e.lineNumber,columnNumber:e.columnNumber,message:e.message};if(tl.isCrossOriginError(e.message,e.url,e.lineNumber,e.columnNumber,e.error)){this._sendCORSException(t.url)}else{if(!tl.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:zl.Error},t)}}catch(t){var r=e.error?e.error.name+", "+e.error.message:"null";this.diagLog().throwInternal(hs.CRITICAL,ms.ExceptionWhileLoggingError,"_onError threw exception while logging error, error will not be collected: "+tl.getExceptionName(t),{exception:tl.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(ds.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 l=t.getDefaultConfig();if(l!==undefined){cs(l,(function(e,t){o.config[e]=s.getConfig(u,e,t)}));if(this._globalconfig){cs(l,(function(e,t){if(o._globalconfig[e]===undefined){o._globalconfig[e]=t}}))}}if(this.config.isCookieUseDisabled){tl.disableCookies()}if(this.config.isStorageUseDisabled){tl.disableStorage()}var c={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 ec(this.core);this._pageViewManager=new $l(this,this.config.overridePageViewDuration,this.core,this._pageViewPerformanceManager);this._pageVisitTimeManager=new Ql(this.diagLog(),(function(e,t,n){return o.trackPageVisitTime(e,t,n)}));this._telemetryInitializers=this._telemetryInitializers||[];this._addDefaultTelemetryInitializers(c);this._eventTracking=new ic(this.diagLog(),"trackEvent");this._eventTracking.action=function(e,t,n,r){if(!r){r={}}r[tc]=n.toString();o.trackEvent({name:e,properties:r})};this._pageTracking=new ic(this.diagLog(),"trackPageView");this._pageTracking.action=function(e,t,n,r,i){if(ds.isNullOrUndefined(r)){r={}}r[tc]=n.toString();var a={name:e,uri:t,properties:r,measurements:i};o.sendPageViewInternal(a,r)};var d=Fo();var f=Mo();var p=Do();var h=this;if(this.config.disableExceptionTracking===false&&!this.config.autoExceptionInstrumented&&d){var m="onerror";var v=d[m];d.onerror=function(e,t,n,r,i){var a=v&&v(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&&d){var g="onunhandledrejection";var y=d[g];d[g]=function(e){var t=y&&y.call(d,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&&f&&ds.isFunction(f.pushState)&&ds.isFunction(f.replaceState)&&d&&typeof Event!=="undefined"){var b=this;ds.arrForEach(i,(function(e){if(e.identifier===Xl){o._properties=e}}));f.pushState=function(e){return function t(){var n=e.apply(this,arguments);nc(d,tl.createDomEvent(b.config.namePrefix+"pushState"));nc(d,tl.createDomEvent(b.config.namePrefix+"locationchange"));return n}}(f.pushState);f.replaceState=function(e){return function t(){var n=e.apply(this,arguments);nc(d,tl.createDomEvent(b.config.namePrefix+"replaceState"));nc(d,tl.createDomEvent(b.config.namePrefix+"locationchange"));return n}}(f.replaceState);if(d.addEventListener){d.addEventListener(b.config.namePrefix+"popstate",(function(){nc(d,tl.createDomEvent(b.config.namePrefix+"locationchange"))}));d.addEventListener(b.config.namePrefix+"locationchange",(function(){if(b._properties&&b._properties.context&&b._properties.context.telemetryTrace){b._properties.context.telemetryTrace.traceID=tl.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===Rl.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=Wl.create(t,Al.dataType,Al.envelopeType,this.diagLog(),{url:e});this.core.track(n)};t.Version="2.5.10";return t}(mu);var ic=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(hs.WARNING,ms.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(hs.WARNING,ms.StopCalledWithoutStart,"stop was called without a corresponding start.",{name:this._name,key:e},true)}else{var a=+new Date;var o=al.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 ac=function(){function e(t){var n=[];Ks(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 oc=function(){function e(t,n){var r=false;var i;Ks(e,this,(function(a){var o=l(e.BUFFER_KEY);var s=l(e.SENT_BUFFER_KEY);i=o.concat(s);if(i.length>e.MAX_BUFFER_SIZE){i.length=e.MAX_BUFFER_SIZE}c(e.SENT_BUFFER_KEY,[]);c(e.BUFFER_KEY,i);a.enqueue=function(n){if(i.length>=e.MAX_BUFFER_SIZE){if(!r){t.throwInternal(hs.WARNING,ms.SessionStorageBufferFull,"Maximum buffer size reached: "+i.length,true);r=true}return}i.push(n);c(e.BUFFER_KEY,i)};a.count=function(){return i.length};a.clear=function(){i=[];c(e.BUFFER_KEY,[]);c(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);c(e.BUFFER_KEY,i);var r=l(e.SENT_BUFFER_KEY);if(r instanceof Array&&n instanceof Array){r=r.concat(n);if(r.length>e.MAX_BUFFER_SIZE){t.throwInternal(hs.CRITICAL,ms.SessionStorageBufferFull,"Sent buffer reached its maximum size: "+r.length,true);r.length=e.MAX_BUFFER_SIZE}c(e.SENT_BUFFER_KEY,r)}};a.clearSent=function(t){var n=l(e.SENT_BUFFER_KEY);n=u(t,n);c(e.SENT_BUFFER_KEY,n)};function u(e,t){var n=[];ds.arrForEach(t,(function(t){if(!ds.isFunction(t)&&ds.arrIndexOf(e,t)===-1){n.push(t)}}));return n}function l(e){var r=e;try{r=n.namePrefix&&n.namePrefix()?n.namePrefix()+"_"+r:r;var i=tl.getSessionStorage(t,r);if(i){var a=Uo().parse(i);if(ds.isString(a)){a=Uo().parse(a)}if(a&&tl.isArray(a)){return a}}}catch(e){t.throwInternal(hs.CRITICAL,ms.FailedToRestoreStorageBuffer," storage key: "+r+", "+tl.getExceptionName(e),{exception:tl.dump(e)})}return[]}function c(e,r){var i=e;try{i=n.namePrefix&&n.namePrefix()?n.namePrefix()+"_"+i:i;var a=JSON.stringify(r);tl.setSessionStorage(t,i,a)}catch(e){tl.setSessionStorage(t,i,JSON.stringify([]));t.throwInternal(hs.WARNING,ms.FailedToSetStorageBuffer," storage key: "+i+", "+tl.getExceptionName(e)+". Buffer cleared",{exception:tl.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 sc="baseType";var uc="baseData";var lc="properties";var cc="true";var dc=ds.isNullOrUndefined;function fc(e,t,n){if(e&&n){e[t]=n;return e[t]}return null}var pc=function(){function e(){}e.extractPropsAndMeasurements=function(e,t,n){if(!dc(e)){cs(e,(function(e,r){if(ds.isNumber(r)){n[e]=r}else if(ds.isString(r)){t[e]=r}else if(Ro()){t[e]=Uo().stringify(r)}}))}};e.createEnvelope=function(t,n,r,i){var a=new ml(t,i,n);fc(a,"sampleRate",r[sl]);if((r[uc]||{}).startTime){a.time=ds.toISOString(r[uc].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,Kl.userAuthUserId,o.authId);fc(r,Kl.userId,o.id||o.localId)}var s=i.app;if(s){fc(r,Kl.sessionId,s.sesId)}var u=i.device;if(u){fc(r,Kl.deviceId,u.id||u.localId);fc(r,Kl.deviceType,u.deviceClass);fc(r,Kl.deviceIp,u.ip);fc(r,Kl.deviceModel,u.model);fc(r,Kl.deviceType,u.deviceType)}var l=t.ext.web;if(l){fc(r,Kl.deviceLanguage,l.browserLang);fc(r,Kl.deviceBrowserVersion,l.browserVer);fc(r,Kl.deviceBrowser,l.browser);var c=n.data=n.data||{};var d=c[uc]=c[uc]||{};var f=d[lc]=d[lc]||{};fc(f,"domain",l.domain);fc(f,"isManual",l.isManual?cc:null);fc(f,"screenRes",l.screenRes);fc(f,"userConsent",l.userConsent?cc:null)}var p=i.os;if(p){fc(r,Kl.deviceOS,p.name)}var h=i.trace;if(h){fc(r,Kl.operationParentId,h.parentID);fc(r,Kl.operationName,h.name);fc(r,Kl.operationId,h.traceID)}var m={};for(var v=a.length-1;v>=0;v--){var g=a[v];cs(g,(function(e,t){m[e]=t}));a.splice(v,1)}cs(a,(function(e,t){m[e]=t}));n.tags=__assign({},r,m);if(!n.tags[Kl.internalSdkVersion]){n.tags[Kl.internalSdkVersion]="javascript:"+e.Version}};e.prototype.Init=function(e,t){this._logger=e;if(dc(t[uc])){this._logger.throwInternal(hs.CRITICAL,ms.TelemetryEnvelopeInvalid,"telemetryItem.baseData cannot be null.")}};e.Version="2.5.10";return e}();var hc=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[uc].measurements||{};var i=n[uc][lc]||{};pc.extractPropsAndMeasurements(n.data,i,r);var a=n[uc];if(dc(a)){t.warnToConsole("Invalid input for dependency data");return null}var o=a[lc]&&a[lc][ll]?a[lc][ll]:"GET";var s=new Rl(t,a.id,a.target,a.name,a.duration,a.success,a.responseCode,o,a.type,a.correlationContext,i,r);var u=new ql(Rl.dataType,s);return pc.createEnvelope(t,Rl.envelopeType,n,u)};t.DependencyEnvelopeCreator=new t;return t}(pc);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={};var i={};if(n[sc]!==yl.dataType){r["baseTypeSource"]=n[sc]}if(n[sc]===yl.dataType){r=n[uc][lc]||{};i=n[uc].measurements||{}}else{if(n[uc]){pc.extractPropsAndMeasurements(n[uc],r,i)}}pc.extractPropsAndMeasurements(n.data,r,i);var a=n[uc].name;var o=new yl(t,a,r,i);var s=new ql(yl.dataType,o);return pc.createEnvelope(t,yl.envelopeType,n,s)};t.EventEnvelopeCreator=new t;return t}(pc);var vc=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[uc].measurements||{};var i=n[uc][lc]||{};pc.extractPropsAndMeasurements(n.data,i,r);var a=n[uc];var o=Al.CreateFromInterface(t,a,i,r);var s=new ql(Al.dataType,o);return pc.createEnvelope(t,Al.envelopeType,n,s)};t.ExceptionEnvelopeCreator=new t;return t}(pc);var gc=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[uc];var i=r[lc]||{};var a=r.measurements||{};pc.extractPropsAndMeasurements(n.data,i,a);var o=new Ml(t,r.name,r.average,r.sampleCount,r.min,r.max,i,a);var s=new ql(Ml.dataType,o);return pc.createEnvelope(t,Ml.envelopeType,n,s)};t.MetricEnvelopeCreator=new t;return t}(pc);var yc=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[uc];if(!dc(a)&&!dc(a[lc])&&!dc(a[lc][r])){i=a[lc][r];delete a[lc][r]}else if(!dc(n.data)&&!dc(n.data[r])){i=n.data[r];delete n.data[r]}var o=n[uc];var s;if(((n.ext||{}).trace||{}).traceID){s=n.ext.trace.traceID}var u=o.id||s;var l=o.name;var c=o.uri;var d=o[lc]||{};var f=o.measurements||{};if(!dc(o.refUri)){d["refUri"]=o.refUri}if(!dc(o.pageType)){d["pageType"]=o.pageType}if(!dc(o.isLoggedIn)){d["isLoggedIn"]=o.isLoggedIn.toString()}if(!dc(o[lc])){var p=o[lc];cs(p,(function(e,t){d[e]=t}))}pc.extractPropsAndMeasurements(n.data,d,f);var h=new Ll(t,l,c,i,d,f,u);var m=new ql(Ll.dataType,h);return pc.createEnvelope(t,Ll.envelopeType,n,m)};t.PageViewEnvelopeCreator=new t;return t}(pc);var bc=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[uc];var i=r.name;var a=r.uri||r.url;var o=r[lc]||{};var s=r.measurements||{};pc.extractPropsAndMeasurements(n.data,o,s);var u=new jl(t,i,a,undefined,o,s,r);var l=new ql(jl.dataType,u);return pc.createEnvelope(t,jl.envelopeType,n,l)};t.PageViewPerformanceEnvelopeCreator=new t;return t}(pc);var wc=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[uc].message;var i=n[uc].severityLevel;var a=n[uc][lc]||{};var o=n[uc].measurements||{};pc.extractPropsAndMeasurements(n.data,a,o);var s=new Bl(t,r,i,a,o);var u=new ql(Bl.dataType,s);return pc.createEnvelope(t,Bl.envelopeType,n,u)};t.TraceEnvelopeCreator=new t;return t}(pc);
|
|
30
|
+
/*!
|
|
31
|
+
* Application Insights JavaScript SDK - Channel, 2.5.10
|
|
32
|
+
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
33
|
+
*/var xc=function(){function e(t){Ks(e,this,(function(e){e.serialize=function(e){var r=n(e,"root");try{return Uo().stringify(r)}catch(e){t.throwInternal(hs.CRITICAL,ms.CannotSerializeObject,e&&ds.isFunction(e.toString)?e.toString():"Error serializing object",null,true)}};function n(e,a){var o="__aiCircularRefCheck";var s={};if(!e){t.throwInternal(hs.CRITICAL,ms.CannotSerializeObject,"cannot serialize object because it is null or undefined",{name:a},true);return s}if(e[o]){t.throwInternal(hs.WARNING,ms.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(tl.isArray(e)){s=r(e,a)}else{t.throwInternal(hs.WARNING,ms.CannotSerializeObjectNonSerializable,"Attempting to serialize an object which does not implement ISerializable",{name:a},true);try{Uo().stringify(e);s=e}catch(e){t.throwInternal(hs.CRITICAL,ms.CannotSerializeObject,e&&ds.isFunction(e.toString)?e.toString():"Error serializing object",null,true)}}return s}e[o]=true;cs(e.aiDataContract,(function(i,o){var u=ds.isFunction(o)?o()&Ku.Required:o&Ku.Required;var l=ds.isFunction(o)?o()&Ku.Hidden:o&Ku.Hidden;var c=o&Ku.Array;var d=e[i]!==undefined;var f=ds.isObject(e[i])&&e[i]!==null;if(u&&!d&&!c){t.throwInternal(hs.CRITICAL,ms.MissingRequiredFieldSpecification,"Missing required field specification. The field is required but not present on source",{field:i,name:a})}else if(!l){var p=void 0;if(f){if(c){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(!tl.isArray(e)){t.throwInternal(hs.CRITICAL,ms.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={};cs(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(hs.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 Sc=function(){function e(){var t=Fo();var n=Eo();var r=false;var i=true;Ks(e,this,(function(e){try{if(t){if(ps.Attach(t,"online",o)){ps.Attach(t,"offline",s);r=true}}if(n){var a=n.body||n;if(!ds.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=ko();if(r){e=i}else if(t&&!ds.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 _c=Sc.Offline;
|
|
38
|
+
/*!
|
|
39
|
+
* Application Insights JavaScript SDK - Channel, 2.5.10
|
|
40
|
+
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
41
|
+
*/var Cc=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 Ic=function(){function e(){this.hashCodeGeneragor=new Cc;this.keys=new Hl}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 Ac=function(){function e(e,t){this.INT_MAX_VALUE=2147483647;this._logger=ds.isNullOrUndefined(t)?new eu:t;if(e>100||e<0){this._logger.throwInternal(hs.WARNING,ms.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 Ic}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===Ml.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 Fc(e){try{return e.responseText}catch(e){}return null}var Nc=function(e){__extends(t,e);function t(){var n=e.call(this)||this;n.priority=1001;n.identifier=Jl;n._XMLHttpRequestSupported=false;var r;var i;var a;var o;Ks(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(hs.CRITICAL,ms.FlushFailed,"flush failed, telemetry will not be collected: "+tl.getExceptionName(t),{exception:tl.dump(t)})}};e.onunloadFlush=function(){if((e._senderConfig.onunloadDisableBeacon()===false||e._senderConfig.isBeaconApiDisabled()===false)&&tl.IsBeaconApiSupported()){try{e.triggerSend(true,c,2)}catch(t){e.diagLog().throwInternal(hs.CRITICAL,ms.FailedToSendQueuedTelemetry,"failed to flush with beacon sender on page unload, telemetry will not be collected: "+tl.getExceptionName(t),{exception:tl.dump(t)})}}else{e.flush()}};e.teardown=u;e.initialize=function(n,a,u,l){s.initialize(n,a,u,l);var f=e._getTelCtx();var p=e.identifier;o=new xc(a.logger);r=0;i=null;e._sender=null;var h=t._getDefaultAppInsightsChannelConfig();e._senderConfig=t._getEmptyAppInsightsChannelConfig();cs(h,(function(t,n){e._senderConfig[t]=function(){return f.getConfig(p,t,n())}}));e._buffer=e._senderConfig.enableSessionStorageBuffer()&&tl.canUseSessionStorage()?new oc(e.diagLog(),e._senderConfig):new ac(e._senderConfig);e._sample=new Ac(e._senderConfig.samplingPercentage(),e.diagLog());if(!S(n)){e.diagLog().throwInternal(hs.CRITICAL,ms.InvalidInstrumentationKey,"Invalid Instrumentation key "+n.instrumentationKey)}if(!e._senderConfig.isBeaconApiDisabled()&&tl.IsBeaconApiSupported()){e._sender=c}else{if(typeof XMLHttpRequest!==undefined){var m=Io("XMLHttpRequest");if(m){var v=new m;if("withCredentials"in v){e._sender=d;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(hs.CRITICAL,ms.CannotSendEmptyTelemetry,"Cannot send empty telemetry");return}if(n.baseData&&!n.baseType){r.diagLog().throwInternal(hs.CRITICAL,ms.InvalidEvent,"Cannot send telemetry without baseData and baseType");return}if(!n.baseType){n.baseType="EventData"}if(!e._sender){r.diagLog().throwInternal(hs.CRITICAL,ms.SenderNotInitialized,"Sender was not initialized");return}if(!l(n)){r.diagLog().throwInternal(hs.WARNING,ms.TelemetrySampledAndNotSent,"Telemetry item was sampled out and not sent",{SampleRate:e._sample.sampleRate});return}else{n[sl]=e._sample.sampleRate}var i=t.constructEnvelope(n,e._senderConfig.instrumentationKey(),r.diagLog());if(!i){r.diagLog().throwInternal(hs.CRITICAL,ms.CreateEnvelopeError,"Unable to create an AppInsights envelope");return}var a=false;if(n.tags&&n.tags[ul]){ds.arrForEach(n.tags[ul],(function(e){try{if(e&&e(i)===false){a=true;r.diagLog().warnToConsole("Telemetry processor check returns false")}}catch(e){r.diagLog().throwInternal(hs.CRITICAL,ms.TelemetryInitializerFailed,"One of telemetry initializers failed, telemetry item will not be sent: "+tl.getExceptionName(e),{exception:tl.dump(e)},true)}}));delete n.tags[ul]}if(a){return}var s=o.serialize(i);var u=e._buffer.getItems();var c=e._buffer.batchPayloads(u);if(c&&c.length+s.length>e._senderConfig.maxBatchSizeInBytes()){e.triggerSend(true,null,10)}e._buffer.enqueue(s);m()}catch(e){r.diagLog().throwInternal(hs.WARNING,ms.FailedAddingTelemetryToBuffer,"Failed adding telemetry to the sender's buffer, some telemetry will be lost: "+tl.getExceptionName(e),{exception:tl.dump(e)})}e.processNext(n,r)};e._xhrReadyStateChange=function(t,n,i){if(t.readyState===4){var a=null;if(!e._appId){a=f(Fc(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()&&v(t.status)){p(n);e.diagLog().throwInternal(hs.WARNING,ms.TransmissionFailed,". "+"Response code "+t.status+". Will retry to send "+n.length+" items.")}else{e._onError(n,g(t))}}else if(_c.isOffline()){if(!e._senderConfig.isRetryDisabled()){var o=10;p(n,o);e.diagLog().throwInternal(hs.WARNING,ms.TransmissionFailed,". Offline - Response Code: "+t.status+". Offline status: "+_c.isOffline()+". Will retry to send "+n.length+" items.")}}else{if(t.status===206){if(!a){a=f(Fc(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=tl.getIEVersion();if(!u||u>9){e.diagLog().throwInternal(hs.CRITICAL,ms.TransmissionFailed,"Telemetry transmission failed, some telemetry will be lost: "+tl.getExceptionName(t),{exception:tl.dump(t)})}}};e._onError=function(t,n,r){e.diagLog().throwInternal(hs.WARNING,ms.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 l=t.splice(u.index,1)[0];if(v(u.statusCode)){i.push(l)}else{r.push(l)}}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(hs.WARNING,ms.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=Fc(t);if(t&&(i+""==="200"||i==="")){r=0;e._onSuccess(n,0)}else{var a=f(i);if(a&&a.itemsReceived&&a.itemsReceived>a.itemsAccepted&&!e._senderConfig.isRetryDisabled()){e._onPartialSuccess(n,a)}else{e._onError(n,b(t))}}};function l(t){return e._sample.isSampledIn(t)}function c(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=ko().sendBeacon(r,a);if(o){e._buffer.markAsSent(t);e._onSuccess(t,t.length)}else{d(t,true);e.diagLog().throwInternal(hs.WARNING,ms.TransmissionFailed,". "+"Failed to send telemetry with Beacon API, retried with xhrSender.")}}function d(t,n){var r=new XMLHttpRequest;var i=e._senderConfig.endpointUrl();try{r[ol]=true}catch(e){}r.open("POST",i,n);r.setRequestHeader("Content-type","application/json");if(tl.isInternalApplicationInsightsEndpoint(i)){r.setRequestHeader(Ju.sdkContextHeader,Ju.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 f(t){try{if(t&&t!==""){var n=Uo().parse(t);if(n&&n.itemsReceived&&n.itemsReceived>=n.itemsAccepted&&n.itemsReceived-n.itemsAccepted===n.errors.length){return n}}}catch(n){e.diagLog().throwInternal(hs.CRITICAL,ms.InvalidBackendResponse,"Cannot parse the response. "+tl.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);m()}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=ds.dateNow()+n*1e3;i=s}function m(){if(!a){var t=i?Math.max(0,i-ds.dateNow()):0;var n=Math.max(e._senderConfig.maxBatchInterval(),t);a=setTimeout((function(){e.triggerSend(true,null,1)}),n)}}function v(e){return e===408||e===429||e===500||e===503}function g(e,t){if(e){return"XMLHttpRequest,Status:"+e.status+",Response:"+Fc(e)||e.response||""}return t}function y(t,n){var r=Fo();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(hs.WARNING,ms.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:"+Fc(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(hs.CRITICAL,ms.NotificationException,"send request notification failed: "+tl.getExceptionName(t),{exception:tl.dump(t)})}}}function S(e){var t=ds.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&&!ds.isNullOrUndefined(t)){r=__assign({},e,{iKey:t})}else{r=e}switch(r.baseType){case yl.dataType:return mc.EventEnvelopeCreator.Create(n,r);case Bl.dataType:return wc.TraceEnvelopeCreator.Create(n,r);case Ll.dataType:return yc.PageViewEnvelopeCreator.Create(n,r);case jl.dataType:return bc.PageViewPerformanceEnvelopeCreator.Create(n,r);case Al.dataType:return vc.ExceptionEnvelopeCreator.Create(n,r);case Ml.dataType:return gc.MetricEnvelopeCreator.Create(n,r);case Rl.dataType:return hc.DependencyEnvelopeCreator.Create(n,r);default:return mc.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}(mu);var Ec=function(){function e(){}return e}();var Tc=function(){function e(t,n){var r=this;if(ds.isNullOrUndefined(n)){this._logger=new eu}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 Ec}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=tl.getCookie(this._logger,this._storageNamePrefix());if(e&&typeof e.split==="function"){this.initializeAutomaticSessionWithData(e)}else{var t=tl.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(hs.CRITICAL,ms.ErrorParsingAISessionCookie,"Error parsing ai_session cookie, session will be reset: "+tl.getExceptionName(e),{exception:tl.dump(e)})}if(this.automaticSession.renewalDate===0){this._logger.throwInternal(hs.WARNING,ms.SessionRenewalDateIsZero,"AI session renewal date is 0, session will be reset.")}};e.prototype.renew=function(){var e=(new Date).getTime();this.automaticSession.id=tl.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(!tl.canUseLocalStorage()){this._logger.throwInternal(hs.WARNING,ms.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();tl.setCookie(this._logger,this._storageNamePrefix(),o.join("|")+";expires="+u,s);this.cookieUpdatedTimestamp=(new Date).getTime()};e.prototype.setStorage=function(e,t,n){tl.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 kc=function(){function e(){}return e}();var Pc=function(){function e(){this.id="browser";this.deviceClass="Browser"}return e}();var Mc="2.5.10";var Dc=function(){function e(e){this.sdkVersion=(e.sdkExtension&&e.sdkExtension()?e.sdkExtension()+"_":"")+"javascript:"+Mc}return e}();var Lc=function(){function e(t,n){this.isNewUser=false;this._logger=n;var r=tl.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=ds.newId(t&&t.idLength?t.idLength():22);var a=new Date;var o=ds.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;tl.setCookie(this._logger,e.userCookieName,s.join(e.cookieSeparator)+";expires="+a.toUTCString(),u);var l=t.namePrefix&&t.namePrefix()?t.namePrefix()+"ai_session":"ai_session";tl.removeStorage(this._logger,l)}this.accountId=t.accountId?t.accountId():undefined;var c=tl.getCookie(this._logger,e.authUserCookieName);if(c){c=decodeURI(c);var d=c.split(e.cookieSeparator);if(d[0]){this.authenticatedId=d[0]}if(d.length>1&&d[1]){this.accountId=d[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(hs.WARNING,ms.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){tl.setCookie(this._logger,e.authUserCookieName,encodeURI(a),this.config.cookieDomain())}};e.prototype.clearAuthenticatedUserContext=function(){this.authenticatedId=null;this.accountId=null;tl.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 Oc=function(){function e(){}return e}();var Rc=function(){function e(e,t,n,r){this.traceID=e||tl.generateW3CId();this.parentID=t;this.name=n;var i=Do();if(!n&&i&&i.pathname){this.name=i.pathname}this.name=Yu.sanitizeString(r,this.name)}return e}();var Uc=function(){function e(e,t){var n=this;n.application=new kc;n.internal=new Dc(t);if(Ao()){n.sessionManager=new Tc(t,e);n.device=new Pc;n.location=new Oc;n.user=new Lc(t,e);n.telemetryTrace=new Rc(undefined,undefined,undefined,e);n.session=new Ec}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(ds.isString(i.id)){e.ext.app.sesId=i.id}}if(n){if(ds.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(ds.isString(n.ver)){e.tags[Kl.applicationVersion]=n.ver}if(ds.isString(n.build)){e.tags[Kl.applicationBuild]=n.build}}};e.prototype.applyDeviceContext=function(e,t){var n=this.device;if(n){if(ds.isString(n.id)){e.ext.device.localId=n.id}if(ds.isString(n.ip)){e.ext.device.ip=n.ip}if(ds.isString(n.model)){e.ext.device.model=n.model}if(ds.isString(n.deviceClass)){e.ext.device.deviceClass=n.deviceClass}}};e.prototype.applyInternalContext=function(e,t){var n=this.internal;if(n){if(ds.isString(n.agentVersion)){e.tags[Kl.internalAgentVersion]=n.agentVersion}if(ds.isString(n.sdkVersion)){e.tags[Kl.internalSdkVersion]=n.sdkVersion}if(e.baseType===Zs.dataType||e.baseType===Ll.dataType){if(ds.isString(n.snippetVer)){e.tags[Kl.internalSnippet]=n.snippetVer}if(ds.isString(n.sdkSrc)){e.tags[Kl.internalSdkSrc]=n.sdkSrc}}}};e.prototype.applyLocationContext=function(e,t){var n=this.location;if(n){if(ds.isString(n.ip)){e.tags[Kl.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(ds.isString(n.traceID)){r.traceID=n.traceID}if(ds.isString(n.name)){r.name=n.name}if(ds.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(ds.isString(n.accountId)){e.tags[Kl.userAccountId]=n.accountId}if(ds.isString(n.id)){e.ext.user.id=n.id}if(ds.isString(n.authenticatedId)){e.ext.user.authId=n.authenticatedId}}};e.prototype.cleanUp=function(e,t){if(e.ext[Gl.DeviceExt]&&ds.objKeys(e.ext[Gl.DeviceExt]).length===0){delete e.ext[Gl.DeviceExt]}if(e.ext[Gl.UserExt]&&ds.objKeys(e.ext[Gl.UserExt]).length===0){delete e.ext[Gl.UserExt]}if(e.ext[Gl.WebExt]&&ds.objKeys(e.ext[Gl.WebExt]).length===0){delete e.ext[Gl.WebExt]}if(e.ext[Gl.OSExt]&&ds.objKeys(e.ext[Gl.OSExt]).length===0){delete e.ext[Gl.OSExt]}if(e.ext[Gl.AppExt]&&ds.objKeys(e.ext[Gl.AppExt]).length===0){delete e.ext[Gl.AppExt]}if(e.ext[Gl.TraceExt]&&ds.objKeys(e.ext[Gl.TraceExt]).length===0){delete e.ext[Gl.TraceExt]}};return e}();var Bc=function(e){__extends(t,e);function t(){var t=e!==null&&e.apply(this,arguments)||this;t.priority=110;t.identifier=Xl;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 l=t.getDefaultConfig();this._extensionConfig=this._extensionConfig||t.getDefaultConfig();cs(l,(function(e,t){o._extensionConfig[e]=function(){return s.getConfig(u,e,t())}}));this.context=new Uc(r.logger,this._extensionConfig);this._breezeChannel=tl.getExtension(i,Jl);this.context.appId=function(){return o._breezeChannel?o._breezeChannel["_appId"]:null}};t.prototype.processTelemetry=function(e,t){if(ds.isNullOrUndefined(e));else{t=this._getTelCtx(t);if(e.name===Ll.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 Zs(ms.SendBrowserInfoOnUserInit,(ko()||{}).userAgent||"");t.diagLog().logInternalMessage(hs.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[Gl.DeviceExt]=n[Gl.DeviceExt]||{};n[Gl.WebExt]=n[Gl.WebExt]||{};n[Gl.UserExt]=n[Gl.UserExt]||{};n[Gl.OSExt]=n[Gl.OSExt]||{};n[Gl.AppExt]=n[Gl.AppExt]||{};n[Gl.TraceExt]=n[Gl.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}(mu);
|
|
54
|
+
/*!
|
|
55
|
+
* Application Insights JavaScript SDK - Dependencies Plugin, 2.5.10
|
|
56
|
+
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
57
|
+
*/var Vc="properties";var jc=ds.objKeys;var qc=ds.arrForEach;function zc(e,t,n){var r=0;var i=e[t];var a=e[n];if(i&&a){r=al.GetDuration(i,a)}return r}function Hc(e,t,n,r,i){var a=0;var o=zc(n,r,i);if(o){a=Wc(e,t,tl.msToTimeSpan(o))}return a}function Wc(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 Gc(e,t){var n=e.perfTiming;var r=t[Vc]||{};var i=0;var a=ds.isString;var o="name";var s="Start";var u="End";var l="domainLookup";var c="connect";var d="redirect";var f="request";var p="response";var h="duration";var m="startTime";var v=l+s;var g=l+u;var y=c+s;var b=c+u;var w=f+s;var x=f+u;var S=p+s;var _=p+u;var C=d+s;var I=d=u;var A="transferSize";var F="encodedBodySize";var N="decodedBodySize";var E="serverTiming";if(n){i|=Hc(r,d,n,C,I);i|=Hc(r,l,n,v,g);i|=Hc(r,c,n,y,b);i|=Hc(r,f,n,w,x);i|=Hc(r,p,n,S,_);i|=Hc(r,"networkConnect",n,m,b);i|=Hc(r,"sentRequest",n,w,_);var T=n[h];if(!T){T=zc(n,m,_)||0}i|=Wc(r,h,T);i|=Wc(r,"perfTotal",T);var k=n[E];if(k){var P={};qc(k,(function(e,t){var n=ls(e[o]||""+t);var r=P[n]||{};cs(e,(function(e,t){if(e!==o&&a(t)||ds.isNumber(t)){if(r[e]){t=r[e]+";"+t}if(t||!a(t)){r[e]=t}}}));P[n]=r}));i|=Wc(r,E,P)}i|=Wc(r,A,n[A]);i|=Wc(r,F,n[F]);i|=Wc(r,N,n[N])}else{if(e.perfMark){i|=Wc(r,"missing",e.perfAttempts)}}if(i){t[Vc]=r}}var Kc=function(){function e(){var e=this;e.openDone=false;e.setRequestHeaderDone=false;e.sendDone=false;e.abortDone=false;e.stateChangeAttached=false}return e}();var Xc=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 Kc;i.clientFailure=0;i.traceID=t;i.spanID=n;Ks(e,i,(function(e){e.getAbsoluteUrl=function(){return e.requestUrl?nl.getAbsoluteUrl(e.requestUrl):null};e.getPathName=function(){return e.requestUrl?Yu.sanitizeUrl(a,nl.getCompleteUrl(e.method,e.requestUrl)):null};e.CreateTrackItem=function(t,n,r){e.ajaxTotalDuration=Math.round(al.GetDuration(e.requestSentTime,e.responseFinishedTime)*1e3)/1e3;if(e.ajaxTotalDuration<0){return null}var i=(l={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},l[Vc]={HttpMethod:e.method},l);Gc(e,i);if(n){if(jc(e.requestHeaders).length>0){i[Vc]=i[Vc]||{};i[Vc].requestHeaders=e.requestHeaders}}if(r){var a=r();if(a){var s=a.correlationContext;if(s){i.correlationContext=s}if(a.headerMap){if(jc(a.headerMap).length>0){i[Vc]=i[Vc]||{};i[Vc].responseHeaders=a.headerMap}}if(e.status>=400){var u=a.type;i[Vc]=i[Vc]||{};if(u===""||u==="text"){i[Vc][o]=a[o]?a.statusText+" - "+a[o]:a.statusText}if(u==="json"){i[Vc][o]=a.response?a.statusText+" - "+JSON.stringify(a.response):a.statusText}}}}return i;var l}}))}return e}();
|
|
58
|
+
/*!
|
|
59
|
+
* Application Insights JavaScript SDK - Dependencies Plugin, 2.5.10
|
|
60
|
+
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
61
|
+
*/var Jc=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=tl.generateW3CId()}if(n&&e.isValidSpanId(n)){r.spanId=n}else{r.spanId=tl.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 Yc="ai.ajxmn.";var $c="diagLog";var Qc="ajaxData";var Zc="throwInternal";var ed="fetch";var td=ds.isNullOrUndefined;var nd=ds.arrForEach;var rd=0;function id(){var e=Co();if(!e||td(e.Request)||td(e.Request[co])||td(e[ed])){return null}return e[ed]}function ad(e){var t=false;if(typeof XMLHttpRequest!==uo&&!td(XMLHttpRequest)){var n=XMLHttpRequest[co];t=!td(n)&&!td(n.open)&&!td(n.send)&&!td(n.abort)}var r=tl.getIEVersion();if(r&&r<9){t=false}if(t){try{var i=new XMLHttpRequest;i[Qc]={};var a=XMLHttpRequest[co].open;XMLHttpRequest[co].open=a}catch(n){t=false;sd(e,ms.FailedMonitorAjaxOpen,"Failed to enable XMLHttpRequest monitoring, extension is not supported",{exception:tl.dump(n)})}}return t}function od(e){var t="";try{if(!td(e)&&!td(e[Qc])&&!td(e[Qc].requestUrl)){t+="(url: '"+e[Qc].requestUrl+"')"}}catch(e){}return t}function sd(e,t,n,r,i){e[$c]()[Zc](hs.CRITICAL,t,n,r,i)}function ud(e,t,n,r,i){e[$c]()[Zc](hs.WARNING,t,n,r,i)}function ld(e,t,n){return function(r){sd(e,t,n,{ajaxDiagnosticsMessage:od(r.inst),exception:tl.dump(r.err)})}}function cd(e,t){if(e&&t){return e.indexOf(t)}return-1}var dd=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=Do();var a=false;var o=false;var s=i&&i.host&&i.host.toLowerCase();var u=t.getEmptyConfig();var l=false;var c=0;var d;var f;var p;var h;var m=false;var v=0;var g=false;var y=[];var b={};Ks(t,n,(function(e,n){e.initialize=function(r,a,o,s){if(!e.isInitialized()){n.initialize(r,a,o,s);var c=e._getTelCtx();var y=t.getDefaultConfig();cs(y,(function(e,n){u[e]=c.getConfig(t.identifier,e,n)}));var b=u.distributedTracingMode;l=u.enableRequestHeaderTracking;m=u.enableAjaxPerfTracking;v=u.maxAjaxCallsPerView;g=u.enableResponseHeaderTracking;p=b===Xu.AI||b===Xu.AI_AND_W3C;f=b===Xu.AI_AND_W3C||b===Xu.W3C;if(m){var w=r.instrumentationKey||"unkwn";if(w.length>5){h=Yc+w.substring(w.length-5)+"."}else{h=Yc+w+"."}}if(u.disableAjaxTracking===false){x()}i();if(o.length>0&&o){var S=void 0,_=0;while(!S&&_<o.length){if(o[_]&&o[_].identifier===Xl){S=o[_]}_++}if(S){d=S.context}}}};e.teardown=function(){nd(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(rl.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(Ju.requestIdHeader,o);if(l){t.requestHeaders[Ju.requestIdHeader]=o}}var c=u.appId||d&&d.appId();if(c){r.headers.set(Ju.requestContextHeader,Ju.requestContextAppIdFormat+c);if(l){t.requestHeaders[Ju.requestContextHeader]=Ju.requestContextAppIdFormat+c}}if(f){var h=new Jc(t.traceID,t.spanID);r.headers.set(Ju.traceParentHeader,h.toString());if(l){t.requestHeaders[Ju.traceParentHeader]=h.toString()}}}return r}else if(i){if(rl.canIncludeCorrelationHeader(u,t.getAbsoluteUrl(),a)){if(p){var o="|"+t.traceID+"."+t.spanID;i.setRequestHeader(Ju.requestIdHeader,o);if(l){t.requestHeaders[Ju.requestIdHeader]=o}}var c=u.appId||d&&d.appId();if(c){i.setRequestHeader(Ju.requestContextHeader,Ju.requestContextAppIdFormat+c);if(l){t.requestHeaders[Ju.requestContextHeader]=Ju.requestContextAppIdFormat+c}}if(f){var h=new Jc(t.traceID,t.spanID);i.setRequestHeader(Ju.traceParentHeader,h.toString());if(l){t.requestHeaders[Ju.traceParentHeader]=h.toString()}}}return i}return undefined};e[r]=function(t,n,r){if(v===-1||c<v){if((u.distributedTracingMode===Xu.W3C||u.distributedTracingMode===Xu.AI_AND_W3C)&&typeof t.id==="string"&&t.id[t.id.length-1]!=="."){t.id+="."}if(ds.isNullOrUndefined(t.startTime)){t.startTime=new Date}var i=Wl.create(t,Rl.dataType,Rl.envelopeType,e[$c](),n,r);e.core.track(i)}else if(c===v){sd(e,ms.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)}++c};function i(){var t=id();if(!t){return}var n=Co();var r=t.polyfill;if(u.disableFetchTracking===false){y.push(Wu(n,ed,{req:function(t,n,i){var s;if(a&&!S(null,n,i)&&!(r&&o)){var u=t.ctx();s=k(n,i);var l=e.includeCorrelationHeaders(s,n,i);if(l!==i){t.set(1,l)}u.data=s}},rsp:function(e,t){var n=e.ctx().data;if(n){e.rslt=e.rslt.then((function(t){M(e,(t||{}).status,t,n,(function(){var e={statusText:t.statusText,headerMap:null,correlationContext:D(t)};if(g){var n={};t.headers.forEach((function(e,t){n[t]=e}));e.headerMap=n}return e}));return t}))["catch"]((function(r){M(e,0,t,n,null);throw r}))}},hkErr:ld(e,ms.FailedMonitorAjaxOpen,"Failed to monitor Window.fetch, monitoring data for this fetch call may be incorrect.")}));a=true}else if(r){y.push(Wu(n,ed,{req:function(e,t,n){S(null,t,n)}}))}if(r){n[ed].polyfill=r}}function w(e,t,n){y.push(Hu(e,t,n))}function x(){if(ad(e)&&!o){w(XMLHttpRequest,"open",{req:function(e,t,n,r){var i=e.inst;var a=i[Qc];if(!S(i,n)&&_(i,true)&&(!a||!a.xhrMonitoringState.openDone)){C(i,t,n,r)}},hkErr:ld(e,ms.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[Qc];if(_(r)&&!i.xhrMonitoringState.sendDone){E("xhr",i);i.requestSentTime=al.Now();r=e.includeCorrelationHeaders(i,undefined,undefined,r);i.xhrMonitoringState.sendDone=true}},hkErr:ld(e,ms.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[Qc];if(_(t)&&!n.xhrMonitoringState.abortDone){n.aborted=1;n.xhrMonitoringState.abortDone=true}},hkErr:ld(e,ms.FailedMonitorAjaxAbort,"Failed to monitor XMLHttpRequest.abort, monitoring data for this ajax call may be incorrect.")});if(l){w(XMLHttpRequest,"setRequestHeader",{req:function(e,t,n){var r=e.inst;if(_(r)){r[Qc].requestHeaders[t]=n}},hkErr:ld(e,ms.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=((!ds.isString(t)?(t||{}).url||"":t)||"").toLowerCase();var a=cd(i,"?");var o=cd(i,"#");if(a===-1||o!==-1&&o<a){a=o}if(a!==-1){i=i.substring(0,a)}if(!td(e)){r=e[ol]===true||i[ol]===true}else if(!td(t)){r=(typeof t==="object"?t[ol]===true:false)||(n?n[ol]===true:false)}if(r){if(!b[i]){b[i]=1}}else{if(b[i]){r=true}}return r}function _(e,t){var n=true;var r=o;if(!td(e)){n=t===true||!td(e[Qc])}return r&&n}function C(t,n,r,i){var a=d&&d.telemetryTrace&&d.telemetryTrace.traceID||tl.generateW3CId();var o=tl.generateW3CId().substr(0,16);var s=new Xc(a,o,e[$c]());s.method=n;s.requestUrl=r;s.xhrMonitoringState.openDone=true;s.requestHeaders={};s.async=i;t[Qc]=s;I(t)}function I(t){t[Qc].xhrMonitoringState.stateChangeAttached=ps.Attach(t,"readystatechange",(function(){try{if(t&&t.readyState===4&&_(t)){F(t)}}catch(r){var n=tl.dump(r);if(!n||cd(n.toLowerCase(),"c00c023f")===-1){sd(e,ms.FailedMonitorAjaxRSC,"Failed to monitor XMLHttpRequest 'readystatechange' event handler, monitoring data for this ajax call may be incorrect.",{ajaxDiagnosticsMessage:od(t),exception:n})}}}))}function A(e){try{var t=e.responseType;if(t===""||t==="text"){return e.responseText}}catch(e){}return null}function F(t){var n=t[Qc];n.responseFinishedTime=al.Now();n.status=t.status;function i(n,r){var i=r||{};i["ajaxDiagnosticsMessage"]=od(t);if(n){i["exception"]=tl.dump(n)}ud(e,ms.FailedMonitorAjaxDur,"Failed to calculate the duration of the ajax call, monitoring data for this ajax call won't be sent.",i)}T("xmlhttprequest",n,(function(){try{var a=n.CreateTrackItem("Ajax",l,(function(){var e={statusText:t.statusText,headerMap:null,correlationContext:N(t),type:t.responseType,responseText:A(t),response:t.response};if(g){var n=t.getAllResponseHeaders();if(n){var r=ds.strTrim(n).split(/[\r\n]+/);var i={};nd(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[Qc]=null}catch(e){}}}),(function(e){i(e,null)}))}function N(t){try{var n=t.getAllResponseHeaders();if(n!==null){var r=cd(n.toLowerCase(),Ju.requestContextHeaderLowerCase);if(r!==-1){var i=t.getResponseHeader(Ju.requestContextHeader);return rl.getCorrelationContext(i)}}}catch(n){ud(e,ms.FailedMonitorAjaxGetCorrelationHeader,"Failed to get Request-Context correlation header as it may be not included in the response or not accessible.",{ajaxDiagnosticsMessage:od(t),exception:tl.dump(n)})}}function E(e,t){if(t.requestUrl&&h&&m){var n=Oo();if(n&&ds.isFunction(n.mark)){rd++;var r=h+e+"#"+rd;n.mark(r);var i=n.getEntriesByName(r);if(i&&i.length===1){t.perfMark=i[0]}}}}function T(e,t,n,r){var i=t.perfMark;var a=Oo();var o=u.maxAjaxPerfLookupAttempts;var s=u.ajaxPerfLookupDelay;var l=t.requestUrl;var c=0;(function u(){try{if(a&&i){c++;var d=null;var f=a.getEntries();for(var p=f.length-1;p>=0;p--){var h=f[p];if(h){if(h.entryType==="resource"){if(h.initiatorType===e&&(cd(h.name,l)!==-1||cd(l,h.name)!==-1)){d=h}}else if(h.entryType==="mark"&&h.name===i.name){t.perfTiming=d;break}if(h.startTime<i.startTime-1e3){break}}}}if(!i||t.perfTiming||c>=o||t.async===false){if(i&&ds.isFunction(a.clearMarks)){a.clearMarks(i.name)}t.perfAttempts=c;n()}else{setTimeout(u,s)}}catch(e){r(e)}})()}function k(t,n){var r=d&&d.telemetryTrace&&d.telemetryTrace.traceID||tl.generateW3CId();var i=tl.generateW3CId().substr(0,16);var a=new Xc(r,i,e[$c]());a.requestSentTime=al.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(l){var u=new Headers((n?n.headers:0)||(t instanceof Request?t.headers||{}:{}));u.forEach((function(e,t){s[t]=e}))}a.requestHeaders=s;E("fetch",a);return a}function P(t){var n="";try{if(!td(t)){if(typeof t==="string"){n+="(url: '"+t+"')"}else{n+="(url: '"+t.url+"')"}}}catch(t){sd(e,ms.FailedMonitorAjaxOpen,"Failed to grab failed fetch diagnostics message",{exception:tl.dump(t)})}return n}function M(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"]=tl.dump(n)}ud(e,t,"Failed to calculate the duration of the fetch call, monitoring data for this fetch call won't be sent.",a)}a.responseFinishedTime=al.Now();a.status=n;T("fetch",a,(function(){var t=a.CreateTrackItem("Fetch",l,o);if(t){e[r](t)}else{u(ms.FailedMonitorAjaxDur,null,{requestSentTime:a.requestSentTime,responseFinishedTime:a.responseFinishedTime})}}),(function(e){u(ms.FailedMonitorAjaxGetCorrelationHeader,e,null)}))}function D(t){if(t&&t.headers){try{var n=t.headers.get(Ju.requestContextHeader);return rl.getCorrelationContext(n)}catch(n){ud(e,ms.FailedMonitorAjaxGetCorrelationHeader,"Failed to get Request-Context correlation header as it may be not included in the response or not accessible.",{fetchDiagnosticsMessage:P(t),exception:tl.dump(n)})}}}}));return n}t.getDefaultConfig=function(){var e={maxAjaxCallsPerView:500,disableAjaxTracking:false,disableFetchTracking:true,disableCorrelationHeaders:false,distributedTracingMode:Xu.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();cs(e,(function(t){e[t]=undefined}));return e};t.prototype.processTelemetry=function(e,t){this.processNext(e,t)};t.identifier="AjaxDependencyPlugin";return t}(mu);
|
|
66
|
+
/*!
|
|
67
|
+
* Application Insights JavaScript SDK - Web, 2.5.10
|
|
68
|
+
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
69
|
+
*/var fd;var pd=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=dl.parse(n.connectionString);var i=r.ingestionendpoint;n.endpointUrl=i?i+"/v2/track":n.endpointUrl;n.instrumentationKey=r.instrumentationkey||n.instrumentationKey}t.appInsights=new rc;t.properties=new Bc;t.dependencies=new dd;t.core=new Mu;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}au(this.core,(function(){return"AISKU.flush"}),(function(){ds.arrForEach(t.core.getTransmissionControls(),(function(t){ds.arrForEach(t,(function(t){t.flush(e)}))}))}),null,e)};e.prototype.onunloadFlush=function(e){if(e===void 0){e=true}ds.arrForEach(this.core.getTransmissionControls(),(function(t){ds.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(!ds.isNullOrUndefined(i._snippetVersion)){n+=i._snippetVersion}if(e){n+=".lg"}if(i.context&&i.context.internal){i.context.internal.snippetVer=n||"-"}cs(i,(function(e,n){if(ds.isString(e)&&!ds.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")}au(i.core,(function(){return"AISKU.loadAppInsights"}),(function(){var e=[];var o=new Nc;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(fd&&i.context){i.context.internal.sdkSrc=fd}a(i.snippet);i.emptyQueue();i.pollInternalLogs();i.addHousekeepingBeforeUnload(r)}));return i};e.prototype.updateSnippetDefinitions=function(e){cs(this,(function(t,n){if(ds.isString(t)){e[t]=n}}))};e.prototype.emptyQueue=function(){var e=this;try{if(tl.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&&ds.isFunction(e.toString)){i.exception=e.toString()}}};e.prototype.pollInternalLogs=function(){this.core.pollInternalLogs()};e.prototype.addHousekeepingBeforeUnload=function(e){if(Ao()||No()){var t=function(){e.onunloadFlush(false);var t=e.appInsights.core["_extensions"][Xl];if(t&&t.context&&t.context._sessionManager){t.context._sessionManager.backup()}};if(!e.appInsights.config.disableFlushOnBeforeUnload){var n=ds.addEventHandler("beforeunload",t);n=ds.addEventHandler("pagehide",t)||n;if(!n&&!jo()){e.appInsights.core.logger.throwInternal(hs.CRITICAL,ms.FailedToAddHandlerForOnBeforeUnload,"Could not add handler for beforeunload and pagehide")}}if(!e.appInsights.config.disableFlushOnUnload){ds.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"}}fd=i+"";break}}}}catch(e){}}})();var hd=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}(A);var md=new hd(oi);var vd=function(){function e(){this.appInsights=new ee((function(){return new pd({config:{instrumentationKey:md.configuration.AppInsightsKey,enableAutoRouteTracking:true,autoTrackPageVisitTime:true,maxBatchInterval:1e3,enableUnhandledPromiseRejectionTracking:true}})}))}e.prototype.init=function(){var e=this;this.appInsights.value.loadAppInsights();d((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:zl.Error});var t=function(e){return console.error(e)};t(e)};return e}();var gd=new vd;var yd=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===ni.Unauthorized||this.getValue().authenticationState===ni.Error},enumerable:false,configurable:true});Object.defineProperty(t.prototype,"isAuthorized",{get:function(){return this.getValue().authenticationState===ni.Authenticated},enumerable:false,configurable:true});return t}(A);var bd=new yd(oi);function wd(e,t){if(window["gtag"]){window["gtag"]("event",e,t)}}var xd=function(){function e(){this.authCodeQueryParameter="code"}e.prototype.authorizationCodeIsPresent=function(e){var t=this.getAuthorizationCodeFromRoute(e);return vt.isSome(t)};e.prototype.initFromRoute=function(e){var t=this.getAuthorizationCodeFromRoute(e);if(vt.isNone(t)){oi.update({authenticationState:ni.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",""+Ka.getAppHostUrl()]]);return[4,it(md.configuration.OidcAuthority+"/connect/token").headers({"Content-Type":"application/x-www-form-urlencoded"}).post(t.toString()).badRequest((function(){oi.update({authenticationState:ni.Error});throw new Error("Failed to authenticate.")})).json()];case 1:n=r.sent();oi.update({jwt:vt.fromNullable(n.access_token),authenticationState:ni.Authenticated});wd("oidc_sign_in",{});window.history.replaceState(null,"",Ka.getAppRootUrl());return[2]}}))}))};e.prototype.getAuthorizationCodeFromRoute=function(e){var t=new URLSearchParams(e);return vt.fromNullable(t.get(this.authCodeQueryParameter))};return e}();var Sd=new xd;var _d=function(){function e(){}e.completeSuperSelectionStep=function(){var e=ui.getIframeInteropMode().successRedirectionUrl;if(vt.isSome(e)){window.top.location.href=e.value}else{qt.complete()}};e.initFromRoute=function(e){var t="success-redirection-url";var n=new URLSearchParams(e);var r=vt.fromNullable(n.get(t));var i={successRedirectionUrl:vt.none};if(vt.isSome(r)){try{var a=new URL(r.value);i.successRedirectionUrl=vt.some(a.toString())}catch(e){throw Error('"'+r.value+'" is not a valid URL')}}return i};return e}();var Cd=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 ri};e.completeSuperSelectionStep=function(){this.postRNMessage()};e.postRNMessage=function(){var t={stepStatus:"completed"};e.getRnInterop().postMessage(JSON.stringify(t))};return e}();Cd.getRnInterop=function(){return window["ReactNativeWebView"]};var Id=function(){function e(){this.interopModeQueryParameter="interop-mode"}e.prototype.completeSuperSelectionStep=function(){if(ui.isIframeInteropEnabled()){_d.completeSuperSelectionStep()}else if(ui.isReactNativeInteropEnabled()){Cd.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"){oi.update({reactNativeInterop:J(Cd.init())});return}oi.update({iframeInterop:J(_d.initFromRoute(e))})};return e}();var Ad=new Id;function Fd(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:Ja.init(window.location.search);return[4,Ka.loadConfigurationAsync()];case 1:t.sent();gd.init();te();e=bd.isUnauthorized||Sd.authorizationCodeIsPresent(window.location.search);if(!e){return[2]}Ad.init(window.location.search);Sd.initFromRoute(window.location.search);return[2]}}))}))}var Nd=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}(A);var Ed=new Nd(oi);var Td="html{scroll-behavior:smooth}.sss-app-container{--fl-color-primary:#fdbd00;--fl-color-primary-light:#fef3c7;--fl-color-primary-dark:#d97706;--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 kd=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,Fd()];case 1:t.sent();bd.sessionState$.subscribe((function(t){return e.sessionState=t}));bd.jwt$.subscribe((function(t){return e.jwt=t}));md.appConfiguration$.subscribe((function(t){return e.appConfiguration=t}));Ed.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)}},vt.isNone(this.appConfiguration)?n("sss-loading-page",{class:"font-inter"}):this.renderAppContent()))};e.prototype.renderAppContent=function(){var e=this;return n("stencil-router",{root:Ka.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:vt.toUndefined(e.jwt),ignoreExistingSelection:e.ignoreExistingSelection,backendUrl:md.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(){Ad.completeSuperSelectionStep()};e.prototype.handleStepSubmitSuccess=function(){qt.submitSuccess()};e.prototype.handleAppInitialised=function(e){gd.addCustomProperties({"X-ACCOUNT-ID":e.detail.accountIdOrDefault,"X-PARTNER-ID":e.detail.partnerIdOrDefault,"X-PROFILE-ID":e.detail.profileId});gd.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||Wa;new t((function(){qt.resize(e.offsetHeight,-1)})).observe(e)};e.prototype.renderProtectedRoute=function(e){switch(this.sessionState){case ni.Authenticated:return e;case ni.Unauthorized:return function(){return n("sss-loading-page",null)};case ni.Error:return function(){return n("h1",null,"Authentication Error")};default:return function(){return n("h1",null,"Authentication Error")}}};return e}());kd.style=Td}}}));
|