@flarehr/apollo-super-selection 3.50.59382 → 3.53.61179

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 (162) 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-03373b03.system.js +1 -0
  8. package/dist/lib/apollo-super-selection/p-14885f78.system.js +15 -0
  9. package/dist/lib/apollo-super-selection/{p-381262c1.system.js → p-15f0e5eb.system.js} +1 -1
  10. package/dist/lib/apollo-super-selection/p-29c11183.js +15 -0
  11. package/dist/lib/apollo-super-selection/p-6c94de60.system.entry.js +69 -0
  12. package/dist/lib/apollo-super-selection/p-74f91404.entry.js +14 -0
  13. package/dist/lib/apollo-super-selection/p-86e3e03f.js +1 -0
  14. package/dist/lib/cjs/apollo-super-selection.cjs.js +3 -4
  15. package/dist/lib/cjs/{app-globals-45007120.js → app-globals-b1125d8c.js} +1 -1
  16. package/dist/lib/cjs/{datorama-akita-7f4b082a.js → datorama-akita-6c9cb8fb.js} +1005 -68
  17. package/dist/lib/cjs/loader.cjs.js +3 -4
  18. package/dist/lib/cjs/{fl-button_31.cjs.entry.js → sss-button_28.cjs.entry.js} +2099 -2167
  19. package/dist/lib/collection/apollo-super-selection.css +1 -0
  20. package/dist/lib/collection/collection-manifest.json +16 -28
  21. package/dist/lib/collection/components/app-host/loading-page.js +3 -3
  22. package/dist/lib/collection/components/app-host/super-selection-app-host.css +0 -4
  23. package/dist/lib/collection/components/app-host/super-selection-app-host.js +7 -19
  24. package/dist/lib/collection/components/super-selection-app/api/super-selection.api.dto.js +69 -1
  25. package/dist/lib/collection/components/super-selection-app/api/super-selection.api.js +9 -3
  26. package/dist/lib/collection/components/super-selection-app/app-state-pages/success.js +16 -21
  27. package/dist/lib/collection/components/super-selection-app/assets/icon-check.svg +3 -0
  28. package/dist/lib/collection/components/super-selection-app/assets/icon-exclamation.svg +3 -0
  29. package/dist/lib/collection/components/super-selection-app/assets/icon-information-circle.svg +3 -0
  30. package/dist/lib/collection/components/super-selection-app/consent/consent.js +57 -0
  31. package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +132 -0
  32. package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +6 -18
  33. package/dist/lib/collection/components/super-selection-app/funds/constants.js +50 -0
  34. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.js +31 -16
  35. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.store.js +10 -14
  36. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/default-fund/default-fund.js +36 -45
  37. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.js +40 -19
  38. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.js +45 -40
  39. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.js +104 -58
  40. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.js +53 -49
  41. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.js +6 -16
  42. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund-join-page.js +1 -1
  43. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund.store.js +1 -4
  44. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-iframe-builder.js +10 -4
  45. package/dist/lib/collection/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.js +13 -4
  46. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-join-page.js +2 -3
  47. package/dist/lib/collection/components/super-selection-app/header-section/header-section.js +28 -0
  48. package/dist/lib/collection/components/super-selection-app/misc/button.js +146 -0
  49. package/dist/lib/collection/components/super-selection-app/misc/dropdown-async.css +7 -0
  50. package/dist/lib/collection/components/super-selection-app/misc/dropdown-async.js +359 -0
  51. package/dist/lib/collection/components/super-selection-app/misc/loading-indicator.js +52 -0
  52. package/dist/lib/collection/components/super-selection-app/services/australian-fund-lookup.service.js +8 -4
  53. package/dist/lib/collection/components/super-selection-app/services/event-tracking.service.js +20 -0
  54. package/dist/lib/collection/components/super-selection-app/services/existing-super-choice-info.service.js +95 -0
  55. package/dist/lib/collection/components/super-selection-app/services/navigation.service.js +8 -0
  56. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +6 -4
  57. package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +71 -34
  58. package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.store.js +10 -0
  59. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.js +94 -0
  60. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.js +89 -0
  61. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +67 -90
  62. package/dist/lib/collection/components/super-selection-app/super-selection-app.css +16 -4
  63. package/dist/lib/collection/components/super-selection-app/super-selection-app.js +32 -11
  64. package/dist/lib/esm/apollo-super-selection.js +3 -4
  65. package/dist/lib/esm/{app-globals-7ac1ffba.js → app-globals-c1f89805.js} +1 -1
  66. package/dist/lib/esm/{datorama-akita-79ce4385.js → datorama-akita-127aea91.js} +960 -28
  67. package/dist/lib/esm/loader.js +3 -4
  68. package/dist/lib/esm/{fl-button_31.entry.js → sss-button_28.entry.js} +2086 -2151
  69. package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
  70. package/dist/lib/esm-es5/{app-globals-7ac1ffba.js → app-globals-c1f89805.js} +1 -1
  71. package/dist/lib/esm-es5/datorama-akita-127aea91.js +15 -0
  72. package/dist/lib/esm-es5/loader.js +1 -1
  73. package/dist/lib/esm-es5/sss-button_28.entry.js +69 -0
  74. package/dist/lib/types/components/app-host/super-selection-app-host.d.ts +0 -3
  75. package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +30 -0
  76. package/dist/lib/types/components/super-selection-app/api/super-selection.api.d.ts +2 -1
  77. package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +19 -4
  78. package/dist/lib/types/components/super-selection-app/consent/consent.d.ts +9 -0
  79. package/dist/lib/types/components/super-selection-app/existing-choice/existing-choice.d.ts +12 -0
  80. package/dist/lib/types/components/super-selection-app/footer-section/footer-section.d.ts +0 -1
  81. package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +3 -0
  82. package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.d.ts +1 -1
  83. package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.store.d.ts +4 -6
  84. package/dist/lib/types/components/super-selection-app/funds/custom-fund/default-fund/default-fund.d.ts +0 -2
  85. package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.d.ts +2 -1
  86. package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.d.ts +1 -0
  87. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.d.ts +7 -0
  88. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.d.ts +1 -0
  89. package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form.d.ts +0 -1
  90. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund.store.d.ts +0 -3
  91. package/dist/lib/types/components/super-selection-app/header-section/header-section.d.ts +4 -0
  92. package/dist/lib/types/components/super-selection-app/misc/button.d.ts +11 -0
  93. package/dist/lib/types/components/super-selection-app/misc/dropdown-async.d.ts +44 -0
  94. package/dist/lib/types/components/super-selection-app/misc/loading-indicator.d.ts +5 -0
  95. package/dist/lib/types/components/super-selection-app/services/australian-fund-lookup.service.d.ts +1 -0
  96. package/dist/lib/types/components/super-selection-app/services/event-tracking.service.d.ts +4 -0
  97. package/dist/lib/types/components/super-selection-app/services/existing-super-choice-info.service.d.ts +51 -0
  98. package/dist/lib/types/components/super-selection-app/services/navigation.service.d.ts +6 -0
  99. package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts +3 -2
  100. package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.d.ts +6 -3
  101. package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.store.d.ts +8 -0
  102. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.d.ts +9 -0
  103. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.d.ts +7 -0
  104. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-page.d.ts +0 -3
  105. package/dist/lib/types/components/super-selection-app/super-selection-app.d.ts +1 -1
  106. package/dist/lib/types/components.d.ts +146 -97
  107. package/package.json +12 -7
  108. package/dist/lib/apollo-super-selection/assets/logo-qsuper-square.png +0 -0
  109. package/dist/lib/apollo-super-selection/assets/logo-qsuper.png +0 -0
  110. package/dist/lib/apollo-super-selection/p-03f41493.entry.js +0 -14
  111. package/dist/lib/apollo-super-selection/p-13573238.system.js +0 -15
  112. package/dist/lib/apollo-super-selection/p-342cee5a.js +0 -1
  113. package/dist/lib/apollo-super-selection/p-38f24f69.js +0 -1
  114. package/dist/lib/apollo-super-selection/p-64ebe17d.system.entry.js +0 -1
  115. package/dist/lib/apollo-super-selection/p-7dbe5a2f.system.js +0 -1
  116. package/dist/lib/apollo-super-selection/p-d82b00ed.system.js +0 -1
  117. package/dist/lib/apollo-super-selection/p-df9ce4b7.js +0 -15
  118. package/dist/lib/apollo-super-selection/p-e126ffd4.system.entry.js +0 -69
  119. package/dist/lib/apollo-super-selection/p-f7a45412.entry.js +0 -1
  120. package/dist/lib/cjs/delay-81aff2f1.js +0 -955
  121. package/dist/lib/cjs/fl-style-guide.cjs.entry.js +0 -90
  122. package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.css +0 -11
  123. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.css +0 -23
  124. package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund-standard-choice-page.js +0 -62
  125. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-fund.store.js +0 -10
  126. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-standard-choice-page.js +0 -67
  127. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slatesuper-header.css +0 -0
  128. package/dist/lib/collection/components/super-selection-app/funds/slate-super/slatesuper-header.js +0 -19
  129. package/dist/lib/collection/components/super-selection-app/notifications-section/notifications-section.js +0 -25
  130. package/dist/lib/collection/components/super-selection-app/services/notifications.service.js +0 -37
  131. package/dist/lib/collection/components/super-selection-app/services/notifications.store.js +0 -3
  132. package/dist/lib/collection/components/super-selection-app/services/selected-super-choice-info.service.js +0 -50
  133. package/dist/lib/collection/components/super-selection-app/standard-choice/api/standard-choice.model.js +0 -1
  134. package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-qsuper-square.png +0 -0
  135. package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-qsuper.png +0 -0
  136. package/dist/lib/collection/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.css +0 -18
  137. package/dist/lib/collection/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.js +0 -53
  138. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item.js +0 -296
  139. package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.css +0 -70
  140. package/dist/lib/esm/delay-c0555599.js +0 -935
  141. package/dist/lib/esm/fl-style-guide.entry.js +0 -86
  142. package/dist/lib/esm-es5/datorama-akita-79ce4385.js +0 -15
  143. package/dist/lib/esm-es5/delay-c0555599.js +0 -1
  144. package/dist/lib/esm-es5/fl-button_31.entry.js +0 -69
  145. package/dist/lib/esm-es5/fl-style-guide.entry.js +0 -1
  146. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/button/button.css +0 -45
  147. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/dropdown/dropdown.css +0 -9
  148. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/dropdown-async/dropdown-async.css +0 -9
  149. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/loading-indicator/loading-indicator.css +0 -141
  150. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/promise-button/promise-button.css +0 -5
  151. package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/style-guide/style-guide.css +0 -0
  152. package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund-standard-choice-page.d.ts +0 -8
  153. package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-fund.store.d.ts +0 -7
  154. package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-standard-choice-page.d.ts +0 -8
  155. package/dist/lib/types/components/super-selection-app/funds/slate-super/slatesuper-header.d.ts +0 -3
  156. package/dist/lib/types/components/super-selection-app/notifications-section/notifications-section.d.ts +0 -5
  157. package/dist/lib/types/components/super-selection-app/services/notifications.service.d.ts +0 -15
  158. package/dist/lib/types/components/super-selection-app/services/notifications.store.d.ts +0 -14
  159. package/dist/lib/types/components/super-selection-app/services/selected-super-choice-info.service.d.ts +0 -18
  160. package/dist/lib/types/components/super-selection-app/standard-choice/api/standard-choice.model.d.ts +0 -3
  161. package/dist/lib/types/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.d.ts +0 -5
  162. package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item.d.ts +0 -22
@@ -1 +0,0 @@
1
- var __awaiter=this&&this.__awaiter||function(e,t,r,n){function l(e){return e instanceof r?e:new r((function(t){t(e)}))}return new(r||(r=Promise))((function(r,i){function s(e){try{o(n.next(e))}catch(e){i(e)}}function a(e){try{o(n["throw"](e))}catch(e){i(e)}}function o(e){e.done?r(e.value):l(e.value).then(s,a)}o((n=n.apply(e,t||[])).next())}))};var __generator=this&&this.__generator||function(e,t){var r={label:0,sent:function(){if(i[0]&1)throw i[1];return i[1]},trys:[],ops:[]},n,l,i,s;return s={next:a(0),throw:a(1),return:a(2)},typeof Symbol==="function"&&(s[Symbol.iterator]=function(){return this}),s;function a(e){return function(t){return o([e,t])}}function o(s){if(n)throw new TypeError("Generator is already executing.");while(r)try{if(n=1,l&&(i=s[0]&2?l["return"]:s[0]?l["throw"]||((i=l["return"])&&i.call(l),0):l.next)&&!(i=i.call(l,s[1])).done)return i;if(l=0,i)s=[s[0]&2,i.value];switch(s[0]){case 0:case 1:i=s;break;case 4:r.label++;return{value:s[1],done:false};case 5:r.label++;l=s[1];s=[0];continue;case 7:s=r.ops.pop();r.trys.pop();continue;default:if(!(i=r.trys,i=i.length>0&&i[i.length-1])&&(s[0]===6||s[0]===2)){r=0;continue}if(s[0]===3&&(!i||s[1]>i[0]&&s[1]<i[3])){r.label=s[1];break}if(s[0]===6&&r.label<i[1]){r.label=i[1];i=s;break}if(i&&r.label<i[2]){r.label=i[2];r.ops.push(s);break}if(i[2])r.ops.pop();r.trys.pop();continue}s=t.call(e,r)}catch(e){s=[6,e];l=0}finally{n=i=0}if(s[0]&5)throw s[1];return{value:s[0]?s[1]:void 0,done:true}}};import{r as registerInstance,h,H as Host}from"./index-0496d1af.js";import{g as isArray,O as Observable,l as isScheduler,k as async,d as of,f as delay}from"./delay-c0555599.js";function isNumeric(e){return!isArray(e)&&e-parseFloat(e)+1>=0}function timer(e,t,r){if(e===void 0){e=0}var n=-1;if(isNumeric(t)){n=Number(t)<1&&1||Number(t)}else if(isScheduler(t)){r=t}if(!isScheduler(r)){r=async}return new Observable((function(t){var l=isNumeric(e)?e:+e-r.now();return r.schedule(dispatch,l,{index:0,period:n,subscriber:t})}))}function dispatch(e){var t=e.index,r=e.period,n=e.subscriber;n.next(t);if(n.closed){return}else if(r===-1){return n.complete()}e.index=t+1;this.schedule(e,r)}var getLocalResourceUrl=function(e){var t=document.querySelector('script[data-fl-namespace="design-system"][data-fl-resources-url]');var r=t&&t.getAttribute("data-fl-resources-url")||"";try{return new URL(e,r).href}catch(t){return r+"/"+e}};var styleGuideCss="";var FlareStyleGuide=function(){function e(e){var t=this;registerInstance(this,e);this.data=["Apple","Application","Appetizer","Anna","Banana","Archery","Apogee"].map((function(e){return{label:e,value:e}}));this.searchFunction=function(e){var r=t.data.filter((function(t){return t.label.toLowerCase().includes(e.toLowerCase())}));return of(r).pipe(delay(1e3)).toPromise()}}e.prototype.render=function(){var e=this;return h(Host,null,h("link",{rel:"stylesheet",href:getLocalResourceUrl("beacon.css"),media:"all"}),this.themeCssUrl&&h("link",{rel:"stylesheet",href:this.themeCssUrl,media:"all"}),h("div",{class:"container m-3 p-5 shadow"},h("h1",null,"Beacon"),h("h5",null,"Flare-Apollo Component Library 🚀"),h("div",{class:"row"},h("div",{class:"col"},h("ul",{class:"list-group"},h("li",{class:"list-group-item"},h("small",{class:"text-muted"},"Typography"),h("div",{class:"col"},h("h1",null,"h1 Heading"),h("h2",null,"h2 Sub-heading"),h("h3",null,"h3 Sub-heading"),h("h4",null,"h4 Sub-heading"),h("p",null,"Paragraph"),h("div",{class:"d-flex flex-column"},h("strong",null,"Strong"),h("small",null,"small"),h("a",{href:"https://www.flarehr.com",target:"_blank"},"Weblink")))),h("li",{class:"list-group-item"},h("small",{class:"text-muted"},"Buttons"),h("div",{class:"col-3 my-2"},this.renderButtonVariants())),h("li",{class:"list-group-item"},h("small",{class:"text-muted"},"Loading indicator"),h("div",{class:"col"},h("fl-loading-indicator",null),h("fl-loading-indicator",{theme:"dark"}))),h("li",{class:"list-group-item"},h("small",{class:"text-muted"},"Dropdown"),h("div",{class:"col-4"},h("fl-dropdown",{options:this.data}))),h("li",{class:"list-group-item"},h("small",{class:"text-muted"},"Async Dropdown"),h("div",{class:"col-4"},h("fl-dropdown-async",{"min-search-string-length":"2",searchFunction:this.searchFunction}))),h("li",{class:"list-group-item"},h("small",{class:"text-muted"},"Promise Button"),h("div",{class:"col-3 my-2"},h("fl-promise-button",{isBlockElement:true,promiseFn:function(){return e.takeTime()}},"Promise Button block")),h("div",{class:"col-3 my-2"},h("fl-promise-button",{promiseFn:function(){return e.takeTime()}},"Promise Button")),h("div",{class:"col-3 my-2"},h("fl-promise-button",{variant:"secondary",promiseFn:function(){return e.takeTime()}},"Secondary Promise Button"))))))))};e.prototype.renderButtonVariants=function(){return h("ul",{class:"list-group"},h("li",{class:"list-group-item"},h("i",null,"Primary"),h("fl-button",{isBlockElement:true},"Button")),h("li",{class:"list-group-item"},h("i",null,"Primary, disabled"),h("fl-button",{isBlockElement:true,disabled:true},"Button")),h("li",{class:"list-group-item"},h("i",null,"Secondary"),h("fl-button",{isBlockElement:true,variant:"secondary"},"Button")),h("li",{class:"list-group-item"},h("i",null,"Secondary, disabled"),h("fl-button",{isBlockElement:true,disabled:true,variant:"secondary"},"Button")))};e.prototype.takeTime=function(){return __awaiter(this,void 0,void 0,(function(){return __generator(this,(function(e){return[2,timer(Math.random()*2e3+2e3).toPromise()]}))}))};return e}();FlareStyleGuide.style=styleGuideCss;export{FlareStyleGuide as fl_style_guide};
@@ -1,45 +0,0 @@
1
- :host button, :host button:focus, :host button:active, :host button.focus, :host button.active {
2
- box-shadow: none;
3
- border-radius: var(--fl-rounding-button) !important;
4
- }
5
- :host button.disabled, :host button:disabled {
6
- opacity: 1 !important;
7
- cursor: not-allowed !important;
8
- color: var(--fl-color-disabled);
9
- }
10
- :host button .label {
11
- font-weight: 600 !important;
12
- }
13
- :host button.is-primary {
14
- color: var(--fl-color-primary-text);
15
- background-color: var(--fl-color-primary);
16
- border: none;
17
- }
18
- :host button.is-primary.disabled, :host button.is-primary:disabled {
19
- background-color: var(--fl-color-primary-disabled);
20
- }
21
- :host button.is-primary:hover:not(.disabled), :host button.is-primary:hover:not(:disabled) {
22
- background-color: var(--fl-color-primary-hover);
23
- }
24
- :host button.is-primary:active:not(.disabled), :host button.is-primary:active:not(:disabled) {
25
- background-color: var(--fl-color-primary-focus);
26
- }
27
- :host button.is-secondary {
28
- color: var(--fl-color-secondary-text);
29
- background-color: var(--fl-color-secondary);
30
- }
31
- :host button.is-secondary.disabled, :host button.is-secondary:disabled {
32
- background-color: var(--fl-color-secondary-disabled);
33
- }
34
- :host button.is-secondary:hover:not(.disabled), :host button.is-secondary:hover:not(:disabled) {
35
- background-color: var(--fl-color-secondary-hover);
36
- }
37
- :host button.is-secondary:active:not(.disabled), :host button.is-secondary:active:not(:disabled) {
38
- background-color: var(--fl-color-secondary-focus);
39
- }
40
- :host button.is-block {
41
- display: block;
42
- }
43
- :host button:disabled, :host button.disabled {
44
- pointer-events: none;
45
- }
@@ -1,9 +0,0 @@
1
- fl-dropdown .dropdown-menu {
2
- max-height: min(20rem, 50vh);
3
- }
4
- fl-dropdown .dropdown-menu .dropdown-item {
5
- cursor: pointer;
6
- }
7
- fl-dropdown .dropdown-menu .dropdown-item.selected {
8
- background-color: rgba(253, 189, 0, 0.5);
9
- }
@@ -1,9 +0,0 @@
1
- fl-dropdown .dropdown-menu {
2
- max-height: min(20rem, 50vh);
3
- }
4
- fl-dropdown .dropdown-menu .dropdown-item {
5
- cursor: pointer;
6
- }
7
- fl-dropdown .dropdown-menu .dropdown-item.selected {
8
- background-color: rgba(253, 189, 0, 0.5);
9
- }
@@ -1,141 +0,0 @@
1
- fl-loading-indicator .dots-container {
2
- width: 36px;
3
- }
4
- fl-loading-indicator .dot-flashing.theme-default {
5
- position: relative;
6
- width: 8px;
7
- height: 8px;
8
- border-radius: 4px;
9
- background-color: #66efc5;
10
- color: #9880ff;
11
- animation: dot-flashing-default 2s infinite linear;
12
- animation-delay: 0.5s;
13
- }
14
- @keyframes dot-flashing-default {
15
- 0% {
16
- background-color: #66efc5;
17
- }
18
- 25% {
19
- background-color: #12aa7c;
20
- }
21
- 50%, 100% {
22
- background-color: #66efc5;
23
- }
24
- }
25
- fl-loading-indicator .dot-flashing.theme-default::before, fl-loading-indicator .dot-flashing.theme-default::after {
26
- content: "";
27
- display: inline-block;
28
- position: absolute;
29
- top: 0;
30
- }
31
- fl-loading-indicator .dot-flashing.theme-default::before {
32
- left: -12px;
33
- width: 8px;
34
- height: 8px;
35
- border-radius: 4px;
36
- background-color: #66efc5;
37
- color: #9880ff;
38
- animation: dot-flashing-default 2s infinite linear;
39
- animation-delay: 0s;
40
- }
41
- @keyframes dot-flashing-default {
42
- 0% {
43
- background-color: #66efc5;
44
- }
45
- 25% {
46
- background-color: #12aa7c;
47
- }
48
- 50%, 100% {
49
- background-color: #66efc5;
50
- }
51
- }
52
- fl-loading-indicator .dot-flashing.theme-default::after {
53
- left: 12px;
54
- width: 8px;
55
- height: 8px;
56
- border-radius: 4px;
57
- background-color: #66efc5;
58
- color: #9880ff;
59
- animation: dot-flashing-default 2s infinite linear;
60
- animation-delay: 1s;
61
- }
62
- @keyframes dot-flashing-default {
63
- 0% {
64
- background-color: #66efc5;
65
- }
66
- 25% {
67
- background-color: #12aa7c;
68
- }
69
- 50%, 100% {
70
- background-color: #66efc5;
71
- }
72
- }
73
- fl-loading-indicator .dot-flashing.theme-dark {
74
- position: relative;
75
- width: 8px;
76
- height: 8px;
77
- border-radius: 4px;
78
- background-color: #a7a7a7;
79
- color: #9880ff;
80
- animation: dot-flashing-dark 2s infinite linear;
81
- animation-delay: 0.5s;
82
- }
83
- @keyframes dot-flashing-dark {
84
- 0% {
85
- background-color: #a7a7a7;
86
- }
87
- 25% {
88
- background-color: #5b5a5a;
89
- }
90
- 50%, 100% {
91
- background-color: #a7a7a7;
92
- }
93
- }
94
- fl-loading-indicator .dot-flashing.theme-dark::before, fl-loading-indicator .dot-flashing.theme-dark::after {
95
- content: "";
96
- display: inline-block;
97
- position: absolute;
98
- top: 0;
99
- }
100
- fl-loading-indicator .dot-flashing.theme-dark::before {
101
- left: -12px;
102
- width: 8px;
103
- height: 8px;
104
- border-radius: 4px;
105
- background-color: #a7a7a7;
106
- color: #9880ff;
107
- animation: dot-flashing-dark 2s infinite linear;
108
- animation-delay: 0s;
109
- }
110
- @keyframes dot-flashing-dark {
111
- 0% {
112
- background-color: #a7a7a7;
113
- }
114
- 25% {
115
- background-color: #5b5a5a;
116
- }
117
- 50%, 100% {
118
- background-color: #a7a7a7;
119
- }
120
- }
121
- fl-loading-indicator .dot-flashing.theme-dark::after {
122
- left: 12px;
123
- width: 8px;
124
- height: 8px;
125
- border-radius: 4px;
126
- background-color: #a7a7a7;
127
- color: #9880ff;
128
- animation: dot-flashing-dark 2s infinite linear;
129
- animation-delay: 1s;
130
- }
131
- @keyframes dot-flashing-dark {
132
- 0% {
133
- background-color: #a7a7a7;
134
- }
135
- 25% {
136
- background-color: #5b5a5a;
137
- }
138
- 50%, 100% {
139
- background-color: #a7a7a7;
140
- }
141
- }
@@ -1,5 +0,0 @@
1
- fl-promise-button fl-loading-indicator {
2
- left: 50%;
3
- top: 50%;
4
- transform: translate(-50%, -50%);
5
- }
@@ -1,8 +0,0 @@
1
- import { RouterHistory } from '@stencil/router';
2
- export declare class PromotedFundStandardChoicePage {
3
- history: RouterHistory;
4
- private formState;
5
- private formElement;
6
- render(): Element[];
7
- private handleSubmitForm;
8
- }
@@ -1,7 +0,0 @@
1
- import { SlateFundForm } from './api/slate-choice.api.dto';
2
- export declare type SlateFundState = {
3
- slateFundForm: SlateFundForm;
4
- };
5
- export declare const initialSlateSuper: SlateFundState;
6
- declare const state: SlateFundState;
7
- export default state;
@@ -1,8 +0,0 @@
1
- import { RouterHistory } from '@stencil/router';
2
- export declare class SlateStandardChoicePage {
3
- history: RouterHistory;
4
- private formState;
5
- private formElement;
6
- render(): Element[];
7
- private handleSubmitForm;
8
- }
@@ -1,3 +0,0 @@
1
- export declare class SlatesuperHeader {
2
- render(): Element[];
3
- }
@@ -1,5 +0,0 @@
1
- export declare class NotificationsSection {
2
- disconnectedCallback(): void;
3
- render(): Element;
4
- private handleClose;
5
- }
@@ -1,15 +0,0 @@
1
- import { NotificationDetails, NotificationsState } from './notifications.store';
2
- declare class NotificationsService {
3
- private readonly _state;
4
- constructor();
5
- get state(): NotificationsState;
6
- closeCurrent(): void;
7
- clearNotifications(): void;
8
- showErrorNotification(details: NotificationDetails, priority?: number | undefined): void;
9
- showInfoNotification(details: NotificationDetails, priority?: number | undefined): void;
10
- showWarningNotification(details: NotificationDetails, priority?: number | undefined): void;
11
- showSuccessNotification(details: NotificationDetails, priority?: number | undefined): void;
12
- private pushNotification;
13
- }
14
- declare const _default: NotificationsService;
15
- export default _default;
@@ -1,14 +0,0 @@
1
- export declare type NotificationType = 'success' | 'warning' | 'info' | 'danger';
2
- export declare type NotificationDetails = {
3
- title: string;
4
- description: string;
5
- };
6
- export declare type NotificationItem = {
7
- details: NotificationDetails;
8
- type: NotificationType;
9
- priority: number;
10
- };
11
- export declare type NotificationsState = {
12
- items: Array<NotificationItem>;
13
- };
14
- export declare const initialState: NotificationsState;
@@ -1,18 +0,0 @@
1
- import { Option } from 'fp-ts/Option';
2
- export declare type ChosenFundType = 'Promoted Fund' | 'My Own Fund' | 'Self Managed Fund' | 'Default Fund';
3
- export declare type PromotedChoice = {
4
- isPromoted: true;
5
- promotedId: string;
6
- };
7
- export declare type NonPromotedChoice = {
8
- isPromoted: false;
9
- type: ChosenFundType;
10
- name: string;
11
- };
12
- export declare type ChosenFund = PromotedChoice | NonPromotedChoice;
13
- export declare class ChosenFundService {
14
- GetChosenFundAsync(): Promise<Option<ChosenFund>>;
15
- private getFundByUsiAsync;
16
- }
17
- declare const _default: ChosenFundService;
18
- export default _default;
@@ -1,3 +0,0 @@
1
- export declare type StandardChoiceInput = {
2
- standardChoiceFormSignature: string;
3
- };
@@ -1,5 +0,0 @@
1
- export declare class SelectedSuperChoiceSection {
2
- fundType: string;
3
- fundName: string;
4
- render(): Element[];
5
- }
@@ -1,22 +0,0 @@
1
- import { VNode } from '../../../stencil-public-runtime';
2
- import { RouterHistory } from '@stencil/router';
3
- export declare class SuperChoiceItem {
4
- isSelected: boolean;
5
- usi?: string;
6
- name: string;
7
- subText?: string;
8
- logo: string;
9
- pdsLinkText?: string;
10
- pdsLink: string;
11
- features: string;
12
- featureSubText?: string;
13
- disclaimer: VNode;
14
- abnInfo?: string;
15
- abn?: string;
16
- history: RouterHistory;
17
- private joinFundClicked;
18
- private readonly eventTrackingService;
19
- render(): Element[];
20
- private handleFundClick;
21
- private pdsViewedAsync;
22
- }