@flarehr/apollo-super-selection 3.51.59881 → 3.54.61365
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/apollo-super-selection/apollo-super-selection.css +1 -0
- package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/apollo-super-selection.js +1 -1
- package/dist/lib/apollo-super-selection/assets/icon-check.svg +3 -0
- package/dist/lib/apollo-super-selection/assets/icon-exclamation.svg +3 -0
- package/dist/lib/apollo-super-selection/assets/icon-information-circle.svg +3 -0
- package/dist/lib/apollo-super-selection/p-03373b03.system.js +1 -0
- package/dist/lib/apollo-super-selection/p-14885f78.system.js +15 -0
- package/dist/lib/apollo-super-selection/{p-381262c1.system.js → p-15f0e5eb.system.js} +1 -1
- package/dist/lib/apollo-super-selection/p-29c11183.js +15 -0
- package/dist/lib/apollo-super-selection/p-37369ee1.system.entry.js +69 -0
- package/dist/lib/apollo-super-selection/p-52c08b79.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-86e3e03f.js +1 -0
- package/dist/lib/cjs/apollo-super-selection.cjs.js +3 -4
- package/dist/lib/cjs/{app-globals-45007120.js → app-globals-b1125d8c.js} +1 -1
- package/dist/lib/cjs/{datorama-akita-7f4b082a.js → datorama-akita-6c9cb8fb.js} +1005 -68
- package/dist/lib/cjs/loader.cjs.js +3 -4
- package/dist/lib/cjs/{fl-button_31.cjs.entry.js → sss-button_28.cjs.entry.js} +2096 -2162
- package/dist/lib/collection/apollo-super-selection.css +1 -0
- package/dist/lib/collection/collection-manifest.json +16 -28
- package/dist/lib/collection/components/app-host/loading-page.js +3 -3
- package/dist/lib/collection/components/app-host/super-selection-app-host.css +0 -4
- package/dist/lib/collection/components/app-host/super-selection-app-host.js +7 -19
- package/dist/lib/collection/components/super-selection-app/api/super-selection.api.dto.js +69 -1
- package/dist/lib/collection/components/super-selection-app/api/super-selection.api.js +9 -3
- package/dist/lib/collection/components/super-selection-app/app-state-pages/success.js +16 -21
- package/dist/lib/collection/components/super-selection-app/assets/icon-check.svg +3 -0
- package/dist/lib/collection/components/super-selection-app/assets/icon-exclamation.svg +3 -0
- package/dist/lib/collection/components/super-selection-app/assets/icon-information-circle.svg +3 -0
- package/dist/lib/collection/components/super-selection-app/consent/consent.js +57 -0
- package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +131 -0
- package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +6 -18
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +50 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.js +32 -16
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.store.js +10 -14
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/default-fund/default-fund.js +36 -45
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.js +40 -19
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.js +45 -40
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.js +104 -58
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.js +53 -49
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.js +6 -16
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund-join-page.js +1 -1
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund.store.js +1 -4
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-iframe-builder.js +10 -4
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.js +13 -4
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-join-page.js +2 -3
- package/dist/lib/collection/components/super-selection-app/header-section/header-section.js +28 -0
- package/dist/lib/collection/components/super-selection-app/misc/button.js +146 -0
- package/dist/lib/collection/components/super-selection-app/misc/dropdown-async.css +7 -0
- package/dist/lib/collection/components/super-selection-app/misc/dropdown-async.js +359 -0
- package/dist/lib/collection/components/super-selection-app/misc/loading-indicator.js +52 -0
- package/dist/lib/collection/components/super-selection-app/services/australian-fund-lookup.service.js +8 -4
- package/dist/lib/collection/components/super-selection-app/services/event-tracking.service.js +20 -0
- package/dist/lib/collection/components/super-selection-app/services/existing-super-choice-info.service.js +95 -0
- package/dist/lib/collection/components/super-selection-app/services/navigation.service.js +8 -0
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +6 -4
- package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +69 -34
- package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.store.js +10 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.js +94 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.js +89 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +67 -90
- package/dist/lib/collection/components/super-selection-app/super-selection-app.css +16 -4
- package/dist/lib/collection/components/super-selection-app/super-selection-app.js +54 -11
- package/dist/lib/esm/apollo-super-selection.js +3 -4
- package/dist/lib/esm/{app-globals-7ac1ffba.js → app-globals-c1f89805.js} +1 -1
- package/dist/lib/esm/{datorama-akita-79ce4385.js → datorama-akita-127aea91.js} +960 -28
- package/dist/lib/esm/loader.js +3 -4
- package/dist/lib/esm/{fl-button_31.entry.js → sss-button_28.entry.js} +2083 -2146
- package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
- package/dist/lib/esm-es5/{app-globals-7ac1ffba.js → app-globals-c1f89805.js} +1 -1
- package/dist/lib/esm-es5/datorama-akita-127aea91.js +15 -0
- package/dist/lib/esm-es5/loader.js +1 -1
- package/dist/lib/esm-es5/sss-button_28.entry.js +69 -0
- package/dist/lib/types/components/app-host/super-selection-app-host.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +30 -0
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.d.ts +2 -1
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +19 -4
- package/dist/lib/types/components/super-selection-app/consent/consent.d.ts +9 -0
- package/dist/lib/types/components/super-selection-app/existing-choice/existing-choice.d.ts +12 -0
- package/dist/lib/types/components/super-selection-app/footer-section/footer-section.d.ts +0 -1
- package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.d.ts +1 -1
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.store.d.ts +4 -6
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/default-fund/default-fund.d.ts +0 -2
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.d.ts +2 -1
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.d.ts +7 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form.d.ts +0 -1
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund.store.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/header-section/header-section.d.ts +4 -0
- package/dist/lib/types/components/super-selection-app/misc/button.d.ts +11 -0
- package/dist/lib/types/components/super-selection-app/misc/dropdown-async.d.ts +44 -0
- package/dist/lib/types/components/super-selection-app/misc/loading-indicator.d.ts +5 -0
- package/dist/lib/types/components/super-selection-app/services/australian-fund-lookup.service.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/services/event-tracking.service.d.ts +4 -0
- package/dist/lib/types/components/super-selection-app/services/existing-super-choice-info.service.d.ts +51 -0
- package/dist/lib/types/components/super-selection-app/services/navigation.service.d.ts +6 -0
- package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts +3 -2
- package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.d.ts +6 -3
- package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.store.d.ts +8 -0
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.d.ts +9 -0
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.d.ts +7 -0
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-page.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/super-selection-app.d.ts +2 -1
- package/dist/lib/types/components.d.ts +148 -97
- package/package.json +12 -7
- package/dist/lib/apollo-super-selection/assets/logo-qsuper-square.png +0 -0
- package/dist/lib/apollo-super-selection/assets/logo-qsuper.png +0 -0
- package/dist/lib/apollo-super-selection/p-13573238.system.js +0 -15
- package/dist/lib/apollo-super-selection/p-342cee5a.js +0 -1
- package/dist/lib/apollo-super-selection/p-38f24f69.js +0 -1
- package/dist/lib/apollo-super-selection/p-5c1ee0f8.system.entry.js +0 -69
- package/dist/lib/apollo-super-selection/p-64ebe17d.system.entry.js +0 -1
- package/dist/lib/apollo-super-selection/p-7dbe5a2f.system.js +0 -1
- package/dist/lib/apollo-super-selection/p-9317c049.entry.js +0 -14
- package/dist/lib/apollo-super-selection/p-d82b00ed.system.js +0 -1
- package/dist/lib/apollo-super-selection/p-df9ce4b7.js +0 -15
- package/dist/lib/apollo-super-selection/p-f7a45412.entry.js +0 -1
- package/dist/lib/cjs/delay-81aff2f1.js +0 -955
- package/dist/lib/cjs/fl-style-guide.cjs.entry.js +0 -90
- package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.css +0 -11
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-not-supported.css +0 -23
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund-standard-choice-page.js +0 -62
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-fund.store.js +0 -10
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-standard-choice-page.js +0 -67
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/slatesuper-header.css +0 -0
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/slatesuper-header.js +0 -19
- package/dist/lib/collection/components/super-selection-app/notifications-section/notifications-section.js +0 -25
- package/dist/lib/collection/components/super-selection-app/services/notifications.service.js +0 -37
- package/dist/lib/collection/components/super-selection-app/services/notifications.store.js +0 -3
- package/dist/lib/collection/components/super-selection-app/services/selected-super-choice-info.service.js +0 -50
- package/dist/lib/collection/components/super-selection-app/standard-choice/api/standard-choice.model.js +0 -1
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-qsuper-square.png +0 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-qsuper.png +0 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.css +0 -18
- package/dist/lib/collection/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.js +0 -53
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item.js +0 -296
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.css +0 -70
- package/dist/lib/esm/delay-c0555599.js +0 -935
- package/dist/lib/esm/fl-style-guide.entry.js +0 -86
- package/dist/lib/esm-es5/datorama-akita-79ce4385.js +0 -15
- package/dist/lib/esm-es5/delay-c0555599.js +0 -1
- package/dist/lib/esm-es5/fl-button_31.entry.js +0 -69
- package/dist/lib/esm-es5/fl-style-guide.entry.js +0 -1
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/button/button.css +0 -45
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/dropdown/dropdown.css +0 -9
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/dropdown-async/dropdown-async.css +0 -9
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/loading-indicator/loading-indicator.css +0 -141
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/promise-button/promise-button.css +0 -5
- package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/style-guide/style-guide.css +0 -0
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund-standard-choice-page.d.ts +0 -8
- package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-fund.store.d.ts +0 -7
- package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-standard-choice-page.d.ts +0 -8
- package/dist/lib/types/components/super-selection-app/funds/slate-super/slatesuper-header.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/notifications-section/notifications-section.d.ts +0 -5
- package/dist/lib/types/components/super-selection-app/services/notifications.service.d.ts +0 -15
- package/dist/lib/types/components/super-selection-app/services/notifications.store.d.ts +0 -14
- package/dist/lib/types/components/super-selection-app/services/selected-super-choice-info.service.d.ts +0 -18
- package/dist/lib/types/components/super-selection-app/standard-choice/api/standard-choice.model.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/super-choice-page/selected-super-choice-section/selected-super-choice-section.d.ts +0 -5
- 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,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
|
-
}
|
package/dist/lib/node_modules/@flarehr/beacon/dist/collection/components/style-guide/style-guide.css
DELETED
|
File without changes
|
|
@@ -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;
|
package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item.d.ts
DELETED
|
@@ -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
|
-
}
|