@flarehr/apollo-super-selection 1.2.32739 → 1.3.89
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/apollo-super-selection/apollo-super-selection.css +1 -1
- package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/p-42d24a38.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/apollo-super-selection/p-fc0b7567.system.entry.js +69 -0
- package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
- package/dist/lib/cjs/loader.cjs.js +1 -1
- package/dist/lib/cjs/{sss-button_30.cjs.entry.js → sss-button_34.cjs.entry.js} +6510 -5652
- package/dist/lib/collection/apollo-super-selection.css +1 -1
- package/dist/lib/collection/collection-manifest.json +25 -17
- package/dist/lib/collection/components/app-host/services/appinsights.service.js +3 -0
- package/dist/lib/collection/components/app-host/super-selection-app-host.css +6 -6
- package/dist/lib/collection/components/super-campaign/fund-tile-clicked.handler.js +49 -0
- package/dist/lib/collection/components/super-campaign/promoted-fund-joined.handler.js +121 -0
- package/dist/lib/collection/components/super-campaign/super-campaign-types.js +6 -0
- package/dist/lib/collection/components/super-campaign/super-campaign.js +213 -0
- package/dist/lib/collection/components/super-selection-app/api/super-campaign-errors-api.js +9 -0
- package/dist/lib/collection/components/super-selection-app/api/super-campaign-errors.api.dtos.js +1 -0
- package/dist/lib/collection/components/super-selection-app/api/super-selection-events.model.js +16 -1
- package/dist/lib/collection/components/super-selection-app/api/super-selection.api.dto.js +71 -22
- package/dist/lib/collection/components/super-selection-app/api/super-selection.api.js +5 -9
- package/dist/lib/collection/components/super-selection-app/app-state-pages/success.js +11 -1
- package/dist/lib/collection/components/super-selection-app/choice/choice-router.js +42 -0
- package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +26 -15
- package/dist/lib/collection/components/super-selection-app/footer-section/footer-section.js +15 -15
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.js +9 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.js +30 -7
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/custom-fund.store.js +6 -23
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/default-fund/default-fund.js +8 -3
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/featured-funds/super-campaign-featured-funds.js +113 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/featured-funds/super-campaign-featured-funds.types.js +1 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/member-name-input.js +19 -5
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-engagement-step-types.js +1 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-engagement-step.js +115 -0
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.js +4 -4
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.js +16 -4
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.js +32 -17
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.js +8 -3
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.js +9 -0
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/api/slate.js +4 -0
- package/dist/lib/collection/components/super-selection-app/header-section/header-section.js +8 -38
- package/dist/lib/collection/components/super-selection-app/misc/button.js +20 -2
- package/dist/lib/collection/components/super-selection-app/misc/dropdown-async.js +18 -1
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-common.js +22 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-display-field.js +42 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-error-box.js +66 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-invalid-my-own-fund.js +121 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-invalid-smsf.js +145 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-my-own-fund.js +223 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-smsf.js +398 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-types.js +288 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-warning-box.js +37 -0
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill.js +81 -0
- package/dist/lib/collection/components/super-selection-app/services/event-tracking.service.js +30 -25
- package/dist/lib/collection/components/super-selection-app/services/existing-super-choice-info.service.js +29 -7
- package/dist/lib/collection/components/super-selection-app/services/navigation.service.js +1 -0
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +17 -9
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +69 -20
- package/dist/lib/collection/components/super-selection-app/services/super-selection.store.js +31 -3
- package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +75 -12
- package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.store.js +1 -0
- package/dist/lib/collection/components/super-selection-app/super-selection-app.js +14 -20
- package/dist/lib/esm/apollo-super-selection.js +1 -1
- package/dist/lib/esm/loader.js +1 -1
- package/dist/lib/esm/{sss-button_30.entry.js → sss-button_34.entry.js} +7864 -7030
- package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
- package/dist/lib/esm-es5/loader.js +1 -1
- package/dist/lib/esm-es5/sss-button_34.entry.js +69 -0
- package/dist/lib/types/components/app-host/services/appinsights.service.d.ts +1 -0
- package/dist/lib/types/components/super-campaign/fund-tile-clicked.handler.d.ts +12 -0
- package/dist/lib/types/components/super-campaign/promoted-fund-joined.handler.d.ts +15 -0
- package/dist/lib/types/components/super-campaign/super-campaign-types.d.ts +98 -0
- package/dist/lib/types/components/super-campaign/super-campaign.d.ts +28 -0
- package/dist/lib/types/components/super-selection-app/api/super-campaign-errors-api.d.ts +6 -0
- package/dist/lib/types/components/super-selection-app/api/super-campaign-errors.api.dtos.d.ts +7 -0
- package/dist/lib/types/components/super-selection-app/api/super-selection-events.model.d.ts +83 -32
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.d.ts +2 -2
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +88 -8
- package/dist/lib/types/components/super-selection-app/app-state-pages/success.d.ts +3 -0
- package/dist/lib/types/components/super-selection-app/{funds/promoted-fund/promoted-fund-join-v1-page.d.ts → choice/choice-router.d.ts} +2 -1
- package/dist/lib/types/components/super-selection-app/footer-section/footer-section.d.ts +1 -2
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.d.ts +2 -1
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.dto.d.ts +16 -12
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/custom-fund.store.d.ts +6 -9
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/featured-funds/super-campaign-featured-funds.d.ts +18 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/featured-funds/super-campaign-featured-funds.types.d.ts +26 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/member-name-input.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-engagement-step-types.d.ts +15 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-engagement-step.d.ts +20 -0
- package/dist/lib/types/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.d.ts +1 -2
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.d.ts +2 -1
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/api/promoted-fund-choice.api.dto.d.ts +16 -15
- package/dist/lib/types/components/super-selection-app/funds/slate-super/api/slate-choice.api.dto.d.ts +3 -5
- package/dist/lib/types/components/super-selection-app/funds/slate-super/api/slate.d.ts +4 -0
- package/dist/lib/types/components/super-selection-app/header-section/header-section.d.ts +0 -1
- package/dist/lib/types/components/super-selection-app/misc/button.d.ts +2 -1
- package/dist/lib/types/components/super-selection-app/misc/dropdown-async.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-common.d.ts +9 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-display-field.d.ts +5 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-error-box.d.ts +5 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-invalid-my-own-fund.d.ts +18 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-invalid-smsf.d.ts +28 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-my-own-fund.d.ts +30 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-smsf.d.ts +52 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-types.d.ts +95 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill-warning-box.d.ts +4 -0
- package/dist/lib/types/components/super-selection-app/prefill-fund/prefill.d.ts +14 -0
- package/dist/lib/types/components/super-selection-app/services/event-tracking.service.d.ts +6 -5
- package/dist/lib/types/components/super-selection-app/services/existing-super-choice-info.service.d.ts +17 -1
- package/dist/lib/types/components/super-selection-app/services/navigation.service.d.ts +2 -0
- package/dist/lib/types/components/super-selection-app/services/super-selection-app.routes.d.ts +8 -4
- package/dist/lib/types/components/super-selection-app/services/super-selection-app.service.d.ts +18 -9
- package/dist/lib/types/components/super-selection-app/services/super-selection.store.d.ts +22 -4
- package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.d.ts +5 -0
- package/dist/lib/types/components/super-selection-app/standard-choice/standard-choice-form.store.d.ts +34 -0
- package/dist/lib/types/components/super-selection-app/super-selection-app.d.ts +0 -2
- package/dist/lib/types/components.d.ts +172 -115
- package/package.json +3 -3
- package/dist/lib/apollo-super-selection/assets/icon-check.svg +0 -3
- package/dist/lib/apollo-super-selection/assets/logo-active.svg +0 -1
- package/dist/lib/apollo-super-selection/assets/logo-art.svg +0 -7
- package/dist/lib/apollo-super-selection/assets/logo-aus-eth.svg +0 -31
- package/dist/lib/apollo-super-selection/assets/logo-aware.svg +0 -1
- package/dist/lib/apollo-super-selection/assets/logo-first.svg +0 -15
- package/dist/lib/apollo-super-selection/assets/logo-hesta.svg +0 -5
- package/dist/lib/apollo-super-selection/assets/logo-mercer-mychoice.svg +0 -1
- package/dist/lib/apollo-super-selection/assets/logo-slate.png +0 -0
- package/dist/lib/apollo-super-selection/assets/logo-spirit.svg +0 -141
- package/dist/lib/apollo-super-selection/assets/logo-virgin.svg +0 -8
- package/dist/lib/apollo-super-selection/p-74878c94.entry.js +0 -14
- package/dist/lib/apollo-super-selection/p-823c6c2c.system.entry.js +0 -69
- package/dist/lib/collection/components/super-selection-app/assets/icon-check.svg +0 -3
- package/dist/lib/collection/components/super-selection-app/consent/consent.js +0 -54
- package/dist/lib/collection/components/super-selection-app/funds/constants.js +0 -33
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/active.js +0 -26
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/australian-ethical.js +0 -43
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/australian-retirement-trust.js +0 -32
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/aware.js +0 -27
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/first.js +0 -27
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/hesta-default.js +0 -41
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/mercermychoice.js +0 -32
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/slate.js +0 -32
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/spirit.js +0 -43
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/funds/virgin.js +0 -36
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund-join-v1-page.js +0 -30
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund-join-v2-page.js +0 -30
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/promoted-fund.store.js +0 -8
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v1-iframe-builder.js +0 -115
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-iframe-builder.js +0 -131
- package/dist/lib/collection/components/super-selection-app/funds/promoted-fund/types.js +0 -14
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.js +0 -136
- package/dist/lib/collection/components/super-selection-app/funds/slate-super/slate-join-page.js +0 -30
- package/dist/lib/collection/components/super-selection-app/misc/iframe-host.js +0 -32
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-active.svg +0 -1
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-art.svg +0 -7
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-aus-eth.svg +0 -31
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-aware.svg +0 -1
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-first.svg +0 -15
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-hesta.svg +0 -5
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-mercer-mychoice.svg +0 -1
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-slate.png +0 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-spirit.svg +0 -141
- package/dist/lib/collection/components/super-selection-app/super-choice-page/assets/logo-virgin.svg +0 -8
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.js +0 -112
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.js +0 -136
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +0 -181
- package/dist/lib/esm-es5/sss-button_30.entry.js +0 -69
- package/dist/lib/types/components/super-selection-app/consent/consent.d.ts +0 -8
- package/dist/lib/types/components/super-selection-app/funds/constants.d.ts +0 -8
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/active.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/australian-ethical.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/australian-retirement-trust.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/aware.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/first.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/hesta-default.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/mercermychoice.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/slate.d.ts +0 -4
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/spirit.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/funds/virgin.d.ts +0 -3
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund-join-v2-page.d.ts +0 -5
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/promoted-fund.store.d.ts +0 -8
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v1-iframe-builder.d.ts +0 -10
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/services/promoted-fund-join-v2-iframe-builder.d.ts +0 -9
- package/dist/lib/types/components/super-selection-app/funds/promoted-fund/types.d.ts +0 -24
- package/dist/lib/types/components/super-selection-app/funds/slate-super/services/slate-iframe-builder.d.ts +0 -14
- package/dist/lib/types/components/super-selection-app/funds/slate-super/slate-join-page.d.ts +0 -5
- package/dist/lib/types/components/super-selection-app/misc/iframe-host.d.ts +0 -6
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.d.ts +0 -10
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-top.d.ts +0 -10
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-page.d.ts +0 -11
- package/readme.md +0 -41
|
@@ -1,6 +1,40 @@
|
|
|
1
|
+
export declare type FundDetails = {
|
|
2
|
+
type: 'smsf';
|
|
3
|
+
fundName: string;
|
|
4
|
+
fundEsa: string;
|
|
5
|
+
} | {
|
|
6
|
+
type: 'myOwnFund';
|
|
7
|
+
fundName: string;
|
|
8
|
+
fundUsi: string;
|
|
9
|
+
memberNumber: string;
|
|
10
|
+
} | {
|
|
11
|
+
type: 'default';
|
|
12
|
+
fundName: string;
|
|
13
|
+
fundUsi: string;
|
|
14
|
+
} | {
|
|
15
|
+
type: 'promoted';
|
|
16
|
+
fundName: string;
|
|
17
|
+
fundUsi: string;
|
|
18
|
+
memberNumber: string;
|
|
19
|
+
promotedFundId: string;
|
|
20
|
+
} | {
|
|
21
|
+
type: 'promotedDefault';
|
|
22
|
+
fundName: string;
|
|
23
|
+
fundUsi: string;
|
|
24
|
+
promotedFundId: string;
|
|
25
|
+
} | {
|
|
26
|
+
type: 'promotedDefaultWithJoin';
|
|
27
|
+
fundName: string;
|
|
28
|
+
fundUsi: string;
|
|
29
|
+
memberNumber: string;
|
|
30
|
+
promotedFundId: string;
|
|
31
|
+
} | {
|
|
32
|
+
type: 'null';
|
|
33
|
+
};
|
|
1
34
|
export declare type StandardChoiceFormState = {
|
|
2
35
|
handleSubmitFn: (standardChoiceFormSignature: string) => Promise<void>;
|
|
3
36
|
fundName: string;
|
|
37
|
+
fundDetails: FundDetails;
|
|
4
38
|
promotedFundId?: string;
|
|
5
39
|
};
|
|
6
40
|
export declare const initial: StandardChoiceFormState;
|
|
@@ -8,11 +8,11 @@ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
|
8
8
|
import { ButtonSize, ButtonVariant } from "./components/super-selection-app/misc/button";
|
|
9
9
|
import { LocationSegments, RouterHistory } from "@stencil/router";
|
|
10
10
|
import { SearchResult, SelectInputOption } from "./components/super-selection-app/misc/dropdown-async";
|
|
11
|
-
import { Option } from "fp-ts/lib/Option";
|
|
12
11
|
import { MyOwnFundFormState } from "./components/super-selection-app/funds/custom-fund/custom-fund.store";
|
|
12
|
+
import { FormField, StaticFormField } from "./components/super-selection-app/prefill-fund/prefill-types";
|
|
13
|
+
import { PrefillOwnFundChoiceDto, PrefillSMSFChoiceDto } from "./components/super-selection-app/api/super-selection.api.dto";
|
|
13
14
|
import { SelfManagedFundForm } from "./components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form";
|
|
14
15
|
import { FormChangedEvent } from "./components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs";
|
|
15
|
-
import { VNode } from "./stencil-public-runtime";
|
|
16
16
|
import { InitialisedWith } from "./components/super-selection-app/super-selection-app";
|
|
17
17
|
export namespace Components {
|
|
18
18
|
interface SssButton {
|
|
@@ -21,9 +21,10 @@ export namespace Components {
|
|
|
21
21
|
"fillWidthOnMobile": boolean;
|
|
22
22
|
"promiseFn"?: () => Promise<unknown>;
|
|
23
23
|
"size": ButtonSize;
|
|
24
|
+
"testid": string;
|
|
24
25
|
"variant": ButtonVariant;
|
|
25
26
|
}
|
|
26
|
-
interface
|
|
27
|
+
interface SssChoiceRouter {
|
|
27
28
|
"history": RouterHistory;
|
|
28
29
|
}
|
|
29
30
|
interface SssCustomFund {
|
|
@@ -40,19 +41,16 @@ export namespace Components {
|
|
|
40
41
|
"requiredValidationMessage"?: string;
|
|
41
42
|
"searchFunction"?: (query: string) => Promise<SearchResult<unknown>>;
|
|
42
43
|
"showValidationErrors": boolean;
|
|
44
|
+
"testId": string;
|
|
43
45
|
"value"?: SelectInputOption<unknown>;
|
|
44
46
|
}
|
|
45
47
|
interface SssExistingChoicePage {
|
|
46
48
|
"history": RouterHistory;
|
|
47
49
|
}
|
|
48
50
|
interface SssFooterSection {
|
|
49
|
-
"textOverride"
|
|
51
|
+
"textOverride"?: string;
|
|
50
52
|
}
|
|
51
53
|
interface SssHeaderSection {
|
|
52
|
-
"currentPage": 'choice' | 'own-fund';
|
|
53
|
-
}
|
|
54
|
-
interface SssIframeHost {
|
|
55
|
-
"build": (iframe: HTMLIFrameElement) => void;
|
|
56
54
|
}
|
|
57
55
|
interface SssLoadingIndicator {
|
|
58
56
|
"size": number;
|
|
@@ -63,6 +61,9 @@ export namespace Components {
|
|
|
63
61
|
interface SssMyOwnFund {
|
|
64
62
|
"history": RouterHistory;
|
|
65
63
|
}
|
|
64
|
+
interface SssMyOwnFundEngagementStepHost {
|
|
65
|
+
"history": RouterHistory;
|
|
66
|
+
}
|
|
66
67
|
interface SssMyOwnFundInputs {
|
|
67
68
|
"myOwnFundForm": MyOwnFundFormState;
|
|
68
69
|
"showValidationErrors": boolean;
|
|
@@ -71,13 +72,37 @@ export namespace Components {
|
|
|
71
72
|
"name": string;
|
|
72
73
|
"readableName": string;
|
|
73
74
|
"showValidationErrors": boolean;
|
|
75
|
+
"testId": string;
|
|
74
76
|
"value": string;
|
|
75
77
|
}
|
|
76
|
-
interface
|
|
78
|
+
interface SssPrefill {
|
|
79
|
+
"history": RouterHistory;
|
|
80
|
+
}
|
|
81
|
+
interface SssPrefillDisplayField {
|
|
82
|
+
"field": FormField | StaticFormField;
|
|
83
|
+
}
|
|
84
|
+
interface SssPrefillErrorBox {
|
|
85
|
+
"notificationList": string[];
|
|
86
|
+
"withHeader": boolean;
|
|
87
|
+
}
|
|
88
|
+
interface SssPrefillInvalidMyOwnFund {
|
|
77
89
|
"history": RouterHistory;
|
|
90
|
+
"prefill": PrefillOwnFundChoiceDto;
|
|
78
91
|
}
|
|
79
|
-
interface
|
|
92
|
+
interface SssPrefillInvalidSmsf {
|
|
80
93
|
"history": RouterHistory;
|
|
94
|
+
"prefill": PrefillSMSFChoiceDto;
|
|
95
|
+
}
|
|
96
|
+
interface SssPrefillMyOwnFund {
|
|
97
|
+
"history": RouterHistory;
|
|
98
|
+
"prefill": PrefillOwnFundChoiceDto;
|
|
99
|
+
}
|
|
100
|
+
interface SssPrefillSmsf {
|
|
101
|
+
"history": RouterHistory;
|
|
102
|
+
"prefill": PrefillSMSFChoiceDto;
|
|
103
|
+
}
|
|
104
|
+
interface SssPrefillWarningBox {
|
|
105
|
+
"notificationList": string[];
|
|
81
106
|
}
|
|
82
107
|
interface SssSelfManagedFund {
|
|
83
108
|
"history": RouterHistory;
|
|
@@ -86,29 +111,15 @@ export namespace Components {
|
|
|
86
111
|
"fundForm": Partial<SelfManagedFundForm>;
|
|
87
112
|
"showValidationErrors": boolean;
|
|
88
113
|
}
|
|
89
|
-
interface SssSlateJoinPage {
|
|
90
|
-
"history": RouterHistory;
|
|
91
|
-
}
|
|
92
114
|
interface SssStandardChoiceForm {
|
|
93
115
|
"history": RouterHistory;
|
|
94
116
|
}
|
|
95
117
|
interface SssSuccess {
|
|
96
118
|
}
|
|
97
|
-
interface
|
|
98
|
-
"
|
|
99
|
-
"abnInfo"?: string;
|
|
100
|
-
"disclaimer": VNode;
|
|
101
|
-
"isMultiFund": boolean;
|
|
102
|
-
}
|
|
103
|
-
interface SssSuperChoiceItemTop {
|
|
104
|
-
"featureSubText"?: VNode;
|
|
105
|
-
"features": VNode[];
|
|
106
|
-
"isMultiFund": boolean;
|
|
107
|
-
"isPromotedDefault"?: boolean;
|
|
108
|
-
"logo": string;
|
|
109
|
-
"name": string;
|
|
119
|
+
interface SssSuperCampaignFeaturedFunds {
|
|
120
|
+
"history": RouterHistory;
|
|
110
121
|
}
|
|
111
|
-
interface
|
|
122
|
+
interface SssSuperCampaignHost {
|
|
112
123
|
"history": RouterHistory;
|
|
113
124
|
}
|
|
114
125
|
interface SuperSelectionApp {
|
|
@@ -130,11 +141,11 @@ declare global {
|
|
|
130
141
|
prototype: HTMLSssButtonElement;
|
|
131
142
|
new (): HTMLSssButtonElement;
|
|
132
143
|
};
|
|
133
|
-
interface
|
|
144
|
+
interface HTMLSssChoiceRouterElement extends Components.SssChoiceRouter, HTMLStencilElement {
|
|
134
145
|
}
|
|
135
|
-
var
|
|
136
|
-
prototype:
|
|
137
|
-
new ():
|
|
146
|
+
var HTMLSssChoiceRouterElement: {
|
|
147
|
+
prototype: HTMLSssChoiceRouterElement;
|
|
148
|
+
new (): HTMLSssChoiceRouterElement;
|
|
138
149
|
};
|
|
139
150
|
interface HTMLSssCustomFundElement extends Components.SssCustomFund, HTMLStencilElement {
|
|
140
151
|
}
|
|
@@ -172,12 +183,6 @@ declare global {
|
|
|
172
183
|
prototype: HTMLSssHeaderSectionElement;
|
|
173
184
|
new (): HTMLSssHeaderSectionElement;
|
|
174
185
|
};
|
|
175
|
-
interface HTMLSssIframeHostElement extends Components.SssIframeHost, HTMLStencilElement {
|
|
176
|
-
}
|
|
177
|
-
var HTMLSssIframeHostElement: {
|
|
178
|
-
prototype: HTMLSssIframeHostElement;
|
|
179
|
-
new (): HTMLSssIframeHostElement;
|
|
180
|
-
};
|
|
181
186
|
interface HTMLSssLoadingIndicatorElement extends Components.SssLoadingIndicator, HTMLStencilElement {
|
|
182
187
|
}
|
|
183
188
|
var HTMLSssLoadingIndicatorElement: {
|
|
@@ -196,6 +201,12 @@ declare global {
|
|
|
196
201
|
prototype: HTMLSssMyOwnFundElement;
|
|
197
202
|
new (): HTMLSssMyOwnFundElement;
|
|
198
203
|
};
|
|
204
|
+
interface HTMLSssMyOwnFundEngagementStepHostElement extends Components.SssMyOwnFundEngagementStepHost, HTMLStencilElement {
|
|
205
|
+
}
|
|
206
|
+
var HTMLSssMyOwnFundEngagementStepHostElement: {
|
|
207
|
+
prototype: HTMLSssMyOwnFundEngagementStepHostElement;
|
|
208
|
+
new (): HTMLSssMyOwnFundEngagementStepHostElement;
|
|
209
|
+
};
|
|
199
210
|
interface HTMLSssMyOwnFundInputsElement extends Components.SssMyOwnFundInputs, HTMLStencilElement {
|
|
200
211
|
}
|
|
201
212
|
var HTMLSssMyOwnFundInputsElement: {
|
|
@@ -208,17 +219,53 @@ declare global {
|
|
|
208
219
|
prototype: HTMLSssNameInputElement;
|
|
209
220
|
new (): HTMLSssNameInputElement;
|
|
210
221
|
};
|
|
211
|
-
interface
|
|
222
|
+
interface HTMLSssPrefillElement extends Components.SssPrefill, HTMLStencilElement {
|
|
223
|
+
}
|
|
224
|
+
var HTMLSssPrefillElement: {
|
|
225
|
+
prototype: HTMLSssPrefillElement;
|
|
226
|
+
new (): HTMLSssPrefillElement;
|
|
227
|
+
};
|
|
228
|
+
interface HTMLSssPrefillDisplayFieldElement extends Components.SssPrefillDisplayField, HTMLStencilElement {
|
|
229
|
+
}
|
|
230
|
+
var HTMLSssPrefillDisplayFieldElement: {
|
|
231
|
+
prototype: HTMLSssPrefillDisplayFieldElement;
|
|
232
|
+
new (): HTMLSssPrefillDisplayFieldElement;
|
|
233
|
+
};
|
|
234
|
+
interface HTMLSssPrefillErrorBoxElement extends Components.SssPrefillErrorBox, HTMLStencilElement {
|
|
235
|
+
}
|
|
236
|
+
var HTMLSssPrefillErrorBoxElement: {
|
|
237
|
+
prototype: HTMLSssPrefillErrorBoxElement;
|
|
238
|
+
new (): HTMLSssPrefillErrorBoxElement;
|
|
239
|
+
};
|
|
240
|
+
interface HTMLSssPrefillInvalidMyOwnFundElement extends Components.SssPrefillInvalidMyOwnFund, HTMLStencilElement {
|
|
212
241
|
}
|
|
213
|
-
var
|
|
214
|
-
prototype:
|
|
215
|
-
new ():
|
|
242
|
+
var HTMLSssPrefillInvalidMyOwnFundElement: {
|
|
243
|
+
prototype: HTMLSssPrefillInvalidMyOwnFundElement;
|
|
244
|
+
new (): HTMLSssPrefillInvalidMyOwnFundElement;
|
|
216
245
|
};
|
|
217
|
-
interface
|
|
246
|
+
interface HTMLSssPrefillInvalidSmsfElement extends Components.SssPrefillInvalidSmsf, HTMLStencilElement {
|
|
218
247
|
}
|
|
219
|
-
var
|
|
220
|
-
prototype:
|
|
221
|
-
new ():
|
|
248
|
+
var HTMLSssPrefillInvalidSmsfElement: {
|
|
249
|
+
prototype: HTMLSssPrefillInvalidSmsfElement;
|
|
250
|
+
new (): HTMLSssPrefillInvalidSmsfElement;
|
|
251
|
+
};
|
|
252
|
+
interface HTMLSssPrefillMyOwnFundElement extends Components.SssPrefillMyOwnFund, HTMLStencilElement {
|
|
253
|
+
}
|
|
254
|
+
var HTMLSssPrefillMyOwnFundElement: {
|
|
255
|
+
prototype: HTMLSssPrefillMyOwnFundElement;
|
|
256
|
+
new (): HTMLSssPrefillMyOwnFundElement;
|
|
257
|
+
};
|
|
258
|
+
interface HTMLSssPrefillSmsfElement extends Components.SssPrefillSmsf, HTMLStencilElement {
|
|
259
|
+
}
|
|
260
|
+
var HTMLSssPrefillSmsfElement: {
|
|
261
|
+
prototype: HTMLSssPrefillSmsfElement;
|
|
262
|
+
new (): HTMLSssPrefillSmsfElement;
|
|
263
|
+
};
|
|
264
|
+
interface HTMLSssPrefillWarningBoxElement extends Components.SssPrefillWarningBox, HTMLStencilElement {
|
|
265
|
+
}
|
|
266
|
+
var HTMLSssPrefillWarningBoxElement: {
|
|
267
|
+
prototype: HTMLSssPrefillWarningBoxElement;
|
|
268
|
+
new (): HTMLSssPrefillWarningBoxElement;
|
|
222
269
|
};
|
|
223
270
|
interface HTMLSssSelfManagedFundElement extends Components.SssSelfManagedFund, HTMLStencilElement {
|
|
224
271
|
}
|
|
@@ -232,12 +279,6 @@ declare global {
|
|
|
232
279
|
prototype: HTMLSssSelfManagedFundInputsElement;
|
|
233
280
|
new (): HTMLSssSelfManagedFundInputsElement;
|
|
234
281
|
};
|
|
235
|
-
interface HTMLSssSlateJoinPageElement extends Components.SssSlateJoinPage, HTMLStencilElement {
|
|
236
|
-
}
|
|
237
|
-
var HTMLSssSlateJoinPageElement: {
|
|
238
|
-
prototype: HTMLSssSlateJoinPageElement;
|
|
239
|
-
new (): HTMLSssSlateJoinPageElement;
|
|
240
|
-
};
|
|
241
282
|
interface HTMLSssStandardChoiceFormElement extends Components.SssStandardChoiceForm, HTMLStencilElement {
|
|
242
283
|
}
|
|
243
284
|
var HTMLSssStandardChoiceFormElement: {
|
|
@@ -250,23 +291,17 @@ declare global {
|
|
|
250
291
|
prototype: HTMLSssSuccessElement;
|
|
251
292
|
new (): HTMLSssSuccessElement;
|
|
252
293
|
};
|
|
253
|
-
interface
|
|
254
|
-
}
|
|
255
|
-
var HTMLSssSuperChoiceItemBottomElement: {
|
|
256
|
-
prototype: HTMLSssSuperChoiceItemBottomElement;
|
|
257
|
-
new (): HTMLSssSuperChoiceItemBottomElement;
|
|
258
|
-
};
|
|
259
|
-
interface HTMLSssSuperChoiceItemTopElement extends Components.SssSuperChoiceItemTop, HTMLStencilElement {
|
|
294
|
+
interface HTMLSssSuperCampaignFeaturedFundsElement extends Components.SssSuperCampaignFeaturedFunds, HTMLStencilElement {
|
|
260
295
|
}
|
|
261
|
-
var
|
|
262
|
-
prototype:
|
|
263
|
-
new ():
|
|
296
|
+
var HTMLSssSuperCampaignFeaturedFundsElement: {
|
|
297
|
+
prototype: HTMLSssSuperCampaignFeaturedFundsElement;
|
|
298
|
+
new (): HTMLSssSuperCampaignFeaturedFundsElement;
|
|
264
299
|
};
|
|
265
|
-
interface
|
|
300
|
+
interface HTMLSssSuperCampaignHostElement extends Components.SssSuperCampaignHost, HTMLStencilElement {
|
|
266
301
|
}
|
|
267
|
-
var
|
|
268
|
-
prototype:
|
|
269
|
-
new ():
|
|
302
|
+
var HTMLSssSuperCampaignHostElement: {
|
|
303
|
+
prototype: HTMLSssSuperCampaignHostElement;
|
|
304
|
+
new (): HTMLSssSuperCampaignHostElement;
|
|
270
305
|
};
|
|
271
306
|
interface HTMLSuperSelectionAppElement extends Components.SuperSelectionApp, HTMLStencilElement {
|
|
272
307
|
}
|
|
@@ -282,29 +317,33 @@ declare global {
|
|
|
282
317
|
};
|
|
283
318
|
interface HTMLElementTagNameMap {
|
|
284
319
|
"sss-button": HTMLSssButtonElement;
|
|
285
|
-
"sss-
|
|
320
|
+
"sss-choice-router": HTMLSssChoiceRouterElement;
|
|
286
321
|
"sss-custom-fund": HTMLSssCustomFundElement;
|
|
287
322
|
"sss-default-fund": HTMLSssDefaultFundElement;
|
|
288
323
|
"sss-dropdown-async": HTMLSssDropdownAsyncElement;
|
|
289
324
|
"sss-existing-choice-page": HTMLSssExistingChoicePageElement;
|
|
290
325
|
"sss-footer-section": HTMLSssFooterSectionElement;
|
|
291
326
|
"sss-header-section": HTMLSssHeaderSectionElement;
|
|
292
|
-
"sss-iframe-host": HTMLSssIframeHostElement;
|
|
293
327
|
"sss-loading-indicator": HTMLSssLoadingIndicatorElement;
|
|
294
328
|
"sss-loading-page": HTMLSssLoadingPageElement;
|
|
295
329
|
"sss-my-own-fund": HTMLSssMyOwnFundElement;
|
|
330
|
+
"sss-my-own-fund-engagement-step-host": HTMLSssMyOwnFundEngagementStepHostElement;
|
|
296
331
|
"sss-my-own-fund-inputs": HTMLSssMyOwnFundInputsElement;
|
|
297
332
|
"sss-name-input": HTMLSssNameInputElement;
|
|
298
|
-
"sss-
|
|
299
|
-
"sss-
|
|
333
|
+
"sss-prefill": HTMLSssPrefillElement;
|
|
334
|
+
"sss-prefill-display-field": HTMLSssPrefillDisplayFieldElement;
|
|
335
|
+
"sss-prefill-error-box": HTMLSssPrefillErrorBoxElement;
|
|
336
|
+
"sss-prefill-invalid-my-own-fund": HTMLSssPrefillInvalidMyOwnFundElement;
|
|
337
|
+
"sss-prefill-invalid-smsf": HTMLSssPrefillInvalidSmsfElement;
|
|
338
|
+
"sss-prefill-my-own-fund": HTMLSssPrefillMyOwnFundElement;
|
|
339
|
+
"sss-prefill-smsf": HTMLSssPrefillSmsfElement;
|
|
340
|
+
"sss-prefill-warning-box": HTMLSssPrefillWarningBoxElement;
|
|
300
341
|
"sss-self-managed-fund": HTMLSssSelfManagedFundElement;
|
|
301
342
|
"sss-self-managed-fund-inputs": HTMLSssSelfManagedFundInputsElement;
|
|
302
|
-
"sss-slate-join-page": HTMLSssSlateJoinPageElement;
|
|
303
343
|
"sss-standard-choice-form": HTMLSssStandardChoiceFormElement;
|
|
304
344
|
"sss-success": HTMLSssSuccessElement;
|
|
305
|
-
"sss-super-
|
|
306
|
-
"sss-super-
|
|
307
|
-
"sss-super-choice-page": HTMLSssSuperChoicePageElement;
|
|
345
|
+
"sss-super-campaign-featured-funds": HTMLSssSuperCampaignFeaturedFundsElement;
|
|
346
|
+
"sss-super-campaign-host": HTMLSssSuperCampaignHostElement;
|
|
308
347
|
"super-selection-app": HTMLSuperSelectionAppElement;
|
|
309
348
|
"super-selection-app-host": HTMLSuperSelectionAppHostElement;
|
|
310
349
|
}
|
|
@@ -316,9 +355,10 @@ declare namespace LocalJSX {
|
|
|
316
355
|
"fillWidthOnMobile"?: boolean;
|
|
317
356
|
"promiseFn"?: () => Promise<unknown>;
|
|
318
357
|
"size"?: ButtonSize;
|
|
358
|
+
"testid"?: string;
|
|
319
359
|
"variant"?: ButtonVariant;
|
|
320
360
|
}
|
|
321
|
-
interface
|
|
361
|
+
interface SssChoiceRouter {
|
|
322
362
|
"history"?: RouterHistory;
|
|
323
363
|
}
|
|
324
364
|
interface SssCustomFund {
|
|
@@ -336,19 +376,16 @@ declare namespace LocalJSX {
|
|
|
336
376
|
"requiredValidationMessage"?: string;
|
|
337
377
|
"searchFunction"?: (query: string) => Promise<SearchResult<unknown>>;
|
|
338
378
|
"showValidationErrors"?: boolean;
|
|
379
|
+
"testId"?: string;
|
|
339
380
|
"value"?: SelectInputOption<unknown>;
|
|
340
381
|
}
|
|
341
382
|
interface SssExistingChoicePage {
|
|
342
383
|
"history"?: RouterHistory;
|
|
343
384
|
}
|
|
344
385
|
interface SssFooterSection {
|
|
345
|
-
"textOverride"?:
|
|
386
|
+
"textOverride"?: string;
|
|
346
387
|
}
|
|
347
388
|
interface SssHeaderSection {
|
|
348
|
-
"currentPage"?: 'choice' | 'own-fund';
|
|
349
|
-
}
|
|
350
|
-
interface SssIframeHost {
|
|
351
|
-
"build"?: (iframe: HTMLIFrameElement) => void;
|
|
352
389
|
}
|
|
353
390
|
interface SssLoadingIndicator {
|
|
354
391
|
"size"?: number;
|
|
@@ -359,6 +396,9 @@ declare namespace LocalJSX {
|
|
|
359
396
|
interface SssMyOwnFund {
|
|
360
397
|
"history"?: RouterHistory;
|
|
361
398
|
}
|
|
399
|
+
interface SssMyOwnFundEngagementStepHost {
|
|
400
|
+
"history"?: RouterHistory;
|
|
401
|
+
}
|
|
362
402
|
interface SssMyOwnFundInputs {
|
|
363
403
|
"myOwnFundForm"?: MyOwnFundFormState;
|
|
364
404
|
"onFormChanged"?: (event: CustomEvent<Partial<MyOwnFundFormState>>) => void;
|
|
@@ -369,13 +409,37 @@ declare namespace LocalJSX {
|
|
|
369
409
|
"onMyInputChange"?: (event: CustomEvent<any>) => void;
|
|
370
410
|
"readableName"?: string;
|
|
371
411
|
"showValidationErrors"?: boolean;
|
|
412
|
+
"testId"?: string;
|
|
372
413
|
"value"?: string;
|
|
373
414
|
}
|
|
374
|
-
interface
|
|
415
|
+
interface SssPrefill {
|
|
375
416
|
"history"?: RouterHistory;
|
|
376
417
|
}
|
|
377
|
-
interface
|
|
418
|
+
interface SssPrefillDisplayField {
|
|
419
|
+
"field"?: FormField | StaticFormField;
|
|
420
|
+
}
|
|
421
|
+
interface SssPrefillErrorBox {
|
|
422
|
+
"notificationList"?: string[];
|
|
423
|
+
"withHeader"?: boolean;
|
|
424
|
+
}
|
|
425
|
+
interface SssPrefillInvalidMyOwnFund {
|
|
426
|
+
"history"?: RouterHistory;
|
|
427
|
+
"prefill"?: PrefillOwnFundChoiceDto;
|
|
428
|
+
}
|
|
429
|
+
interface SssPrefillInvalidSmsf {
|
|
378
430
|
"history"?: RouterHistory;
|
|
431
|
+
"prefill"?: PrefillSMSFChoiceDto;
|
|
432
|
+
}
|
|
433
|
+
interface SssPrefillMyOwnFund {
|
|
434
|
+
"history"?: RouterHistory;
|
|
435
|
+
"prefill"?: PrefillOwnFundChoiceDto;
|
|
436
|
+
}
|
|
437
|
+
interface SssPrefillSmsf {
|
|
438
|
+
"history"?: RouterHistory;
|
|
439
|
+
"prefill"?: PrefillSMSFChoiceDto;
|
|
440
|
+
}
|
|
441
|
+
interface SssPrefillWarningBox {
|
|
442
|
+
"notificationList"?: string[];
|
|
379
443
|
}
|
|
380
444
|
interface SssSelfManagedFund {
|
|
381
445
|
"history"?: RouterHistory;
|
|
@@ -385,30 +449,15 @@ declare namespace LocalJSX {
|
|
|
385
449
|
"onFormChanged"?: (event: CustomEvent<Partial<FormChangedEvent>>) => void;
|
|
386
450
|
"showValidationErrors"?: boolean;
|
|
387
451
|
}
|
|
388
|
-
interface SssSlateJoinPage {
|
|
389
|
-
"history"?: RouterHistory;
|
|
390
|
-
}
|
|
391
452
|
interface SssStandardChoiceForm {
|
|
392
453
|
"history"?: RouterHistory;
|
|
393
454
|
}
|
|
394
455
|
interface SssSuccess {
|
|
395
456
|
}
|
|
396
|
-
interface
|
|
397
|
-
"
|
|
398
|
-
"abnInfo"?: string;
|
|
399
|
-
"disclaimer"?: VNode;
|
|
400
|
-
"isMultiFund"?: boolean;
|
|
401
|
-
"onJoinFundClicked"?: (event: CustomEvent<void>) => void;
|
|
402
|
-
}
|
|
403
|
-
interface SssSuperChoiceItemTop {
|
|
404
|
-
"featureSubText"?: VNode;
|
|
405
|
-
"features"?: VNode[];
|
|
406
|
-
"isMultiFund"?: boolean;
|
|
407
|
-
"isPromotedDefault"?: boolean;
|
|
408
|
-
"logo"?: string;
|
|
409
|
-
"name"?: string;
|
|
457
|
+
interface SssSuperCampaignFeaturedFunds {
|
|
458
|
+
"history"?: RouterHistory;
|
|
410
459
|
}
|
|
411
|
-
interface
|
|
460
|
+
interface SssSuperCampaignHost {
|
|
412
461
|
"history"?: RouterHistory;
|
|
413
462
|
}
|
|
414
463
|
interface SuperSelectionApp {
|
|
@@ -427,29 +476,33 @@ declare namespace LocalJSX {
|
|
|
427
476
|
}
|
|
428
477
|
interface IntrinsicElements {
|
|
429
478
|
"sss-button": SssButton;
|
|
430
|
-
"sss-
|
|
479
|
+
"sss-choice-router": SssChoiceRouter;
|
|
431
480
|
"sss-custom-fund": SssCustomFund;
|
|
432
481
|
"sss-default-fund": SssDefaultFund;
|
|
433
482
|
"sss-dropdown-async": SssDropdownAsync;
|
|
434
483
|
"sss-existing-choice-page": SssExistingChoicePage;
|
|
435
484
|
"sss-footer-section": SssFooterSection;
|
|
436
485
|
"sss-header-section": SssHeaderSection;
|
|
437
|
-
"sss-iframe-host": SssIframeHost;
|
|
438
486
|
"sss-loading-indicator": SssLoadingIndicator;
|
|
439
487
|
"sss-loading-page": SssLoadingPage;
|
|
440
488
|
"sss-my-own-fund": SssMyOwnFund;
|
|
489
|
+
"sss-my-own-fund-engagement-step-host": SssMyOwnFundEngagementStepHost;
|
|
441
490
|
"sss-my-own-fund-inputs": SssMyOwnFundInputs;
|
|
442
491
|
"sss-name-input": SssNameInput;
|
|
443
|
-
"sss-
|
|
444
|
-
"sss-
|
|
492
|
+
"sss-prefill": SssPrefill;
|
|
493
|
+
"sss-prefill-display-field": SssPrefillDisplayField;
|
|
494
|
+
"sss-prefill-error-box": SssPrefillErrorBox;
|
|
495
|
+
"sss-prefill-invalid-my-own-fund": SssPrefillInvalidMyOwnFund;
|
|
496
|
+
"sss-prefill-invalid-smsf": SssPrefillInvalidSmsf;
|
|
497
|
+
"sss-prefill-my-own-fund": SssPrefillMyOwnFund;
|
|
498
|
+
"sss-prefill-smsf": SssPrefillSmsf;
|
|
499
|
+
"sss-prefill-warning-box": SssPrefillWarningBox;
|
|
445
500
|
"sss-self-managed-fund": SssSelfManagedFund;
|
|
446
501
|
"sss-self-managed-fund-inputs": SssSelfManagedFundInputs;
|
|
447
|
-
"sss-slate-join-page": SssSlateJoinPage;
|
|
448
502
|
"sss-standard-choice-form": SssStandardChoiceForm;
|
|
449
503
|
"sss-success": SssSuccess;
|
|
450
|
-
"sss-super-
|
|
451
|
-
"sss-super-
|
|
452
|
-
"sss-super-choice-page": SssSuperChoicePage;
|
|
504
|
+
"sss-super-campaign-featured-funds": SssSuperCampaignFeaturedFunds;
|
|
505
|
+
"sss-super-campaign-host": SssSuperCampaignHost;
|
|
453
506
|
"super-selection-app": SuperSelectionApp;
|
|
454
507
|
"super-selection-app-host": SuperSelectionAppHost;
|
|
455
508
|
}
|
|
@@ -459,29 +512,33 @@ declare module "@stencil/core" {
|
|
|
459
512
|
export namespace JSX {
|
|
460
513
|
interface IntrinsicElements {
|
|
461
514
|
"sss-button": LocalJSX.SssButton & JSXBase.HTMLAttributes<HTMLSssButtonElement>;
|
|
462
|
-
"sss-
|
|
515
|
+
"sss-choice-router": LocalJSX.SssChoiceRouter & JSXBase.HTMLAttributes<HTMLSssChoiceRouterElement>;
|
|
463
516
|
"sss-custom-fund": LocalJSX.SssCustomFund & JSXBase.HTMLAttributes<HTMLSssCustomFundElement>;
|
|
464
517
|
"sss-default-fund": LocalJSX.SssDefaultFund & JSXBase.HTMLAttributes<HTMLSssDefaultFundElement>;
|
|
465
518
|
"sss-dropdown-async": LocalJSX.SssDropdownAsync & JSXBase.HTMLAttributes<HTMLSssDropdownAsyncElement>;
|
|
466
519
|
"sss-existing-choice-page": LocalJSX.SssExistingChoicePage & JSXBase.HTMLAttributes<HTMLSssExistingChoicePageElement>;
|
|
467
520
|
"sss-footer-section": LocalJSX.SssFooterSection & JSXBase.HTMLAttributes<HTMLSssFooterSectionElement>;
|
|
468
521
|
"sss-header-section": LocalJSX.SssHeaderSection & JSXBase.HTMLAttributes<HTMLSssHeaderSectionElement>;
|
|
469
|
-
"sss-iframe-host": LocalJSX.SssIframeHost & JSXBase.HTMLAttributes<HTMLSssIframeHostElement>;
|
|
470
522
|
"sss-loading-indicator": LocalJSX.SssLoadingIndicator & JSXBase.HTMLAttributes<HTMLSssLoadingIndicatorElement>;
|
|
471
523
|
"sss-loading-page": LocalJSX.SssLoadingPage & JSXBase.HTMLAttributes<HTMLSssLoadingPageElement>;
|
|
472
524
|
"sss-my-own-fund": LocalJSX.SssMyOwnFund & JSXBase.HTMLAttributes<HTMLSssMyOwnFundElement>;
|
|
525
|
+
"sss-my-own-fund-engagement-step-host": LocalJSX.SssMyOwnFundEngagementStepHost & JSXBase.HTMLAttributes<HTMLSssMyOwnFundEngagementStepHostElement>;
|
|
473
526
|
"sss-my-own-fund-inputs": LocalJSX.SssMyOwnFundInputs & JSXBase.HTMLAttributes<HTMLSssMyOwnFundInputsElement>;
|
|
474
527
|
"sss-name-input": LocalJSX.SssNameInput & JSXBase.HTMLAttributes<HTMLSssNameInputElement>;
|
|
475
|
-
"sss-
|
|
476
|
-
"sss-
|
|
528
|
+
"sss-prefill": LocalJSX.SssPrefill & JSXBase.HTMLAttributes<HTMLSssPrefillElement>;
|
|
529
|
+
"sss-prefill-display-field": LocalJSX.SssPrefillDisplayField & JSXBase.HTMLAttributes<HTMLSssPrefillDisplayFieldElement>;
|
|
530
|
+
"sss-prefill-error-box": LocalJSX.SssPrefillErrorBox & JSXBase.HTMLAttributes<HTMLSssPrefillErrorBoxElement>;
|
|
531
|
+
"sss-prefill-invalid-my-own-fund": LocalJSX.SssPrefillInvalidMyOwnFund & JSXBase.HTMLAttributes<HTMLSssPrefillInvalidMyOwnFundElement>;
|
|
532
|
+
"sss-prefill-invalid-smsf": LocalJSX.SssPrefillInvalidSmsf & JSXBase.HTMLAttributes<HTMLSssPrefillInvalidSmsfElement>;
|
|
533
|
+
"sss-prefill-my-own-fund": LocalJSX.SssPrefillMyOwnFund & JSXBase.HTMLAttributes<HTMLSssPrefillMyOwnFundElement>;
|
|
534
|
+
"sss-prefill-smsf": LocalJSX.SssPrefillSmsf & JSXBase.HTMLAttributes<HTMLSssPrefillSmsfElement>;
|
|
535
|
+
"sss-prefill-warning-box": LocalJSX.SssPrefillWarningBox & JSXBase.HTMLAttributes<HTMLSssPrefillWarningBoxElement>;
|
|
477
536
|
"sss-self-managed-fund": LocalJSX.SssSelfManagedFund & JSXBase.HTMLAttributes<HTMLSssSelfManagedFundElement>;
|
|
478
537
|
"sss-self-managed-fund-inputs": LocalJSX.SssSelfManagedFundInputs & JSXBase.HTMLAttributes<HTMLSssSelfManagedFundInputsElement>;
|
|
479
|
-
"sss-slate-join-page": LocalJSX.SssSlateJoinPage & JSXBase.HTMLAttributes<HTMLSssSlateJoinPageElement>;
|
|
480
538
|
"sss-standard-choice-form": LocalJSX.SssStandardChoiceForm & JSXBase.HTMLAttributes<HTMLSssStandardChoiceFormElement>;
|
|
481
539
|
"sss-success": LocalJSX.SssSuccess & JSXBase.HTMLAttributes<HTMLSssSuccessElement>;
|
|
482
|
-
"sss-super-
|
|
483
|
-
"sss-super-
|
|
484
|
-
"sss-super-choice-page": LocalJSX.SssSuperChoicePage & JSXBase.HTMLAttributes<HTMLSssSuperChoicePageElement>;
|
|
540
|
+
"sss-super-campaign-featured-funds": LocalJSX.SssSuperCampaignFeaturedFunds & JSXBase.HTMLAttributes<HTMLSssSuperCampaignFeaturedFundsElement>;
|
|
541
|
+
"sss-super-campaign-host": LocalJSX.SssSuperCampaignHost & JSXBase.HTMLAttributes<HTMLSssSuperCampaignHostElement>;
|
|
485
542
|
"super-selection-app": LocalJSX.SuperSelectionApp & JSXBase.HTMLAttributes<HTMLSuperSelectionAppElement>;
|
|
486
543
|
"super-selection-app-host": LocalJSX.SuperSelectionAppHost & JSXBase.HTMLAttributes<HTMLSuperSelectionAppHostElement>;
|
|
487
544
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flarehr/apollo-super-selection",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.89",
|
|
4
4
|
"description": "Apollo Super Selection",
|
|
5
5
|
"main": "dist/lib/index.cjs.js",
|
|
6
6
|
"module": "dist/lib/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@stencil/store": "^1.3.0",
|
|
37
37
|
"@tailwindcss/forms": "^0.5.1",
|
|
38
38
|
"@types/jest": "^26.0.20",
|
|
39
|
-
"@types/node": "^14.
|
|
39
|
+
"@types/node": "^14.18.63",
|
|
40
40
|
"@types/resize-observer-browser": "^0.1.5",
|
|
41
41
|
"@typescript-eslint/eslint-plugin": "^4.14.0",
|
|
42
42
|
"@typescript-eslint/parser": "^4.14.0",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"lint-staged": "^10.5.3",
|
|
56
56
|
"prettier": "^2.2.1",
|
|
57
57
|
"rollup-plugin-ignore": "^1.0.6",
|
|
58
|
-
"tailwindcss": "^3.
|
|
58
|
+
"tailwindcss": "^3.3.5"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@datorama/akita": "^5.3.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg version="1.1" id="Artwork" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 977.38 292.8" xml:space="preserve"><style>.st0{fill:#003822}</style><path class="st0" d="M973.53 162.53c-10.77-12.87-30.75-12.41-54.01-5.01 0 0-143.94 86.02-143.93 86.02-4.02 13.37-9.98 41.26-10.84 47.02 0 0 27.01.01 35.56 0 .76-8.82.55-27.11 3.63-38.45 110.38 24.14 192.48-64.58 169.59-89.58z"/><radialGradient id="SVGID_1_" cx="918.314" cy="170.024" r="284.353" fx="928.628" fy="169.488" gradientTransform="matrix(.7772 .6293 -.823 1.0164 344.555 -580.675)" gradientUnits="userSpaceOnUse"><stop offset=".56" stop-color="#003822"/><stop offset=".758" stop-color="#002418"/></radialGradient><path d="M726.5 73.27c2.51-31.93 14.67-80.55 58.74-72.35 55.93 10.41 52.09 80.45 51.09 92.94 20.96-17.91 79.46-49.71 106.14-18.06 60.53 71.83-166.88 167.74-166.88 167.74L726.5 73.27z" fill="url(#SVGID_1_)"/><path class="st0" d="M669.99 31.17c72.99-14.79 105.59 212.37 105.59 212.37-96.75-38.61-148.64-202.66-105.59-212.37z"/><path d="M736.46 184.03c-.36-3.02-.27-5.23.07-8.25l8.08-.97c.73 4.69.6 11.32 5.24 13.64 2.27 1 6.32.16 7.64-1.81 1.53-1.75 1.14-5.56.42-7.89-1-3.32-3.09-5.63-5.65-8.2l-12.4-11.62c-4.24-4.34-7.18-8.79-7.88-14.77-1.33-9.15 4.68-16.65 13.94-17.46 14.35-1.84 19.09 8.64 17.32 21.02l-8.04.96c-.33-3.71-1.18-9.31-2.96-11.46-1.28-1.82-3.1-2.59-5.46-2.31-7.02.52-5.9 9.29-2.42 13.15 5.06 5.81 17.97 15.95 21.51 22.63 3.6 6 4.3 14.75-.27 20.3-4.09 5.31-13.29 6.89-19.32 5.38-6-1.4-9.23-6.61-9.82-12.34m34.53-11.44c1.14 11.34 6.37 21.75 18.9 19.78 12.69-1.03 15.41-12.33 13.86-23.7l-5.7-47.6-10.38 1.24 6.03 50.38c.5 4.84 1.09 11.2-4.75 11.83-5.83.75-6.45-5.67-7.12-10.41l-6.03-50.38-10.5 1.26 5.69 47.6zm46.79-13.15l-3.9-32.55c12.12-1.96 11.47 7.95 12.66 16.77.94 7.43.62 14.99-8.24 15.72l-.52.06zm-7 29.82l10.42-1.25-2.5-20.92c15.58-1.12 20.21-11.92 18.32-26.64-.36-3.66-1.11-8.21-2.35-10.9-5.87-14.48-20.06-10.28-32.12-9.01l8.23 68.72zm34.64-4.15l25.87-3.1-.98-8.21-15.45 1.85-2.82-23.54 11.63-1.39-.98-8.21-11.63 1.39-2.46-20.56 15.05-1.8-.98-8.21-25.47 3.05 8.22 68.73zm35.68-37.98l-3.34-27.88c7.78-1.28 11.86.63 12.69 8.85.91 8.25 3.52 17.95-7.78 18.85l-1.57.18zm-6.24 34.46l10.22-1.22-3.08-25.72 3.9-.47 12.21 24.62 11.03-1.32-14.31-26.16c6.74-4.7 7.43-12.23 6.51-20.94-.32-3.31-1.03-7.16-2.16-9.56-5.83-13.85-21.05-9.02-32.54-7.96l8.22 68.73z" fill="#9adf20"/><path class="st0" d="M65.51 99.29l4.06-21.76 11.39 139.71H50.88L65.51 99.29zM51.6 48.89L0 290.67h40.16l3.98-43.32h44.7l3.19 43.32h36.93L86.24 48.89H51.6zm154.33 164.49c-.29 8.09.96 28.86-1.48 36.17-3.45 13.35-13.57 18.85-25.91 13.58-10.97-5.68-10.52-24.55-10.83-37.3.52-13.72-1.35-118.87 1.34-129.81 1.61-8.39 3.62-15.41 10.27-19.25 8.54-3.95 17.42-2.56 21.8 7.94 2.92 6.61 4.39 16.56 4.39 29.86v12.32h29.72c4.05-20.88 6.56-47.82-7.71-65.04-12-14.23-32.6-16.77-51.67-14.23-15.38 2.17-28.86 11-36.31 25.69-7.9 15.75-10.29 32.77-10.33 53.02v85.63c.16 25.02 3.72 51.22 20.73 67.6 10.52 9.95 24.37 13.36 38.01 13.23 35.6-.46 51.65-20.61 51.52-57.04v-22.37h-33.54zM492.92 48.89l-29.29 211.4L438 48.89h-37.51l47.19 241.71 38.6.07L530.3 48.89h-37.38zm77.3 209.81l2.9-79.71 40.44-1.64.47-27.24h-44.9l2.96-71.67 53.97-.67V48.89h-82.69l-6.92 241.78h91.02l.97-37.55-58.22 5.58zm-179.97-35.89L388.73 48.9h-29.58l-2.29 241.78 39.78-.07-6.39-67.8zM250.67 48.89l-3.19 29.51 35.09 4.79-1.6 207.48h34.27V80.94l31.93-.13V48.89h-96.5z"/></svg>
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 370 150">
|
|
2
|
-
<defs>
|
|
3
|
-
<style>.cls-1{fill:#0051ff;}</style>
|
|
4
|
-
</defs>
|
|
5
|
-
<path class="cls-1" d="M164.65,92,158.6,81c-.14-.25-.38-.64-.52-.86h0l-.68-1.12s0-.14,0-.17l.11,0a9.16,9.16,0,0,0,5.13-8.62c0-4.22-2-7.27-5.21-8.71-1.39-.63-3-.9-6.42-.9h-9.76a.53.53,0,0,0-.53.53V92a.53.53,0,0,0,.53.53H146a.53.53,0,0,0,.53-.53V81.11a.52.52,0,0,1,.52-.52h4.52a.94.94,0,0,1,.77.46l5.84,11a1,1,0,0,0,.77.46h5.42A.28.28,0,0,0,164.65,92ZM146.54,75V66.11a.52.52,0,0,1,.52-.52h3.88c4.53,0,5.83,1.88,5.83,4.94s-1.93,5-5,5h-4.69A.52.52,0,0,1,146.54,75Zm59.65-4.93a.52.52,0,0,1,.52-.53h4.66a.53.53,0,0,1,.52.53V92a.53.53,0,0,1-.52.53h-4.66a.52.52,0,0,1-.52-.53Zm5.86-6.84a3,3,0,1,1-3-3A3,3,0,0,1,212.05,63.27Zm109.19,6.84a.53.53,0,0,1,.53-.53h4.42a.53.53,0,0,1,.53.53v2.74c0,.18.1.26.23.07A8.76,8.76,0,0,1,334.1,69c4.7,0,8.53,2.41,8.53,8.5V92a.54.54,0,0,1-.53.54h-4.65a.54.54,0,0,1-.53-.54V78.44a4,4,0,0,0-4.2-4.16,4.15,4.15,0,0,0-2.36.73,6.14,6.14,0,0,0-2.1,2A9.38,9.38,0,0,0,327,81.75V92a.54.54,0,0,1-.54.54h-4.64a.54.54,0,0,1-.53-.54Zm-29,7.43V92a.54.54,0,0,1-.53.54h-4.65a.54.54,0,0,1-.53-.54V78.45c0-2.55-.89-4.17-3.2-4.17A4.17,4.17,0,0,0,281,75a6.14,6.14,0,0,0-2.1,2,7.19,7.19,0,0,0-1,2.56,13.26,13.26,0,0,0-.24,2.21V92a.53.53,0,0,1-.53.54h-4.64a.54.54,0,0,1-.53-.54V78.45c0-2.55-.9-4.17-3.2-4.17a4.18,4.18,0,0,0-2.37.73,6.14,6.14,0,0,0-2.1,2,9.38,9.38,0,0,0-1.31,4.71V92a.54.54,0,0,1-.53.54h-4.64a.53.53,0,0,1-.53-.54V70.11a.53.53,0,0,1,.53-.53h4.42a.53.53,0,0,1,.53.53v.56h0v2.47c0,.18.11.26.22.07A7.82,7.82,0,0,1,269.47,69c3.41,0,6.12,1.29,7.37,4.31a.09.09,0,0,0,.08.06.15.15,0,0,0,.16-.1,8.35,8.35,0,0,1,7-4.27C288.8,69,292.23,71.45,292.23,77.54ZM176.45,69.05c-7.38,0-11.08,4.93-11.08,12,0,6.51,4.71,12,12.3,12a14.65,14.65,0,0,0,8.82-3,.55.55,0,0,0,.18-.69L185,86.2a.49.49,0,0,0-.72-.21,11.91,11.91,0,0,1-6.17,2.18c-3.4,0-6.48-2-6.87-6,0,0,0-.08.06-.08H186.4c.36,0,.54-.15.6-.54a11.6,11.6,0,0,0,.15-1.66C187.15,73.85,183.06,69.05,176.45,69.05Zm4.8,9.16h-9.73c-.13,0-.12-.11-.11-.16.57-2.87,2-4.6,4.91-4.6A4.85,4.85,0,0,1,181.39,78,.14.14,0,0,1,181.25,78.21Zm61.64-9.16c-7.38,0-11.09,4.93-11.09,12,0,6.51,4.72,12,12.31,12a14.68,14.68,0,0,0,8.82-3,.55.55,0,0,0,.18-.69l-1.7-3.16a.49.49,0,0,0-.72-.21,11.91,11.91,0,0,1-6.18,2.18c-3.39,0-6.47-2-6.86-6,0,0,0-.08.06-.08h15.13c.36,0,.54-.15.6-.54a11.48,11.48,0,0,0,.14-1.66C253.58,73.85,249.49,69.05,242.89,69.05Zm4.8,9.16H238c-.12,0-.11-.11-.1-.16.56-2.87,2-4.6,4.91-4.6A4.85,4.85,0,0,1,247.83,78C247.83,78.1,247.81,78.21,247.69,78.21Zm59.24-9.16c-7.38,0-11.09,4.93-11.09,12,0,6.51,4.72,12,12.31,12a14.68,14.68,0,0,0,8.82-3,.55.55,0,0,0,.18-.69l-1.7-3.16a.49.49,0,0,0-.72-.21,11.91,11.91,0,0,1-6.18,2.18c-3.39,0-6.47-2-6.86-6,0,0,0-.08.06-.08h15.13c.36,0,.54-.15.6-.54a11.48,11.48,0,0,0,.14-1.66C317.62,73.85,313.53,69.05,306.93,69.05Zm4.8,9.16H302c-.12,0-.11-.11-.1-.16.56-2.87,2-4.6,4.91-4.6A4.85,4.85,0,0,1,311.87,78C311.87,78.1,311.85,78.21,311.73,78.21Zm-81.14-8.59v4.47a.48.48,0,0,1-.52.5H230a7,7,0,0,0-4,.83,6,6,0,0,0-2.09,2,7.93,7.93,0,0,0-1.3,3.8h0V92a.52.52,0,0,1-.52.53h-4.66a.53.53,0,0,1-.53-.53V70.1a.53.53,0,0,1,.53-.52H222a.52.52,0,0,1,.52.52v2.73c0,.14.11.16.19,0v0a8.33,8.33,0,0,1,6.68-3.84c.56,0,.68,0,.69,0A.56.56,0,0,1,230.59,69.62ZM202,87.93v3.92c0,.3-.19.49-.53.58a10.84,10.84,0,0,1-2,.21c-3.19,0-8.7-.89-8.7-8.57V63.65a.52.52,0,0,1,.53-.52h4.66a.52.52,0,0,1,.52.52V69.2a.52.52,0,0,0,.52.52h4.17a.52.52,0,0,1,.52.53v3.49a.52.52,0,0,1-.52.52H197a.52.52,0,0,0-.52.52v8.88c0,3.53,2.55,3.86,4.12,3.86.25,0,.91-.08.91-.08A.48.48,0,0,1,202,87.93Zm156.76.22v3.92a.61.61,0,0,1-.53.58,10.94,10.94,0,0,1-2,.21c-3.19,0-8.7-.9-8.7-8.58V63.86a.52.52,0,0,1,.52-.52h4.66a.52.52,0,0,1,.52.52v5.56a.52.52,0,0,0,.52.52h4.18a.52.52,0,0,1,.52.52V74a.53.53,0,0,1-.52.53h-4.18a.52.52,0,0,0-.52.52v8.88c0,3.53,2.55,3.85,4.12,3.85.26,0,.92-.07.92-.07A.49.49,0,0,1,358.78,88.15ZM149.14,111a.52.52,0,0,0-.52-.52H139.2a.52.52,0,0,1-.52-.52V106a.52.52,0,0,1,.52-.52h25.67a.52.52,0,0,1,.53.52V110a.52.52,0,0,1-.53.52h-9.41a.53.53,0,0,0-.53.52v25.86a.52.52,0,0,1-.52.52h-4.75a.52.52,0,0,1-.52-.52Zm53.59,4.7v20.46h0v.69a.53.53,0,0,1-.53.53h-4.41a.54.54,0,0,1-.54-.53v-.55h0v-2.19c0-.18-.11-.25-.23-.07a8.78,8.78,0,0,1-7.16,3.88c-4.7,0-8.52-2.41-8.53-8.5V115.59h0V115a.53.53,0,0,1,.54-.53h4.64a.53.53,0,0,1,.53.53v.69h0v12.82a4.05,4.05,0,0,0,4.2,4.17,4.19,4.19,0,0,0,2.37-.74,6.14,6.14,0,0,0,2.1-2,9.38,9.38,0,0,0,1.31-4.71v-9.7h0V115a.53.53,0,0,1,.53-.53h4.64a.53.53,0,0,1,.54.53v.69Zm-24.52-1.19V119a.48.48,0,0,1-.52.5h-.13a6.91,6.91,0,0,0-4.05.83,6,6,0,0,0-2.08,2,7.73,7.73,0,0,0-1.3,3.8h0v10.75a.52.52,0,0,1-.53.52h-4.66a.52.52,0,0,1-.52-.52V115a.52.52,0,0,1,.52-.52h4.66a.52.52,0,0,1,.53.52v2.73c0,.14.11.15.18,0v0A8.34,8.34,0,0,1,177,114c.56,0,.68,0,.7,0A.55.55,0,0,1,178.21,114.51Zm45.62,16.54c0,3.82-3.32,6.87-8.75,6.87a13.12,13.12,0,0,1-8.5-3h0a.55.55,0,0,1-.15-.74l2-3.1a.49.49,0,0,1,.74-.16h0a9.53,9.53,0,0,0,5.84,2.16c1.62,0,3-.72,3-2.07,0-3.41-11.14-3-11.14-10.32,0-4.27,3.82-6.74,8.76-6.74a11.64,11.64,0,0,1,7.26,2.24h0a.58.58,0,0,1,.22.7l-1.64,3.28a.49.49,0,0,1-.71.24h0a9,9,0,0,0-5.2-1.64c-1.48,0-2.91.63-2.91,2.07C212.7,124.09,223.83,123.68,223.83,131.05Zm14.89,1.78v3.92c0,.29-.2.49-.54.58a10.84,10.84,0,0,1-2,.21c-3.19,0-8.69-.9-8.69-8.57V108.55A.52.52,0,0,1,228,108h4.66a.53.53,0,0,1,.52.53v5.55a.52.52,0,0,0,.52.52h4.17a.52.52,0,0,1,.52.52v3.49a.52.52,0,0,1-.52.53h-4.17a.52.52,0,0,0-.52.52v8.88c0,3.53,2.55,3.86,4.12,3.86.25,0,.92-.08.92-.08A.49.49,0,0,1,238.72,132.83Zm25.7-100.66c-.43-5.09-3.8-8-9.41-8a15.82,15.82,0,0,0-8.55,2.52h0v0a.55.55,0,0,0-.19.68l1.67,3.15a.49.49,0,0,0,.66.25h0a11.8,11.8,0,0,1,5.89-1.93c2.5,0,4.37,1,4.39,4a.52.52,0,0,1-.52.38h-.23c-3.73,0-13.56.5-13.56,7.77,0,4.58,3.68,7.14,7.76,7.14a7.52,7.52,0,0,0,6.49-3.77h0c.07-.14.25-.08.26.08v2.62a.52.52,0,0,0,.52.52H264a.52.52,0,0,0,.52-.52v-13C264.53,33.81,264.46,32.49,264.42,32.17ZM253.75,43.68c-2.33,0-3.46-1.43-3.46-3,0-3.19,4.72-3.59,7.64-3.59h.38c.46,0,.6.15.6.57h0C258.89,40.32,256.52,43.68,253.75,43.68Zm-95.59-3.77a.77.77,0,0,0-.68-.49H147.34a.77.77,0,0,0-.69.49l-2.36,7.19a.77.77,0,0,1-.69.49h-4.93a.35.35,0,0,1-.35-.49L149.2,16.2a.8.8,0,0,1,.7-.49h5a.79.79,0,0,1,.69.49l10.88,30.9a.34.34,0,0,1-.35.49h-4.93a.77.77,0,0,1-.68-.49Zm-5.59-17c-.09-.27-.24-.27-.33,0l-3.71,11.26a.35.35,0,0,0,.36.49h7a.35.35,0,0,0,.36-.49Zm58.25,18.31c0,3.82-3.32,6.87-8.76,6.87a13.09,13.09,0,0,1-8.5-3h0a.55.55,0,0,1-.15-.74l2-3.1a.48.48,0,0,1,.73-.16h0A9.53,9.53,0,0,0,202,43.28c1.61,0,3-.72,3-2.07,0-3.41-11.14-3-11.14-10.32,0-4.27,3.82-6.74,8.76-6.74a11.64,11.64,0,0,1,7.26,2.24h0a.59.59,0,0,1,.22.7L208.5,30.4a.49.49,0,0,1-.71.24h0A9,9,0,0,0,202.6,29c-1.48,0-2.92.63-2.92,2.07C199.68,34.3,210.82,33.9,210.82,41.26Zm71.09-16a.52.52,0,0,1,.52-.52h4.66a.52.52,0,0,1,.52.52V47.07a.52.52,0,0,1-.52.52h-4.66a.52.52,0,0,1-.52-.52Zm5.86-6.84a3,3,0,1,1-3-3A3,3,0,0,1,287.77,18.37Zm-98,7.54V46.37h0v.69a.53.53,0,0,1-.53.53h-4.42a.53.53,0,0,1-.53-.53v-.55h0V44.32c0-.18-.1-.25-.23-.07a8.77,8.77,0,0,1-7.16,3.88c-4.69,0-8.52-2.41-8.52-8.5V25.8h0v-.58a.53.53,0,0,1,.53-.53h4.65a.53.53,0,0,1,.53.53v.69h0V38.73a4.05,4.05,0,0,0,4.2,4.17,4.16,4.16,0,0,0,2.36-.74,6.14,6.14,0,0,0,2.1-2,9.34,9.34,0,0,0,1.31-4.7v-9.7h0v-.51a.54.54,0,0,1,.54-.53h4.64a.53.53,0,0,1,.53.53v.69ZM316.09,46.36V25.91h0v-.69a.52.52,0,0,1,.53-.53H321a.52.52,0,0,1,.53.53v.55h0V28c0,.19.11.26.23.08A8.75,8.75,0,0,1,329,24.15c4.7,0,8.52,2.41,8.52,8.5V46.48h0v.58a.53.53,0,0,1-.53.53h-4.64a.53.53,0,0,1-.53-.53v-.7h0V33.55a4.05,4.05,0,0,0-4.21-4.17,4.11,4.11,0,0,0-2.36.74,6.14,6.14,0,0,0-2.1,2,9.32,9.32,0,0,0-1.31,4.7v9.7h0v.51a.53.53,0,0,1-.53.53h-4.65a.53.53,0,0,1-.53-.53v-.7ZM243.65,24.72v4.47a.49.49,0,0,1-.53.5H243a7,7,0,0,0-4.05.83,6,6,0,0,0-2.09,2,7.81,7.81,0,0,0-1.29,3.8h0V47.06a.52.52,0,0,1-.52.52h-4.66a.52.52,0,0,1-.52-.52V25.2a.52.52,0,0,1,.52-.52H235a.52.52,0,0,1,.52.52v2.73c0,.14.11.16.19,0v0a8.33,8.33,0,0,1,6.68-3.84c.56,0,.68,0,.69,0A.56.56,0,0,1,243.65,24.72Zm67.42,7.45c-.44-5.09-3.81-8-9.42-8a15.77,15.77,0,0,0-8.54,2.52h0v0a.53.53,0,0,0-.18.68l1.66,3.15a.5.5,0,0,0,.67.25h0a11.83,11.83,0,0,1,5.89-1.93c2.5,0,4.37,1,4.4,4a.52.52,0,0,1-.53.38h-.23c-3.73,0-13.56.5-13.56,7.77,0,4.58,3.68,7.14,7.77,7.14a7.5,7.5,0,0,0,6.48-3.77h0a.14.14,0,0,1,.26.08v2.62a.52.52,0,0,0,.52.52h4.43a.52.52,0,0,0,.52-.52v-13C311.17,33.81,311.11,32.49,311.07,32.17ZM300.39,43.68c-2.33,0-3.45-1.43-3.45-3,0-3.19,4.71-3.59,7.63-3.59H305c.47,0,.6.15.6.57h0C305.53,40.32,303.16,43.68,300.39,43.68Zm-22.09-.63v4a.59.59,0,0,1-.54.58c-.36,0-.84,0-.84,0l-.42,0c-3.15,0-7.05-.81-7.05-7.37V16.06a.52.52,0,0,1,.52-.52h4.62a.52.52,0,0,1,.52.52V39.43c0,2.2.65,3,1.81,3.11a7.4,7.4,0,0,0,.85,0A.48.48,0,0,1,278.3,43.05Zm-52.6,0V47c0,.3-.2.49-.53.58a10.84,10.84,0,0,1-2,.21c-3.19,0-8.7-.89-8.7-8.57V18.75a.52.52,0,0,1,.52-.52h4.66a.52.52,0,0,1,.53.52V24.3a.52.52,0,0,0,.52.52h4.17a.52.52,0,0,1,.52.53v3.49a.52.52,0,0,1-.52.52h-4.17a.52.52,0,0,0-.52.52v8.88c0,3.53,2.54,3.86,4.12,3.86.25,0,.91-.08.91-.08A.48.48,0,0,1,225.7,43Z" transform="translate(0 0)"/>
|
|
6
|
-
<path class="cls-1" d="M77.48,124.25A14.25,14.25,0,1,1,63.23,110,14.25,14.25,0,0,1,77.48,124.25ZM75,20.73a14.26,14.26,0,0,0-23.7.2L16.76,70.26a14.25,14.25,0,1,0,22.81-.81h0A14.25,14.25,0,1,1,62.4,52.4l23.82,34A14.25,14.25,0,1,0,109.7,70.25L75,20.73" transform="translate(0,0))"/>
|
|
7
|
-
</svg>
|