@flarehr/apollo-super-selection 3.52.60060 → 3.55.61713

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (203) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.css +1 -0
  2. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
  3. package/dist/lib/apollo-super-selection/apollo-super-selection.js +1 -1
  4. package/dist/lib/apollo-super-selection/assets/icon-check.svg +3 -0
  5. package/dist/lib/apollo-super-selection/assets/icon-exclamation.svg +3 -0
  6. package/dist/lib/apollo-super-selection/assets/icon-information-circle.svg +3 -0
  7. package/dist/lib/apollo-super-selection/p-0d3b8084.system.entry.js +1 -0
  8. package/dist/lib/apollo-super-selection/p-0ef73515.entry.js +1 -0
  9. package/dist/lib/apollo-super-selection/p-0f723eb4.system.js +1 -0
  10. package/dist/lib/apollo-super-selection/{p-01a9f4a4.entry.js → p-12d77532.entry.js} +1 -1
  11. package/dist/lib/apollo-super-selection/p-14885f78.system.js +15 -0
  12. package/dist/lib/apollo-super-selection/{p-381262c1.system.js → p-15f0e5eb.system.js} +1 -1
  13. package/dist/lib/apollo-super-selection/p-29c11183.js +15 -0
  14. package/dist/lib/apollo-super-selection/{p-20136efe.entry.js → p-375401a0.entry.js} +1 -1
  15. package/dist/lib/apollo-super-selection/{p-285da037.system.entry.js → p-3ce021a5.system.entry.js} +1 -1
  16. package/dist/lib/apollo-super-selection/{p-61734b66.js → p-40e504c4.js} +1 -1
  17. package/dist/lib/apollo-super-selection/p-67b71067.entry.js +1 -0
  18. package/dist/lib/apollo-super-selection/{p-082669d9.js → p-683b6e23.js} +1 -1
  19. package/dist/lib/apollo-super-selection/{p-38ee2795.system.js → p-6cdec249.system.js} +1 -1
  20. package/dist/lib/apollo-super-selection/{p-cd49a6b7.system.entry.js → p-76eee25a.system.entry.js} +1 -1
  21. package/dist/lib/apollo-super-selection/p-86e3e03f.js +1 -0
  22. package/dist/lib/apollo-super-selection/{p-8cbfc343.system.entry.js → p-918a740c.system.entry.js} +1 -1
  23. package/dist/lib/apollo-super-selection/p-93f7a547.entry.js +14 -0
  24. package/dist/lib/apollo-super-selection/p-c249f6ed.system.js +1 -0
  25. package/dist/lib/apollo-super-selection/p-c2b9cfa5.system.entry.js +69 -0
  26. package/dist/lib/apollo-super-selection/{p-a98c2760.entry.js → p-cb6b386e.entry.js} +1 -1
  27. package/dist/lib/apollo-super-selection/{p-f15bf700.system.entry.js → p-e9a34be2.system.entry.js} +1 -1
  28. package/dist/lib/cjs/{active-router-e92fd784.js → active-router-71d965f4.js} +1 -1
  29. package/dist/lib/cjs/apollo-super-selection.cjs.js +4 -5
  30. package/dist/lib/cjs/{app-globals-45007120.js → app-globals-b1125d8c.js} +1 -1
  31. package/dist/lib/cjs/context-consumer.cjs.entry.js +1 -1
  32. package/dist/lib/cjs/{datorama-akita-7f4b082a.js → datorama-akita-6c9cb8fb.js} +1005 -68
  33. package/dist/lib/cjs/{index-942e6faa.js → index-f746d8f0.js} +2 -0
  34. package/dist/lib/cjs/loader.cjs.js +4 -5
  35. package/dist/lib/cjs/{fl-button_31.cjs.entry.js → sss-button_28.cjs.entry.js} +2138 -2177
  36. package/dist/lib/cjs/stencil-async-content.cjs.entry.js +1 -1
  37. package/dist/lib/cjs/stencil-route-title.cjs.entry.js +2 -2
  38. package/dist/lib/cjs/stencil-router-prompt.cjs.entry.js +2 -2
  39. package/dist/lib/cjs/stencil-router-redirect.cjs.entry.js +2 -2
  40. package/dist/lib/collection/apollo-super-selection.css +1 -0
  41. package/dist/lib/collection/collection-manifest.json +16 -28
  42. package/dist/lib/collection/components/app-host/loading-page.js +3 -3
  43. package/dist/lib/collection/components/app-host/super-selection-app-host.css +0 -4
  44. package/dist/lib/collection/components/app-host/super-selection-app-host.js +7 -19
  45. package/dist/lib/collection/components/super-selection-app/api/super-selection.api.dto.js +69 -1
  46. package/dist/lib/collection/components/super-selection-app/api/super-selection.api.js +9 -3
  47. package/dist/lib/collection/components/super-selection-app/app-state-pages/success.js +16 -21
  48. package/dist/lib/collection/components/super-selection-app/assets/icon-check.svg +3 -0
  49. package/dist/lib/collection/components/super-selection-app/assets/icon-exclamation.svg +3 -0
  50. package/dist/lib/collection/components/super-selection-app/assets/icon-information-circle.svg +3 -0
  51. package/dist/lib/collection/components/super-selection-app/consent/consent.js +57 -0
  52. package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +136 -0
  53. package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +6 -18
  54. package/dist/lib/collection/components/super-selection-app/funds/constants.js +50 -0
  55. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.js +32 -16
  56. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.store.js +10 -14
  57. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/default-fund/default-fund.js +36 -45
  58. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.js +40 -19
  59. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.js +45 -40
  60. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.js +104 -58
  61. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.js +53 -49
  62. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.js +6 -16
  63. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund-join-page.js +1 -1
  64. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund.store.js +1 -4
  65. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-iframe-builder.js +10 -4
  66. package/dist/lib/collection/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.js +13 -4
  67. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-join-page.js +2 -3
  68. package/dist/lib/collection/components/super-selection-app/header-section/header-section.js +45 -0
  69. package/dist/lib/collection/components/super-selection-app/misc/button.js +146 -0
  70. package/dist/lib/collection/components/super-selection-app/misc/dropdown-async.css +7 -0
  71. package/dist/lib/collection/components/super-selection-app/misc/dropdown-async.js +359 -0
  72. package/dist/lib/collection/components/super-selection-app/misc/loading-indicator.js +52 -0
  73. package/dist/lib/collection/components/super-selection-app/services/australian-fund-lookup.service.js +8 -4
  74. package/dist/lib/collection/components/super-selection-app/services/event-tracking.service.js +20 -0
  75. package/dist/lib/collection/components/super-selection-app/services/existing-super-choice-info.service.js +95 -0
  76. package/dist/lib/collection/components/super-selection-app/services/feature-flag.service.js +11 -0
  77. package/dist/lib/collection/components/super-selection-app/services/navigation.service.js +8 -0
  78. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +6 -4
  79. package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +69 -34
  80. package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.store.js +10 -0
  81. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.js +94 -0
  82. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.js +90 -0
  83. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +85 -92
  84. package/dist/lib/collection/components/super-selection-app/super-selection-app.css +16 -4
  85. package/dist/lib/collection/components/super-selection-app/super-selection-app.js +59 -11
  86. package/dist/lib/esm/{active-router-4c80d3d2.js → active-router-2056f552.js} +1 -1
  87. package/dist/lib/esm/apollo-super-selection.js +4 -5
  88. package/dist/lib/esm/{app-globals-7ac1ffba.js → app-globals-c1f89805.js} +1 -1
  89. package/dist/lib/esm/context-consumer.entry.js +1 -1
  90. package/dist/lib/esm/{datorama-akita-79ce4385.js → datorama-akita-127aea91.js} +960 -28
  91. package/dist/lib/esm/{index-0496d1af.js → index-e1e930c8.js} +2 -1
  92. package/dist/lib/esm/loader.js +4 -5
  93. package/dist/lib/esm/{fl-button_31.entry.js → sss-button_28.entry.js} +2124 -2160
  94. package/dist/lib/esm/stencil-async-content.entry.js +1 -1
  95. package/dist/lib/esm/stencil-route-title.entry.js +2 -2
  96. package/dist/lib/esm/stencil-router-prompt.entry.js +2 -2
  97. package/dist/lib/esm/stencil-router-redirect.entry.js +2 -2
  98. package/dist/lib/esm-es5/{active-router-4c80d3d2.js → active-router-2056f552.js} +1 -1
  99. package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
  100. package/dist/lib/esm-es5/{app-globals-7ac1ffba.js → app-globals-c1f89805.js} +1 -1
  101. package/dist/lib/esm-es5/context-consumer.entry.js +1 -1
  102. package/dist/lib/esm-es5/datorama-akita-127aea91.js +15 -0
  103. package/dist/lib/esm-es5/{index-0496d1af.js → index-e1e930c8.js} +1 -1
  104. package/dist/lib/esm-es5/loader.js +1 -1
  105. package/dist/lib/esm-es5/sss-button_28.entry.js +69 -0
  106. package/dist/lib/esm-es5/stencil-async-content.entry.js +1 -1
  107. package/dist/lib/esm-es5/stencil-route-title.entry.js +1 -1
  108. package/dist/lib/esm-es5/stencil-router-prompt.entry.js +1 -1
  109. package/dist/lib/esm-es5/stencil-router-redirect.entry.js +1 -1
  110. package/dist/lib/types/components/app-host/super-selection-app-host.d.ts +0 -3
  111. package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +30 -0
  112. package/dist/lib/types/components/super-selection-app/api/super-selection.api.d.ts +2 -1
  113. package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +19 -4
  114. package/dist/lib/types/components/super-selection-app/consent/consent.d.ts +9 -0
  115. package/dist/lib/types/components/super-selection-app/existing-choice/existing-choice.d.ts +12 -0
  116. package/dist/lib/types/components/super-selection-app/footer-section/footer-section.d.ts +0 -1
  117. package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +3 -0
  118. package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.d.ts +1 -1
  119. package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.store.d.ts +4 -6
  120. package/dist/lib/types/components/super-selection-app/funds/custom-fund/default-fund/default-fund.d.ts +0 -2
  121. package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.d.ts +2 -1
  122. package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.d.ts +1 -0
  123. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.d.ts +7 -0
  124. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.d.ts +1 -0
  125. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form.d.ts +0 -1
  126. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund.store.d.ts +0 -3
  127. package/dist/lib/types/components/super-selection-app/header-section/header-section.d.ts +4 -0
  128. package/dist/lib/types/components/super-selection-app/misc/button.d.ts +11 -0
  129. package/dist/lib/types/components/super-selection-app/misc/dropdown-async.d.ts +44 -0
  130. package/dist/lib/types/components/super-selection-app/misc/loading-indicator.d.ts +5 -0
  131. package/dist/lib/types/components/super-selection-app/services/australian-fund-lookup.service.d.ts +1 -0
  132. package/dist/lib/types/components/super-selection-app/services/event-tracking.service.d.ts +4 -0
  133. package/dist/lib/types/components/super-selection-app/services/existing-super-choice-info.service.d.ts +51 -0
  134. package/dist/lib/types/components/super-selection-app/services/feature-flag.service.d.ts +3 -0
  135. package/dist/lib/types/components/super-selection-app/services/navigation.service.d.ts +6 -0
  136. package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts +3 -2
  137. package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.d.ts +6 -3
  138. package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.store.d.ts +8 -0
  139. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.d.ts +9 -0
  140. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.d.ts +7 -0
  141. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-page.d.ts +1 -4
  142. package/dist/lib/types/components/super-selection-app/super-selection-app.d.ts +2 -1
  143. package/dist/lib/types/components.d.ts +148 -97
  144. package/package.json +12 -7
  145. package/dist/lib/apollo-super-selection/assets/logo-qsuper-square.png +0 -0
  146. package/dist/lib/apollo-super-selection/assets/logo-qsuper.png +0 -0
  147. package/dist/lib/apollo-super-selection/p-0623b20a.system.entry.js +0 -69
  148. package/dist/lib/apollo-super-selection/p-13573238.system.js +0 -15
  149. package/dist/lib/apollo-super-selection/p-342cee5a.js +0 -1
  150. package/dist/lib/apollo-super-selection/p-38f24f69.js +0 -1
  151. package/dist/lib/apollo-super-selection/p-642db1f7.system.entry.js +0 -1
  152. package/dist/lib/apollo-super-selection/p-64ebe17d.system.entry.js +0 -1
  153. package/dist/lib/apollo-super-selection/p-7dbe5a2f.system.js +0 -1
  154. package/dist/lib/apollo-super-selection/p-abedb220.entry.js +0 -1
  155. package/dist/lib/apollo-super-selection/p-ae4f5e0b.system.js +0 -1
  156. package/dist/lib/apollo-super-selection/p-c5e41889.entry.js +0 -1
  157. package/dist/lib/apollo-super-selection/p-d82b00ed.system.js +0 -1
  158. package/dist/lib/apollo-super-selection/p-df9ce4b7.js +0 -15
  159. package/dist/lib/apollo-super-selection/p-f7a45412.entry.js +0 -1
  160. package/dist/lib/apollo-super-selection/p-fbe8c6d1.entry.js +0 -14
  161. package/dist/lib/cjs/delay-81aff2f1.js +0 -955
  162. package/dist/lib/cjs/fl-style-guide.cjs.entry.js +0 -90
  163. package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.css +0 -11
  164. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.css +0 -23
  165. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund-standard-choice-page.js +0 -62
  166. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-fund.store.js +0 -10
  167. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-standard-choice-page.js +0 -67
  168. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slatesuper-header.css +0 -0
  169. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slatesuper-header.js +0 -19
  170. package/dist/lib/collection/components/super-selection-app/notifications-section/notifications-section.js +0 -25
  171. package/dist/lib/collection/components/super-selection-app/services/notifications.service.js +0 -37
  172. package/dist/lib/collection/components/super-selection-app/services/notifications.store.js +0 -3
  173. package/dist/lib/collection/components/super-selection-app/services/selected-super-choice-info.service.js +0 -50
  174. package/dist/lib/collection/components/super-selection-app/standard-choice/api/standard-choice.model.js +0 -1
  175. package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-qsuper-square.png +0 -0
  176. package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-qsuper.png +0 -0
  177. package/dist/lib/collection/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.css +0 -18
  178. package/dist/lib/collection/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.js +0 -53
  179. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item.js +0 -296
  180. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.css +0 -70
  181. package/dist/lib/esm/delay-c0555599.js +0 -935
  182. package/dist/lib/esm/fl-style-guide.entry.js +0 -86
  183. package/dist/lib/esm-es5/datorama-akita-79ce4385.js +0 -15
  184. package/dist/lib/esm-es5/delay-c0555599.js +0 -1
  185. package/dist/lib/esm-es5/fl-button_31.entry.js +0 -69
  186. package/dist/lib/esm-es5/fl-style-guide.entry.js +0 -1
  187. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/button/button.css +0 -45
  188. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/dropdown/dropdown.css +0 -9
  189. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/dropdown-async/dropdown-async.css +0 -9
  190. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/loading-indicator/loading-indicator.css +0 -141
  191. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/promise-button/promise-button.css +0 -5
  192. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/style-guide/style-guide.css +0 -0
  193. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund-standard-choice-page.d.ts +0 -8
  194. package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-fund.store.d.ts +0 -7
  195. package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-standard-choice-page.d.ts +0 -8
  196. package/dist/lib/types/components/super-selection-app/funds/slate-super/slatesuper-header.d.ts +0 -3
  197. package/dist/lib/types/components/super-selection-app/notifications-section/notifications-section.d.ts +0 -5
  198. package/dist/lib/types/components/super-selection-app/services/notifications.service.d.ts +0 -15
  199. package/dist/lib/types/components/super-selection-app/services/notifications.store.d.ts +0 -14
  200. package/dist/lib/types/components/super-selection-app/services/selected-super-choice-info.service.d.ts +0 -18
  201. package/dist/lib/types/components/super-selection-app/standard-choice/api/standard-choice.model.d.ts +0 -3
  202. package/dist/lib/types/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.d.ts +0 -5
  203. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item.d.ts +0 -22
@@ -1,14 +0,0 @@
1
- import{r as t,h as n,c as e,g as i,f as r,H as o,a as s,d as a,e as u,s as c}from"./p-082669d9.js";import{f as l,m as f,S as d,a as h,i as p,d as v,b as m,c as b,g as w,Q as g}from"./p-df9ce4b7.js";import{g as y,O as x,j as k,k as S,a as C}from"./p-342cee5a.js";import{A}from"./p-61734b66.js";function _(){}function E(t,n,e=Number.POSITIVE_INFINITY){return"function"==typeof n?i=>i.pipe(E(((e,i)=>l(t(e,i)).pipe(f(((t,r)=>n(e,t,i,r))))),e)):("number"==typeof n&&(e=n),n=>n.lift(new B(t,e)))}class B{constructor(t,n=Number.POSITIVE_INFINITY){this.project=t,this.concurrent=n}call(t,n){return n.subscribe(new F(t,this.project,this.concurrent))}}class F extends d{constructor(t,n,e=Number.POSITIVE_INFINITY){super(t),this.project=n,this.concurrent=e,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}_next(t){this.active<this.concurrent?this._tryNext(t):this.buffer.push(t)}_tryNext(t){let n;const e=this.index++;try{n=this.project(t,e)}catch(t){return void this.destination.error(t)}this.active++,this._innerSub(n)}_innerSub(t){const n=new h(this),e=this.destination;e.add(n);const i=p(t,n);i!==n&&e.add(i)}_complete(){this.hasCompleted=!0,0===this.active&&0===this.buffer.length&&this.destination.complete(),this.unsubscribe()}notifyNext(t){this.destination.next(t)}notifyComplete(){const t=this.buffer;this.active--,t.length>0?this._next(t.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()}}function j(t,n,e,i){return k(e)&&(i=e,e=void 0),i?j(t,n,e).pipe(f((t=>y(t)?i(...t):i(t)))):new x((i=>{I(t,n,(function(t){i.next(arguments.length>1?Array.prototype.slice.call(arguments):t)}),i,e)}))}function I(t,n,e,i,r){let o;if(function(t){return t&&"function"==typeof t.addEventListener&&"function"==typeof t.removeEventListener}(t)){const i=t;t.addEventListener(n,e,r),o=()=>i.removeEventListener(n,e,r)}else if(function(t){return t&&"function"==typeof t.on&&"function"==typeof t.off}(t)){const i=t;t.on(n,e),o=()=>i.off(n,e)}else if(function(t){return t&&"function"==typeof t.addListener&&"function"==typeof t.removeListener}(t)){const i=t;t.addListener(n,e),o=()=>i.removeListener(n,e)}else{if(!t||!t.length)throw new TypeError("Invalid event target");for(let o=0,s=t.length;o<s;o++)I(t[o],n,e,i,r)}i.add(o)}class M{constructor(t,n){this.dueTime=t,this.scheduler=n}call(t,n){return n.subscribe(new T(t,this.dueTime,this.scheduler))}}class T extends C{constructor(t,n,e){super(t),this.dueTime=n,this.scheduler=e,this.debouncedSubscription=null,this.lastValue=null,this.hasValue=!1}_next(t){this.clearDebounce(),this.lastValue=t,this.hasValue=!0,this.add(this.debouncedSubscription=this.scheduler.schedule(P,this.dueTime,this))}_complete(){this.debouncedNext(),this.destination.complete()}debouncedNext(){if(this.clearDebounce(),this.hasValue){const{lastValue:t}=this;this.lastValue=null,this.hasValue=!1,this.destination.next(t)}}clearDebounce(){const t=this.debouncedSubscription;null!==t&&(this.remove(t),t.unsubscribe(),this.debouncedSubscription=null)}}function P(t){t.debouncedNext()}function R(t,n,e){return function(i){return i.lift(new N(t,n,e))}}class N{constructor(t,n,e){this.nextOrObserver=t,this.error=n,this.complete=e}call(t,n){return n.subscribe(new D(t,this.nextOrObserver,this.error,this.complete))}}class D extends C{constructor(t,n,e,i){super(t),this._tapNext=_,this._tapError=_,this._tapComplete=_,this._tapError=e||_,this._tapComplete=i||_,k(n)?(this._context=this,this._tapNext=n):n&&(this._context=n,this._tapNext=n.next||_,this._tapError=n.error||_,this._tapComplete=n.complete||_)}_next(t){try{this._tapNext.call(this._context,t)}catch(t){return void this.destination.error(t)}this.destination.next(t)}_error(t){try{this._tapError.call(this._context,t)}catch(t){return void this.destination.error(t)}this.destination.error(t)}_complete(){try{this._tapComplete.call(this._context)}catch(t){return void this.destination.error(t)}return this.destination.complete()}}var O=function(t){return"Some"===t._tag},U=function(t){return"None"===t._tag},L={_tag:"None"},q=function(t){return{_tag:"Some",value:t}};function z(t){return null==t?L:q(t)}class V{constructor(t){this.factory=t,this._value=L}get value(){if(O(this._value))return this._value.value;const t=this.factory();return this._value=q(t),t}}function H(t){A.injectProps(t,["history","location"])}const W=new RegExp(["(\\\\.)","(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?"].join("|"),"g"),$=t=>t.replace(/([.+*?=^!:${}()[\]|/\\])/g,"\\$1"),X=t=>t.replace(/([=!:$/()])/g,"\\$1"),J=t=>t&&t.sensitive?"":"i",G=(t,n,e)=>{for(var i=(e=e||{}).strict,r=!1!==e.end,o=$(e.delimiter||"/"),s=e.delimiters||"./",a=[].concat(e.endsWith||[]).map($).concat("$").join("|"),u="",c=!1,l=0;l<t.length;l++){var f=t[l];if("string"==typeof f)u+=$(f),c=l===t.length-1&&s.indexOf(f[f.length-1])>-1;else{var d=$(f.prefix||""),h=f.repeat?"(?:"+f.pattern+")(?:"+d+"(?:"+f.pattern+"))*":f.pattern;n&&n.push(f),u+=f.optional?f.partial?d+"("+h+")?":"(?:"+d+"("+h+"))?":d+"("+h+")"}}return r?(i||(u+="(?:"+o+")?"),u+="$"===a?"$":"(?="+a+")"):(i||(u+="(?:"+o+"(?="+a+"))?"),c||(u+="(?="+o+"|"+a+")")),new RegExp("^"+u,J(e))},K=(t,n,e)=>t instanceof RegExp?((t,n)=>{if(!n)return t;var e=t.source.match(/\((?!\?)/g);if(e)for(var i=0;i<e.length;i++)n.push({name:i,prefix:null,delimiter:null,optional:!1,repeat:!1,partial:!1,pattern:null});return t})(t,n):Array.isArray(t)?((t,n,e)=>{for(var i=[],r=0;r<t.length;r++)i.push(K(t[r],n,e).source);return new RegExp("(?:"+i.join("|")+")",J(e))})(t,n,e):((t,n,e)=>G(((t,n)=>{for(var e,i=[],r=0,o=0,s="",a=n&&n.delimiter||"/",u=n&&n.delimiters||"./",c=!1;null!==(e=W.exec(t));){var l=e[0],f=e[1],d=e.index;if(s+=t.slice(o,d),o=d+l.length,f)s+=f[1],c=!0;else{var h="",p=t[o],v=e[2],m=e[3],b=e[4],w=e[5];if(!c&&s.length){var g=s.length-1;u.indexOf(s[g])>-1&&(h=s[g],s=s.slice(0,g))}s&&(i.push(s),s="",c=!1);var y=h||a,x=m||b;i.push({name:v||r++,prefix:h,delimiter:y,optional:"?"===w||"*"===w,repeat:"+"===w||"*"===w,partial:""!==h&&void 0!==p&&p!==h,pattern:x?X(x):"[^"+$(y)+"]+?"})}}return(s||o<t.length)&&i.push(s+t.substr(o)),i})(t,e),n,e))(t,n,e),Y=(t,n)=>new RegExp("^"+n+"(\\/|\\?|#|$)","i").test(t),Q=(t,n)=>Y(t,n)?t.substr(n.length):t,Z=t=>"/"===t.charAt(t.length-1)?t.slice(0,-1):t,tt=t=>"/"===t.charAt(0)?t:"/"+t,nt=t=>"/"===t.charAt(0)?t.substr(1):t,et=t=>{const{pathname:n,search:e,hash:i}=t;let r=n||"/";return e&&"?"!==e&&(r+="?"===e.charAt(0)?e:"?"+e),i&&"#"!==i&&(r+="#"===i.charAt(0)?i:"#"+i),r},it=t=>"/"===t.charAt(0),rt=t=>Math.random().toString(36).substr(2,t),ot=(t,n)=>{for(let e=n,i=e+1,r=t.length;i<r;e+=1,i+=1)t[e]=t[i];t.pop()},st=(t,n)=>{if(t===n)return!0;if(null==t||null==n)return!1;if(Array.isArray(t))return Array.isArray(n)&&t.length===n.length&&t.every(((t,e)=>st(t,n[e])));const e=typeof t;if(e!==typeof n)return!1;if("object"===e){const e=t.valueOf(),i=n.valueOf();if(e!==t||i!==n)return st(e,i);const r=Object.keys(t),o=Object.keys(n);return r.length===o.length&&r.every((e=>st(t[e],n[e])))}return!1},at=(t,n,e,i)=>{let r;"string"==typeof t?(r=(t=>{let n=t||"/",e="",i="";const r=n.indexOf("#");-1!==r&&(i=n.substr(r),n=n.substr(0,r));const o=n.indexOf("?");return-1!==o&&(e=n.substr(o),n=n.substr(0,o)),{pathname:n,search:"?"===e?"":e,hash:"#"===i?"":i,query:{},key:""}})(t),void 0!==n&&(r.state=n)):(r=Object.assign({pathname:""},t),r.search&&"?"!==r.search.charAt(0)&&(r.search="?"+r.search),r.hash&&"#"!==r.hash.charAt(0)&&(r.hash="#"+r.hash),void 0!==n&&void 0===r.state&&(r.state=n));try{r.pathname=decodeURI(r.pathname)}catch(t){throw t instanceof URIError?new URIError('Pathname "'+r.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):t}var o;return r.key=e,i?r.pathname?"/"!==r.pathname.charAt(0)&&(r.pathname=((t,n="")=>{let e,i=n&&n.split("/")||[],r=0;const o=t&&t.split("/")||[],s=t&&it(t),a=n&&it(n),u=s||a;if(t&&it(t)?i=o:o.length&&(i.pop(),i=i.concat(o)),!i.length)return"/";if(i.length){const t=i[i.length-1];e="."===t||".."===t||""===t}else e=!1;for(let t=i.length;t>=0;t--){const n=i[t];"."===n?ot(i,t):".."===n?(ot(i,t),r++):r&&(ot(i,t),r--)}if(!u)for(;r--;r)i.unshift("..");!u||""===i[0]||i[0]&&it(i[0])||i.unshift("");let c=i.join("/");return e&&"/"!==c.substr(-1)&&(c+="/"),c})(r.pathname,i.pathname)):r.pathname=i.pathname:r.pathname||(r.pathname="/"),r.query=(o=r.search||"")?(/^[?#]/.test(o)?o.slice(1):o).split("&").reduce(((t,n)=>{let[e,i]=n.split("=");return t[e]=i?decodeURIComponent(i.replace(/\+/g," ")):"",t}),{}):{},r};let ut=0;const ct={},lt=(t,n={})=>{"string"==typeof n&&(n={path:n});const{path:e="/",exact:i=!1,strict:r=!1}=n,{re:o,keys:s}=((t,n)=>{const e=`${n.end}${n.strict}`,i=ct[e]||(ct[e]={}),r=JSON.stringify(t);if(i[r])return i[r];const o=[],s={re:K(t,o,n),keys:o};return ut<1e4&&(i[r]=s,ut+=1),s})(e,{end:i,strict:r}),a=o.exec(t);if(!a)return null;const[u,...c]=a,l=t===u;return i&&!l?null:{path:e,url:"/"===e&&""===u?"/":u,isExact:l,params:s.reduce(((t,n,e)=>(t[n.name]=c[e],t)),{})}},ft=class{constructor(n){t(this,n),this.isBlockElement=!1,this.disabled=!1,this.variant="primary"}render(){return n("button",{class:{"btn position-relative px-3 py-2":!0,"is-primary":"primary"===this.variant,"is-secondary":"secondary"===this.variant,"btn-block":this.isBlockElement,disabled:this.disabled},style:{"pointer-events":this.disabled?"none":"auto"},disabled:this.disabled},n("span",{class:"label"},n("slot",null)))}};ft.style=":host button,:host button:focus,:host button:active,:host button.focus,:host button.active{-webkit-box-shadow:none;box-shadow:none;border-radius:var(--fl-rounding-button) !important}:host button.disabled,:host button:disabled{opacity:1 !important;cursor:not-allowed !important;color:var(--fl-color-disabled)}:host button .label{font-weight:600 !important}:host button.is-primary{color:var(--fl-color-primary-text);background-color:var(--fl-color-primary);border:none}:host button.is-primary.disabled,:host button.is-primary:disabled{background-color:var(--fl-color-primary-disabled)}:host button.is-primary:hover:not(.disabled),:host button.is-primary:hover:not(:disabled){background-color:var(--fl-color-primary-hover)}:host button.is-primary:active:not(.disabled),:host button.is-primary:active:not(:disabled){background-color:var(--fl-color-primary-focus)}:host button.is-secondary{color:var(--fl-color-secondary-text);background-color:var(--fl-color-secondary)}:host button.is-secondary.disabled,:host button.is-secondary:disabled{background-color:var(--fl-color-secondary-disabled)}:host button.is-secondary:hover:not(.disabled),:host button.is-secondary:hover:not(:disabled){background-color:var(--fl-color-secondary-hover)}:host button.is-secondary:active:not(.disabled),:host button.is-secondary:active:not(:disabled){background-color:var(--fl-color-secondary-focus)}:host button.is-block{display:block}:host button:disabled,:host button.disabled{pointer-events:none}";var dt={compareTwoStrings:ht,findBestMatch:function(t,n){if(!function(t,n){return"string"==typeof t&&!!Array.isArray(n)&&!!n.length&&!n.find((t=>"string"!=typeof t))}(t,n))throw new Error("Bad arguments: First argument should be a string, second should be an array of strings");const e=[];let i=0;for(let r=0;r<n.length;r++){const o=n[r],s=ht(t,o);e.push({target:o,rating:s}),s>e[i].rating&&(i=r)}return{ratings:e,bestMatch:e[i],bestMatchIndex:i}}};function ht(t,n){if(t=t.replace(/\s+/g,""),n=n.replace(/\s+/g,""),!t.length&&!n.length)return 1;if(!t.length||!n.length)return 0;if(t===n)return 1;if(1===t.length&&1===n.length)return 0;if(t.length<2||n.length<2)return 0;let e=new Map;for(let n=0;n<t.length-1;n++){const i=t.substring(n,n+2),r=e.has(i)?e.get(i)+1:1;e.set(i,r)}let i=0;for(let t=0;t<n.length-1;t++){const r=n.substring(t,t+2),o=e.has(r)?e.get(r):0;o>0&&(e.set(r,o-1),i++)}return 2*i/(t.length+n.length-2)}const pt=class{constructor(i){t(this,i),this.valueChanged=e(this,"valueChanged",7),this.required=!1,this.disabled=!1,this.isMouseOver=!1,this.inputValue="",this.isDropdownVisible=!1,this.filteredOptions=[],this.renderFilteredResults=()=>0===this.filteredOptions.length?n("span",{class:"dropdown-item disabled"},"No items match your search"):this.filteredOptions.map(((t,e)=>n("span",{class:{"dropdown-item text-wrap":!0,selected:this.isOptionSelected(t),active:this.highlightedOptionIndex===e},onClick:()=>{this.toggleDropdown(!1),this.selectOption(t)}},n("span",null,t.label)))),this.filterResults=t=>{this.filteredOptions=this.sortOptionsByRelevancy(this._options.filter((n=>n.label.toLowerCase().includes(t.toLowerCase()))),t),this.highlightedOptionIndex=void 0},this.selectOption=t=>{this.selectedOption=t,this.inputValue=t.label,this.valueChanged.emit(t)},this.isOptionSelected=t=>{var n;return(null===(n=this.selectedOption)||void 0===n?void 0:n.label)===t.label},this.toggleDropdown=t=>{this.isDropdownVisible=t},this.resetInput=()=>{var t,n;this.inputValue=null!==(n=null===(t=this.selectedOption)||void 0===t?void 0:t.label)&&void 0!==n?n:"",this.filteredOptions=this._options},this.processKeyboardNavigation=t=>{switch(t.key){case"ArrowDown":return this.toggleDropdown(!0),this.highlightNextItem(),!0;case"ArrowUp":return this.highlightPreviousItem(),!0;case"Enter":return void 0!==this.highlightedOptionIndex&&(this.toggleDropdown(!1),this.selectOption(this.filteredOptions[this.highlightedOptionIndex])),!0;case"Escape":return this.inputElement.blur(),!0}return!1},this.highlightPreviousItem=()=>{0!==this.filteredOptions.length&&(this.highlightedOptionIndex=void 0===this.highlightedOptionIndex?0:Math.max(this.highlightedOptionIndex-1,0))},this.highlightNextItem=()=>{0!==this.filteredOptions.length&&(this.highlightedOptionIndex=void 0===this.highlightedOptionIndex?0:Math.min(this.highlightedOptionIndex+1,this.filteredOptions.length-1))}}get _options(){if(void 0===this.options)throw new Error("Can't render <fl-dropdown /> component with no options");return this.options}componentWillLoad(){var t,n;this.filteredOptions=this._options,this.selectedOption=this._options.find((t=>t.value===this.value)),this.inputValue=null!==(n=null===(t=this.selectedOption)||void 0===t?void 0:t.label)&&void 0!==n?n:""}handleFocus(){this.toggleDropdown(!0)}handleBlur(){this.isMouseOver||(this.toggleDropdown(!1),this.resetInput())}handleKeyDown(t){this.processKeyboardNavigation(t)&&t.preventDefault()}onOptionsChanged(){this.filteredOptions=this._options}onValueChanged(){var t,n;this.selectedOption=this._options.find((t=>t.value===this.value)),this.inputValue=null!==(n=null===(t=this.selectedOption)||void 0===t?void 0:t.label)&&void 0!==n?n:""}render(){var t;return[n("div",{class:"dropdown"},n("input",{type:"text",class:"form-control custom-select",placeholder:this.placeholder,required:this.required,disabled:this.disabled,value:this.inputValue,onInput:t=>{const n=t.target.value;this.inputValue=n,this.filterResults(n),this.toggleDropdown(!0)},ref:t=>this.inputElement=t}),n("div",{class:{"invalid-feedback":!0,"d-none":this.isDropdownVisible}},null!==(t=this.requiredValidationMessage)&&void 0!==t?t:"Required."),n("div",{class:{"dropdown-menu shadow mt-0 w-100 overflow-auto":!0,show:this.isDropdownVisible},onMouseEnter:()=>this.isMouseOver=!0,onMouseLeave:()=>this.isMouseOver=!1},this.renderFilteredResults()))]}sortOptionsByRelevancy(t,n){return t.map((t=>Object.assign(Object.assign({},t),{relevancyScore:dt.compareTwoStrings(t.label.toLowerCase(),n.toLowerCase())}))).sort(((t,n)=>n.relevancyScore-t.relevancyScore)).map((t=>({label:t.label,value:t.value})))}static get watchers(){return{options:["onOptionsChanged"],value:["onValueChanged"]}}};pt.style="fl-dropdown .dropdown-menu{max-height:min(20rem, 50vh)}fl-dropdown .dropdown-menu .dropdown-item{cursor:pointer}fl-dropdown .dropdown-menu .dropdown-item.selected{background-color:rgba(253, 189, 0, 0.5)}";const vt=class{constructor(i){t(this,i),this.valueChanged=e(this,"valueChanged",7),this.required=!1,this.disabled=!1,this.minSearchStringLength=3,this.isMouseOver=!1,this.searchState="pristine",this.inputValue="",this.isDropdownVisible=!1,this.filteredOptions=[],this.shouldExecuteSearch=t=>{var n;return this.isDropdownVisible&&(null==t?void 0:t.length)>=this.minSearchStringLength&&(null===(n=this.selectedOption)||void 0===n?void 0:n.label)!==t},this.onBeginSearch=t=>{this.inputValue=t,this.searchState="in progress"},this.onCompleteSearch=t=>{this.filteredOptions=t,this.highlightedOptionIndex=void 0,this.searchState="done"},this.renderFilteredResults=()=>"pristine"===this.searchState?n("span",{class:"dropdown-item disabled"},"Start typing to find the results"):"in progress"===this.searchState?n("div",{class:"d-flex justify-content-end align-items-center pr-4"},n("span",{class:"dropdown-item disabled"},"Searching..."),n("i",{class:"dot-falling"})):0===this.filteredOptions.length?n("span",{class:"dropdown-item disabled"},"No items match your search"):this.filteredOptions.map(((t,e)=>n("span",{class:{"dropdown-item text-wrap":!0,selected:this.isOptionSelected(t),active:this.highlightedOptionIndex===e},onClick:()=>{this.toggleDropdown(!1),this.selectOption(t)}},t.label))),this.resetInput=()=>{var t,n;this.inputValue=null!==(n=null===(t=this.selectedOption)||void 0===t?void 0:t.label)&&void 0!==n?n:""},this.toggleDropdown=t=>{this.isDropdownVisible=t},this.processKeyboardNavigation=t=>{switch(t.key){case"ArrowDown":return this.toggleDropdown(!0),this.highlightNextItem(),!0;case"ArrowUp":return this.highlightPreviousItem(),!0;case"Enter":return void 0!==this.highlightedOptionIndex&&(this.toggleDropdown(!1),this.selectOption(this.filteredOptions[this.highlightedOptionIndex])),!0;case"Escape":return this.inputElement.blur(),!0}return!1},this.highlightPreviousItem=()=>{0!==this.filteredOptions.length&&(this.highlightedOptionIndex=void 0===this.highlightedOptionIndex?0:Math.max(this.highlightedOptionIndex-1,0))},this.highlightNextItem=()=>{0!==this.filteredOptions.length&&(this.highlightedOptionIndex=void 0===this.highlightedOptionIndex?0:Math.min(this.highlightedOptionIndex+1,this.filteredOptions.length-1))},this.selectOption=t=>{this.selectedOption=t,this.inputValue=t.label,this.valueChanged.emit(t)},this.isOptionSelected=t=>{var n;return(null===(n=this.selectedOption)||void 0===n?void 0:n.label)===t.label}}componentWillLoad(){this.selectedOption=this.value}componentDidLoad(){this.searchResultsSubscription=j(this.inputElement,"keyup").pipe(function(t,n=S){return e=>e.lift(new M(t,n))}(500),f((()=>this.inputElement.value)),v(),m(this.shouldExecuteSearch),R(this.onBeginSearch),E(this._searchFunction),R(this.onCompleteSearch)).subscribe()}componentDidUnload(){this.searchResultsSubscription.unsubscribe()}handleFocus(){this.toggleDropdown(!0)}handleBlur(){this.isMouseOver||(this.toggleDropdown(!1),this.highlightedOptionIndex=void 0,this.resetInput())}handleKeyDown(t){this.processKeyboardNavigation(t)&&t.preventDefault()}render(){var t;return[n("div",{class:"dropdown"},n("input",{type:"text",class:"form-control",placeholder:this.placeholder,required:this.required,disabled:this.disabled,value:this.inputValue,ref:t=>this.inputElement=t}),n("div",{class:{"invalid-feedback":!0,"d-none":this.isDropdownVisible}},null!==(t=this.requiredValidationMessage)&&void 0!==t?t:"Required."),n("div",{class:{"dropdown-menu shadow mt-0 w-100 overflow-auto":!0,show:this.isDropdownVisible},onMouseEnter:()=>this.isMouseOver=!0,onMouseLeave:()=>this.isMouseOver=!1},this.renderFilteredResults()))]}get _searchFunction(){if(void 0===this.searchFunction)throw new Error("Can't render <fl-dropdown-async/> component with no searchFunction");return this.searchFunction}};vt.style="fl-dropdown .dropdown-menu{max-height:min(20rem, 50vh)}fl-dropdown .dropdown-menu .dropdown-item{cursor:pointer}fl-dropdown .dropdown-menu .dropdown-item.selected{background-color:rgba(253, 189, 0, 0.5)}";const mt=class{constructor(n){t(this,n),this.theme="default"}render(){return n("span",{class:{"dots-container d-inline-flex justify-content-center":!0}},n("span",{class:{"dot-flashing":!0,"theme-default":"default"===this.theme,"theme-dark":"dark"===this.theme}}))}};var bt;mt.style='fl-loading-indicator .dots-container{width:36px}fl-loading-indicator .dot-flashing.theme-default{position:relative;width:8px;height:8px;border-radius:4px;background-color:#66efc5;color:#9880ff;-webkit-animation:dot-flashing-default 2s infinite linear;animation:dot-flashing-default 2s infinite linear;-webkit-animation-delay:0.5s;animation-delay:0.5s}@-webkit-keyframes dot-flashing-default{0%{background-color:#66efc5}25%{background-color:#12aa7c}50%,100%{background-color:#66efc5}}@keyframes dot-flashing-default{0%{background-color:#66efc5}25%{background-color:#12aa7c}50%,100%{background-color:#66efc5}}fl-loading-indicator .dot-flashing.theme-default::before,fl-loading-indicator .dot-flashing.theme-default::after{content:"";display:inline-block;position:absolute;top:0}fl-loading-indicator .dot-flashing.theme-default::before{left:-12px;width:8px;height:8px;border-radius:4px;background-color:#66efc5;color:#9880ff;-webkit-animation:dot-flashing-default 2s infinite linear;animation:dot-flashing-default 2s infinite linear;-webkit-animation-delay:0s;animation-delay:0s}@keyframes dot-flashing-default{0%{background-color:#66efc5}25%{background-color:#12aa7c}50%,100%{background-color:#66efc5}}fl-loading-indicator .dot-flashing.theme-default::after{left:12px;width:8px;height:8px;border-radius:4px;background-color:#66efc5;color:#9880ff;-webkit-animation:dot-flashing-default 2s infinite linear;animation:dot-flashing-default 2s infinite linear;-webkit-animation-delay:1s;animation-delay:1s}@keyframes dot-flashing-default{0%{background-color:#66efc5}25%{background-color:#12aa7c}50%,100%{background-color:#66efc5}}fl-loading-indicator .dot-flashing.theme-dark{position:relative;width:8px;height:8px;border-radius:4px;background-color:#a7a7a7;color:#9880ff;-webkit-animation:dot-flashing-dark 2s infinite linear;animation:dot-flashing-dark 2s infinite linear;-webkit-animation-delay:0.5s;animation-delay:0.5s}@-webkit-keyframes dot-flashing-dark{0%{background-color:#a7a7a7}25%{background-color:#5b5a5a}50%,100%{background-color:#a7a7a7}}@keyframes dot-flashing-dark{0%{background-color:#a7a7a7}25%{background-color:#5b5a5a}50%,100%{background-color:#a7a7a7}}fl-loading-indicator .dot-flashing.theme-dark::before,fl-loading-indicator .dot-flashing.theme-dark::after{content:"";display:inline-block;position:absolute;top:0}fl-loading-indicator .dot-flashing.theme-dark::before{left:-12px;width:8px;height:8px;border-radius:4px;background-color:#a7a7a7;color:#9880ff;-webkit-animation:dot-flashing-dark 2s infinite linear;animation:dot-flashing-dark 2s infinite linear;-webkit-animation-delay:0s;animation-delay:0s}@keyframes dot-flashing-dark{0%{background-color:#a7a7a7}25%{background-color:#5b5a5a}50%,100%{background-color:#a7a7a7}}fl-loading-indicator .dot-flashing.theme-dark::after{left:12px;width:8px;height:8px;border-radius:4px;background-color:#a7a7a7;color:#9880ff;-webkit-animation:dot-flashing-dark 2s infinite linear;animation:dot-flashing-dark 2s infinite linear;-webkit-animation-delay:1s;animation-delay:1s}@keyframes dot-flashing-dark{0%{background-color:#a7a7a7}25%{background-color:#5b5a5a}50%,100%{background-color:#a7a7a7}}',function(t){t[t.Available=0]="Available",t[t.Pending=1]="Pending",t[t.Error=2]="Error"}(bt||(bt={}));const wt=class{constructor(n){t(this,n),this.isBlockElement=!1,this.isRounded=!1,this.disabled=!1,this.variant="primary",this.promiseFn=()=>Promise.resolve(),this.state=bt.Available}render(){return this.state===bt.Pending?this.renderLoadingButton():this.renderActiveButton()}renderActiveButton(){return n("fl-button",{disabled:this.disabled,onClick:()=>this.clicked(),isBlockElement:this.isBlockElement,variant:this.variant},n("div",null,n("slot",null)))}renderLoadingButton(){return n("fl-button",{disabled:!0,onClick:()=>this.clicked(),isBlockElement:this.isBlockElement,class:"position-relative",variant:this.variant},n("fl-loading-indicator",{class:"position-absolute",theme:"dark"}),n("div",{class:"invisible"},n("slot",null)))}async clicked(){this.state=bt.Pending;try{await this.promiseFn(),this.state=bt.Available}catch(t){throw this.state=bt.Error,t}}};function gt(t,n){void 0===n&&(n="*"),t.sender="flare",window.parent.postMessage(t,n)}wt.style="fl-promise-button fl-loading-indicator{left:50%;top:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}";const yt=function(){gt({type:"appReady"})},xt=function(t,n){gt({type:"contentResized",height:t,width:n})},kt=function(t){gt({type:"pageNavigated",url:t})},St=function(){gt({type:"complete"})},Ct=function(){gt({type:"submitSuccess"})},At=t=>!("isConnected"in t)||t.isConnected,_t=(()=>{let t;return(...n)=>{t&&clearTimeout(t),t=setTimeout((()=>{t=0,(t=>{for(let n of t.keys())t.set(n,t.get(n).filter(At))})(...n)}),2e3)}})(),Et=(t,n)=>{const e=((t,n=((t,n)=>t!==n))=>{let e=new Map(Object.entries(null!=t?t:{}));const i={dispose:[],get:[],set:[],reset:[]},r=()=>{e=new Map(Object.entries(null!=t?t:{})),i.reset.forEach((t=>t()))},o=t=>(i.get.forEach((n=>n(t))),e.get(t)),s=(t,r)=>{const o=e.get(t);n(r,o,t)&&(e.set(t,r),i.set.forEach((n=>n(t,r,o))))},a="undefined"==typeof Proxy?{}:new Proxy(t,{get:(t,n)=>o(n),ownKeys:()=>Array.from(e.keys()),getOwnPropertyDescriptor:()=>({enumerable:!0,configurable:!0}),has:(t,n)=>e.has(n),set:(t,n,e)=>(s(n,e),!0)}),u=(t,n)=>(i[t].push(n),()=>{((t,n)=>{const e=t.indexOf(n);e>=0&&(t[e]=t[t.length-1],t.length--)})(i[t],n)});return{state:a,get:o,set:s,on:u,onChange:(n,e)=>{const i=u("set",((t,i)=>{t===n&&e(i)})),r=u("reset",(()=>e(t[n])));return()=>{i(),r()}},use:(...t)=>t.forEach((t=>{t.set&&u("set",t.set),t.get&&u("get",t.get),t.reset&&u("reset",t.reset)})),dispose:()=>{i.dispose.forEach((t=>t())),r()},reset:r}})(t,n);return(({on:t})=>{const n=new Map;"function"==typeof i&&(t("dispose",(()=>{n.clear()})),t("get",(t=>{const e=i();e&&((t,n,e)=>{const i=t.get(n);i?i.includes(e)||i.push(e):t.set(n,[e])})(n,t,e)})),t("set",(t=>{const e=n.get(t);e&&n.set(t,e.filter(r)),_t(n)})),t("reset",(()=>{n.forEach((t=>t.forEach(r))),_t(n)})))})(e),e};function Bt(t,n,e){return t(e={path:n,exports:{},require:function(){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}()}},e.exports),e.exports}var Ft=Bt((function(t,n){function e(t){return t}function i(t){return function(){return t}}function r(){throw new Error("Called `absurd` function which should be uncallable")}Object.defineProperty(n,"__esModule",{value:!0}),n.bindTo_=n.bind_=n.hole=n.pipe=n.untupled=n.tupled=n.absurd=n.decrement=n.increment=n.tuple=n.flow=n.flip=n.constVoid=n.constUndefined=n.constNull=n.constFalse=n.constTrue=n.constant=n.not=n.unsafeCoerce=n.identity=void 0,n.identity=e,n.unsafeCoerce=e,n.not=function(t){return function(n){return!t(n)}},n.constant=i,n.constTrue=i(!0),n.constFalse=i(!1),n.constNull=i(null),n.constUndefined=i(void 0),n.constVoid=n.constUndefined,n.flip=function(t){return function(n,e){return t(e,n)}},n.flow=function(t,n,e,i,r,o,s,a,u){switch(arguments.length){case 1:return t;case 2:return function(){return n(t.apply(this,arguments))};case 3:return function(){return e(n(t.apply(this,arguments)))};case 4:return function(){return i(e(n(t.apply(this,arguments))))};case 5:return function(){return r(i(e(n(t.apply(this,arguments)))))};case 6:return function(){return o(r(i(e(n(t.apply(this,arguments))))))};case 7:return function(){return s(o(r(i(e(n(t.apply(this,arguments)))))))};case 8:return function(){return a(s(o(r(i(e(n(t.apply(this,arguments))))))))};case 9:return function(){return u(a(s(o(r(i(e(n(t.apply(this,arguments)))))))))}}},n.tuple=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];return t},n.increment=function(t){return t+1},n.decrement=function(t){return t-1},n.absurd=r,n.tupled=function(t){return function(n){return t.apply(void 0,n)}},n.untupled=function(t){return function(){for(var n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];return t(n)}},n.pipe=function(t,n,e,i,r,o,s,a,u,c,l,f,d,h,p,v,m,b,w,g){switch(arguments.length){case 1:return t;case 2:return n(t);case 3:return e(n(t));case 4:return i(e(n(t)));case 5:return r(i(e(n(t))));case 6:return o(r(i(e(n(t)))));case 7:return s(o(r(i(e(n(t))))));case 8:return a(s(o(r(i(e(n(t)))))));case 9:return u(a(s(o(r(i(e(n(t))))))));case 10:return c(u(a(s(o(r(i(e(n(t)))))))));case 11:return l(c(u(a(s(o(r(i(e(n(t))))))))));case 12:return f(l(c(u(a(s(o(r(i(e(n(t)))))))))));case 13:return d(f(l(c(u(a(s(o(r(i(e(n(t))))))))))));case 14:return h(d(f(l(c(u(a(s(o(r(i(e(n(t)))))))))))));case 15:return p(h(d(f(l(c(u(a(s(o(r(i(e(n(t))))))))))))));case 16:return v(p(h(d(f(l(c(u(a(s(o(r(i(e(n(t)))))))))))))));case 17:return m(v(p(h(d(f(l(c(u(a(s(o(r(i(e(n(t))))))))))))))));case 18:return b(m(v(p(h(d(f(l(c(u(a(s(o(r(i(e(n(t)))))))))))))))));case 19:return w(b(m(v(p(h(d(f(l(c(u(a(s(o(r(i(e(n(t))))))))))))))))));case 20:return g(w(b(m(v(p(h(d(f(l(c(u(a(s(o(r(i(e(n(t)))))))))))))))))))}},n.hole=r,n.bind_=function(t,n,e){var i;return Object.assign({},t,((i={})[n]=e,i))},n.bindTo_=function(t){return function(n){var e;return(e={})[t]=n,e}}})),jt=Bt((function(t,n){function e(t){return null==t?n.none:n.some(t)}function i(t){return"Right"===t._tag?n.none:n.some(t.left)}function r(t){return"Left"===t._tag?n.none:n.some(t.right)}function o(t){return function(i){return n.isNone(i)?n.none:e(t(i.value))}}Object.defineProperty(n,"__esModule",{value:!0}),n.getApplySemigroup=n.getOrd=n.getEq=n.getShow=n.URI=n.wilt=n.wither=n.sequence=n.traverse=n.partitionMap=n.partition=n.filterMap=n.filter=n.separate=n.compact=n.reduceRight=n.foldMap=n.reduce=n.duplicate=n.extend=n.throwError=n.zero=n.alt=n.altW=n.flatten=n.chainFirst=n.chain=n.of=n.apSecond=n.apFirst=n.ap=n.map=n.chainNullableK=n.mapNullable=n.fromNullableK=n.getOrElse=n.getOrElseW=n.toUndefined=n.toNullable=n.fold=n.fromEither=n.getRight=n.getLeft=n.tryCatch=n.fromPredicate=n.fromNullable=n.some=n.none=n.isNone=n.isSome=void 0,n.sequenceArray=n.traverseArray=n.traverseArrayWithIndex=n.apS=n.bind=n.bindTo=n.Do=n.getRefinement=n.exists=n.elem=n.option=n.MonadThrow=n.Witherable=n.Traversable=n.Filterable=n.Compactable=n.Extend=n.Alternative=n.Alt=n.Foldable=n.Monad=n.Applicative=n.Functor=n.getMonoid=n.getLastMonoid=n.getFirstMonoid=n.getApplyMonoid=void 0,n.isSome=function(t){return"Some"===t._tag},n.isNone=function(t){return"None"===t._tag},n.none={_tag:"None"},n.some=function(t){return{_tag:"Some",value:t}},n.fromNullable=e,n.fromPredicate=function(t){return function(e){return t(e)?n.some(e):n.none}},n.tryCatch=function(t){try{return n.some(t())}catch(t){return n.none}},n.getLeft=i,n.getRight=r,n.fromEither=r,n.fold=function(t,e){return function(i){return n.isNone(i)?t():e(i.value)}},n.toNullable=function(t){return n.isNone(t)?null:t.value},n.toUndefined=function(t){return n.isNone(t)?void 0:t.value},n.getOrElseW=function(t){return function(e){return n.isNone(e)?t():e.value}},n.getOrElse=n.getOrElseW,n.fromNullableK=function(t){return function(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];return e(t.apply(void 0,n))}},n.mapNullable=o,n.chainNullableK=o;var s=function(t,e){return Ft.pipe(t,n.map(e))},a=function(t,e){return Ft.pipe(t,n.ap(e))},u=function(t,e){return Ft.pipe(t,n.chain(e))},c=function(t,e,i){return Ft.pipe(t,n.reduce(e,i))},l=function(t){var e=n.foldMap(t);return function(t,n){return Ft.pipe(t,e(n))}},f=function(t,e,i){return Ft.pipe(t,n.reduceRight(e,i))},d=function(t){var e=n.traverse(t);return function(t,n){return Ft.pipe(t,e(n))}},h=function(t,e){return Ft.pipe(t,n.alt(e))},p=function(t,e){return Ft.pipe(t,n.filter(e))},v=function(t,e){return Ft.pipe(t,n.filterMap(e))},m=function(t,e){return Ft.pipe(t,n.extend(e))},b=function(t,e){return Ft.pipe(t,n.partition(e))},w=function(t,e){return Ft.pipe(t,n.partitionMap(e))},g=function(t){var e=n.wither(t);return function(t,n){return Ft.pipe(t,e(n))}},y=function(t){var e=n.wilt(t);return function(t,n){return Ft.pipe(t,e(n))}};n.map=function(t){return function(e){return n.isNone(e)?n.none:n.some(t(e.value))}},n.ap=function(t){return function(e){return n.isNone(e)||n.isNone(t)?n.none:n.some(e.value(t.value))}},n.apFirst=function(t){return Ft.flow(n.map((function(t){return function(){return t}})),n.ap(t))},n.apSecond=function(t){return Ft.flow(n.map((function(){return function(t){return t}})),n.ap(t))},n.of=n.some,n.chain=function(t){return function(e){return n.isNone(e)?n.none:t(e.value)}},n.chainFirst=function(t){return n.chain((function(e){return Ft.pipe(t(e),n.map((function(){return e})))}))},n.flatten=n.chain(Ft.identity),n.altW=function(t){return function(e){return n.isNone(e)?t():e}},n.alt=n.altW,n.zero=function(){return n.none},n.throwError=function(){return n.none},n.extend=function(t){return function(e){return n.isNone(e)?n.none:n.some(t(e))}},n.duplicate=n.extend(Ft.identity),n.reduce=function(t,e){return function(i){return n.isNone(i)?t:e(t,i.value)}},n.foldMap=function(t){return function(e){return function(i){return n.isNone(i)?t.empty:e(i.value)}}},n.reduceRight=function(t,e){return function(i){return n.isNone(i)?t:e(i.value,t)}},n.compact=n.flatten;var x={left:n.none,right:n.none};function k(t){return{equals:function(e,i){return e===i||(n.isNone(e)?n.isNone(i):!n.isNone(i)&&t.equals(e.value,i.value))}}}function S(t){return{concat:function(e,i){return n.isSome(e)&&n.isSome(i)?n.some(t.concat(e.value,i.value)):n.none}}}n.separate=function(t){var e=Ft.pipe(t,n.map((function(t){return{left:i(t),right:r(t)}})));return n.isNone(e)?x:e.value},n.filter=function(t){return function(e){return n.isNone(e)?n.none:t(e.value)?e:n.none}},n.filterMap=function(t){return function(e){return n.isNone(e)?n.none:t(e.value)}},n.partition=function(t){return function(n){return{left:p(n,(function(n){return!t(n)})),right:p(n,t)}}},n.partitionMap=function(t){return Ft.flow(n.map(t),n.separate)},n.traverse=function(t){return function(e){return function(i){return n.isNone(i)?t.of(n.none):t.map(e(i.value),n.some)}}},n.sequence=function(t){return function(e){return n.isNone(e)?t.of(n.none):t.map(e.value,n.some)}},n.wither=function(t){return function(e){return function(i){return n.isNone(i)?t.of(n.none):e(i.value)}}},n.wilt=function(t){return function(e){return function(o){return n.isNone(o)?t.of({left:n.none,right:n.none}):t.map(e(o.value),(function(t){return{left:i(t),right:r(t)}}))}}},n.URI="Option",n.getShow=function(t){return{show:function(e){return n.isNone(e)?"none":"some("+t.show(e.value)+")"}}},n.getEq=k,n.getOrd=function(t){return{equals:k(t).equals,compare:function(e,i){return e===i?0:n.isSome(e)?n.isSome(i)?t.compare(e.value,i.value):1:-1}}},n.getApplySemigroup=S,n.getApplyMonoid=function(t){return{concat:S(t).concat,empty:n.some(t.empty)}},n.getFirstMonoid=function(){return{concat:function(t,e){return n.isNone(t)?e:t},empty:n.none}},n.getLastMonoid=function(){return{concat:function(t,e){return n.isNone(e)?t:e},empty:n.none}},n.getMonoid=function(t){return{concat:function(e,i){return n.isNone(e)?i:n.isNone(i)?e:n.some(t.concat(e.value,i.value))},empty:n.none}},n.Functor={URI:n.URI,map:s},n.Applicative={URI:n.URI,map:s,ap:a,of:n.of},n.Monad={URI:n.URI,map:s,ap:a,of:n.of,chain:u},n.Foldable={URI:n.URI,reduce:c,foldMap:l,reduceRight:f},n.Alt={URI:n.URI,map:s,alt:h},n.Alternative={URI:n.URI,map:s,ap:a,of:n.of,alt:h,zero:n.zero},n.Extend={URI:n.URI,map:s,extend:m},n.Compactable={URI:n.URI,compact:n.compact,separate:n.separate},n.Filterable={URI:n.URI,map:s,compact:n.compact,separate:n.separate,filter:p,filterMap:v,partition:b,partitionMap:w},n.Traversable={URI:n.URI,map:s,reduce:c,foldMap:l,reduceRight:f,traverse:d,sequence:n.sequence},n.Witherable={URI:n.URI,map:s,reduce:c,foldMap:l,reduceRight:f,traverse:d,sequence:n.sequence,compact:n.compact,separate:n.separate,filter:p,filterMap:v,partition:b,partitionMap:w,wither:g,wilt:y},n.MonadThrow={URI:n.URI,map:s,ap:a,of:n.of,chain:u,throwError:n.throwError},n.option={URI:n.URI,map:s,of:n.of,ap:a,chain:u,reduce:c,foldMap:l,reduceRight:f,traverse:d,sequence:n.sequence,zero:n.zero,alt:h,extend:m,compact:n.compact,separate:n.separate,filter:p,filterMap:v,partition:b,partitionMap:w,wither:g,wilt:y,throwError:n.throwError},n.elem=function(t){return function(e,i){return!n.isNone(i)&&t.equals(e,i.value)}},n.exists=function(t){return function(e){return!n.isNone(e)&&t(e.value)}},n.getRefinement=function(t){return function(e){return n.isSome(t(e))}},n.Do=n.of({}),n.bindTo=function(t){return n.map(Ft.bindTo_(t))},n.bind=function(t,e){return n.chain((function(i){return Ft.pipe(e(i),n.map((function(n){return Ft.bind_(i,t,n)})))}))},n.apS=function(t,e){return Ft.flow(n.map((function(n){return function(e){return Ft.bind_(n,t,e)}})),n.ap(e))},n.traverseArrayWithIndex=function(t){return function(e){for(var i=[],r=0;r<e.length;r++){var o=t(r,e[r]);if(n.isNone(o))return n.none;i.push(o.value)}return n.some(i)}},n.traverseArray=function(t){return n.traverseArrayWithIndex((function(n,e){return t(e)}))},n.sequenceArray=n.traverseArray(Ft.identity)}));function It(t){this.message=t}(It.prototype=new Error).name="InvalidCharacterError";var Mt="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(t){var n=String(t).replace(/=+$/,"");if(n.length%4==1)throw new It("'atob' failed: The string to be decoded is not correctly encoded.");for(var e,i,r=0,o=0,s="";i=n.charAt(o++);~i&&(e=r%4?64*e+i:i,r++%4)?s+=String.fromCharCode(255&e>>(-2*r&6)):0)i="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(i);return s};function Tt(t){var n=t.replace(/-/g,"+").replace(/_/g,"/");switch(n.length%4){case 0:break;case 2:n+="==";break;case 3:n+="=";break;default:throw"Illegal base64url string!"}try{return function(t){return decodeURIComponent(Mt(t).replace(/(.)/g,(function(t,n){var e=n.charCodeAt(0).toString(16).toUpperCase();return e.length<2&&(e="0"+e),"%"+e})))}(n)}catch(t){return Mt(n)}}function Pt(t){this.message=t}(Pt.prototype=new Error).name="InvalidTokenError";var Rt=function(){return(Rt=Object.assign||function(t){for(var n,e=1,i=arguments.length;e<i;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t}).apply(this,arguments)},Nt=function(){for(var t=0,n=0,e=arguments.length;n<e;n++)t+=arguments[n].length;var i=Array(t),r=0;for(n=0;n<e;n++)for(var o=arguments[n],s=0,a=o.length;s<a;s++,r++)i[r]=o[s];return i},Dt=function(t,n,e){if(void 0===e&&(e=!1),!t||!n||"object"!=typeof t||"object"!=typeof n)return t;var i=Rt({},t);for(var r in n)n.hasOwnProperty(r)&&(i[r]=n[r]instanceof Array&&t[r]instanceof Array?e?Nt(t[r],n[r]):n[r]:"object"==typeof n[r]&&"object"==typeof t[r]?Dt(t[r],n[r],e):n[r]);return i},Ot=function(){for(var t=0,n=0,e=arguments.length;n<e;n++)t+=arguments[n].length;var i=Array(t),r=0;for(n=0;n<e;n++)for(var o=arguments[n],s=0,a=o.length;s<a;s++,r++)i[r]=o[s];return i},Ut={defaults:{},errorType:null,polyfills:{fetch:null,FormData:null,URLSearchParams:null,performance:null,PerformanceObserver:null,AbortController:null},polyfill:function(t,n){for(var e=void 0===n?{}:n,i=e.doThrow,r=void 0===i||i,o=e.instance,s=void 0!==o&&o,a=[],u=2;u<arguments.length;u++)a[u-2]=arguments[u];var c=this.polyfills[t]||("undefined"!=typeof self?self[t]:null)||("undefined"!=typeof global?global[t]:null);if(r&&!c)throw new Error(t+" is not defined");return s&&c?new(c.bind.apply(c,Ot([void 0],a))):c}},Lt=function(t,n,e,i){if(!t.getEntriesByName)return!1;var r=t.getEntriesByName(n);return!!(r&&r.length>0)&&(e(r.reverse()[0]),i.clearMeasures&&i.clearMeasures(n),qt.callbacks.delete(n),qt.callbacks.size<1&&(qt.observer.disconnect(),i.clearResourceTimings&&i.clearResourceTimings()),!0)},qt={callbacks:new Map,observer:null,observe:function(t,n){if(t&&n){var e=Ut.polyfill("performance",{doThrow:!1});(function(t,n){return!qt.observer&&t&&n&&(qt.observer=new n((function(n){qt.callbacks.forEach((function(e,i){Lt(n,i,e,t)}))})),t.clearResourceTimings&&t.clearResourceTimings()),qt.observer})(e,Ut.polyfill("PerformanceObserver",{doThrow:!1}))&&(Lt(e,t,n,e)||(qt.callbacks.size<1&&qt.observer.observe({entryTypes:["resource","measure"]}),qt.callbacks.set(t,n)))}}},zt=function(t){this.error=t},Vt=function(){return(Vt=Object.assign||function(t){for(var n,e=1,i=arguments.length;e<i;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t}).apply(this,arguments)},Ht=function(){for(var t=0,n=0,e=arguments.length;n<e;n++)t+=arguments[n].length;var i=Array(t),r=0;for(n=0;n<e;n++)for(var o=arguments[n],s=0,a=o.length;s<a;s++,r++)i[r]=o[s];return i},Wt=function(){function t(t,n,e,i,r,o){void 0===e&&(e=new Map),void 0===i&&(i=[]),void 0===r&&(r=[]),void 0===o&&(o=[]),this._url=t,this._options=n,this._catchers=e,this._resolvers=i,this._middlewares=r,this._deferredChain=o}return t.factory=function(n,e){return void 0===n&&(n=""),void 0===e&&(e={}),new t(n,e)},t.prototype.selfFactory=function(n){var e=void 0===n?{}:n,i=e.url,r=e.options,o=e.catchers,s=void 0===o?this._catchers:o,a=e.resolvers,u=void 0===a?this._resolvers:a,c=e.middlewares,l=void 0===c?this._middlewares:c,f=e.deferredChain,d=void 0===f?this._deferredChain:f;return new t(void 0===i?this._url:i,Vt({},void 0===r?this._options:r),new Map(s),Ht(u),Ht(l),Ht(d))},t.prototype.defaults=function(t,n){return void 0===n&&(n=!1),Ut.defaults=n?Dt(Ut.defaults,t):t,this},t.prototype.errorType=function(t){return Ut.errorType=t,this},t.prototype.polyfills=function(t){return Ut.polyfills=Vt(Vt({},Ut.polyfills),t),this},t.prototype.url=function(t,n){if(void 0===n&&(n=!1),n)return this.selfFactory({url:t});var e=this._url.split("?");return this.selfFactory({url:e.length>1?e[0]+t+"?"+e[1]:this._url+t})},t.prototype.options=function(t,n){return void 0===n&&(n=!0),this.selfFactory({options:n?Dt(this._options,t):t})},t.prototype.query=function(t,n){return void 0===n&&(n=!1),this.selfFactory({url:$t(this._url,t,n)})},t.prototype.headers=function(t){return this.selfFactory({options:Dt(this._options,{headers:t||{}})})},t.prototype.accept=function(t){return this.headers({Accept:t})},t.prototype.content=function(t){var n;return this.headers(((n={})["Content-Type"]=t,n))},t.prototype.auth=function(t){return this.headers({Authorization:t})},t.prototype.catcher=function(t,n){var e=new Map(this._catchers);return e.set(t,n),this.selfFactory({catchers:e})},t.prototype.signal=function(t){return this.selfFactory({options:Vt(Vt({},this._options),{signal:t.signal})})},t.prototype.resolve=function(t,n){return void 0===n&&(n=!1),this.selfFactory({resolvers:n?[t]:Ht(this._resolvers,[t])})},t.prototype.defer=function(t,n){return void 0===n&&(n=!1),this.selfFactory({deferredChain:n?[t]:Ht(this._deferredChain,[t])})},t.prototype.middlewares=function(t,n){return void 0===n&&(n=!1),this.selfFactory({middlewares:n?t:Ht(this._middlewares,t)})},t.prototype.method=function(t,n,e){void 0===n&&(n={}),void 0===e&&(e=null);var i=this._options.headers,r=e?"object"!=typeof e||i&&!Object.entries(i).every((function(t){var n=t[1];return t[0].toLowerCase()!=="Content-Type".toLowerCase()||n.startsWith("application/json")}))?this.body(e):this.json(e):this;return function(t){var n=t._url,e=t._resolvers,i=t._middlewares,r=t._options,o=new Map(t._catchers),s=Dt(Ut.defaults,r),a=Ut.polyfill("AbortController",{doThrow:!1,instance:!0});!s.signal&&a&&(s.signal=a.signal);var u={ref:null,clear:function(){u.ref&&(clearTimeout(u.ref),u.ref=null)}},c=function(t){return function(n){return 0===t.length?n:1===t.length?t[0](n):t.reduceRight((function(e,i,r){return i(r===t.length-2?e(n):e)}))}}(i)(Ut.polyfill("fetch"))(n,s),l=c.catch((function(t){throw new zt(t)})).then((function(t){return u.clear(),t.ok?t:t[Ut.errorType||"text"]().then((function(n){var e=new Error(n);throw e[Ut.errorType||"text"]=n,e.status=t.status,e.response=t,e}))})),f=function(n){return function(e){return(n?l.then((function(t){return t&&t[n]()})).then((function(t){return e?e(t):t})):l.then((function(t){return e?e(t):t}))).catch((function(n){u.clear();var e=n instanceof zt?n.error:n;if(n instanceof zt&&o.has("__fromFetch"))return o.get("__fromFetch")(e,t);if(o.has(e.status))return o.get(e.status)(e,t);if(o.has(e.name))return o.get(e.name)(e,t);throw e}))}},d={res:f(null),json:f("json"),blob:f("blob"),formData:f("formData"),arrayBuffer:f("arrayBuffer"),text:f("text"),perfs:function(t){return c.then((function(n){return qt.observe(n.url,t)})),d},setTimeout:function(t,n){return void 0===n&&(n=a),u.clear(),u.ref=setTimeout((function(){return n.abort()}),t),d},controller:function(){return[a,d]},error:function(t,n){return o.set(t,n),d},badRequest:function(t){return d.error(400,t)},unauthorized:function(t){return d.error(401,t)},forbidden:function(t){return d.error(403,t)},notFound:function(t){return d.error(404,t)},timeout:function(t){return d.error(408,t)},internalError:function(t){return d.error(500,t)},fetchError:function(t){return d.error("__fromFetch",t)},onAbort:function(t){return d.error("AbortError",t)}};return e.reduce((function(n,e){return e(n,t)}),d)}((r=r.options(Vt(Vt({},n),{method:t})))._deferredChain.reduce((function(t,n){return n(t,t._url,t._options)}),r))},t.prototype.get=function(t){return this.method("GET",t)},t.prototype.delete=function(t){return this.method("DELETE",t)},t.prototype.put=function(t,n){return this.method("PUT",n,t)},t.prototype.post=function(t,n){return this.method("POST",n,t)},t.prototype.patch=function(t,n){return this.method("PATCH",n,t)},t.prototype.head=function(t){return this.method("HEAD",t)},t.prototype.opts=function(t){return this.method("OPTIONS",t)},t.prototype.replay=function(t){return this.method(this._options.method,t)},t.prototype.body=function(t){return this.selfFactory({options:Vt(Vt({},this._options),{body:t})})},t.prototype.json=function(t){var n,e=null===(n=Object.entries(this._options.headers||{}).find((function(t){var n=t[1];return t[0].toLowerCase()==="Content-Type".toLowerCase()&&n.startsWith("application/json")})))||void 0===n?void 0:n[1];return this.content(e||"application/json").body(JSON.stringify(t))},t.prototype.formData=function(t,n){return void 0===n&&(n=!1),this.body(Xt(t,n))},t.prototype.formUrl=function(t){return this.body("string"==typeof t?t:(n=t,Object.keys(n).map((function(t){var e=n[t];return e instanceof Array?e.map((function(n){return Jt(t,n)})).join("&"):Jt(t,e)})).join("&"))).content("application/x-www-form-urlencoded");var n},t}(),$t=function(t,n,e){var i;if("string"==typeof n)i=n;else{var r=Ut.polyfill("URLSearchParams",{instance:!0});for(var o in n)if(n[o]instanceof Array)for(var s=0,a=n[o];s<a.length;s++)r.append(o,a[s]);else r.append(o,n[o]);i=r.toString()}var u=t.split("?");return e||u.length<2?u[0]+"?"+i:t+"&"+i};function Xt(t,n,e,i){return void 0===n&&(n=!1),void 0===e&&(e=Ut.polyfill("FormData",{instance:!0})),void 0===i&&(i=[]),Object.entries(t).forEach((function(t){var r=t[0],o=t[1],s=i.reduce((function(t,n){return t?t+"["+n+"]":n}),null);if(s=s?s+"["+r+"]":r,o instanceof Array)for(var a=0,u=o;a<u.length;a++)e.append(s+"[]",u[a]);else!n||"object"!=typeof o||n instanceof Array&&n.includes(r)?e.append(s,o):null!==o&&Xt(o,n,e,Ht(i,[r]))})),e}function Jt(t,n){return encodeURIComponent(t)+"="+encodeURIComponent("object"==typeof n?JSON.stringify(n):""+n)}var Gt=Wt.factory;function Kt(){const t=Zt.jwt,n=Zt.profileId,e=Zt.accountIdOrDefault,i=Zt.partnerIdOrDefault;return Gt(Zt.apiBaseUrl).headers({Authorization:"Bearer "+t,"X-PROFILE-ID":n,"X-PARTNER-ID":i,"X-ACCOUNT-ID":e})}Gt.default=Wt.factory;const Yt=new class{async getAustralianFundsAsync(t){return Kt().url("super-choice/australian-funds?"+this.toQueryString(t)).get().notFound((()=>{throw new Error("Failed to fetch the list of australian super funds.")})).json()}async getAppStateAsync(){return Kt().url("client-app-state").get().notFound((()=>{throw new Error("Failed to fetch application configuration.")})).json()}toQueryString(t){switch(t.type){case"partialMatch":return`search=${t.searchString}&maxRecordCount=${t.maxRecordCount}`;case"usiMatch":return"usi="+t.usi}}},Qt={apiBaseUrl:jt.none,appBaseUrl:jt.none,profileId:jt.none,jwt:jt.none,superBuyer:jt.none,promotedFunds:jt.none,accountConfiguration:jt.none,hasSuccessPageBeenAcknowledged:!1,hasSuperSelectionBeenSubmitted:!1},Zt=new class{constructor(){const{state:t,onChange:n}=Et(Qt);this._state=t,this._onChange=n,n("jwt",(t=>{this._state.profileId=Ft.pipe(t,jt.chain((t=>jt.fromNullable(function(t,n){if("string"!=typeof t)throw new Pt("Invalid token specified");var e=!0===(n=n||{}).header?0:1;try{return JSON.parse(Tt(t.split(".")[e]))}catch(t){throw new Pt("Invalid token specified: "+t.message)}}(t).sub))))}))}get state(){return this._state}get onChange(){return this._onChange}get superBuyer(){if(jt.isNone(this._state.superBuyer))throw Error("User information is not set");return this._state.superBuyer.value}get apiBaseUrl(){if(jt.isNone(this._state.apiBaseUrl))throw Error("API base URL is not set");return this._state.apiBaseUrl.value}get appBaseUrl(){if(jt.isNone(this._state.appBaseUrl))throw Error("App base URL is not set");return this._state.appBaseUrl.value}get promotedFunds(){if(jt.isNone(this._state.promotedFunds))throw Error("Promoted Funds is not set");return this._state.promotedFunds.value}get profileId(){if(jt.isNone(this._state.profileId))throw Error("Failed to get Profile ID from JWT");return this._state.profileId.value}get defaultFundUsi(){return Ft.pipe(this._state.accountConfiguration,jt.map((t=>jt.fromNullable(t.defaultFundUsi))),jt.flatten)}get accountIdOrDefault(){return Ft.pipe(this._state.accountConfiguration,jt.map((t=>t.accountId)),jt.getOrElse((()=>"")))}get partnerIdOrDefault(){return Ft.pipe(this._state.superBuyer,jt.map((t=>t.partnerId)),jt.getOrElse((()=>"")))}get jwt(){if(jt.isNone(this._state.jwt))throw Error("No authentication information was found");return this._state.jwt.value}get showSmsfNotSupported(){return Ft.pipe(this._state.superBuyer,jt.map((t=>t.showSmsfNotSupported)),jt.getOrElse((()=>!1)))}completeSuperSelectionFlow(){this._state.hasSuccessPageBeenAcknowledged=!0}markSuperSelectionAsSubmitted(){this._state.hasSuperSelectionBeenSubmitted=!0}async loadAppStateAsync(){const t=await Yt.getAppStateAsync();this._state.accountConfiguration=jt.fromNullable(t.accountConfiguration),this._state.superBuyer=jt.fromNullable(t.superBuyer),this._state.promotedFunds=jt.fromNullable(t.promotedFunds)}},tn=new class{navigateInternally(t,n){const e=`${this.appBaseUrl}${this.toRouteWithLeadingSlash(n)}`;kt(e),t.push(e)}toExternalUrl(t){const n=new URL(t);return n.searchParams.append("_extnav","true"),n.href}get appBaseUrl(){return Zt.appBaseUrl.replace(/\/$/,"")}toRouteWithLeadingSlash(t){return t.length>0&&"/"===t[0]?t:"/"+t}};var nn;!function(t){t.ChoicePage="/",t.SlateJoin="/slate/join/",t.SlateStandardChoice="/slate/standard-choice/",t.PromotedFundJoin="/promoted-fund/join",t.PromotedFundStandardChoice="/promoted-fund/standard-choice/",t.MyOwnFund="/super-choice/my-own-fund/",t.SelfManagedFund="/super-choice/smsf/",t.DefaultFund="/super-choice/default/",t.Success="/success/"}(nn||(nn={}));const en=[n("stencil-route",{exact:!0,url:nn.ChoicePage,component:"sss-super-choice-page"}),n("stencil-route",{url:nn.SlateJoin,component:"sss-slate-join-page"}),n("stencil-route",{url:nn.SlateStandardChoice,component:"sss-slate-standard-choice-page"}),n("stencil-route",{url:nn.PromotedFundJoin,component:"sss-promoted-fund-join-page"}),n("stencil-route",{url:nn.PromotedFundStandardChoice,component:"sss-promoted-fund-standard-choice-page"}),n("stencil-route",{url:nn.MyOwnFund,component:"sss-my-own-fund"}),n("stencil-route",{url:nn.SelfManagedFund,component:"sss-self-managed-fund"}),n("stencil-route",{url:nn.DefaultFund,component:"sss-default-fund"}),n("stencil-route",{url:nn.Success,component:"sss-success"})];var rn;!function(t){t.MyOwnFund="My Own Fund",t.DefaultFund="Default Fund",t.SelfManagedFund="Self Managed Fund"}(rn||(rn={}));const on={continueAllowed:!1,nextRoute:"/",myOwnFundForm:{fundUsi:L,memberNumber:L,standardChoiceFormSignature:L},defaultFundForm:{standardChoiceFormSignature:""},selfManagedFundForm:{fundName:"",fundAbn:"",fundEsa:"",addressLine1:"",addressLine2:"",state:"",postcode:"",city:"",bankAccountName:"",bsb:"",bankAccountNumber:"",standardChoiceFormSignature:""},currentCustomFundType:rn.MyOwnFund,customFunds:[{label:rn.MyOwnFund,value:nn.MyOwnFund},{label:rn.DefaultFund,value:nn.DefaultFund},{label:rn.SelfManagedFund,value:nn.SelfManagedFund}]},{state:sn}=Et(on),an=sn.customFunds,un=class{constructor(n){t(this,n),this.currentCustomFund=an[0],this.fundOptionsList=an}componentWillLoad(){let t="";window.location.pathname.includes(nn.MyOwnFund)&&(t=nn.MyOwnFund),window.location.pathname.includes(nn.DefaultFund)&&(t=nn.DefaultFund),window.location.pathname.includes(nn.SelfManagedFund)&&(t=nn.SelfManagedFund),this.currentCustomFund=an.find((n=>n.value===t))||an[0],tn.navigateInternally(this.history,t)}render(){return n("div",{class:"container"},n("div",{class:"row justify-content-center"},n("div",{class:"col col-sm-10 col-md-7"},n("p",{class:"font-weight-bold text-center"},"Choose your Super"),n("div",{class:"mb-4"},n("select",{class:"form-control",required:!0,onChange:t=>{this.handleChange(t.target.value.trim())}},this.fundOptionsList.map((t=>n("option",{value:t.value,selected:this.currentCustomFund.value===t.value},t.label))))),n("slot",null))))}handleChange(t){const n=an.find((n=>n.value===t))||{value:nn.MyOwnFund};tn.navigateInternally(this.history,n.value)}static get assetsDirs(){return["assets"]}};H(un);const cn=new class{searchFundsAsync(t,n){return Yt.getAustralianFundsAsync({type:"partialMatch",searchString:t,maxRecordCount:n})}async getFundByUsiAsync(t){const n=await Yt.getAustralianFundsAsync({type:"usiMatch",usi:t});return 1===n.length?jt.some(n[0]):jt.none}};class ln{static get Instance(){return this.instance||(this.instance=new this)}async PostAnalyticsEventAsync(t){return Kt().url("analytics-events").post(t).res()}}class fn{constructor(){this.eventTrackingApi=ln.Instance}static get Instance(){return this.instance||(this.instance=new this)}async TrackFinancialProductViewedAsync(t){return this.trackEventAsync({FinancialProductViewed:t})}async TrackSuperFundPdsViewedAsync(t){return this.trackEventAsync({SuperFundPdsViewed:t})}async TrackFinancialProductAcceptedAsync(t){return this.trackEventAsync({FinancialProductAccepted:t})}async TrackFinancialProductRejectedAsync(t){return this.trackEventAsync({FinancialProductRejected:t})}async TrackSuperFundPrivacyConfirmationAcceptedAsync(t){return this.trackEventAsync({SuperFundPrivacyConfirmationAccepted:t})}async TrackPromotedSuperFundDetailViewedAsync(t){return this.trackEventAsync({SuperFundDetailViewed:{PromotedFund:t}})}async TrackMyOwnSuperFundDetailViewedAsync(t){return this.trackEventAsync({SuperFundDetailViewed:{MyOwnFund:t}})}async TrackSmsfSuperFundDetailViewedAsync(t){return this.trackEventAsync({SuperFundDetailViewed:{Smsf:t}})}async TrackDefaultSuperFundDetailViewedAsync(t){return this.trackEventAsync({SuperFundDetailViewed:{DefaultFund:t}})}async TrackSuperFundPanelViewedAsync(t){return this.trackEventAsync({SuperFundPanelViewed:t})}async trackEventAsync(t){try{await this.eventTrackingApi.PostAnalyticsEventAsync({event:t})}catch(t){return}}}const dn={items:[]},hn=new class{constructor(){const{state:t}=Et(dn);this._state=t}get state(){return this._state}closeCurrent(){const t=[...this._state.items];t.shift(),this._state.items=t}clearNotifications(){this._state.items=[]}showErrorNotification(t,n){this.pushNotification(t,null!=n?n:0,"danger")}showInfoNotification(t,n){this.pushNotification(t,null!=n?n:0,"info")}showWarningNotification(t,n){this.pushNotification(t,null!=n?n:0,"warning")}showSuccessNotification(t,n){this.pushNotification(t,null!=n?n:0,"success")}pushNotification(t,n,e){const i=[...this._state.items];i.push({details:t,type:e,priority:n}),this._state.items=i.sort(((t,n)=>n.priority-t.priority))}},pn=new class{async submitDefaultFundChoiceAsync(t){return Kt().url("super-choice/default").post(t).badRequest((()=>{throw new Error("Failed to process default fund join request")})).text()}async submitCustomFundChoiceAsync(t){return Kt().url("super-choice/custom-fund").post(t).badRequest((()=>{throw new Error("Failed to process custom fund join request")})).text()}async submitSelfManagedFundChoiceAsync(t){return Kt().url("super-choice/smsf").post(t).badRequest((()=>{throw new Error("Failed to process SMSF choice request")})).text()}},vn=class{constructor(n){t(this,n),this.defaultFundProductName="Loading fund...",this.eventTrackingService=fn.Instance}async componentWillLoad(){const t=Zt.defaultFundUsi;if(jt.isNone(t))return;this.isDefaultFundExists=!0;const n=await cn.getFundByUsiAsync(t.value);if(jt.isNone(n))return this.isInvalidDefaultFund=!0,void hn.showErrorNotification({title:"Something is not right",description:`Couldn't find information about the configured default fund (USI ${t.value})`});this.defaultFund=n.value,this.defaultFundProductName=n.value.productName}componentDidLoad(){return this.eventTrackingService.TrackDefaultSuperFundDetailViewedAsync({fundUsi:this.defaultFund.usi,fundName:this.defaultFund.productName,promotedFundsShown:Zt.promotedFunds})}render(){return n(o,{class:"d-flex flex-fill"},n("sss-custom-fund",{class:"flex-fill"},n("form",{noValidate:!0,onSubmit:t=>t.preventDefault(),class:{"was-validated":"validated"===this.formState},ref:t=>this.formElement=t},this.isDefaultFundExists?n((t=>[n("div",{class:"card p-4"},n("p",{class:"font-weight-bold"},"Default Fund"),n("p",{class:"mb-4 small"},"Almost there... all you have to do now is review the fund below, complete and sign the super choice form and save. Your application to join the fund is subject to Trustee approval."),n("p",{class:"font-weight-bold mt-3"},"Default Fund Name"),n("p",null,t.defaultFundName)),n("sss-standard-choice-form",{onStandardChoiceFormSignatureUpdated:t=>{sn.defaultFundForm=Object.assign(Object.assign({},sn.defaultFundForm),t.detail)}})]),{defaultFundName:this.defaultFundProductName}):n((()=>n("div",{class:"card p-4"},n("p",{class:"font-weight-bold"},"No Default Fund"),n("p",{class:"mb-4 small"},"It looks like your employer has not yet defined a default fund. Please contact them if you wish to choose your company's default fund."))),null)),n("div",{class:"mt-4"},n("sss-notifications-section",null)),n("div",{class:"d-flex mt-4"},n("div",{class:"flex-grow-1 w-50"},n("div",{class:"mr-2"},n("fl-button",{onClick:()=>tn.navigateInternally(this.history,nn.ChoicePage),isBlockElement:!0,variant:"secondary"},n("span",null,"Back")))),n("div",{class:"flex-grow-1 w-50"},this.isDefaultFundExists&&n("div",{class:"ml-2"},n("fl-promise-button",{isBlockElement:!0,disabled:this.isInvalidDefaultFund,promiseFn:()=>this.handleSubmitForm()},n("span",null,"Save and continue")))))))}async handleSubmitForm(){this.isInvalidDefaultFund||(this.formState="validated",this.formElement.checkValidity()&&(await pn.submitDefaultFundChoiceAsync(sn.defaultFundForm),Zt.markSuperSelectionAsSubmitted(),tn.navigateInternally(this.history,nn.Success)))}},mn=class{constructor(n){t(this,n)}render(){return n("div",{class:"container mb-sm-0"},n("div",{class:"row justify-content-center pt-3 mt-3 mb-3 border-top"},n("div",{class:"text-decoration-none"},n("p",{class:"mt-3 small text-center mb-1 text-muted"},"Powered by Flare"))),n("div",{class:"row justify-content-center pb-sm-0 px-3 px-sm-0 text-center"},n("p",{class:"text-muted small"},"This page contains factual information only and does not take into account your particular objectives, financial circumstances or needs. If you have questions or need help making a decision about your super fund, you should speak to a licensed financial advice provider. You should consider the relevant super fund's PDS and TMD (if applicable) in deciding whether to apply to join the super fund. Each of the advertised fund's PDS and TMD (if applicable) can be found in their advertisements above. If you are considering joining another fund you can find the PDS and TMD on the fund's website. Your employer and Flare do not endorse or accept responsibility for any financial product advice or services provided by the promoters or trustees of the advertised superannuation funds. Flare do not endorse or accept responsibility for any of their content shown about any of the advertised superannuation funds as they are merely passing on the content as provided without any changes. Flare do not express any opinion or make any recommendation about any of the advertised funds.")),n("div",{class:"row justify-content-end my-1 px-3 px-sm-0"},this.appVersionBadge()))}appVersionBadge(){return n("small",{style:{opacity:"0.5"},class:"text-muted"},"Powered by Flare, v","3.52.60060")}};mn.style="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.ss-footer-logo{max-width:7rem}";const bn=class{constructor(n){t(this,n)}render(){return n(o,{class:"d-flex flex-column justify-content-center align-items-center flex-grow-1"},n("h5",null,"Loading your superannuation step"),n("fl-loading-indicator",null))}},wn=class{constructor(n){t(this,n),this.isNotAllInformationProvidedMessageVisible=!1,this.eventTrackingService=fn.Instance}componentDidLoad(){return this.eventTrackingService.TrackMyOwnSuperFundDetailViewedAsync({promotedFundsShown:Zt.promotedFunds})}render(){return n(o,{class:"d-flex flex-fill"},n("sss-custom-fund",{class:"flex-fill"},n("form",{noValidate:!0,onSubmit:t=>t.preventDefault(),class:{"was-validated":"validated"===this.formState},ref:t=>this.formElement=t},n("div",{class:"card p-4"},n("p",{class:"font-weight-bold"},"Fund details"),n("p",{class:"text-warning mb-4 small"},"Make sure you are already a member of the fund before completing this step."),n("sss-my-own-fund-inputs",{myOwnFundForm:sn.myOwnFundForm,onFormChanged:t=>{sn.myOwnFundForm=Object.assign(Object.assign({},sn.myOwnFundForm),t.detail),this.isNotAllInformationProvidedMessageVisible=!1}})),n("sss-standard-choice-form",{onStandardChoiceFormSignatureUpdated:t=>{sn.myOwnFundForm=Object.assign(Object.assign({},sn.myOwnFundForm),{standardChoiceFormSignature:z(t.detail.standardChoiceFormSignature)})}})),n("div",{class:"mt-4"},n("sss-notifications-section",null)),this.isNotAllInformationProvidedMessageVisible&&n("div",{class:"mt-4 alert alert-danger",role:"alert"},"All fields are required to complete submission. Make sure you have selected a fund."),n("div",{class:"d-flex mt-4"},n("div",{class:"flex-grow-1 w-50"},n("div",{class:"mr-2"},n("fl-button",{onClick:()=>tn.navigateInternally(this.history,nn.ChoicePage),isBlockElement:!0,variant:"secondary"},n("span",null,"Back")))),n("div",{class:"flex-grow-1 w-50"},n("div",{class:"ml-2"},n("fl-promise-button",{isBlockElement:!0,promiseFn:()=>this.handleSubmitForm()},n("span",null,"Save and continue")))))))}async handleSubmitForm(){if(this.formState="validated",!this.formElement.checkValidity())return;if(!(O(sn.myOwnFundForm.fundUsi)&&O(sn.myOwnFundForm.memberNumber)&&O(sn.myOwnFundForm.standardChoiceFormSignature)))return void(this.isNotAllInformationProvidedMessageVisible=!0);const t={fundUsi:this.getOrError(sn.myOwnFundForm.fundUsi),memberNumber:this.getOrError(sn.myOwnFundForm.memberNumber),standardChoiceFormSignature:this.getOrError(sn.myOwnFundForm.standardChoiceFormSignature)};await pn.submitCustomFundChoiceAsync(t),Zt.markSuperSelectionAsSubmitted(),tn.navigateInternally(this.history,nn.Success)}getOrError(t){return Ft.pipe(t,(n=()=>{throw new Error("Option value is none.")},function(t){return U(t)?n():t.value}));var n}static get assetsDirs(){return["assets"]}};H(wn);const gn=class{constructor(n){t(this,n),this.formChanged=e(this,"formChanged",7),this.MIN_SEARCH_STRING_LENGTH=3,this.MAX_RECORD_COUNT=10,this.searchFundsAsync=async t=>(await cn.searchFundsAsync(t,this.MAX_RECORD_COUNT)).sort(((t,n)=>t.productName.localeCompare(n.productName))).map((t=>({label:`${t.productName} (${t.usi})`,value:t.usi})))}render(){return n("div",null,n("div",{class:""},n("label",{class:"mb-2 font-weight-bold"},"Superannuation Fund Name"),n("fl-dropdown-async",{searchFunction:this.searchFundsAsync,minSearchStringLength:this.MIN_SEARCH_STRING_LENGTH,required:!0,requiredValidationMessage:"Select a fund",placeholder:`Search by name or USI (type at least ${this.MIN_SEARCH_STRING_LENGTH} characters)`,value:this.selectedOption,onValueChanged:t=>{this.selectedOption=t.detail,this.updateFundUsi(t.detail.value.toString())}}),n("div",{class:"invalid-feedback"},"Select a fund"),O(this.myOwnFundForm.fundUsi)&&n("div",null,n("label",{class:"mb-2 mt-3 font-weight-bold"},"Superannuation Fund USI"),n("p",{class:"mb-0"},this.myOwnFundForm.fundUsi.value),n("p",{class:"small mt-1"},"Please ensure this is the correct fund USI as some funds have similar names"))),n("div",{class:"mt-4"},n("label",{class:"mb-2 font-weight-bold"},"Member Number"),n("input",{placeholder:"Enter your member number",type:"text",class:"form-control",required:!0,pattern:"[A-Za-z0-9]{4,16}",name:"memberNumber",id:"memberNumber",value:(t=sn.myOwnFundForm.memberNumber,U(t)?void 0:t.value),onChange:t=>this.updateMemberNumber(t.target.value.trim())}),n("div",{class:"invalid-feedback"},"Enter a valid member number (only numbers and / or letters)")));var t}updateFundUsi(t){this.formChanged.emit({fundUsi:q(t)})}updateMemberNumber(t){this.formChanged.emit({memberNumber:q(t)})}},yn=class{constructor(n){t(this,n)}disconnectedCallback(){hn.clearNotifications()}render(){const{items:t}=hn.state;return t.length<=0?n(o,null):n("div",{class:"alert alert-"+t[0].type,role:"alert"},n("div",{class:"d-flex"},n("p",{class:"mb-0 flex-grow-1"},n("strong",null,t[0].details.title)),n("button",{onClick:this.handleClose,type:"button",class:"close pb-1","aria-label":"Close"},n("span",{"aria-hidden":"true"},"×"))),n("p",{class:"mb-0 mt-1"},t[0].details.description))}handleClose(){hn.closeCurrent()}},{state:xn}=Et({fundId:"",memberNumber:"",usi:"",standardChoiceFormSignature:""}),kn=new class{constructor(){this.hostIsLocalSuperSelection=()=>"http://localhost:7100"==window.location.origin,this.environmentDiscriminator=()=>this.hostIsLocalSuperSelection()?"autodev-partner":window.location.hostname.toLowerCase().split(".")[0],this.promotedFundJoinAppUrl=()=>`https://${this.environmentDiscriminator()}.flarehr.com/promoted-fund-join/embed/v1.0/web`}build(t,n){if(!(null==t?void 0:t.contentDocument))return;const e=Object.assign(Object.assign({},this.getMemberData()),{partnerId:Zt.partnerIdOrDefault,accountId:Zt.accountIdOrDefault,fundId:xn.fundId,authToken:Zt.jwt}),i=e=>{const{data:r}=e;if(r)if("promoted-fund-redirect"!==r.sender){if("promoted-fund-join"===r.sender)switch(r.type){case"contentResized":t.height=r.height>0?r.height:t.height,t.width=r.width>0?r.width:t.width;break;case"pageNavigated":window.scroll(t.offsetLeft,t.offsetTop),kt(window.location.href)}}else switch(window.removeEventListener("message",i),r.type){case"cancel":tn.navigateInternally(n,nn.ChoicePage);break;case"success":if(r.memberNumber){xn.memberNumber=r.memberNumber,xn.usi=r.usi.replace(/ /g,""),tn.navigateInternally(n,nn.PromotedFundStandardChoice);break}default:tn.navigateInternally(n,nn.ChoicePage)}};window.addEventListener("message",i);const r=t.contentDocument;r.open();const o=r.createElement("form");let s;for(s in o.method="POST",o.target="_self",o.action=this.promotedFundJoinAppUrl(),e){const t=e[s];if(void 0!==t){const n=document.createElement("input");n.type="hidden",n.name=s,n.value=t,o.append(n)}}r.appendChild(o),r.close(),o.submit()}getMemberData(){var t,n;const e=Zt.superBuyer;return{title:e.userProfile.title,firstName:e.userProfile.firstName,middleName:e.userProfile.middleName,lastName:e.userProfile.lastName,dateOfBirth:e.userProfile.dateOfBirth,gender:e.userProfile.gender,email:e.userProfile.email,mobilePhone:e.userProfile.mobilePhone,taxFileNumber:null!==(t=e.tfn)&&void 0!==t?t:"",addressLine1:e.userProfile.address.addressLine1,addressLine2:null!==(n=e.userProfile.address.addressLine2)&&void 0!==n?n:"",city:e.userProfile.address.city,state:e.userProfile.address.state,postCode:e.userProfile.address.postcode}}},Sn=class{constructor(n){t(this,n)}componentDidLoad(){kn.build(this.iframeElement,this.history)}render(){return n(o,{class:"d-flex flex-fill"},n("iframe",{width:"100%",height:window.innerHeight,style:{border:"none"},ref:t=>this.iframeElement=t}))}},Cn=new class{async submitChoiceAsync(t){return Kt().url("super-choice/promoted-fund").post(t).badRequest((()=>{throw new Error("Failed to process Promoted Fund choice request")})).text()}},An=class{constructor(n){t(this,n)}render(){return n(o,{class:"d-flex flex-fill"},n("div",{class:"container"},n("div",{class:"row justify-content-center"},n("div",{class:"col col-sm-10 col-md-7"},n("div",null,n("div",null,"You're almost done, simply sign the Standard Choice Form below to finalise your superannuation choice."),n("form",{noValidate:!0,onSubmit:t=>t.preventDefault(),class:{"was-validated":"validated"===this.formState},ref:t=>this.formElement=t},n("sss-standard-choice-form",{onStandardChoiceFormSignatureUpdated:t=>{xn.standardChoiceFormSignature=t.detail.standardChoiceFormSignature}})),n("div",{class:"d-flex mt-4"},n("div",{class:"flex-grow-1 w-50"},n("div",{class:"ml-2"},n("fl-promise-button",{isBlockElement:!0,promiseFn:()=>this.handleSubmitForm()},n("span",null,"Save and continue"))))))))))}async handleSubmitForm(){this.formState="validated",this.formElement.checkValidity()&&(await Cn.submitChoiceAsync(Object.assign(Object.assign({},xn),{shownFunds:Zt.promotedFunds})),Zt.markSuperSelectionAsSubmitted(),tn.navigateInternally(this.history,nn.Success))}},_n=class{constructor(n){t(this,n)}render(){return n(o,{class:"bg-white rounded-sm picked-box-border p-3"},n("div",{class:"d-flex"},n("div",{class:"flex-grow-1 font-weight-bold"},this.fundType),n("div",{class:"px-3 py-2 text-white picked-block position-absolute"},"You picked")),n("div",null,this.fundName))}};_n.style="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.picked-block{background-color:var(--fl-color-primary);border-top-right-radius:3px;right:0;top:0}.picked-box-border{border:2px solid var(--fl-color-primary)}";const En=class{constructor(n){t(this,n),this.showSmsfNotSupported=!1,this.eventTrackingService=fn.Instance,this.success=()=>{Zt.markSuperSelectionAsSubmitted(),tn.navigateInternally(this.history,nn.Success)}}componentDidLoad(){return this.eventTrackingService.TrackSmsfSuperFundDetailViewedAsync({promotedFundsShown:Zt.promotedFunds})}render(){return n(o,{class:"d-flex flex-fill"},n("sss-custom-fund",{class:"flex-fill"},n("form",{noValidate:!0,onSubmit:t=>t.preventDefault(),class:{"was-validated":"validated"===this.formState},ref:t=>this.formElement=t},n("div",{class:"card p-4"},n("p",{class:"font-weight-bold"},"Fund details"),n("p",{class:"text-warning mb-4 small"},"Make sure you are already a member of the fund before completing this step."),n("sss-self-managed-fund-inputs",{fundForm:sn.selfManagedFundForm,onFormChanged:t=>{sn.selfManagedFundForm=Object.assign(Object.assign({},sn.selfManagedFundForm),t.detail)}})),n("sss-standard-choice-form",{onStandardChoiceFormSignatureUpdated:t=>{sn.selfManagedFundForm=Object.assign(Object.assign({},sn.selfManagedFundForm),t.detail)}}),this.showSmsfNotSupported&&n("sss-smsf-not-supported-dialog",{ref:t=>this.notSupportedDialog=t,onContinue:this.success})),n("div",{class:"mt-4"},n("sss-notifications-section",null)),n("div",{class:"d-flex mt-4"},n("div",{class:"flex-grow-1 w-50"},n("div",{class:"mr-2"},n("fl-button",{onClick:()=>tn.navigateInternally(this.history,nn.ChoicePage),isBlockElement:!0,variant:"secondary"},n("span",null,"Back")))),n("div",{class:"flex-grow-1 w-50"},n("div",{class:"ml-2"},n("fl-promise-button",{isBlockElement:!0,promiseFn:()=>this.handleSubmitForm()},n("span",null,"Save and continue")))))))}componentDidRender(){var t;this.showSmsfNotSupported&&(null===(t=this.notSupportedDialog)||void 0===t||t.scrollIntoView())}async handleSubmitForm(){if(this.formState="validated",this.formElement.checkValidity()){const t={smsfChoice:{abn:sn.selfManagedFundForm.fundAbn,fundName:sn.selfManagedFundForm.fundName,fundAddress:{addressLine1:sn.selfManagedFundForm.addressLine1,addressLine2:sn.selfManagedFundForm.addressLine2,city:sn.selfManagedFundForm.city,state:sn.selfManagedFundForm.state,postcode:sn.selfManagedFundForm.postcode},bsb:sn.selfManagedFundForm.bsb,bankAccountName:sn.selfManagedFundForm.bankAccountName,bankAccountNumber:sn.selfManagedFundForm.bankAccountNumber,electronicServiceAddress:sn.selfManagedFundForm.fundEsa},standardChoiceFormSignature:sn.selfManagedFundForm.standardChoiceFormSignature};await pn.submitSelfManagedFundChoiceAsync(t),Zt.showSmsfNotSupported?this.showSmsfNotSupported=!0:this.success()}}};H(En);const Bn={"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"},Fn=class{constructor(n){t(this,n),this.formChanged=e(this,"formChanged",7),this.currentBank=L,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}$/)}render(){return n("div",null,n("div",{class:"mt-4"},n("label",{class:"mb-2 font-weight-bold"},"Fund name *"),n("input",{placeholder:"Enter your fund name",type:"text",class:"form-control",required:!0,minlength:"2",name:"fundName",id:"fundName",value:sn.selfManagedFundForm.fundName,onChange:t=>this.updateFormField("fundName",t.target.value.trim())}),n("div",{class:"invalid-feedback"},"Enter a valid fund name")),n("div",{class:"mt-4"},n("label",{class:"mb-2 font-weight-bold"},"Fund ABN *"),n("input",{placeholder:"Enter your fund ABN",type:"text",class:"form-control",required:!0,minlength:"2",name:"fundAbn",id:"fundAbn",value:sn.selfManagedFundForm.fundAbn,onChange:t=>this.updateFormField("fundAbn",t.target.value.trim())}),n("div",{class:"invalid-feedback"},"Enter a valid fund ABN")),n("div",{class:"mt-4"},n("label",{class:"mb-2 font-weight-bold"},"Electronic service address alias (ESA) *"),n("input",{placeholder:"Enter your ESA",type:"text",class:"form-control",required:!0,minlength:"2",name:"fundEsa",id:"fundEsa",value:sn.selfManagedFundForm.fundEsa,onChange:t=>this.updateFormField("fundEsa",t.target.value.trim())}),n("div",{class:"invalid-feedback"},"Enter a valid fund ESA")),n("div",{class:"mt-4"},n("label",{class:"mb-2 font-weight-bold"},"Address line 1 *"),n("input",{placeholder:"Enter your address",type:"text",class:"form-control",required:!0,minlength:"2",name:"addressLine1",id:"addressLine1",value:sn.selfManagedFundForm.addressLine1,onChange:t=>this.updateFormField("addressLine1",t.target.value.trim())}),n("div",{class:"invalid-feedback"},"Enter a valid address")),n("div",{class:"mt-4"},n("label",{class:"mb-2 font-weight-bold"},"Address line 2 (optional)"),n("input",{placeholder:"Enter your address",type:"text",class:"form-control",name:"addressLine2",id:"addressLine2",value:sn.selfManagedFundForm.addressLine2,onChange:t=>this.updateFormField("addressLine2",t.target.value.trim())}),n("div",{class:"invalid-feedback"},"Enter a valid address")),n("div",{class:"mt-4"},n("label",{class:"mb-2 font-weight-bold"},"City/suburb *"),n("input",{placeholder:"Enter your city",type:"text",class:"form-control",name:"city",required:!0,id:"city",value:sn.selfManagedFundForm.city,onChange:t=>this.updateFormField("city",t.target.value.trim())}),n("div",{class:"invalid-feedback"},"Enter a valid city/suburb *")),n("div",{class:"mt-3"},n("label",{class:"mb-2 font-weight-bold"},"State *"),n("select",{class:"form-control",name:"state",required:!0,id:"state",onChange:t=>{this.updateFormField("state",t.target.value.trim())}},n("option",{disabled:!0,selected:!this.fundForm.state,value:""},"Select a state"),this.stateOptions.map((t=>n("option",{value:t.value,selected:this.fundForm.state===t.value},t.label)))),n("div",{class:"invalid-feedback"},"Select a state")),n("div",{class:"mt-4"},n("label",{class:"mb-2 font-weight-bold"},"Post code *"),n("input",{placeholder:"Enter your post code",type:"text",required:!0,class:"form-control",name:"postcode",minlength:"4",maxlength:"4",pattern:"[0-9]{4}",id:"postcode",value:sn.selfManagedFundForm.postcode,onChange:t=>this.updateFormField("postcode",t.target.value.trim())}),n("div",{class:"invalid-feedback"},"Enter a valid post code")),n("div",null,n("i",{class:"fas fa-check-circle"})),n("div",{class:"mt-4"},n("label",{class:"mb-2 font-weight-bold"},"BSB *"),n("input",{placeholder:"Enter your BSB",type:"text",required:!0,class:"form-control",name:"bsb",id:"bsb",minlength:"6",maxlength:"7",onKeyUp:t=>this.updateCurrentBank(t),pattern:this.bsbRegex.source,value:sn.selfManagedFundForm.bsb}),O(this.currentBank)&&n("p",{class:"mt-3"},n("strong",null,"Bank name"),n("br",null),n("span",{class:"ml-2"},this.currentBank.value)),n("div",{class:"invalid-feedback"},"Enter a valid BSB")),n("div",{class:"mt-4"},n("label",{class:"mb-2 font-weight-bold"},"Bank account name *"),n("input",{placeholder:"Enter your bank account name",type:"text",required:!0,class:"form-control",name:"bankAccountName",minlength:"2",id:"bankAccountName",value:sn.selfManagedFundForm.bankAccountName,onChange:t=>this.updateFormField("bankAccountName",t.target.value.trim())}),n("div",{class:"invalid-feedback"},"Enter a valid bank account name")),n("div",{class:"mt-4"},n("label",{class:"mb-2 font-weight-bold"},"Bank account number *"),n("input",{placeholder:"Enter your bank account number",type:"text",required:!0,class:"form-control",name:"bankAccountNumber",id:"bankAccountNumber",minlength:"2",maxlength:"11",pattern:this.bankAccountNumberRegex.source,value:sn.selfManagedFundForm.bankAccountNumber,onKeyUp:t=>this.updateCurrentBankAccountNumber(t),onChange:t=>this.updateFormField("bankAccountNumber",t.target.value.trim())}),n("div",{class:"invalid-feedback"},"Enter a valid bank account number")))}updateFormField(t,n){this.formChanged.emit({[t]:n})}filterDigits(t){return t.replace(/[^0-9]/g,"")}updateCurrentBank(t){const n=this.filterDigits(t.target.value),e=n.substring(0,2),i=n.substring(0,3),r=Bn[e],o=Bn[i];r&&(this.currentBank=q(r)),o&&(this.currentBank=q(o)),""===n&&(this.currentBank=L),this.updateFormField("bsb",n)}updateCurrentBankAccountNumber(t){const n=this.filterDigits(t.target.value);this.updateFormField("bankAccountNumber",n)}};var jn;!function(t){t[t.Unauthorized=0]="Unauthorized",t[t.Authenticated=1]="Authenticated",t[t.Error=2]="Error"}(jn||(jn={}));class In{}let Mn=class extends w{constructor(){super({authenticationState:jn.Unauthorized,jwt:L,reactNativeInterop:L,iframeInterop:L,appConfiguration:L})}};Mn=function(t,n,e,i){var r,o=arguments.length,s=o<3?n:null===i?i=Object.getOwnPropertyDescriptor(n,e):i;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)s=Reflect.decorate(t,n,e,i);else for(var a=t.length-1;a>=0;a--)(r=t[a])&&(s=(o<3?r(s):o>3?r(n,e,s):r(n,e))||s);return o>3&&s&&Object.defineProperty(n,e,s),s}([b({name:"sss-session",resettable:!0})],Mn);const Tn=new Mn,Pn=new class extends g{constructor(t){super(t),this.store=t}isReactNativeInteropEnabled(){return O(this.getValue().reactNativeInterop)}isIframeInteropEnabled(){return O(this.getValue().iframeInterop)}getIframeInteropMode(){const t=this.getValue().iframeInterop;if(U(t))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 t.value}}(Tn),{state:Rn}=Et({slateFundForm:{memberNumber:"",standardChoiceFormSignature:"",shownFunds:[]}}),Nn=new class{constructor(){this.hostIsLocalSuperSelection=()=>"http://localhost:7100"==window.location.origin,this.hostIsDeployed=()=>window.location.origin.endsWith("partner.flarehr.com"),this.skipConsolidation=()=>Pn.isReactNativeInteropEnabled()?"true":"false",this.skipInsurance=()=>Pn.isReactNativeInteropEnabled()?"true":"false",this.environmentDiscriminator=()=>{const t=window.location.hostname.toLowerCase().split(".")[0];switch(t){case"autodev-partner":case"test-partner":case"partner":case"sandbox-partner":return t.replace("partner","");default:return"autodev-"}},this.slateJoinAppUrl=()=>`https://${this.environmentDiscriminator()}join.slatesuper.com.au/confirm`}build(t,n){if(!(null==t?void 0:t.contentDocument))return;const e=(this.hostIsLocalSuperSelection()||this.hostIsDeployed()?window.location.origin+"/super-selection/embed/v1.0/app":"https://autodev-partner.flarehr.com/super-selection/embed/v1.0/app")+"/slate-redirect.html",i=Object.assign(Object.assign({},this.getSlateJoinMemberData()),{successRedirectUrl:e,cancelRedirectUrl:e,skipConsolidation:this.skipConsolidation(),skipInsurance:this.skipInsurance()});this.includeJwt()&&(i.authToken=Zt.jwt);const r=e=>{const{data:i,origin:o}=e;if(i)if("slate-redirect"!==i.sender){if("flare"===i.sender&&o.endsWith("join.slatesuper.com.au"))switch(i.type){case"contentResized":t.height=i.height>0?i.height:t.height,t.width=i.width>0?i.width:t.width}}else switch(window.removeEventListener("message",r),i.type){case"success":if(i.memberNumber){Rn.slateFundForm.memberNumber=i.memberNumber,tn.navigateInternally(n,nn.SlateStandardChoice);break}default:tn.navigateInternally(n,nn.ChoicePage)}};window.addEventListener("message",r);const o=t.contentDocument;o.open();const s=o.createElement("form");let a;for(a in s.method="POST",s.target="_self",s.action=this.slateJoinAppUrl(),i){const t=i[a];if(void 0!==t){const n=document.createElement("input");n.type="hidden",n.name=a,n.value=t,s.append(n)}}o.appendChild(s),o.close(),s.submit()}getSlateJoinMemberData(){var t,n;const e=Zt.superBuyer;return{firstName:e.userProfile.firstName,middleName:e.userProfile.middleName,lastName:e.userProfile.lastName,dateOfBirth:e.userProfile.dateOfBirth,gender:(t=>{switch(t){case"Male":return"Male";case"Female":return"Female";case"Intersex":return"Intersex/Indeterminate";default:return"Unknown"}})(e.userProfile.gender),email:e.userProfile.email,mobilePhone:e.userProfile.mobilePhone,taxFileNumber:null!==(t=e.tfn)&&void 0!==t?t:"",addressLine1:e.userProfile.address.addressLine1,addressLine2:null!==(n=e.userProfile.address.addressLine2)&&void 0!==n?n:"",city:e.userProfile.address.city,state:e.userProfile.address.state,postCode:e.userProfile.address.postcode}}includeJwt(){return!this.slateJoinAppUrl().match(/autodev|sandbox/)}},Dn=class{constructor(n){t(this,n)}componentDidLoad(){Nn.build(this.iframeElement,this.history)}render(){return n(o,{class:"d-flex flex-fill"},n("iframe",{width:"100%",height:window.innerHeight,style:{border:"none"},ref:t=>this.iframeElement=t}))}},On=new class{async submitSlateChoiceAsync(t){return Kt().url("super-choice/slate").post(t).badRequest((()=>{throw new Error("Failed to process Slate join request")})).text()}},Un=class{constructor(n){t(this,n)}render(){return n(o,{class:"d-flex flex-fill"},n("div",{class:"container"},n("div",{class:"row justify-content-center"},n("div",{class:"col col-sm-10 col-md-7"},n("sss-slatesuper-header",null),n("div",null,n("form",{noValidate:!0,onSubmit:t=>t.preventDefault(),class:{"was-validated":"validated"===this.formState},ref:t=>this.formElement=t},n("sss-standard-choice-form",{onStandardChoiceFormSignatureUpdated:t=>{Rn.slateFundForm=Object.assign(Object.assign({},Rn.slateFundForm),t.detail)}})),n("div",{class:"d-flex mt-4"},n("div",{class:"flex-grow-1 w-50"},n("div",{class:"mr-2"},n("stencil-route-link",{url:"/"},n("fl-button",{isBlockElement:!0,variant:"secondary"},n("span",null,"Back"))))),n("div",{class:"flex-grow-1 w-50"},n("div",{class:"ml-2"},n("fl-promise-button",{isBlockElement:!0,promiseFn:()=>this.handleSubmitForm()},n("span",null,"Save and continue"))))))))))}async handleSubmitForm(){this.formState="validated",this.formElement.checkValidity()&&(await On.submitSlateChoiceAsync(Object.assign(Object.assign({},Rn.slateFundForm),{shownFunds:Zt.promotedFunds})),Zt.markSuperSelectionAsSubmitted(),tn.navigateInternally(this.history,nn.Success))}},Ln=class{constructor(n){t(this,n)}render(){return n("div",{class:"d-flex"},n("div",null,n("img",{class:"ss-choice-logo img-thumbnail",alt:"Simple Financial Choices Pty Ltd",src:s("assets/logo-slate.png")})),n("div",{class:"d-flex flex-column ml-3 align-items-left"},n("p",{class:"confirm-title font-weight-bold mb-0"},"You’re almost there!"),n("p",{class:"confirm-text mb-0"},"To proceed type your name below which authorises the signing of the Standard Choice form confirming your super selection.")))}static get assetsDirs(){return["assets"]}};Ln.style="";const qn=class{constructor(n){t(this,n),this.continue=e(this,"continue",7),this.standardChoiceFormUrl="/super-selection/embed/v1.0/app/assets/Superannuation_Standard_Choice_Form.pdf",this.handleContinue=()=>{this.continue.emit()}}render(){return n(o,null,n("div",{class:"overlay"}),n("div",{class:"dialog"},n("div",{class:"card p-4 mt-4 bg-light text-center"},n("div",{style:{"text-align":"center"}},n("svg",{xmlns:"http://www.w3.org/2000/svg",width:"32",height:"32",fill:"orange",viewBox:"0 0 16 16"},n("path",{d:"M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z"}))),n("p",{class:"small mt-4 mb-0"},"You’ve selected a self-managed super fund (SMSF). Currently, SMSF information can’t be sent via this form. You’ll need to provide your employer with a"," ",n("a",{target:"_blank",href:this.standardChoiceFormUrl},"standard choice form")," ","for your SMSF details."),n("div",{class:"d-flex mt-4"},n("div",{class:"w-25"}),n("div",{class:"w-50"},n("fl-button",{onClick:this.handleContinue,isBlockElement:!0,variant:"primary"},n("span",null,"Continue")))))))}};qn.style="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.overlay{position:absolute;top:0;left:0;z-index:100;background-color:#fff;opacity:0.7;width:100%;height:100%}.dialog{z-index:101;position:relative}";const zn=class{constructor(n){t(this,n),this.standardChoiceFormSignatureUpdated=e(this,"standardChoiceFormSignatureUpdated",7),this.standardChoiceFormUrl="/super-selection/embed/v1.0/app/assets/Superannuation_Standard_Choice_Form.pdf",this.standardChoiceFormSignature=""}render(){return n("div",{class:"card p-4 mt-4 bg-light"},n("h4",{class:"small font-weight-bold"},"Superannuation Standard Choice Form"),n("p",{class:"small mt-2"},"The superannuation"," ",n("a",{target:"_blank",href:this.standardChoiceFormUrl},"standard choice form")," ","informs your employer of your choice of fund."),n("h4",{class:"small font-weight-bold"},"Type your full name below (required)"),n("input",{placeholder:"Type your full name",type:"text",autocomplete:"off",class:"form-control",required:!0,minlength:"2",name:"standardChoiceFormSignature",id:"standardChoiceFormSignature",value:this.standardChoiceFormSignature,onChange:t=>this.updateFormField(t.target.value.trim())}),n("div",{class:"invalid-feedback"},"Type your full name"),n("p",{class:"small mt-3 mb-0"},"Your authorisation is required for signing this form. Applying your full name in the text field above is the same as applying your written signature and is legally binding."))}updateFormField(t){this.standardChoiceFormSignatureUpdated.emit({standardChoiceFormSignature:t})}},Vn=class{constructor(n){t(this,n)}render(){return n(o,{class:"d-flex flex-fill"},n("div",{class:"container mt-5"},n("div",{class:"row justify-content-center"},n("div",{class:"col col-sm-9 col-md-6"},n("div",{class:"bg-light rounded p-4"},n("div",{class:"d-flex justify-content-center"},n("div",null,n("svg",{width:"3em",height:"3em",viewBox:"0 0 16 16",class:"bi bi-check-circle-fill text-success",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"},n("path",{"fill-rule":"evenodd",d:"M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"})))),n("div",{class:"d-flex justify-content-center"},n("p",{class:"mt-3 confirm-title text-center font-weight-bold px-5"},"Successfully updated superannuation details")),n("div",{class:"mt-2 text-center"},n("p",{class:"confirm-text mb-0"},"Your superannuation details have been updated successfully."),n("br",null),n("p",{class:"confirm-text mb-0"},"To continue with your onboarding, press ",n("strong",null,"Continue")," below."))),n("div",{class:"flex-grow-1 mt-4"},n("fl-promise-button",{isBlockElement:!0,onClick:this.handleContinueButtonClick},n("span",null,"Continue")))))))}handleContinueButtonClick(t){Zt.completeSuperSelectionFlow()}},Hn=class{constructor(n){t(this,n),this.joinFundClicked=e(this,"joinFundClicked",7),this.eventTrackingService=fn.Instance}render(){return n(o,{class:{"d-flex p-3 fund-item":!0,"ss-picked-fund":this.isSelected}},n("div",{class:"card-body py-0 px-0 px-xl-3"},this.isSelected&&n("div",{class:"px-3 py-2 text-white promoted-picked-block position-absolute"},"You picked"),n("div",{class:"d-flex flex-fill flex-column align-items-center"},n("div",{class:"d-flex justify-content-end w-100"},n("div",{class:"text-muted small border rounded-sm px-1 mt-n2 mr-n2 mb-1"},"Advertised")),n("img",{class:"ss-choice-logo",alt:this.name,src:s("assets/"+this.logo)}),n("p",{class:"font-weight-bold text-center mt-3 mb-0"},this.name),this.subText&&n("span",{class:"text-muted small text-center font-italic"},this.subText),n("div",{class:"mt-3"},JSON.parse(this.features).map((t=>n("p",{class:"text-center"},t.value)))),this.featureSubText&&n("p",{class:"small text-muted text-center font-italic"},this.featureSubText))),n("div",{class:"text-center bottom-half-fund-tile"},n("div",{class:"p-3"},n("fl-button",{class:"uuid-button-continue",isBlockElement:!0,onClick:()=>this.handleFundClick()},"Choose this fund")),n("div",{class:"mb-2"},n("a",{target:"_blank",href:this.pdsLink,onClick:()=>this.pdsViewedAsync()},this.pdsLinkText?this.pdsLinkText:"View the PDS")),this.disclaimer,n("div",{class:"small text-muted"},this.abnInfo,n("br",null),this.abn?"ABN: "+this.abn:"")))}handleFundClick(){return this.joinFundClicked.emit()}pdsViewedAsync(){return this.eventTrackingService.TrackSuperFundPdsViewedAsync({fundUsi:this.usi,fundName:this.name,pageName:"Panel Fund Page"})}static get assetsDirs(){return["assets"]}};Hn.style="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.checkbox-container{border-radius:4px;background-color:#f5f4f2}.confirm-checkbox-item{-webkit-transform:scale(1.7);transform:scale(1.7)}.simple-choices-text{color:#489882}.choice-card{background:#ffffff;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);border-radius:3px}.choice-card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.ss-choice-logo{width:auto;max-height:70px;-o-object-fit:contain;object-fit:contain}img{width:100%;display:block}.choice-component{width:100%;position:relative}.flexible{-ms-flex-positive:1;flex-grow:1}.fund-item{margin-top:1rem}.promoted-picked-block{background-color:var(--fl-color-primary);border-bottom-right-radius:3px;left:0;top:0}@media (min-width: 992px){.bottom-half-fund-tile{height:250px}}";const Wn="https://slate.co/pds/?utm_source=flare&utm_medium=superselection",$n="https://www.australianretirementtrust.com.au/library/media/pdfs/pds/super-savings-product-disclosure-statement-and-membership-form.pdf",Xn="https://aware.com.au/member/forms-and-resources/pds/FSS",Jn=[{dtoPropName:"slate",id:"slate"},{dtoPropName:"australianRetirementTrust",id:"australian-retirement-trust"},{dtoPropName:"aware",id:"aware"},{dtoPropName:"active",id:"active"}],Gn=new class{async GetChosenFundAsync(){var t,n;const e=null===(t=Zt.superBuyer.superChoice)||void 0===t?void 0:t.choiceDetails;if(!e)return L;if("promoted"in e){const t=Jn.find((t=>t.dtoPropName in e.promoted)),i=null!==(n=null==t?void 0:t.id)&&void 0!==n?n:"";return q({isPromoted:!0,promotedId:i})}if("smsf"in e)return q({isPromoted:!1,name:e.smsf.fundName,type:"Self Managed Fund"});if("myOwnFund"in e){const t=e.myOwnFund.usi,n=await this.getFundByUsiAsync(t);return q({isPromoted:!1,name:O(n)?n.value.productName:t,type:"My Own Fund"})}if("default"in e){const t=e.default.usi,n=await this.getFundByUsiAsync(t);return q({isPromoted:!1,name:O(n)?n.value.productName:t,type:"Default Fund"})}return L}getFundByUsiAsync(t){return cn.getFundByUsiAsync(t)}},Kn=class{constructor(n){t(this,n),this.promotedFunds=this.getPromotedFunds(),this.chosenFund=L,this.eventTrackingService=fn.Instance,this.isPromotedFundSelected=t=>O(this.chosenFund)&&this.chosenFund.value.isPromoted&&this.chosenFund.value.promotedId===t}componentDidLoad(){yt();const t=this.promotedFunds.map((t=>t.fundId));this.eventTrackingService.TrackSuperFundPanelViewedAsync({promotedFundsShown:t})}async componentWillLoad(){this.chosenFund=await Gn.GetChosenFundAsync()}render(){return n(o,null,n("div",{class:"container mt-0 mb-0"},n("div",{class:"row justify-content-center"},n("div",{class:"col"},n("h3",{class:"mt-3 font-weight-bold text-center mb-4"},"Choose your Super"))),n("div",{class:"row justify-content-center"},n("div",{class:"col"},n("p",{class:"text-center font-weight-bold"},"The choice of superannuation fund is an important personal financial decision. It is open to you to continue with your existing fund, or alternatively, you can select from one of the funds below or choose another fund. Flare is not licensed to advise you in relation to this decision and you may wish to return to this page at a later stage."),n("p",{class:"text-center"},"The content on this page and on the following pages relating to each super fund is provided by the trustee or promoter of the super fund. The super funds presented have not been selected by your employer and neither your employer or Flare are making any recommendation or opinion."),n("p",{class:"text-center"},"There are many super funds out there and you should consider the relevant product disclosure statement and choose one that is right for you. If you are unsure, obtain your own advice. You can choose your super fund later, if you need time to obtain advice."))),n("div",{class:"row"},n("div",{class:"col"},n("sss-notifications-section",null))),n("div",{class:"row justify-content-center mt-4"},n("div",{class:"col col-sm-10 col-md-8 col-xl-7"},n("div",{class:"row"},n("div",{class:"col"},n("div",{class:"d-flex flex-fill"},O(this.chosenFund)&&!this.chosenFund.value.isPromoted&&n("sss-selected-super-choice-section",{fundType:this.chosenFund.value.type,fundName:this.chosenFund.value.name,class:"flex-fill position-relative"})))),n("div",{class:"row mt-3 justify-content-center"},this.getPromotedFunds().map((t=>n("div",{class:"col-12 col-lg-6 d-flex"},n("sss-super-choice-item",{class:"card mb-3 mb-lg-0 mx-0 flex-grow-1",logo:t.logo,isSelected:this.isPromotedFundSelected(t.fundId),usi:t.usi,name:t.name,subText:t.subText,pdsLinkText:t.pdsLinkText,pdsLink:tn.toExternalUrl(t.pdsLink),features:JSON.stringify(t.features),featureSubText:t.featureSubText,disclaimer:t.disclaimer,abnInfo:t.abnInfo,abn:t.abn,onJoinFundClicked:async()=>this.handleJoinSuperClickAsync(t)}))))),n("div",{class:"row mt-3 px-3"},n("div",{class:"col p-4 border rounded bg-light"},n("div",{class:"row"},n("div",{class:"col"},n("h5",{class:"font-weight-bold"},"Choose another super fund"),n("p",{class:"mb-1"},"Select this option if you'd like to use your current account with another super fund."),n("ul",{class:"ml-n3"},n("li",null,"If you are unsure of your current super fund details, you can find out at"," ",n("a",{target:"_blank",href:tn.toExternalUrl("https://my.gov.au")},"my.gov.au")),n("li",{class:"mt-1"},"A full list of super funds can be viewed at"," ",n("a",{target:"_blank",href:tn.toExternalUrl("https://www.apra.gov.au/register-of-superannuation-institutions")},"www.apra.gov.au/register-of-superannuation-institutions"))))),n("div",{class:"row"},n("div",{class:"col"},n("stencil-route-link",{url:nn.MyOwnFund},n("fl-button",{isBlockElement:!0,variant:"primary",class:"d-lg-none"},"Choose another fund"),n("div",{class:"mt-n3 d-none d-lg-flex justify-content-end align-items-end"},n("fl-button",{variant:"primary"},"Choose another fund"))))))))),n("div",{class:"row justify-content-center mt-5"},n("div",{class:"col"},n("p",{class:"text-center"},"You should be aware that, if you do choose one of these advertised funds, Flare and its associated entities will normally receive a fee for you doing so.")))))}allFunds(){return[{fundId:"slate",usi:"32367272075001",name:"Slate Super",logo:"logo-slate.png",route:nn.SlateJoin,pdsLink:Wn,features:[{order:1,value:"A lifestage investment strategy that evolves with you"},{order:2,value:"Advanced mobile app with retirement forecast and smart features"},{order:3,value:"Member advocates at Slate to assist with your account"}],disclaimer:n("p",{class:"small text-muted"},"You should consider the"," ",n("a",{target:"_blank",href:tn.toExternalUrl(Wn),onClick:()=>this.pdsViewedAsync("Slate Super","32367272075001")},"Product Disclosure Statement")," ","and"," ",n("a",{target:"_blank",href:tn.toExternalUrl("https://slate.co/forms-and-documents/target-market-determination/")},"Target Market Determination")," ","before deciding to invest in or apply to become a member of the fund."),abnInfo:"Diversa Trustees Limited",abn:"49 006 421 638"},{fundId:"australian-retirement-trust",name:"Australian Retirement Trust",subText:"QSuper is now part of Australian Retirement Trust. If you have an existing QSuper account, you will continue to hold that account by selecting this option.",logo:"logo-art.svg",route:nn.PromotedFundJoin,pdsLink:$n,features:[{order:1,value:"$200 billion in retirement savings"},{order:2,value:"2+ million members"},{order:3,value:"A focus on delivering strong, long‑term returns"}],disclaimer:n("p",{class:"small text-muted"},"You should consider the"," ",n("a",{target:"_blank",href:tn.toExternalUrl($n),onClick:()=>this.pdsViewedAsync("Australian Retirement Trust")},"Product Disclosure Statement")," ","before deciding to invest in or apply to become a member of this fund."),abnInfo:"Australian Retirement Trust",abn:"60 905 115 063"},{fundId:"aware",name:"Aware Super",subText:"An industry fund for all",logo:"logo-aware.svg",route:nn.PromotedFundJoin,pdsLinkText:"View the PDS and TMD",pdsLink:Xn,features:[{order:1,value:"Acting on climate change"},{order:2,value:"All profits go to members"},{order:3,value:"One of Australia’s largest funds"}],disclaimer:n("p",{class:"small text-muted"},"You should consider the"," ",n("a",{target:"_blank",href:tn.toExternalUrl(Xn),onClick:()=>this.pdsViewedAsync("Aware Super")},"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"},{fundId:"active",name:"Active Super",logo:"logo-active.svg",route:nn.PromotedFundJoin,pdsLinkText:"View the PDS",pdsLink:"https://www.activesuper.com.au/pds",features:[{order:1,value:"One of Canstar's top-performing funds*"},{order:2,value:"Recognised as a leader in responsible investment"},{order:3,value:"Calls answered in 20 seconds (average over 5 years)"}],featureSubText:"*Past performance does not indicate future performance. As at 22/4/22, Active Super ranked in Canstar’s top 5 funds for 18-49 year-olds with balances up to $250K based on returns over 5 years in Accumulation Scheme.",disclaimer:n("p",{class:"small text-muted"},"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("a",{target:"_blank",onClick:()=>this.pdsViewedAsync("Active Super"),href:tn.toExternalUrl("https://www.activesuper.com.au/pds")},"activesuper.com.au")," ","before making a decision.")}]}getPromotedFunds(){const t=[];return Zt.promotedFunds.forEach((n=>{const e=this.allFunds().find((t=>n==t.fundId));void 0!==e&&t.push(e)})),t}async handleJoinSuperClickAsync(t){const n=Zt.promotedFunds;return"slate"===t.fundId?await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({fundUsi:"32367272075001",fundName:"Slate Super",promotedFundId:"slate",promotedFundsShown:n}):"australian-retirement-trust"===t.fundId?(await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({fundName:"Australian Retirement Trust",promotedFundId:"australian-retirement-trust",promotedFundsShown:n}),xn.fundId=t.fundId):"aware"===t.fundId?(await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({fundName:"Aware Super",promotedFundId:"aware",promotedFundsShown:n}),xn.fundId=t.fundId):"active"===t.fundId&&(await this.eventTrackingService.TrackPromotedSuperFundDetailViewedAsync({fundName:"Active Super",promotedFundId:"active",promotedFundsShown:n}),xn.fundId=t.fundId),tn.navigateInternally(this.history,t.route)}pdsViewedAsync(t,n){return this.eventTrackingService.TrackSuperFundPdsViewedAsync({fundUsi:n,fundName:t,pageName:"Panel Fund Page"})}static get assetsDirs(){return["assets"]}};Kn.style="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.checkbox-container{border-radius:4px;background-color:#f5f4f2}.confirm-checkbox-item{-webkit-transform:scale(1.7);transform:scale(1.7)}.simple-choices-text{color:#489882}.choice-card{background:#ffffff;-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);box-shadow:0 1px 4px rgba(0, 0, 0, 0.25);border-radius:3px}.choice-card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.card.ss-picked-fund{border:2px solid var(--fl-color-primary)}.ss-choice-logo{width:auto;max-height:70px;-o-object-fit:contain;object-fit:contain}img{width:100%;display:block}.choice-component{width:100%;position:relative}.flexible{-ms-flex-positive:1;flex-grow:1}.fund-item{margin-top:1rem}.promoted-picked-block{background-color:var(--fl-color-primary);border-bottom-right-radius:3px;left:0;top:0}@media (min-width: 992px){.bottom-half-fund-tile{height:250px}}";const Yn=class{constructor(n){t(this,n),this.group=null,this.match=null,this.componentProps={},this.exact=!1,this.scrollOnNextRender=!1,this.previousMatch=null}computeMatch(t){const n=null!=this.group||null!=this.el.parentElement&&"stencil-route-switch"===this.el.parentElement.tagName.toLowerCase();if(t&&!n)return this.previousMatch=this.match,this.match=lt(t.pathname,{path:this.url,exact:this.exact,strict:!0})}async loadCompleted(){let t={};var n,e;this.history&&this.history.location.hash?t={scrollToId:this.history.location.hash.substr(1)}:this.scrollTopOffset&&(t={scrollTopOffset:this.scrollTopOffset}),"function"==typeof this.componentUpdated?this.componentUpdated(t):!this.match||(e=this.previousMatch,null==(n=this.match)&&null==e||null!=e&&n&&e&&n.path===e.path&&n.url===e.url&&st(n.params,e.params))||!this.routeViewsUpdated||this.routeViewsUpdated(t)}async componentDidUpdate(){await this.loadCompleted()}async componentDidLoad(){await this.loadCompleted()}render(){if(!this.match||!this.history)return null;const t=Object.assign({},this.componentProps,{history:this.history,match:this.match});return this.routeRender?this.routeRender(Object.assign({},t,{component:this.component})):this.component?n(this.component,Object.assign({},t)):void 0}get el(){return a(this)}static get watchers(){return{location:["computeMatch"]}}};A.injectProps(Yn,["location","history","historyType","routeViewsUpdated"]),Yn.style="stencil-route.inactive{display:none}";const Qn=(t,n,e)=>e(t.confirm(n)),Zn=(t,n)=>{const e=t[n],i="__storage_test__";try{return e.setItem(i,i),e.removeItem(i),!0}catch(t){return t instanceof DOMException&&(22===t.code||1014===t.code||"QuotaExceededError"===t.name||"NS_ERROR_DOM_QUOTA_REACHED"===t.name)&&0!==e.length}},te=class{constructor(n){t(this,n),this.unsubscribe=()=>{},this.activeClass="link-active",this.exact=!1,this.strict=!0,this.custom="a",this.match=null}componentWillLoad(){this.computeMatch()}computeMatch(){this.location&&(this.match=lt(this.location.pathname,{path:this.urlMatch||this.url,exact:this.exact,strict:this.strict}))}handleClick(t){var n,e,i;if(!((n=t).metaKey||n.altKey||n.ctrlKey||n.shiftKey)&&this.history&&this.url&&this.root)return t.preventDefault(),this.history.push((i=this.root,"/"==(e=this.url).charAt(0)&&"/"==i.charAt(i.length-1)?i.slice(0,i.length-1)+e:i+e))}render(){let t={class:{[this.activeClass]:null!==this.match},onClick:this.handleClick.bind(this)};return this.anchorClass&&(t.class[this.anchorClass]=!0),"a"===this.custom&&(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})),n(this.custom,Object.assign({},t),n("slot",null))}get el(){return a(this)}static get watchers(){return{location:["computeMatch"]}}};A.injectProps(te,["history","location","root"]);const ne=t=>"STENCIL-ROUTE"===t.tagName,ee=class{constructor(n){t(this,n),this.group=((1e17*Math.random()).toString().match(/.{4}/g)||[]).join("-"),this.subscribers=[],this.queue=u(this,"queue")}componentWillLoad(){null!=this.location&&this.regenerateSubscribers(this.location)}async regenerateSubscribers(t){if(null==t)return;let n=-1;if(this.subscribers=Array.prototype.slice.call(this.el.children).filter(ne).map(((e,i)=>{const r=lt(t.pathname,{path:e.url,exact:e.exact,strict:!0});return r&&-1===n&&(n=i),{el:e,match:r}})),-1===n)return;if(this.activeIndex===n)return void(this.subscribers[n].el.match=this.subscribers[n].match);this.activeIndex=n;const e=this.subscribers[this.activeIndex];this.scrollTopOffset&&(e.el.scrollTopOffset=this.scrollTopOffset),e.el.group=this.group,e.el.match=e.match,e.el.componentUpdated=t=>{this.queue.write((()=>{this.subscribers.forEach(((t,n)=>{if(t.el.componentUpdated=void 0,n===this.activeIndex)return t.el.style.display="";this.scrollTopOffset&&(t.el.scrollTopOffset=this.scrollTopOffset),t.el.group=this.group,t.el.match=null,t.el.style.display="none"}))})),this.routeViewsUpdated&&this.routeViewsUpdated(Object.assign({scrollTopOffset:this.scrollTopOffset},t))}}render(){return n("slot",null)}get el(){return a(this)}static get watchers(){return{location:["regenerateSubscribers"]}}};A.injectProps(ee,["location","routeViewsUpdated"]);const ie=(t,...n)=>{t||console.warn(...n)},re=()=>{let t,n=[];return{setPrompt:n=>(ie(null==t,"A history supports only one prompt at a time"),t=n,()=>{t===n&&(t=null)}),confirmTransitionTo:(n,e,i,r)=>{if(null!=t){const o="function"==typeof t?t(n,e):t;"string"==typeof o?"function"==typeof i?i(o,r):(ie(!1,"A history needs a getUserConfirmation function in order to use a prompt message"),r(!0)):r(!1!==o)}else r(!0)},appendListener:t=>{let e=!0;const i=(...n)=>{e&&t(...n)};return n.push(i),()=>{e=!1,n=n.filter((t=>t!==i))}},notifyListeners:(...t)=>{n.forEach((n=>n(...t)))}}},oe=(t,n="scrollPositions")=>{let e=new Map;const i=(n,i)=>{if(e.set(n,i),Zn(t,"sessionStorage")){const n=[];e.forEach(((t,e)=>{n.push([e,t])})),t.sessionStorage.setItem("scrollPositions",JSON.stringify(n))}};if(Zn(t,"sessionStorage")){const i=t.sessionStorage.getItem(n);e=i?new Map(JSON.parse(i)):e}return"scrollRestoration"in t.history&&(history.scrollRestoration="manual"),{set:i,get:t=>e.get(t),has:t=>e.has(t),capture:n=>{i(n,[t.scrollX,t.scrollY])}}},se={hashbang:{encodePath:t=>"!"===t.charAt(0)?t:"!/"+nt(t),decodePath:t=>"!"===t.charAt(0)?t.substr(1):t},noslash:{encodePath:nt,decodePath:tt},slash:{encodePath:tt,decodePath:tt}},ae=(t,n)=>{const e=0==t.pathname.indexOf(n)?"/"+t.pathname.slice(n.length):t.pathname;return Object.assign({},t,{pathname:e})},ue={browser:(t,n={})=>{let e=!1;const i=t.history,r=t.location,o=t.navigator,s=(t=>{const n=t.navigator.userAgent;return(-1===n.indexOf("Android 2.")&&-1===n.indexOf("Android 4.0")||-1===n.indexOf("Mobile Safari")||-1!==n.indexOf("Chrome")||-1!==n.indexOf("Windows Phone"))&&t.history&&"pushState"in t.history})(t),a=!(-1===o.userAgent.indexOf("Trident")),u=oe(t),c=null!=n.forceRefresh&&n.forceRefresh,l=null!=n.getUserConfirmation?n.getUserConfirmation:Qn,f=null!=n.keyLength?n.keyLength:6,d=n.basename?Z(tt(n.basename)):"",h=()=>{try{return t.history.state||{}}catch(t){return{}}},p=t=>{t=t||{};const{key:n,state:e}=t,{pathname:i,search:o,hash:s}=r;let a=i+o+s;return ie(!d||Y(a,d),'You are attempting to use a basename on a page whose URL path does not begin with the basename. Expected path "'+a+'" to begin with "'+d+'".'),d&&(a=Q(a,d)),at(a,e,n||rt(f))},v=re(),m=t=>{u.capture(B.location.key),Object.assign(B,t),B.location.scrollPosition=u.get(B.location.key),B.length=i.length,v.notifyListeners(B.location,B.action)},b=t=>{((t,n)=>void 0===n.state&&-1===t.userAgent.indexOf("CriOS"))(o,t)||g(p(t.state))},w=()=>{g(p(h()))},g=t=>{if(e)e=!1,m();else{const n="POP";v.confirmTransitionTo(t,n,l,(e=>{e?m({action:n,location:t}):y(t)}))}},y=t=>{let n=k.indexOf(B.location.key),i=k.indexOf(t.key);-1===n&&(n=0),-1===i&&(i=0);const r=n-i;r&&(e=!0,_(r))},x=p(h());let k=[x.key],S=0,C=!1;const A=t=>d+et(t),_=t=>{i.go(t)},E=n=>{S+=n,1===S?(t.addEventListener("popstate",b),a&&t.addEventListener("hashchange",w)):0===S&&(t.removeEventListener("popstate",b),a&&t.removeEventListener("hashchange",w))},B={length:i.length,action:"POP",location:x,createHref:A,push:(t,n)=>{ie(!("object"==typeof t&&void 0!==t.state&&void 0!==n),"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");const e="PUSH",o=at(t,n,rt(f),B.location);v.confirmTransitionTo(o,e,l,(t=>{if(!t)return;const n=A(o),{key:a,state:u}=o;if(s)if(i.pushState({key:a,state:u},"",n),c)r.href=n;else{const t=k.indexOf(B.location.key),n=k.slice(0,-1===t?0:t+1);n.push(o.key),k=n,m({action:e,location:o})}else ie(void 0===u,"Browser history cannot push state in browsers that do not support HTML5 history"),r.href=n}))},replace:(t,n)=>{ie(!("object"==typeof t&&void 0!==t.state&&void 0!==n),"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");const e="REPLACE",o=at(t,n,rt(f),B.location);v.confirmTransitionTo(o,e,l,(t=>{if(!t)return;const n=A(o),{key:a,state:u}=o;if(s)if(i.replaceState({key:a,state:u},"",n),c)r.replace(n);else{const t=k.indexOf(B.location.key);-1!==t&&(k[t]=o.key),m({action:e,location:o})}else ie(void 0===u,"Browser history cannot replace state in browsers that do not support HTML5 history"),r.replace(n)}))},go:_,goBack:()=>_(-1),goForward:()=>_(1),block:(t="")=>{const n=v.setPrompt(t);return C||(E(1),C=!0),()=>(C&&(C=!1,E(-1)),n())},listen:t=>{const n=v.appendListener(t);return E(1),()=>{E(-1),n()}},win:t};return B},hash:(t,n={})=>{let e=!1,i=null,r=0,o=!1;const s=t.location,a=t.history,u=-1===t.navigator.userAgent.indexOf("Firefox"),c=null!=n.keyLength?n.keyLength:6,{getUserConfirmation:l=Qn,hashType:f="slash"}=n,d=n.basename?Z(tt(n.basename)):"",{encodePath:h,decodePath:p}=se[f],v=()=>{const t=s.href,n=t.indexOf("#");return-1===n?"":t.substring(n+1)},m=t=>{const n=s.href.indexOf("#");s.replace(s.href.slice(0,n>=0?n:0)+"#"+t)},b=()=>{let t=p(v());return ie(!d||Y(t,d),'You are attempting to use a basename on a page whose URL path does not begin with the basename. Expected path "'+t+'" to begin with "'+d+'".'),d&&(t=Q(t,d)),at(t,void 0,rt(c))},w=re(),g=t=>{Object.assign(F,t),F.length=a.length,w.notifyListeners(F.location,F.action)},y=()=>{const t=v(),n=h(t);if(t!==n)m(n);else{const t=b(),n=F.location;if(!e&&(r=n).pathname===(o=t).pathname&&r.search===o.search&&r.hash===o.hash&&r.key===o.key&&st(r.state,o.state))return;if(i===et(t))return;i=null,x(t)}var r,o},x=t=>{if(e)e=!1,g();else{const n="POP";w.confirmTransitionTo(t,n,l,(e=>{e?g({action:n,location:t}):k(t)}))}},k=t=>{let n=_.lastIndexOf(et(F.location)),i=_.lastIndexOf(et(t));-1===n&&(n=0),-1===i&&(i=0);const r=n-i;r&&(e=!0,E(r))},S=v(),C=h(S);S!==C&&m(C);const A=b();let _=[et(A)];const E=t=>{ie(u,"Hash history go(n) causes a full page reload in this browser"),a.go(t)},B=(t,n)=>{r+=n,1===r?t.addEventListener("hashchange",y):0===r&&t.removeEventListener("hashchange",y)},F={length:a.length,action:"POP",location:A,createHref:t=>"#"+h(d+et(t)),push:(t,n)=>{ie(void 0===n,"Hash history cannot push state; it is ignored");const e="PUSH",r=at(t,void 0,rt(c),F.location);w.confirmTransitionTo(r,e,l,(t=>{if(!t)return;const n=et(r),o=h(d+n);if(v()!==o){i=n,(t=>{s.hash=t})(o);const t=_.lastIndexOf(et(F.location)),a=_.slice(0,-1===t?0:t+1);a.push(n),_=a,g({action:e,location:r})}else ie(!1,"Hash history cannot PUSH the same path; a new entry will not be added to the history stack"),g()}))},replace:(t,n)=>{ie(void 0===n,"Hash history cannot replace state; it is ignored");const e="REPLACE",r=at(t,void 0,rt(c),F.location);w.confirmTransitionTo(r,e,l,(t=>{if(!t)return;const n=et(r),o=h(d+n);v()!==o&&(i=n,m(o));const s=_.indexOf(et(F.location));-1!==s&&(_[s]=n),g({action:e,location:r})}))},go:E,goBack:()=>E(-1),goForward:()=>E(1),block:(n="")=>{const e=w.setPrompt(n);return o||(B(t,1),o=!0),()=>(o&&(o=!1,B(t,-1)),e())},listen:n=>{const e=w.appendListener(n);return B(t,1),()=>{B(t,-1),e()}},win:t};return F}},ce=class{constructor(n){t(this,n),this.root="/",this.historyType="browser",this.titleSuffix="",this.routeViewsUpdated=(t={})=>{if(this.history&&t.scrollToId&&"browser"===this.historyType){const n=this.history.win.document.getElementById(t.scrollToId);if(n)return n.scrollIntoView()}this.scrollTo(t.scrollTopOffset||this.scrollTopOffset)},this.isServer=u(this,"isServer"),this.queue=u(this,"queue")}componentWillLoad(){this.history=ue[this.historyType](this.el.ownerDocument.defaultView),this.history.listen((t=>{t=ae(t,this.root),this.location=t})),this.location=ae(this.history.location,this.root)}scrollTo(t){const n=this.history;if(null!=t&&!this.isServer&&n)return"POP"===n.action&&Array.isArray(n.location.scrollPosition)?this.queue.write((()=>{n&&n.location&&Array.isArray(n.location.scrollPosition)&&n.win.scrollTo(n.location.scrollPosition[0],n.location.scrollPosition[1])})):this.queue.write((()=>{n.win.scrollTo(0,t)}))}render(){if(this.location&&this.history)return n(A.Provider,{state:{historyType:this.historyType,location:this.location,titleSuffix:this.titleSuffix,root:this.root,history:this.history,routeViewsUpdated:this.routeViewsUpdated}},n("slot",null))}get el(){return a(this)}},le=class{constructor(n){t(this,n),this.stepSubmitSuccess=e(this,"step-completion",7),this.successPageAcknowledged=e(this,"successPageAcknowledged",5),this.initialised=e(this,"initialised",7),this.isAppInitialised=!1}async componentWillLoad(){const t=jt.fromNullable(this.accessToken);if(jt.isNone(t))throw Error("jwt property is missing.");Zt.state.jwt=t;const n=jt.fromNullable(this.backendUrl);if(jt.isNone(n))throw Error("apiBaseUrl property is missing.");Zt.state.apiBaseUrl=jt.some(n.value.replace(/\/$/,"")+"/");const e=jt.fromNullable(this.appBaseUrl);if(jt.isNone(e))throw Error("appBaseUrl property is missing.");Zt.state.appBaseUrl=jt.some(e.value.replace(/\/$/,"")),Zt.onChange("hasSuccessPageBeenAcknowledged",(()=>this.successPageAcknowledged.emit())),Zt.onChange("hasSuperSelectionBeenSubmitted",(t=>{t&&(this.stepSubmitSuccess.emit(),Zt.state.hasSuperSelectionBeenSubmitted=!1)}))}async componentDidLoad(){await Zt.loadAppStateAsync(),this.isAppInitialised=!0,this.initialised.emit({accountIdOrDefault:Zt.accountIdOrDefault,partnerIdOrDefault:Zt.partnerIdOrDefault,profileId:Zt.profileId})}authTokenChanged(t){Zt.state.jwt=jt.fromNullable(t)}onRouteChange(){null===window||void 0===window||window.scroll(0,0)}render(){return n(o,{class:"d-flex justify-content-center flex-grow-1"},n("div",{class:"d-flex flex-column justify-content-between"},this.renderAppContent()))}routerBaseUrl(){var t;return(null===(t=this.appBaseUrl)||void 0===t?void 0:t.replace(/\/$/,""))+"/"}renderAppContent(){return n("stencil-router",{root:this.routerBaseUrl()},n("stencil-route-switch",{scrollTopOffset:0},n("div",{class:"d-flex flex-column"},n("div",{class:"d-flex justify-content-center"},this.isAppInitialised?en:n("fl-loading-indicator",{class:"mt-5"})),n("div",{class:"d-flex justify-content-center"},n("sss-footer-section",null)))))}static get watchers(){return{accessToken:["authTokenChanged"],location:["onRouteChange"]}}};H(le),le.style="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}stencil-route{display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto}stencil-route:empty{display:none}";var fe,de=[],he="ResizeObserver loop completed with undelivered notifications.";!function(t){t.BORDER_BOX="border-box",t.CONTENT_BOX="content-box",t.DEVICE_PIXEL_CONTENT_BOX="device-pixel-content-box"}(fe||(fe={}));var pe,ve=function(t){return Object.freeze(t)},me=function(t,n){this.inlineSize=t,this.blockSize=n,ve(this)},be=function(){function t(t,n,e,i){return this.x=t,this.y=n,this.width=e,this.height=i,this.top=this.y,this.left=this.x,this.bottom=this.top+this.height,this.right=this.left+this.width,ve(this)}return t.prototype.toJSON=function(){var t=this;return{x:t.x,y:t.y,top:t.top,right:t.right,bottom:t.bottom,left:t.left,width:t.width,height:t.height}},t.fromRect=function(n){return new t(n.x,n.y,n.width,n.height)},t}(),we=function(t){return t instanceof SVGElement&&"getBBox"in t},ge=function(t){if(we(t)){var n=t.getBBox();return!n.width&&!n.height}return!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)},ye=function(t){var n,e,i=null===(e=null===(n=t)||void 0===n?void 0:n.ownerDocument)||void 0===e?void 0:e.defaultView;return!!(i&&t instanceof i.Element)},xe="undefined"!=typeof window?window:{},ke=new WeakMap,Se=/auto|scroll/,Ce=/^tb|vertical/,Ae=/msie|trident/i.test(xe.navigator&&xe.navigator.userAgent),_e=function(t){return parseFloat(t||"0")},Ee=function(t,n,e){return void 0===t&&(t=0),void 0===n&&(n=0),void 0===e&&(e=!1),new me((e?n:t)||0,(e?t:n)||0)},Be=ve({devicePixelContentBoxSize:Ee(),borderBoxSize:Ee(),contentBoxSize:Ee(),contentRect:new be(0,0,0,0)}),Fe=function(t,n){if(void 0===n&&(n=!1),ke.has(t)&&!n)return ke.get(t);if(ge(t))return ke.set(t,Be),Be;var e=getComputedStyle(t),i=we(t)&&t.ownerSVGElement&&t.getBBox(),r=!Ae&&"border-box"===e.boxSizing,o=Ce.test(e.writingMode||""),s=!i&&Se.test(e.overflowY||""),a=!i&&Se.test(e.overflowX||""),u=i?0:_e(e.paddingTop),c=i?0:_e(e.paddingRight),l=i?0:_e(e.paddingBottom),f=i?0:_e(e.paddingLeft),d=i?0:_e(e.borderTopWidth),h=i?0:_e(e.borderRightWidth),p=i?0:_e(e.borderBottomWidth),v=f+c,m=u+l,b=(i?0:_e(e.borderLeftWidth))+h,w=d+p,g=a?t.offsetHeight-w-t.clientHeight:0,y=s?t.offsetWidth-b-t.clientWidth:0,x=r?v+b:0,k=r?m+w:0,S=i?i.width:_e(e.width)-x-y,C=i?i.height:_e(e.height)-k-g,A=S+v+y+b,_=C+m+g+w,E=ve({devicePixelContentBoxSize:Ee(Math.round(S*devicePixelRatio),Math.round(C*devicePixelRatio),o),borderBoxSize:Ee(A,_,o),contentBoxSize:Ee(S,C,o),contentRect:new be(f,u,S,C)});return ke.set(t,E),E},je=function(t,n,e){var i=Fe(t,e),r=i.borderBoxSize,o=i.contentBoxSize,s=i.devicePixelContentBoxSize;switch(n){case fe.DEVICE_PIXEL_CONTENT_BOX:return s;case fe.BORDER_BOX:return r;default:return o}},Ie=function(t){var n=Fe(t);this.target=t,this.contentRect=n.contentRect,this.borderBoxSize=ve([n.borderBoxSize]),this.contentBoxSize=ve([n.contentBoxSize]),this.devicePixelContentBoxSize=ve([n.devicePixelContentBoxSize])},Me=function(t){if(ge(t))return 1/0;for(var n=0,e=t.parentNode;e;)n+=1,e=e.parentNode;return n},Te=function(){var t=1/0,n=[];de.forEach((function(e){if(0!==e.activeTargets.length){var i=[];e.activeTargets.forEach((function(n){var e=new Ie(n.target),r=Me(n.target);i.push(e),n.lastReportedSize=je(n.target,n.observedBox),r<t&&(t=r)})),n.push((function(){e.callback.call(e.observer,i,e.observer)})),e.activeTargets.splice(0,e.activeTargets.length)}}));for(var e=0,i=n;e<i.length;e++)(0,i[e])();return t},Pe=function(t){de.forEach((function(n){n.activeTargets.splice(0,n.activeTargets.length),n.skippedTargets.splice(0,n.skippedTargets.length),n.observationTargets.forEach((function(e){e.isActive()&&(Me(e.target)>t?n.activeTargets.push(e):n.skippedTargets.push(e))}))}))},Re=[],Ne=0,De={attributes:!0,characterData:!0,childList:!0,subtree:!0},Oe=["resize","load","transitionend","animationend","animationstart","animationiteration","keyup","keydown","mouseup","mousedown","mouseover","mouseout","blur","focus"],Ue=function(t){return void 0===t&&(t=0),Date.now()+t},Le=!1,qe=new(function(){function t(){var t=this;this.stopped=!0,this.listener=function(){return t.schedule()}}return t.prototype.run=function(t){var n=this;if(void 0===t&&(t=250),!Le){Le=!0;var e,i=Ue(t);e=function(){var e=!1;try{e=function(){var t,n=0;for(Pe(n);de.some((function(t){return t.activeTargets.length>0}));)n=Te(),Pe(n);return de.some((function(t){return t.skippedTargets.length>0}))&&("function"==typeof ErrorEvent?t=new ErrorEvent("error",{message:he}):((t=document.createEvent("Event")).initEvent("error",!1,!1),t.message=he),window.dispatchEvent(t)),n>0}()}finally{if(Le=!1,t=i-Ue(),!Ne)return;e?n.run(1e3):t>0?n.run(t):n.start()}},function(t){if(!pe){var n=0,e=document.createTextNode("");new MutationObserver((function(){return Re.splice(0).forEach((function(t){return t()}))})).observe(e,{characterData:!0}),pe=function(){e.textContent=""+(n?n--:n++)}}Re.push(t),pe()}((function(){requestAnimationFrame(e)}))}},t.prototype.schedule=function(){this.stop(),this.run()},t.prototype.observe=function(){var t=this,n=function(){return t.observer&&t.observer.observe(document.body,De)};document.body?n():xe.addEventListener("DOMContentLoaded",n)},t.prototype.start=function(){var t=this;this.stopped&&(this.stopped=!1,this.observer=new MutationObserver(this.listener),this.observe(),Oe.forEach((function(n){return xe.addEventListener(n,t.listener,!0)})))},t.prototype.stop=function(){var t=this;this.stopped||(this.observer&&this.observer.disconnect(),Oe.forEach((function(n){return xe.removeEventListener(n,t.listener,!0)})),this.stopped=!0)},t}()),ze=function(t){!Ne&&t>0&&qe.start(),!(Ne+=t)&&qe.stop()},Ve=function(){function t(t,n){this.target=t,this.observedBox=n||fe.CONTENT_BOX,this.lastReportedSize={inlineSize:0,blockSize:0}}return t.prototype.isActive=function(){var t,n=je(this.target,this.observedBox,!0);return we(t=this.target)||function(t){switch(t.tagName){case"INPUT":if("image"!==t.type)break;case"VIDEO":case"AUDIO":case"EMBED":case"OBJECT":case"CANVAS":case"IFRAME":case"IMG":return!0}return!1}(t)||"inline"!==getComputedStyle(t).display||(this.lastReportedSize=n),this.lastReportedSize.inlineSize!==n.inlineSize||this.lastReportedSize.blockSize!==n.blockSize},t}(),He=function(t,n){this.activeTargets=[],this.skippedTargets=[],this.observationTargets=[],this.observer=t,this.callback=n},We=new WeakMap,$e=function(t,n){for(var e=0;e<t.length;e+=1)if(t[e].target===n)return e;return-1},Xe=function(){function t(){}return t.connect=function(t,n){var e=new He(t,n);We.set(t,e)},t.observe=function(t,n,e){var i=We.get(t),r=0===i.observationTargets.length;$e(i.observationTargets,n)<0&&(r&&de.push(i),i.observationTargets.push(new Ve(n,e&&e.box)),ze(1),qe.schedule())},t.unobserve=function(t,n){var e=We.get(t),i=$e(e.observationTargets,n);i>=0&&(1===e.observationTargets.length&&de.splice(de.indexOf(e),1),e.observationTargets.splice(i,1),ze(-1))},t.disconnect=function(t){var n=this,e=We.get(t);e.observationTargets.slice().forEach((function(e){return n.unobserve(t,e.target)})),e.activeTargets.splice(0,e.activeTargets.length)},t}(),Je=function(){function t(t){if(0===arguments.length)throw new TypeError("Failed to construct 'ResizeObserver': 1 argument required, but only 0 present.");if("function"!=typeof t)throw new TypeError("Failed to construct 'ResizeObserver': The callback provided as parameter 1 is not a function.");Xe.connect(this,t)}return t.prototype.observe=function(t,n){if(0===arguments.length)throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!ye(t))throw new TypeError("Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element");Xe.observe(this,t,n)},t.prototype.unobserve=function(t){if(0===arguments.length)throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': 1 argument required, but only 0 present.");if(!ye(t))throw new TypeError("Failed to execute 'unobserve' on 'ResizeObserver': parameter 1 is not of type 'Element");Xe.unobserve(this,t)},t.prototype.disconnect=function(){Xe.disconnect(this)},t.toString=function(){return"function ResizeObserver () { [polyfill code] }"},t}();const Ge=new class{constructor(){this._appRootUrl=new V((()=>this.resolveRootUrl())),this.getAppRootUrl=()=>this._appRootUrl.value,this.getAppHostUrl=()=>`${window.location.origin}${this.getAppRootUrl()}`.replace(/\/$/,"")}async loadConfigurationAsync(){const t=await Gt(this.getAppRootUrl()+"config.json").get().json();Tn.update({appConfiguration:jt.fromNullable(t)})}resolveRootUrl(){const t=jt.fromNullable(window.location.pathname.match(/^\/super-selection\/embed\/v1.0\/app/));if(jt.isNone(t))throw Error("Unsupported host URL");return t.value[0]+"/"}};function Ke(){return"undefined"!=typeof globalThis&&globalThis?globalThis:"undefined"!=typeof self&&self?self:"undefined"!=typeof window&&window?window:"undefined"!=typeof global&&global?global:null}function Ye(t){var n=Object.create;if(n)return n(t);if(null==t)return{};var e=typeof t;if("object"!==e&&"function"!==e)throw new TypeError("Object prototype may only be an Object:"+t);function i(){}return i.prototype=t,new i}var Qe,Ze,ti=function(t,n){return(ti=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,n){t.__proto__=n}||function(t,n){for(var e in n)n.hasOwnProperty(e)&&(t[e]=n[e])})(t,n)},ni=Ke()||{};Ze=function(t,n){function e(){this.constructor=t}ti(t,n),t.prototype=null===n?Ye(n):(e.prototype=n.prototype,new e)},(Qe=ni).__assign||(Qe.__assign=Object.assign||function(t){for(var n,e=1,i=arguments.length;e<i;e++)for(var r in n=arguments[e])Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r]);return t}),Qe.__extends||(Qe.__extends=Ze),__assign||(__assign=ni.__assign),__extends||(__extends=ni.__extends);var ei=Ke;function ii(t){var n=ei();return n&&n[t]?n[t]:"window"===t&&ri()?window:null}function ri(){return Boolean("object"==typeof window&&window)}function oi(){return ri()?window:ii("window")}function si(){return Boolean("object"==typeof document&&document)}function ai(){return si()?document:ii("document")}function ui(){return Boolean("object"==typeof navigator&&navigator)?navigator:ii("navigator")}function ci(){return"object"==typeof location&&location?location:ii("location")}function li(){return ii("performance")}function fi(){return Boolean("object"==typeof JSON&&JSON||null!==ii("JSON"))}function di(){return fi()?JSON||ii("JSON"):null}var hi=null,pi=!1,vi=123456789,mi=987654321;function bi(t){t<0&&(t>>>=0),vi=123456789+t&4294967295,mi=987654321-t&4294967295,pi=!0}function wi(){bi(4294967296*Math.random()^(new Date).getTime())}function gi(t,n){return typeof t===n}function yi(t){return gi(t,"undefined")||void 0===t}function xi(t){return yi(t)||null===t}function ki(t,n){return t&&Object.prototype.hasOwnProperty.call(t,n)}function Si(t){return gi(t,"object")}function Ci(t){return gi(t,"function")}function Ai(t,n,e,i){void 0===i&&(i=!1);var r=!1;if(!xi(t))try{xi(t.addEventListener)?xi(t.attachEvent)||(t.attachEvent("on"+n,e),r=!0):(t.addEventListener(n,e,i),r=!0)}catch(t){}return r}function _i(t,n,e,i){if(void 0===i&&(i=!1),!xi(t))try{xi(t.removeEventListener)?xi(t.detachEvent)||t.detachEvent("on"+n,e):t.removeEventListener(n,e,i)}catch(t){}}function Ei(t,n){if(t&&Si(t))for(var e in t)ki(t,e)&&n.call(t,e,t[e])}var Bi,Fi=function(){function t(){}return t.isDate=function(t){return"[object Date]"===Object.prototype.toString.call(t)},t.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)},t.isError=function(t){return"[object Error]"===Object.prototype.toString.call(t)},t.isString=function(t){return gi(t,"string")},t.isNumber=function(t){return gi(t,"number")},t.isBoolean=function(t){return gi(t,"boolean")},t.disableCookies=function(){t._canUseCookies=!1},t.newGuid=function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(ji,(function(n){var e=0|t.randomValue(15);return("x"===n?e:3&e|8).toString(16)}))},t.toISOString=function(n){if(t.isDate(n)){var e=function(t){var n=String(t);return 1===n.length&&(n="0"+n),n};return n.getUTCFullYear()+"-"+e(n.getUTCMonth()+1)+"-"+e(n.getUTCDate())+"T"+e(n.getUTCHours())+":"+e(n.getUTCMinutes())+":"+e(n.getUTCSeconds())+"."+String((n.getUTCMilliseconds()/1e3).toFixed(3)).slice(2,5)+"Z"}},t.arrForEach=function(t,n,e){for(var i=t.length,r=0;r<i;r++)r in t&&n.call(e||t,t[r],r,t)},t.arrIndexOf=function(t,n,e){for(var i=t.length,r=e||0,o=Math.max(r>=0?r:i-Math.abs(r),0);o<i;o++)if(o in t&&t[o]===n)return o;return-1},t.arrMap=function(t,n,e){for(var i=t.length,r=e||t,o=new Array(i),s=0;s<i;s++)s in t&&(o[s]=n.call(r,t[s],t));return o},t.arrReduce=function(t,n,e){var i,r=t.length,o=0;if(arguments.length>=3)i=arguments[2];else{for(;o<r&&!(o in t);)o++;i=t[o++]}for(;o<r;)o in t&&(i=n(i,t[o],o,t)),o++;return i},t.strTrim=function(n){return t.isString(n)?n.replace(/^\s+|\s+$/g,""):n},t.objKeys=function(t){var n=!{toString:null}.propertyIsEnumerable("toString");if(!(Ci(t)||Si(t)&&null!==t))throw new TypeError("objKeys called on non-object");var e=[];for(var i in t)ki(t,i)&&e.push(i);if(n)for(var r=["toString","toLocaleString","valueOf","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","constructor"],o=r.length,s=0;s<o;s++)ki(t,r[s])&&e.push(r[s]);return e},t.objDefineAccessors=function(t,n,e,i){var r=Object.defineProperty;if(r)try{var o={enumerable:!0,configurable:!0};return e&&(o.get=e),i&&(o.set=i),r(t,n,o),!0}catch(t){}return!1},t.addEventHandler=function(t,n){var e=!1,i=oi();i&&(e=Ai(i,t,n),e=Ai(i.body,t,n)||e);var r=ai();return r&&(e=Ii.Attach(r,t,n)||e),e},t.dateNow=function(){var t=Date;return t.now?t.now():(new t).getTime()},t.perfNow=function(){var n=li();return n&&n.now?n.now():t.dateNow()},t.newId=function(n){void 0===n&&(n=22);for(var e=t.random32()>>>0,i=0,r="";r.length<n;)i++,r+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(63&e),e>>>=6,5===i&&(e=(t.random32()<<2&4294967295|3&e)>>>0,i=0);return r},t.isIE=function(){if(null===hi){var t=((ui()||{}).userAgent||"").toLowerCase();hi=-1!==t.indexOf("msie")||-1!==t.indexOf("trident/")}return hi},t.randomValue=function(n){return n>0?Math.floor(t.random32()/4294967295*(n+1))>>>0:0},t.random32=function(n){var e,i=ii("crypto")||ii("msCrypto");return i&&i.getRandomValues?e=4294967295&i.getRandomValues(new Uint32Array(1))[0]:t.isIE()?(pi||wi(),e=4294967295&t.mwcRandom32()):e=Math.floor(4294967296*Math.random()|0),n||(e>>>=0),e},t.mwcRandomSeed=function(t){t?bi(t):wi()},t.mwcRandom32=function(t){var n=((mi=36969*(65535&mi)+(mi>>16)&4294967295)<<16)+(65535&(vi=18e3*(65535&vi)+(vi>>16)&4294967295))>>>0&4294967295|0;return t||(n>>>=0),n},t.generateW3CId=function(){for(var n,e=["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"],i="",r=0;r<4;r++)i+=e[15&(n=t.random32())]+e[n>>4&15]+e[n>>8&15]+e[n>>12&15]+e[n>>16&15]+e[n>>20&15]+e[n>>24&15]+e[n>>28&15];var o=e[8+(3&t.random32())|0];return i.substr(0,8)+i.substr(9,4)+"4"+i.substr(13,3)+o+i.substr(16,3)+i.substr(19,12)},t.isTypeof=gi,t.isUndefined=yi,t.isNullOrUndefined=xi,t.hasOwnProperty=ki,t.isFunction=Ci,t.isObject=Si,t.objCreate=Ye,t}(),ji=/[xy]/g,Ii=function(){function t(){}return t.Attach=Ai,t.AttachEvent=Ai,t.Detach=_i,t.DetachEvent=_i,t}();!function(t){t[t.CRITICAL=1]="CRITICAL",t[t.WARNING=2]="WARNING"}(Bi||(Bi={}));var Mi=Object.getPrototypeOf,Ti=0;
2
- /*!
3
- * Microsoft Dynamic Proto Utility, 1.1.0
4
- * Copyright (c) Microsoft and contributors. All rights reserved.
5
- */function Pi(t,n){return t&&Object.prototype.hasOwnProperty.call(t,n)}function Ri(t){return"function"==typeof t}function Ni(t){return t&&(t===Object.prototype||t===Array.prototype)}function Di(t){return Ni(t)||t===Function.prototype}function Oi(t){if(t){if(Mi)return Mi(t);var n=t.__proto__||t.prototype||t.constructor;if(n)return n}return null}function Ui(t,n,e){return"constructor"!==n&&Ri(t[n])&&(e||Pi(t,n))}function Li(t){throw new TypeError("DynamicProto: "+t)}function qi(t,n){for(var e=t.length-1;e>=0;e--)if(t[e]===n)return!0;return!1}function zi(t,n,e,i){var r=null;if(t&&Pi(e,"_dynClass")){var o=t._dynInstFuncs||{};if((r=(o[e._dynClass]||{})[n])||Li("Missing ["+n+"] function"),!r._dynInstChk&&!1!==o._dynInstChk){for(var s=!Pi(t,n),a=Oi(t),u=[];s&&a&&!Di(a)&&!qi(u,a);){var c=a[n];if(c){s=c===i;break}u.push(a),a=Oi(a)}try{s&&(t[n]=r),r._dynInstChk=1}catch(t){o._dynInstChk=!1}}}return r}function Vi(t,n,e){var i=n[t];return i===e&&(i=Oi(n)[t]),Ri(i)||Li("["+t+"] is not a function"),i}function Hi(t,n){return Pi(t,"prototype")?t.name||n||"_unknown_":((t||{}).constructor||{}).name||n||"_unknown_"}function Wi(t,n,e,i){Pi(t,"prototype")||Li("theClass is an invalid class definition.");var r=t.prototype;(function(t,n){for(var e=Oi(n);e&&!Di(e);){if(e===t)return!0;e=Oi(e)}return!1})(r,n)||Li("["+Hi(t)+"] is not in class hierarchy of ["+Hi(n)+"]");var o=null;Pi(r,"_dynClass")?o=r._dynClass:(o="_dynCls$"+Hi(t,"_")+"$"+Ti,Ti++,r._dynClass=o);var s=Wi._dfOpts,a=!!s.useBaseInst;a&&i&&void 0!==i.useBaseInst&&(a=!!i.useBaseInst);var u=function(t){var n={};for(var e in t)!n[e]&&Ui(t,e,!1)&&(n[e]=t[e]);return n}(n);e(n,function(t,n,e,i){function r(t,n,e){var r=n[s];if(r._isDynProxy&&i){var o=t._dynInstFuncs||{};!1!==o._dynInstChk&&(r=(o[n._dynClass]||{})[e]||r)}return function(){return r.apply(t,arguments)}}var o={};for(var s in e)o[s]=r(n,e,s);for(var a=Oi(t),u=[];a&&!Di(a)&&!qi(u,a);){for(var s in a)!o[s]&&Ui(a,s,!Mi)&&(o[s]=r(n,a,s));u.push(a),a=Oi(a)}return o}(r,n,u,a));var c=!!Mi&&!!s.setInstFuncs;c&&i&&(c=!!i.setInstFuncs),function(t,n,e,i,r){function o(t,n){var e=function(){return(zi(this,n,t,e)||Vi(n,t,e)).apply(this,arguments)};return e._isDynProxy=1,e}if(!Ni(t)){var s=e._dynInstFuncs=e._dynInstFuncs||{},a=s[n]=s[n]||{};for(var u in!1!==s._dynInstChk&&(s._dynInstChk=!!r),e)Ui(e,u,!1)&&e[u]!==i[u]&&(a[u]=e[u],delete e[u],(!Pi(t,u)||t[u]&&!t[u]._isDynProxy)&&(t[u]=o(t,u)))}}(r,o,n,u,!1!==c)}function $i(t){return t?'"'+t.replace(/\"/g,"")+'"':""}Wi._dfOpts={setInstFuncs:!0,useBaseInst:!0};var Xi=function(){function t(t,n,e,i){void 0===e&&(e=!1);var r=this;r.messageId=t,r.message=(e?"AI: ":"AI (Internal): ")+t;var o="";fi()&&(o=di().stringify(i));var s=(n?" message:"+$i(n):"")+(i?" props:"+$i(o):"");r.message+=s}return t.dataType="MessageData",t}(),Ji=function(){function t(n){this.identifier="DiagnosticLogger",this.queue=[];var e=0,i={};Wi(t,this,(function(t){var r=Fi.isNullOrUndefined,o=Fi.isUndefined,s=Fi.isFunction;function a(t,e){var i=n[t];return r(i)?e:i}r(n)&&(n={}),t.consoleLoggingLevel=function(){return a("loggingLevelConsole",0)},t.telemetryLoggingLevel=function(){return a("loggingLevelTelemetry",1)},t.maxInternalMessageLimit=function(){return a("maxMessageLimit",25)},t.enableDebugExceptions=function(){return a("enableDebugExceptions",!1)},t.throwInternal=function(n,e,r,s,a){void 0===a&&(a=!1);var u=new Xi(e,r,a,s);if(t.enableDebugExceptions())throw u;if(!o(u)&&u&&!o(u.message)){if(a){var c=+u.messageId;!i[c]&&t.consoleLoggingLevel()>=Bi.WARNING&&(t.warnToConsole(u.message),i[c]=!0)}else t.consoleLoggingLevel()>=Bi.WARNING&&t.warnToConsole(u.message);t.logInternalMessage(n,u)}},t.warnToConsole=function(t){var n="undefined"!=typeof console?console:ii("console");if(n){var e="log";n.warn&&(e="warn"),s(n[e])&&n[e](t)}},t.resetInternalMessageCount=function(){e=0,i={}},t.logInternalMessage=function(n,r){if(!(e>=t.maxInternalMessageLimit())){var o=!0,s="AITR_"+r.messageId;if(i[s]?o=!1:i[s]=!0,o&&(n<=t.telemetryLoggingLevel()&&(t.queue.push(r),e++),e===t.maxInternalMessageLimit())){var a="Internal events throttle limit per PageView reached for this app.",u=new Xi(23,a,!1);t.queue.push(u),t.warnToConsole(a)}}}}))}return t.prototype.enableDebugExceptions=function(){return!1},t.prototype.consoleLoggingLevel=function(){return 0},t.prototype.telemetryLoggingLevel=function(){return 1},t.prototype.maxInternalMessageLimit=function(){return 25},t.prototype.throwInternal=function(){},t.prototype.warnToConsole=function(){},t.prototype.resetInternalMessageCount=function(){},t.prototype.logInternalMessage=function(){},t}(),Gi=function(){function t(n,e,i){var r,o=this,s=!1;o.start=Fi.dateNow(),o.name=n,o.isAsync=i,o.isChildEvt=function(){return!1},Fi.isFunction(e)&&(s=Fi.objDefineAccessors(o,"payload",(function(){return!r&&Fi.isFunction(e)&&(r=e(),e=null),r}))),o.getCtx=function(n){return n?n===t.ParentContextKey||n===t.ChildrenContextKey?o[n]:(o.ctx||{})[n]:null},o.setCtx=function(n,e){n&&(n===t.ParentContextKey?(o[n]||(o.isChildEvt=function(){return!0}),o[n]=e):n===t.ChildrenContextKey?o[n]=e:(o.ctx=o.ctx||{})[n]=e)},o.complete=function(){var n=0,i=o.getCtx(t.ChildrenContextKey);if(Fi.isArray(i))for(var r=0;r<i.length;r++){var a=i[r];a&&(n+=a.time)}o.time=Fi.dateNow()-o.start,o.exTime=o.time-n,o.complete=function(){},!s&&Fi.isFunction(e)&&(o.payload=e())}}return t.ParentContextKey="parent",t.ChildrenContextKey="childEvts",t}(),Ki=function(){function t(n){this.ctx={},Wi(t,this,(function(t){t.create=function(t,n,e){return new Gi(t,n,e)},t.fire=function(t){t&&(t.complete(),n&&n.perfEvent(t))},t.setCtx=function(n,e){n&&((t.ctx=t.ctx||{})[n]=e)},t.getCtx=function(n){return(t.ctx||{})[n]}}))}return t.prototype.create=function(){return null},t.prototype.fire=function(){},t.prototype.setCtx=function(){},t.prototype.getCtx=function(){},t}();function Yi(t,n,e,i,r){if(t){var o=t;if(o&&Fi.isFunction(o.getPerfMgr)&&(o=o.getPerfMgr()),o){var s=void 0,a=o.getCtx("CoreUtils.doPerf");try{if(s=o.create(n(),i,r)){if(a&&s.setCtx&&(s.setCtx(Gi.ParentContextKey,a),a.getCtx&&a.setCtx)){var u=a.getCtx(Gi.ChildrenContextKey);u||a.setCtx(Gi.ChildrenContextKey,u=[]),u.push(s)}return o.setCtx("CoreUtils.doPerf",s),e(s)}}catch(t){s&&s.setCtx&&s.setCtx("exception",t)}finally{s&&o.fire(s),o.setCtx("CoreUtils.doPerf",a)}}}return e()}var Qi=Fi.isFunction,Zi=function(t,n){var e=this,i=null,r=Qi(t.processTelemetry),o=Qi(t.setNextPlugin);e._hasRun=!1,e.getPlugin=function(){return t},e.getNext=function(){return i},e.setNext=function(t){i=t},e.processTelemetry=function(s,a){a||(a=n);var u=t?t.identifier:"TelemetryPluginChain";Yi(a?a.core():null,(function(){return u+":processTelemetry"}),(function(){if(t&&r){e._hasRun=!0;try{a.setNext(i),o&&t.setNextPlugin(i),i&&(i._hasRun=!1),t.processTelemetry(s,a)}catch(e){var n=i&&i._hasRun;i&&n||a.diagLog().throwInternal(Bi.CRITICAL,73,"Plugin ["+t.identifier+"] failed during processTelemetry - "+e),i&&!n&&i.processTelemetry(s,a)}}else i&&(e._hasRun=!0,i.processTelemetry(s,a))}),(function(){return{item:s}}),!s.sync)}},tr=Fi.isNullOrUndefined;function nr(t,n){var e=[];if(t&&t.length>0)for(var i=null,r=0;r<t.length;r++){var o=t[r];if(o&&Fi.isFunction(o.processTelemetry)){var s=new Zi(o,n);e.push(s),i&&i.setNext(s),i=s}}return e.length>0?e[0]:null}var er=function t(n,e,i,r){var o=this,s=null;null!==r&&(n&&Fi.isFunction(n.getPlugin)?s=function(t,n,e){var i=[],r=!e;if(t)for(;t;){var o=t.getPlugin();(r||o===e)&&(r=!0,i.push(o)),t=t.getNext()}return r||i.push(e),nr(i,n)}(n,o,r||n.getPlugin()):r?s=function(t,n,e){var i=t,r=!1;return e&&t&&(i=[],Fi.arrForEach(t,(function(t){(r||t===e)&&(r=!0,i.push(t))}))),e&&!r&&(i||(i=[]),i.push(e)),nr(i,n)}(n,o,r):Fi.isUndefined(r)&&(s=nr(n,o))),o.core=function(){return i},o.diagLog=function(){var t=(i||{}).logger;return t||(t=new Ji(e||{})),t},o.getCfg=function(){return e},o.getExtCfg=function(t,n){var i;if(void 0===n&&(n={}),e){var r=e.extensionConfig;r&&t&&(i=r[t])}return i||n},o.getConfig=function(t,n,i){var r;void 0===i&&(i=!1);var s=o.getExtCfg(t,null);return s&&!tr(s[n])?r=s[n]:e&&!tr(e[n])&&(r=e[n]),tr(r)?i:r},o.hasNext=function(){return null!=s},o.getNext=function(){return s},o.setNext=function(t){s=t},o.processNext=function(t){var n=s;n&&(s=n.getNext(),n.processTelemetry(t,o))},o.createNew=function(n,r){return void 0===n&&(n=null),new t(n||s,e,i,r)}},ir=Fi.isFunction,rr=function(){function t(){var t=this,n=!1,e=null,i=null;t.core=null,t.diagLog=function(n){return t._getTelCtx(n).diagLog()},t.isInitialized=function(){return n},t.setInitialized=function(t){n=t},t.setNextPlugin=function(t){i=t},t.processNext=function(t,n){n?n.processNext(t):i&&ir(i.processTelemetry)&&i.processTelemetry(t,null)},t._getTelCtx=function(n){void 0===n&&(n=null);var r=n;r||(r=(e||new er(null,{},t.core)).createNew(null,i&&i.getPlugin?i.getPlugin:i));return r},t._baseTelInit=function(r,o,s,a){r&&(r.extensionConfig=r.extensionConfig||[]),!a&&o&&(a=o.getProcessTelContext().getNext());var u=i;i&&i.getPlugin&&(u=i.getPlugin()),t.core=o,e=new er(a,r,o,u),n=!0}}return t.prototype.initialize=function(t,n,e,i){this._baseTelInit(t,n,e,i)},t}(),or=Fi.isFunction;function sr(t,n){for(var e=[],i=null,r=t.getNext();r;){var o=r.getPlugin();o&&(i&&or(i.setNextPlugin)&&or(o.processTelemetry)&&i.setNextPlugin(o),or(o.isInitialized)&&o.isInitialized()||e.push(o),i=o,r=r.getNext())}Fi.arrForEach(e,(function(e){e.initialize(t.getCfg(),t.core(),n,t.getNext())}))}function ar(t){return t.sort((function(t,n){var e=0,i=or(n.processTelemetry);return or(t.processTelemetry)?e=i?t.priority-n.priority:1:i&&(e=-1),e}))}var ur=Fi.objDefineAccessors,cr=function(t){function n(){var e=t.call(this)||this;e.identifier="ChannelControllerPlugin",e.priority=500;var i,r=Fi.arrForEach;function o(t){t&&t.length>0&&(function(t){r(t,(function(t){if(t.priority<500)throw Error("Channel has invalid priority"+t.identifier)}))}(t=t.sort((function(t,n){return t.priority-n.priority}))),i.push(t))}return Wi(n,e,(function(t,n){t.setNextPlugin=function(){},t.processTelemetry=function(t,n){i&&r(i,(function(i){i.length>0&&e._getTelCtx(n).createNew(i).processNext(t)}))},t.getChannelControls=function(){return i},t.initialize=function(e,s,a){t.isInitialized()||(n.initialize(e,s,a),e.isCookieUseDisabled&&Fi.disableCookies(),function(t,n){if(i=[],t&&r(t,(function(t){return o(t)})),n){var e=[];r(n,(function(t){t.priority>500&&e.push(t)})),o(e)}}((e||{}).channels,a),r(i,(function(t){return sr(new er(t,e,s),a)})))}})),e}return __extends(n,t),n.prototype.processTelemetry=function(){},n.prototype.getChannelControls=function(){return null},n.prototype.initialize=function(){},n._staticInit=(ur(n.prototype,"ChannelControls",n.prototype.getChannelControls),void ur(n.prototype,"channelQueue",n.prototype.getChannelControls)),n}(rr),lr=Fi.arrForEach,fr=Fi.isNullOrUndefined,dr=function(){function t(){var n,e,i,r,o=!1;Wi(t,this,(function(t){t._extensions=new Array,e=new cr,t.logger=Fi.objCreate({throwInternal:function(){},warnToConsole:function(){},resetInternalMessageCount:function(){}}),n=[],t.isInitialized=function(){return o},t.initialize=function(n,r,s,a){if(t.isInitialized())throw Error("Core should not be initialized more than once");if(!n||fr(n.instrumentationKey))throw Error("Please provide instrumentation key");i=a,t._notificationManager=a,t.config=n||{},n.extensions=fr(n.extensions)?[]:n.extensions,(n.extensionConfig=fr(n.extensionConfig)?{}:n.extensionConfig).NotificationManager=a,s&&(t.logger=s);var u=[];u.push.apply(u,r.concat(n.extensions)),u=ar(u);var c=[],l={};if(lr(u,(function(t){if(fr(t)||fr(t.initialize))throw Error("Extensions must provide callback to initialize");var n=t.priority,i=t.identifier;t&&n&&(fr(l[n])?l[n]=i:s.warnToConsole("Two extensions have same priority #"+n+" - "+l[n]+", "+i)),(!n||n<e.priority)&&c.push(t)})),u.push(e),c.push(e),u=ar(u),t._extensions=u,sr(new er([e],n,t),u),sr(new er(c,n,t),u),t._extensions=c,0===t.getTransmissionControls().length)throw new Error("No channels available");o=!0,t.releaseQueue()},t.getTransmissionControls=function(){return e.getChannelControls()},t.track=function(e){e.iKey||(e.iKey=t.config.instrumentationKey),e.time||(e.time=Fi.toISOString(new Date)),fr(e.ver)&&(e.ver="4.0"),t.isInitialized()?t.getProcessTelContext().processNext(e):n.push(e)},t.getProcessTelContext=function(){var n=t._extensions,i=n;return n&&0!==n.length||(i=[e]),new er(i,t.config,t)},t.getNotifyMgr=function(){return i||(i=Fi.objCreate({addNotificationListener:function(){},removeNotificationListener:function(){},eventsSent:function(){},eventsDiscarded:function(){},eventsSendRequest:function(){}}),t._notificationManager=i),i},t.getPerfMgr=function(){return r||t.config&&t.config.enablePerfMgr&&(r=new Ki(t.getNotifyMgr())),r},t.setPerfMgr=function(t){r=t},t.eventCnt=function(){return n.length},t.releaseQueue=function(){n.length>0&&(lr(n,(function(n){t.getProcessTelContext().processNext(n)})),n=[])}}))}return t.prototype.initialize=function(){},t.prototype.getTransmissionControls=function(){return null},t.prototype.track=function(){},t.prototype.getProcessTelContext=function(){return null},t.prototype.getNotifyMgr=function(){return null},t.prototype.getPerfMgr=function(){return null},t.prototype.setPerfMgr=function(){},t.prototype.eventCnt=function(){return 0},t.prototype.releaseQueue=function(){},t}(),hr=function(){function t(n){this.listeners=[];var e=Fi.arrForEach,i=!!(n||{}).perfEvtsSendAll;Wi(t,this,(function(t){t.addNotificationListener=function(n){t.listeners.push(n)},t.removeNotificationListener=function(n){for(var e=Fi.arrIndexOf(t.listeners,n);e>-1;)t.listeners.splice(e,1),e=Fi.arrIndexOf(t.listeners,n)},t.eventsSent=function(n){e(t.listeners,(function(t){t&&t.eventsSent&&setTimeout((function(){return t.eventsSent(n)}),0)}))},t.eventsDiscarded=function(n,i){e(t.listeners,(function(t){t&&t.eventsDiscarded&&setTimeout((function(){return t.eventsDiscarded(n,i)}),0)}))},t.eventsSendRequest=function(n,i){e(t.listeners,(function(t){if(t&&t.eventsSendRequest)if(i)setTimeout((function(){return t.eventsSendRequest(n,i)}),0);else try{t.eventsSendRequest(n,i)}catch(t){}}))},t.perfEvent=function(n){n&&(!i&&n.isChildEvt()||e(t.listeners,(function(t){if(t&&t.perfEvent)if(n.isAsync)setTimeout((function(){return t.perfEvent(n)}),0);else try{t.perfEvent(n)}catch(t){}})))}}))}return t.prototype.addNotificationListener=function(){},t.prototype.removeNotificationListener=function(){},t.prototype.eventsSent=function(){},t.prototype.eventsDiscarded=function(){},t.prototype.eventsSendRequest=function(){},t}(),pr=function(t){function n(){var e=t.call(this)||this;return Wi(n,e,(function(t,n){function e(n){var e=t.getNotifyMgr();e&&e.eventsDiscarded([n],2)}t.initialize=function(t,e,i,r){n.initialize(t,e,i||new Ji(t),r||new hr(t))},t.track=function(i){Yi(t.getPerfMgr(),(function(){return"AppInsightsCore:track"}),(function(){if(null===i)throw e(i),Error("Invalid telemetry item");!function(t){if(Fi.isNullOrUndefined(t.name))throw e(t),Error("telemetry name required")}(i),n.track(i)}),(function(){return{item:i}}),!i.sync)},t.addNotificationListener=function(n){var e=t.getNotifyMgr();e&&e.addNotificationListener(n)},t.removeNotificationListener=function(n){var e=t.getNotifyMgr();e&&e.removeNotificationListener(n)},t.pollInternalLogs=function(n){var e=t.config.diagnosticLogInterval;return e&&e>0||(e=1e4),setInterval((function(){var e=t.logger?t.logger.queue:[];Fi.arrForEach(e,(function(e){var i={name:n||"InternalMessageId: "+e.messageId,iKey:t.config.instrumentationKey,time:Fi.toISOString(new Date),baseType:Xi.dataType,baseData:{message:e.message}};t.track(i)})),e.length=0}),e)}})),e}return __extends(n,t),n.prototype.initialize=function(){},n.prototype.track=function(){},n.prototype.addNotificationListener=function(){},n.prototype.removeNotificationListener=function(){},n.prototype.pollInternalLogs=function(){return 0},n}(dr),vr=["req","rsp","hkErr","fnErr"];function mr(t,n){if(t)for(var e=0;e<t.length&&!n(t[e],e);e++);}function br(t,n,e,i,r){r>=0&&r<=2&&mr(t,(function(t,o){var s=t.cbks,a=s[vr[r]];if(a){n.ctx=function(){return i[o]=i[o]||{}};try{a.apply(n.inst,e)}catch(t){var u=n.err;try{var c=s[vr[2]];c&&(n.err=t,c.apply(n.inst,e))}catch(t){}finally{n.err=u}}}}))}var wr,gr,yr,xr=Object.getPrototypeOf;function kr(t,n,e){var i=null;return t&&(Fi.hasOwnProperty(t,n)?i=t:e&&(i=kr(function(t){if(t){if(xr)return xr(t);var n=t.__proto__||t.prototype||t.constructor;if(n)return n}return null}(t),n,!1))),i}function Sr(t,n,e,i){if(void 0===i&&(i=!0),t&&n&&e){var r=kr(t,n,i);if(r){var o=r[n];if("function"==typeof o){var s=o._aiHooks;if(!s){var a=(c=s={i:0,n,f:o,h:[]},function(){var t=this,n=arguments,e=c.h,i={name:c.n,inst:t,ctx:null,set:a},r=[],o=s([i],n);function s(t,n){return mr(n,(function(n){t.push(n)})),t}function a(t,e){(n=s([],n))[t]=e,o=s([i],n)}br(e,i,o,r,0);var u=c.f;try{i.rslt=u.apply(t,n)}catch(t){throw i.err=t,br(e,i,o,r,3),t}return br(e,i,o,r,1),i.rslt});a._aiHooks=s,r[n]=a}var u={id:s.i,cbks:e,rm:function(){var t=this.id;mr(s.h,(function(n,e){if(n.id===t)return s.h.splice(e,1),1}))}};return s.i++,s.h.push(u),u}}}var c;return null}!function(t){t[t.LocalStorage=0]="LocalStorage",t[t.SessionStorage=1]="SessionStorage"}(wr||(wr={})),function(t){t[t.Default=0]="Default",t[t.Required=1]="Required",t[t.Array=2]="Array",t[t.Hidden=4]="Hidden"}(gr||(gr={})),function(t){t[t.AI=0]="AI",t[t.AI_AND_W3C=1]="AI_AND_W3C",t[t.W3C=2]="W3C"}(yr||(yr={}));var Cr,Ar=function(){function t(){}return t.requestContextHeader="Request-Context",t.requestContextTargetKey="appId",t.requestContextAppIdFormat="appId=cid-v1:",t.requestIdHeader="Request-Id",t.traceParentHeader="traceparent",t.sdkContextHeader="Sdk-Context",t.sdkContextHeaderAppIdRequest="appId",t.requestContextHeaderLowerCase="request-context",t}(),_r=function(){function t(){}return t.sanitizeKeyAndAddUniqueness=function(n,e,i){var r=e.length,o=t.sanitizeKey(n,e);if(o.length!==r){for(var s=0,a=o;void 0!==i[a];)s++,a=o.substring(0,t.MAX_NAME_LENGTH-3)+t.padNumber(s);o=a}return o},t.sanitizeKey=function(n,e){var i;return e&&(e=t.trim(e.toString())).length>t.MAX_NAME_LENGTH&&(i=e.substring(0,t.MAX_NAME_LENGTH),n.throwInternal(Bi.WARNING,57,"name is too long. It has been truncated to "+t.MAX_NAME_LENGTH+" characters.",{name:e},!0)),i||e},t.sanitizeString=function(n,e,i){var r;return void 0===i&&(i=t.MAX_STRING_LENGTH),e&&(i=i||t.MAX_STRING_LENGTH,(e=t.trim(e)).toString().length>i&&(r=e.toString().substring(0,i),n.throwInternal(Bi.WARNING,61,"string value is too long. It has been truncated to "+i+" characters.",{value:e},!0))),r||e},t.sanitizeUrl=function(n,e){return t.sanitizeInput(n,e,t.MAX_URL_LENGTH,66)},t.sanitizeMessage=function(n,e){var i;return e&&e.length>t.MAX_MESSAGE_LENGTH&&(i=e.substring(0,t.MAX_MESSAGE_LENGTH),n.throwInternal(Bi.WARNING,56,"message is too long, it has been truncated to "+t.MAX_MESSAGE_LENGTH+" characters.",{message:e},!0)),i||e},t.sanitizeException=function(n,e){var i;return e&&e.length>t.MAX_EXCEPTION_LENGTH&&(i=e.substring(0,t.MAX_EXCEPTION_LENGTH),n.throwInternal(Bi.WARNING,52,"exception is too long, it has been truncated to "+t.MAX_EXCEPTION_LENGTH+" characters.",{exception:e},!0)),i||e},t.sanitizeProperties=function(n,e){if(e){var i={};Ei(e,(function(e,r){if(Fi.isObject(r)&&fi())try{r=di().stringify(r)}catch(t){n.throwInternal(Bi.WARNING,49,"custom property is not valid",{exception:t},!0)}r=t.sanitizeString(n,r,t.MAX_PROPERTY_LENGTH),e=t.sanitizeKeyAndAddUniqueness(n,e,i),i[e]=r})),e=i}return e},t.sanitizeMeasurements=function(n,e){if(e){var i={};Ei(e,(function(e,r){e=t.sanitizeKeyAndAddUniqueness(n,e,i),i[e]=r})),e=i}return e},t.sanitizeId=function(n,e){return e?t.sanitizeInput(n,e,t.MAX_ID_LENGTH,69).toString():e},t.sanitizeInput=function(n,e,i,r){var o;return e&&(e=t.trim(e)).length>i&&(o=e.substring(0,i),n.throwInternal(Bi.WARNING,r,"input is too long, it has been truncated to "+i+" characters.",{data:e},!0)),o||e},t.padNumber=function(t){var n="00"+t;return n.substr(n.length-3)},t.trim=function(t){return Fi.isString(t)?t.replace(/^\s+|\s+$/g,""):t},t.MAX_NAME_LENGTH=150,t.MAX_ID_LENGTH=128,t.MAX_PROPERTY_LENGTH=8192,t.MAX_STRING_LENGTH=1024,t.MAX_URL_LENGTH=2048,t.MAX_MESSAGE_LENGTH=32768,t.MAX_EXCEPTION_LENGTH=32768,t}(),Er=ui(),Br=Fi.isString,Fr=null,jr=function(){function t(){}return t.createDomEvent=function(t){var n=null;if(Fi.isFunction(Event))n=new Event(t);else{var e=ai();e&&e.createEvent&&(n=e.createEvent("Event")).initEvent(t,!0,!0)}return n},t.disableStorage=function(){t._canUseLocalStorage=!1,t._canUseSessionStorage=!1},t._getLocalStorageObject=function(){return t.canUseLocalStorage()?t._getVerifiedStorageObject(wr.LocalStorage):null},t._getVerifiedStorageObject=function(t){var n,e,i=null;try{if(Fi.isNullOrUndefined(ei()))return null;e=new Date,(i=ii(t===wr.LocalStorage?"localStorage":"sessionStorage")).setItem(e.toString(),e.toString()),n=i.getItem(e.toString())!==e.toString(),i.removeItem(e.toString()),n&&(i=null)}catch(t){i=null}return i},t.isInternalApplicationInsightsEndpoint=function(n){return-1!==t._internalEndpoints.indexOf(n.toLowerCase())},t.canUseLocalStorage=function(){return void 0===t._canUseLocalStorage&&(t._canUseLocalStorage=!!t._getVerifiedStorageObject(wr.LocalStorage)),t._canUseLocalStorage},t.getStorage=function(n,e){var i=t._getLocalStorageObject();if(null!==i)try{return i.getItem(e)}catch(e){t._canUseLocalStorage=!1,n.throwInternal(Bi.WARNING,1,"Browser failed read of local storage. "+t.getExceptionName(e),{exception:t.dump(e)})}return null},t.setStorage=function(n,e,i){var r=t._getLocalStorageObject();if(null!==r)try{return r.setItem(e,i),!0}catch(e){t._canUseLocalStorage=!1,n.throwInternal(Bi.WARNING,3,"Browser failed write to local storage. "+t.getExceptionName(e),{exception:t.dump(e)})}return!1},t.removeStorage=function(n,e){var i=t._getLocalStorageObject();if(null!==i)try{return i.removeItem(e),!0}catch(e){t._canUseLocalStorage=!1,n.throwInternal(Bi.WARNING,5,"Browser failed removal of local storage item. "+t.getExceptionName(e),{exception:t.dump(e)})}return!1},t._getSessionStorageObject=function(){return t.canUseSessionStorage()?t._getVerifiedStorageObject(wr.SessionStorage):null},t.canUseSessionStorage=function(){return void 0===t._canUseSessionStorage&&(t._canUseSessionStorage=!!t._getVerifiedStorageObject(wr.SessionStorage)),t._canUseSessionStorage},t.getSessionStorageKeys=function(){var n=[];return t.canUseSessionStorage()&&Ei(ii("sessionStorage"),(function(t){n.push(t)})),n},t.getSessionStorage=function(n,e){var i=t._getSessionStorageObject();if(null!==i)try{return i.getItem(e)}catch(e){t._canUseSessionStorage=!1,n.throwInternal(Bi.WARNING,2,"Browser failed read of session storage. "+t.getExceptionName(e),{exception:t.dump(e)})}return null},t.setSessionStorage=function(n,e,i){var r=t._getSessionStorageObject();if(null!==r)try{return r.setItem(e,i),!0}catch(e){t._canUseSessionStorage=!1,n.throwInternal(Bi.WARNING,4,"Browser failed write to session storage. "+t.getExceptionName(e),{exception:t.dump(e)})}return!1},t.removeSessionStorage=function(n,e){var i=t._getSessionStorageObject();if(null!==i)try{return i.removeItem(e),!0}catch(e){t._canUseSessionStorage=!1,n.throwInternal(Bi.WARNING,6,"Browser failed removal of session storage item. "+t.getExceptionName(e),{exception:t.dump(e)})}return!1},t.disableCookies=function(){Fi.disableCookies()},t.canUseCookies=function(n){if(void 0===Fi._canUseCookies){Fi._canUseCookies=!1;try{Fi._canUseCookies=void 0!==t.document.cookie}catch(e){n.throwInternal(Bi.WARNING,68,"Cannot access document.cookie - "+t.getExceptionName(e),{exception:t.dump(e)})}}return Fi._canUseCookies},t.disallowsSameSiteNone=function(t){return!!Br(t)&&(-1!==t.indexOf("CPU iPhone OS 12")||-1!==t.indexOf("iPad; CPU OS 12")||-1!==t.indexOf("Macintosh; Intel Mac OS X 10_14")&&-1!==t.indexOf("Version/")&&-1!==t.indexOf("Safari")||-1!==t.indexOf("Macintosh; Intel Mac OS X 10_14")&&"AppleWebKit/605.1.15 (KHTML, like Gecko)"===(n=t).substring((i=(e=n.length)-"AppleWebKit/605.1.15 (KHTML, like Gecko)".length)>=0?i:0,e)||-1!==t.indexOf("Chrome/5")||-1!==t.indexOf("Chrome/6")||-1!==t.indexOf("UnrealEngine")&&-1===t.indexOf("Chrome")||-1!==t.indexOf("UCBrowser/12")||-1!==t.indexOf("UCBrowser/11"));var n,e,i},t.setCookie=function(n,e,i,r){if(t.canUseCookies(n)){var o="",s="";r&&(o=";domain="+r);var a=ci();a&&"https:"===a.protocol&&(s=";secure",null===Fr&&(Fr=t.disallowsSameSiteNone((ui()||{}).userAgent)),Fr||(i+=";SameSite=None")),t.document.cookie=e+"="+i+o+";path=/"+s}},t.stringToBoolOrDefault=function(t,n){return void 0===n&&(n=!1),null==t?n:"true"===t.toString().toLowerCase()},t.getCookie=function(n,e){if(t.canUseCookies(n)){var i="";if(e&&e.length)for(var r=e+"=",o=t.document.cookie.split(";"),s=0;s<o.length;s++){var a=o[s];if((a=t.trim(a))&&0===a.indexOf(r)){i=a.substring(r.length,o[s].length);break}}return i}},t.deleteCookie=function(n,e){t.canUseCookies(n)&&(t.document.cookie=e+"=;path=/;expires=Thu, 01 Jan 1970 00:00:01 GMT;")},t.random32=function(){return Fi.random32(!0)},t.getIEVersion=function(t){void 0===t&&(t=null);var n=t?t.toLowerCase():Er?(Er.userAgent||"").toLowerCase():"";if(-1!==n.indexOf("msie"))return parseInt(n.split("msie")[1]);if(n.indexOf("trident/")){var e=parseInt(n.split("trident/")[1]);if(e)return e+4}return null},t.msToTimeSpan=function(t){(isNaN(t)||t<0)&&(t=0);var n=""+(t=Math.round(t))%1e3,e=""+Math.floor(t/1e3)%60,i=""+Math.floor(t/6e4)%60,r=""+Math.floor(t/36e5)%24,o=Math.floor(t/864e5);return(o>0?o+".":"")+(r=r.length<2?"0"+r:r)+":"+(i=i.length<2?"0"+i:i)+":"+(e=e.length<2?"0"+e:e)+"."+(1===n.length?"00"+n:2===n.length?"0"+n:n)},t.isCrossOriginError=function(t,n,e,i,r){return("Script error."===t||"Script error"===t)&&!r},t.dump=function(t){var n=Object.prototype.toString.call(t),e="";return"[object Error]"===n?e="{ stack: '"+t.stack+"', message: '"+t.message+"', name: '"+t.name+"'":fi()&&(e=di().stringify(t)),n+e},t.getExceptionName=function(t){return"[object Error]"===Object.prototype.toString.call(t)?t.name:""},t.addEventHandler=function(t,n){return Ii.Attach(oi(),t,n)},t.IsBeaconApiSupported=function(){return"sendBeacon"in Er&&Er.sendBeacon},t.getExtension=function(t,n){for(var e=null,i=0;!e&&i<t.length;)t[i]&&t[i].identifier===n&&(e=t[i]),i++;return e},t.document=ai()||{},t._canUseLocalStorage=void 0,t._canUseSessionStorage=void 0,t._internalEndpoints=["https://dc.services.visualstudio.com/v2/track","https://breeze.aimon.applicationinsights.io/v2/track","https://dc-int.services.visualstudio.com/v2/track"],t.NotSpecified="not_specified",t.trim=Fi.strTrim,t.newId=Fi.newId,t.generateW3CId=Fi.generateW3CId,t.isArray=Fi.isArray,t.isError=Fi.isError,t.isDate=Fi.isDate,t.toISOStringForIE8=Fi.toISOString,t}(),Ir=function(){function t(){}return t.parseUrl=function(n){var e=t._htmlAnchorIdx,i=t._htmlAnchorElement,r=i[e];return t.document.createElement?i[e]||(r=i[e]=t.document.createElement("a")):r={host:t.parseHost(n,!0)},r.href=n,++e>=i.length&&(e=0),t._htmlAnchorIdx=e,r},t.getAbsoluteUrl=function(n){var e,i=t.parseUrl(n);return i&&(e=i.href),e},t.getPathName=function(n){var e,i=t.parseUrl(n);return i&&(e=i.pathname),e},t.getCompleteUrl=function(t,n){return t?t.toUpperCase()+" "+n:n},t.parseHost=function(n,e){var i=t.parseFullHost(n,e);if(i){var r=i.match(/(www[0-9]?\.)?(.[^/:]+)(\:[\d]+)?/i);if(null!=r&&r.length>3&&Br(r[2])&&r[2].length>0)return r[2]+(r[3]||"")}return i},t.parseFullHost=function(t,n){var e=null;if(t){var i=t.match(/(\w*):\/\/(.[^/:]+)(\:[\d]+)?/i);if(null!=i&&i.length>2&&Br(i[2])&&i[2].length>0&&(e=i[2]||"",n&&i.length>2)){var r=(i[1]||"").toLowerCase(),o=i[3]||"";("http"===r&&":80"===o||"https"===r&&":443"===o)&&(o=""),e+=o}}return e},t.document=ai()||{},t._htmlAnchorIdx=0,t._htmlAnchorElement=[null,null,null,null,null],t}(),Mr=function(){function t(){}return t.canIncludeCorrelationHeader=function(t,n,e){if(!n||t&&t.disableCorrelationHeaders)return!1;if(t&&t.correlationHeaderExcludePatterns)for(var i=0;i<t.correlationHeaderExcludePatterns.length;i++)if(t.correlationHeaderExcludePatterns[i].test(n))return!1;var r=Ir.parseUrl(n).host.toLowerCase();if(!r||-1===r.indexOf(":443")&&-1===r.indexOf(":80")||(r=(Ir.parseFullHost(n,!0)||"").toLowerCase()),!(t&&t.enableCorsCorrelation||r===e))return!1;var o,s=t&&t.correlationHeaderDomains;if(s&&(Fi.arrForEach(s,(function(t){var n=new RegExp(t.toLowerCase().replace(/\./g,".").replace(/\*/g,".*"));o=o||n.test(r)})),!o))return!1;var a=t&&t.correlationHeaderExcludedDomains;if(!a||0===a.length)return!0;for(i=0;i<a.length;i++)if(new RegExp(a[i].toLowerCase().replace(/\./g,".").replace(/\*/g,".*")).test(r))return!1;return r&&r.length>0},t.getCorrelationContext=function(n){if(n){var e=t.getCorrelationContextValue(n,Ar.requestContextTargetKey);if(e&&e!==t.correlationIdPrefix)return e}},t.getCorrelationContextValue=function(t,n){if(t)for(var e=t.split(","),i=0;i<e.length;++i){var r=e[i].split("=");if(2===r.length&&r[0]===n)return r[1]}},t.correlationIdPrefix="cid-v1:",t}(),Tr=function(){function t(){}return t.ParseDependencyPath=function(t,n,e,i){var r,o=i,s=i;if(n&&n.length>0){var a=Ir.parseUrl(n);if(r=a.host,!o)if(null!=a.pathname){var u=0===a.pathname.length?"/":a.pathname;"/"!==u.charAt(0)&&(u="/"+u),s=a.pathname,o=_r.sanitizeString(t,e?e+" "+u:u)}else o=_r.sanitizeString(t,n)}else r=i,o=i;return{target:r,name:o,data:s}},t}(),Pr=function(){function t(){}return t.Now=function(){var t=li();if(t&&t.now&&t.timing){var n=t.now()+t.timing.navigationStart;if(n>0)return n}return(new Date).getTime()},t.GetDuration=function(t,n){var e=null;return 0===t||0===n||Fi.isNullOrUndefined(t)||Fi.isNullOrUndefined(n)||(e=n-t),e},t}(),Rr="Microsoft_ApplicationInsights_BypassAjaxInstrumentation",Nr=function(){function t(){}return t.parse=function(n){if(!n)return{};var e=n.split(t._FIELDS_SEPARATOR),i=Fi.arrReduce(e,(function(n,e){var i=e.split(t._FIELD_KEY_VALUE_SEPARATOR);return 2===i.length&&(n[i[0].toLowerCase()]=i[1]),n}),{});return Fi.objKeys(i).length>0&&(i.endpointsuffix&&(i.ingestionendpoint=i.ingestionendpoint||"https://"+(i.location?i.location+".":"")+"dc."+i.endpointsuffix),i.ingestionendpoint=i.ingestionendpoint||"https://dc.services.visualstudio.com"),i},t._FIELDS_SEPARATOR=";",t._FIELD_KEY_VALUE_SEPARATOR="=",t}(),Dr=function(t){function n(){return t.call(this)||this}return __extends(n,t),n}((function(){})),Or=function(t){function n(n,e,i){var r=t.call(this)||this;return r.name=_r.sanitizeString(n,i)||jr.NotSpecified,r.data=e,r.time=Fi.toISOString(new Date),r.aiDataContract={time:gr.Required,iKey:gr.Required,name:gr.Required,sampleRate:function(){return 100===r.sampleRate?gr.Hidden:gr.Required},tags:gr.Required,data:gr.Required},r}return __extends(n,t),n}((function(){this.ver=1,this.sampleRate=100,this.tags={}})),Ur=function(){},Lr=function(t){function n(){var n=t.call(this)||this;return n.ver=2,n.properties={},n.measurements={},n}return __extends(n,t),n}(Ur),qr=function(t){function n(n,e,i,r){var o=t.call(this)||this;return o.aiDataContract={ver:gr.Required,name:gr.Required,properties:gr.Default,measurements:gr.Default},o.name=_r.sanitizeString(n,e)||jr.NotSpecified,o.properties=_r.sanitizeProperties(n,i),o.measurements=_r.sanitizeMeasurements(n,r),o}return __extends(n,t),n.envelopeType="Microsoft.ApplicationInsights.{0}.Event",n.dataType="EventData",n}(Lr),zr=function(t){function n(n,e,i,r,o,s){var a,u=t.call(this)||this;return u.aiDataContract={ver:gr.Required,exceptions:gr.Required,severityLevel:gr.Default,properties:gr.Default,measurements:gr.Default},"ver"in(a=e)&&"exceptions"in a&&"properties"in a?(u.exceptions=e.exceptions,u.properties=e.properties,u.measurements=e.measurements,e.severityLevel&&(u.severityLevel=e.severityLevel),e.id&&(u.id=e.id),e.problemGroup&&(u.problemGroup=e.problemGroup),u.ver=2,Fi.isNullOrUndefined(e.isManual)||(u.isManual=e.isManual)):(u.exceptions=[new Vr(n,e)],u.properties=_r.sanitizeProperties(n,i)||{},u.measurements=_r.sanitizeMeasurements(n,r),o&&(u.severityLevel=o),s&&(u.id=s)),u}return __extends(n,t),n.CreateFromInterface=function(t,e,i,r){var o=e.exceptions&&Fi.arrMap(e.exceptions,(function(n){return Vr.CreateFromInterface(t,n)}));return new n(t,__assign({},e,{exceptions:o}),i,r)},n.prototype.toInterface=function(){var t=this,n=t.exceptions,e=t.properties,i=t.measurements,r=t.severityLevel,o=t.problemGroup,s=t.id,a=t.isManual;return{ver:"4.0",exceptions:n instanceof Array&&Fi.arrMap(n,(function(t){return t.toInterface()}))||void 0,severityLevel:r,properties:e,measurements:i,problemGroup:o,id:s,isManual:a}},n.CreateSimpleException=function(t,n,e,i,r){return{exceptions:[{hasFullStack:!0,message:t,stack:r,typeName:n}]}},n.envelopeType="Microsoft.ApplicationInsights.{0}.Exception",n.dataType="ExceptionData",n}(function(t){function n(){var n=t.call(this)||this;return n.ver=2,n.exceptions=[],n.properties={},n.measurements={},n}return __extends(n,t),n}(Ur)),Vr=function(t){function n(e,i){var r,o=t.call(this)||this;if(o.aiDataContract={id:gr.Default,outerId:gr.Default,typeName:gr.Required,message:gr.Required,hasFullStack:gr.Default,stack:gr.Default,parsedStack:gr.Array},"hasFullStack"in(r=i)&&"typeName"in r)o.typeName=i.typeName,o.message=i.message,o.stack=i.stack,o.parsedStack=i.parsedStack,o.hasFullStack=i.hasFullStack;else{var s=i;jr.isError(s)||(s=s.error||s.evt||s),o.typeName=_r.sanitizeString(e,function(t){var n="";if(t&&!(n=t.typeName||t.name||""))try{var e=/function (.{1,})\(/.exec(t.constructor.toString());n=e&&e.length>1?e[1]:""}catch(t){}return n}(s))||jr.NotSpecified,o.message=_r.sanitizeMessage(e,i.message)||jr.NotSpecified;var a=i.stack;o.parsedStack=n.parseStack(a),o.stack=_r.sanitizeException(e,a),o.hasFullStack=jr.isArray(o.parsedStack)&&o.parsedStack.length>0}return o}return __extends(n,t),n.prototype.toInterface=function(){var t=this.parsedStack instanceof Array&&Fi.arrMap(this.parsedStack,(function(t){return t.toInterface()}));return{id:this.id,outerId:this.outerId,typeName:this.typeName,message:this.message,hasFullStack:this.hasFullStack,stack:this.stack,parsedStack:t||void 0}},n.CreateFromInterface=function(t,e){var i=e.parsedStack instanceof Array&&Fi.arrMap(e.parsedStack,(function(t){return Hr.CreateFromInterface(t)}))||e.parsedStack;return new n(t,__assign({},e,{parsedStack:i}))},n.parseStack=function(t){var n;if(Fi.isString(t)){var e=t.split("\n");n=[];for(var i=0,r=0,o=0;o<=e.length;o++)if(Hr.regex.test(e[o])){var s=new Hr(e[o],i++);r+=s.sizeInBytes,n.push(s)}if(r>32768)for(var a=0,u=n.length-1,c=0,l=a,f=u;a<u;){if((c+=n[a].sizeInBytes+n[u].sizeInBytes)>32768){n.splice(l,f-l+1);break}l=a,f=u,a++,u--}}return n},n}((function(){this.hasFullStack=!0,this.parsedStack=[]})),Hr=function(t){function n(e,i){var r=t.call(this)||this;if(r.sizeInBytes=0,r.aiDataContract={level:gr.Required,method:gr.Required,assembly:gr.Default,fileName:gr.Default,line:gr.Default},"string"==typeof e){var o=e;r.level=i,r.method="<no_method>",r.assembly=jr.trim(o),r.fileName="",r.line=0;var s=o.match(n.regex);s&&s.length>=5&&(r.method=jr.trim(s[2])||r.method,r.fileName=jr.trim(s[4]),r.line=parseInt(s[5])||0)}else r.level=e.level,r.method=e.method,r.assembly=e.assembly,r.fileName=e.fileName,r.line=e.line,r.sizeInBytes=0;return r.sizeInBytes+=r.method.length,r.sizeInBytes+=r.fileName.length,r.sizeInBytes+=r.assembly.length,r.sizeInBytes+=n.baseSize,r.sizeInBytes+=r.level.toString().length,r.sizeInBytes+=r.line.toString().length,r}return __extends(n,t),n.CreateFromInterface=function(t){return new n(t,null)},n.prototype.toInterface=function(){return{level:this.level,method:this.method,assembly:this.assembly,fileName:this.fileName,line:this.line}},n.regex=/^([\s]+at)?(.*?)(\@|\s\(|\s)([^\(\@\n]+):([0-9]+):([0-9]+)(\)?)$/,n.baseSize=58,n}((function(){})),Wr=function(t){function n(){var n=t.call(this)||this;return n.ver=2,n.metrics=[],n.properties={},n.measurements={},n}return __extends(n,t),n}(Ur);!function(t){t[t.Measurement=0]="Measurement",t[t.Aggregation=1]="Aggregation"}(Cr||(Cr={}));var $r,Xr=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.aiDataContract={name:gr.Required,kind:gr.Default,value:gr.Required,count:gr.Default,min:gr.Default,max:gr.Default,stdDev:gr.Default},n}return __extends(n,t),n}((function(){this.kind=Cr.Measurement})),Jr=function(t){function n(n,e,i,r,o,s,a,u){var c=t.call(this)||this;c.aiDataContract={ver:gr.Required,metrics:gr.Required,properties:gr.Default};var l=new Xr;return l.count=r>0?r:void 0,l.max=isNaN(s)||null===s?void 0:s,l.min=isNaN(o)||null===o?void 0:o,l.name=_r.sanitizeString(n,e)||jr.NotSpecified,l.value=i,c.metrics=[l],c.properties=_r.sanitizeProperties(n,a),c.measurements=_r.sanitizeMeasurements(n,u),c}return __extends(n,t),n.envelopeType="Microsoft.ApplicationInsights.{0}.Metric",n.dataType="MetricData",n}(Wr),Gr=function(t){function n(){var n=t.call(this)||this;return n.ver=2,n.properties={},n.measurements={},n}return __extends(n,t),n}(Lr),Kr=function(t){function n(n,e,i,r,o,s,a){var u=t.call(this)||this;return u.aiDataContract={ver:gr.Required,name:gr.Default,url:gr.Default,duration:gr.Default,properties:gr.Default,measurements:gr.Default,id:gr.Default},u.id=_r.sanitizeId(n,a),u.url=_r.sanitizeUrl(n,i),u.name=_r.sanitizeString(n,e)||jr.NotSpecified,isNaN(r)||(u.duration=jr.msToTimeSpan(r)),u.properties=_r.sanitizeProperties(n,o),u.measurements=_r.sanitizeMeasurements(n,s),u}return __extends(n,t),n.envelopeType="Microsoft.ApplicationInsights.{0}.Pageview",n.dataType="PageviewData",n}(Gr),Yr=function(t){function n(n,e,i,r,o,s,a,u,c,l,f,d){void 0===c&&(c="Ajax");var h=t.call(this)||this;h.aiDataContract={id:gr.Required,ver:gr.Required,name:gr.Default,resultCode:gr.Default,duration:gr.Default,success:gr.Default,data:gr.Default,target:gr.Default,type:gr.Default,properties:gr.Default,measurements:gr.Default,kind:gr.Default,value:gr.Default,count:gr.Default,min:gr.Default,max:gr.Default,stdDev:gr.Default,dependencyKind:gr.Default,dependencySource:gr.Default,commandName:gr.Default,dependencyTypeName:gr.Default},h.id=e,h.duration=jr.msToTimeSpan(o),h.success=s,h.resultCode=a+"",h.type=_r.sanitizeString(n,c);var p=Tr.ParseDependencyPath(n,i,u,r);return h.data=_r.sanitizeUrl(n,r)||p.data,h.target=_r.sanitizeString(n,p.target),l&&(h.target=h.target+" | "+l),h.name=_r.sanitizeString(n,p.name),h.properties=_r.sanitizeProperties(n,f),h.measurements=_r.sanitizeMeasurements(n,d),h}return __extends(n,t),n.envelopeType="Microsoft.ApplicationInsights.{0}.RemoteDependency",n.dataType="RemoteDependencyData",n}(function(t){function n(){var n=t.call(this)||this;return n.ver=2,n.success=!0,n.properties={},n.measurements={},n}return __extends(n,t),n}(Ur)),Qr=function(t){function n(n,e,i,r,o){var s=t.call(this)||this;return s.aiDataContract={ver:gr.Required,message:gr.Required,severityLevel:gr.Default,properties:gr.Default},s.message=_r.sanitizeMessage(n,e=e||jr.NotSpecified),s.properties=_r.sanitizeProperties(n,r),s.measurements=_r.sanitizeMeasurements(n,o),i&&(s.severityLevel=i),s}return __extends(n,t),n.envelopeType="Microsoft.ApplicationInsights.{0}.Message",n.dataType="MessageData",n}(function(t){function n(){var n=t.call(this)||this;return n.ver=2,n.properties={},n.measurements={},n}return __extends(n,t),n}(Ur)),Zr=function(t){function n(n,e,i,r,o,s,a){var u=t.call(this)||this;return u.aiDataContract={ver:gr.Required,name:gr.Default,url:gr.Default,duration:gr.Default,perfTotal:gr.Default,networkConnect:gr.Default,sentRequest:gr.Default,receivedResponse:gr.Default,domProcessing:gr.Default,properties:gr.Default,measurements:gr.Default},u.url=_r.sanitizeUrl(n,i),u.name=_r.sanitizeString(n,e)||jr.NotSpecified,u.properties=_r.sanitizeProperties(n,o),u.measurements=_r.sanitizeMeasurements(n,s),a&&(u.domProcessing=a.domProcessing,u.duration=a.duration,u.networkConnect=a.networkConnect,u.perfTotal=a.perfTotal,u.receivedResponse=a.receivedResponse,u.sentRequest=a.sentRequest),u}return __extends(n,t),n.envelopeType="Microsoft.ApplicationInsights.{0}.PageviewPerformance",n.dataType="PageviewPerformanceData",n}(function(t){function n(){var n=t.call(this)||this;return n.ver=2,n.properties={},n.measurements={},n}return __extends(n,t),n}(Gr)),to=function(t){function n(n,e){var i=t.call(this)||this;return i.aiDataContract={baseType:gr.Required,baseData:gr.Required},i.baseType=n,i.baseData=e,i}return __extends(n,t),n}(Dr);!function(t){t[t.Verbose=0]="Verbose",t[t.Information=1]="Information",t[t.Warning=2]="Warning",t[t.Error=3]="Error",t[t.Critical=4]="Critical"}($r||($r={}));var no=function(){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"},eo=function(){function t(){}return t.create=function(t,n,e,i,r,o){if(e=_r.sanitizeString(i,e)||jr.NotSpecified,Fi.isNullOrUndefined(t)||Fi.isNullOrUndefined(n)||Fi.isNullOrUndefined(e))throw Error("Input doesn't contain all required fields");var s={name:e,time:Fi.toISOString(new Date),iKey:"",ext:o||{},tags:[],data:{},baseType:n,baseData:t};return Fi.isNullOrUndefined(r)||Ei(r,(function(t,n){s.data[t]=n})),s},t}(),io=function(){function t(){}return t.UserExt="user",t.DeviceExt="device",t.TraceExt="trace",t.WebExt="web",t.AppExt="app",t.OSExt="os",t.SessionExt="ses",t.SDKExt="sdk",t}(),ro=new no,oo=function t(n,e,i,r){Wi(t,this,(function(t){var o,s=Fi.arrForEach,a=Fi.isNullOrUndefined,u=null,c=[],l=!1;function f(){i&&s(i.getTransmissionControls(),(function(t){s(t,(function(t){return t.flush(!0)}))}))}i&&(o=i.logger),t.trackPageView=function(t,i){var d=t.name;if(a(d)||"string"!=typeof d){var h=ai();d=t.name=h&&h.title||""}var p=t.uri;if(a(p)||"string"!=typeof p){var v=ci();p=t.uri=v&&v.href||""}if(!r.isPerformanceTimingSupported())return n.sendPageViewInternal(t,i),f(),void o.throwInternal(Bi.WARNING,25,"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.");var m,b,w=!1,g=r.getPerformanceTiming().navigationStart;g>0&&(m=Pr.GetDuration(g,+new Date),r.shouldCollectDuration(m)||(m=void 0)),a(i)||a(i.duration)||(b=i.duration),!e&&isNaN(b)||(isNaN(b)&&(i||(i={}),i.duration=m),n.sendPageViewInternal(t,i),f(),w=!0),i||(i={}),c.push((function(){var e=!1;try{if(r.isPerformanceTimingDataReady()){e=!0;var s={name:d,uri:p};r.populatePageViewPerformanceEvent(s),s.isValid||w?(w||(i.duration=s.durationMs,n.sendPageViewInternal(t,i)),l||(n.sendPageViewPerformanceInternal(s,i),l=!0)):(i.duration=m,n.sendPageViewInternal(t,i))}else g>0&&Pr.GetDuration(g,+new Date)>6e4&&(e=!0,w||(i.duration=6e4,n.sendPageViewInternal(t,i)))}catch(t){o.throwInternal(Bi.CRITICAL,38,"trackPageView failed on page load calculation: "+jr.getExceptionName(t),{exception:jr.dump(t)})}return e})),u||(u=setInterval((function(){var t=c.slice(0),n=!1;c=[],s(t,(function(t){t()?n=!0:c.push(t)})),0===c.length&&(clearInterval(u),u=null),n&&f()}),100))}}))},so=function(){function t(t,n){this.prevPageVisitDataKeyName="prevPageVisitData",this.pageVisitTimeTrackingHandler=n,this._logger=t}return t.prototype.trackPreviousPageVisit=function(t,n){try{var e=this.restartPageVisitTimer(t,n);e&&this.pageVisitTimeTrackingHandler(e.pageName,e.pageUrl,e.pageVisitTime)}catch(t){this._logger.warnToConsole("Auto track page visit time failed, metric will not be collected: "+jr.dump(t))}},t.prototype.restartPageVisitTimer=function(t,n){try{var e=this.stopPageVisitTimer();return this.startPageVisitTimer(t,n),e}catch(t){return this._logger.warnToConsole("Call to restart failed: "+jr.dump(t)),null}},t.prototype.startPageVisitTimer=function(t,n){try{if(jr.canUseSessionStorage()){if(null!=jr.getSessionStorage(this._logger,this.prevPageVisitDataKeyName))throw new Error("Cannot call startPageVisit consecutively without first calling stopPageVisit");var e=new ao(t,n),i=di().stringify(e);jr.setSessionStorage(this._logger,this.prevPageVisitDataKeyName,i)}}catch(t){this._logger.warnToConsole("Call to start failed: "+jr.dump(t))}},t.prototype.stopPageVisitTimer=function(){try{if(jr.canUseSessionStorage()){var t=Fi.dateNow(),n=jr.getSessionStorage(this._logger,this.prevPageVisitDataKeyName);if(n&&fi()){var e=di().parse(n);return e.pageVisitTime=t-e.pageVisitStartTime,jr.removeSessionStorage(this._logger,this.prevPageVisitDataKeyName),e}return null}return null}catch(t){return this._logger.warnToConsole("Stop page visit timer failed: "+jr.dump(t)),null}},t}(),ao=function(t,n){this.pageVisitStartTime=Fi.dateNow(),this.pageName=t,this.pageUrl=n},uo=function(){function t(t){this.MAX_DURATION_ALLOWED=36e5,t&&(this._logger=t.logger)}return t.prototype.populatePageViewPerformanceEvent=function(t){t.isValid=!1;var n=this.getPerformanceNavigationTiming(),e=this.getPerformanceTiming();if(n||e){if(n)var i=n.duration,r=Pr.GetDuration(n.startTime,n.connectEnd),o=Pr.GetDuration(n.requestStart,n.responseStart),s=Pr.GetDuration(n.responseStart,n.responseEnd),a=Pr.GetDuration(n.responseEnd,n.loadEventEnd);else i=Pr.GetDuration(e.navigationStart,e.loadEventEnd),r=Pr.GetDuration(e.navigationStart,e.connectEnd),o=Pr.GetDuration(e.requestStart,e.responseStart),s=Pr.GetDuration(e.responseStart,e.responseEnd),a=Pr.GetDuration(e.responseEnd,e.loadEventEnd);0===i?this._logger.throwInternal(Bi.WARNING,10,"error calculating page view performance.",{total:i,network:r,request:o,response:s,dom:a}):this.shouldCollectDuration(i,r,o,s,a)?i<Math.floor(r)+Math.floor(o)+Math.floor(s)+Math.floor(a)?this._logger.throwInternal(Bi.WARNING,8,"client performance math error.",{total:i,network:r,request:o,response:s,dom:a}):(t.durationMs=i,t.perfTotal=t.duration=jr.msToTimeSpan(i),t.networkConnect=jr.msToTimeSpan(r),t.sentRequest=jr.msToTimeSpan(o),t.receivedResponse=jr.msToTimeSpan(s),t.domProcessing=jr.msToTimeSpan(a),t.isValid=!0):this._logger.throwInternal(Bi.WARNING,45,"Invalid page load duration value. Browser perf data won't be sent.",{total:i,network:r,request:o,response:s,dom:a})}},t.prototype.getPerformanceTiming=function(){return this.isPerformanceTimingSupported()?li().timing:null},t.prototype.getPerformanceNavigationTiming=function(){return this.isPerformanceNavigationTimingSupported()?li().getEntriesByType("navigation")[0]:null},t.prototype.isPerformanceNavigationTimingSupported=function(){var t=li();return t&&t.getEntriesByType&&t.getEntriesByType("navigation").length>0},t.prototype.isPerformanceTimingSupported=function(){var t=li();return t&&t.timing},t.prototype.isPerformanceTimingDataReady=function(){var t=li(),n=t?t.timing:0;return n&&n.domainLookupStart>0&&n.navigationStart>0&&n.responseStart>0&&n.requestStart>0&&n.loadEventEnd>0&&n.responseEnd>0&&n.connectEnd>0&&n.domLoading>0},t.prototype.shouldCollectDuration=function(){for(var t=[],n=0;n<arguments.length;n++)t[n]=arguments[n];var e=ui()||{},i=["googlebot","adsbot-google","apis-google","mediapartners-google"],r=e.userAgent,o=!1;if(r)for(var s=0;s<i.length;s++)o=o||-1!==r.toLowerCase().indexOf(i[s]);if(o)return!1;for(s=0;s<t.length;s++)if(t[s]<0||t[s]>=this.MAX_DURATION_ALLOWED)return!1;return!0},t}();function co(t,n){t&&t.dispatchEvent&&n&&t.dispatchEvent(n)}var lo=function(t){function n(){var n=t.call(this)||this;n.identifier="ApplicationInsightsAnalytics",n.priority=180,n.autoRoutePVDelay=500,n._trackAjaxAttempts=0;var e=ci();return n._prevUri=e&&e.href||"",n}return __extends(n,t),n.getDefaultConfig=function(t){return t||(t={}),t.sessionRenewalMs=18e5,t.sessionExpirationMs=864e5,t.disableExceptionTracking=jr.stringToBoolOrDefault(t.disableExceptionTracking),t.autoTrackPageVisitTime=jr.stringToBoolOrDefault(t.autoTrackPageVisitTime),t.overridePageViewDuration=jr.stringToBoolOrDefault(t.overridePageViewDuration),t.enableUnhandledPromiseRejectionTracking=jr.stringToBoolOrDefault(t.enableUnhandledPromiseRejectionTracking),(isNaN(t.samplingPercentage)||t.samplingPercentage<=0||t.samplingPercentage>=100)&&(t.samplingPercentage=100),t.isCookieUseDisabled=jr.stringToBoolOrDefault(t.isCookieUseDisabled),t.isStorageUseDisabled=jr.stringToBoolOrDefault(t.isStorageUseDisabled),t.isBrowserLinkTrackingEnabled=jr.stringToBoolOrDefault(t.isBrowserLinkTrackingEnabled),t.enableAutoRouteTracking=jr.stringToBoolOrDefault(t.enableAutoRouteTracking),t.namePrefix=t.namePrefix||"",t},n.prototype.processTelemetry=function(t,n){var e=this;Yi(this.core,(function(){return e.identifier+":processTelemetry"}),(function(){var i=!1,r=e._telemetryInitializers.length;n=e._getTelCtx(n);for(var o=0;o<r;++o){var s=e._telemetryInitializers[o];if(s)try{if(!1===s.apply(null,[t])){i=!0;break}}catch(t){n.diagLog().throwInternal(Bi.CRITICAL,64,"One of telemetry initializers failed, telemetry item will not be sent: "+jr.getExceptionName(t),{exception:jr.dump(t)},!0)}}i||e.processNext(t,n)}),(function(){return{item:t}}),!t.sync)},n.prototype.trackEvent=function(t,n){try{var e=eo.create(t,qr.dataType,qr.envelopeType,this.diagLog(),n);this.core.track(e)}catch(t){this.diagLog().throwInternal(Bi.WARNING,39,"trackTrace failed, trace will not be collected: "+jr.getExceptionName(t),{exception:jr.dump(t)})}},n.prototype.startTrackEvent=function(t){try{this._eventTracking.start(t)}catch(t){this.diagLog().throwInternal(Bi.CRITICAL,29,"startTrackEvent failed, event will not be collected: "+jr.getExceptionName(t),{exception:jr.dump(t)})}},n.prototype.stopTrackEvent=function(t,n){try{this._eventTracking.stop(t,void 0,n)}catch(t){this.diagLog().throwInternal(Bi.CRITICAL,30,"stopTrackEvent failed, event will not be collected: "+jr.getExceptionName(t),{exception:jr.dump(t)})}},n.prototype.trackTrace=function(t,n){try{var e=eo.create(t,Qr.dataType,Qr.envelopeType,this.diagLog(),n);this.core.track(e)}catch(t){this.diagLog().throwInternal(Bi.WARNING,39,"trackTrace failed, trace will not be collected: "+jr.getExceptionName(t),{exception:jr.dump(t)})}},n.prototype.trackMetric=function(t,n){try{var e=eo.create(t,Jr.dataType,Jr.envelopeType,this.diagLog(),n);this.core.track(e)}catch(t){this.diagLog().throwInternal(Bi.CRITICAL,36,"trackMetric failed, metric will not be collected: "+jr.getExceptionName(t),{exception:jr.dump(t)})}},n.prototype.trackPageView=function(t,n){try{var e=t||{};this._pageViewManager.trackPageView(e,__assign({},e.properties,e.measurements,n)),this.config.autoTrackPageVisitTime&&this._pageVisitTimeManager.trackPreviousPageVisit(e.name,e.uri)}catch(t){this.diagLog().throwInternal(Bi.CRITICAL,37,"trackPageView failed, page view will not be collected: "+jr.getExceptionName(t),{exception:jr.dump(t)})}},n.prototype.sendPageViewInternal=function(t,n,e){var i=ai();i&&(t.refUri=void 0===t.refUri?i.referrer:t.refUri);var r=eo.create(t,Kr.dataType,Kr.envelopeType,this.diagLog(),n,e);this.core.track(r),this._trackAjaxAttempts=0},n.prototype.sendPageViewPerformanceInternal=function(t,n,e){var i=eo.create(t,Zr.dataType,Zr.envelopeType,this.diagLog(),n,e);this.core.track(i)},n.prototype.trackPageViewPerformance=function(t,n){try{this._pageViewPerformanceManager.populatePageViewPerformanceEvent(t),this.sendPageViewPerformanceInternal(t,n)}catch(t){this.diagLog().throwInternal(Bi.CRITICAL,37,"trackPageViewPerformance failed, page view will not be collected: "+jr.getExceptionName(t),{exception:jr.dump(t)})}},n.prototype.startTrackPage=function(t){try{if("string"!=typeof t){var n=ai();t=n&&n.title||""}this._pageTracking.start(t)}catch(t){this.diagLog().throwInternal(Bi.CRITICAL,31,"startTrackPage failed, page view may not be collected: "+jr.getExceptionName(t),{exception:jr.dump(t)})}},n.prototype.stopTrackPage=function(t,n,e,i){try{if("string"!=typeof t){var r=ai();t=r&&r.title||""}if("string"!=typeof n){var o=ci();n=o&&o.href||""}this._pageTracking.stop(t,n,e,i),this.config.autoTrackPageVisitTime&&this._pageVisitTimeManager.trackPreviousPageVisit(t,n)}catch(t){this.diagLog().throwInternal(Bi.CRITICAL,32,"stopTrackPage failed, page view will not be collected: "+jr.getExceptionName(t),{exception:jr.dump(t)})}},n.prototype.sendExceptionInternal=function(t,n,e){var i=new zr(this.diagLog(),t.exception||new Error(jr.NotSpecified),t.properties,t.measurements,t.severityLevel,t.id).toInterface(),r=eo.create(i,zr.dataType,zr.envelopeType,this.diagLog(),n,e);this.core.track(r)},n.prototype.trackException=function(t,n){try{this.sendExceptionInternal(t,n)}catch(t){this.diagLog().throwInternal(Bi.CRITICAL,35,"trackException failed, exception will not be collected: "+jr.getExceptionName(t),{exception:jr.dump(t)})}},n.prototype._onerror=function(t){try{var n={url:t&&t.url||(ai()||{}).URL,lineNumber:t.lineNumber,columnNumber:t.columnNumber,message:t.message};if(jr.isCrossOriginError(t.message,t.url,t.lineNumber,t.columnNumber,t.error))this._sendCORSException(n.url);else{if(!jr.isError(t.error)){var e="window.onerror@"+n.url+":"+t.lineNumber+":"+(t.columnNumber||0);t.error=new Error(t.message),t.error.stack=e}this.trackException({exception:t.error,severityLevel:$r.Error},n)}}catch(n){var i=t.error?t.error.name+", "+t.error.message:"null";this.diagLog().throwInternal(Bi.CRITICAL,11,"_onError threw exception while logging error, error will not be collected: "+jr.getExceptionName(n),{exception:jr.dump(n),errorString:i})}},n.prototype.addTelemetryInitializer=function(t){this._telemetryInitializers.push(t)},n.prototype.initialize=function(e,i,r,o){var s=this;if(!this.isInitialized()){if(Fi.isNullOrUndefined(i))throw Error("Error initializing");t.prototype.initialize.call(this,e,i,r,o),this.setInitialized(!1);var a=this._getTelCtx(),u=this.identifier;this._globalconfig={instrumentationKey:e.instrumentationKey,endpointUrl:e.endpointUrl||"https://dc.services.visualstudio.com/v2/track"},this.config=a.getExtCfg(u);var c=n.getDefaultConfig();void 0!==c&&(Ei(c,(function(t,n){s.config[t]=a.getConfig(u,t,n)})),this._globalconfig&&Ei(c,(function(t,n){void 0===s._globalconfig[t]&&(s._globalconfig[t]=n)}))),this.config.isCookieUseDisabled&&jr.disableCookies(),this.config.isStorageUseDisabled&&jr.disableStorage();var l={instrumentationKey:function(){return e.instrumentationKey},accountId:function(){return s.config.accountId||e.accountId},sessionRenewalMs:function(){return s.config.sessionRenewalMs||e.sessionRenewalMs},sessionExpirationMs:function(){return s.config.sessionExpirationMs||e.sessionExpirationMs},sampleRate:function(){return s.config.samplingPercentage||e.samplingPercentage},cookieDomain:function(){return s.config.cookieDomain||e.cookieDomain},sdkExtension:function(){return s.config.sdkExtension||e.sdkExtension},isBrowserLinkTrackingEnabled:function(){return s.config.isBrowserLinkTrackingEnabled||e.isBrowserLinkTrackingEnabled},appId:function(){return s.config.appId||e.appId}};this._pageViewPerformanceManager=new uo(this.core),this._pageViewManager=new oo(this,this.config.overridePageViewDuration,this.core,this._pageViewPerformanceManager),this._pageVisitTimeManager=new so(this.diagLog(),(function(t,n,e){return s.trackPageVisitTime(t,n,e)})),this._telemetryInitializers=this._telemetryInitializers||[],this._addDefaultTelemetryInitializers(l),this._eventTracking=new fo(this.diagLog(),"trackEvent"),this._eventTracking.action=function(t,n,e,i){i||(i={}),i.duration=e.toString(),s.trackEvent({name:t,properties:i})},this._pageTracking=new fo(this.diagLog(),"trackPageView"),this._pageTracking.action=function(t,n,e,i,r){Fi.isNullOrUndefined(i)&&(i={}),i.duration=e.toString(),s.sendPageViewInternal({name:t,uri:n,properties:i,measurements:r},i)};var f,d=oi(),h=Boolean("object"==typeof history&&history)?history:ii("history"),p=ci(),v=this;if(!1===this.config.disableExceptionTracking&&!this.config.autoExceptionInstrumented&&d){var m=d.onerror;d.onerror=function(t,n,e,i,r){var o=m&&m(t,n,e,i,r);return!0!==o&&v._onerror({message:t,url:n,lineNumber:e,columnNumber:i,error:r}),o},this.config.autoExceptionInstrumented=!0}if(!1===this.config.disableExceptionTracking&&!0===this.config.enableUnhandledPromiseRejectionTracking&&!this.config.autoUnhandledPromiseInstrumented&&d){var b=d.onunhandledrejection;d.onunhandledrejection=function(t){var n=b&&b.call(d,t);return!0!==n&&v._onerror({message:t.reason.toString(),error:t.reason instanceof Error?t.reason:new Error(t.reason.toString()),url:p?p.href:"",lineNumber:0,columnNumber:0}),n},this.config.autoUnhandledPromiseInstrumented=!0}if(!0===this.config.enableAutoRouteTracking&&h&&Fi.isFunction(h.pushState)&&Fi.isFunction(h.replaceState)&&d&&"undefined"!=typeof Event){var w=this;Fi.arrForEach(r,(function(t){"AppInsightsPropertiesPlugin"===t.identifier&&(s._properties=t)})),h.pushState=(f=h.pushState,function(){var t=f.apply(this,arguments);return co(d,jr.createDomEvent(w.config.namePrefix+"pushState")),co(d,jr.createDomEvent(w.config.namePrefix+"locationchange")),t}),h.replaceState=function(t){return function(){var n=t.apply(this,arguments);return co(d,jr.createDomEvent(w.config.namePrefix+"replaceState")),co(d,jr.createDomEvent(w.config.namePrefix+"locationchange")),n}}(h.replaceState),d.addEventListener&&(d.addEventListener(w.config.namePrefix+"popstate",(function(){co(d,jr.createDomEvent(w.config.namePrefix+"locationchange"))})),d.addEventListener(w.config.namePrefix+"locationchange",(function(){w._properties&&w._properties.context&&w._properties.context.telemetryTrace&&(w._properties.context.telemetryTrace.traceID=jr.generateW3CId(),w._properties.context.telemetryTrace.name=p&&p.pathname||"_unknown_"),s._currUri?(s._prevUri=s._currUri,s._currUri=p&&p.href||""):s._currUri=p&&p.href||"",setTimeout(function(t){w.trackPageView({refUri:t,properties:{duration:0}})}.bind(s,s._prevUri),w.autoRoutePVDelay)})))}this.setInitialized(!0)}},n.prototype.trackPageVisitTime=function(t,n,e){this.trackMetric({name:"PageVisitTime",average:e,max:e,min:e,sampleCount:1},{PageName:t,PageUrl:n})},n.prototype._addDefaultTelemetryInitializers=function(t){if(!t.isBrowserLinkTrackingEnabled()){var n=["/browserLinkSignalR/","/__browserLink/"];this._addTelemetryInitializer((function(t){if(t.baseType===Yr.dataType){var e=t.baseData;if(e)for(var i=0;i<n.length;i++)if(e.target&&e.target.indexOf(n[i])>=0)return!1}return!0}))}},n.prototype._addTelemetryInitializer=function(t){this._telemetryInitializers.push(t)},n.prototype._sendCORSException=function(t){var n=eo.create({message:"Script error: The browser's same-origin policy prevents us from getting the details of this exception. Consider using the 'crossorigin' attribute.",url:t,lineNumber:0,columnNumber:0,error:void 0},zr.dataType,zr.envelopeType,this.diagLog(),{url:t});this.core.track(n)},n.Version="2.5.10",n}(rr),fo=function(){function t(t,n){this._name=n,this._events={},this._logger=t}return t.prototype.start=function(t){void 0!==this._events[t]&&this._logger.throwInternal(Bi.WARNING,62,"start was called more than once for this event without calling stop.",{name:this._name,key:t},!0),this._events[t]=+new Date},t.prototype.stop=function(t,n,e,i){var r=this._events[t];if(isNaN(r))this._logger.throwInternal(Bi.WARNING,63,"stop was called without a corresponding start.",{name:this._name,key:t},!0);else{var o=+new Date,s=Pr.GetDuration(r,o);this.action(t,n,s,e,i)}delete this._events[t],this._events[t]=void 0},t}(),ho=function t(n){var e=[];Wi(t,this,(function(t){t.enqueue=function(t){e.push(t)},t.count=function(){return e.length},t.clear=function(){e.length=0},t.getItems=function(){return e.slice(0)},t.batchPayloads=function(t){return t&&t.length>0?n.emitLineDelimitedJson()?t.join("\n"):"["+t.join(",")+"]":null},t.markAsSent=function(){t.clear()},t.clearSent=function(){}}))},po=function(){function t(n,e){var i,r=!1;Wi(t,this,(function(o){var s=c(t.BUFFER_KEY),a=c(t.SENT_BUFFER_KEY);function u(t,n){var e=[];return Fi.arrForEach(n,(function(n){Fi.isFunction(n)||-1!==Fi.arrIndexOf(t,n)||e.push(n)})),e}function c(t){var i=t;try{i=e.namePrefix&&e.namePrefix()?e.namePrefix()+"_"+i:i;var r=jr.getSessionStorage(n,i);if(r){var o=di().parse(r);if(Fi.isString(o)&&(o=di().parse(o)),o&&jr.isArray(o))return o}}catch(t){n.throwInternal(Bi.CRITICAL,42," storage key: "+i+", "+jr.getExceptionName(t),{exception:jr.dump(t)})}return[]}function l(t,i){var r=t;try{r=e.namePrefix&&e.namePrefix()?e.namePrefix()+"_"+r:r;var o=JSON.stringify(i);jr.setSessionStorage(n,r,o)}catch(t){jr.setSessionStorage(n,r,JSON.stringify([])),n.throwInternal(Bi.WARNING,41," storage key: "+r+", "+jr.getExceptionName(t)+". Buffer cleared",{exception:jr.dump(t)})}}(i=s.concat(a)).length>t.MAX_BUFFER_SIZE&&(i.length=t.MAX_BUFFER_SIZE),l(t.SENT_BUFFER_KEY,[]),l(t.BUFFER_KEY,i),o.enqueue=function(e){i.length>=t.MAX_BUFFER_SIZE?r||(n.throwInternal(Bi.WARNING,67,"Maximum buffer size reached: "+i.length,!0),r=!0):(i.push(e),l(t.BUFFER_KEY,i))},o.count=function(){return i.length},o.clear=function(){i=[],l(t.BUFFER_KEY,[]),l(t.SENT_BUFFER_KEY,[]),r=!1},o.getItems=function(){return i.slice(0)},o.batchPayloads=function(t){return t&&t.length>0?e.emitLineDelimitedJson()?t.join("\n"):"["+t.join(",")+"]":null},o.markAsSent=function(e){i=u(e,i),l(t.BUFFER_KEY,i);var r=c(t.SENT_BUFFER_KEY);r instanceof Array&&e instanceof Array&&((r=r.concat(e)).length>t.MAX_BUFFER_SIZE&&(n.throwInternal(Bi.CRITICAL,67,"Sent buffer reached its maximum size: "+r.length,!0),r.length=t.MAX_BUFFER_SIZE),l(t.SENT_BUFFER_KEY,r))},o.clearSent=function(n){var e=c(t.SENT_BUFFER_KEY);e=u(n,e),l(t.SENT_BUFFER_KEY,e)}}))}return t.BUFFER_KEY="AI_buffer",t.SENT_BUFFER_KEY="AI_sentBuffer",t.MAX_BUFFER_SIZE=2e3,t}(),vo=Fi.isNullOrUndefined;function mo(t,n,e){return t&&e?(t[n]=e,t[n]):null}var bo=function(){function t(){}return t.extractPropsAndMeasurements=function(t,n,e){vo(t)||Ei(t,(function(t,i){Fi.isNumber(i)?e[t]=i:Fi.isString(i)?n[t]=i:fi()&&(n[t]=di().stringify(i))}))},t.createEnvelope=function(n,e,i,r){var o=new Or(n,r,e);mo(o,"sampleRate",i.sampleRate),(i.baseData||{}).startTime&&(o.time=Fi.toISOString(i.baseData.startTime)),o.iKey=i.iKey;var s=i.iKey.replace(/-/g,"");return o.name=o.name.replace("{0}",s),t.extractPartAExtensions(i,o),i.tags=i.tags||[],o},t.extractPartAExtensions=function(n,e){var i=e.tags=e.tags||{},r=n.ext=n.ext||{},o=n.tags=n.tags||[],s=r.user;s&&(mo(i,ro.userAuthUserId,s.authId),mo(i,ro.userId,s.id||s.localId));var a=r.app;a&&mo(i,ro.sessionId,a.sesId);var u=r.device;u&&(mo(i,ro.deviceId,u.id||u.localId),mo(i,ro.deviceType,u.deviceClass),mo(i,ro.deviceIp,u.ip),mo(i,ro.deviceModel,u.model),mo(i,ro.deviceType,u.deviceType));var c=n.ext.web;if(c){mo(i,ro.deviceLanguage,c.browserLang),mo(i,ro.deviceBrowserVersion,c.browserVer),mo(i,ro.deviceBrowser,c.browser);var l=e.data=e.data||{},f=l.baseData=l.baseData||{},d=f.properties=f.properties||{};mo(d,"domain",c.domain),mo(d,"isManual",c.isManual?"true":null),mo(d,"screenRes",c.screenRes),mo(d,"userConsent",c.userConsent?"true":null)}var h=r.os;h&&mo(i,ro.deviceOS,h.name);var p=r.trace;p&&(mo(i,ro.operationParentId,p.parentID),mo(i,ro.operationName,p.name),mo(i,ro.operationId,p.traceID));for(var v={},m=o.length-1;m>=0;m--)Ei(o[m],(function(t,n){v[t]=n})),o.splice(m,1);Ei(o,(function(t,n){v[t]=n})),e.tags=__assign({},i,v),e.tags[ro.internalSdkVersion]||(e.tags[ro.internalSdkVersion]="javascript:"+t.Version)},t.prototype.Init=function(t,n){this._logger=t,vo(n.baseData)&&this._logger.throwInternal(Bi.CRITICAL,46,"telemetryItem.baseData cannot be null.")},t.Version="2.5.10",t}(),wo=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return __extends(n,t),n.prototype.Create=function(n,e){t.prototype.Init.call(this,n,e);var i=e.baseData.measurements||{},r=e.baseData.properties||{};bo.extractPropsAndMeasurements(e.data,r,i);var o=e.baseData;if(vo(o))return n.warnToConsole("Invalid input for dependency data"),null;var s=new Yr(n,o.id,o.target,o.name,o.duration,o.success,o.responseCode,o.properties&&o.properties["http.method"]?o.properties["http.method"]:"GET",o.type,o.correlationContext,r,i),a=new to(Yr.dataType,s);return bo.createEnvelope(n,Yr.envelopeType,e,a)},n.DependencyEnvelopeCreator=new n,n}(bo),go=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return __extends(n,t),n.prototype.Create=function(n,e){t.prototype.Init.call(this,n,e);var i={},r={};e.baseType!==qr.dataType&&(i.baseTypeSource=e.baseType),e.baseType===qr.dataType?(i=e.baseData.properties||{},r=e.baseData.measurements||{}):e.baseData&&bo.extractPropsAndMeasurements(e.baseData,i,r),bo.extractPropsAndMeasurements(e.data,i,r);var o=new qr(n,e.baseData.name,i,r),s=new to(qr.dataType,o);return bo.createEnvelope(n,qr.envelopeType,e,s)},n.EventEnvelopeCreator=new n,n}(bo),yo=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return __extends(n,t),n.prototype.Create=function(n,e){t.prototype.Init.call(this,n,e);var i=e.baseData.measurements||{},r=e.baseData.properties||{};bo.extractPropsAndMeasurements(e.data,r,i);var o=zr.CreateFromInterface(n,e.baseData,r,i),s=new to(zr.dataType,o);return bo.createEnvelope(n,zr.envelopeType,e,s)},n.ExceptionEnvelopeCreator=new n,n}(bo),xo=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return __extends(n,t),n.prototype.Create=function(n,e){t.prototype.Init.call(this,n,e);var i=e.baseData,r=i.properties||{},o=i.measurements||{};bo.extractPropsAndMeasurements(e.data,r,o);var s=new Jr(n,i.name,i.average,i.sampleCount,i.min,i.max,r,o),a=new to(Jr.dataType,s);return bo.createEnvelope(n,Jr.envelopeType,e,a)},n.MetricEnvelopeCreator=new n,n}(bo),ko=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return __extends(n,t),n.prototype.Create=function(n,e){t.prototype.Init.call(this,n,e);var i,r=e.baseData;vo(r)||vo(r.properties)||vo(r.properties.duration)?vo(e.data)||vo(e.data.duration)||(i=e.data.duration,delete e.data.duration):(i=r.properties.duration,delete r.properties.duration);var o,s=e.baseData;((e.ext||{}).trace||{}).traceID&&(o=e.ext.trace.traceID);var a=s.id||o,u=s.name,c=s.uri,l=s.properties||{},f=s.measurements||{};vo(s.refUri)||(l.refUri=s.refUri),vo(s.pageType)||(l.pageType=s.pageType),vo(s.isLoggedIn)||(l.isLoggedIn=s.isLoggedIn.toString()),vo(s.properties)||Ei(s.properties,(function(t,n){l[t]=n})),bo.extractPropsAndMeasurements(e.data,l,f);var d=new Kr(n,u,c,i,l,f,a),h=new to(Kr.dataType,d);return bo.createEnvelope(n,Kr.envelopeType,e,h)},n.PageViewEnvelopeCreator=new n,n}(bo),So=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return __extends(n,t),n.prototype.Create=function(n,e){t.prototype.Init.call(this,n,e);var i=e.baseData,r=i.name,o=i.uri||i.url,s=i.properties||{},a=i.measurements||{};bo.extractPropsAndMeasurements(e.data,s,a);var u=new Zr(n,r,o,void 0,s,a,i),c=new to(Zr.dataType,u);return bo.createEnvelope(n,Zr.envelopeType,e,c)},n.PageViewPerformanceEnvelopeCreator=new n,n}(bo),Co=function(t){function n(){return null!==t&&t.apply(this,arguments)||this}return __extends(n,t),n.prototype.Create=function(n,e){t.prototype.Init.call(this,n,e);var i=e.baseData.message,r=e.baseData.severityLevel,o=e.baseData.properties||{},s=e.baseData.measurements||{};bo.extractPropsAndMeasurements(e.data,o,s);var a=new Qr(n,i,r,o,s),u=new to(Qr.dataType,a);return bo.createEnvelope(n,Qr.envelopeType,e,u)},n.TraceEnvelopeCreator=new n,n}(bo),Ao=function t(n){Wi(t,this,(function(t){function e(t,o){var s={};if(!t)return n.throwInternal(Bi.CRITICAL,48,"cannot serialize object because it is null or undefined",{name:o},!0),s;if(t.__aiCircularRefCheck)return n.throwInternal(Bi.WARNING,50,"Circular reference detected while serializing object",{name:o},!0),s;if(!t.aiDataContract){if("measurements"===o)s=r(t,"number",o);else if("properties"===o)s=r(t,"string",o);else if("tags"===o)s=r(t,"string",o);else if(jr.isArray(t))s=i(t,o);else{n.throwInternal(Bi.WARNING,49,"Attempting to serialize an object which does not implement ISerializable",{name:o},!0);try{di().stringify(t),s=t}catch(t){n.throwInternal(Bi.CRITICAL,48,t&&Fi.isFunction(t.toString)?t.toString():"Error serializing object",null,!0)}}return s}return t.__aiCircularRefCheck=!0,Ei(t.aiDataContract,(function(r,a){var u=Fi.isFunction(a)?a()&gr.Required:a&gr.Required,c=Fi.isFunction(a)?a()&gr.Hidden:a&gr.Hidden,l=a&gr.Array,f=void 0!==t[r],d=Fi.isObject(t[r])&&null!==t[r];if(!u||f||l){if(!c){var h;void 0!==(h=d?l?i(t[r],r):e(t[r],r):t[r])&&(s[r]=h)}}else n.throwInternal(Bi.CRITICAL,24,"Missing required field specification. The field is required but not present on source",{field:r,name:o})})),delete t.__aiCircularRefCheck,s}function i(t,i){var r;if(t)if(jr.isArray(t)){r=[];for(var o=0;o<t.length;o++){var s=e(t[o],i+"["+o+"]");r.push(s)}}else n.throwInternal(Bi.CRITICAL,54,"This field was specified as an array in the contract but the item is not an array.\r\n",{name:i},!0);return r}function r(t,e,i){var r;return t&&(r={},Ei(t,(function(t,o){if("string"===e)r[t]=void 0===o?"undefined":null===o?"null":o.toString?o.toString():"invalid field: toString() is not defined.";else if("number"===e)if(void 0===o)r[t]="undefined";else if(null===o)r[t]="null";else{var s=parseFloat(o);r[t]=isNaN(s)?"NaN":s}else r[t]="invalid field: "+i+" is of unknown type.",n.throwInternal(Bi.CRITICAL,r[t],null,!0)}))),r}t.serialize=function(t){var i=e(t,"root");try{return di().stringify(i)}catch(t){n.throwInternal(Bi.CRITICAL,48,t&&Fi.isFunction(t.toString)?t.toString():"Error serializing object",null,!0)}}}))},_o=function(){function t(){var n=oi(),e=ai(),i=!1,r=!0;Wi(t,this,(function(t){try{if(n&&Ii.Attach(n,"online",s)&&(Ii.Attach(n,"offline",a),i=!0),e){var o=e.body||e;Fi.isUndefined(o.ononline)||(o.ononline=s,o.onoffline=a,i=!0)}}catch(t){i=!1}function s(){r=!0}function a(){r=!1}t.isListening=i,t.isOnline=function(){var t=!0,n=ui();return i?t=r:n&&!Fi.isNullOrUndefined(n.onLine)&&(t=n.onLine),t},t.isOffline=function(){return!t.isOnline()}}))}return t.Offline=new t,t}().Offline,Eo=function(){function t(){}return t.prototype.getHashCodeScore=function(n){return this.getHashCode(n)/t.INT_MAX_VALUE*100},t.prototype.getHashCode=function(n){if(""===n)return 0;for(;n.length<t.MIN_INPUT_LENGTH;)n=n.concat(n);for(var e=5381,i=0;i<n.length;++i)e=(e<<5)+e+n.charCodeAt(i),e&=e;return Math.abs(e)},t.INT_MAX_VALUE=2147483647,t.MIN_INPUT_LENGTH=8,t}(),Bo=function(){function t(){this.hashCodeGeneragor=new Eo,this.keys=new no}return t.prototype.getSamplingScore=function(t){return t.tags&&t.tags[this.keys.userId]?this.hashCodeGeneragor.getHashCodeScore(t.tags[this.keys.userId]):t.ext&&t.ext.user&&t.ext.user.id?this.hashCodeGeneragor.getHashCodeScore(t.ext.user.id):t.tags&&t.tags[this.keys.operationId]?this.hashCodeGeneragor.getHashCodeScore(t.tags[this.keys.operationId]):t.ext&&t.ext.telemetryTrace&&t.ext.telemetryTrace.traceID?this.hashCodeGeneragor.getHashCodeScore(t.ext.telemetryTrace.traceID):100*Math.random()},t}(),Fo=function(){function t(t,n){this.INT_MAX_VALUE=2147483647,this._logger=Fi.isNullOrUndefined(n)?new Ji:n,(t>100||t<0)&&(this._logger.throwInternal(Bi.WARNING,58,"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:t},!0),this.sampleRate=100),this.sampleRate=t,this.samplingScoreGenerator=new Bo}return t.prototype.isSampledIn=function(t){var n=this.sampleRate;return null==n||n>=100||t.baseType===Jr.dataType||this.samplingScoreGenerator.getSamplingScore(t)<n},t}();
6
- /*!
7
- * Application Insights JavaScript SDK - Channel, 2.5.10
8
- * Copyright (c) Microsoft and contributors. All rights reserved.
9
- */
10
- function jo(t){try{return t.responseText}catch(t){}return null}var Io=function(t){function n(){var e,i,r,o,s=t.call(this)||this;return s.priority=1001,s.identifier="AppInsightsChannelPlugin",s._XMLHttpRequestSupported=!1,Wi(n,s,(function(t,a){function u(){throw new Error("Method not implemented.")}function c(n){var e=t._senderConfig.endpointUrl(),i=t._buffer.batchPayloads(n),r=new Blob([i],{type:"text/plain;charset=UTF-8"});ui().sendBeacon(e,r)?(t._buffer.markAsSent(n),t._onSuccess(n,n.length)):(l(n,!0),t.diagLog().throwInternal(Bi.WARNING,40,". Failed to send telemetry with Beacon API, retried with xhrSender."))}function l(n,e){var i=new XMLHttpRequest,r=t._senderConfig.endpointUrl();try{i[Rr]=!0}catch(t){}i.open("POST",r,e),i.setRequestHeader("Content-type","application/json"),jr.isInternalApplicationInsightsEndpoint(r)&&i.setRequestHeader(Ar.sdkContextHeader,Ar.sdkContextHeaderAppIdRequest),i.onreadystatechange=function(){return t._xhrReadyStateChange(i,n,n.length)},i.onerror=function(e){return t._onError(n,v(i),e)};var o=t._buffer.batchPayloads(n);i.send(o),t._buffer.markAsSent(n)}function f(n){try{if(n&&""!==n){var e=di().parse(n);if(e&&e.itemsReceived&&e.itemsReceived>=e.itemsAccepted&&e.itemsReceived-e.itemsAccepted===e.errors.length)return e}}catch(e){t.diagLog().throwInternal(Bi.CRITICAL,43,"Cannot parse the response. "+jr.getExceptionName(e),{response:n})}return null}function d(n,r){if(void 0===r&&(r=1),n&&0!==n.length){t._buffer.clearSent(n),e++;for(var o=0,s=n;o<s.length;o++)t._buffer.enqueue(s[o]);!function(t){var n;if(e<=1)n=10;else{var r=(Math.pow(2,e)-1)/2,o=Math.floor(Math.random()*r*10)+1;n=Math.max(Math.min(o*=t,3600),10)}var s=Fi.dateNow()+1e3*n;i=s}(r),h()}}function h(){if(!r){var n=i?Math.max(0,i-Fi.dateNow()):0,e=Math.max(t._senderConfig.maxBatchInterval(),n);r=setTimeout((function(){t.triggerSend(!0,null,1)}),e)}}function p(t){return 408===t||429===t||500===t||503===t}function v(t,n){return t?"XMLHttpRequest,Status:"+t.status+",Response:"+jo(t)||t.response||"":n}function m(n){var e=oi(),i=new XDomainRequest;i.onload=function(){return t._xdrOnLoad(i,n)},i.onerror=function(e){return t._onError(n,b(i),e)};var r=e&&e.location&&e.location.protocol||"";if(0!==t._senderConfig.endpointUrl().lastIndexOf(r,0))return t.diagLog().throwInternal(Bi.WARNING,40,". Cannot send XDomain request. The endpoint URL protocol doesn't match the hosting page protocol."),void t._buffer.clear();var o=t._senderConfig.endpointUrl().replace(/^(https?:)/,"");i.open("POST",o);var s=t._buffer.batchPayloads(n);i.send(s),t._buffer.markAsSent(n)}function b(t,n){return t?"XDomainRequest,Response:"+jo(t)||"":n}t.pause=u,t.resume=u,t.flush=function(){try{t.triggerSend(!0,null,1)}catch(n){t.diagLog().throwInternal(Bi.CRITICAL,22,"flush failed, telemetry will not be collected: "+jr.getExceptionName(n),{exception:jr.dump(n)})}},t.onunloadFlush=function(){if(!1!==t._senderConfig.onunloadDisableBeacon()&&!1!==t._senderConfig.isBeaconApiDisabled()||!jr.IsBeaconApiSupported())t.flush();else try{t.triggerSend(!0,c,2)}catch(n){t.diagLog().throwInternal(Bi.CRITICAL,20,"failed to flush with beacon sender on page unload, telemetry will not be collected: "+jr.getExceptionName(n),{exception:jr.dump(n)})}},t.teardown=u,t.initialize=function(r,s,u,f){a.initialize(r,s,u,f);var d=t._getTelCtx(),h=t.identifier;o=new Ao(s.logger),e=0,i=null,t._sender=null;var p=n._getDefaultAppInsightsChannelConfig();if(t._senderConfig=n._getEmptyAppInsightsChannelConfig(),Ei(p,(function(n,e){t._senderConfig[n]=function(){return d.getConfig(h,n,e())}})),t._buffer=t._senderConfig.enableSessionStorageBuffer()&&jr.canUseSessionStorage()?new po(t.diagLog(),t._senderConfig):new ho(t._senderConfig),t._sample=new Fo(t._senderConfig.samplingPercentage(),t.diagLog()),function(t){return!(Fi.isNullOrUndefined(t.disableInstrumentaionKeyValidation)||!t.disableInstrumentaionKeyValidation)||new RegExp("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$").test(t.instrumentationKey)}(r)||t.diagLog().throwInternal(Bi.CRITICAL,100,"Invalid Instrumentation key "+r.instrumentationKey),!t._senderConfig.isBeaconApiDisabled()&&jr.IsBeaconApiSupported())t._sender=c;else if(void 0!==typeof XMLHttpRequest){var v=ii("XMLHttpRequest");v&&("withCredentials"in new v?(t._sender=l,t._XMLHttpRequestSupported=!0):void 0!==typeof XDomainRequest&&(t._sender=m))}},t.processTelemetry=function(e,i){i=t._getTelCtx(i);try{if(t._senderConfig.disableTelemetry())return;if(!e)return void i.diagLog().throwInternal(Bi.CRITICAL,7,"Cannot send empty telemetry");if(e.baseData&&!e.baseType)return void i.diagLog().throwInternal(Bi.CRITICAL,70,"Cannot send telemetry without baseData and baseType");if(e.baseType||(e.baseType="EventData"),!t._sender)return void i.diagLog().throwInternal(Bi.CRITICAL,28,"Sender was not initialized");if(!t._sample.isSampledIn(e))return void i.diagLog().throwInternal(Bi.WARNING,33,"Telemetry item was sampled out and not sent",{SampleRate:t._sample.sampleRate});e.sampleRate=t._sample.sampleRate;var r=n.constructEnvelope(e,t._senderConfig.instrumentationKey(),i.diagLog());if(!r)return void i.diagLog().throwInternal(Bi.CRITICAL,47,"Unable to create an AppInsights envelope");var s=!1;if(e.tags&&e.tags.ProcessLegacy&&(Fi.arrForEach(e.tags.ProcessLegacy,(function(t){try{t&&!1===t(r)&&(s=!0,i.diagLog().warnToConsole("Telemetry processor check returns false"))}catch(t){i.diagLog().throwInternal(Bi.CRITICAL,64,"One of telemetry initializers failed, telemetry item will not be sent: "+jr.getExceptionName(t),{exception:jr.dump(t)},!0)}})),delete e.tags.ProcessLegacy),s)return;var a=o.serialize(r),u=t._buffer.getItems(),c=t._buffer.batchPayloads(u);c&&c.length+a.length>t._senderConfig.maxBatchSizeInBytes()&&t.triggerSend(!0,null,10),t._buffer.enqueue(a),h()}catch(t){i.diagLog().throwInternal(Bi.WARNING,12,"Failed adding telemetry to the sender's buffer, some telemetry will be lost: "+jr.getExceptionName(t),{exception:jr.dump(t)})}t.processNext(e,i)},t._xhrReadyStateChange=function(n,i,r){if(4===n.readyState){var o=null;t._appId||(o=f(jo(n)||n.response))&&o.appId&&(t._appId=o.appId),(n.status<200||n.status>=300)&&0!==n.status?!t._senderConfig.isRetryDisabled()&&p(n.status)?(d(i),t.diagLog().throwInternal(Bi.WARNING,40,". Response code "+n.status+". Will retry to send "+i.length+" items.")):t._onError(i,v(n)):_o.isOffline()?t._senderConfig.isRetryDisabled()||(d(i,10),t.diagLog().throwInternal(Bi.WARNING,40,". Offline - Response Code: "+n.status+". Offline status: "+_o.isOffline()+". Will retry to send "+i.length+" items.")):206===n.status?(o||(o=f(jo(n)||n.response)),o&&!t._senderConfig.isRetryDisabled()?t._onPartialSuccess(i,o):t._onError(i,v(n))):(e=0,t._onSuccess(i,r))}},t.triggerSend=function(n,e,o){void 0===n&&(n=!0);try{if(t._senderConfig.disableTelemetry())t._buffer.clear();else if(t._buffer.count()>0){var a=t._buffer.getItems();!function(n,e){var i,r=t.core[i="getNotifyMgr"]?t.core[i]():t.core._notificationManager;if(r&&r.eventsSendRequest)try{r.eventsSendRequest(n,e)}catch(n){t.diagLog().throwInternal(Bi.CRITICAL,74,"send request notification failed: "+jr.getExceptionName(n),{exception:jr.dump(n)})}}(o||0,n),e?e.call(s,a,n):t._sender(a,n)}clearTimeout(r),r=null,i=null}catch(n){var u=jr.getIEVersion();(!u||u>9)&&t.diagLog().throwInternal(Bi.CRITICAL,40,"Telemetry transmission failed, some telemetry will be lost: "+jr.getExceptionName(n),{exception:jr.dump(n)})}},t._onError=function(n,e){t.diagLog().throwInternal(Bi.WARNING,26,"Failed to send telemetry.",{message:e}),t._buffer.clearSent(n)},t._onPartialSuccess=function(n,e){for(var i=[],r=[],o=0,s=e.errors.reverse();o<s.length;o++){var a=s[o],u=n.splice(a.index,1)[0];p(a.statusCode)?r.push(u):i.push(u)}n.length>0&&t._onSuccess(n,e.itemsAccepted),i.length>0&&t._onError(i,v(null,["partial success",e.itemsAccepted,"of",e.itemsReceived].join(" "))),r.length>0&&(d(r),t.diagLog().throwInternal(Bi.WARNING,40,"Partial success. Delivered: "+n.length+", Failed: "+i.length+". Will retry to send "+r.length+" our of "+e.itemsReceived+" items"))},t._onSuccess=function(n){t._buffer.clearSent(n)},t._xdrOnLoad=function(n,i){var r=jo(n);if(!n||r+""!="200"&&""!==r){var o=f(r);o&&o.itemsReceived&&o.itemsReceived>o.itemsAccepted&&!t._senderConfig.isRetryDisabled()?t._onPartialSuccess(i,o):t._onError(i,b(n))}else e=0,t._onSuccess(i,0)}})),s}return __extends(n,t),n.constructEnvelope=function(t,n,e){var i;switch((i=n===t.iKey||Fi.isNullOrUndefined(n)?t:__assign({},t,{iKey:n})).baseType){case qr.dataType:return go.EventEnvelopeCreator.Create(e,i);case Qr.dataType:return Co.TraceEnvelopeCreator.Create(e,i);case Kr.dataType:return ko.PageViewEnvelopeCreator.Create(e,i);case Zr.dataType:return So.PageViewPerformanceEnvelopeCreator.Create(e,i);case zr.dataType:return yo.ExceptionEnvelopeCreator.Create(e,i);case Jr.dataType:return xo.MetricEnvelopeCreator.Create(e,i);case Yr.dataType:return wo.DependencyEnvelopeCreator.Create(e,i);default:return go.EventEnvelopeCreator.Create(e,i)}},n._getDefaultAppInsightsChannelConfig=function(){return{endpointUrl:function(){return"https://dc.services.visualstudio.com/v2/track"},emitLineDelimitedJson:function(){return!1},maxBatchInterval:function(){return 15e3},maxBatchSizeInBytes:function(){return 102400},disableTelemetry:function(){return!1},enableSessionStorageBuffer:function(){return!0},isRetryDisabled:function(){return!1},isBeaconApiDisabled:function(){return!0},onunloadDisableBeacon:function(){return!1},instrumentationKey:function(){},namePrefix:function(){},samplingPercentage:function(){return 100}}},n._getEmptyAppInsightsChannelConfig=function(){return{endpointUrl:void 0,emitLineDelimitedJson:void 0,maxBatchInterval:void 0,maxBatchSizeInBytes:void 0,disableTelemetry:void 0,enableSessionStorageBuffer:void 0,isRetryDisabled:void 0,isBeaconApiDisabled:void 0,onunloadDisableBeacon:void 0,instrumentationKey:void 0,namePrefix:void 0,samplingPercentage:void 0}},n}(rr),Mo=function(){},To=function(){function t(n,e){var i=this;this._logger=Fi.isNullOrUndefined(e)?new Ji:e,n||(n={}),"function"!=typeof n.sessionExpirationMs&&(n.sessionExpirationMs=function(){return t.acquisitionSpan}),"function"!=typeof n.sessionRenewalMs&&(n.sessionRenewalMs=function(){return t.renewalSpan}),this.config=n,this._storageNamePrefix=function(){return i.config.namePrefix&&i.config.namePrefix()?t.cookieNameConst+i.config.namePrefix():t.cookieNameConst},this.automaticSession=new Mo}return t.prototype.update=function(){this.automaticSession.id||this.initializeAutomaticSession();var n=(new Date).getTime(),e=0!==this.config.sessionExpirationMs()&&n-this.automaticSession.acquisitionDate>this.config.sessionExpirationMs(),i=0!==this.config.sessionExpirationMs()&&n-this.automaticSession.renewalDate>this.config.sessionRenewalMs();e||i?this.renew():(!this.cookieUpdatedTimestamp||n-this.cookieUpdatedTimestamp>t.cookieUpdateInterval)&&(this.automaticSession.renewalDate=n,this.setCookie(this.automaticSession.id,this.automaticSession.acquisitionDate,this.automaticSession.renewalDate))},t.prototype.backup=function(){this.setStorage(this.automaticSession.id,this.automaticSession.acquisitionDate,this.automaticSession.renewalDate)},t.prototype.initializeAutomaticSession=function(){var t=jr.getCookie(this._logger,this._storageNamePrefix());if(t&&"function"==typeof t.split)this.initializeAutomaticSessionWithData(t);else{var n=jr.getStorage(this._logger,this._storageNamePrefix());n&&this.initializeAutomaticSessionWithData(n)}this.automaticSession.id||this.renew()},t.prototype.initializeAutomaticSessionWithData=function(t){var n=t.split("|");n.length>0&&(this.automaticSession.id=n[0]);try{n.length>1&&(this.automaticSession.acquisitionDate=+new Date(+n[1]),this.automaticSession.acquisitionDate=this.automaticSession.acquisitionDate>0?this.automaticSession.acquisitionDate:0),n.length>2&&(this.automaticSession.renewalDate=+new Date(+n[2]),this.automaticSession.renewalDate=this.automaticSession.renewalDate>0?this.automaticSession.renewalDate:0)}catch(t){this._logger.throwInternal(Bi.CRITICAL,9,"Error parsing ai_session cookie, session will be reset: "+jr.getExceptionName(t),{exception:jr.dump(t)})}0===this.automaticSession.renewalDate&&this._logger.throwInternal(Bi.WARNING,27,"AI session renewal date is 0, session will be reset.")},t.prototype.renew=function(){var t=(new Date).getTime();this.automaticSession.id=jr.newId(this.config&&this.config.idLength?this.config.idLength():22),this.automaticSession.acquisitionDate=t,this.automaticSession.renewalDate=t,this.setCookie(this.automaticSession.id,this.automaticSession.acquisitionDate,this.automaticSession.renewalDate),jr.canUseLocalStorage()||this._logger.throwInternal(Bi.WARNING,0,"Browser does not support local storage. Session durations will be inaccurate.")},t.prototype.setCookie=function(t,n,e){var i=n+this.config.sessionExpirationMs(),r=e+this.config.sessionRenewalMs(),o=new Date,s=[t,n,e];o.setTime(i<r?i:r);var a=this.config.cookieDomain?this.config.cookieDomain():null,u=0===this.config.sessionExpirationMs()?"0":o.toUTCString();jr.setCookie(this._logger,this._storageNamePrefix(),s.join("|")+";expires="+u,a),this.cookieUpdatedTimestamp=(new Date).getTime()},t.prototype.setStorage=function(t,n,e){jr.setStorage(this._logger,this._storageNamePrefix(),[t,n,e].join("|"))},t.acquisitionSpan=864e5,t.renewalSpan=18e5,t.cookieUpdateInterval=6e4,t.cookieNameConst="ai_session",t}(),Po=function(){},Ro=function(){this.id="browser",this.deviceClass="Browser"},No=function(t){this.sdkVersion=(t.sdkExtension&&t.sdkExtension()?t.sdkExtension()+"_":"")+"javascript:2.5.10"},Do=function(){function t(n,e){this.isNewUser=!1,this._logger=e;var i=jr.getCookie(this._logger,t.userCookieName);if(i){this.isNewUser=!1;var r=i.split(t.cookieSeparator);r.length>0&&(this.id=r[0])}if(this.config=n,!this.id){this.id=Fi.newId(n&&n.idLength?n.idLength():22);var o=new Date,s=Fi.toISOString(o);this.accountAcquisitionDate=s,this.isNewUser=!0,o.setTime(o.getTime()+31536e6);var a=[this.id,s],u=this.config.cookieDomain?this.config.cookieDomain():void 0;jr.setCookie(this._logger,t.userCookieName,a.join(t.cookieSeparator)+";expires="+o.toUTCString(),u);var c=n.namePrefix&&n.namePrefix()?n.namePrefix()+"ai_session":"ai_session";jr.removeStorage(this._logger,c)}this.accountId=n.accountId?n.accountId():void 0;var l=jr.getCookie(this._logger,t.authUserCookieName);if(l){var f=(l=decodeURI(l)).split(t.cookieSeparator);f[0]&&(this.authenticatedId=f[0]),f.length>1&&f[1]&&(this.accountId=f[1])}}return t.prototype.setAuthenticatedUserContext=function(n,e,i){if(void 0===i&&(i=!1),!this.validateUserInput(n)||e&&!this.validateUserInput(e))this._logger.throwInternal(Bi.WARNING,60,"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.",!0);else{this.authenticatedId=n;var r=this.authenticatedId;e&&(this.accountId=e,r=[this.authenticatedId,this.accountId].join(t.cookieSeparator)),i&&jr.setCookie(this._logger,t.authUserCookieName,encodeURI(r),this.config.cookieDomain())}},t.prototype.clearAuthenticatedUserContext=function(){this.authenticatedId=null,this.accountId=null,jr.deleteCookie(this._logger,t.authUserCookieName)},t.prototype.validateUserInput=function(t){return!("string"!=typeof t||!t||t.match(/,|;|=| |\|/))},t.cookieSeparator="|",t.userCookieName="ai_user",t.authUserCookieName="ai_authUser",t}(),Oo=function(){},Uo=function(t,n,e,i){this.traceID=t||jr.generateW3CId(),this.parentID=n,this.name=e;var r=ci();!e&&r&&r.pathname&&(this.name=r.pathname),this.name=_r.sanitizeString(i,this.name)},Lo=function(){function t(t,n){var e=this;e.application=new Po,e.internal=new No(n),ri()&&(e.sessionManager=new To(n,t),e.device=new Ro,e.location=new Oo,e.user=new Do(n,t),e.telemetryTrace=new Uo(void 0,void 0,void 0,t),e.session=new Mo),e.appId=function(){return null}}return t.prototype.applySessionContext=function(t){var n=this.session,e=this.sessionManager,i=n||e&&e.automaticSession;i&&Fi.isString(i.id)&&(t.ext.app.sesId=i.id),n&&(t.ext.app.sesId=Fi.isString(n.id)?n.id:e.automaticSession.id)},t.prototype.applyOperatingSystemContxt=function(t){var n=this.os;n&&n.name&&(t.ext.os=n)},t.prototype.applyApplicationContext=function(t){var n=this.application;n&&(Fi.isString(n.ver)&&(t.tags[ro.applicationVersion]=n.ver),Fi.isString(n.build)&&(t.tags[ro.applicationBuild]=n.build))},t.prototype.applyDeviceContext=function(t){var n=this.device;n&&(Fi.isString(n.id)&&(t.ext.device.localId=n.id),Fi.isString(n.ip)&&(t.ext.device.ip=n.ip),Fi.isString(n.model)&&(t.ext.device.model=n.model),Fi.isString(n.deviceClass)&&(t.ext.device.deviceClass=n.deviceClass))},t.prototype.applyInternalContext=function(t){var n=this.internal;n&&(Fi.isString(n.agentVersion)&&(t.tags[ro.internalAgentVersion]=n.agentVersion),Fi.isString(n.sdkVersion)&&(t.tags[ro.internalSdkVersion]=n.sdkVersion),t.baseType!==Xi.dataType&&t.baseType!==Kr.dataType||(Fi.isString(n.snippetVer)&&(t.tags[ro.internalSnippet]=n.snippetVer),Fi.isString(n.sdkSrc)&&(t.tags[ro.internalSdkSrc]=n.sdkSrc)))},t.prototype.applyLocationContext=function(t){var n=this.location;n&&Fi.isString(n.ip)&&(t.tags[ro.locationIp]=n.ip)},t.prototype.applyOperationContext=function(t){var n=this.telemetryTrace;if(n){var e=t.ext.trace||{traceID:void 0,parentID:void 0};Fi.isString(n.traceID)&&(e.traceID=n.traceID),Fi.isString(n.name)&&(e.name=n.name),Fi.isString(n.parentID)&&(e.parentID=n.parentID),t.ext.trace=e}},t.prototype.applyWebContext=function(t){var n=this.web;n&&(t.ext.web=t.ext.web||{},t.ext.web=n)},t.prototype.applyUserContext=function(t){var n=this.user;n&&(t.tags||(t.tags=[]),Fi.isString(n.accountId)&&(t.tags[ro.userAccountId]=n.accountId),Fi.isString(n.id)&&(t.ext.user.id=n.id),Fi.isString(n.authenticatedId)&&(t.ext.user.authId=n.authenticatedId))},t.prototype.cleanUp=function(t){t.ext[io.DeviceExt]&&0===Fi.objKeys(t.ext[io.DeviceExt]).length&&delete t.ext[io.DeviceExt],t.ext[io.UserExt]&&0===Fi.objKeys(t.ext[io.UserExt]).length&&delete t.ext[io.UserExt],t.ext[io.WebExt]&&0===Fi.objKeys(t.ext[io.WebExt]).length&&delete t.ext[io.WebExt],t.ext[io.OSExt]&&0===Fi.objKeys(t.ext[io.OSExt]).length&&delete t.ext[io.OSExt],t.ext[io.AppExt]&&0===Fi.objKeys(t.ext[io.AppExt]).length&&delete t.ext[io.AppExt],t.ext[io.TraceExt]&&0===Fi.objKeys(t.ext[io.TraceExt]).length&&delete t.ext[io.TraceExt]},t}(),qo=function(t){function n(){var n=null!==t&&t.apply(this,arguments)||this;return n.priority=110,n.identifier="AppInsightsPropertiesPlugin",n}return __extends(n,t),n.getDefaultConfig=function(){return{instrumentationKey:function(){},accountId:function(){return null},sessionRenewalMs:function(){return 18e5},samplingPercentage:function(){return 100},sessionExpirationMs:function(){return 864e5},cookieDomain:function(){return null},sdkExtension:function(){return null},isBrowserLinkTrackingEnabled:function(){return!1},appId:function(){return null},namePrefix:function(){},idLength:function(){return 22}}},n.prototype.initialize=function(e,i,r,o){var s=this;t.prototype.initialize.call(this,e,i,r,o);var a=this._getTelCtx(),u=this.identifier,c=n.getDefaultConfig();this._extensionConfig=this._extensionConfig||n.getDefaultConfig(),Ei(c,(function(t,n){s._extensionConfig[t]=function(){return a.getConfig(u,t,n())}})),this.context=new Lo(i.logger,this._extensionConfig),this._breezeChannel=jr.getExtension(r,"AppInsightsChannelPlugin"),this.context.appId=function(){return s._breezeChannel?s._breezeChannel._appId:null}},n.prototype.processTelemetry=function(t,n){if(Fi.isNullOrUndefined(t));else{if(n=this._getTelCtx(n),t.name===Kr.envelopeType&&n.diagLog().resetInternalMessageCount(),this.context.session&&"string"!=typeof this.context.session.id&&this.context.sessionManager.update(),this._processTelemetryInternal(t,n),this.context&&this.context.user&&this.context.user.isNewUser){this.context.user.isNewUser=!1;var e=new Xi(72,(ui()||{}).userAgent||"");n.diagLog().logInternalMessage(Bi.CRITICAL,e)}this.processNext(t,n)}},n.prototype._processTelemetryInternal=function(t,n){t.tags||(t.tags=[]),t.ext||(t.ext={});var e=t.ext;e[io.DeviceExt]=e[io.DeviceExt]||{},e[io.WebExt]=e[io.WebExt]||{},e[io.UserExt]=e[io.UserExt]||{},e[io.OSExt]=e[io.OSExt]||{},e[io.AppExt]=e[io.AppExt]||{},e[io.TraceExt]=e[io.TraceExt]||{};var i=this.context;i.applySessionContext(t,n),i.applyApplicationContext(t,n),i.applyDeviceContext(t,n),i.applyOperationContext(t,n),i.applyUserContext(t,n),i.applyOperatingSystemContxt(t,n),i.applyWebContext(t,n),i.applyLocationContext(t,n),i.applyInternalContext(t,n),i.cleanUp(t,n)},n}(rr),zo=Fi.objKeys,Vo=Fi.arrForEach;function Ho(t,n,e){var i=0,r=t[n],o=t[e];return r&&o&&(i=Pr.GetDuration(r,o)),i}function Wo(t,n,e,i,r){var o=0,s=Ho(e,i,r);return s&&(o=$o(t,n,jr.msToTimeSpan(s))),o}function $o(t,n,e){var i=0;return t&&n&&e&&((t.ajaxPerf=t.ajaxPerf||{})[n]=e,i=1),i}var Xo=function(){var t=this;t.openDone=!1,t.setRequestHeaderDone=!1,t.sendDone=!1,t.abortDone=!1,t.stateChangeAttached=!1},Jo=function t(n,e,i){var r=this,o=i;r.perfMark=null,r.completed=!1,r.requestHeadersSize=null,r.requestHeaders=null,r.responseReceivingDuration=null,r.callbackDuration=null,r.ajaxTotalDuration=null,r.aborted=0,r.pageUrl=null,r.requestUrl=null,r.requestSize=0,r.method=null,r.status=null,r.requestSentTime=null,r.responseStartedTime=null,r.responseFinishedTime=null,r.callbackFinishedTime=null,r.endTime=null,r.xhrMonitoringState=new Xo,r.clientFailure=0,r.traceID=n,r.spanID=e,Wi(t,r,(function(t){t.getAbsoluteUrl=function(){return t.requestUrl?Ir.getAbsoluteUrl(t.requestUrl):null},t.getPathName=function(){return t.requestUrl?_r.sanitizeUrl(o,Ir.getCompleteUrl(t.method,t.requestUrl)):null},t.CreateTrackItem=function(n,e,i){if(t.ajaxTotalDuration=Math.round(1e3*Pr.GetDuration(t.requestSentTime,t.responseFinishedTime))/1e3,t.ajaxTotalDuration<0)return null;var r,o=((r={id:"|"+t.traceID+"."+t.spanID,target:t.getAbsoluteUrl(),name:t.getPathName(),type:n,duration:t.ajaxTotalDuration,success:+t.status>=200&&+t.status<400,responseCode:+t.status,method:t.method}).properties={HttpMethod:t.method},r);if(function(t,n){var e=t.perfTiming,i=n.properties||{},r=0,o=Fi.isString,s="redirect",a="startTime",u="connectEnd",c="requestStart",l="responseEnd",f=s+"Start",d=s="End";if(e){r|=Wo(i,s,e,f,d),r|=Wo(i,"domainLookup",e,"domainLookupStart","domainLookupEnd"),r|=Wo(i,"connect",e,"connectStart",u),r|=Wo(i,"request",e,c,"requestEnd"),r|=Wo(i,"response",e,"responseStart",l),r|=Wo(i,"networkConnect",e,a,u),r|=Wo(i,"sentRequest",e,c,l);var h=e.duration;h||(h=Ho(e,a,l)||0),r|=$o(i,"duration",h),r|=$o(i,"perfTotal",h);var p=e.serverTiming;if(p){var v={};Vo(p,(function(t,n){var e=function(t){var n=t,e=/([^\w\d_$])/g;return e.test(t)&&(n=t.replace(e,"_")),n}(t.name||""+n),i=v[e]||{};Ei(t,(function(t,n){("name"!==t&&o(n)||Fi.isNumber(n))&&(i[t]&&(n=i[t]+";"+n),!n&&o(n)||(i[t]=n))})),v[e]=i})),r|=$o(i,"serverTiming",v)}r|=$o(i,"transferSize",e.transferSize),r|=$o(i,"encodedBodySize",e.encodedBodySize),r|=$o(i,"decodedBodySize",e.decodedBodySize)}else t.perfMark&&(r|=$o(i,"missing",t.perfAttempts));r&&(n.properties=i)}(t,o),e&&zo(t.requestHeaders).length>0&&(o.properties=o.properties||{},o.properties.requestHeaders=t.requestHeaders),i){var s=i();if(s){var a=s.correlationContext;if(a&&(o.correlationContext=a),s.headerMap&&zo(s.headerMap).length>0&&(o.properties=o.properties||{},o.properties.responseHeaders=s.headerMap),t.status>=400){var u=s.type;o.properties=o.properties||{},""!==u&&"text"!==u||(o.properties.responseText=s.responseText?s.statusText+" - "+s.responseText:s.statusText),"json"===u&&(o.properties.responseText=s.response?s.statusText+" - "+JSON.stringify(s.response):s.statusText)}}}return o}}))},Go=function(){function t(n,e){var i=this;i.traceFlag=t.DEFAULT_TRACE_FLAG,i.version=t.DEFAULT_VERSION,i.traceId=n&&t.isValidTraceId(n)?n:jr.generateW3CId(),i.spanId=e&&t.isValidSpanId(e)?e:jr.generateW3CId().substr(0,16)}return t.isValidTraceId=function(t){return t.match(/^[0-9a-f]{32}$/)&&"00000000000000000000000000000000"!==t},t.isValidSpanId=function(t){return t.match(/^[0-9a-f]{16}$/)&&"0000000000000000"!==t},t.prototype.toString=function(){var t=this;return t.version+"-"+t.traceId+"-"+t.spanId+"-"+t.traceFlag},t.DEFAULT_TRACE_FLAG="01",t.DEFAULT_VERSION="00",t}(),Ko=Fi.isNullOrUndefined,Yo=Fi.arrForEach,Qo=0;function Zo(t){var n="";try{Ko(t)||Ko(t.ajaxData)||Ko(t.ajaxData.requestUrl)||(n+="(url: '"+t.ajaxData.requestUrl+"')")}catch(t){}return n}function ts(t,n,e,i,r){t.diagLog().throwInternal(Bi.CRITICAL,n,e,i,r)}function ns(t,n,e,i,r){t.diagLog().throwInternal(Bi.WARNING,n,e,i,r)}function es(t,n,e){return function(i){ts(t,n,e,{ajaxDiagnosticsMessage:Zo(i.inst),exception:jr.dump(i.err)})}}function is(t,n){return t&&n?t.indexOf(n):-1}var rs,os=function(t){function n(){var e=t.call(this)||this;e.identifier=n.identifier,e.priority=120;var i,r,o,s,a=ci(),u=!1,c=!1,l=a&&a.host&&a.host.toLowerCase(),f=n.getEmptyConfig(),d=!1,h=0,p=!1,v=0,m=!1,b=[],w={};return Wi(n,e,(function(t,e){function a(t,n,e){b.push(function(t,n,e){return t?Sr(t.prototype,n,e,!1):null}(t,n,e))}function g(t,n,e){var i=!1,r=((Fi.isString(n)?n:(n||{}).url||"")||"").toLowerCase(),o=is(r,"?"),s=is(r,"#");return(-1===o||-1!==s&&s<o)&&(o=s),-1!==o&&(r=r.substring(0,o)),Ko(t)?Ko(n)||(i="object"==typeof n&&!0===n[Rr]||!!e&&!0===e[Rr]):i=!0===t[Rr]||!0===r[Rr],i?w[r]||(w[r]=1):w[r]&&(i=!0),i}function y(t,n){var e=!0,i=c;return Ko(t)||(e=!0===n||!Ko(t.ajaxData)),i&&e}function x(t){try{var n=t.responseType;if(""===n||"text"===n)return t.responseText}catch(t){}return null}function k(n){try{var e=n.getAllResponseHeaders();if(null!==e&&-1!==is(e.toLowerCase(),Ar.requestContextHeaderLowerCase)){var i=n.getResponseHeader(Ar.requestContextHeader);return Mr.getCorrelationContext(i)}}catch(e){ns(t,18,"Failed to get Request-Context correlation header as it may be not included in the response or not accessible.",{ajaxDiagnosticsMessage:Zo(n),exception:jr.dump(e)})}}function S(t,n){if(n.requestUrl&&s&&p){var e=li();if(e&&Fi.isFunction(e.mark)){Qo++;var i=s+t+"#"+Qo;e.mark(i);var r=e.getEntriesByName(i);r&&1===r.length&&(n.perfMark=r[0])}}}function C(t,n,e,i){var r=n.perfMark,o=li(),s=f.maxAjaxPerfLookupAttempts,a=f.ajaxPerfLookupDelay,u=n.requestUrl,c=0;!function l(){try{if(o&&r){c++;for(var f=null,d=o.getEntries(),h=d.length-1;h>=0;h--){var p=d[h];if(p){if("resource"===p.entryType)p.initiatorType!==t||-1===is(p.name,u)&&-1===is(u,p.name)||(f=p);else if("mark"===p.entryType&&p.name===r.name){n.perfTiming=f;break}if(p.startTime<r.startTime-1e3)break}}}!r||n.perfTiming||c>=s||!1===n.async?(r&&Fi.isFunction(o.clearMarks)&&o.clearMarks(r.name),n.perfAttempts=c,e()):setTimeout(l,a)}catch(t){i(t)}}()}function A(n){var e="";try{Ko(n)||(e+="string"==typeof n?"(url: '"+n+"')":"(url: '"+n.url+"')")}catch(n){ts(t,15,"Failed to grab failed fetch diagnostics message",{exception:jr.dump(n)})}return e}function _(n,e,i,r,o){function s(n,e,r){var o=r||{};o.fetchDiagnosticsMessage=A(i),e&&(o.exception=jr.dump(e)),ns(t,n,"Failed to calculate the duration of the fetch call, monitoring data for this fetch call won't be sent.",o)}r&&(r.responseFinishedTime=Pr.Now(),r.status=e,C("fetch",r,(function(){var n=r.CreateTrackItem("Fetch",d,o);n?t.trackDependencyDataInternal(n):s(14,null,{requestSentTime:r.requestSentTime,responseFinishedTime:r.responseFinishedTime})}),(function(t){s(18,t,null)})))}function E(n){if(n&&n.headers)try{var e=n.headers.get(Ar.requestContextHeader);return Mr.getCorrelationContext(e)}catch(e){ns(t,18,"Failed to get Request-Context correlation header as it may be not included in the response or not accessible.",{fetchDiagnosticsMessage:A(n),exception:jr.dump(e)})}}t.initialize=function(l,h,w,A){if(!t.isInitialized()){e.initialize(l,h,w,A);var B=t._getTelCtx();Ei(n.getDefaultConfig(),(function(t,e){f[t]=B.getConfig(n.identifier,t,e)}));var F=f.distributedTracingMode;if(d=f.enableRequestHeaderTracking,v=f.maxAjaxCallsPerView,m=f.enableResponseHeaderTracking,o=F===yr.AI||F===yr.AI_AND_W3C,r=F===yr.AI_AND_W3C||F===yr.W3C,p=f.enableAjaxPerfTracking){var j=l.instrumentationKey||"unkwn";s=j.length>5?"ai.ajxmn."+j.substring(j.length-5)+".":"ai.ajxmn."+j+"."}if(!1===f.disableAjaxTracking&&function(t){var n=!1;if("undefined"!=typeof XMLHttpRequest&&!Ko(XMLHttpRequest)){var e=XMLHttpRequest.prototype;n=!(Ko(e)||Ko(e.open)||Ko(e.send)||Ko(e.abort))}var i=jr.getIEVersion();if(i&&i<9&&(n=!1),n)try{(new XMLHttpRequest).ajaxData={};var r=XMLHttpRequest.prototype.open;XMLHttpRequest.prototype.open=r}catch(e){n=!1,ts(t,15,"Failed to enable XMLHttpRequest monitoring, extension is not supported",{exception:jr.dump(e)})}return n}(t)&&!c&&(a(XMLHttpRequest,"open",{req:function(n,e,r,o){var s=n.inst,a=s.ajaxData;g(s,r)||!y(s,!0)||a&&a.xhrMonitoringState.openDone||function(n,e,r,o){var s=i&&i.telemetryTrace&&i.telemetryTrace.traceID||jr.generateW3CId(),a=jr.generateW3CId().substr(0,16),u=new Jo(s,a,t.diagLog());u.method=e,u.requestUrl=r,u.xhrMonitoringState.openDone=!0,u.requestHeaders={},u.async=o,n.ajaxData=u,function(n){n.ajaxData.xhrMonitoringState.stateChangeAttached=Ii.Attach(n,"readystatechange",(function(){try{n&&4===n.readyState&&y(n)&&function(n){var e=n.ajaxData;function i(e,i){var r=i||{};r.ajaxDiagnosticsMessage=Zo(n),e&&(r.exception=jr.dump(e)),ns(t,14,"Failed to calculate the duration of the ajax call, monitoring data for this ajax call won't be sent.",r)}e.responseFinishedTime=Pr.Now(),e.status=n.status,C("xmlhttprequest",e,(function(){try{var r=e.CreateTrackItem("Ajax",d,(function(){var t={statusText:n.statusText,headerMap:null,correlationContext:k(n),type:n.responseType,responseText:x(n),response:n.response};if(m){var e=n.getAllResponseHeaders();if(e){var i=Fi.strTrim(e).split(/[\r\n]+/),r={};Yo(i,(function(t){var n=t.split(": "),e=n.shift(),i=n.join(": ");r[e]=i})),t.headerMap=r}}return t}));r?t.trackDependencyDataInternal(r):i(null,{requestSentTime:e.requestSentTime,responseFinishedTime:e.responseFinishedTime})}finally{try{n.ajaxData=null}catch(t){}}}),(function(t){i(t,null)}))}(n)}catch(i){var e=jr.dump(i);e&&-1!==is(e.toLowerCase(),"c00c023f")||ts(t,16,"Failed to monitor XMLHttpRequest 'readystatechange' event handler, monitoring data for this ajax call may be incorrect.",{ajaxDiagnosticsMessage:Zo(n),exception:e})}}))}(n)}(s,e,r,o)},hkErr:es(t,15,"Failed to monitor XMLHttpRequest.open, monitoring data for this ajax call may be incorrect.")}),a(XMLHttpRequest,"send",{req:function(n){var e=n.inst,i=e.ajaxData;y(e)&&!i.xhrMonitoringState.sendDone&&(S("xhr",i),i.requestSentTime=Pr.Now(),e=t.includeCorrelationHeaders(i,void 0,void 0,e),i.xhrMonitoringState.sendDone=!0)},hkErr:es(t,17,"Failed to monitor XMLHttpRequest, monitoring data for this ajax call may be incorrect.")}),a(XMLHttpRequest,"abort",{req:function(t){var n=t.inst,e=n.ajaxData;y(n)&&!e.xhrMonitoringState.abortDone&&(e.aborted=1,e.xhrMonitoringState.abortDone=!0)},hkErr:es(t,13,"Failed to monitor XMLHttpRequest.abort, monitoring data for this ajax call may be incorrect.")}),d&&a(XMLHttpRequest,"setRequestHeader",{req:function(t,n,e){var i=t.inst;y(i)&&(i.ajaxData.requestHeaders[n]=e)},hkErr:es(t,71,"Failed to monitor XMLHttpRequest.setRequestHeader, monitoring data for this ajax call may be incorrect.")}),c=!0),function(){var n,e=!(n=ei())||Ko(n.Request)||Ko(n.Request.prototype)||Ko(n.fetch)?null:n.fetch;if(e){var r=ei(),o=e.polyfill;!1===f.disableFetchTracking?(b.push(Sr(r,"fetch",{req:function(n,e,r){var s;if(u&&!g(null,e,r)&&(!o||!c)){var a=n.ctx();s=function(n,e){var r=i&&i.telemetryTrace&&i.telemetryTrace.traceID||jr.generateW3CId(),o=jr.generateW3CId().substr(0,16),s=new Jo(r,o,t.diagLog());s.requestSentTime=Pr.Now(),s.requestUrl=n instanceof Request?n?n.url:"":n;var a="GET";e&&e.method?a=e.method:n&&n instanceof Request&&(a=n.method),s.method=a;var u={};return d&&new Headers((e?e.headers:0)||n instanceof Request&&n.headers||{}).forEach((function(t,n){u[n]=t})),s.requestHeaders=u,S("fetch",s),s}(e,r);var l=t.includeCorrelationHeaders(s,e,r);l!==r&&n.set(1,l),a.data=s}},rsp:function(t,n){var e=t.ctx().data;e&&(t.rslt=t.rslt.then((function(t){return _(0,(t||{}).status,t,e,(function(){var n={statusText:t.statusText,headerMap:null,correlationContext:E(t)};if(m){var e={};t.headers.forEach((function(t,n){e[n]=t})),n.headerMap=e}return n})),t})).catch((function(t){throw _(0,0,n,e,null),t})))},hkErr:es(t,15,"Failed to monitor Window.fetch, monitoring data for this fetch call may be incorrect.")})),u=!0):o&&b.push(Sr(r,"fetch",{req:function(t,n,e){g(null,n,e)}})),o&&(r.fetch.polyfill=o)}}(),w.length>0&&w){for(var I=void 0,M=0;!I&&M<w.length;)w[M]&&"AppInsightsPropertiesPlugin"===w[M].identifier&&(I=w[M]),M++;I&&(i=I.context)}}},t.teardown=function(){Yo(b,(function(t){t.rm()})),b=[],u=!1,c=!1,t.setInitialized(!1)},t.trackDependencyData=function(n,e){t.trackDependencyDataInternal(n,e)},t.includeCorrelationHeaders=function(n,e,s,a){var u=t._currentWindowHost||l;if(e){if(Mr.canIncludeCorrelationHeader(f,n.getAbsoluteUrl(),u)&&(s||(s={}),s.headers=new Headers(s.headers||e instanceof Request&&e.headers||{}),o&&(s.headers.set(Ar.requestIdHeader,h="|"+n.traceID+"."+n.spanID),d&&(n.requestHeaders[Ar.requestIdHeader]=h)),(p=f.appId||i&&i.appId())&&(s.headers.set(Ar.requestContextHeader,Ar.requestContextAppIdFormat+p),d&&(n.requestHeaders[Ar.requestContextHeader]=Ar.requestContextAppIdFormat+p)),r)){var c=new Go(n.traceID,n.spanID);s.headers.set(Ar.traceParentHeader,c.toString()),d&&(n.requestHeaders[Ar.traceParentHeader]=c.toString())}return s}if(a){var h,p;if(Mr.canIncludeCorrelationHeader(f,n.getAbsoluteUrl(),u))o&&(a.setRequestHeader(Ar.requestIdHeader,h="|"+n.traceID+"."+n.spanID),d&&(n.requestHeaders[Ar.requestIdHeader]=h)),(p=f.appId||i&&i.appId())&&(a.setRequestHeader(Ar.requestContextHeader,Ar.requestContextAppIdFormat+p),d&&(n.requestHeaders[Ar.requestContextHeader]=Ar.requestContextAppIdFormat+p)),r&&(c=new Go(n.traceID,n.spanID),a.setRequestHeader(Ar.traceParentHeader,c.toString()),d&&(n.requestHeaders[Ar.traceParentHeader]=c.toString()));return a}},t.trackDependencyDataInternal=function(n,e,i){if(-1===v||h<v){f.distributedTracingMode!==yr.W3C&&f.distributedTracingMode!==yr.AI_AND_W3C||"string"!=typeof n.id||"."===n.id[n.id.length-1]||(n.id+="."),Fi.isNullOrUndefined(n.startTime)&&(n.startTime=new Date);var r=eo.create(n,Yr.dataType,Yr.envelopeType,t.diagLog(),e,i);t.core.track(r)}else h===v&&ts(t,55,"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.",!0);++h}})),e}return __extends(n,t),n.getDefaultConfig=function(){return{maxAjaxCallsPerView:500,disableAjaxTracking:!1,disableFetchTracking:!0,disableCorrelationHeaders:!1,distributedTracingMode:yr.AI,correlationHeaderExcludedDomains:["*.blob.core.windows.net","*.blob.core.chinacloudapi.cn","*.blob.core.cloudapi.de","*.blob.core.usgovcloudapi.net"],correlationHeaderDomains:void 0,appId:void 0,enableCorsCorrelation:!1,enableRequestHeaderTracking:!1,enableResponseHeaderTracking:!1,enableAjaxErrorStatusText:!1,enableAjaxPerfTracking:!1,maxAjaxPerfLookupAttempts:3,ajaxPerfLookupDelay:25}},n.getEmptyConfig=function(){var t=this.getDefaultConfig();return Ei(t,(function(n){t[n]=void 0})),t},n.prototype.processTelemetry=function(t,n){this.processNext(t,n)},n.identifier="AjaxDependencyPlugin",n}(rr),ss=function(){function t(t){var n=this;n._snippetVersion=""+(t.sv||t.version||""),t.queue=t.queue||[],t.version=t.version||2;var e=t.config||{};if(e.connectionString){var i=Nr.parse(e.connectionString),r=i.ingestionendpoint;e.endpointUrl=r?r+"/v2/track":e.endpointUrl,e.instrumentationKey=i.instrumentationkey||e.instrumentationKey}n.appInsights=new lo,n.properties=new qo,n.dependencies=new os,n.core=new pr,n.snippet=t,n.config=e,n.getSKUDefaults()}return t.prototype.trackEvent=function(t,n){this.appInsights.trackEvent(t,n)},t.prototype.trackPageView=function(t){this.appInsights.trackPageView(t||{})},t.prototype.trackPageViewPerformance=function(t){this.appInsights.trackPageViewPerformance(t||{})},t.prototype.trackException=function(t){!t.exception&&t.error&&(t.exception=t.error),this.appInsights.trackException(t)},t.prototype._onerror=function(t){this.appInsights._onerror(t)},t.prototype.trackTrace=function(t,n){this.appInsights.trackTrace(t,n)},t.prototype.trackMetric=function(t,n){this.appInsights.trackMetric(t,n)},t.prototype.startTrackPage=function(t){this.appInsights.startTrackPage(t)},t.prototype.stopTrackPage=function(t,n,e,i){this.appInsights.stopTrackPage(t,n,e,i)},t.prototype.startTrackEvent=function(t){this.appInsights.startTrackEvent(t)},t.prototype.stopTrackEvent=function(t,n,e){this.appInsights.stopTrackEvent(t,n,e)},t.prototype.addTelemetryInitializer=function(t){return this.appInsights.addTelemetryInitializer(t)},t.prototype.setAuthenticatedUserContext=function(t,n,e){void 0===e&&(e=!1),this.properties.context.user.setAuthenticatedUserContext(t,n,e)},t.prototype.clearAuthenticatedUserContext=function(){this.properties.context.user.clearAuthenticatedUserContext()},t.prototype.trackDependencyData=function(t){this.dependencies.trackDependencyData(t)},t.prototype.flush=function(t){var n=this;void 0===t&&(t=!0),Yi(this.core,(function(){return"AISKU.flush"}),(function(){Fi.arrForEach(n.core.getTransmissionControls(),(function(n){Fi.arrForEach(n,(function(n){n.flush(t)}))}))}),null,t)},t.prototype.onunloadFlush=function(t){void 0===t&&(t=!0),Fi.arrForEach(this.core.getTransmissionControls(),(function(n){Fi.arrForEach(n,(function(n){n.onunloadFlush?n.onunloadFlush():n.flush(t)}))}))},t.prototype.loadAppInsights=function(t,n,e){var i=this;void 0===t&&(t=!1);var r=this;if(t&&r.config.extensions&&r.config.extensions.length>0)throw new Error("Extensions not allowed in legacy mode");return Yi(r.core,(function(){return"AISKU.loadAppInsights"}),(function(){var o=[],s=new Io;o.push(s),o.push(r.properties),o.push(r.dependencies),o.push(r.appInsights),r.core.initialize(r.config,o,n,e),r.context=r.properties.context,rs&&r.context&&(r.context.internal.sdkSrc=rs),function(n){if(n){var e="";Fi.isNullOrUndefined(r._snippetVersion)||(e+=r._snippetVersion),t&&(e+=".lg"),r.context&&r.context.internal&&(r.context.internal.snippetVer=e||"-"),Ei(r,(function(t,e){Fi.isString(t)&&!Fi.isFunction(e)&&"_"!==t.substring(0,1)&&(n[t]=e)}))}}(r.snippet),r.emptyQueue(),r.pollInternalLogs(),r.addHousekeepingBeforeUnload(i)})),r},t.prototype.updateSnippetDefinitions=function(t){Ei(this,(function(n,e){Fi.isString(n)&&(t[n]=e)}))},t.prototype.emptyQueue=function(){var t=this;try{if(jr.isArray(t.snippet.queue)){for(var n=t.snippet.queue.length,e=0;e<n;e++)(0,t.snippet.queue[e])();t.snippet.queue=void 0,delete t.snippet.queue}}catch(t){t&&Fi.isFunction(t.toString)&&t.toString()}},t.prototype.pollInternalLogs=function(){this.core.pollInternalLogs()},t.prototype.addHousekeepingBeforeUnload=function(t){if(ri()||si()){var n=function(){t.onunloadFlush(!1);var n=t.appInsights.core._extensions.AppInsightsPropertiesPlugin;n&&n.context&&n.context._sessionManager&&n.context._sessionManager.backup()};if(!t.appInsights.config.disableFlushOnBeforeUnload){var e=Fi.addEventHandler("beforeunload",n);(e=Fi.addEventHandler("pagehide",n)||e)||(i=ui())&&i.product&&"ReactNative"===i.product||t.appInsights.core.logger.throwInternal(Bi.CRITICAL,19,"Could not add handler for beforeunload and pagehide")}t.appInsights.config.disableFlushOnUnload||Fi.addEventHandler("pagehide",n)}var i},t.prototype.getSKUDefaults=function(){var t=this;t.config.diagnosticLogInterval=t.config.diagnosticLogInterval&&t.config.diagnosticLogInterval>0?t.config.diagnosticLogInterval:1e4},t}();
11
- /*!
12
- * Application Insights JavaScript SDK - Web, 2.5.10
13
- * Copyright (c) Microsoft and contributors. All rights reserved.
14
- */!function(){var t=null,n=["://js.monitor.azure.com/","://az416426.vo.msecnd.net/"];try{var e=(document||{}).currentScript;e&&(t=e.src)}catch(t){}if(t)try{var i=t.toLowerCase();if(i)for(var r="",o=0;o<n.length;o++)if(-1!==i.indexOf(n[o])){r="cdn"+(o+1),-1===i.indexOf("/scripts/")&&(-1!==i.indexOf("/next/")?r+="-next":-1!==i.indexOf("/beta/")&&(r+="-beta")),rs=r+"";break}}catch(t){}}();const as=new class extends g{constructor(t){super(t),this.store=t,this.appConfiguration$=this.select((t=>t.appConfiguration))}get configuration(){const t=this.getValue().appConfiguration;if(U(t))throw Error("App configuration is not yet loaded");return t.value}}(Tn),us=new class{constructor(){this.appInsights=new V((()=>new ss({config:{instrumentationKey:as.configuration.AppInsightsKey,enableAutoRouteTracking:!0,autoTrackPageVisitTime:!0,maxBatchInterval:1e3,enableUnhandledPromiseRejectionTracking:!0}})))}init(){this.appInsights.value.loadAppInsights(),c((t=>this.appInsightsErrorHandler(t)))}getAppInsights(){return this.appInsights.value}addCustomProperties(t){this.appInsights.value.addTelemetryInitializer((n=>{n.data=n.data?n.data:{};for(const[e,i]of Object.entries(t))n.data[e]=i}))}appInsightsErrorHandler(t){this.appInsights.value.trackException({error:t,severityLevel:$r.Error}),(t=>{console.error(t)})(t)}},cs=new class extends g{constructor(t){super(t),this.store=t,this.sessionState$=this.select((t=>t.authenticationState)),this.jwt$=this.select((t=>t.jwt))}get sessionState(){return this.getValue().authenticationState}get isUnauthorized(){return this.getValue().authenticationState===jn.Unauthorized||this.getValue().authenticationState===jn.Error}get isAuthorized(){return this.getValue().authenticationState===jn.Authenticated}}(Tn),ls=new class{constructor(){this.authCodeQueryParameter="code"}authorizationCodeIsPresent(t){const n=this.getAuthorizationCodeFromRoute(t);return jt.isSome(n)}initFromRoute(t){const n=this.getAuthorizationCodeFromRoute(t);if(jt.isNone(n))throw Tn.update({authenticationState:jn.Error}),Error(`"${this.authCodeQueryParameter}" URL query parameter missing`);this.authCodeExchangeAsync(n.value)}async authCodeExchangeAsync(t){const n=new URLSearchParams([["grant_type","authorization_code"],["client_id","apollo-super-selection-app"],["code",t],["redirect_uri",""+Ge.getAppHostUrl()]]),e=await Gt(as.configuration.OidcAuthority+"/connect/token").headers({"Content-Type":"application/x-www-form-urlencoded"}).post(n.toString()).badRequest((()=>{throw Tn.update({authenticationState:jn.Error}),new Error("Failed to authenticate.")})).json();Tn.update({jwt:jt.fromNullable(e.access_token),authenticationState:jn.Authenticated}),window.gtag&&window.gtag("event","oidc_sign_in",{}),window.history.replaceState(null,"",Ge.getAppRootUrl())}getAuthorizationCodeFromRoute(t){const n=new URLSearchParams(t);return jt.fromNullable(n.get(this.authCodeQueryParameter))}};class fs{static completeSuperSelectionStep(){const{successRedirectionUrl:t}=Pn.getIframeInteropMode();jt.isSome(t)?window.top.location.href=t.value:St()}static initFromRoute(t){const n=new URLSearchParams(t),e=jt.fromNullable(n.get("success-redirection-url")),i={successRedirectionUrl:jt.none};if(jt.isSome(e))try{const t=new URL(e.value);i.successRedirectionUrl=jt.some(t.toString())}catch(t){throw Error(`"${e.value}" is not a valid URL`)}return i}}class ds{static init(){if(void 0===window.ReactNativeWebView)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 In}static completeSuperSelectionStep(){this.postRNMessage()}static postRNMessage(){ds.getRnInterop().postMessage(JSON.stringify({stepStatus:"completed"}))}}ds.getRnInterop=()=>window.ReactNativeWebView;const hs=new class{constructor(){this.interopModeQueryParameter="interop-mode"}completeSuperSelectionStep(){if(Pn.isIframeInteropEnabled())fs.completeSuperSelectionStep();else{if(!Pn.isReactNativeInteropEnabled())throw Error("Unknown interop mode");ds.completeSuperSelectionStep()}}init(t){const n=z(new URLSearchParams(t).get(this.interopModeQueryParameter));O(n)&&"react-native"===n.value?Tn.update({reactNativeInterop:q(ds.init())}):Tn.update({iframeInterop:q(fs.initFromRoute(t))})}};const ps=class{constructor(n){t(this,n),this.areStylesLoaded=!1}async componentWillLoad(){await async function(){await Ge.loadConfigurationAsync(),us.init(),function(){if(!window.location.pathname.endsWith("/")){const t=window.location.pathname+"/"+window.location.search+window.location.hash;history.pushState(history.state,"",t)}}(),(cs.isUnauthorized||ls.authorizationCodeIsPresent(window.location.search))&&(hs.init(window.location.search),ls.initFromRoute(window.location.search))}(),cs.sessionState$.subscribe((t=>this.sessionState=t)),cs.jwt$.subscribe((t=>this.jwt=t)),as.appConfiguration$.subscribe((t=>this.appConfiguration=t))}render(){return jt.isNone(this.appConfiguration)?n("sss-loading-page",null):n(o,{class:"d-flex flex-fill flex-column justify-content-between"},this.fetchStyles(),this.areStylesLoaded&&this.renderAppContent())}fetchStyles(){return[n("link",{rel:"stylesheet",href:"https://npm-cdn.flarehr.com/@flarehr/beacon@dev/dist/beacon/beacon.css",media:"all",onLoad:()=>this.areStylesLoaded=!0})]}renderAppContent(){return n("stencil-router",{root:Ge.getAppRootUrl(),class:"sss-app-container"},n("stencil-route-switch",{scrollTopOffset:0},n("stencil-route",{ref:t=>this.observeContentResize(t),url:"/",routeRender:this.renderProtectedRoute((t=>n("super-selection-app",Object.assign({accessToken:jt.toUndefined(this.jwt),backendUrl:as.configuration.ApiBaseUrl,appBaseUrl:this.getAppBaseUrl(),onSuccessPageAcknowledged:this.handleSuccessPageAcknowledged,"onStep-completion":this.handleStepSubmitSuccess,onInitialised:this.handleAppInitialised},t))))})))}getAppBaseUrl(){return window.location.pathname.split("app")[0]+"app/"}handleSuccessPageAcknowledged(){hs.completeSuperSelectionStep()}handleStepSubmitSuccess(){Ct()}handleAppInitialised(t){us.addCustomProperties({"X-ACCOUNT-ID":t.detail.accountIdOrDefault,"X-PARTNER-ID":t.detail.partnerIdOrDefault,"X-PROFILE-ID":t.detail.profileId}),us.getAppInsights().trackPageView();const n=document.getElementById("sss-external-loading-page-container");n&&document.body.removeChild(n)}observeContentResize(t){new(window.ResizeObserver||Je)((()=>{xt(t.offsetHeight,-1)})).observe(t)}renderProtectedRoute(t){switch(this.sessionState){case jn.Authenticated:return t;case jn.Unauthorized:return()=>n("sss-loading-page",null);case jn.Error:return()=>n("h1",null,"Authentication Error")}}};ps.style="html{scroll-behavior:smooth}img.fluid-fit{-o-object-fit:cover;object-fit:cover}.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}}";export{ft as fl_button,pt as fl_dropdown,vt as fl_dropdown_async,mt as fl_loading_indicator,wt as fl_promise_button,un as sss_custom_fund,vn as sss_default_fund,mn as sss_footer_section,bn as sss_loading_page,wn as sss_my_own_fund,gn as sss_my_own_fund_inputs,yn as sss_notifications_section,Sn as sss_promoted_fund_join_page,An as sss_promoted_fund_standard_choice_page,_n as sss_selected_super_choice_section,En as sss_self_managed_fund,Fn as sss_self_managed_fund_inputs,Dn as sss_slate_join_page,Un as sss_slate_standard_choice_page,Ln as sss_slatesuper_header,qn as sss_smsf_not_supported_dialog,zn as sss_standard_choice_form,Vn as sss_success,Hn as sss_super_choice_item,Kn as sss_super_choice_page,Yn as stencil_route,te as stencil_route_link,ee as stencil_route_switch,ce as stencil_router,le as super_selection_app,ps as super_selection_app_host}