@flarehr/apollo-super-selection 1.3.34200 → 1.3.34266
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/p-2855d33a.system.entry.js +69 -0
- package/dist/lib/apollo-super-selection/p-7fcf97a5.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} +880 -3
- 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/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-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} +873 -4
- 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/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-4eccef5e.entry.js +0 -14
- package/dist/lib/apollo-super-selection/p-51445515.system.entry.js +0 -69
- package/dist/lib/esm-es5/sss-button_30.entry.js +0 -69
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
var __extends=this&&this.__extends||function(){var e=function(t,n){e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)if(Object.prototype.hasOwnProperty.call(t,n))e[n]=t[n]};return e(t,n)};return function(t,n){e(t,n);function r(){this.constructor=t}t.prototype=n===null?Object.create(n):(r.prototype=n.prototype,new r)}}();var __awaiter=this&&this.__awaiter||function(e,t,n,r){function i(e){return e instanceof n?e:new n((function(t){t(e)}))}return new(n||(n=Promise))((function(n,a){function o(e){try{u(r.next(e))}catch(e){a(e)}}function s(e){try{u(r["throw"](e))}catch(e){a(e)}}function u(e){e.done?n(e.value):i(e.value).then(o,s)}u((r=r.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var n={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},r,i,a,o;return o={next:s(0),throw:s(1),return:s(2)},typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function s(e){return function(t){return u([e,t])}}function u(o){if(r)throw new TypeError("Generator is already executing.");while(n)try{if(r=1,i&&(a=o[0]&2?i["return"]:o[0]?i["throw"]||((a=i["return"])&&a.call(i),0):i.next)&&!(a=a.call(i,o[1])).done)return a;if(i=0,a)o=[o[0]&2,a.value];switch(o[0]){case 0:case 1:a=o;break;case 4:n.label++;return{value:o[1],done:false};case 5:n.label++;i=o[1];o=[0];continue;case 7:o=n.ops.pop();n.trys.pop();continue;default:if(!(a=n.trys,a=a.length>0&&a[a.length-1])&&(o[0]===6||o[0]===2)){n=0;continue}if(o[0]===3&&(!a||o[1]>a[0]&&o[1]<a[3])){n.label=o[1];break}if(o[0]===6&&n.label<a[1]){n.label=a[1];a=o;break}if(a&&n.label<a[2]){n.label=a[2];n.ops.push(o);break}if(a[2])n.ops.pop();n.trys.pop();continue}o=t.call(e,n)}catch(e){o=[6,e];i=0}finally{r=a=0}if(o[0]&5)throw o[1];return{value:o[0]?o[1]:void 0,done:true}}};System.register(["./p-44bec843.system.js","./p-14885f78.system.js","./p-80178f87.system.js"],(function(e){"use strict";var t,n,r,i,a,o,s,u,c,l,f,d,p,h,v,m,g,y,b,w,x,S,C,_,I,F,T;return{setters:[function(e){t=e.r;n=e.h;r=e.g;i=e.f;a=e.a;o=e.H;s=e.c;u=e.F;c=e.d;l=e.e;f=e.s},function(e){d=e.f;p=e.m;h=e.S;v=e.a;m=e.i;g=e.b;y=e.O;b=e.c;w=e.d;x=e.g;S=e.h;C=e.j;_=e.k;I=e.l;F=e.Q},function(e){T=e.A}],execute:function(){var E;function k(){}function A(e,t,n){if(n===void 0){n=Number.POSITIVE_INFINITY}if(typeof t==="function"){return function(r){return r.pipe(A((function(n,r){return d(e(n,r)).pipe(p((function(e,i){return t(n,e,r,i)})))}),n))}}else if(typeof t==="number"){n=t}return function(t){return t.lift(new N(e,n))}}var N=function(){function e(e,t){if(t===void 0){t=Number.POSITIVE_INFINITY}this.project=e;this.concurrent=t}e.prototype.call=function(e,t){return t.subscribe(new P(e,this.project,this.concurrent))};return e}();var P=function(e){__extends(t,e);function t(t,n,r){if(r===void 0){r=Number.POSITIVE_INFINITY}var i=e.call(this,t)||this;i.project=n;i.concurrent=r;i.hasCompleted=false;i.buffer=[];i.active=0;i.index=0;return i}t.prototype._next=function(e){if(this.active<this.concurrent){this._tryNext(e)}else{this.buffer.push(e)}};t.prototype._tryNext=function(e){var t;var n=this.index++;try{t=this.project(e,n)}catch(e){this.destination.error(e);return}this.active++;this._innerSub(t)};t.prototype._innerSub=function(e){var t=new v(this);var n=this.destination;n.add(t);var r=m(e,t);if(r!==t){n.add(r)}};t.prototype._complete=function(){this.hasCompleted=true;if(this.active===0&&this.buffer.length===0){this.destination.complete()}this.unsubscribe()};t.prototype.notifyNext=function(e){this.destination.next(e)};t.prototype.notifyComplete=function(){var e=this.buffer;this.active--;if(e.length>0){this._next(e.shift())}else if(this.active===0&&this.hasCompleted){this.destination.complete()}};return t}(h);function D(e,t,n,r){if(b(n)){r=n;n=undefined}if(r){return D(e,t,n).pipe(p((function(e){return g(e)?r.apply(void 0,e):r(e)})))}return new y((function(r){function i(e){if(arguments.length>1){r.next(Array.prototype.slice.call(arguments))}else{r.next(e)}}M(e,t,i,r,n)}))}function M(e,t,n,r,i){var a;if(L(e)){var o=e;e.addEventListener(t,n,i);a=function(){return o.removeEventListener(t,n,i)}}else if(O(e)){var s=e;e.on(t,n);a=function(){return s.off(t,n)}}else if(R(e)){var u=e;e.addListener(t,n);a=function(){return u.removeListener(t,n)}}else if(e&&e.length){for(var c=0,l=e.length;c<l;c++){M(e[c],t,n,r,i)}}else{throw new TypeError("Invalid event target")}r.add(a)}function R(e){return e&&typeof e.addListener==="function"&&typeof e.removeListener==="function"}function O(e){return e&&typeof e.on==="function"&&typeof e.off==="function"}function L(e){return e&&typeof e.addEventListener==="function"&&typeof e.removeEventListener==="function"}function U(e,t){if(t===void 0){t=w}return function(n){return n.lift(new B(e,t))}}var B=function(){function e(e,t){this.dueTime=e;this.scheduler=t}e.prototype.call=function(e,t){return t.subscribe(new j(e,this.dueTime,this.scheduler))};return e}();var j=function(e){__extends(t,e);function t(t,n,r){var i=e.call(this,t)||this;i.dueTime=n;i.scheduler=r;i.debouncedSubscription=null;i.lastValue=null;i.hasValue=false;return i}t.prototype._next=function(e){this.clearDebounce();this.lastValue=e;this.hasValue=true;this.add(this.debouncedSubscription=this.scheduler.schedule(V,this.dueTime,this))};t.prototype._complete=function(){this.debouncedNext();this.destination.complete()};t.prototype.debouncedNext=function(){this.clearDebounce();if(this.hasValue){var e=this.lastValue;this.lastValue=null;this.hasValue=false;this.destination.next(e)}};t.prototype.clearDebounce=function(){var e=this.debouncedSubscription;if(e!==null){this.remove(e);e.unsubscribe();this.debouncedSubscription=null}};return t}(x);function V(e){e.debouncedNext()}function q(e,t,n){return function r(i){return i.lift(new z(e,t,n))}}var z=function(){function e(e,t,n){this.nextOrObserver=e;this.error=t;this.complete=n}e.prototype.call=function(e,t){return t.subscribe(new H(e,this.nextOrObserver,this.error,this.complete))};return e}();var H=function(e){__extends(t,e);function t(t,n,r,i){var a=e.call(this,t)||this;a._tapNext=k;a._tapError=k;a._tapComplete=k;a._tapError=r||k;a._tapComplete=i||k;if(b(n)){a._context=a;a._tapNext=n}else if(n){a._context=n;a._tapNext=n.next||k;a._tapError=n.error||k;a._tapComplete=n.complete||k}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="1.3.34200";var G=function(e){return e._tag==="Some"};var K=function(e){return e._tag==="None"};var X={_tag:"None"};var J=function(e){return{_tag:"Some",value:e}};function Y(e){return e==null?X:J(e)}function $(e){return K(e)?undefined:e.value}var Q=function(e){return function(t){return K(t)?e():t.value}};var Z=Q;var ee=function(){function e(e){this.factory=e;this._value=X}Object.defineProperty(e.prototype,"value",{get:function(){if(G(this._value)){return this._value.value}var e=this.factory();this._value=J(e);return e},enumerable:false,configurable:true});return e}();function te(){if(!window.location.pathname.endsWith("/")){var e=window.location.pathname+"/"+window.location.search+window.location.hash;history.pushState(history.state,"",e)}}function ne(e){T.injectProps(e,["history","location"])}var re="/";var ie="./";var ae=new RegExp(["(\\\\.)","(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?"].join("|"),"g");var oe=function(e,t){var n=[];var r=0;var i=0;var a="";var o=t&&t.delimiter||re;var s=t&&t.delimiters||ie;var u=false;var c;while((c=ae.exec(e))!==null){var l=c[0];var f=c[1];var d=c.index;a+=e.slice(i,d);i=d+l.length;if(f){a+=f[1];u=true;continue}var p="";var h=e[i];var v=c[2];var m=c[3];var g=c[4];var y=c[5];if(!u&&a.length){var b=a.length-1;if(s.indexOf(a[b])>-1){p=a[b];a=a.slice(0,b)}}if(a){n.push(a);a="";u=false}var w=p!==""&&h!==undefined&&h!==p;var x=y==="+"||y==="*";var S=y==="?"||y==="*";var C=p||o;var _=m||g;n.push({name:v||r++,prefix:p,delimiter:C,optional:S,repeat:x,partial:w,pattern:_?ue(_):"[^"+se(C)+"]+?"})}if(a||i<e.length){n.push(a+e.substr(i))}return n};var se=function(e){return e.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1")};var ue=function(e){return e.replace(/([=!:$/()])/g,"\\$1")};var ce=function(e){return e&&e.sensitive?"":"i"};var le=function(e,t){if(!t)return e;var n=e.source.match(/\((?!\?)/g);if(n){for(var r=0;r<n.length;r++){t.push({name:r,prefix:null,delimiter:null,optional:false,repeat:false,partial:false,pattern:null})}}return e};var fe=function(e,t,n){var r=[];for(var i=0;i<e.length;i++){r.push(he(e[i],t,n).source)}return new RegExp("(?:"+r.join("|")+")",ce(n))};var de=function(e,t,n){return pe(oe(e,n),t,n)};var pe=function(e,t,n){n=n||{};var r=n.strict;var i=n.end!==false;var a=se(n.delimiter||re);var o=n.delimiters||ie;var s=[].concat(n.endsWith||[]).map(se).concat("$").join("|");var u="";var c=false;for(var l=0;l<e.length;l++){var f=e[l];if(typeof f==="string"){u+=se(f);c=l===e.length-1&&o.indexOf(f[f.length-1])>-1}else{var d=se(f.prefix||"");var p=f.repeat?"(?:"+f.pattern+")(?:"+d+"(?:"+f.pattern+"))*":f.pattern;if(t)t.push(f);if(f.optional){if(f.partial){u+=d+"("+p+")?"}else{u+="(?:"+d+"("+p+"))?"}}else{u+=d+"("+p+")"}}}if(i){if(!r)u+="(?:"+a+")?";u+=s==="$"?"$":"(?="+s+")"}else{if(!r)u+="(?:"+a+"(?="+s+"))?";if(!c)u+="(?="+a+"|"+s+")"}return new RegExp("^"+u,ce(n))};var he=function(e,t,n){if(e instanceof RegExp){return le(e,t)}if(Array.isArray(e)){return fe(e,t,n)}return de(e,t,n)};var ve=function(e,t){return new RegExp("^"+t+"(\\/|\\?|#|$)","i").test(e)};var me=function(e,t){return ve(e,t)?e.substr(t.length):e};var ge=function(e){return e.charAt(e.length-1)==="/"?e.slice(0,-1):e};var ye=function(e){return e.charAt(0)==="/"?e:"/"+e};var be=function(e){return e.charAt(0)==="/"?e.substr(1):e};var we=function(e){var t=e||"/";var n="";var r="";var i=t.indexOf("#");if(i!==-1){r=t.substr(i);t=t.substr(0,i)}var a=t.indexOf("?");if(a!==-1){n=t.substr(a);t=t.substr(0,a)}return{pathname:t,search:n==="?"?"":n,hash:r==="#"?"":r,query:{},key:""}};var xe=function(e){var t=e.pathname,n=e.search,r=e.hash;var i=t||"/";if(n&&n!=="?"){i+=n.charAt(0)==="?"?n:"?"+n}if(r&&r!=="#"){i+=r.charAt(0)==="#"?r:"#"+r}return i};var Se=function(e){if(!e){return{}}return(/^[?#]/.test(e)?e.slice(1):e).split("&").reduce((function(e,t){var n=t.split("="),r=n[0],i=n[1];e[r]=i?decodeURIComponent(i.replace(/\+/g," ")):"";return e}),{})};var Ce=function(e){return e.charAt(0)==="/"};var _e=function(e){return Math.random().toString(36).substr(2,e)};var Ie=function(e,t){for(var n=t,r=n+1,i=e.length;r<i;n+=1,r+=1){e[n]=e[r]}e.pop()};var Fe=function(e,t){if(t===void 0){t=""}var n=t&&t.split("/")||[];var r;var i=0;var a=e&&e.split("/")||[];var o=e&&Ce(e);var s=t&&Ce(t);var u=o||s;if(e&&Ce(e)){n=a}else if(a.length){n.pop();n=n.concat(a)}if(!n.length){return"/"}if(n.length){var c=n[n.length-1];r=c==="."||c===".."||c===""}else{r=false}for(var l=n.length;l>=0;l--){var f=n[l];if(f==="."){Ie(n,l)}else if(f===".."){Ie(n,l);i++}else if(i){Ie(n,l);i--}}if(!u){for(;i--;i){n.unshift("..")}}if(u&&n[0]!==""&&(!n[0]||!Ce(n[0]))){n.unshift("")}var d=n.join("/");if(r&&d.substr(-1)!=="/"){d+="/"}return d};var Te=function(e,t){if(e===t){return true}if(e==null||t==null){return false}if(Array.isArray(e)){return Array.isArray(t)&&e.length===t.length&&e.every((function(e,n){return Te(e,t[n])}))}var n=typeof e;var r=typeof t;if(n!==r){return false}if(n==="object"){var i=e.valueOf();var a=t.valueOf();if(i!==e||a!==t){return Te(i,a)}var o=Object.keys(e);var s=Object.keys(t);if(o.length!==s.length){return false}return o.every((function(n){return Te(e[n],t[n])}))}return false};var Ee=function(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&Te(e.state,t.state)};var ke=function(e,t,n,r){var i;if(typeof e==="string"){i=we(e);if(t!==undefined){i.state=t}}else{i=Object.assign({pathname:""},e);if(i.search&&i.search.charAt(0)!=="?"){i.search="?"+i.search}if(i.hash&&i.hash.charAt(0)!=="#"){i.hash="#"+i.hash}if(t!==undefined&&i.state===undefined){i.state=t}}try{i.pathname=decodeURI(i.pathname)}catch(e){if(e instanceof URIError){throw new URIError('Pathname "'+i.pathname+'" could not be decoded. '+"This is likely caused by an invalid percent-encoding.")}else{throw e}}i.key=n;if(r){if(!i.pathname){i.pathname=r.pathname}else if(i.pathname.charAt(0)!=="/"){i.pathname=Fe(i.pathname,r.pathname)}}else{if(!i.pathname){i.pathname="/"}}i.query=Se(i.search||"");return i};var Ae=0;var Ne={};var Pe=1e4;var De=function(e,t){var n=""+t.end+t.strict;var r=Ne[n]||(Ne[n]={});var i=JSON.stringify(e);if(r[i]){return r[i]}var a=[];var o=he(e,a,t);var s={re:o,keys:a};if(Ae<Pe){r[i]=s;Ae+=1}return s};var Me=function(e,t){if(t===void 0){t={}}if(typeof t==="string"){t={path:t}}var n=t.path,r=n===void 0?"/":n,i=t.exact,a=i===void 0?false:i,o=t.strict,s=o===void 0?false:o;var u=De(r,{end:a,strict:s}),c=u.re,l=u.keys;var f=c.exec(e);if(!f){return null}var d=f[0],p=f.slice(1);var h=e===d;if(a&&!h){return null}return{path:r,url:r==="/"&&d===""?"/":d,isExact:h,params:l.reduce((function(e,t,n){e[t.name]=p[n];return e}),{})}};var Re=function(e,t){if(e==null&&t==null){return true}if(t==null){return false}return e&&t&&e.path===t.path&&e.url===t.url&&Te(e.params,t.params)};var Oe;(function(e){e[e["Available"]=0]="Available";e[e["Pending"]=1]="Pending";e[e["Error"]=2]="Error"})(Oe||(Oe={}));var Le=e("sss_button",function(){function e(e){t(this,e);this.fillWidth=false;this.fillWidthOnMobile=false;this.disabled=false;this.variant="primary";this.size="base";this.promiseFn=function(){return Promise.resolve()};this.state=Oe.Available}e.prototype.render=function(){var e;var t=this;var r={xs:"px-2.5 py-1.5 text-xs",base:"px-4 py-2 text-base",xl:"px-6 py-3 text-base"};return n("button",{class:(e={},e[r[this.size]]=true,e["inline-flex items-center justify-center border font-medium"]=true,e["rounded-md shadow-sm focus:outline-none focus:ring-2"]=true,e["focus:ring-offset-2 focus:ring-primary-focus pointer-events-auto"]=true,e["disabled:pointer-events-none disabled:border-gray-300 disabled:bg-gray-100 disabled:text-gray-400"]=true,e["border-transparent text-white bg-primary-base hover:bg-primary-hover"]=this.variant==="primary",e["border-gray-300 text-gray-700 bg-white hover:bg-gray-50"]=this.variant==="secondary",e["w-full"]=this.fillWidth||this.fillWidthOnMobile,e["sm:w-auto"]=this.fillWidthOnMobile,e),disabled:this.disabled,onClick:function(){return t.clicked()}},this.state===Oe.Pending&&n("sss-loading-indicator",{theme:this.variant==="primary"?"light":"primary",size:16}),n("div",{class:{hidden:this.state===Oe.Pending}},n("slot",null)))};e.prototype.clicked=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:if(!this.promiseFn||this.state===Oe.Pending)return[2];t.label=1;case 1:t.trys.push([1,3,,4]);this.state=Oe.Pending;return[4,this.promiseFn()];case 2:t.sent();this.state=Oe.Available;return[3,4];case 3:e=t.sent();this.state=Oe.Error;throw e;case 4:return[2]}}))}))};return e}());var Ue=undefined&&undefined.__assign||function(){Ue=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return Ue.apply(this,arguments)};var Be=undefined&&undefined.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};var je=function(e,t,n){if(n===void 0){n=false}if(!e||!t||typeof e!=="object"||typeof t!=="object")return e;var r=Ue({},e);for(var i in t){if(t.hasOwnProperty(i)){if(t[i]instanceof Array&&e[i]instanceof Array){r[i]=n?Be(e[i],t[i]):t[i]}else if(typeof t[i]==="object"&&typeof e[i]==="object"){r[i]=je(e[i],t[i],n)}else{r[i]=t[i]}}}return r};var Ve=undefined&&undefined.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};var qe={defaults:{},errorType:null,polyfills:{fetch:null,FormData:null,URLSearchParams:null,performance:null,PerformanceObserver:null,AbortController:null},polyfill:function(e,t){var n=t===void 0?{}:t,r=n.doThrow,i=r===void 0?true:r,a=n.instance,o=a===void 0?false:a;var s=[];for(var u=2;u<arguments.length;u++){s[u-2]=arguments[u]}var c=this.polyfills[e]||(typeof self!=="undefined"?self[e]:null)||(typeof global!=="undefined"?global[e]:null);if(i&&!c)throw new Error(e+" is not defined");return o&&c?new(c.bind.apply(c,Ve([void 0],s))):c}};var ze=function(e,t,n,r){if(!e.getEntriesByName)return false;var i=e.getEntriesByName(t);if(i&&i.length>0){n(i.reverse()[0]);if(r.clearMeasures)r.clearMeasures(t);We.callbacks.delete(t);if(We.callbacks.size<1){We.observer.disconnect();if(r.clearResourceTimings){r.clearResourceTimings()}}return true}return false};var He=function(e,t){if(!We.observer&&e&&t){We.observer=new t((function(t){We.callbacks.forEach((function(n,r){ze(t,r,n,e)}))}));if(e.clearResourceTimings)e.clearResourceTimings()}return We.observer};var We={callbacks:new Map,observer:null,observe:function(e,t){if(!e||!t)return;var n=qe.polyfill("performance",{doThrow:false});var r=qe.polyfill("PerformanceObserver",{doThrow:false});if(!He(n,r))return;if(!ze(n,e,t,n)){if(We.callbacks.size<1)We.observer.observe({entryTypes:["resource","measure"]});We.callbacks.set(e,t)}}};var Ge=function(e){return function(t){return e.length===0?t:e.length===1?e[0](t):e.reduceRight((function(n,r,i){return i===e.length-2?r(n(t)):r(n)}))}};var Ke=function(){function e(e){this.error=e}return e}();var Xe=function(e){var t=e._url,n=e._catchers,r=e._resolvers,i=e._middlewares,a=e._options;var o=new Map(n);var s=je(qe.defaults,a);var u=qe.polyfill("AbortController",{doThrow:false,instance:true});if(!s["signal"]&&u){s["signal"]=u.signal}var c={ref:null,clear:function(){if(c.ref){clearTimeout(c.ref);c.ref=null}}};var l=Ge(i)(qe.polyfill("fetch"))(t,s);var f=l.catch((function(e){throw new Ke(e)})).then((function(e){c.clear();if(!e.ok){return e[qe.errorType||"text"]().then((function(t){var n=new Error(t);n[qe.errorType||"text"]=t;n["status"]=e.status;n["response"]=e;throw n}))}return e}));var d=function(t){return t.catch((function(t){c.clear();var n=t instanceof Ke?t.error:t;if(t instanceof Ke&&o.has("__fromFetch"))return o.get("__fromFetch")(n,e);else if(o.has(n.status))return o.get(n.status)(n,e);else if(o.has(n.name))return o.get(n.name)(n,e);else throw n}))};var p=function(e){return function(t){return e?d(f.then((function(t){return t&&t[e]()})).then((function(e){return t?t(e):e}))):d(f.then((function(e){return t?t(e):e})))}};var h={res:p(null),json:p("json"),blob:p("blob"),formData:p("formData"),arrayBuffer:p("arrayBuffer"),text:p("text"),perfs:function(e){l.then((function(t){return We.observe(t.url,e)}));return h},setTimeout:function(e,t){if(t===void 0){t=u}c.clear();c.ref=setTimeout((function(){return t.abort()}),e);return h},controller:function(){return[u,h]},error:function(e,t){o.set(e,t);return h},badRequest:function(e){return h.error(400,e)},unauthorized:function(e){return h.error(401,e)},forbidden:function(e){return h.error(403,e)},notFound:function(e){return h.error(404,e)},timeout:function(e){return h.error(408,e)},internalError:function(e){return h.error(500,e)},fetchError:function(e){return h.error("__fromFetch",e)},onAbort:function(e){return h.error("AbortError",e)}};return r.reduce((function(t,n){return n(t,e)}),h)};var Je=undefined&&undefined.__assign||function(){Je=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t)if(Object.prototype.hasOwnProperty.call(t,i))e[i]=t[i]}return e};return Je.apply(this,arguments)};var Ye=undefined&&undefined.__spreadArrays||function(){for(var e=0,t=0,n=arguments.length;t<n;t++)e+=arguments[t].length;for(var r=Array(e),i=0,t=0;t<n;t++)for(var a=arguments[t],o=0,s=a.length;o<s;o++,i++)r[i]=a[o];return r};var $e="application/json";var Qe="Content-Type";var Ze=function(){function e(e,t,n,r,i,a){if(n===void 0){n=new Map}if(r===void 0){r=[]}if(i===void 0){i=[]}if(a===void 0){a=[]}this._url=e;this._options=t;this._catchers=n;this._resolvers=r;this._middlewares=i;this._deferredChain=a}e.factory=function(t,n){if(t===void 0){t=""}if(n===void 0){n={}}return new e(t,n)};e.prototype.selfFactory=function(t){var n=t===void 0?{}:t,r=n.url,i=r===void 0?this._url:r,a=n.options,o=a===void 0?this._options:a,s=n.catchers,u=s===void 0?this._catchers:s,c=n.resolvers,l=c===void 0?this._resolvers:c,f=n.middlewares,d=f===void 0?this._middlewares:f,p=n.deferredChain,h=p===void 0?this._deferredChain:p;return new e(i,Je({},o),new Map(u),Ye(l),Ye(d),Ye(h))};e.prototype.defaults=function(e,t){if(t===void 0){t=false}qe.defaults=t?je(qe.defaults,e):e;return this};e.prototype.errorType=function(e){qe.errorType=e;return this};e.prototype.polyfills=function(e){qe.polyfills=Je(Je({},qe.polyfills),e);return this};e.prototype.url=function(e,t){if(t===void 0){t=false}if(t)return this.selfFactory({url:e});var n=this._url.split("?");return this.selfFactory({url:n.length>1?n[0]+e+"?"+n[1]:this._url+e})};e.prototype.options=function(e,t){if(t===void 0){t=true}return this.selfFactory({options:t?je(this._options,e):e})};e.prototype.query=function(e,t){if(t===void 0){t=false}return this.selfFactory({url:et(this._url,e,t)})};e.prototype.headers=function(e){return this.selfFactory({options:je(this._options,{headers:e||{}})})};e.prototype.accept=function(e){return this.headers({Accept:e})};e.prototype.content=function(e){var t;return this.headers((t={},t[Qe]=e,t))};e.prototype.auth=function(e){return this.headers({Authorization:e})};e.prototype.catcher=function(e,t){var n=new Map(this._catchers);n.set(e,t);return this.selfFactory({catchers:n})};e.prototype.signal=function(e){return this.selfFactory({options:Je(Je({},this._options),{signal:e.signal})})};e.prototype.resolve=function(e,t){if(t===void 0){t=false}return this.selfFactory({resolvers:t?[e]:Ye(this._resolvers,[e])})};e.prototype.defer=function(e,t){if(t===void 0){t=false}return this.selfFactory({deferredChain:t?[e]:Ye(this._deferredChain,[e])})};e.prototype.middlewares=function(e,t){if(t===void 0){t=false}return this.selfFactory({middlewares:t?e:Ye(this._middlewares,e)})};e.prototype.method=function(e,t,n){if(t===void 0){t={}}if(n===void 0){n=null}var r=this._options.headers;var i=!n?this:typeof n==="object"&&(!r||Object.entries(r).every((function(e){var t=e[0],n=e[1];return t.toLowerCase()!==Qe.toLowerCase()||n.startsWith($e)})))?this.json(n):this.body(n);i=i.options(Je(Je({},t),{method:e}));var a=i._deferredChain.reduce((function(e,t){return t(e,e._url,e._options)}),i);return Xe(a)};e.prototype.get=function(e){return this.method("GET",e)};e.prototype.delete=function(e){return this.method("DELETE",e)};e.prototype.put=function(e,t){return this.method("PUT",t,e)};e.prototype.post=function(e,t){return this.method("POST",t,e)};e.prototype.patch=function(e,t){return this.method("PATCH",t,e)};e.prototype.head=function(e){return this.method("HEAD",e)};e.prototype.opts=function(e){return this.method("OPTIONS",e)};e.prototype.replay=function(e){return this.method(this._options.method,e)};e.prototype.body=function(e){return this.selfFactory({options:Je(Je({},this._options),{body:e})})};e.prototype.json=function(e){var t;var n=(t=Object.entries(this._options.headers||{}).find((function(e){var t=e[0],n=e[1];return t.toLowerCase()===Qe.toLowerCase()&&n.startsWith($e)})))===null||t===void 0?void 0:t[1];return this.content(n||$e).body(JSON.stringify(e))};e.prototype.formData=function(e,t){if(t===void 0){t=false}return this.body(tt(e,t))};e.prototype.formUrl=function(e){return this.body(typeof e==="string"?e:rt(e)).content("application/x-www-form-urlencoded")};return e}();var et=function(e,t,n){var r;if(typeof t==="string"){r=t}else{var i=qe.polyfill("URLSearchParams",{instance:true});for(var a in t){if(t[a]instanceof Array){for(var o=0,s=t[a];o<s.length;o++){var u=s[o];i.append(a,u)}}else{i.append(a,t[a])}}r=i.toString()}var c=e.split("?");if(n||c.length<2)return c[0]+"?"+r;return e+"&"+r};function tt(e,t,n,r){if(t===void 0){t=false}if(n===void 0){n=qe.polyfill("FormData",{instance:true})}if(r===void 0){r=[]}Object.entries(e).forEach((function(e){var i=e[0],a=e[1];var o=r.reduce((function(e,t){return e?e+"["+t+"]":t}),null);o=o?o+"["+i+"]":i;if(a instanceof Array){for(var s=0,u=a;s<u.length;s++){var c=u[s];n.append(o+"[]",c)}}else if(t&&typeof a==="object"&&(!(t instanceof Array)||!t.includes(i))){if(a!==null){tt(a,t,n,Ye(r,[i]))}}else{n.append(o,a)}}));return n}function nt(e,t){return encodeURIComponent(e)+"="+encodeURIComponent(typeof t==="object"?JSON.stringify(t):""+t)}function rt(e){return Object.keys(e).map((function(t){var n=e[t];if(n instanceof Array){return n.map((function(e){return nt(t,e)})).join("&")}return nt(t,n)})).join("&")}var it=Ze.factory;it["default"]=Ze.factory;var at=function(e,t,n){var r=e.get(t);if(!r){e.set(t,[n])}else if(!r.includes(n)){r.push(n)}};var ot=function(e,t){var n;return function(){var r=[];for(var i=0;i<arguments.length;i++){r[i]=arguments[i]}if(n){clearTimeout(n)}n=setTimeout((function(){n=0;e.apply(void 0,r)}),t)}};var st=function(e){return!("isConnected"in e)||e.isConnected};var ut=ot((function(e){for(var t=0,n=e.keys();t<n.length;t++){var r=n[t];e.set(r,e.get(r).filter(st))}}),2e3);var ct=function(e){var t=e.on;var n=new Map;if(typeof r==="function"){t("dispose",(function(){n.clear()}));t("get",(function(e){var t=r();if(t){at(n,e,t)}}));t("set",(function(e){var t=n.get(e);if(t){n.set(e,t.filter(i))}ut(n)}));t("reset",(function(){n.forEach((function(e){return e.forEach(i)}));ut(n)}))}};var lt=function(e,t){if(t===void 0){t=function(e,t){return e!==t}}var n=new Map(Object.entries(e!==null&&e!==void 0?e:{}));var r={dispose:[],get:[],set:[],reset:[]};var i=function(){n=new Map(Object.entries(e!==null&&e!==void 0?e:{}));r.reset.forEach((function(e){return e()}))};var a=function(){r.dispose.forEach((function(e){return e()}));i()};var o=function(e){r.get.forEach((function(t){return t(e)}));return n.get(e)};var s=function(e,i){var a=n.get(e);if(t(i,a,e)){n.set(e,i);r.set.forEach((function(t){return t(e,i,a)}))}};var u=typeof Proxy==="undefined"?{}:new Proxy(e,{get:function(e,t){return o(t)},ownKeys:function(e){return Array.from(n.keys())},getOwnPropertyDescriptor:function(){return{enumerable:true,configurable:true}},has:function(e,t){return n.has(t)},set:function(e,t,n){s(t,n);return true}});var c=function(e,t){r[e].push(t);return function(){ft(r[e],t)}};var l=function(t,n){var r=c("set",(function(e,r){if(e===t){n(r)}}));var i=c("reset",(function(){return n(e[t])}));return function(){r();i()}};var f=function(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return e.forEach((function(e){if(e.set){c("set",e.set)}if(e.get){c("get",e.get)}if(e.reset){c("reset",e.reset)}}))};return{state:u,get:o,set:s,on:c,onChange:l,use:f,dispose:a,reset:i}};var ft=function(e,t){var n=e.indexOf(t);if(n>=0){e[n]=e[e.length-1];e.length--}};var dt=function(e,t){var n=lt(e,t);ct(n);return n};function pt(e,t,n){return n={path:t,exports:{},require:function(e,t){return ht()}},e(n,n.exports),n.exports}function ht(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}var vt=pt((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.bindTo_=t.bind_=t.hole=t.pipe=t.untupled=t.tupled=t.absurd=t.decrement=t.increment=t.tuple=t.flow=t.flip=t.constVoid=t.constUndefined=t.constNull=t.constFalse=t.constTrue=t.constant=t.not=t.unsafeCoerce=t.identity=void 0;function n(e){return e}t.identity=n;t.unsafeCoerce=n;function r(e){return function(t){return!e(t)}}t.not=r;function i(e){return function(){return e}}t.constant=i;t.constTrue=i(true);t.constFalse=i(false);t.constNull=i(null);t.constUndefined=i(undefined);t.constVoid=t.constUndefined;function a(e){return function(t,n){return e(n,t)}}t.flip=a;function o(e,t,n,r,i,a,o,s,u){switch(arguments.length){case 1:return e;case 2:return function(){return t(e.apply(this,arguments))};case 3:return function(){return n(t(e.apply(this,arguments)))};case 4:return function(){return r(n(t(e.apply(this,arguments))))};case 5:return function(){return i(r(n(t(e.apply(this,arguments)))))};case 6:return function(){return a(i(r(n(t(e.apply(this,arguments))))))};case 7:return function(){return o(a(i(r(n(t(e.apply(this,arguments)))))))};case 8:return function(){return s(o(a(i(r(n(t(e.apply(this,arguments))))))))};case 9:return function(){return u(s(o(a(i(r(n(t(e.apply(this,arguments)))))))))}}return}t.flow=o;function s(){var e=[];for(var t=0;t<arguments.length;t++){e[t]=arguments[t]}return e}t.tuple=s;function u(e){return e+1}t.increment=u;function c(e){return e-1}t.decrement=c;function l(e){throw new Error("Called `absurd` function which should be uncallable")}t.absurd=l;function f(e){return function(t){return e.apply(void 0,t)}}t.tupled=f;function d(e){return function(){var t=[];for(var n=0;n<arguments.length;n++){t[n]=arguments[n]}return e(t)}}t.untupled=d;function p(e,t,n,r,i,a,o,s,u,c,l,f,d,p,h,v,m,g,y,b){switch(arguments.length){case 1:return e;case 2:return t(e);case 3:return n(t(e));case 4:return r(n(t(e)));case 5:return i(r(n(t(e))));case 6:return a(i(r(n(t(e)))));case 7:return o(a(i(r(n(t(e))))));case 8:return s(o(a(i(r(n(t(e)))))));case 9:return u(s(o(a(i(r(n(t(e))))))));case 10:return c(u(s(o(a(i(r(n(t(e)))))))));case 11:return l(c(u(s(o(a(i(r(n(t(e))))))))));case 12:return f(l(c(u(s(o(a(i(r(n(t(e)))))))))));case 13:return d(f(l(c(u(s(o(a(i(r(n(t(e))))))))))));case 14:return p(d(f(l(c(u(s(o(a(i(r(n(t(e)))))))))))));case 15:return h(p(d(f(l(c(u(s(o(a(i(r(n(t(e))))))))))))));case 16:return v(h(p(d(f(l(c(u(s(o(a(i(r(n(t(e)))))))))))))));case 17:return m(v(h(p(d(f(l(c(u(s(o(a(i(r(n(t(e))))))))))))))));case 18:return g(m(v(h(p(d(f(l(c(u(s(o(a(i(r(n(t(e)))))))))))))))));case 19:return y(g(m(v(h(p(d(f(l(c(u(s(o(a(i(r(n(t(e))))))))))))))))));case 20:return b(y(g(m(v(h(p(d(f(l(c(u(s(o(a(i(r(n(t(e)))))))))))))))))))}return}t.pipe=p;t.hole=l;var h=function(e,t,n){var r;return Object.assign({},e,(r={},r[t]=n,r))};t.bind_=h;var v=function(e){return function(t){var n;return n={},n[e]=t,n}};t.bindTo_=v}));var mt=pt((function(e,t){Object.defineProperty(t,"__esModule",{value:true});t.getApplySemigroup=t.getOrd=t.getEq=t.getShow=t.URI=t.wilt=t.wither=t.sequence=t.traverse=t.partitionMap=t.partition=t.filterMap=t.filter=t.separate=t.compact=t.reduceRight=t.foldMap=t.reduce=t.duplicate=t.extend=t.throwError=t.zero=t.alt=t.altW=t.flatten=t.chainFirst=t.chain=t.of=t.apSecond=t.apFirst=t.ap=t.map=t.chainNullableK=t.mapNullable=t.fromNullableK=t.getOrElse=t.getOrElseW=t.toUndefined=t.toNullable=t.fold=t.fromEither=t.getRight=t.getLeft=t.tryCatch=t.fromPredicate=t.fromNullable=t.some=t.none=t.isNone=t.isSome=void 0;t.sequenceArray=t.traverseArray=t.traverseArrayWithIndex=t.apS=t.bind=t.bindTo=t.Do=t.getRefinement=t.exists=t.elem=t.option=t.MonadThrow=t.Witherable=t.Traversable=t.Filterable=t.Compactable=t.Extend=t.Alternative=t.Alt=t.Foldable=t.Monad=t.Applicative=t.Functor=t.getMonoid=t.getLastMonoid=t.getFirstMonoid=t.getApplyMonoid=void 0;var n=function(e){return e._tag==="Some"};t.isSome=n;var r=function(e){return e._tag==="None"};t.isNone=r;t.none={_tag:"None"};var i=function(e){return{_tag:"Some",value:e}};t.some=i;function a(e){return e==null?t.none:t.some(e)}t.fromNullable=a;function o(e){return function(n){return e(n)?t.some(n):t.none}}t.fromPredicate=o;function s(e){try{return t.some(e())}catch(e){return t.none}}t.tryCatch=s;function u(e){return e._tag==="Right"?t.none:t.some(e.left)}t.getLeft=u;function c(e){return e._tag==="Left"?t.none:t.some(e.right)}t.getRight=c;t.fromEither=c;function l(e,n){return function(r){return t.isNone(r)?e():n(r.value)}}t.fold=l;function f(e){return t.isNone(e)?null:e.value}t.toNullable=f;function d(e){return t.isNone(e)?undefined:e.value}t.toUndefined=d;var p=function(e){return function(n){return t.isNone(n)?e():n.value}};t.getOrElseW=p;t.getOrElse=t.getOrElseW;function h(e){return function(){var t=[];for(var n=0;n<arguments.length;n++){t[n]=arguments[n]}return a(e.apply(void 0,t))}}t.fromNullableK=h;t.mapNullable=v;function v(e){return function(n){return t.isNone(n)?t.none:a(e(n.value))}}t.chainNullableK=v;var m=function(e,n){return vt.pipe(e,t.map(n))};var g=function(e,n){return vt.pipe(e,t.ap(n))};var y=function(e,n){return vt.pipe(e,t.chain(n))};var b=function(e,n,r){return vt.pipe(e,t.reduce(n,r))};var w=function(e){var n=t.foldMap(e);return function(e,t){return vt.pipe(e,n(t))}};var x=function(e,n,r){return vt.pipe(e,t.reduceRight(n,r))};var S=function(e){var n=t.traverse(e);return function(e,t){return vt.pipe(e,n(t))}};var C=function(e,n){return vt.pipe(e,t.alt(n))};var _=function(e,n){return vt.pipe(e,t.filter(n))};var I=function(e,n){return vt.pipe(e,t.filterMap(n))};var F=function(e,n){return vt.pipe(e,t.extend(n))};var T=function(e,n){return vt.pipe(e,t.partition(n))};var E=function(e,n){return vt.pipe(e,t.partitionMap(n))};var k=function(e){var n=t.wither(e);return function(e,t){return vt.pipe(e,n(t))}};var A=function(e){var n=t.wilt(e);return function(e,t){return vt.pipe(e,n(t))}};var N=function(e){return function(n){return t.isNone(n)?t.none:t.some(e(n.value))}};t.map=N;var P=function(e){return function(n){return t.isNone(n)?t.none:t.isNone(e)?t.none:t.some(n.value(e.value))}};t.ap=P;var D=function(e){return vt.flow(t.map((function(e){return function(){return e}})),t.ap(e))};t.apFirst=D;var M=function(e){return vt.flow(t.map((function(){return function(e){return e}})),t.ap(e))};t.apSecond=M;t.of=t.some;var R=function(e){return function(n){return t.isNone(n)?t.none:e(n.value)}};t.chain=R;var O=function(e){return t.chain((function(n){return vt.pipe(e(n),t.map((function(){return n})))}))};t.chainFirst=O;t.flatten=t.chain(vt.identity);var L=function(e){return function(n){return t.isNone(n)?e():n}};t.altW=L;t.alt=t.altW;var U=function(){return t.none};t.zero=U;var B=function(){return t.none};t.throwError=B;var j=function(e){return function(n){return t.isNone(n)?t.none:t.some(e(n))}};t.extend=j;t.duplicate=t.extend(vt.identity);var V=function(e,n){return function(r){return t.isNone(r)?e:n(e,r.value)}};t.reduce=V;var q=function(e){return function(n){return function(r){return t.isNone(r)?e.empty:n(r.value)}}};t.foldMap=q;var z=function(e,n){return function(r){return t.isNone(r)?e:n(r.value,e)}};t.reduceRight=z;t.compact=t.flatten;var H={left:t.none,right:t.none};var W=function(e){var n=vt.pipe(e,t.map((function(e){return{left:u(e),right:c(e)}})));return t.isNone(n)?H:n.value};t.separate=W;var G=function(e){return function(n){return t.isNone(n)?t.none:e(n.value)?n:t.none}};t.filter=G;var K=function(e){return function(n){return t.isNone(n)?t.none:e(n.value)}};t.filterMap=K;var X=function(e){return function(t){return{left:_(t,(function(t){return!e(t)})),right:_(t,e)}}};t.partition=X;var J=function(e){return vt.flow(t.map(e),t.separate)};t.partitionMap=J;var Y=function(e){return function(n){return function(r){return t.isNone(r)?e.of(t.none):e.map(n(r.value),t.some)}}};t.traverse=Y;var $=function(e){return function(n){return t.isNone(n)?e.of(t.none):e.map(n.value,t.some)}};t.sequence=$;var Q=function(e){return function(n){return function(r){return t.isNone(r)?e.of(t.none):n(r.value)}}};t.wither=Q;var Z=function(e){return function(n){return function(r){return t.isNone(r)?e.of({left:t.none,right:t.none}):e.map(n(r.value),(function(e){return{left:u(e),right:c(e)}}))}}};t.wilt=Z;t.URI="Option";function ee(e){return{show:function(n){return t.isNone(n)?"none":"some("+e.show(n.value)+")"}}}t.getShow=ee;function te(e){return{equals:function(n,r){return n===r||(t.isNone(n)?t.isNone(r):t.isNone(r)?false:e.equals(n.value,r.value))}}}t.getEq=te;function ne(e){return{equals:te(e).equals,compare:function(n,r){return n===r?0:t.isSome(n)?t.isSome(r)?e.compare(n.value,r.value):1:-1}}}t.getOrd=ne;function re(e){return{concat:function(n,r){return t.isSome(n)&&t.isSome(r)?t.some(e.concat(n.value,r.value)):t.none}}}t.getApplySemigroup=re;function ie(e){return{concat:re(e).concat,empty:t.some(e.empty)}}t.getApplyMonoid=ie;function ae(){return{concat:function(e,n){return t.isNone(e)?n:e},empty:t.none}}t.getFirstMonoid=ae;function oe(){return{concat:function(e,n){return t.isNone(n)?e:n},empty:t.none}}t.getLastMonoid=oe;function se(e){return{concat:function(n,r){return t.isNone(n)?r:t.isNone(r)?n:t.some(e.concat(n.value,r.value))},empty:t.none}}t.getMonoid=se;t.Functor={URI:t.URI,map:m};t.Applicative={URI:t.URI,map:m,ap:g,of:t.of};t.Monad={URI:t.URI,map:m,ap:g,of:t.of,chain:y};t.Foldable={URI:t.URI,reduce:b,foldMap:w,reduceRight:x};t.Alt={URI:t.URI,map:m,alt:C};t.Alternative={URI:t.URI,map:m,ap:g,of:t.of,alt:C,zero:t.zero};t.Extend={URI:t.URI,map:m,extend:F};t.Compactable={URI:t.URI,compact:t.compact,separate:t.separate};t.Filterable={URI:t.URI,map:m,compact:t.compact,separate:t.separate,filter:_,filterMap:I,partition:T,partitionMap:E};t.Traversable={URI:t.URI,map:m,reduce:b,foldMap:w,reduceRight:x,traverse:S,sequence:t.sequence};t.Witherable={URI:t.URI,map:m,reduce:b,foldMap:w,reduceRight:x,traverse:S,sequence:t.sequence,compact:t.compact,separate:t.separate,filter:_,filterMap:I,partition:T,partitionMap:E,wither:k,wilt:A};t.MonadThrow={URI:t.URI,map:m,ap:g,of:t.of,chain:y,throwError:t.throwError};t.option={URI:t.URI,map:m,of:t.of,ap:g,chain:y,reduce:b,foldMap:w,reduceRight:x,traverse:S,sequence:t.sequence,zero:t.zero,alt:C,extend:F,compact:t.compact,separate:t.separate,filter:_,filterMap:I,partition:T,partitionMap:E,wither:k,wilt:A,throwError:t.throwError};function ue(e){return function(n,r){return t.isNone(r)?false:e.equals(n,r.value)}}t.elem=ue;function ce(e){return function(n){return t.isNone(n)?false:e(n.value)}}t.exists=ce;function le(e){return function(n){return t.isSome(e(n))}}t.getRefinement=le;t.Do=t.of({});var fe=function(e){return t.map(vt.bindTo_(e))};t.bindTo=fe;var de=function(e,n){return t.chain((function(r){return vt.pipe(n(r),t.map((function(t){return vt.bind_(r,e,t)})))}))};t.bind=de;var pe=function(e,n){return vt.flow(t.map((function(t){return function(n){return vt.bind_(t,e,n)}})),t.ap(n))};t.apS=pe;var he=function(e){return function(n){var r=[];for(var i=0;i<n.length;i++){var a=e(i,n[i]);if(t.isNone(a)){return t.none}r.push(a.value)}return t.some(r)}};t.traverseArrayWithIndex=he;var ve=function(e){return t.traverseArrayWithIndex((function(t,n){return e(n)}))};t.traverseArray=ve;t.sequenceArray=t.traverseArray(vt.identity)}));function gt(e){this.message=e}gt.prototype=new Error,gt.prototype.name="InvalidCharacterError";var yt="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(e){var t=String(e).replace(/=+$/,"");if(t.length%4==1)throw new gt("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,r,i=0,a=0,o="";r=t.charAt(a++);~r&&(n=i%4?64*n+r:r,i++%4)?o+=String.fromCharCode(255&n>>(-2*i&6)):0)r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(r);return o};function bt(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw"Illegal base64url string!"}try{return function(e){return decodeURIComponent(yt(e).replace(/(.)/g,(function(e,t){var n=t.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(t)}catch(e){return yt(t)}}function wt(e){this.message=e}function xt(e,t){if("string"!=typeof e)throw new wt("Invalid token specified");var n=!0===(t=t||{}).header?0:1;try{return JSON.parse(bt(e.split(".")[n]))}catch(e){throw new wt("Invalid token specified: "+e.message)}}wt.prototype=new Error,wt.prototype.name="InvalidTokenError";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 Ct(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 _t(e){switch(e.kind){case"Promoted":return Ct(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 Ft(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 Tt(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 Et=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,Dt().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,Dt().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,Dt().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){Tt(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,Dt().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,Dt().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 kt=new Et;var At={apiBaseUrl:mt.none,appBaseUrl:mt.none,profileId:mt.none,jwt:mt.none,superBuyer:mt.none,promotedFunds:mt.none,accountConfiguration:mt.none,profileConfiguration:mt.none,hasSuccessPageBeenAcknowledged:false,hasSuperSelectionBeenSubmitted:false,campaignConnectEnabled:false,campaignConnectPromise:mt.none,campaignConnect:mt.none};var Nt=function(){function e(){var e=this;var t=dt(At),n=t.state,r=t.onChange;this._state=n;this._onChange=r;r("jwt",(function(t){e._state.profileId=vt.pipe(t,mt.chain((function(e){return mt.fromNullable(xt(e).sub)})))}))}Object.defineProperty(e.prototype,"state",{get:function(){return this._state},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"onChange",{get:function(){return this._onChange},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"superBuyer",{get:function(){if(mt.isNone(this._state.superBuyer)){throw Error("User information is not set")}return this._state.superBuyer.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"apiBaseUrl",{get:function(){if(mt.isNone(this._state.apiBaseUrl)){throw Error("API base URL is not set")}return this._state.apiBaseUrl.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"appBaseUrl",{get:function(){if(mt.isNone(this._state.appBaseUrl)){throw Error("App base URL is not set")}return this._state.appBaseUrl.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"promotedFunds",{get:function(){if(this._state.campaignConnectEnabled&&mt.isSome(this._state.campaignConnect)){return this._state.campaignConnect.value.promotedFunds}if(mt.isNone(this._state.promotedFunds)){throw Error("Promoted Funds is not set")}return this._state.promotedFunds.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"promotedDefaultFundPosition",{get:function(){if(this._state.campaignConnectEnabled&&mt.isSome(this._state.campaignConnect)){return mt.fromNullable(this._state.campaignConnect.value.promotedDefaultFundPosition)}return mt.none},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"promotedFundsConfig",{get:function(){return{shownFunds:this.promotedFunds,promotedDefaultFundPosition:mt.toUndefined(this.promotedDefaultFundPosition),promotedFundsConfigSource:mt.isSome(this._state.campaignConnect)?"campaignConnect":"superSelection"}},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"profileId",{get:function(){if(mt.isNone(this._state.profileId)){throw Error("Failed to get Profile ID from JWT")}return this._state.profileId.value},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"defaultFundUsi",{get:function(){var e=vt.pipe(this._state.profileConfiguration,mt.map((function(e){return mt.fromNullable(e.defaultFundUsi)})),mt.flatten);if(mt.isSome(e)){return e}return vt.pipe(this._state.accountConfiguration,mt.map((function(e){return mt.fromNullable(e.defaultFundUsi)})),mt.flatten)},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"accountIdOrDefault",{get:function(){return vt.pipe(this._state.accountConfiguration,mt.map((function(e){return e.accountId})),mt.getOrElse((function(){return""})))},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"partnerIdOrDefault",{get:function(){return vt.pipe(this._state.superBuyer,mt.map((function(e){return e.partnerId})),mt.getOrElse((function(){return""})))},enumerable:false,configurable:true});Object.defineProperty(e.prototype,"jwt",{get:function(){if(mt.isNone(this._state.jwt)){throw Error("No authentication information was found")}return this._state.jwt.value},enumerable:false,configurable:true});e.prototype.completeSuperSelectionFlow=function(){this._state.hasSuccessPageBeenAcknowledged=true};e.prototype.markSuperSelectionAsSubmitted=function(){this._state.hasSuperSelectionBeenSubmitted=true};e.prototype.loadAppStateAsync=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:return[4,kt.getAppStateAsync()];case 1:e=t.sent();this._state.accountConfiguration=mt.fromNullable(e.accountConfiguration);this._state.profileConfiguration=mt.fromNullable(e.profileConfiguration);this._state.superBuyer=mt.fromNullable(e.superBuyer);this._state.promotedFunds=mt.fromNullable(e.promotedFunds);this._state.campaignConnectEnabled=e.campaignConnectEnabled;if(this._state.campaignConnectEnabled){this._state.campaignConnectPromise=mt.fromNullable(kt.getCampaignConnectAsync())}return[2]}}))}))};e.prototype.completeCampaignConnectRequestSafe=function(){return __awaiter(this,void 0,void 0,(function(){var e,t;return __generator(this,(function(n){switch(n.label){case 0:if(!this._state.campaignConnectEnabled)return[3,4];n.label=1;case 1:n.trys.push([1,3,,4]);return[4,vt.pipe(this._state.campaignConnectPromise,mt.getOrElse((function(){return kt.getCampaignConnectAsync()})))];case 2:e=n.sent();this._state.campaignConnect=mt.fromNullable(e);return[3,4];case 3:t=n.sent();return[2];case 4:return[2]}}))}))};return e}();var Pt=new Nt;function Dt(){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 Mt=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,Dt().url("analytics-events").post(e).res()]}))}))};return e}();var Rt=function(){function e(){this.eventTrackingApi=Mt.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.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(){Lt({type:"appReady"})}function Lt(e,t){if(t===undefined)t="*";e.sender="flare";window.parent.postMessage(e,t)}function Ut(e,t){Lt({type:"contentResized",height:e,width:t})}function Bt(e){Lt({type:"pageNavigated",url:e})}function jt(){Lt({type:"complete"})}function Vt(){Lt({type:"submitSuccess"})}var qt={appReady:Ot,resize:Ut,navigation:Bt,complete:jt,submitSuccess:Vt};var zt={handleSubmitFn:function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2]}))}))},fundName:"",promotedFundId:undefined};var Ht=dt(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["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.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=Rt.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=dt($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,kt.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,kt.getAustralianFundAsync(e,t)];case 1:n=r.sent();return[2,mt.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,Dt().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,Dt().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,Dt().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,Dt().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=Rt.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(mt.isNone(e)){return[2]}this.isDefaultFundExists=true;return[4,an.getFundAsync(e.value,true)];case 1:t=n.sent();if(mt.isNone(t)){this.isInvalidDefaultFund=true;return[2]}this.defaultFund=t.value;this.defaultFundProductName=t.value.productName;return[2]}}))}))};e.prototype.componentDidLoad=function(){var e,t,n,r;return this.eventTrackingService.TrackDefaultSuperFundDetailViewedAsync({fundUsi:(t=(e=this.defaultFund)===null||e===void 0?void 0:e.usi)!==null&&t!==void 0?t:"",fundName:(r=(n=this.defaultFund)===null||n===void 0?void 0:n.productName)!==null&&r!==void 0?r:"",promotedFundsShown:Pt.promotedFunds,defaultFundUsiSet:mt.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 cn="html{scroll-behavior:smooth}.sss-dropdown-menu{max-height:min(20rem, 50vh)}";var ln=3;var fn=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=ln;this.isMouseOver=false;this.searchState="pristine";this.inputValue="";this.isDropdownVisible=false;this.filteredOptions=[];this.shouldExecuteSearch=function(e){var t;return r.isDropdownVisible&&(e===null||e===void 0?void 0:e.length)>=r.minSearchStringLength&&((t=r.selectedOption)===null||t===void 0?void 0:t.label)!==e};this.onBeginSearch=function(e){r.inputValue=e;r.searchState="in progress"};this.onCompleteSearch=function(e){r.highlightedOptionIndex=undefined;switch(e.kind){case"too-many-results":r.searchState="too many results";r.filteredOptions=[];break;case"success":r.searchState="done";r.filteredOptions=e.value;break;default:r.searchState="done";r.filteredOptions=[];break}};this.renderFilteredResults=function(){if(r.searchState==="pristine"){return n("span",{class:"cursor-pointer text-gray-500 py-1.5 pl-4"},"Start typing to find the results")}if(r.searchState==="in progress"){return n("span",{class:"cursor-pointer text-gray-500 py-1.5 pl-4"},"Searching...")}if(r.searchState==="too many results"){return n("span",{class:"cursor-pointer text-gray-500 py-1.5 pl-4"},"Keep typing to narrow down your search.")}if(r.filteredOptions.length===0){return n("span",{class:"cursor-pointer text-gray-500 py-1.5 pl-4"},"No items match your search")}return r.filteredOptions.map((function(e,t){return n("div",{class:{"cursor-pointer text-wrap hover:bg-primary-base py-1.5 pl-4":true,"bg-primary-base":r.isOptionSelected(e)},onClick:function(n){r.highlightedOptionIndex=t;r.toggleDropdown(false);r.selectOption(e)}},e.label)}))};this.resetInput=function(){var e,t;r.inputValue=(t=(e=r.selectedOption)===null||e===void 0?void 0:e.label)!==null&&t!==void 0?t:""};this.toggleDropdown=function(e){r.isDropdownVisible=e};this.processKeyboardNavigation=function(e){var t="Enter";var n="ArrowDown";var i="ArrowUp";var a="Escape";switch(e.key){case n:r.toggleDropdown(true);r.highlightItem("Next");return true;case i:r.highlightItem("Prev");return true;case t:if(r.highlightedOptionIndex!==undefined){r.toggleDropdown(false);r.selectOption(r.filteredOptions[r.highlightedOptionIndex])}return true;case a:r.inputElement.blur();return true}return false};this.highlightItem=function(e){var t=e==="Next"?1:-1;if(r.filteredOptions.length===0){return}r.highlightedOptionIndex=r.highlightedOptionIndex===undefined?0:Math.min(Math.max(0,r.highlightedOptionIndex+t),r.filteredOptions.length-1);if(r.highlightedOptionIndex!==undefined)r.selectOption(r.filteredOptions[r.highlightedOptionIndex])};this.selectOption=function(e){r.selectedOption=e;r.inputValue=e.label;r.valueChanged.emit(e)};this.isOptionSelected=function(e){var t;return((t=r.selectedOption)===null||t===void 0?void 0:t.label)===e.label}}e.prototype.componentWillLoad=function(){this.selectedOption=this.value};e.prototype.componentDidLoad=function(){var e=this;this.searchResultsSubscription=D(this.inputElement,"keyup").pipe(U(500),p((function(t){return e.inputElement.value})),S(),C(this.shouldExecuteSearch),q(this.onBeginSearch),A(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}());fn.style=cn;var dn=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 Rt.Instance.TrackSuperFundPdsViewedAsync({fundUsi:t,fundName:e,pageName:"Panel Fund Page"})}var vn="Active Super";var mn={fundId:"active",name:vn,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(dn,{onClick:function(){return hn(vn)},href:"https://www.activesuper.com.au/pds"},"activesuper.com.au")," ","before making a decision."),footnoteTextOverride:mt.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(dn,{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(dn,{href:yn,onClick:function(){return hn(gn)}},"Product Disclosure Statement")," ","and"," ",n(dn,{href:yn,onClick:function(){return hn(gn)}},"Target Market Determination")," ","available on our"," ",n(dn,{href:yn,onClick:function(){return hn(gn)}},"website"),"."),footnoteTextOverride:mt.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(dn,{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(dn,{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:mt.none,dtoPropName:"australianRetirementTrust"};var Sn="Aware Super";var Cn={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(dn,{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:mt.none,dtoPropName:"aware"};var _n="First Super";var In={fundId:"first-super",name:_n,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(dn,{onClick:function(){return hn(_n)},href:"https://www.firstsuper.com.au/forms-tools/product-disclosure-statements/"},"website"),". Past performance is not a reliable indicator of future performance."),n("br",null),n("p",null,"Issued by First Super Pty Ltd ABN 42 053 498 472, AFSL 223988 (Trustee) as Trustee of First Super ABN 56 286 625 181.")),footnoteTextOverride:mt.none,dtoPropName:"firstSuper"};var Fn="HESTA";var Tn={fundId:"hesta-default",name:Fn,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(dn,{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(dn,{href:"https://www.ato.gov.au/YourSuper-comparison-tool/"},"ATO YourSuper comparison tool"),"."),n("p",null,"Visit"," ",n(dn,{onClick:function(){return hn(Fn)},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(dn,{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:mt.none,isPromotedDefault:true};var En="Mercer MyChoice";var kn={fundId:"mercermychoice",name:En,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(dn,{href:"https://www.mercersuper.com.au/campaign-page/mercer-mychoice",onClick:function(){return hn(En)}},"Product Disclosure Statement")," ","and"," ",n(dn,{href:"https://www.mercersuper.com.au/documents/target-market-determinations"},"Target Market Determination")," ","before deciding to invest in or apply to become a member of the fund."),n("br",null),n("p",null,"Issued by Mercer Superannuation (Australia) Limited (‘Mercer Super’) ABN: 79 004 717 533")),footnoteTextOverride:mt.some(pn),dtoPropName:"mercerMyChoice"};var An="Slate Super";var Nn="32367272075001";var Pn={fundId:"slate",name:An,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(dn,{href:"https://slate.co/pds/?utm_source=flare&utm_medium=superselection",onClick:function(){return hn(An,Nn)}},"Product Disclosure Statement")," ","and"," ",n(dn,{href:"https://slate.co/forms-and-documents/target-market-determination/"},"Target Market Determination")," ","before deciding to invest in or apply to become a member of the fund."),abnInfo:"Diversa Trustees Limited",abn:"49 006 421 638",footnoteTextOverride:mt.none,dtoPropName:"slate"};var Dn="Spirit Super";var Mn={fundId:"spirit",name:Dn,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(dn,{href:"https://www.spiritsuper.com.au/pds",onClick:function(){return hn(Dn)}},"www.spiritsuper.com.au/pds")," ","before making a decision. Issuer is Motor Trades Association of Australia Superannuation Fund Pty Ltd (AFSL 238 718, ABN 14 008 650 628), the trustee of Spirit Super (ABN 74 559 365 913). Advice is provided by Quadrant First Pty Ltd (ABN 78 102 167 877, AFSL 284443)."),footnoteTextOverride:mt.none,dtoPropName:"spirit"};var Rn="Unisuper";var On="https://www.unisuper.com.au/-/media/files/pds/accumulation-1/accumulation-1-pds.pdf?rev=eb3a50fed45543ef91e2d1a38fa1fc0b&hash=B76A6A338550310C27DE1A021C854F84";var Ln="https://www.unisuper.com.au/-/media/files/tmd/accumulation-1/accumulation-1-tmd.pdf?rev=f4aa3f08d0494f52a7a5e02c69385ead&hash=AC77283EFBF97948DC0CF768FD3E82F8";var Un={fundId:"unisuper-default",name:Rn,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(dn,{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(dn,{href:"https://www.unisuper.com.au/campaigns/greater-super"},"here"),"."),n("p",null,n("sup",{class:"text-tiny"},"#"),"See our awards"," ",n(dn,{href:"https://www.unisuper.com.au/about-us/who-we-are/awards-and-ratings"},"here"),"."),n("p",null,"Remember to consider the"," ",n(dn,{href:On,onClick:function(){return hn(Rn)}},"Product Disclosure Statement")," ","and ",n(dn,{href:Ln},"Target Market Determination")," that is relevant to you."),n("p",null,"Issued by UniSuper Management Pty Ltd. ABN: 91 385 943 850")),footnoteTextOverride:mt.none,isPromotedDefault:true};var Bn="Virgin Money Super";var jn={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(dn,{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(dn,{href:"https://virginmoney.com.au/superannuation/",onClick:function(){return hn(Bn)}},"www.virginmoney.com.au")," ","before making a decision"),footnoteTextOverride:mt.some(pn),dtoPropName:"virgin"};var Vn=(E={},E[Pn.fundId]=Pn,E[xn.fundId]=xn,E[Cn.fundId]=Cn,E[mn.fundId]=mn,E[bn.fundId]=bn,E[jn.fundId]=jn,E[Mn.fundId]=Mn,E[In.fundId]=In,E[kn.fundId]=kn,E[Tn.fundId]=Tn,E[Un.fundId]=Un,E);var qn=Object.values(Vn);var zn=function(e){var t=qn.find((function(t){return t.dtoPropName==e}));return t?J(t):X};var Hn=function(e){return Vn[e]!=undefined?J(Vn[e].name):X};var Wn=function(e){var t,n;return(n=(t=Vn[e])===null||t===void 0?void 0:t.footnoteTextOverride)!==null&&n!==void 0?n:X};var Gn=function(e){return e==Pn.fundId?J(Nn):X};var Kn=function(e){return Vn[e]!=undefined?J(a("assets/"+Vn[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,c,l,f,d,f,d;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=_t(n);a=Ft(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:c=n.myOwnFund.usi;return[4,this.getFundByUsiAsync(c)];case 3:l=p.sent();return[2,J({type:"My Own Fund",name:G(l)?l.value.productName:c,usi:i,valid:this.toFundValidState(l),memberNumber:a,lastNominatedAt:r})];case 4:return[2,J({type:"Self Managed Fund",name:n.smsf.fundName,valid:"Unknown",lastNominatedAt:r})];case 5:f=n.default.usi;return[4,this.getFundByUsiAsync(f)];case 6:d=p.sent();return[2,J({type:"Default Fund",name:G(d)?d.value.productName:f,usi:i,valid:this.toFundValidState(d),lastNominatedAt:r})];case 7:f=n.promotedDefault.usi;return[4,this.getFundByUsiAsync(f)];case 8:d=p.sent();return[2,J({type:"Promoted Default Fund",id:n.promotedDefault.fundId,name:G(d)?d.value.productName:f,usi:i,valid:this.toFundValidState(d),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,Dt().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=Rt.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 mt.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=Rt.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 vt.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=function(){function e(){}e.prototype.submitChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,Dt().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,Dt().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 ur=new sr;var cr={fundId:"",isPromotedDefault:false};var lr=dt(cr),fr=lr.state,dr=lr.reset;var pr=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:fr.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=fr.fundId;var o=Hn(a);Xt.navigateInternallyToStandardChoice({history:t,fundName:mt.isSome(o)?o.value:"",handleSubmitFn:function(e){return ur.submitChoiceAsync(Object.assign({fundId:a,memberNumber:i.memberNumber,memberFirstName:i.memberFirstName,memberFamilyName:i.memberFamilyName,usi:i.usi.replace(/ /g,""),standardChoiceFormSignature:e,defaultFundUsiSet:mt.toUndefined(Pt.defaultFundUsi)},Pt.promotedFundsConfig))},promotedFundId:a});break}default:Xt.navigateInternally(t,Wt.ChoicePage);break}dr();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 hr=new pr;var vr=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 hr.build(t,e.history)}})};return e}());var mr=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:fr.fundId,authToken:Pt.jwt,employerDefault:fr.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(fr.isPromotedDefault||!fr.isPromotedDefault&&i.memberNumber){var a=fr.fundId;var o=Hn(a);Xt.navigateInternallyToStandardChoice({history:t,fundName:mt.isSome(o)?o.value:"",promotedFundId:a,handleSubmitFn:fr.isPromotedDefault?function(e){return ur.submitDefaultChoiceAsync(Object.assign({fundId:a,usi:i.usi.replace(/ /g,""),standardChoiceFormSignature:e,defaultFundUsiSet:mt.toUndefined(Pt.defaultFundUsi)},Pt.promotedFundsConfig))}:function(e){return ur.submitChoiceAsync(Object.assign({fundId:a,memberNumber:i.memberNumber,memberFirstName:i.memberFirstName,memberFamilyName:i.memberFamilyName,usi:i.usi.replace(/ /g,""),standardChoiceFormSignature:e,defaultFundUsiSet:mt.toUndefined(Pt.defaultFundUsi)},Pt.promotedFundsConfig))}});break}default:Xt.navigateInternally(t,Wt.ChoicePage);break}dr();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 gr=new mr;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 gr.build(t,e.history)}})};return e}());function br(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 wr=e("sss_self_managed_fund",function(){function e(e){var n=this;t(this,e);this.isSubmitDisabled=true;this.isAbnValid=br(Zt.selfManagedFundForm.fundAbn);this.eventTrackingService=Rt.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(wr);var xr={"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 Sr=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=br(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=xr[n];var a=xr[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 Cr=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 _r;(function(e){e[e["Unauthorized"]=0]="Unauthorized";e[e["Authenticated"]=1]="Authenticated";e[e["Error"]=2]="Error"})(_r||(_r={}));var Ir=function(){function e(){}return e}();function Fr(){return{authenticationState:_r.Unauthorized,jwt:X,reactNativeInterop:X,iframeInterop:X,appConfiguration:X,ignoreExistingSelection:false}}var Tr=function(e){__extends(t,e);function t(){return e.call(this,Fr())||this}return t}(I);Tr=Cr([_({name:"sss-session",resettable:true})],Tr);var Er=new Tr;var kr=function(e){__extends(t,e);function t(t){var n=e.call(this,t)||this;n.store=t;return n}t.prototype.isReactNativeInteropEnabled=function(){return G(this.getValue().reactNativeInterop)};t.prototype.isIframeInteropEnabled=function(){return G(this.getValue().iframeInterop)};t.prototype.getIframeInteropMode=function(){var e=this.getValue().iframeInterop;if(K(e)){throw Error("Failed to get iframe interop information: no data in store")}if(!this.isIframeInteropEnabled()){throw Error("Failed to get iframe interop information: iframe mode is disabled")}return e.value};return t}(F);var Ar=new kr(Er);var Nr=function(){function e(){}e.prototype.submitSlateChoiceAsync=function(e){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(t){return[2,Dt().url("super-choice/slate").post(e).badRequest((function(){throw new Error("Failed to process Slate join request")})).text()]}))}))};return e}();var Pr=new Nr;var Dr=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 Ar.isReactNativeInteropEnabled()?"true":"false"};this.skipInsurance=function(){return Ar.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 Pr.submitSlateChoiceAsync(Object.assign({memberNumber:r.memberNumber,memberFirstName:r.memberFirstName,memberFamilyName:r.memberFamilyName,standardChoiceFormSignature:e,defaultFundUsiSet:mt.toUndefined(Pt.defaultFundUsi)},Pt.promotedFundsConfig))},promotedFundId:Pn.fundId});break}default:Xt.navigateInternally(t,Wt.ChoicePage);break}dr();return}if(r.sender==="flare"&&i.endsWith("join.slatesuper.com.au")){switch(r.type){case"contentResized":e.height=r.height>0?r.height:e.height;e.width=r.width>0?r.width:e.width;break}}};window.addEventListener("message",a);var o=e.contentDocument;o.open();var s=o.createElement("form");s.method="POST";s.target="_self";s.action=this.slateJoinAppUrl();var u;for(u in i){var c=i[u];if(c!==undefined){var l=document.createElement("input");l.type="hidden";l.name=u;l.value=c;s.append(l)}}o.appendChild(s);o.close();s.submit()};e.prototype.getSlateJoinMemberData=function(){var e,t;var n=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 Mr=new Dr;var Rr=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 Mr.build(t,e.history)}})};return e}());var Or=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(mt.isSome(e)){return n("div",{class:"pb-4 mb-4 border-b flex justify-center sm:pb-0 sm:mb-0 sm:border-b-0 sm:pr-8 sm:mr-8 sm:border-r sm:justify-start"},n("img",{class:"h-16 max-w-140 sm:h-12 sm:max-w-[100px] object-contain",alt: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 Lr=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 Ur=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 Br=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 jr=function(){function e(){}e.prototype.trackClickPromotedTileAsync=function(e){return kt.clickPromotedTileAsync(e)};return e}();var Vr=new jr;var qr=e("sss_super_choice_page",function(){function e(e){t(this,e);this.campaignConnectRequestInProgress=true;this.eventTrackingService=Rt.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:mt.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:mt.isSome(r)?r.value:"",fundName:mt.isSome(i)?i.value:"",promotedFundId:e.fundId,promotedFundsShown:n,defaultFundUsiSet:mt.toUndefined(Pt.defaultFundUsi)}):this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({fundUsi:mt.isSome(r)?r.value:undefined,fundName:mt.isSome(i)?i.value:"",promotedFundId:e.fundId,promotedFundsShown:n,defaultFundUsiSet:mt.toUndefined(Pt.defaultFundUsi)}),Vr.trackClickPromotedTileAsync(e.isPromotedDefault?{promotedDefault:{fundId:e.fundId}}:{promoted:{fundId:e.fundId}})])];case 1:a.sent();fr.fundId=e.fundId;fr.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 zr="stencil-route.inactive{display:none}";var Hr=e("stencil_route",function(){function e(e){t(this,e);this.group=null;this.match=null;this.componentProps={};this.exact=false;this.scrollOnNextRender=false;this.previousMatch=null}e.prototype.computeMatch=function(e){var t=this.group!=null||this.el.parentElement!=null&&this.el.parentElement.tagName.toLowerCase()==="stencil-route-switch";if(!e||t){return}this.previousMatch=this.match;return this.match=Me(e.pathname,{path:this.url,exact:this.exact,strict:true})};e.prototype.loadCompleted=function(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){e={};if(this.history&&this.history.location.hash){e={scrollToId:this.history.location.hash.substr(1)}}else if(this.scrollTopOffset){e={scrollTopOffset:this.scrollTopOffset}}if(typeof this.componentUpdated==="function"){this.componentUpdated(e)}else if(this.match&&!Re(this.match,this.previousMatch)&&this.routeViewsUpdated){this.routeViewsUpdated(e)}return[2]}))}))};e.prototype.componentDidUpdate=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:return[4,this.loadCompleted()];case 1:e.sent();return[2]}}))}))};e.prototype.componentDidLoad=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){switch(e.label){case 0:return[4,this.loadCompleted()];case 1:e.sent();return[2]}}))}))};e.prototype.render=function(){if(!this.match||!this.history){return null}var e=Object.assign({},this.componentProps,{history:this.history,match:this.match});if(this.routeRender){return this.routeRender(Object.assign({},e,{component:this.component}))}if(this.component){var t=this.component;return n(t,Object.assign({},e))}};Object.defineProperty(e.prototype,"el",{get:function(){return c(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{location:["computeMatch"]}},enumerable:false,configurable:true});return e}());T.injectProps(Hr,["location","history","historyType","routeViewsUpdated"]);Hr.style=zr;var Wr=function(e,t,n){return n(e.confirm(t))};var Gr=function(e){return e.metaKey||e.altKey||e.ctrlKey||e.shiftKey};var Kr=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 Xr=function(e){return e.userAgent.indexOf("Trident")===-1};var Jr=function(e){return e.userAgent.indexOf("Firefox")===-1};var Yr=function(e,t){return t.state===undefined&&e.userAgent.indexOf("CriOS")===-1};var $r=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 Qr=function(e,t){if(e.charAt(0)=="/"&&t.charAt(t.length-1)=="/"){return t.slice(0,t.length-1)+e}return t+e};var Zr=e("stencil_route_link",function(){function e(e){t(this,e);this.unsubscribe=function(){return};this.activeClass="link-active";this.exact=false;this.strict=true;this.custom="a";this.match=null}e.prototype.componentWillLoad=function(){this.computeMatch()};e.prototype.computeMatch=function(){if(this.location){this.match=Me(this.location.pathname,{path:this.urlMatch||this.url,exact:this.exact,strict:this.strict})}};e.prototype.handleClick=function(e){if(Gr(e)||!this.history||!this.url||!this.root){return}e.preventDefault();return this.history.push(Qr(this.url,this.root))};e.prototype.render=function(){var e;var t={class:(e={},e[this.activeClass]=this.match!==null,e),onClick:this.handleClick.bind(this)};if(this.anchorClass){t.class[this.anchorClass]=true}if(this.custom==="a"){t=Object.assign({},t,{href:this.url,title:this.anchorTitle,role:this.anchorRole,tabindex:this.anchorTabIndex,"aria-haspopup":this.ariaHaspopup,id:this.anchorId,"aria-posinset":this.ariaPosinset,"aria-setsize":this.ariaSetsize,"aria-label":this.ariaLabel})}return n(this.custom,Object.assign({},t),n("slot",null))};Object.defineProperty(e.prototype,"el",{get:function(){return c(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{location:["computeMatch"]}},enumerable:false,configurable:true});return e}());T.injectProps(Zr,["history","location","root"]);var ei=function(){return((Math.random()*1e17).toString().match(/.{4}/g)||[]).join("-")};var ti=function(e,t,n){return Me(e,{path:t,exact:n,strict:true})};var ni=function(e){return e.tagName==="STENCIL-ROUTE"};var ri=e("stencil_route_switch",function(){function e(e){t(this,e);this.group=ei();this.subscribers=[];this.queue=l(this,"queue")}e.prototype.componentWillLoad=function(){if(this.location!=null){this.regenerateSubscribers(this.location)}};e.prototype.regenerateSubscribers=function(e){return __awaiter(this,void 0,void 0,(function(){var t,n;var r=this;return __generator(this,(function(i){if(e==null){return[2]}t=-1;this.subscribers=Array.prototype.slice.call(this.el.children).filter(ni).map((function(n,r){var i=ti(e.pathname,n.url,n.exact);if(i&&t===-1){t=r}return{el:n,match:i}}));if(t===-1){return[2]}if(this.activeIndex===t){this.subscribers[t].el.match=this.subscribers[t].match;return[2]}this.activeIndex=t;n=this.subscribers[this.activeIndex];if(this.scrollTopOffset){n.el.scrollTopOffset=this.scrollTopOffset}n.el.group=this.group;n.el.match=n.match;n.el.componentUpdated=function(e){r.queue.write((function(){r.subscribers.forEach((function(e,t){e.el.componentUpdated=undefined;if(t===r.activeIndex){return e.el.style.display=""}if(r.scrollTopOffset){e.el.scrollTopOffset=r.scrollTopOffset}e.el.group=r.group;e.el.match=null;e.el.style.display="none"}))}));if(r.routeViewsUpdated){r.routeViewsUpdated(Object.assign({scrollTopOffset:r.scrollTopOffset},e))}};return[2]}))}))};e.prototype.render=function(){return n("slot",null)};Object.defineProperty(e.prototype,"el",{get:function(){return c(this)},enumerable:false,configurable:true});Object.defineProperty(e,"watchers",{get:function(){return{location:["regenerateSubscribers"]}},enumerable:false,configurable:true});return e}());T.injectProps(ri,["location","routeViewsUpdated"]);var ii=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 ai=function(){var e;var t=[];var n=function(t){ii(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{ii(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 oi=function(e,t){if(t===void 0){t="scrollPositions"}var n=new Map;var r=function(t,r){n.set(t,r);if($r(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($r(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 si="popstate";var ui="hashchange";var ci=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=Kr(e);var s=!Xr(a);var u=oi(e);var c=t.forceRefresh!=null?t.forceRefresh:false;var l=t.getUserConfirmation!=null?t.getUserConfirmation:Wr;var f=t.keyLength!=null?t.keyLength:6;var d=t.basename?ge(ye(t.basename)):"";var p=function(){try{return e.history.state||{}}catch(e){return{}}};var h=function(e){e=e||{};var t=e.key,n=e.state;var r=i.pathname,a=i.search,o=i.hash;var s=r+a+o;ii(!d||ve(s,d),"You are attempting to use a basename on a page whose URL path does not begin "+'with the basename. Expected path "'+s+'" to begin with "'+d+'".');if(d){s=me(s,d)}return ke(s,n,t||_e(f))};var v=ai();var m=function(e){u.capture(M.location.key);Object.assign(M,e);M.location.scrollPosition=u.get(M.location.key);M.length=r.length;v.notifyListeners(M.location,M.action)};var g=function(e){if(!Yr(a,e)){b(h(e.state))}};var y=function(){b(h(p()))};var b=function(e){if(n){n=false;m()}else{var t="POP";v.confirmTransitionTo(e,t,l,(function(n){if(n){m({action:t,location:e})}else{w(e)}}))}};var w=function(e){var t=M.location;var r=S.indexOf(t.key);var i=S.indexOf(e.key);if(r===-1){r=0}if(i===-1){i=0}var a=r-i;if(a){n=true;E(a)}};var x=h(p());var S=[x.key];var C=0;var _=false;var I=function(e){return d+xe(e)};var F=function(e,t){ii(!(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=ke(e,t,_e(f),M.location);v.confirmTransitionTo(a,n,l,(function(e){if(!e){return}var t=I(a);var s=a.key,u=a.state;if(o){r.pushState({key:s,state:u},"",t);if(c){i.href=t}else{var l=S.indexOf(M.location.key);var f=S.slice(0,l===-1?0:l+1);f.push(a.key);S=f;m({action:n,location:a})}}else{ii(u===undefined,"Browser history cannot push state in browsers that do not support HTML5 history");i.href=t}}))};var T=function(e,t){ii(!(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=ke(e,t,_e(f),M.location);v.confirmTransitionTo(a,n,l,(function(e){if(!e){return}var t=I(a);var s=a.key,u=a.state;if(o){r.replaceState({key:s,state:u},"",t);if(c){i.replace(t)}else{var l=S.indexOf(M.location.key);if(l!==-1){S[l]=a.key}m({action:n,location:a})}}else{ii(u===undefined,"Browser history cannot replace state in browsers that do not support HTML5 history");i.replace(t)}}))};var E=function(e){r.go(e)};var k=function(){return E(-1)};var A=function(){return E(1)};var N=function(t){C+=t;if(C===1){e.addEventListener(si,g);if(s){e.addEventListener(ui,y)}}else if(C===0){e.removeEventListener(si,g);if(s){e.removeEventListener(ui,y)}}};var P=function(e){if(e===void 0){e=""}var t=v.setPrompt(e);if(!_){N(1);_=true}return function(){if(_){_=false;N(-1)}return t()}};var D=function(e){var t=v.appendListener(e);N(1);return function(){N(-1);t()}};var M={length:r.length,action:"POP",location:x,createHref:I,push:F,replace:T,go:E,goBack:k,goForward:A,block:P,listen:D,win:e};return M};var li="hashchange";var fi={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 di=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=Jr(e.navigator);var c=t.keyLength!=null?t.keyLength:6;var l=t.getUserConfirmation,f=l===void 0?Wr:l,d=t.hashType,p=d===void 0?"slash":d;var h=t.basename?ge(ye(t.basename)):"";var v=fi[p],m=v.encodePath,g=v.decodePath;var y=function(){var e=o.href;var t=e.indexOf("#");return t===-1?"":e.substring(t+1)};var b=function(e){return o.hash=e};var w=function(e){var t=o.href.indexOf("#");o.replace(o.href.slice(0,t>=0?t:0)+"#"+e)};var x=function(){var e=g(y());ii(!h||ve(e,h),"You are attempting to use a basename on a page whose URL path does not begin "+'with the basename. Expected path "'+e+'" to begin with "'+h+'".');if(h){e=me(e,h)}return ke(e,undefined,_e(c))};var S=ai();var C=function(e){Object.assign(j,e);j.length=s.length;S.notifyListeners(j.location,j.action)};var _=function(){var e=y();var t=m(e);if(e!==t){w(t)}else{var i=x();var a=j.location;if(!n&&Ee(a,i)){return}if(r===xe(i)){return}r=null;I(i)}};var I=function(e){if(n){n=false;C()}else{var t="POP";S.confirmTransitionTo(e,t,f,(function(n){if(n){C({action:t,location:e})}else{F(e)}}))}};var F=function(e){var t=j.location;var r=A.lastIndexOf(xe(t));var i=A.lastIndexOf(xe(e));if(r===-1){r=0}if(i===-1){i=0}var a=r-i;if(a){n=true;M(a)}};var T=y();var E=m(T);if(T!==E){w(E)}var k=x();var A=[xe(k)];var N=function(e){return"#"+m(h+xe(e))};var P=function(e,t){ii(t===undefined,"Hash history cannot push state; it is ignored");var n="PUSH";var i=ke(e,undefined,_e(c),j.location);S.confirmTransitionTo(i,n,f,(function(e){if(!e){return}var t=xe(i);var a=m(h+t);var o=y()!==a;if(o){r=t;b(a);var s=A.lastIndexOf(xe(j.location));var u=A.slice(0,s===-1?0:s+1);u.push(t);A=u;C({action:n,location:i})}else{ii(false,"Hash history cannot PUSH the same path; a new entry will not be added to the history stack");C()}}))};var D=function(e,t){ii(t===undefined,"Hash history cannot replace state; it is ignored");var n="REPLACE";var i=ke(e,undefined,_e(c),j.location);S.confirmTransitionTo(i,n,f,(function(e){if(!e){return}var t=xe(i);var a=m(h+t);var o=y()!==a;if(o){r=t;w(a)}var s=A.indexOf(xe(j.location));if(s!==-1){A[s]=t}C({action:n,location:i})}))};var M=function(e){ii(u,"Hash history go(n) causes a full page reload in this browser");s.go(e)};var R=function(){return M(-1)};var O=function(){return M(1)};var L=function(e,t){i+=t;if(i===1){e.addEventListener(li,_)}else if(i===0){e.removeEventListener(li,_)}};var U=function(t){if(t===void 0){t=""}var n=S.setPrompt(t);if(!a){L(e,1);a=true}return function(){if(a){a=false;L(e,-1)}return n()}};var B=function(t){var n=S.appendListener(t);L(e,1);return function(){L(e,-1);n()}};var j={length:s.length,action:"POP",location:k,createHref:N,push:P,replace:D,go:M,goBack:R,goForward:O,block:U,listen:B,win:e};return j};var pi=function(e,t){var n=e.pathname.indexOf(t)==0?"/"+e.pathname.slice(t.length):e.pathname;return Object.assign({},e,{pathname:n})};var hi={browser:ci,hash:di};var vi=e("stencil_router",function(){function e(e){var n=this;t(this,e);this.root="/";this.historyType="browser";this.titleSuffix="";this.routeViewsUpdated=function(e){if(e===void 0){e={}}if(n.history&&e.scrollToId&&n.historyType==="browser"){var t=n.history.win.document.getElementById(e.scrollToId);if(t){return t.scrollIntoView()}}n.scrollTo(e.scrollTopOffset||n.scrollTopOffset)};this.isServer=l(this,"isServer");this.queue=l(this,"queue")}e.prototype.componentWillLoad=function(){var e=this;this.history=hi[this.historyType](this.el.ownerDocument.defaultView);this.history.listen((function(t){t=pi(t,e.root);e.location=t}));this.location=pi(this.history.location,this.root)};e.prototype.scrollTo=function(e){var t=this.history;if(e==null||this.isServer||!t){return}if(t.action==="POP"&&Array.isArray(t.location.scrollPosition)){return this.queue.write((function(){if(t&&t.location&&Array.isArray(t.location.scrollPosition)){t.win.scrollTo(t.location.scrollPosition[0],t.location.scrollPosition[1])}}))}return this.queue.write((function(){t.win.scrollTo(0,e)}))};e.prototype.render=function(){if(!this.location||!this.history){return}var e={historyType:this.historyType,location:this.location,titleSuffix:this.titleSuffix,root:this.root,history:this.history,routeViewsUpdated:this.routeViewsUpdated};return n(T.Provider,{state:e},n("slot",null))};Object.defineProperty(e.prototype,"el",{get:function(){return c(this)},enumerable:false,configurable:true});return e}());var mi="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 gi=e("super_selection_app",function(){function e(e){t(this,e);this.stepSubmitSuccess=s(this,"step-completion",7);this.successPageAcknowledged=s(this,"successPageAcknowledged",5);this.initialised=s(this,"initialised",7);this.isSelfHosted=false;this.isAppInitialised=false}e.prototype.componentWillLoad=function(){return __awaiter(this,void 0,void 0,(function(){var e,t,n;var r=this;return __generator(this,(function(i){e=mt.fromNullable(this.accessToken);if(mt.isNone(e)){throw Error("jwt property is missing.")}Pt.state.jwt=e;t=mt.fromNullable(this.backendUrl);if(mt.isNone(t)){throw Error("apiBaseUrl property is missing.")}Pt.state.apiBaseUrl=mt.some(t.value.replace(/\/$/,"")+"/");n=mt.fromNullable(this.appBaseUrl);if(mt.isNone(n)){throw Error("appBaseUrl property is missing.")}Pt.state.appBaseUrl=mt.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=mt.fromNullable(this.ignoreExistingSelection);n=mt.isSome(t)&&t.value;if(mt.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=mt.fromNullable(e)};e.prototype.onRouteChange=function(){window===null||window===void 0?void 0:window.scroll(0,0)};e.prototype.render=function(){return n(o,null,n("link",{rel:"stylesheet",href:a("apollo-super-selection.css"),media:"all"}),this.renderAppContent())};e.prototype.isFundJoinPage=function(){return window.location.pathname.includes(Wt.SlateJoin)||window.location.pathname.includes(Wt.PromotedFundJoinV1)||window.location.pathname.includes(Wt.PromotedFundJoinV2)};e.prototype.getFooterTextOverride=function(){return Wn(fr.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(gi);gi.style=mi;var yi=[];var bi=function(){return yi.some((function(e){return e.activeTargets.length>0}))};var wi=function(){return yi.some((function(e){return e.skippedTargets.length>0}))};var xi="ResizeObserver loop completed with undelivered notifications.";var Si=function(){var e;if(typeof ErrorEvent==="function"){e=new ErrorEvent("error",{message:xi})}else{e=document.createEvent("Event");e.initEvent("error",false,false);e.message=xi}window.dispatchEvent(e)};var Ci;(function(e){e["BORDER_BOX"]="border-box";e["CONTENT_BOX"]="content-box";e["DEVICE_PIXEL_CONTENT_BOX"]="device-pixel-content-box"})(Ci||(Ci={}));var _i=function(e){return Object.freeze(e)};var Ii=function(){function e(e,t){this.inlineSize=e;this.blockSize=t;_i(this)}return e}();var Fi=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 _i(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 Ti=function(e){return e instanceof SVGElement&&"getBBox"in e};var Ei=function(e){if(Ti(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 ki=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 Ai=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 Ni=typeof window!=="undefined"?window:{};var Pi=new WeakMap;var Di=/auto|scroll/;var Mi=/^tb|vertical/;var Ri=/msie|trident/i.test(Ni.navigator&&Ni.navigator.userAgent);var Oi=function(e){return parseFloat(e||"0")};var Li=function(e,t,n){if(e===void 0){e=0}if(t===void 0){t=0}if(n===void 0){n=false}return new Ii((n?t:e)||0,(n?e:t)||0)};var Ui=_i({devicePixelContentBoxSize:Li(),borderBoxSize:Li(),contentBoxSize:Li(),contentRect:new Fi(0,0,0,0)});var Bi=function(e,t){if(t===void 0){t=false}if(Pi.has(e)&&!t){return Pi.get(e)}if(Ei(e)){Pi.set(e,Ui);return Ui}var n=getComputedStyle(e);var r=Ti(e)&&e.ownerSVGElement&&e.getBBox();var i=!Ri&&n.boxSizing==="border-box";var a=Mi.test(n.writingMode||"");var o=!r&&Di.test(n.overflowY||"");var s=!r&&Di.test(n.overflowX||"");var u=r?0:Oi(n.paddingTop);var c=r?0:Oi(n.paddingRight);var l=r?0:Oi(n.paddingBottom);var f=r?0:Oi(n.paddingLeft);var d=r?0:Oi(n.borderTopWidth);var p=r?0:Oi(n.borderRightWidth);var h=r?0:Oi(n.borderBottomWidth);var v=r?0:Oi(n.borderLeftWidth);var m=f+c;var g=u+l;var y=v+p;var b=d+h;var w=!s?0:e.offsetHeight-b-e.clientHeight;var x=!o?0:e.offsetWidth-y-e.clientWidth;var S=i?m+y:0;var C=i?g+b:0;var _=r?r.width:Oi(n.width)-S-x;var I=r?r.height:Oi(n.height)-C-w;var F=_+m+x+y;var T=I+g+w+b;var E=_i({devicePixelContentBoxSize:Li(Math.round(_*devicePixelRatio),Math.round(I*devicePixelRatio),a),borderBoxSize:Li(F,T,a),contentBoxSize:Li(_,I,a),contentRect:new Fi(f,u,_,I)});Pi.set(e,E);return E};var ji=function(e,t,n){var r=Bi(e,n),i=r.borderBoxSize,a=r.contentBoxSize,o=r.devicePixelContentBoxSize;switch(t){case Ci.DEVICE_PIXEL_CONTENT_BOX:return o;case Ci.BORDER_BOX:return i;default:return a}};var Vi=function(){function e(e){var t=Bi(e);this.target=e;this.contentRect=t.contentRect;this.borderBoxSize=_i([t.borderBoxSize]);this.contentBoxSize=_i([t.contentBoxSize]);this.devicePixelContentBoxSize=_i([t.devicePixelContentBoxSize])}return e}();var qi=function(e){if(Ei(e)){return Infinity}var t=0;var n=e.parentNode;while(n){t+=1;n=n.parentNode}return t};var zi=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 Vi(n.target);var a=qi(n.target);i.push(r);n.lastReportedSize=ji(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 Hi=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(qi(r.target)>e){n.activeTargets.push(r)}else{n.skippedTargets.push(r)}}}))}))};var Wi=function(){var e=0;Hi(e);while(bi()){e=zi();Hi(e)}if(wi()){Si()}return e>0};var Gi;var Ki=[];var Xi=function(){return Ki.splice(0).forEach((function(e){return e()}))};var Ji=function(e){if(!Gi){var t=0;var n=document.createTextNode("");var r={characterData:true};new MutationObserver((function(){return Xi()})).observe(n,r);Gi=function(){n.textContent=""+(t?t--:t++)}}Ki.push(e);Gi()};var Yi=function(e){Ji((function t(){requestAnimationFrame(e)}))};var $i=0;var Qi=function(){return!!$i};var Zi=250;var ea={attributes:true,characterData:true,childList:true,subtree:true};var ta=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"];var na=function(e){if(e===void 0){e=0}return Date.now()+e};var ra=false;var ia=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=Zi}if(ra){return}ra=true;var n=na(e);Yi((function(){var r=false;try{r=Wi()}finally{ra=false;e=n-na();if(!Qi()){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,ea)};document.body?t():Ni.addEventListener("DOMContentLoaded",t)};e.prototype.start=function(){var e=this;if(this.stopped){this.stopped=false;this.observer=new MutationObserver(this.listener);this.observe();ta.forEach((function(t){return Ni.addEventListener(t,e.listener,true)}))}};e.prototype.stop=function(){var e=this;if(!this.stopped){this.observer&&this.observer.disconnect();ta.forEach((function(t){return Ni.removeEventListener(t,e.listener,true)}));this.stopped=true}};return e}();var aa=new ia;var oa=function(e){!$i&&e>0&&aa.start();$i+=e;!$i&&aa.stop()};var sa=function(e){return!Ti(e)&&!Ai(e)&&getComputedStyle(e).display==="inline"};var ua=function(){function e(e,t){this.target=e;this.observedBox=t||Ci.CONTENT_BOX;this.lastReportedSize={inlineSize:0,blockSize:0}}e.prototype.isActive=function(){var e=ji(this.target,this.observedBox,true);if(sa(this.target)){this.lastReportedSize=e}if(this.lastReportedSize.inlineSize!==e.inlineSize||this.lastReportedSize.blockSize!==e.blockSize){return true}return false};return e}();var ca=function(){function e(e,t){this.activeTargets=[];this.skippedTargets=[];this.observationTargets=[];this.observer=e;this.callback=t}return e}();var la=new WeakMap;var fa=function(e,t){for(var n=0;n<e.length;n+=1){if(e[n].target===t){return n}}return-1};var da=function(){function e(){}e.connect=function(e,t){var n=new ca(e,t);la.set(e,n)};e.observe=function(e,t,n){var r=la.get(e);var i=r.observationTargets.length===0;if(fa(r.observationTargets,t)<0){i&&yi.push(r);r.observationTargets.push(new ua(t,n&&n.box));oa(1);aa.schedule()}};e.unobserve=function(e,t){var n=la.get(e);var r=fa(n.observationTargets,t);var i=n.observationTargets.length===1;if(r>=0){i&&yi.splice(yi.indexOf(n),1);n.observationTargets.splice(r,1);oa(-1)}};e.disconnect=function(e){var t=this;var n=la.get(e);n.observationTargets.slice().forEach((function(n){return t.unobserve(e,n.target)}));n.activeTargets.splice(0,n.activeTargets.length)};return e}();var pa=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.")}da.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(!ki(e)){throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element")}da.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(!ki(e)){throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element")}da.unobserve(this,e)};e.prototype.disconnect=function(){da.disconnect(this)};e.toString=function(){return"function ResizeObserver () { [polyfill code] }"};return e}();var ha=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();Er.update({appConfiguration:mt.fromNullable(e)});return[2]}}))}))};e.prototype.resolveRootUrl=function(){var e=mt.fromNullable(window.location.pathname.match(/^\/super-selection\/embed\/v1.0\/app/));if(mt.isNone(e)){throw Error("Unsupported host URL")}return e.value[0]+"/"};return e}();var va=new ha;var ma=function(){function e(){this.ignoreExistingSelectionQueryParameter="ignoreExistingSelection"}e.prototype.init=function(e){var t=new URLSearchParams(e);var n=mt.fromNullable(t.get(this.ignoreExistingSelectionQueryParameter));var r=mt.fold((function(){return false}),(function(e){return e==="true"}))(n);Er.update({ignoreExistingSelection:r})};return e}();var ga=new ma;var ya="function";var ba="object";var wa="undefined";var xa="prototype";var Sa="hasOwnProperty";function Ca(){if(typeof globalThis!==wa&&globalThis){return globalThis}if(typeof self!==wa&&self){return self}if(typeof window!==wa&&window){return window}if(typeof global!==wa&&global){return global}return null}function _a(e){var t=Object["create"];if(t){return t(e)}if(e==null){return{}}var n=typeof e;if(n!==ba&&n!==ya){throw new TypeError("Object prototype may only be an Object:"+e)}function r(){}r[xa]=e;return new r}function Ia(e){for(var t,n=1,r=arguments.length;n<r;n++){t=arguments[n];for(var i in t){if(Object[xa][Sa].call(t,i)){e[i]=t[i]}}}return e}var Fa=function(e,t){Fa=Object["setPrototypeOf"]||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t){if(t[Sa](n)){e[n]=t[n]}}};return Fa(e,t)};function Ta(e,t){Fa(e,t);function n(){this.constructor=e}e[xa]=t===null?_a(t):(n[xa]=t[xa],new n)}var Ea=Ca()||{};(function(e,t,n){if(!e.__assign){e.__assign=Object.assign||t}if(!e.__extends){e.__extends=n}})(Ea,Ia,Ta);if(!__assign){__assign=Ea.__assign}if(!__extends){__extends=Ea.__extends}var ka={Unknown:0,NonRetryableStatus:1,InvalidEvent:2,SizeLimitExceeded:3,KillSwitch:4,QueueFull:5};var Aa=wa;var Na=ba;var Pa=xa;var Da=ya;var Ma="window";var Ra="document";var Oa="navigator";var La="history";var Ua="location";var Ba="console";var ja="performance";var Va="JSON";var qa="crypto";var za="msCrypto";var Ha="ReactNative";var Wa=Ca;function Ga(e){var t=Wa();if(t&&t[e]){return t[e]}if(e===Ma&&Ka()){return window}return null}function Ka(){return Boolean(typeof window===Na&&window)}function Xa(){if(Ka()){return window}return Ga(Ma)}function Ja(){return Boolean(typeof document===Na&&document)}function Ya(){if(Ja()){return document}return Ga(Ra)}function $a(){return Boolean(typeof navigator===Na&&navigator)}function Qa(){if($a()){return navigator}return Ga(Oa)}function Za(){return Boolean(typeof history===Na&&history)}function eo(){if(Za()){return history}return Ga(La)}function to(){if(typeof location===Na&&location){return location}return Ga(Ua)}function no(){if(typeof console!==Aa){return console}return Ga(Ba)}function ro(){return Ga(ja)}function io(){return Boolean(typeof JSON===Na&&JSON||Ga(Va)!==null)}function ao(){if(io()){return JSON||Ga(Va)}return null}function oo(){return Ga(qa)}function so(){return Ga(za)}function uo(){var e=Qa();if(e&&e.product){return e.product===Ha}return false}var co="on";var lo="attachEvent";var fo="addEventListener";var po="detachEvent";var ho="removeEventListener";var vo=4294967296;var mo=4294967295;var go=null;var yo=false;var bo=123456789;var wo=987654321;function xo(e){if(e<0){e>>>=0}bo=123456789+e&mo;wo=987654321-e&mo;yo=true}function So(){xo(Math.random()*vo^(new Date).getTime())}function Co(e,t){return typeof e===t}function _o(e){return Co(e,wa)||e===undefined}function Io(e){return _o(e)||e===null}function Fo(e,t){return e&&Object[xa].hasOwnProperty.call(e,t)}function To(e){return Co(e,ba)}function Eo(e){return Co(e,ya)}function ko(e,t,n,r){if(r===void 0){r=false}var i=false;if(!Io(e)){try{if(!Io(e[fo])){e[fo](t,n,r);i=true}else if(!Io(e[lo])){e[lo](co+t,n);i=true}}catch(e){}}return i}function Ao(e,t,n,r){if(r===void 0){r=false}if(!Io(e)){try{if(!Io(e[ho])){e[ho](t,n,r)}else if(!Io(e[po])){e[po](co+t,n)}}catch(e){}}}function No(e){var t=e;var n=/([^\w\d_$])/g;if(n.test(e)){t=e.replace(n,"_")}return t}function Po(e,t){if(e&&To(e)){for(var n in e){if(Fo(e,n)){t.call(e,n,e[n])}}}}var Do=function(){function e(){}e.isDate=function(e){return Object[xa].toString.call(e)==="[object Date]"};e.isArray=function(e){return Object[xa].toString.call(e)==="[object Array]"};e.isError=function(e){return Object[xa].toString.call(e)==="[object Error]"};e.isString=function(e){return Co(e,"string")};e.isNumber=function(e){return Co(e,"number")};e.isBoolean=function(e){return Co(e,"boolean")};e.disableCookies=function(){e._canUseCookies=false};e.newGuid=function(){function t(){return e.randomValue(15)}return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(Mo,(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(!Eo(e)&&(!To(e)||e===null)){throw new TypeError("objKeys called on non-object")}var n=[];for(var r in e){if(Fo(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(Fo(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=Xa();if(r){n=ko(r,e,t);n=ko(r["body"],e,t)||n}var i=Ya();if(i){n=Ro.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=ro();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(go===null){var e=Qa()||{};var t=(e.userAgent||"").toLowerCase();go=t.indexOf("msie")!==-1||t.indexOf("trident/")!==-1}return go};e.randomValue=function(t){if(t>0){return Math.floor(e.random32()/mo*(t+1))>>>0}return 0};e.random32=function(t){var n;var r=oo()||so();if(r&&r.getRandomValues){n=r.getRandomValues(new Uint32Array(1))[0]&mo}else if(e.isIE()){if(!yo){So()}n=e.mwcRandom32()&mo}else{n=Math.floor(vo*Math.random()|0)}if(!t){n>>>=0}return n};e.mwcRandomSeed=function(e){if(!e){So()}else{xo(e)}};e.mwcRandom32=function(e){wo=36969*(wo&65535)+(wo>>16)&mo;bo=18e3*(bo&65535)+(bo>>16)&mo;var t=(wo<<16)+(bo&65535)>>>0&mo|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=Co;e.isUndefined=_o;e.isNullOrUndefined=Io;e.hasOwnProperty=Fo;e.isFunction=Eo;e.isObject=To;e.objCreate=_a;return e}();var Mo=/[xy]/g;var Ro=function(){function e(){}e.Attach=ko;e.AttachEvent=ko;e.Detach=Ao;e.DetachEvent=Ao;return e}();var Oo;(function(e){e[e["CRITICAL"]=1]="CRITICAL";e[e["WARNING"]=2]="WARNING"})(Oo||(Oo={}));var Lo={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 Uo="constructor";var Bo="prototype";var jo="function";var Vo="_dynInstFuncs";var qo="_isDynProxy";var zo="_dynClass";var Ho="_dynCls$";var Wo="_dynInstChk";var Go=Wo;var Ko="_dfOpts";var Xo="_unknown_";var Jo="__proto__";var Yo="useBaseInst";var $o="setInstFuncs";var Qo=Object["getPrototypeOf"];var Zo=0;function es(e,t){return e&&Object[Bo].hasOwnProperty.call(e,t)}function ts(e){return typeof e===jo}function ns(e){return e&&(e===Object[Bo]||e===Array[Bo])}function rs(e){return ns(e)||e===Function[Bo]}function is(e){if(e){if(Qo){return Qo(e)}var t=e[Jo]||e[Bo]||e[Uo];if(t){return t}}return null}function as(e,t,n){return t!==Uo&&ts(e[t])&&(n||es(e,t))}function os(e){throw new TypeError("DynamicProto: "+e)}function ss(e){var t={};for(var n in e){if(!t[n]&&as(e,n,false)){t[n]=e[n]}}return t}function us(e,t){for(var n=e.length-1;n>=0;n--){if(e[n]===t){return true}}return false}function cs(e,t,n,r){function i(e,t,n){var i=t[o];if(i[qo]&&r){var a=e[Vo]||{};if(a[Go]!==false){i=(a[t[zo]]||{})[n]||i}}return function(){return i.apply(e,arguments)}}var a={};for(var o in n){a[o]=i(t,n,o)}var s=is(e);var u=[];while(s&&!rs(s)&&!us(u,s)){for(var o in s){if(!a[o]&&as(s,o,!Qo)){a[o]=i(t,s,o)}}u.push(s);s=is(s)}return a}function ls(e,t,n,r){var i=null;if(e&&es(n,zo)){var a=e[Vo]||{};i=(a[n[zo]]||{})[t];if(!i){os("Missing ["+t+"] "+jo)}if(!i[Wo]&&a[Go]!==false){var o=!es(e,t);var s=is(e);var u=[];while(o&&s&&!rs(s)&&!us(u,s)){var c=s[t];if(c){o=c===r;break}u.push(s);s=is(s)}try{if(o){e[t]=i}i[Wo]=1}catch(e){a[Go]=false}}}return i}function fs(e,t,n){var r=t[e];if(r===n){r=is(t)[e]}if(!ts(r)){os("["+e+"] is not a "+jo)}return r}function ds(e,t,n,r,i){function a(e,t){var n=function(){var r=ls(this,t,e,n)||fs(t,e,n);return r.apply(this,arguments)};n[qo]=1;return n}if(!ns(e)){var o=n[Vo]=n[Vo]||{};var s=o[t]=o[t]||{};if(o[Go]!==false){o[Go]=!!i}for(var u in n){if(as(n,u,false)&&n[u]!==r[u]){s[u]=n[u];delete n[u];if(!es(e,u)||e[u]&&!e[u][qo]){e[u]=a(e,u)}}}}}function ps(e,t){var n=is(t);while(n&&!rs(n)){if(n===e){return true}n=is(n)}return false}function hs(e,t){if(es(e,Bo)){return e.name||t||Xo}return((e||{})[Uo]||{}).name||t||Xo}function vs(e,t,n,r){if(!es(e,Bo)){os("theClass is an invalid class definition.")}var i=e[Bo];if(!ps(i,t)){os("["+hs(e)+"] is not in class hierarchy of ["+hs(t)+"]")}var a=null;if(es(i,zo)){a=i[zo]}else{a=Ho+hs(e,"_")+"$"+Zo;Zo++;i[zo]=a}var o=vs[Ko];var s=!!o[Yo];if(s&&r&&r[Yo]!==undefined){s=!!r[Yo]}var u=ss(t);var c=cs(i,t,u,s);n(t,c);var l=!!Qo&&!!o[$o];if(l&&r){l=!!r[$o]}ds(i,a,t,u,l!==false)}var ms={setInstFuncs:true,useBaseInst:true};vs[Ko]=ms;var gs="AI (Internal): ";var ys="AI: ";var bs="AITR_";function ws(e){if(e){return'"'+e.replace(/\"/g,"")+'"'}return""}var xs=function(){function e(e,t,n,r){if(n===void 0){n=false}var i=this;i.messageId=e;i.message=(n?ys:gs)+e;var a="";if(io()){a=ao().stringify(r)}var o=(t?" message:"+ws(t):"")+(r?" props:"+ws(a):"");i.message+=o}e.dataType="MessageData";return e}();var Ss=function(){function e(t){this.identifier="DiagnosticLogger";this.queue=[];var n=0;var r={};vs(e,this,(function(e){var i=Do.isNullOrUndefined;var a=Do.isUndefined;var o=Do.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 xs(n,i,s,o);if(e.enableDebugExceptions()){throw u}else{if(!a(u)&&!!u){if(!a(u.message)){if(s){var c=+u.messageId;if(!r[c]&&e.consoleLoggingLevel()>=Oo.WARNING){e.warnToConsole(u.message);r[c]=true}}else{if(e.consoleLoggingLevel()>=Oo.WARNING){e.warnToConsole(u.message)}}e.logInternalMessage(t,u)}}}};e.warnToConsole=function(e){var t=no();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=bs+i.messageId;if(r[o]){a=false}else{r[o]=true}if(a){if(t<=e.telemetryLoggingLevel()){e.queue.push(i);n++}if(n===e.maxInternalMessageLimit()){var s="Internal events throttle limit per PageView reached for this app.";var c=new xs(Lo.MessageLimitPerPVExceeded,s,false);e.queue.push(c);e.warnToConsole(s)}}};function s(e,n){var r=t[e];if(!i(r)){return r}return n}function u(){return n>=e.maxInternalMessageLimit()}}))}e.prototype.enableDebugExceptions=function(){return false};e.prototype.consoleLoggingLevel=function(){return 0};e.prototype.telemetryLoggingLevel=function(){return 1};e.prototype.maxInternalMessageLimit=function(){return 25};e.prototype.throwInternal=function(e,t,n,r,i){};e.prototype.warnToConsole=function(e){};e.prototype.resetInternalMessageCount=function(){};e.prototype.logInternalMessage=function(e,t){};return e}();var Cs="ctx";var _s=function(){function e(t,n,r){var i=this;var a=false;i.start=Do.dateNow();i.name=t;i.isAsync=r;i.isChildEvt=function(){return false};if(Do.isFunction(n)){var o;a=Do.objDefineAccessors(i,"payload",(function(){if(!o&&Do.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[Cs]||{})[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[Cs]=i[Cs]||{};r[t]=n}}};i.complete=function(){var t=0;var r=i.getCtx(e.ChildrenContextKey);if(Do.isArray(r)){for(var o=0;o<r.length;o++){var s=r[o];if(s){t+=s.time}}}i.time=Do.dateNow()-i.start;i.exTime=i.time-t;i.complete=function(){};if(!a&&Do.isFunction(n)){i.payload=n()}}}e.ParentContextKey="parent";e.ChildrenContextKey="childEvts";return e}();var Is=function(){function e(t){this.ctx={};vs(e,this,(function(e){e.create=function(e,t,n){return new _s(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[Cs]=e[Cs]||{};r[t]=n}};e.getCtx=function(t){return(e[Cs]||{})[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 Fs="CoreUtils.doPerf";function Ts(e,t,n,r,i){if(e){var a=e;if(a&&Do.isFunction(a["getPerfMgr"])){a=a["getPerfMgr"]()}if(a){var o=void 0;var s=a.getCtx(Fs);try{o=a.create(t(),r,i);if(o){if(s&&o.setCtx){o.setCtx(_s.ParentContextKey,s);if(s.getCtx&&s.setCtx){var u=s.getCtx(_s.ChildrenContextKey);if(!u){u=[];s.setCtx(_s.ChildrenContextKey,u)}u.push(o)}}a.setCtx(Fs,o);return n(o)}}catch(e){if(o&&o.setCtx){o.setCtx("exception",e)}}finally{if(o){a.fire(o)}a.setCtx(Fs,s)}}}return n()}var Es=Do.isFunction;var ks=function(){function e(e,t){var n=this;var r=null;var i=Es(e.processTelemetry);var a=Es(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";Ts(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(Oo.CRITICAL,Lo.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 As=Do.isNullOrUndefined;function Ns(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&&Do.isFunction(a.processTelemetry)){var o=new ks(a,t);n.push(o);if(r){r.setNext(o)}r=o}}}return n.length>0?n[0]:null}function Ps(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 Ns(r,t)}function Ds(e,t,n){var r=e;var i=false;if(n&&e){r=[];Do.arrForEach(e,(function(e){if(i||e===n){i=true;r.push(e)}}))}if(n&&!i){if(!r){r=[]}r.push(n)}return Ns(r,t)}var Ms=function(){function e(t,n,r,i){var a=this;var o=null;if(i!==null){if(t&&Do.isFunction(t.getPlugin)){o=Ps(t,a,i||t.getPlugin())}else{if(i){o=Ds(t,a,i)}else if(Do.isUndefined(i)){o=Ns(t,a)}}}a.core=function(){return r};a.diagLog=function(){var e=(r||{}).logger;if(!e){e=new Ss(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&&!As(o[t])){i=o[t]}else if(n&&!As(n[t])){i=n[t]}return!As(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 Rs=Do.isFunction;var Os="getPlugin";var Ls=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&&Rs(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 Ms(null,{},e.core);if(r&&r[Os]){i=a.createNew(null,r[Os])}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[Os]){u=r[Os]()}e.core=a;n=new Ms(s,i,a,u);t=true}}e.prototype.initialize=function(e,t,n,r){this._baseTelInit(e,t,n,r)};return e}();var Us=Do.isFunction;var Bs="processTelemetry";var js="priority";var Vs="setNextPlugin";var qs="isInitialized";function zs(e,t){var n=[];var r=null;var i=e.getNext();while(i){var a=i.getPlugin();if(a){if(r&&Us(r[Vs])&&Us(a[Bs])){r[Vs](a)}if(!Us(a[qs])||!a[qs]()){n.push(a)}r=a;i=i.getNext()}}Do.arrForEach(n,(function(n){n.initialize(e.getCfg(),e.core(),t,e.getNext())}))}function Hs(e){return e.sort((function(e,t){var n=0;var r=Us(t[Bs]);if(Us(e[Bs])){n=r?e[js]-t[js]:1}else if(r){n=-1}return n}))}var Ws=500;var Gs="Channel has invalid priority";var Ks=Do.objDefineAccessors;var Xs=function(e){__extends(t,e);function t(){var n=e.call(this)||this;n.identifier="ChannelControllerPlugin";n.priority=Ws;var r=Do.arrForEach;var i;vs(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){Do.disableCookies()}s((n||{}).channels,o);r(i,(function(e){return zs(new Ms(e,n,a),o)}))}}));function a(e){r(e,(function(e){if(e.priority<Ws){throw Error(Gs+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>Ws){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(){Ks(t.prototype,"ChannelControls",t.prototype.getChannelControls);Ks(t.prototype,"channelQueue",t.prototype.getChannelControls)}();return t}(Ls);var Js="Extensions must provide callback to initialize";var Ys=Do.arrForEach;var $s=Do.isNullOrUndefined;var Qs="_notificationManager";var Zs=function(){function e(){var t=false;var n;var r;var i;var a;vs(e,this,(function(e){e._extensions=new Array;r=new Xs;e.logger=Do.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||$s(n.instrumentationKey)){throw Error("Please provide instrumentation key")}i=s;e[Qs]=s;e.config=n||{};n.extensions=$s(n.extensions)?[]:n.extensions;var u=n.extensionConfig=$s(n.extensionConfig)?{}:n.extensionConfig;u.NotificationManager=s;if(o){e.logger=o}var c=[];c.push.apply(c,a.concat(n.extensions));c=Hs(c);var l=[];var f={};Ys(c,(function(e){if($s(e)||$s(e.initialize)){throw Error(Js)}var t=e.priority;var n=e.identifier;if(e&&t){if(!$s(f[t])){o.warnToConsole("Two extensions have same priority #"+t+" - "+f[t]+", "+n)}else{f[t]=n}}if(!t||t<r.priority){l.push(e)}}));c.push(r);l.push(r);c=Hs(c);e._extensions=c;zs(new Ms([r],n,e),c);zs(new Ms(l,n,e),c);e._extensions=l;if(e.getTransmissionControls().length===0){throw new Error("No channels available")}t=true;e.releaseQueue()};e.getTransmissionControls=function(){return r.getChannelControls()};e.track=function(t){if(!t.iKey){t.iKey=e.config.instrumentationKey}if(!t.time){t.time=Do.toISOString(new Date)}if($s(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 Ms(n,e.config,e)};e.getNotifyMgr=function(){if(!i){i=Do.objCreate({addNotificationListener:function(e){},removeNotificationListener:function(e){},eventsSent:function(e){},eventsDiscarded:function(e,t){},eventsSendRequest:function(e,t){}});e[Qs]=i}return i};e.getPerfMgr=function(){if(!a){if(e.config&&e.config.enablePerfMgr){a=new Is(e.getNotifyMgr())}}return a};e.setPerfMgr=function(e){a=e};e.eventCnt=function(){return n.length};e.releaseQueue=function(){if(n.length>0){Ys(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 eu=function(){function e(t){this.listeners=[];var n=Do.arrForEach;var r=!!(t||{}).perfEvtsSendAll;vs(e,this,(function(e){e.addNotificationListener=function(t){e.listeners.push(t)};e.removeNotificationListener=function(t){var n=Do.arrIndexOf(e.listeners,t);while(n>-1){e.listeners.splice(n,1);n=Do.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 tu=function(e){__extends(t,e);function t(){var n=e.call(this)||this;vs(t,n,(function(e,t){e.initialize=function(e,n,r,i){t.initialize(e,n,r||new Ss(e),i||new eu(e))};e.track=function(i){Ts(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:[];Do.arrForEach(n,(function(n){var r={name:t?t:"InternalMessageId: "+n.messageId,iKey:e.config.instrumentationKey,time:Do.toISOString(new Date),baseType:xs.dataType,baseData:{message:n.message}};e.track(r)}));n.length=0}),n)};function n(e){if(Do.isNullOrUndefined(e.name)){r(e);throw Error("telemetry name required")}}function r(t){var n=e.getNotifyMgr();if(n){n.eventsDiscarded([t],ka.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}(Zs);var nu="_aiHooks";var ru=["req","rsp","hkErr","fnErr"];var iu="__proto__";var au="constructor";function ou(e,t){if(e){for(var n=0;n<e.length;n++){if(t(e[n],n)){break}}}}function su(e,t,n,r,i){if(i>=0&&i<=2){ou(e,(function(e,a){var o=e.cbks;var s=o[ru[i]];if(s){t.ctx=function(){var e=r[a]=r[a]||{};return e};try{s.apply(t.inst,n)}catch(e){var u=t.err;try{var c=o[ru[2]];if(c){t.err=e;c.apply(t.inst,n)}}catch(e){}finally{t.err=u}}}}))}}function uu(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){ou(t,(function(t){e.push(t)}));return e}function u(e,t){n=s([],n);n[e]=t;o=s([i],n)}su(r,i,o,a,0);var c=e.f;try{i.rslt=c.apply(t,n)}catch(e){i.err=e;su(r,i,o,a,3);throw e}su(r,i,o,a,1);return i.rslt}}var cu=Object["getPrototypeOf"];function lu(e){if(e){if(cu){return cu(e)}var t=e[iu]||e[Pa]||e[au];if(t){return t}}return null}function fu(e,t,n){var r=null;if(e){if(Do.hasOwnProperty(e,t)){r=e}else if(n){r=fu(lu(e),t,false)}}return r}function du(e,t,n){if(e){return pu(e[Pa],t,n,false)}return null}function pu(e,t,n,r){if(r===void 0){r=true}if(e&&t&&n){var i=fu(e,t,r);if(i){var a=i[t];if(typeof a===Da){var o=a[nu];if(!o){o={i:0,n:t,f:a,h:[]};var s=uu(o);s[nu]=o;i[t]=s}var u={id:o.i,cbks:n,rm:function(){var e=this.id;ou(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 hu;(function(e){e[e["LocalStorage"]=0]="LocalStorage";e[e["SessionStorage"]=1]="SessionStorage"})(hu||(hu={}));var vu;(function(e){e[e["Default"]=0]="Default";e[e["Required"]=1]="Required";e[e["Array"]=2]="Array";e[e["Hidden"]=4]="Hidden"})(vu||(vu={}));var mu;(function(e){e[e["AI"]=0]="AI";e[e["AI_AND_W3C"]=1]="AI_AND_W3C";e[e["W3C"]=2]="W3C"})(mu||(mu={}));var gu=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(Oo.WARNING,Lo.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(Oo.WARNING,Lo.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,Lo.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(Oo.WARNING,Lo.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(Oo.WARNING,Lo.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={};Po(n,(function(n,i){if(Do.isObject(i)&&io()){try{i=ao().stringify(i)}catch(e){t.throwInternal(Oo.WARNING,Lo.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={};Po(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,Lo.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(Oo.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(!Do.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 bu=Qa();var wu=Do.isString;var xu=null;function Su(e,t){var n=e.length;var r=n-t.length;return e.substring(r>=0?r:0,n)===t}var Cu=function(){function e(){}e.createDomEvent=function(e){var t=null;if(Do.isFunction(Event)){t=new Event(e)}else{var n=Ya();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(hu.LocalStorage)}return null};e._getVerifiedStorageObject=function(e){var t=null;var n;var r;try{if(Do.isNullOrUndefined(Wa())){return null}r=new Date;t=e===hu.LocalStorage?Ga("localStorage"):Ga("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(hu.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(Oo.WARNING,Lo.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(Oo.WARNING,Lo.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(Oo.WARNING,Lo.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(hu.SessionStorage)}return null};e.canUseSessionStorage=function(){if(e._canUseSessionStorage===undefined){e._canUseSessionStorage=!!e._getVerifiedStorageObject(hu.SessionStorage)}return e._canUseSessionStorage};e.getSessionStorageKeys=function(){var t=[];if(e.canUseSessionStorage()){Po(Ga("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(Oo.WARNING,Lo.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(Oo.WARNING,Lo.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(Oo.WARNING,Lo.BrowserFailedRemovalFromSessionStorage,"Browser failed removal of session storage item. "+e.getExceptionName(n),{exception:e.dump(n)})}}return false};e.disableCookies=function(){Do.disableCookies()};e.canUseCookies=function(t){if(Do._canUseCookies===undefined){Do._canUseCookies=false;try{Do._canUseCookies=e.document.cookie!==undefined}catch(n){t.throwInternal(Oo.WARNING,Lo.CannotAccessCookie,"Cannot access document.cookie - "+e.getExceptionName(n),{exception:e.dump(n)})}}return Do._canUseCookies};e.disallowsSameSiteNone=function(e){if(!wu(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&&Su(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=to();if(s&&s.protocol==="https:"){o=";secure";if(xu===null){xu=e.disallowsSameSiteNone((Qa()||{}).userAgent)}if(!xu){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 Do.random32(true)};e.getIEVersion=function(e){if(e===void 0){e=null}var t=e?e.toLowerCase():bu?(bu.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[Pa].toString.call(e);var n="";if(t==="[object Error]"){n="{ stack: '"+e.stack+"', message: '"+e.message+"', name: '"+e.name+"'"}else if(io()){n=ao().stringify(e)}return t+n};e.getExceptionName=function(e){var t=Object[Pa].toString.call(e);if(t==="[object Error]"){return e.name}return""};e.addEventHandler=function(e,t){return Ro.Attach(Xa(),e,t)};e.IsBeaconApiSupported=function(){return"sendBeacon"in bu&&bu.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=Ya()||{};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=Do.strTrim;e.newId=Do.newId;e.generateW3CId=Do.generateW3CId;e.isArray=Do.isArray;e.isError=Do.isError;e.isDate=Do.isDate;e.toISOStringForIE8=Do.toISOString;return e}();var _u=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&&wu(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&&wu(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=Ya()||{};e._htmlAnchorIdx=0;e._htmlAnchorElement=[null,null,null,null,null];return e}();var Iu=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=_u.parseUrl(t).host.toLowerCase();if(i&&(i.indexOf(":443")!==-1||i.indexOf(":80")!==-1)){i=(_u.parseFullHost(t,true)||"").toLowerCase()}if((!e||!e.enableCorsCorrelation)&&i!==n){return false}var a=e&&e.correlationHeaderDomains;if(a){var o;Do.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,gu.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 Fu=function(){function e(){}e.ParseDependencyPath=function(e,t,n,r){var i,a=r,o=r;if(t&&t.length>0){var s=_u.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 Tu=function(){function e(){}e.Now=function(){var e=ro();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&&!Do.isNullOrUndefined(e)&&!Do.isNullOrUndefined(t)){n=t-e}return n};return e}();var Eu="Microsoft_ApplicationInsights_BypassAjaxInstrumentation";var ku="sampleRate";var Au="ProcessLegacy";var Nu="http.method";var Pu="https://dc.services.visualstudio.com";var Du=function(){function e(){}e.parse=function(t){if(!t){return{}}var n=t.split(e._FIELDS_SEPARATOR);var r=Do.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(Do.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||Pu}return r};e._FIELDS_SEPARATOR=";";e._FIELD_KEY_VALUE_SEPARATOR="=";return e}();var Mu=function(){function e(){}return e}();var Ru=function(e){__extends(t,e);function t(){return e.call(this)||this}return t}(Mu);var Ou=function(){function e(){this.ver=1;this.sampleRate=100;this.tags={}}return e}();var Lu=function(e){__extends(t,e);function t(t,n,r){var i=e.call(this)||this;i.name=yu.sanitizeString(t,r)||Cu.NotSpecified;i.data=n;i.time=Do.toISOString(new Date);i.aiDataContract={time:vu.Required,iKey:vu.Required,name:vu.Required,sampleRate:function(){return i.sampleRate===100?vu.Hidden:vu.Required},tags:vu.Required,data:vu.Required};return i}return t}(Ou);var Uu=function(){function e(){}return e}();var Bu=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.ver=2;t.properties={};t.measurements={};return t}return t}(Uu);var ju=function(e){__extends(t,e);function t(t,n,r,i){var a=e.call(this)||this;a.aiDataContract={ver:vu.Required,name:vu.Required,properties:vu.Default,measurements:vu.Default};a.name=yu.sanitizeString(t,n)||Cu.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}(Bu);var Vu=function(){function e(){}return e}();var qu=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}(Uu);var zu=function(){function e(){this.hasFullStack=true;this.parsedStack=[]}return e}();var Hu="error";function Wu(e){return"hasFullStack"in e&&"typeName"in e}function Gu(e){return"ver"in e&&"exceptions"in e&&"properties"in e}function Ku(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 Xu=function(e){__extends(t,e);function t(t,n,r,i,a,o){var s=e.call(this)||this;s.aiDataContract={ver:vu.Required,exceptions:vu.Required,severityLevel:vu.Default,properties:vu.Default,measurements:vu.Default};if(!Gu(n)){s.exceptions=[new Ju(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(!Do.isNullOrUndefined(n.isManual)){s.isManual=n.isManual}}return s}t.CreateFromInterface=function(e,n,r,i){var a=n.exceptions&&Do.arrMap(n.exceptions,(function(t){return Ju.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&&Do.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}(qu);var Ju=function(e){__extends(t,e);function t(n,r){var i=e.call(this)||this;i.aiDataContract={id:vu.Default,outerId:vu.Default,typeName:vu.Required,message:vu.Required,hasFullStack:vu.Default,stack:vu.Default,parsedStack:vu.Array};if(!Wu(r)){var a=r;if(!Cu.isError(a)){a=a[Hu]||a.evt||a}i.typeName=yu.sanitizeString(n,Ku(a))||Cu.NotSpecified;i.message=yu.sanitizeMessage(n,r.message)||Cu.NotSpecified;var o=r.stack;i.parsedStack=t.parseStack(o);i.stack=yu.sanitizeException(n,o);i.hasFullStack=Cu.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&&Do.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&&Do.arrMap(n.parsedStack,(function(e){return Yu.CreateFromInterface(e)}))||n.parsedStack;var i=new t(e,__assign({},n,{parsedStack:r}));return i};t.parseStack=function(e){var t;if(Do.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(Yu.regex.test(o)){var s=new Yu(n[a],r++);i+=s.sizeInBytes;t.push(s)}}var u=32*1024;if(i>u){var c=0;var l=t.length-1;var f=0;var d=c;var p=l;while(c<l){var h=t[c].sizeInBytes;var v=t[l].sizeInBytes;f+=h+v;if(f>u){var m=p-d+1;t.splice(d,m);break}d=c;p=l;c++;l--}}}return t};return t}(zu);var Yu=function(e){__extends(t,e);function t(n,r){var i=e.call(this)||this;i.sizeInBytes=0;i.aiDataContract={level:vu.Required,method:vu.Required,assembly:vu.Default,fileName:vu.Default,line:vu.Default};if(typeof n==="string"){var a=n;i.level=r;i.method="<no_method>";i.assembly=Cu.trim(a);i.fileName="";i.line=0;var o=a.match(t.regex);if(o&&o.length>=5){i.method=Cu.trim(o[2])||i.method;i.fileName=Cu.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}(Vu);var $u=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}(Uu);var Qu;(function(e){e[e["Measurement"]=0]="Measurement";e[e["Aggregation"]=1]="Aggregation"})(Qu||(Qu={}));var Zu=function(){function e(){this.kind=Qu.Measurement}return e}();var ec=function(e){__extends(t,e);function t(){var t=e!==null&&e.apply(this,arguments)||this;t.aiDataContract={name:vu.Required,kind:vu.Default,value:vu.Required,count:vu.Default,min:vu.Default,max:vu.Default,stdDev:vu.Default};return t}return t}(Zu);var tc=function(e){__extends(t,e);function t(t,n,r,i,a,o,s,u){var c=e.call(this)||this;c.aiDataContract={ver:vu.Required,metrics:vu.Required,properties:vu.Default};var l=new ec;l.count=i>0?i:undefined;l.max=isNaN(o)||o===null?undefined:o;l.min=isNaN(a)||a===null?undefined:a;l.name=yu.sanitizeString(t,n)||Cu.NotSpecified;l.value=r;c.metrics=[l];c.properties=yu.sanitizeProperties(t,s);c.measurements=yu.sanitizeMeasurements(t,u);return c}t.envelopeType="Microsoft.ApplicationInsights.{0}.Metric";t.dataType="MetricData";return t}($u);var nc=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.ver=2;t.properties={};t.measurements={};return t}return t}(Bu);var rc=function(e){__extends(t,e);function t(t,n,r,i,a,o,s){var u=e.call(this)||this;u.aiDataContract={ver:vu.Required,name:vu.Default,url:vu.Default,duration:vu.Default,properties:vu.Default,measurements:vu.Default,id:vu.Default};u.id=yu.sanitizeId(t,s);u.url=yu.sanitizeUrl(t,r);u.name=yu.sanitizeString(t,n)||Cu.NotSpecified;if(!isNaN(i)){u.duration=Cu.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}(nc);var ic=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}(Uu);var ac=function(e){__extends(t,e);function t(t,n,r,i,a,o,s,u,c,l,f,d){if(c===void 0){c="Ajax"}var p=e.call(this)||this;p.aiDataContract={id:vu.Required,ver:vu.Required,name:vu.Default,resultCode:vu.Default,duration:vu.Default,success:vu.Default,data:vu.Default,target:vu.Default,type:vu.Default,properties:vu.Default,measurements:vu.Default,kind:vu.Default,value:vu.Default,count:vu.Default,min:vu.Default,max:vu.Default,stdDev:vu.Default,dependencyKind:vu.Default,dependencySource:vu.Default,commandName:vu.Default,dependencyTypeName:vu.Default};p.id=n;p.duration=Cu.msToTimeSpan(a);p.success=o;p.resultCode=s+"";p.type=yu.sanitizeString(t,c);var h=Fu.ParseDependencyPath(t,r,u,i);p.data=yu.sanitizeUrl(t,i)||h.data;p.target=yu.sanitizeString(t,h.target);if(l){p.target=p.target+" | "+l}p.name=yu.sanitizeString(t,h.name);p.properties=yu.sanitizeProperties(t,f);p.measurements=yu.sanitizeMeasurements(t,d);return p}t.envelopeType="Microsoft.ApplicationInsights.{0}.RemoteDependency";t.dataType="RemoteDependencyData";return t}(ic);var oc=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.ver=2;t.properties={};t.measurements={};return t}return t}(Uu);var sc=function(e){__extends(t,e);function t(t,n,r,i,a){var o=e.call(this)||this;o.aiDataContract={ver:vu.Required,message:vu.Required,severityLevel:vu.Default,properties:vu.Default};n=n||Cu.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}(oc);var uc=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.ver=2;t.properties={};t.measurements={};return t}return t}(nc);var cc=function(e){__extends(t,e);function t(t,n,r,i,a,o,s){var u=e.call(this)||this;u.aiDataContract={ver:vu.Required,name:vu.Default,url:vu.Default,duration:vu.Default,perfTotal:vu.Default,networkConnect:vu.Default,sentRequest:vu.Default,receivedResponse:vu.Default,domProcessing:vu.Default,properties:vu.Default,measurements:vu.Default};u.url=yu.sanitizeUrl(t,r);u.name=yu.sanitizeString(t,n)||Cu.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}(uc);var lc=function(e){__extends(t,e);function t(t,n){var r=e.call(this)||this;r.aiDataContract={baseType:vu.Required,baseData:vu.Required};r.baseType=t;r.baseData=n;return r}return t}(Ru);var fc;(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"})(fc||(fc={}));var dc=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 pc=function(){function e(){}e.create=function(e,t,n,r,i,a){n=yu.sanitizeString(r,n)||Cu.NotSpecified;if(Do.isNullOrUndefined(e)||Do.isNullOrUndefined(t)||Do.isNullOrUndefined(n)){throw Error("Input doesn't contain all required fields")}var o={name:n,time:Do.toISOString(new Date),iKey:"",ext:a?a:{},tags:[],data:{},baseType:t,baseData:e};if(!Do.isNullOrUndefined(i)){Po(i,(function(e,t){o.data[e]=t}))}return o};return e}();var hc=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 vc=new dc;var mc="AppInsightsPropertiesPlugin";var gc="AppInsightsChannelPlugin";var yc="ApplicationInsightsAnalytics";
|
|
6
|
-
/*!
|
|
7
|
-
* Application Insights JavaScript SDK - Web Analytics, 2.5.10
|
|
8
|
-
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
9
|
-
*/var bc=function(){function e(t,n,r,i){vs(e,this,(function(e){var a=Do.arrForEach;var o=Do.isNullOrUndefined;var s=null;var u=[];var c=false;var l;if(r){l=r.logger}function f(){if(r){a(r.getTransmissionControls(),(function(e){a(e,(function(e){return e.flush(true)}))}))}}function d(e){u.push(e);if(!s){s=setInterval((function(){var e=u.slice(0);var t=false;u=[];a(e,(function(e){if(!e()){u.push(e)}else{t=true}}));if(u.length===0){clearInterval(s);s=null}if(t){f()}}),100)}}e.trackPageView=function(e,r){var a=e.name;if(o(a)||typeof a!=="string"){var s=Ya();a=e.name=s&&s.title||""}var u=e.uri;if(o(u)||typeof u!=="string"){var p=to();u=e.uri=p&&p.href||""}if(!i.isPerformanceTimingSupported()){t.sendPageViewInternal(e,r);f();l.throwInternal(Oo.WARNING,Lo.NavigationTimingNotSupported,"trackPageView: navigation timing API used for calculation of page duration is not supported in this browser. This page view will be collected without duration and timing info.");return}var h=false;var v;var m=i.getPerformanceTiming().navigationStart;if(m>0){v=Tu.GetDuration(m,+new Date);if(!i.shouldCollectDuration(v)){v=undefined}}var g;if(!o(r)&&!o(r.duration)){g=r.duration}if(n||!isNaN(g)){if(isNaN(g)){if(!r){r={}}r["duration"]=v}t.sendPageViewInternal(e,r);f();h=true}var y=6e4;if(!r){r={}}d((function(){var n=false;try{if(i.isPerformanceTimingDataReady()){n=true;var o={name:a,uri:u};i.populatePageViewPerformanceEvent(o);if(!o.isValid&&!h){r["duration"]=v;t.sendPageViewInternal(e,r)}else{if(!h){r["duration"]=o.durationMs;t.sendPageViewInternal(e,r)}if(!c){t.sendPageViewPerformanceInternal(o,r);c=true}}}else if(m>0&&Tu.GetDuration(m,+new Date)>y){n=true;if(!h){r["duration"]=y;t.sendPageViewInternal(e,r)}}}catch(e){l.throwInternal(Oo.CRITICAL,Lo.TrackPVFailedCalc,"trackPageView failed on page load calculation: "+Cu.getExceptionName(e),{exception:Cu.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 wc=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: "+Cu.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: "+Cu.dump(e));return null}};e.prototype.startPageVisitTimer=function(e,t){try{if(Cu.canUseSessionStorage()){if(Cu.getSessionStorage(this._logger,this.prevPageVisitDataKeyName)!=null){throw new Error("Cannot call startPageVisit consecutively without first calling stopPageVisit")}var n=new xc(e,t);var r=ao().stringify(n);Cu.setSessionStorage(this._logger,this.prevPageVisitDataKeyName,r)}}catch(e){this._logger.warnToConsole("Call to start failed: "+Cu.dump(e))}};e.prototype.stopPageVisitTimer=function(){try{if(Cu.canUseSessionStorage()){var e=Do.dateNow();var t=Cu.getSessionStorage(this._logger,this.prevPageVisitDataKeyName);if(t&&io()){var n=ao().parse(t);n.pageVisitTime=e-n.pageVisitStartTime;Cu.removeSessionStorage(this._logger,this.prevPageVisitDataKeyName);return n}else{return null}}return null}catch(e){this._logger.warnToConsole("Stop page visit timer failed: "+Cu.dump(e));return null}};return e}();var xc=function(){function e(e,t){this.pageVisitStartTime=Do.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 Sc=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=Tu.GetDuration(t.startTime,t.connectEnd);var a=Tu.GetDuration(t.requestStart,t.responseStart);var o=Tu.GetDuration(t.responseStart,t.responseEnd);var s=Tu.GetDuration(t.responseEnd,t.loadEventEnd)}else{var r=Tu.GetDuration(n.navigationStart,n.loadEventEnd);var i=Tu.GetDuration(n.navigationStart,n.connectEnd);var a=Tu.GetDuration(n.requestStart,n.responseStart);var o=Tu.GetDuration(n.responseStart,n.responseEnd);var s=Tu.GetDuration(n.responseEnd,n.loadEventEnd)}if(r===0){this._logger.throwInternal(Oo.WARNING,Lo.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(Oo.WARNING,Lo.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(Oo.WARNING,Lo.ClientPerformanceMathError,"client performance math error.",{total:r,network:i,request:a,response:o,dom:s})}else{e.durationMs=r;e.perfTotal=e.duration=Cu.msToTimeSpan(r);e.networkConnect=Cu.msToTimeSpan(i);e.sentRequest=Cu.msToTimeSpan(a);e.receivedResponse=Cu.msToTimeSpan(o);e.domProcessing=Cu.msToTimeSpan(s);e.isValid=true}}};e.prototype.getPerformanceTiming=function(){if(this.isPerformanceTimingSupported()){return ro().timing}return null};e.prototype.getPerformanceNavigationTiming=function(){if(this.isPerformanceNavigationTimingSupported()){return ro().getEntriesByType("navigation")[0]}return null};e.prototype.isPerformanceNavigationTimingSupported=function(){var e=ro();return e&&e.getEntriesByType&&e.getEntriesByType("navigation").length>0};e.prototype.isPerformanceTimingSupported=function(){var e=ro();return e&&e.timing};e.prototype.isPerformanceTimingDataReady=function(){var e=ro();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=Qa()||{};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 Cc="duration";function _c(e,t){if(e&&e.dispatchEvent&&t){e.dispatchEvent(t)}}var Ic=function(e){__extends(t,e);function t(){var t=e.call(this)||this;t.identifier=yc;t.priority=180;t.autoRoutePVDelay=500;t._trackAjaxAttempts=0;var n=to();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=Cu.stringToBoolOrDefault(e.disableExceptionTracking);e.autoTrackPageVisitTime=Cu.stringToBoolOrDefault(e.autoTrackPageVisitTime);e.overridePageViewDuration=Cu.stringToBoolOrDefault(e.overridePageViewDuration);e.enableUnhandledPromiseRejectionTracking=Cu.stringToBoolOrDefault(e.enableUnhandledPromiseRejectionTracking);if(isNaN(e.samplingPercentage)||e.samplingPercentage<=0||e.samplingPercentage>=100){e.samplingPercentage=100}e.isCookieUseDisabled=Cu.stringToBoolOrDefault(e.isCookieUseDisabled);e.isStorageUseDisabled=Cu.stringToBoolOrDefault(e.isStorageUseDisabled);e.isBrowserLinkTrackingEnabled=Cu.stringToBoolOrDefault(e.isBrowserLinkTrackingEnabled);e.enableAutoRouteTracking=Cu.stringToBoolOrDefault(e.enableAutoRouteTracking);e.namePrefix=e.namePrefix||"";return e};t.prototype.processTelemetry=function(e,t){var n=this;Ts(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(Oo.CRITICAL,Lo.TelemetryInitializerFailed,"One of telemetry initializers failed, telemetry item will not be sent: "+Cu.getExceptionName(e),{exception:Cu.dump(e)},true)}}}if(!r){n.processNext(e,t)}}),(function(){return{item:e}}),!e.sync)};t.prototype.trackEvent=function(e,t){try{var n=pc.create(e,ju.dataType,ju.envelopeType,this.diagLog(),t);this.core.track(n)}catch(e){this.diagLog().throwInternal(Oo.WARNING,Lo.TrackTraceFailed,"trackTrace failed, trace will not be collected: "+Cu.getExceptionName(e),{exception:Cu.dump(e)})}};t.prototype.startTrackEvent=function(e){try{this._eventTracking.start(e)}catch(e){this.diagLog().throwInternal(Oo.CRITICAL,Lo.StartTrackEventFailed,"startTrackEvent failed, event will not be collected: "+Cu.getExceptionName(e),{exception:Cu.dump(e)})}};t.prototype.stopTrackEvent=function(e,t,n){try{this._eventTracking.stop(e,undefined,t)}catch(e){this.diagLog().throwInternal(Oo.CRITICAL,Lo.StopTrackEventFailed,"stopTrackEvent failed, event will not be collected: "+Cu.getExceptionName(e),{exception:Cu.dump(e)})}};t.prototype.trackTrace=function(e,t){try{var n=pc.create(e,sc.dataType,sc.envelopeType,this.diagLog(),t);this.core.track(n)}catch(e){this.diagLog().throwInternal(Oo.WARNING,Lo.TrackTraceFailed,"trackTrace failed, trace will not be collected: "+Cu.getExceptionName(e),{exception:Cu.dump(e)})}};t.prototype.trackMetric=function(e,t){try{var n=pc.create(e,tc.dataType,tc.envelopeType,this.diagLog(),t);this.core.track(n)}catch(e){this.diagLog().throwInternal(Oo.CRITICAL,Lo.TrackMetricFailed,"trackMetric failed, metric will not be collected: "+Cu.getExceptionName(e),{exception:Cu.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(Oo.CRITICAL,Lo.TrackPVFailed,"trackPageView failed, page view will not be collected: "+Cu.getExceptionName(e),{exception:Cu.dump(e)})}};t.prototype.sendPageViewInternal=function(e,t,n){var r=Ya();if(r){e.refUri=e.refUri===undefined?r.referrer:e.refUri}var i=pc.create(e,rc.dataType,rc.envelopeType,this.diagLog(),t,n);this.core.track(i);this._trackAjaxAttempts=0};t.prototype.sendPageViewPerformanceInternal=function(e,t,n){var r=pc.create(e,cc.dataType,cc.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(Oo.CRITICAL,Lo.TrackPVFailed,"trackPageViewPerformance failed, page view will not be collected: "+Cu.getExceptionName(e),{exception:Cu.dump(e)})}};t.prototype.startTrackPage=function(e){try{if(typeof e!=="string"){var t=Ya();e=t&&t.title||""}this._pageTracking.start(e)}catch(e){this.diagLog().throwInternal(Oo.CRITICAL,Lo.StartTrackFailed,"startTrackPage failed, page view may not be collected: "+Cu.getExceptionName(e),{exception:Cu.dump(e)})}};t.prototype.stopTrackPage=function(e,t,n,r){try{if(typeof e!=="string"){var i=Ya();e=i&&i.title||""}if(typeof t!=="string"){var a=to();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(Oo.CRITICAL,Lo.StopTrackFailed,"stopTrackPage failed, page view will not be collected: "+Cu.getExceptionName(e),{exception:Cu.dump(e)})}};t.prototype.sendExceptionInternal=function(e,t,n){var r=new Xu(this.diagLog(),e.exception||new Error(Cu.NotSpecified),e.properties,e.measurements,e.severityLevel,e.id).toInterface();var i=pc.create(r,Xu.dataType,Xu.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(Oo.CRITICAL,Lo.TrackExceptionFailed,"trackException failed, exception will not be collected: "+Cu.getExceptionName(e),{exception:Cu.dump(e)})}};t.prototype._onerror=function(e){try{var t={url:e&&e.url||(Ya()||{}).URL,lineNumber:e.lineNumber,columnNumber:e.columnNumber,message:e.message};if(Cu.isCrossOriginError(e.message,e.url,e.lineNumber,e.columnNumber,e.error)){this._sendCORSException(t.url)}else{if(!Cu.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:fc.Error},t)}}catch(t){var r=e.error?e.error.name+", "+e.error.message:"null";this.diagLog().throwInternal(Oo.CRITICAL,Lo.ExceptionWhileLoggingError,"_onError threw exception while logging error, error will not be collected: "+Cu.getExceptionName(t),{exception:Cu.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(Do.isNullOrUndefined(r)){throw Error("Error initializing")}e.prototype.initialize.call(this,n,r,i,a);this.setInitialized(false);var s=this._getTelCtx();var u=this.identifier;this._globalconfig={instrumentationKey:n.instrumentationKey,endpointUrl:n.endpointUrl||"https://dc.services.visualstudio.com/v2/track"};this.config=s.getExtCfg(u);var c=t.getDefaultConfig();if(c!==undefined){Po(c,(function(e,t){o.config[e]=s.getConfig(u,e,t)}));if(this._globalconfig){Po(c,(function(e,t){if(o._globalconfig[e]===undefined){o._globalconfig[e]=t}}))}}if(this.config.isCookieUseDisabled){Cu.disableCookies()}if(this.config.isStorageUseDisabled){Cu.disableStorage()}var l={instrumentationKey:function(){return n.instrumentationKey},accountId:function(){return o.config.accountId||n.accountId},sessionRenewalMs:function(){return o.config.sessionRenewalMs||n.sessionRenewalMs},sessionExpirationMs:function(){return o.config.sessionExpirationMs||n.sessionExpirationMs},sampleRate:function(){return o.config.samplingPercentage||n.samplingPercentage},cookieDomain:function(){return o.config.cookieDomain||n.cookieDomain},sdkExtension:function(){return o.config.sdkExtension||n.sdkExtension},isBrowserLinkTrackingEnabled:function(){return o.config.isBrowserLinkTrackingEnabled||n.isBrowserLinkTrackingEnabled},appId:function(){return o.config.appId||n.appId}};this._pageViewPerformanceManager=new Sc(this.core);this._pageViewManager=new bc(this,this.config.overridePageViewDuration,this.core,this._pageViewPerformanceManager);this._pageVisitTimeManager=new wc(this.diagLog(),(function(e,t,n){return o.trackPageVisitTime(e,t,n)}));this._telemetryInitializers=this._telemetryInitializers||[];this._addDefaultTelemetryInitializers(l);this._eventTracking=new Fc(this.diagLog(),"trackEvent");this._eventTracking.action=function(e,t,n,r){if(!r){r={}}r[Cc]=n.toString();o.trackEvent({name:e,properties:r})};this._pageTracking=new Fc(this.diagLog(),"trackPageView");this._pageTracking.action=function(e,t,n,r,i){if(Do.isNullOrUndefined(r)){r={}}r[Cc]=n.toString();var a={name:e,uri:t,properties:r,measurements:i};o.sendPageViewInternal(a,r)};var f=Xa();var d=eo();var p=to();var h=this;if(this.config.disableExceptionTracking===false&&!this.config.autoExceptionInstrumented&&f){var v="onerror";var m=f[v];f.onerror=function(e,t,n,r,i){var a=m&&m(e,t,n,r,i);if(a!==true){h._onerror({message:e,url:t,lineNumber:n,columnNumber:r,error:i})}return a};this.config.autoExceptionInstrumented=true}if(this.config.disableExceptionTracking===false&&this.config.enableUnhandledPromiseRejectionTracking===true&&!this.config.autoUnhandledPromiseInstrumented&&f){var g="onunhandledrejection";var y=f[g];f[g]=function(e){var t=y&&y.call(f,e);if(t!==true){h._onerror({message:e.reason.toString(),error:e.reason instanceof Error?e.reason:new Error(e.reason.toString()),url:p?p.href:"",lineNumber:0,columnNumber:0})}return t};this.config.autoUnhandledPromiseInstrumented=true}if(this.config.enableAutoRouteTracking===true&&d&&Do.isFunction(d.pushState)&&Do.isFunction(d.replaceState)&&f&&typeof Event!=="undefined"){var b=this;Do.arrForEach(i,(function(e){if(e.identifier===mc){o._properties=e}}));d.pushState=function(e){return function t(){var n=e.apply(this,arguments);_c(f,Cu.createDomEvent(b.config.namePrefix+"pushState"));_c(f,Cu.createDomEvent(b.config.namePrefix+"locationchange"));return n}}(d.pushState);d.replaceState=function(e){return function t(){var n=e.apply(this,arguments);_c(f,Cu.createDomEvent(b.config.namePrefix+"replaceState"));_c(f,Cu.createDomEvent(b.config.namePrefix+"locationchange"));return n}}(d.replaceState);if(f.addEventListener){f.addEventListener(b.config.namePrefix+"popstate",(function(){_c(f,Cu.createDomEvent(b.config.namePrefix+"locationchange"))}));f.addEventListener(b.config.namePrefix+"locationchange",(function(){if(b._properties&&b._properties.context&&b._properties.context.telemetryTrace){b._properties.context.telemetryTrace.traceID=Cu.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===ac.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=pc.create(t,Xu.dataType,Xu.envelopeType,this.diagLog(),{url:e});this.core.track(n)};t.Version="2.5.10";return t}(Ls);var Fc=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(Oo.WARNING,Lo.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(Oo.WARNING,Lo.StopCalledWithoutStart,"stop was called without a corresponding start.",{name:this._name,key:e},true)}else{var a=+new Date;var o=Tu.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 Tc=function(){function e(t){var n=[];vs(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 Ec=function(){function e(t,n){var r=false;var i;vs(e,this,(function(a){var o=c(e.BUFFER_KEY);var s=c(e.SENT_BUFFER_KEY);i=o.concat(s);if(i.length>e.MAX_BUFFER_SIZE){i.length=e.MAX_BUFFER_SIZE}l(e.SENT_BUFFER_KEY,[]);l(e.BUFFER_KEY,i);a.enqueue=function(n){if(i.length>=e.MAX_BUFFER_SIZE){if(!r){t.throwInternal(Oo.WARNING,Lo.SessionStorageBufferFull,"Maximum buffer size reached: "+i.length,true);r=true}return}i.push(n);l(e.BUFFER_KEY,i)};a.count=function(){return i.length};a.clear=function(){i=[];l(e.BUFFER_KEY,[]);l(e.SENT_BUFFER_KEY,[]);r=false};a.getItems=function(){return i.slice(0)};a.batchPayloads=function(e){if(e&&e.length>0){var t=n.emitLineDelimitedJson()?e.join("\n"):"["+e.join(",")+"]";return t}return null};a.markAsSent=function(n){i=u(n,i);l(e.BUFFER_KEY,i);var r=c(e.SENT_BUFFER_KEY);if(r instanceof Array&&n instanceof Array){r=r.concat(n);if(r.length>e.MAX_BUFFER_SIZE){t.throwInternal(Oo.CRITICAL,Lo.SessionStorageBufferFull,"Sent buffer reached its maximum size: "+r.length,true);r.length=e.MAX_BUFFER_SIZE}l(e.SENT_BUFFER_KEY,r)}};a.clearSent=function(t){var n=c(e.SENT_BUFFER_KEY);n=u(t,n);l(e.SENT_BUFFER_KEY,n)};function u(e,t){var n=[];Do.arrForEach(t,(function(t){if(!Do.isFunction(t)&&Do.arrIndexOf(e,t)===-1){n.push(t)}}));return n}function c(e){var r=e;try{r=n.namePrefix&&n.namePrefix()?n.namePrefix()+"_"+r:r;var i=Cu.getSessionStorage(t,r);if(i){var a=ao().parse(i);if(Do.isString(a)){a=ao().parse(a)}if(a&&Cu.isArray(a)){return a}}}catch(e){t.throwInternal(Oo.CRITICAL,Lo.FailedToRestoreStorageBuffer," storage key: "+r+", "+Cu.getExceptionName(e),{exception:Cu.dump(e)})}return[]}function l(e,r){var i=e;try{i=n.namePrefix&&n.namePrefix()?n.namePrefix()+"_"+i:i;var a=JSON.stringify(r);Cu.setSessionStorage(t,i,a)}catch(e){Cu.setSessionStorage(t,i,JSON.stringify([]));t.throwInternal(Oo.WARNING,Lo.FailedToSetStorageBuffer," storage key: "+i+", "+Cu.getExceptionName(e)+". Buffer cleared",{exception:Cu.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 kc="baseType";var Ac="baseData";var Nc="properties";var Pc="true";var Dc=Do.isNullOrUndefined;function Mc(e,t,n){if(e&&n){e[t]=n;return e[t]}return null}var Rc=function(){function e(){}e.extractPropsAndMeasurements=function(e,t,n){if(!Dc(e)){Po(e,(function(e,r){if(Do.isNumber(r)){n[e]=r}else if(Do.isString(r)){t[e]=r}else if(io()){t[e]=ao().stringify(r)}}))}};e.createEnvelope=function(t,n,r,i){var a=new Lu(t,i,n);Mc(a,"sampleRate",r[ku]);if((r[Ac]||{}).startTime){a.time=Do.toISOString(r[Ac].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){Mc(r,vc.userAuthUserId,o.authId);Mc(r,vc.userId,o.id||o.localId)}var s=i.app;if(s){Mc(r,vc.sessionId,s.sesId)}var u=i.device;if(u){Mc(r,vc.deviceId,u.id||u.localId);Mc(r,vc.deviceType,u.deviceClass);Mc(r,vc.deviceIp,u.ip);Mc(r,vc.deviceModel,u.model);Mc(r,vc.deviceType,u.deviceType)}var c=t.ext.web;if(c){Mc(r,vc.deviceLanguage,c.browserLang);Mc(r,vc.deviceBrowserVersion,c.browserVer);Mc(r,vc.deviceBrowser,c.browser);var l=n.data=n.data||{};var f=l[Ac]=l[Ac]||{};var d=f[Nc]=f[Nc]||{};Mc(d,"domain",c.domain);Mc(d,"isManual",c.isManual?Pc:null);Mc(d,"screenRes",c.screenRes);Mc(d,"userConsent",c.userConsent?Pc:null)}var p=i.os;if(p){Mc(r,vc.deviceOS,p.name)}var h=i.trace;if(h){Mc(r,vc.operationParentId,h.parentID);Mc(r,vc.operationName,h.name);Mc(r,vc.operationId,h.traceID)}var v={};for(var m=a.length-1;m>=0;m--){var g=a[m];Po(g,(function(e,t){v[e]=t}));a.splice(m,1)}Po(a,(function(e,t){v[e]=t}));n.tags=__assign({},r,v);if(!n.tags[vc.internalSdkVersion]){n.tags[vc.internalSdkVersion]="javascript:"+e.Version}};e.prototype.Init=function(e,t){this._logger=e;if(Dc(t[Ac])){this._logger.throwInternal(Oo.CRITICAL,Lo.TelemetryEnvelopeInvalid,"telemetryItem.baseData cannot be null.")}};e.Version="2.5.10";return e}();var Oc=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[Ac].measurements||{};var i=n[Ac][Nc]||{};Rc.extractPropsAndMeasurements(n.data,i,r);var a=n[Ac];if(Dc(a)){t.warnToConsole("Invalid input for dependency data");return null}var o=a[Nc]&&a[Nc][Nu]?a[Nc][Nu]:"GET";var s=new ac(t,a.id,a.target,a.name,a.duration,a.success,a.responseCode,o,a.type,a.correlationContext,i,r);var u=new lc(ac.dataType,s);return Rc.createEnvelope(t,ac.envelopeType,n,u)};t.DependencyEnvelopeCreator=new t;return t}(Rc);var Lc=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[kc]!==ju.dataType){r["baseTypeSource"]=n[kc]}if(n[kc]===ju.dataType){r=n[Ac][Nc]||{};i=n[Ac].measurements||{}}else{if(n[Ac]){Rc.extractPropsAndMeasurements(n[Ac],r,i)}}Rc.extractPropsAndMeasurements(n.data,r,i);var a=n[Ac].name;var o=new ju(t,a,r,i);var s=new lc(ju.dataType,o);return Rc.createEnvelope(t,ju.envelopeType,n,s)};t.EventEnvelopeCreator=new t;return t}(Rc);var Uc=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[Ac].measurements||{};var i=n[Ac][Nc]||{};Rc.extractPropsAndMeasurements(n.data,i,r);var a=n[Ac];var o=Xu.CreateFromInterface(t,a,i,r);var s=new lc(Xu.dataType,o);return Rc.createEnvelope(t,Xu.envelopeType,n,s)};t.ExceptionEnvelopeCreator=new t;return t}(Rc);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[Ac];var i=r[Nc]||{};var a=r.measurements||{};Rc.extractPropsAndMeasurements(n.data,i,a);var o=new tc(t,r.name,r.average,r.sampleCount,r.min,r.max,i,a);var s=new lc(tc.dataType,o);return Rc.createEnvelope(t,tc.envelopeType,n,s)};t.MetricEnvelopeCreator=new t;return t}(Rc);var jc=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[Ac];if(!Dc(a)&&!Dc(a[Nc])&&!Dc(a[Nc][r])){i=a[Nc][r];delete a[Nc][r]}else if(!Dc(n.data)&&!Dc(n.data[r])){i=n.data[r];delete n.data[r]}var o=n[Ac];var s;if(((n.ext||{}).trace||{}).traceID){s=n.ext.trace.traceID}var u=o.id||s;var c=o.name;var l=o.uri;var f=o[Nc]||{};var d=o.measurements||{};if(!Dc(o.refUri)){f["refUri"]=o.refUri}if(!Dc(o.pageType)){f["pageType"]=o.pageType}if(!Dc(o.isLoggedIn)){f["isLoggedIn"]=o.isLoggedIn.toString()}if(!Dc(o[Nc])){var p=o[Nc];Po(p,(function(e,t){f[e]=t}))}Rc.extractPropsAndMeasurements(n.data,f,d);var h=new rc(t,c,l,i,f,d,u);var v=new lc(rc.dataType,h);return Rc.createEnvelope(t,rc.envelopeType,n,v)};t.PageViewEnvelopeCreator=new t;return t}(Rc);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[Ac];var i=r.name;var a=r.uri||r.url;var o=r[Nc]||{};var s=r.measurements||{};Rc.extractPropsAndMeasurements(n.data,o,s);var u=new cc(t,i,a,undefined,o,s,r);var c=new lc(cc.dataType,u);return Rc.createEnvelope(t,cc.envelopeType,n,c)};t.PageViewPerformanceEnvelopeCreator=new t;return t}(Rc);var qc=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[Ac].message;var i=n[Ac].severityLevel;var a=n[Ac][Nc]||{};var o=n[Ac].measurements||{};Rc.extractPropsAndMeasurements(n.data,a,o);var s=new sc(t,r,i,a,o);var u=new lc(sc.dataType,s);return Rc.createEnvelope(t,sc.envelopeType,n,u)};t.TraceEnvelopeCreator=new t;return t}(Rc);
|
|
30
|
-
/*!
|
|
31
|
-
* Application Insights JavaScript SDK - Channel, 2.5.10
|
|
32
|
-
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
33
|
-
*/var zc=function(){function e(t){vs(e,this,(function(e){e.serialize=function(e){var r=n(e,"root");try{return ao().stringify(r)}catch(e){t.throwInternal(Oo.CRITICAL,Lo.CannotSerializeObject,e&&Do.isFunction(e.toString)?e.toString():"Error serializing object",null,true)}};function n(e,a){var o="__aiCircularRefCheck";var s={};if(!e){t.throwInternal(Oo.CRITICAL,Lo.CannotSerializeObject,"cannot serialize object because it is null or undefined",{name:a},true);return s}if(e[o]){t.throwInternal(Oo.WARNING,Lo.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(Cu.isArray(e)){s=r(e,a)}else{t.throwInternal(Oo.WARNING,Lo.CannotSerializeObjectNonSerializable,"Attempting to serialize an object which does not implement ISerializable",{name:a},true);try{ao().stringify(e);s=e}catch(e){t.throwInternal(Oo.CRITICAL,Lo.CannotSerializeObject,e&&Do.isFunction(e.toString)?e.toString():"Error serializing object",null,true)}}return s}e[o]=true;Po(e.aiDataContract,(function(i,o){var u=Do.isFunction(o)?o()&vu.Required:o&vu.Required;var c=Do.isFunction(o)?o()&vu.Hidden:o&vu.Hidden;var l=o&vu.Array;var f=e[i]!==undefined;var d=Do.isObject(e[i])&&e[i]!==null;if(u&&!f&&!l){t.throwInternal(Oo.CRITICAL,Lo.MissingRequiredFieldSpecification,"Missing required field specification. The field is required but not present on source",{field:i,name:a})}else if(!c){var p=void 0;if(d){if(l){p=r(e[i],i)}else{p=n(e[i],i)}}else{p=e[i]}if(p!==undefined){s[i]=p}}}));delete e[o];return s}function r(e,r){var i;if(!!e){if(!Cu.isArray(e)){t.throwInternal(Oo.CRITICAL,Lo.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={};Po(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(Oo.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 Hc=function(){function e(){var t=Xa();var n=Ya();var r=false;var i=true;vs(e,this,(function(e){try{if(t){if(Ro.Attach(t,"online",o)){Ro.Attach(t,"offline",s);r=true}}if(n){var a=n.body||n;if(!Do.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=Qa();if(r){e=i}else if(t&&!Do.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 Wc=Hc.Offline;
|
|
38
|
-
/*!
|
|
39
|
-
* Application Insights JavaScript SDK - Channel, 2.5.10
|
|
40
|
-
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
41
|
-
*/var Gc=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 Kc=function(){function e(){this.hashCodeGeneragor=new Gc;this.keys=new dc}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 Xc=function(){function e(e,t){this.INT_MAX_VALUE=2147483647;this._logger=Do.isNullOrUndefined(t)?new Ss:t;if(e>100||e<0){this._logger.throwInternal(Oo.WARNING,Lo.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 Kc}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===tc.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 Jc(e){try{return e.responseText}catch(e){}return null}var Yc=function(e){__extends(t,e);function t(){var n=e.call(this)||this;n.priority=1001;n.identifier=gc;n._XMLHttpRequestSupported=false;var r;var i;var a;var o;vs(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(Oo.CRITICAL,Lo.FlushFailed,"flush failed, telemetry will not be collected: "+Cu.getExceptionName(t),{exception:Cu.dump(t)})}};e.onunloadFlush=function(){if((e._senderConfig.onunloadDisableBeacon()===false||e._senderConfig.isBeaconApiDisabled()===false)&&Cu.IsBeaconApiSupported()){try{e.triggerSend(true,l,2)}catch(t){e.diagLog().throwInternal(Oo.CRITICAL,Lo.FailedToSendQueuedTelemetry,"failed to flush with beacon sender on page unload, telemetry will not be collected: "+Cu.getExceptionName(t),{exception:Cu.dump(t)})}}else{e.flush()}};e.teardown=u;e.initialize=function(n,a,u,c){s.initialize(n,a,u,c);var d=e._getTelCtx();var p=e.identifier;o=new zc(a.logger);r=0;i=null;e._sender=null;var h=t._getDefaultAppInsightsChannelConfig();e._senderConfig=t._getEmptyAppInsightsChannelConfig();Po(h,(function(t,n){e._senderConfig[t]=function(){return d.getConfig(p,t,n())}}));e._buffer=e._senderConfig.enableSessionStorageBuffer()&&Cu.canUseSessionStorage()?new Ec(e.diagLog(),e._senderConfig):new Tc(e._senderConfig);e._sample=new Xc(e._senderConfig.samplingPercentage(),e.diagLog());if(!S(n)){e.diagLog().throwInternal(Oo.CRITICAL,Lo.InvalidInstrumentationKey,"Invalid Instrumentation key "+n.instrumentationKey)}if(!e._senderConfig.isBeaconApiDisabled()&&Cu.IsBeaconApiSupported()){e._sender=l}else{if(typeof XMLHttpRequest!==undefined){var v=Ga("XMLHttpRequest");if(v){var m=new v;if("withCredentials"in m){e._sender=f;e._XMLHttpRequestSupported=true}else if(typeof XDomainRequest!==undefined){e._sender=y}}}}};e.processTelemetry=function(n,r){r=e._getTelCtx(r);try{if(e._senderConfig.disableTelemetry()){return}if(!n){r.diagLog().throwInternal(Oo.CRITICAL,Lo.CannotSendEmptyTelemetry,"Cannot send empty telemetry");return}if(n.baseData&&!n.baseType){r.diagLog().throwInternal(Oo.CRITICAL,Lo.InvalidEvent,"Cannot send telemetry without baseData and baseType");return}if(!n.baseType){n.baseType="EventData"}if(!e._sender){r.diagLog().throwInternal(Oo.CRITICAL,Lo.SenderNotInitialized,"Sender was not initialized");return}if(!c(n)){r.diagLog().throwInternal(Oo.WARNING,Lo.TelemetrySampledAndNotSent,"Telemetry item was sampled out and not sent",{SampleRate:e._sample.sampleRate});return}else{n[ku]=e._sample.sampleRate}var i=t.constructEnvelope(n,e._senderConfig.instrumentationKey(),r.diagLog());if(!i){r.diagLog().throwInternal(Oo.CRITICAL,Lo.CreateEnvelopeError,"Unable to create an AppInsights envelope");return}var a=false;if(n.tags&&n.tags[Au]){Do.arrForEach(n.tags[Au],(function(e){try{if(e&&e(i)===false){a=true;r.diagLog().warnToConsole("Telemetry processor check returns false")}}catch(e){r.diagLog().throwInternal(Oo.CRITICAL,Lo.TelemetryInitializerFailed,"One of telemetry initializers failed, telemetry item will not be sent: "+Cu.getExceptionName(e),{exception:Cu.dump(e)},true)}}));delete n.tags[Au]}if(a){return}var s=o.serialize(i);var u=e._buffer.getItems();var l=e._buffer.batchPayloads(u);if(l&&l.length+s.length>e._senderConfig.maxBatchSizeInBytes()){e.triggerSend(true,null,10)}e._buffer.enqueue(s);v()}catch(e){r.diagLog().throwInternal(Oo.WARNING,Lo.FailedAddingTelemetryToBuffer,"Failed adding telemetry to the sender's buffer, some telemetry will be lost: "+Cu.getExceptionName(e),{exception:Cu.dump(e)})}e.processNext(n,r)};e._xhrReadyStateChange=function(t,n,i){if(t.readyState===4){var a=null;if(!e._appId){a=d(Jc(t)||t.response);if(a&&a.appId){e._appId=a.appId}}if((t.status<200||t.status>=300)&&t.status!==0){if(!e._senderConfig.isRetryDisabled()&&m(t.status)){p(n);e.diagLog().throwInternal(Oo.WARNING,Lo.TransmissionFailed,". "+"Response code "+t.status+". Will retry to send "+n.length+" items.")}else{e._onError(n,g(t))}}else if(Wc.isOffline()){if(!e._senderConfig.isRetryDisabled()){var o=10;p(n,o);e.diagLog().throwInternal(Oo.WARNING,Lo.TransmissionFailed,". Offline - Response Code: "+t.status+". Offline status: "+Wc.isOffline()+". Will retry to send "+n.length+" items.")}}else{if(t.status===206){if(!a){a=d(Jc(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=Cu.getIEVersion();if(!u||u>9){e.diagLog().throwInternal(Oo.CRITICAL,Lo.TransmissionFailed,"Telemetry transmission failed, some telemetry will be lost: "+Cu.getExceptionName(t),{exception:Cu.dump(t)})}}};e._onError=function(t,n,r){e.diagLog().throwInternal(Oo.WARNING,Lo.OnError,"Failed to send telemetry.",{message:n});e._buffer.clearSent(t)};e._onPartialSuccess=function(t,n){var r=[];var i=[];var a=n.errors.reverse();for(var o=0,s=a;o<s.length;o++){var u=s[o];var c=t.splice(u.index,1)[0];if(m(u.statusCode)){i.push(c)}else{r.push(c)}}if(t.length>0){e._onSuccess(t,n.itemsAccepted)}if(r.length>0){e._onError(r,g(null,["partial success",n.itemsAccepted,"of",n.itemsReceived].join(" ")))}if(i.length>0){p(i);e.diagLog().throwInternal(Oo.WARNING,Lo.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=Jc(t);if(t&&(i+""==="200"||i==="")){r=0;e._onSuccess(n,0)}else{var a=d(i);if(a&&a.itemsReceived&&a.itemsReceived>a.itemsAccepted&&!e._senderConfig.isRetryDisabled()){e._onPartialSuccess(n,a)}else{e._onError(n,b(t))}}};function c(t){return e._sample.isSampledIn(t)}function l(t,n){var r=e._senderConfig.endpointUrl();var i=e._buffer.batchPayloads(t);var a=new Blob([i],{type:"text/plain;charset=UTF-8"});var o=Qa().sendBeacon(r,a);if(o){e._buffer.markAsSent(t);e._onSuccess(t,t.length)}else{f(t,true);e.diagLog().throwInternal(Oo.WARNING,Lo.TransmissionFailed,". "+"Failed to send telemetry with Beacon API, retried with xhrSender.")}}function f(t,n){var r=new XMLHttpRequest;var i=e._senderConfig.endpointUrl();try{r[Eu]=true}catch(e){}r.open("POST",i,n);r.setRequestHeader("Content-type","application/json");if(Cu.isInternalApplicationInsightsEndpoint(i)){r.setRequestHeader(gu.sdkContextHeader,gu.sdkContextHeaderAppIdRequest)}r.onreadystatechange=function(){return e._xhrReadyStateChange(r,t,t.length)};r.onerror=function(n){return e._onError(t,g(r),n)};var a=e._buffer.batchPayloads(t);r.send(a);e._buffer.markAsSent(t)}function d(t){try{if(t&&t!==""){var n=ao().parse(t);if(n&&n.itemsReceived&&n.itemsReceived>=n.itemsAccepted&&n.itemsReceived-n.itemsAccepted===n.errors.length){return n}}}catch(n){e.diagLog().throwInternal(Oo.CRITICAL,Lo.InvalidBackendResponse,"Cannot parse the response. "+Cu.getExceptionName(n),{response:t})}return null}function p(t,n){if(n===void 0){n=1}if(!t||t.length===0){return}e._buffer.clearSent(t);r++;for(var i=0,a=t;i<a.length;i++){var o=a[i];e._buffer.enqueue(o)}h(n);v()}function h(e){var t=10;var n;if(r<=1){n=t}else{var a=(Math.pow(2,r)-1)/2;var o=Math.floor(Math.random()*a*t)+1;o=e*o;n=Math.max(Math.min(o,3600),t)}var s=Do.dateNow()+n*1e3;i=s}function v(){if(!a){var t=i?Math.max(0,i-Do.dateNow()):0;var n=Math.max(e._senderConfig.maxBatchInterval(),t);a=setTimeout((function(){e.triggerSend(true,null,1)}),n)}}function m(e){return e===408||e===429||e===500||e===503}function g(e,t){if(e){return"XMLHttpRequest,Status:"+e.status+",Response:"+Jc(e)||e.response||""}return t}function y(t,n){var r=Xa();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(Oo.WARNING,Lo.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:"+Jc(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(Oo.CRITICAL,Lo.NotificationException,"send request notification failed: "+Cu.getExceptionName(t),{exception:Cu.dump(t)})}}}function S(e){var t=Do.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&&!Do.isNullOrUndefined(t)){r=__assign({},e,{iKey:t})}else{r=e}switch(r.baseType){case ju.dataType:return Lc.EventEnvelopeCreator.Create(n,r);case sc.dataType:return qc.TraceEnvelopeCreator.Create(n,r);case rc.dataType:return jc.PageViewEnvelopeCreator.Create(n,r);case cc.dataType:return Vc.PageViewPerformanceEnvelopeCreator.Create(n,r);case Xu.dataType:return Uc.ExceptionEnvelopeCreator.Create(n,r);case tc.dataType:return Bc.MetricEnvelopeCreator.Create(n,r);case ac.dataType:return Oc.DependencyEnvelopeCreator.Create(n,r);default:return Lc.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}(Ls);var $c=function(){function e(){}return e}();var Qc=function(){function e(t,n){var r=this;if(Do.isNullOrUndefined(n)){this._logger=new Ss}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 $c}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=Cu.getCookie(this._logger,this._storageNamePrefix());if(e&&typeof e.split==="function"){this.initializeAutomaticSessionWithData(e)}else{var t=Cu.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(Oo.CRITICAL,Lo.ErrorParsingAISessionCookie,"Error parsing ai_session cookie, session will be reset: "+Cu.getExceptionName(e),{exception:Cu.dump(e)})}if(this.automaticSession.renewalDate===0){this._logger.throwInternal(Oo.WARNING,Lo.SessionRenewalDateIsZero,"AI session renewal date is 0, session will be reset.")}};e.prototype.renew=function(){var e=(new Date).getTime();this.automaticSession.id=Cu.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(!Cu.canUseLocalStorage()){this._logger.throwInternal(Oo.WARNING,Lo.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();Cu.setCookie(this._logger,this._storageNamePrefix(),o.join("|")+";expires="+u,s);this.cookieUpdatedTimestamp=(new Date).getTime()};e.prototype.setStorage=function(e,t,n){Cu.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 Zc=function(){function e(){}return e}();var el=function(){function e(){this.id="browser";this.deviceClass="Browser"}return e}();var tl="2.5.10";var nl=function(){function e(e){this.sdkVersion=(e.sdkExtension&&e.sdkExtension()?e.sdkExtension()+"_":"")+"javascript:"+tl}return e}();var rl=function(){function e(t,n){this.isNewUser=false;this._logger=n;var r=Cu.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=Do.newId(t&&t.idLength?t.idLength():22);var a=new Date;var o=Do.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;Cu.setCookie(this._logger,e.userCookieName,s.join(e.cookieSeparator)+";expires="+a.toUTCString(),u);var c=t.namePrefix&&t.namePrefix()?t.namePrefix()+"ai_session":"ai_session";Cu.removeStorage(this._logger,c)}this.accountId=t.accountId?t.accountId():undefined;var l=Cu.getCookie(this._logger,e.authUserCookieName);if(l){l=decodeURI(l);var f=l.split(e.cookieSeparator);if(f[0]){this.authenticatedId=f[0]}if(f.length>1&&f[1]){this.accountId=f[1]}}}e.prototype.setAuthenticatedUserContext=function(t,n,r){if(r===void 0){r=false}var i=!this.validateUserInput(t)||n&&!this.validateUserInput(n);if(i){this._logger.throwInternal(Oo.WARNING,Lo.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){Cu.setCookie(this._logger,e.authUserCookieName,encodeURI(a),this.config.cookieDomain())}};e.prototype.clearAuthenticatedUserContext=function(){this.authenticatedId=null;this.accountId=null;Cu.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 il=function(){function e(){}return e}();var al=function(){function e(e,t,n,r){this.traceID=e||Cu.generateW3CId();this.parentID=t;this.name=n;var i=to();if(!n&&i&&i.pathname){this.name=i.pathname}this.name=yu.sanitizeString(r,this.name)}return e}();var ol=function(){function e(e,t){var n=this;n.application=new Zc;n.internal=new nl(t);if(Ka()){n.sessionManager=new Qc(t,e);n.device=new el;n.location=new il;n.user=new rl(t,e);n.telemetryTrace=new al(undefined,undefined,undefined,e);n.session=new $c}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(Do.isString(i.id)){e.ext.app.sesId=i.id}}if(n){if(Do.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(Do.isString(n.ver)){e.tags[vc.applicationVersion]=n.ver}if(Do.isString(n.build)){e.tags[vc.applicationBuild]=n.build}}};e.prototype.applyDeviceContext=function(e,t){var n=this.device;if(n){if(Do.isString(n.id)){e.ext.device.localId=n.id}if(Do.isString(n.ip)){e.ext.device.ip=n.ip}if(Do.isString(n.model)){e.ext.device.model=n.model}if(Do.isString(n.deviceClass)){e.ext.device.deviceClass=n.deviceClass}}};e.prototype.applyInternalContext=function(e,t){var n=this.internal;if(n){if(Do.isString(n.agentVersion)){e.tags[vc.internalAgentVersion]=n.agentVersion}if(Do.isString(n.sdkVersion)){e.tags[vc.internalSdkVersion]=n.sdkVersion}if(e.baseType===xs.dataType||e.baseType===rc.dataType){if(Do.isString(n.snippetVer)){e.tags[vc.internalSnippet]=n.snippetVer}if(Do.isString(n.sdkSrc)){e.tags[vc.internalSdkSrc]=n.sdkSrc}}}};e.prototype.applyLocationContext=function(e,t){var n=this.location;if(n){if(Do.isString(n.ip)){e.tags[vc.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(Do.isString(n.traceID)){r.traceID=n.traceID}if(Do.isString(n.name)){r.name=n.name}if(Do.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(Do.isString(n.accountId)){e.tags[vc.userAccountId]=n.accountId}if(Do.isString(n.id)){e.ext.user.id=n.id}if(Do.isString(n.authenticatedId)){e.ext.user.authId=n.authenticatedId}}};e.prototype.cleanUp=function(e,t){if(e.ext[hc.DeviceExt]&&Do.objKeys(e.ext[hc.DeviceExt]).length===0){delete e.ext[hc.DeviceExt]}if(e.ext[hc.UserExt]&&Do.objKeys(e.ext[hc.UserExt]).length===0){delete e.ext[hc.UserExt]}if(e.ext[hc.WebExt]&&Do.objKeys(e.ext[hc.WebExt]).length===0){delete e.ext[hc.WebExt]}if(e.ext[hc.OSExt]&&Do.objKeys(e.ext[hc.OSExt]).length===0){delete e.ext[hc.OSExt]}if(e.ext[hc.AppExt]&&Do.objKeys(e.ext[hc.AppExt]).length===0){delete e.ext[hc.AppExt]}if(e.ext[hc.TraceExt]&&Do.objKeys(e.ext[hc.TraceExt]).length===0){delete e.ext[hc.TraceExt]}};return e}();var sl=function(e){__extends(t,e);function t(){var t=e!==null&&e.apply(this,arguments)||this;t.priority=110;t.identifier=mc;return t}t.getDefaultConfig=function(){var e={instrumentationKey:function(){return undefined},accountId:function(){return null},sessionRenewalMs:function(){return 30*60*1e3},samplingPercentage:function(){return 100},sessionExpirationMs:function(){return 24*60*60*1e3},cookieDomain:function(){return null},sdkExtension:function(){return null},isBrowserLinkTrackingEnabled:function(){return false},appId:function(){return null},namePrefix:function(){return undefined},idLength:function(){return 22}};return e};t.prototype.initialize=function(n,r,i,a){var o=this;e.prototype.initialize.call(this,n,r,i,a);var s=this._getTelCtx();var u=this.identifier;var c=t.getDefaultConfig();this._extensionConfig=this._extensionConfig||t.getDefaultConfig();Po(c,(function(e,t){o._extensionConfig[e]=function(){return s.getConfig(u,e,t())}}));this.context=new ol(r.logger,this._extensionConfig);this._breezeChannel=Cu.getExtension(i,gc);this.context.appId=function(){return o._breezeChannel?o._breezeChannel["_appId"]:null}};t.prototype.processTelemetry=function(e,t){if(Do.isNullOrUndefined(e));else{t=this._getTelCtx(t);if(e.name===rc.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 xs(Lo.SendBrowserInfoOnUserInit,(Qa()||{}).userAgent||"");t.diagLog().logInternalMessage(Oo.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[hc.DeviceExt]=n[hc.DeviceExt]||{};n[hc.WebExt]=n[hc.WebExt]||{};n[hc.UserExt]=n[hc.UserExt]||{};n[hc.OSExt]=n[hc.OSExt]||{};n[hc.AppExt]=n[hc.AppExt]||{};n[hc.TraceExt]=n[hc.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}(Ls);
|
|
54
|
-
/*!
|
|
55
|
-
* Application Insights JavaScript SDK - Dependencies Plugin, 2.5.10
|
|
56
|
-
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
57
|
-
*/var ul="properties";var cl=Do.objKeys;var ll=Do.arrForEach;function fl(e,t,n){var r=0;var i=e[t];var a=e[n];if(i&&a){r=Tu.GetDuration(i,a)}return r}function dl(e,t,n,r,i){var a=0;var o=fl(n,r,i);if(o){a=pl(e,t,Cu.msToTimeSpan(o))}return a}function pl(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 hl(e,t){var n=e.perfTiming;var r=t[ul]||{};var i=0;var a=Do.isString;var o="name";var s="Start";var u="End";var c="domainLookup";var l="connect";var f="redirect";var d="request";var p="response";var h="duration";var v="startTime";var m=c+s;var g=c+u;var y=l+s;var b=l+u;var w=d+s;var x=d+u;var S=p+s;var C=p+u;var _=f+s;var I=f=u;var F="transferSize";var T="encodedBodySize";var E="decodedBodySize";var k="serverTiming";if(n){i|=dl(r,f,n,_,I);i|=dl(r,c,n,m,g);i|=dl(r,l,n,y,b);i|=dl(r,d,n,w,x);i|=dl(r,p,n,S,C);i|=dl(r,"networkConnect",n,v,b);i|=dl(r,"sentRequest",n,w,C);var A=n[h];if(!A){A=fl(n,v,C)||0}i|=pl(r,h,A);i|=pl(r,"perfTotal",A);var N=n[k];if(N){var P={};ll(N,(function(e,t){var n=No(e[o]||""+t);var r=P[n]||{};Po(e,(function(e,t){if(e!==o&&a(t)||Do.isNumber(t)){if(r[e]){t=r[e]+";"+t}if(t||!a(t)){r[e]=t}}}));P[n]=r}));i|=pl(r,k,P)}i|=pl(r,F,n[F]);i|=pl(r,T,n[T]);i|=pl(r,E,n[E])}else{if(e.perfMark){i|=pl(r,"missing",e.perfAttempts)}}if(i){t[ul]=r}}var vl=function(){function e(){var e=this;e.openDone=false;e.setRequestHeaderDone=false;e.sendDone=false;e.abortDone=false;e.stateChangeAttached=false}return e}();var ml=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 vl;i.clientFailure=0;i.traceID=t;i.spanID=n;vs(e,i,(function(e){e.getAbsoluteUrl=function(){return e.requestUrl?_u.getAbsoluteUrl(e.requestUrl):null};e.getPathName=function(){return e.requestUrl?yu.sanitizeUrl(a,_u.getCompleteUrl(e.method,e.requestUrl)):null};e.CreateTrackItem=function(t,n,r){e.ajaxTotalDuration=Math.round(Tu.GetDuration(e.requestSentTime,e.responseFinishedTime)*1e3)/1e3;if(e.ajaxTotalDuration<0){return null}var i=(c={id:"|"+e.traceID+"."+e.spanID,target:e.getAbsoluteUrl(),name:e.getPathName(),type:t,duration:e.ajaxTotalDuration,success:+e.status>=200&&+e.status<400,responseCode:+e.status,method:e.method},c[ul]={HttpMethod:e.method},c);hl(e,i);if(n){if(cl(e.requestHeaders).length>0){i[ul]=i[ul]||{};i[ul].requestHeaders=e.requestHeaders}}if(r){var a=r();if(a){var s=a.correlationContext;if(s){i.correlationContext=s}if(a.headerMap){if(cl(a.headerMap).length>0){i[ul]=i[ul]||{};i[ul].responseHeaders=a.headerMap}}if(e.status>=400){var u=a.type;i[ul]=i[ul]||{};if(u===""||u==="text"){i[ul][o]=a[o]?a.statusText+" - "+a[o]:a.statusText}if(u==="json"){i[ul][o]=a.response?a.statusText+" - "+JSON.stringify(a.response):a.statusText}}}}return i;var c}}))}return e}();
|
|
58
|
-
/*!
|
|
59
|
-
* Application Insights JavaScript SDK - Dependencies Plugin, 2.5.10
|
|
60
|
-
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
61
|
-
*/var gl=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=Cu.generateW3CId()}if(n&&e.isValidSpanId(n)){r.spanId=n}else{r.spanId=Cu.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 yl="ai.ajxmn.";var bl="diagLog";var wl="ajaxData";var xl="throwInternal";var Sl="fetch";var Cl=Do.isNullOrUndefined;var _l=Do.arrForEach;var Il=0;function Fl(){var e=Wa();if(!e||Cl(e.Request)||Cl(e.Request[Pa])||Cl(e[Sl])){return null}return e[Sl]}function Tl(e){var t=false;if(typeof XMLHttpRequest!==Aa&&!Cl(XMLHttpRequest)){var n=XMLHttpRequest[Pa];t=!Cl(n)&&!Cl(n.open)&&!Cl(n.send)&&!Cl(n.abort)}var r=Cu.getIEVersion();if(r&&r<9){t=false}if(t){try{var i=new XMLHttpRequest;i[wl]={};var a=XMLHttpRequest[Pa].open;XMLHttpRequest[Pa].open=a}catch(n){t=false;kl(e,Lo.FailedMonitorAjaxOpen,"Failed to enable XMLHttpRequest monitoring, extension is not supported",{exception:Cu.dump(n)})}}return t}function El(e){var t="";try{if(!Cl(e)&&!Cl(e[wl])&&!Cl(e[wl].requestUrl)){t+="(url: '"+e[wl].requestUrl+"')"}}catch(e){}return t}function kl(e,t,n,r,i){e[bl]()[xl](Oo.CRITICAL,t,n,r,i)}function Al(e,t,n,r,i){e[bl]()[xl](Oo.WARNING,t,n,r,i)}function Nl(e,t,n){return function(r){kl(e,t,n,{ajaxDiagnosticsMessage:El(r.inst),exception:Cu.dump(r.err)})}}function Pl(e,t){if(e&&t){return e.indexOf(t)}return-1}var Dl=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=to();var a=false;var o=false;var s=i&&i.host&&i.host.toLowerCase();var u=t.getEmptyConfig();var c=false;var l=0;var f;var d;var p;var h;var v=false;var m=0;var g=false;var y=[];var b={};vs(t,n,(function(e,n){e.initialize=function(r,a,o,s){if(!e.isInitialized()){n.initialize(r,a,o,s);var l=e._getTelCtx();var y=t.getDefaultConfig();Po(y,(function(e,n){u[e]=l.getConfig(t.identifier,e,n)}));var b=u.distributedTracingMode;c=u.enableRequestHeaderTracking;v=u.enableAjaxPerfTracking;m=u.maxAjaxCallsPerView;g=u.enableResponseHeaderTracking;p=b===mu.AI||b===mu.AI_AND_W3C;d=b===mu.AI_AND_W3C||b===mu.W3C;if(v){var w=r.instrumentationKey||"unkwn";if(w.length>5){h=yl+w.substring(w.length-5)+"."}else{h=yl+w+"."}}if(u.disableAjaxTracking===false){x()}i();if(o.length>0&&o){var S=void 0,C=0;while(!S&&C<o.length){if(o[C]&&o[C].identifier===mc){S=o[C]}C++}if(S){f=S.context}}}};e.teardown=function(){_l(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(Iu.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(gu.requestIdHeader,o);if(c){t.requestHeaders[gu.requestIdHeader]=o}}var l=u.appId||f&&f.appId();if(l){r.headers.set(gu.requestContextHeader,gu.requestContextAppIdFormat+l);if(c){t.requestHeaders[gu.requestContextHeader]=gu.requestContextAppIdFormat+l}}if(d){var h=new gl(t.traceID,t.spanID);r.headers.set(gu.traceParentHeader,h.toString());if(c){t.requestHeaders[gu.traceParentHeader]=h.toString()}}}return r}else if(i){if(Iu.canIncludeCorrelationHeader(u,t.getAbsoluteUrl(),a)){if(p){var o="|"+t.traceID+"."+t.spanID;i.setRequestHeader(gu.requestIdHeader,o);if(c){t.requestHeaders[gu.requestIdHeader]=o}}var l=u.appId||f&&f.appId();if(l){i.setRequestHeader(gu.requestContextHeader,gu.requestContextAppIdFormat+l);if(c){t.requestHeaders[gu.requestContextHeader]=gu.requestContextAppIdFormat+l}}if(d){var h=new gl(t.traceID,t.spanID);i.setRequestHeader(gu.traceParentHeader,h.toString());if(c){t.requestHeaders[gu.traceParentHeader]=h.toString()}}}return i}return undefined};e[r]=function(t,n,r){if(m===-1||l<m){if((u.distributedTracingMode===mu.W3C||u.distributedTracingMode===mu.AI_AND_W3C)&&typeof t.id==="string"&&t.id[t.id.length-1]!=="."){t.id+="."}if(Do.isNullOrUndefined(t.startTime)){t.startTime=new Date}var i=pc.create(t,ac.dataType,ac.envelopeType,e[bl](),n,r);e.core.track(i)}else if(l===m){kl(e,Lo.MaxAjaxPerPVExceeded,"Maximum ajax per page view limit reached, ajax monitoring is paused until the next trackPageView(). In order to increase the limit set the maxAjaxCallsPerView configuration parameter.",true)}++l};function i(){var t=Fl();if(!t){return}var n=Wa();var r=t.polyfill;if(u.disableFetchTracking===false){y.push(pu(n,Sl,{req:function(t,n,i){var s;if(a&&!S(null,n,i)&&!(r&&o)){var u=t.ctx();s=N(n,i);var c=e.includeCorrelationHeaders(s,n,i);if(c!==i){t.set(1,c)}u.data=s}},rsp:function(e,t){var n=e.ctx().data;if(n){e.rslt=e.rslt.then((function(t){D(e,(t||{}).status,t,n,(function(){var e={statusText:t.statusText,headerMap:null,correlationContext:M(t)};if(g){var n={};t.headers.forEach((function(e,t){n[t]=e}));e.headerMap=n}return e}));return t}))["catch"]((function(r){D(e,0,t,n,null);throw r}))}},hkErr:Nl(e,Lo.FailedMonitorAjaxOpen,"Failed to monitor Window.fetch, monitoring data for this fetch call may be incorrect.")}));a=true}else if(r){y.push(pu(n,Sl,{req:function(e,t,n){S(null,t,n)}}))}if(r){n[Sl].polyfill=r}}function w(e,t,n){y.push(du(e,t,n))}function x(){if(Tl(e)&&!o){w(XMLHttpRequest,"open",{req:function(e,t,n,r){var i=e.inst;var a=i[wl];if(!S(i,n)&&C(i,true)&&(!a||!a.xhrMonitoringState.openDone)){_(i,t,n,r)}},hkErr:Nl(e,Lo.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[wl];if(C(r)&&!i.xhrMonitoringState.sendDone){k("xhr",i);i.requestSentTime=Tu.Now();r=e.includeCorrelationHeaders(i,undefined,undefined,r);i.xhrMonitoringState.sendDone=true}},hkErr:Nl(e,Lo.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[wl];if(C(t)&&!n.xhrMonitoringState.abortDone){n.aborted=1;n.xhrMonitoringState.abortDone=true}},hkErr:Nl(e,Lo.FailedMonitorAjaxAbort,"Failed to monitor XMLHttpRequest.abort, monitoring data for this ajax call may be incorrect.")});if(c){w(XMLHttpRequest,"setRequestHeader",{req:function(e,t,n){var r=e.inst;if(C(r)){r[wl].requestHeaders[t]=n}},hkErr:Nl(e,Lo.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=((!Do.isString(t)?(t||{}).url||"":t)||"").toLowerCase();var a=Pl(i,"?");var o=Pl(i,"#");if(a===-1||o!==-1&&o<a){a=o}if(a!==-1){i=i.substring(0,a)}if(!Cl(e)){r=e[Eu]===true||i[Eu]===true}else if(!Cl(t)){r=(typeof t==="object"?t[Eu]===true:false)||(n?n[Eu]===true:false)}if(r){if(!b[i]){b[i]=1}}else{if(b[i]){r=true}}return r}function C(e,t){var n=true;var r=o;if(!Cl(e)){n=t===true||!Cl(e[wl])}return r&&n}function _(t,n,r,i){var a=f&&f.telemetryTrace&&f.telemetryTrace.traceID||Cu.generateW3CId();var o=Cu.generateW3CId().substr(0,16);var s=new ml(a,o,e[bl]());s.method=n;s.requestUrl=r;s.xhrMonitoringState.openDone=true;s.requestHeaders={};s.async=i;t[wl]=s;I(t)}function I(t){t[wl].xhrMonitoringState.stateChangeAttached=Ro.Attach(t,"readystatechange",(function(){try{if(t&&t.readyState===4&&C(t)){T(t)}}catch(r){var n=Cu.dump(r);if(!n||Pl(n.toLowerCase(),"c00c023f")===-1){kl(e,Lo.FailedMonitorAjaxRSC,"Failed to monitor XMLHttpRequest 'readystatechange' event handler, monitoring data for this ajax call may be incorrect.",{ajaxDiagnosticsMessage:El(t),exception:n})}}}))}function F(e){try{var t=e.responseType;if(t===""||t==="text"){return e.responseText}}catch(e){}return null}function T(t){var n=t[wl];n.responseFinishedTime=Tu.Now();n.status=t.status;function i(n,r){var i=r||{};i["ajaxDiagnosticsMessage"]=El(t);if(n){i["exception"]=Cu.dump(n)}Al(e,Lo.FailedMonitorAjaxDur,"Failed to calculate the duration of the ajax call, monitoring data for this ajax call won't be sent.",i)}A("xmlhttprequest",n,(function(){try{var a=n.CreateTrackItem("Ajax",c,(function(){var e={statusText:t.statusText,headerMap:null,correlationContext:E(t),type:t.responseType,responseText:F(t),response:t.response};if(g){var n=t.getAllResponseHeaders();if(n){var r=Do.strTrim(n).split(/[\r\n]+/);var i={};_l(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[wl]=null}catch(e){}}}),(function(e){i(e,null)}))}function E(t){try{var n=t.getAllResponseHeaders();if(n!==null){var r=Pl(n.toLowerCase(),gu.requestContextHeaderLowerCase);if(r!==-1){var i=t.getResponseHeader(gu.requestContextHeader);return Iu.getCorrelationContext(i)}}}catch(n){Al(e,Lo.FailedMonitorAjaxGetCorrelationHeader,"Failed to get Request-Context correlation header as it may be not included in the response or not accessible.",{ajaxDiagnosticsMessage:El(t),exception:Cu.dump(n)})}}function k(e,t){if(t.requestUrl&&h&&v){var n=ro();if(n&&Do.isFunction(n.mark)){Il++;var r=h+e+"#"+Il;n.mark(r);var i=n.getEntriesByName(r);if(i&&i.length===1){t.perfMark=i[0]}}}}function A(e,t,n,r){var i=t.perfMark;var a=ro();var o=u.maxAjaxPerfLookupAttempts;var s=u.ajaxPerfLookupDelay;var c=t.requestUrl;var l=0;(function u(){try{if(a&&i){l++;var f=null;var d=a.getEntries();for(var p=d.length-1;p>=0;p--){var h=d[p];if(h){if(h.entryType==="resource"){if(h.initiatorType===e&&(Pl(h.name,c)!==-1||Pl(c,h.name)!==-1)){f=h}}else if(h.entryType==="mark"&&h.name===i.name){t.perfTiming=f;break}if(h.startTime<i.startTime-1e3){break}}}}if(!i||t.perfTiming||l>=o||t.async===false){if(i&&Do.isFunction(a.clearMarks)){a.clearMarks(i.name)}t.perfAttempts=l;n()}else{setTimeout(u,s)}}catch(e){r(e)}})()}function N(t,n){var r=f&&f.telemetryTrace&&f.telemetryTrace.traceID||Cu.generateW3CId();var i=Cu.generateW3CId().substr(0,16);var a=new ml(r,i,e[bl]());a.requestSentTime=Tu.Now();if(t instanceof Request){a.requestUrl=t?t.url:""}else{a.requestUrl=t}var o="GET";if(n&&n.method){o=n.method}else if(t&&t instanceof Request){o=t.method}a.method=o;var s={};if(c){var u=new Headers((n?n.headers:0)||(t instanceof Request?t.headers||{}:{}));u.forEach((function(e,t){s[t]=e}))}a.requestHeaders=s;k("fetch",a);return a}function P(t){var n="";try{if(!Cl(t)){if(typeof t==="string"){n+="(url: '"+t+"')"}else{n+="(url: '"+t.url+"')"}}}catch(t){kl(e,Lo.FailedMonitorAjaxOpen,"Failed to grab failed fetch diagnostics message",{exception:Cu.dump(t)})}return n}function D(t,n,i,a,o,s){if(!a){return}function u(t,n,r){var a=r||{};a["fetchDiagnosticsMessage"]=P(i);if(n){a["exception"]=Cu.dump(n)}Al(e,t,"Failed to calculate the duration of the fetch call, monitoring data for this fetch call won't be sent.",a)}a.responseFinishedTime=Tu.Now();a.status=n;A("fetch",a,(function(){var t=a.CreateTrackItem("Fetch",c,o);if(t){e[r](t)}else{u(Lo.FailedMonitorAjaxDur,null,{requestSentTime:a.requestSentTime,responseFinishedTime:a.responseFinishedTime})}}),(function(e){u(Lo.FailedMonitorAjaxGetCorrelationHeader,e,null)}))}function M(t){if(t&&t.headers){try{var n=t.headers.get(gu.requestContextHeader);return Iu.getCorrelationContext(n)}catch(n){Al(e,Lo.FailedMonitorAjaxGetCorrelationHeader,"Failed to get Request-Context correlation header as it may be not included in the response or not accessible.",{fetchDiagnosticsMessage:P(t),exception:Cu.dump(n)})}}}}));return n}t.getDefaultConfig=function(){var e={maxAjaxCallsPerView:500,disableAjaxTracking:false,disableFetchTracking:true,disableCorrelationHeaders:false,distributedTracingMode:mu.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();Po(e,(function(t){e[t]=undefined}));return e};t.prototype.processTelemetry=function(e,t){this.processNext(e,t)};t.identifier="AjaxDependencyPlugin";return t}(Ls);
|
|
66
|
-
/*!
|
|
67
|
-
* Application Insights JavaScript SDK - Web, 2.5.10
|
|
68
|
-
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
69
|
-
*/var Ml;var Rl=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=Du.parse(n.connectionString);var i=r.ingestionendpoint;n.endpointUrl=i?i+"/v2/track":n.endpointUrl;n.instrumentationKey=r.instrumentationkey||n.instrumentationKey}t.appInsights=new Ic;t.properties=new sl;t.dependencies=new Dl;t.core=new tu;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}Ts(this.core,(function(){return"AISKU.flush"}),(function(){Do.arrForEach(t.core.getTransmissionControls(),(function(t){Do.arrForEach(t,(function(t){t.flush(e)}))}))}),null,e)};e.prototype.onunloadFlush=function(e){if(e===void 0){e=true}Do.arrForEach(this.core.getTransmissionControls(),(function(t){Do.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(!Do.isNullOrUndefined(i._snippetVersion)){n+=i._snippetVersion}if(e){n+=".lg"}if(i.context&&i.context.internal){i.context.internal.snippetVer=n||"-"}Po(i,(function(e,n){if(Do.isString(e)&&!Do.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")}Ts(i.core,(function(){return"AISKU.loadAppInsights"}),(function(){var e=[];var o=new Yc;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(Ml&&i.context){i.context.internal.sdkSrc=Ml}a(i.snippet);i.emptyQueue();i.pollInternalLogs();i.addHousekeepingBeforeUnload(r)}));return i};e.prototype.updateSnippetDefinitions=function(e){Po(this,(function(t,n){if(Do.isString(t)){e[t]=n}}))};e.prototype.emptyQueue=function(){var e=this;try{if(Cu.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&&Do.isFunction(e.toString)){i.exception=e.toString()}}};e.prototype.pollInternalLogs=function(){this.core.pollInternalLogs()};e.prototype.addHousekeepingBeforeUnload=function(e){if(Ka()||Ja()){var t=function(){e.onunloadFlush(false);var t=e.appInsights.core["_extensions"][mc];if(t&&t.context&&t.context._sessionManager){t.context._sessionManager.backup()}};if(!e.appInsights.config.disableFlushOnBeforeUnload){var n=Do.addEventHandler("beforeunload",t);n=Do.addEventHandler("pagehide",t)||n;if(!n&&!uo()){e.appInsights.core.logger.throwInternal(Oo.CRITICAL,Lo.FailedToAddHandlerForOnBeforeUnload,"Could not add handler for beforeunload and pagehide")}}if(!e.appInsights.config.disableFlushOnUnload){Do.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"}}Ml=i+"";break}}}}catch(e){}}})();var Ol=function(e){__extends(t,e);function t(t){var n=e.call(this,t)||this;n.store=t;n.appConfiguration$=n.select((function(e){return e.appConfiguration}));return n}Object.defineProperty(t.prototype,"configuration",{get:function(){var e=this.getValue().appConfiguration;if(K(e)){throw Error("App configuration is not yet loaded")}return e.value},enumerable:false,configurable:true});return t}(F);var Ll=new Ol(Er);var Ul=function(){function e(){this.appInsights=new ee((function(){return new Rl({config:{instrumentationKey:Ll.configuration.AppInsightsKey,enableAutoRouteTracking:true,autoTrackPageVisitTime:true,maxBatchInterval:1e3,enableUnhandledPromiseRejectionTracking:true}})}))}e.prototype.init=function(){var e=this;this.appInsights.value.loadAppInsights();f((function(t){return e.appInsightsErrorHandler(t)}))};e.prototype.getAppInsights=function(){return this.appInsights.value};e.prototype.addCustomProperties=function(e){this.appInsights.value.addTelemetryInitializer((function(t){t.data=t.data?t.data:{};for(var n=0,r=Object.entries(e);n<r.length;n++){var i=r[n],a=i[0],o=i[1];t.data[a]=o}}))};e.prototype.appInsightsErrorHandler=function(e){this.appInsights.value.trackException({error:e,severityLevel:fc.Error});var t=function(e){return console.error(e)};t(e)};return e}();var Bl=new Ul;var jl=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===_r.Unauthorized||this.getValue().authenticationState===_r.Error},enumerable:false,configurable:true});Object.defineProperty(t.prototype,"isAuthorized",{get:function(){return this.getValue().authenticationState===_r.Authenticated},enumerable:false,configurable:true});return t}(F);var Vl=new jl(Er);function ql(e,t){if(window["gtag"]){window["gtag"]("event",e,t)}}var zl=function(){function e(){this.authCodeQueryParameter="code"}e.prototype.authorizationCodeIsPresent=function(e){var t=this.getAuthorizationCodeFromRoute(e);return mt.isSome(t)};e.prototype.initFromRoute=function(e){var t=this.getAuthorizationCodeFromRoute(e);if(mt.isNone(t)){Er.update({authenticationState:_r.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",""+va.getAppHostUrl()]]);return[4,it(Ll.configuration.OidcAuthority+"/connect/token").headers({"Content-Type":"application/x-www-form-urlencoded"}).post(t.toString()).badRequest((function(){Er.update({authenticationState:_r.Error});throw new Error("Failed to authenticate.")})).json()];case 1:n=r.sent();Er.update({jwt:mt.fromNullable(n.access_token),authenticationState:_r.Authenticated});ql("oidc_sign_in",{});window.history.replaceState(null,"",va.getAppRootUrl());return[2]}}))}))};e.prototype.getAuthorizationCodeFromRoute=function(e){var t=new URLSearchParams(e);return mt.fromNullable(t.get(this.authCodeQueryParameter))};return e}();var Hl=new zl;var Wl=function(){function e(){}e.completeSuperSelectionStep=function(){var e=Ar.getIframeInteropMode().successRedirectionUrl;if(mt.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=mt.fromNullable(n.get(t));var i={successRedirectionUrl:mt.none};if(mt.isSome(r)){try{var a=new URL(r.value);i.successRedirectionUrl=mt.some(a.toString())}catch(e){throw Error('"'+r.value+'" is not a valid URL')}}return i};return e}();var Gl=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 Ir};e.completeSuperSelectionStep=function(){this.postRNMessage()};e.postRNMessage=function(){var t={stepStatus:"completed"};e.getRnInterop().postMessage(JSON.stringify(t))};return e}();Gl.getRnInterop=function(){return window["ReactNativeWebView"]};var Kl=function(){function e(){this.interopModeQueryParameter="interop-mode"}e.prototype.completeSuperSelectionStep=function(){if(Ar.isIframeInteropEnabled()){Wl.completeSuperSelectionStep()}else if(Ar.isReactNativeInteropEnabled()){Gl.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"){Er.update({reactNativeInterop:J(Gl.init())});return}Er.update({iframeInterop:J(Wl.initFromRoute(e))})};return e}();var Xl=new Kl;function Jl(){return __awaiter(this,void 0,void 0,(function(){var e;return __generator(this,(function(t){switch(t.label){case 0:ga.init(window.location.search);return[4,va.loadConfigurationAsync()];case 1:t.sent();Bl.init();te();e=Vl.isUnauthorized||Hl.authorizationCodeIsPresent(window.location.search);if(!e){return[2]}Xl.init(window.location.search);Hl.initFromRoute(window.location.search);return[2]}}))}))}var Yl=function(e){__extends(t,e);function t(t){var n=e.call(this,t)||this;n.store=t;n.ignoreExistingSelection$=n.select((function(e){return e.ignoreExistingSelection}));return n}Object.defineProperty(t.prototype,"ignoreExistingSelection",{get:function(){return this.getValue().ignoreExistingSelection},enumerable:false,configurable:true});return t}(F);var $l=new Yl(Er);var Ql="html{scroll-behavior:smooth}.sss-app-container{--fl-color-primary:#fdbd00;--fl-color-primary-light:#ffc418;--fl-color-primary-dark:#e4aa00;--fl-color-primary-disabled:#ffde7e;--fl-color-primary-hover:#e4aa00;--fl-color-primary-focus:#ca9700;--fl-color-primary-text:#3d3d3d;--fl-color-secondary:#e5e5e5;--fl-color-secondary-hover:#b3b3b3;--fl-color-secondary-focus:#b3b3b3}@media screen and (-webkit-min-device-pixel-ratio: 0){select,textarea,input{font-size:16px}}";var Zl=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,Jl()];case 1:t.sent();Vl.sessionState$.subscribe((function(t){return e.sessionState=t}));Vl.jwt$.subscribe((function(t){return e.jwt=t}));Ll.appConfiguration$.subscribe((function(t){return e.appConfiguration=t}));$l.ignoreExistingSelection$.subscribe((function(t){return e.ignoreExistingSelection=t}));return[2]}}))}))};e.prototype.render=function(){var e=this;return n(o,null,n("link",{rel:"stylesheet",href:a("apollo-super-selection.css"),media:"all"}),n("div",{ref:function(t){return e.observeContentResize(t)}},mt.isNone(this.appConfiguration)?n("sss-loading-page",{class:"font-inter"}):this.renderAppContent()))};e.prototype.renderAppContent=function(){var e=this;return n("stencil-router",{root:va.getAppRootUrl(),class:"sss-app-container"},n("stencil-route-switch",{scrollTopOffset:0},n("stencil-route",{url:"/",routeRender:this.renderProtectedRoute((function(t){return n("super-selection-app",Object.assign({accessToken:mt.toUndefined(e.jwt),ignoreExistingSelection:e.ignoreExistingSelection,backendUrl:Ll.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(){Xl.completeSuperSelectionStep()};e.prototype.handleStepSubmitSuccess=function(){qt.submitSuccess()};e.prototype.handleAppInitialised=function(e){Bl.addCustomProperties({"X-ACCOUNT-ID":e.detail.accountIdOrDefault,"X-PARTNER-ID":e.detail.partnerIdOrDefault,"X-PROFILE-ID":e.detail.profileId});Bl.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||pa;new t((function(){qt.resize(e.offsetHeight,-1)})).observe(e)};e.prototype.renderProtectedRoute=function(e){switch(this.sessionState){case _r.Authenticated:return e;case _r.Unauthorized:return function(){return n("sss-loading-page",null)};case _r.Error:return function(){return n("h1",null,"Authentication Error")};default:return function(){return n("h1",null,"Authentication Error")}}};return e}());Zl.style=Ql}}}));
|