/* eslint-disable */ /* tslint:disable */ /** * This is an autogenerated file created by the Stencil compiler. * It contains typing information for all components that exist in this project. */ import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime"; import { LocationSegments, RouterHistory } from "@stencil/router"; import { MyOwnFundForm } from "./components/super-selection-app/funds/custom-fund/api/custom-fund-choice.api.dto"; import { SelfManagedFundForm } from "./components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund.form"; import { StandardChoiceInput } from "./components/super-selection-app/standard-choice/api/standard-choice.model"; export namespace Components { interface SssCustomFund { "history": RouterHistory; } interface SssDefaultFund { "history": RouterHistory; } interface SssFooterSection { } interface SssLoadingPage { } interface SssMyOwnFund { "history": RouterHistory; } interface SssMyOwnFundInputs { "myOwnFundForm": Partial; } interface SssNotificationsSection { } interface SssOidcCallbackPage { "callbackMode": 'sign-in' | 'sign-out' | 'silent-refresh'; "history": RouterHistory; } interface SssQsuperConfirmHeader { } interface SssQsuperConsent { } interface SssQsuperInsuranceOptIn { } interface SssQsuperInsuranceQuestions { } interface SssQsuperJoin { } interface SssQsuperLayout { "history": RouterHistory; } interface SssQsuperQuestion1 { } interface SssQsuperQuestion2 { } interface SssQsuperQuestion3 { } interface SssQsuperQuestion4 { } interface SssQsuperQuestion5 { } interface SssQsuperQuestion6 { } interface SssQsuperQuestion7 { } interface SssQsuperQuestion8 { } interface SssQsuperQuestionYesNoButtons { "history": RouterHistory; } interface SssSelectedSuperChoiceSection { "fundName": string; "fundType": string; } interface SssSelfManagedFund { "history": RouterHistory; } interface SssSelfManagedFundInputs { "fundForm": Partial; } interface SssSlateStandardChoicePage { "history": RouterHistory; } interface SssSlatesuperHeader { } interface SssStandardChoiceForm { } interface SssSuccess { } interface SssSuperChoiceItem { "callToAction": string; "features": string; "heading": string; "history": RouterHistory; "isSelected": boolean; "logo": string; "name": string; "pdsLink": string; "usi": string; } interface SssSuperChoicePage { "history": RouterHistory; } interface SuperSelectionApp { "apiBaseUrl"?: string; "appBaseUrl"?: string; "history": RouterHistory; "jwt"?: string; "location"?: LocationSegments; "slateJoinAppUrl"?: string; } interface SuperSelectionAppHost { } interface SuperSelectionComponent { "accessToken": string; "apiBaseUrl": string; "appBaseUrl": string; "slateJoinAppPostUrl": string; } } declare global { interface HTMLSssCustomFundElement extends Components.SssCustomFund, HTMLStencilElement { } var HTMLSssCustomFundElement: { prototype: HTMLSssCustomFundElement; new (): HTMLSssCustomFundElement; }; interface HTMLSssDefaultFundElement extends Components.SssDefaultFund, HTMLStencilElement { } var HTMLSssDefaultFundElement: { prototype: HTMLSssDefaultFundElement; new (): HTMLSssDefaultFundElement; }; interface HTMLSssFooterSectionElement extends Components.SssFooterSection, HTMLStencilElement { } var HTMLSssFooterSectionElement: { prototype: HTMLSssFooterSectionElement; new (): HTMLSssFooterSectionElement; }; interface HTMLSssLoadingPageElement extends Components.SssLoadingPage, HTMLStencilElement { } var HTMLSssLoadingPageElement: { prototype: HTMLSssLoadingPageElement; new (): HTMLSssLoadingPageElement; }; interface HTMLSssMyOwnFundElement extends Components.SssMyOwnFund, HTMLStencilElement { } var HTMLSssMyOwnFundElement: { prototype: HTMLSssMyOwnFundElement; new (): HTMLSssMyOwnFundElement; }; interface HTMLSssMyOwnFundInputsElement extends Components.SssMyOwnFundInputs, HTMLStencilElement { } var HTMLSssMyOwnFundInputsElement: { prototype: HTMLSssMyOwnFundInputsElement; new (): HTMLSssMyOwnFundInputsElement; }; interface HTMLSssNotificationsSectionElement extends Components.SssNotificationsSection, HTMLStencilElement { } var HTMLSssNotificationsSectionElement: { prototype: HTMLSssNotificationsSectionElement; new (): HTMLSssNotificationsSectionElement; }; interface HTMLSssOidcCallbackPageElement extends Components.SssOidcCallbackPage, HTMLStencilElement { } var HTMLSssOidcCallbackPageElement: { prototype: HTMLSssOidcCallbackPageElement; new (): HTMLSssOidcCallbackPageElement; }; interface HTMLSssQsuperConfirmHeaderElement extends Components.SssQsuperConfirmHeader, HTMLStencilElement { } var HTMLSssQsuperConfirmHeaderElement: { prototype: HTMLSssQsuperConfirmHeaderElement; new (): HTMLSssQsuperConfirmHeaderElement; }; interface HTMLSssQsuperConsentElement extends Components.SssQsuperConsent, HTMLStencilElement { } var HTMLSssQsuperConsentElement: { prototype: HTMLSssQsuperConsentElement; new (): HTMLSssQsuperConsentElement; }; interface HTMLSssQsuperInsuranceOptInElement extends Components.SssQsuperInsuranceOptIn, HTMLStencilElement { } var HTMLSssQsuperInsuranceOptInElement: { prototype: HTMLSssQsuperInsuranceOptInElement; new (): HTMLSssQsuperInsuranceOptInElement; }; interface HTMLSssQsuperInsuranceQuestionsElement extends Components.SssQsuperInsuranceQuestions, HTMLStencilElement { } var HTMLSssQsuperInsuranceQuestionsElement: { prototype: HTMLSssQsuperInsuranceQuestionsElement; new (): HTMLSssQsuperInsuranceQuestionsElement; }; interface HTMLSssQsuperJoinElement extends Components.SssQsuperJoin, HTMLStencilElement { } var HTMLSssQsuperJoinElement: { prototype: HTMLSssQsuperJoinElement; new (): HTMLSssQsuperJoinElement; }; interface HTMLSssQsuperLayoutElement extends Components.SssQsuperLayout, HTMLStencilElement { } var HTMLSssQsuperLayoutElement: { prototype: HTMLSssQsuperLayoutElement; new (): HTMLSssQsuperLayoutElement; }; interface HTMLSssQsuperQuestion1Element extends Components.SssQsuperQuestion1, HTMLStencilElement { } var HTMLSssQsuperQuestion1Element: { prototype: HTMLSssQsuperQuestion1Element; new (): HTMLSssQsuperQuestion1Element; }; interface HTMLSssQsuperQuestion2Element extends Components.SssQsuperQuestion2, HTMLStencilElement { } var HTMLSssQsuperQuestion2Element: { prototype: HTMLSssQsuperQuestion2Element; new (): HTMLSssQsuperQuestion2Element; }; interface HTMLSssQsuperQuestion3Element extends Components.SssQsuperQuestion3, HTMLStencilElement { } var HTMLSssQsuperQuestion3Element: { prototype: HTMLSssQsuperQuestion3Element; new (): HTMLSssQsuperQuestion3Element; }; interface HTMLSssQsuperQuestion4Element extends Components.SssQsuperQuestion4, HTMLStencilElement { } var HTMLSssQsuperQuestion4Element: { prototype: HTMLSssQsuperQuestion4Element; new (): HTMLSssQsuperQuestion4Element; }; interface HTMLSssQsuperQuestion5Element extends Components.SssQsuperQuestion5, HTMLStencilElement { } var HTMLSssQsuperQuestion5Element: { prototype: HTMLSssQsuperQuestion5Element; new (): HTMLSssQsuperQuestion5Element; }; interface HTMLSssQsuperQuestion6Element extends Components.SssQsuperQuestion6, HTMLStencilElement { } var HTMLSssQsuperQuestion6Element: { prototype: HTMLSssQsuperQuestion6Element; new (): HTMLSssQsuperQuestion6Element; }; interface HTMLSssQsuperQuestion7Element extends Components.SssQsuperQuestion7, HTMLStencilElement { } var HTMLSssQsuperQuestion7Element: { prototype: HTMLSssQsuperQuestion7Element; new (): HTMLSssQsuperQuestion7Element; }; interface HTMLSssQsuperQuestion8Element extends Components.SssQsuperQuestion8, HTMLStencilElement { } var HTMLSssQsuperQuestion8Element: { prototype: HTMLSssQsuperQuestion8Element; new (): HTMLSssQsuperQuestion8Element; }; interface HTMLSssQsuperQuestionYesNoButtonsElement extends Components.SssQsuperQuestionYesNoButtons, HTMLStencilElement { } var HTMLSssQsuperQuestionYesNoButtonsElement: { prototype: HTMLSssQsuperQuestionYesNoButtonsElement; new (): HTMLSssQsuperQuestionYesNoButtonsElement; }; interface HTMLSssSelectedSuperChoiceSectionElement extends Components.SssSelectedSuperChoiceSection, HTMLStencilElement { } var HTMLSssSelectedSuperChoiceSectionElement: { prototype: HTMLSssSelectedSuperChoiceSectionElement; new (): HTMLSssSelectedSuperChoiceSectionElement; }; interface HTMLSssSelfManagedFundElement extends Components.SssSelfManagedFund, HTMLStencilElement { } var HTMLSssSelfManagedFundElement: { prototype: HTMLSssSelfManagedFundElement; new (): HTMLSssSelfManagedFundElement; }; interface HTMLSssSelfManagedFundInputsElement extends Components.SssSelfManagedFundInputs, HTMLStencilElement { } var HTMLSssSelfManagedFundInputsElement: { prototype: HTMLSssSelfManagedFundInputsElement; new (): HTMLSssSelfManagedFundInputsElement; }; interface HTMLSssSlateStandardChoicePageElement extends Components.SssSlateStandardChoicePage, HTMLStencilElement { } var HTMLSssSlateStandardChoicePageElement: { prototype: HTMLSssSlateStandardChoicePageElement; new (): HTMLSssSlateStandardChoicePageElement; }; interface HTMLSssSlatesuperHeaderElement extends Components.SssSlatesuperHeader, HTMLStencilElement { } var HTMLSssSlatesuperHeaderElement: { prototype: HTMLSssSlatesuperHeaderElement; new (): HTMLSssSlatesuperHeaderElement; }; interface HTMLSssStandardChoiceFormElement extends Components.SssStandardChoiceForm, HTMLStencilElement { } var HTMLSssStandardChoiceFormElement: { prototype: HTMLSssStandardChoiceFormElement; new (): HTMLSssStandardChoiceFormElement; }; interface HTMLSssSuccessElement extends Components.SssSuccess, HTMLStencilElement { } var HTMLSssSuccessElement: { prototype: HTMLSssSuccessElement; new (): HTMLSssSuccessElement; }; interface HTMLSssSuperChoiceItemElement extends Components.SssSuperChoiceItem, HTMLStencilElement { } var HTMLSssSuperChoiceItemElement: { prototype: HTMLSssSuperChoiceItemElement; new (): HTMLSssSuperChoiceItemElement; }; interface HTMLSssSuperChoicePageElement extends Components.SssSuperChoicePage, HTMLStencilElement { } var HTMLSssSuperChoicePageElement: { prototype: HTMLSssSuperChoicePageElement; new (): HTMLSssSuperChoicePageElement; }; interface HTMLSuperSelectionAppElement extends Components.SuperSelectionApp, HTMLStencilElement { } var HTMLSuperSelectionAppElement: { prototype: HTMLSuperSelectionAppElement; new (): HTMLSuperSelectionAppElement; }; interface HTMLSuperSelectionAppHostElement extends Components.SuperSelectionAppHost, HTMLStencilElement { } var HTMLSuperSelectionAppHostElement: { prototype: HTMLSuperSelectionAppHostElement; new (): HTMLSuperSelectionAppHostElement; }; interface HTMLSuperSelectionComponentElement extends Components.SuperSelectionComponent, HTMLStencilElement { } var HTMLSuperSelectionComponentElement: { prototype: HTMLSuperSelectionComponentElement; new (): HTMLSuperSelectionComponentElement; }; interface HTMLElementTagNameMap { "sss-custom-fund": HTMLSssCustomFundElement; "sss-default-fund": HTMLSssDefaultFundElement; "sss-footer-section": HTMLSssFooterSectionElement; "sss-loading-page": HTMLSssLoadingPageElement; "sss-my-own-fund": HTMLSssMyOwnFundElement; "sss-my-own-fund-inputs": HTMLSssMyOwnFundInputsElement; "sss-notifications-section": HTMLSssNotificationsSectionElement; "sss-oidc-callback-page": HTMLSssOidcCallbackPageElement; "sss-qsuper-confirm-header": HTMLSssQsuperConfirmHeaderElement; "sss-qsuper-consent": HTMLSssQsuperConsentElement; "sss-qsuper-insurance-opt-in": HTMLSssQsuperInsuranceOptInElement; "sss-qsuper-insurance-questions": HTMLSssQsuperInsuranceQuestionsElement; "sss-qsuper-join": HTMLSssQsuperJoinElement; "sss-qsuper-layout": HTMLSssQsuperLayoutElement; "sss-qsuper-question-1": HTMLSssQsuperQuestion1Element; "sss-qsuper-question-2": HTMLSssQsuperQuestion2Element; "sss-qsuper-question-3": HTMLSssQsuperQuestion3Element; "sss-qsuper-question-4": HTMLSssQsuperQuestion4Element; "sss-qsuper-question-5": HTMLSssQsuperQuestion5Element; "sss-qsuper-question-6": HTMLSssQsuperQuestion6Element; "sss-qsuper-question-7": HTMLSssQsuperQuestion7Element; "sss-qsuper-question-8": HTMLSssQsuperQuestion8Element; "sss-qsuper-question-yes-no-buttons": HTMLSssQsuperQuestionYesNoButtonsElement; "sss-selected-super-choice-section": HTMLSssSelectedSuperChoiceSectionElement; "sss-self-managed-fund": HTMLSssSelfManagedFundElement; "sss-self-managed-fund-inputs": HTMLSssSelfManagedFundInputsElement; "sss-slate-standard-choice-page": HTMLSssSlateStandardChoicePageElement; "sss-slatesuper-header": HTMLSssSlatesuperHeaderElement; "sss-standard-choice-form": HTMLSssStandardChoiceFormElement; "sss-success": HTMLSssSuccessElement; "sss-super-choice-item": HTMLSssSuperChoiceItemElement; "sss-super-choice-page": HTMLSssSuperChoicePageElement; "super-selection-app": HTMLSuperSelectionAppElement; "super-selection-app-host": HTMLSuperSelectionAppHostElement; "super-selection-component": HTMLSuperSelectionComponentElement; } } declare namespace LocalJSX { interface SssCustomFund { "history"?: RouterHistory; } interface SssDefaultFund { "history"?: RouterHistory; } interface SssFooterSection { } interface SssLoadingPage { } interface SssMyOwnFund { "history"?: RouterHistory; } interface SssMyOwnFundInputs { "myOwnFundForm"?: Partial; "onFormChanged"?: (event: CustomEvent>) => void; } interface SssNotificationsSection { } interface SssOidcCallbackPage { "callbackMode"?: 'sign-in' | 'sign-out' | 'silent-refresh'; "history"?: RouterHistory; } interface SssQsuperConfirmHeader { } interface SssQsuperConsent { } interface SssQsuperInsuranceOptIn { } interface SssQsuperInsuranceQuestions { } interface SssQsuperJoin { } interface SssQsuperLayout { "history"?: RouterHistory; } interface SssQsuperQuestion1 { } interface SssQsuperQuestion2 { } interface SssQsuperQuestion3 { } interface SssQsuperQuestion4 { } interface SssQsuperQuestion5 { } interface SssQsuperQuestion6 { } interface SssQsuperQuestion7 { } interface SssQsuperQuestion8 { } interface SssQsuperQuestionYesNoButtons { "history"?: RouterHistory; } interface SssSelectedSuperChoiceSection { "fundName"?: string; "fundType"?: string; } interface SssSelfManagedFund { "history"?: RouterHistory; } interface SssSelfManagedFundInputs { "fundForm"?: Partial; "onFormChanged"?: (event: CustomEvent>) => void; } interface SssSlateStandardChoicePage { "history"?: RouterHistory; } interface SssSlatesuperHeader { } interface SssStandardChoiceForm { "onStandardChoiceFormSignatureUpdated"?: (event: CustomEvent) => void; } interface SssSuccess { } interface SssSuperChoiceItem { "callToAction"?: string; "features"?: string; "heading"?: string; "history"?: RouterHistory; "isSelected"?: boolean; "logo"?: string; "name"?: string; "onJoinFundClicked"?: (event: CustomEvent) => void; "pdsLink"?: string; "usi"?: string; } interface SssSuperChoicePage { "history"?: RouterHistory; } interface SuperSelectionApp { "apiBaseUrl"?: string; "appBaseUrl"?: string; "history"?: RouterHistory; "jwt"?: string; "location"?: LocationSegments; "onStepCompleted"?: (event: CustomEvent) => void; "slateJoinAppUrl"?: string; } interface SuperSelectionAppHost { } interface SuperSelectionComponent { "accessToken"?: string; "apiBaseUrl"?: string; "appBaseUrl"?: string; "slateJoinAppPostUrl"?: string; } interface IntrinsicElements { "sss-custom-fund": SssCustomFund; "sss-default-fund": SssDefaultFund; "sss-footer-section": SssFooterSection; "sss-loading-page": SssLoadingPage; "sss-my-own-fund": SssMyOwnFund; "sss-my-own-fund-inputs": SssMyOwnFundInputs; "sss-notifications-section": SssNotificationsSection; "sss-oidc-callback-page": SssOidcCallbackPage; "sss-qsuper-confirm-header": SssQsuperConfirmHeader; "sss-qsuper-consent": SssQsuperConsent; "sss-qsuper-insurance-opt-in": SssQsuperInsuranceOptIn; "sss-qsuper-insurance-questions": SssQsuperInsuranceQuestions; "sss-qsuper-join": SssQsuperJoin; "sss-qsuper-layout": SssQsuperLayout; "sss-qsuper-question-1": SssQsuperQuestion1; "sss-qsuper-question-2": SssQsuperQuestion2; "sss-qsuper-question-3": SssQsuperQuestion3; "sss-qsuper-question-4": SssQsuperQuestion4; "sss-qsuper-question-5": SssQsuperQuestion5; "sss-qsuper-question-6": SssQsuperQuestion6; "sss-qsuper-question-7": SssQsuperQuestion7; "sss-qsuper-question-8": SssQsuperQuestion8; "sss-qsuper-question-yes-no-buttons": SssQsuperQuestionYesNoButtons; "sss-selected-super-choice-section": SssSelectedSuperChoiceSection; "sss-self-managed-fund": SssSelfManagedFund; "sss-self-managed-fund-inputs": SssSelfManagedFundInputs; "sss-slate-standard-choice-page": SssSlateStandardChoicePage; "sss-slatesuper-header": SssSlatesuperHeader; "sss-standard-choice-form": SssStandardChoiceForm; "sss-success": SssSuccess; "sss-super-choice-item": SssSuperChoiceItem; "sss-super-choice-page": SssSuperChoicePage; "super-selection-app": SuperSelectionApp; "super-selection-app-host": SuperSelectionAppHost; "super-selection-component": SuperSelectionComponent; } } export { LocalJSX as JSX }; declare module "@stencil/core" { export namespace JSX { interface IntrinsicElements { "sss-custom-fund": LocalJSX.SssCustomFund & JSXBase.HTMLAttributes; "sss-default-fund": LocalJSX.SssDefaultFund & JSXBase.HTMLAttributes; "sss-footer-section": LocalJSX.SssFooterSection & JSXBase.HTMLAttributes; "sss-loading-page": LocalJSX.SssLoadingPage & JSXBase.HTMLAttributes; "sss-my-own-fund": LocalJSX.SssMyOwnFund & JSXBase.HTMLAttributes; "sss-my-own-fund-inputs": LocalJSX.SssMyOwnFundInputs & JSXBase.HTMLAttributes; "sss-notifications-section": LocalJSX.SssNotificationsSection & JSXBase.HTMLAttributes; "sss-oidc-callback-page": LocalJSX.SssOidcCallbackPage & JSXBase.HTMLAttributes; "sss-qsuper-confirm-header": LocalJSX.SssQsuperConfirmHeader & JSXBase.HTMLAttributes; "sss-qsuper-consent": LocalJSX.SssQsuperConsent & JSXBase.HTMLAttributes; "sss-qsuper-insurance-opt-in": LocalJSX.SssQsuperInsuranceOptIn & JSXBase.HTMLAttributes; "sss-qsuper-insurance-questions": LocalJSX.SssQsuperInsuranceQuestions & JSXBase.HTMLAttributes; "sss-qsuper-join": LocalJSX.SssQsuperJoin & JSXBase.HTMLAttributes; "sss-qsuper-layout": LocalJSX.SssQsuperLayout & JSXBase.HTMLAttributes; "sss-qsuper-question-1": LocalJSX.SssQsuperQuestion1 & JSXBase.HTMLAttributes; "sss-qsuper-question-2": LocalJSX.SssQsuperQuestion2 & JSXBase.HTMLAttributes; "sss-qsuper-question-3": LocalJSX.SssQsuperQuestion3 & JSXBase.HTMLAttributes; "sss-qsuper-question-4": LocalJSX.SssQsuperQuestion4 & JSXBase.HTMLAttributes; "sss-qsuper-question-5": LocalJSX.SssQsuperQuestion5 & JSXBase.HTMLAttributes; "sss-qsuper-question-6": LocalJSX.SssQsuperQuestion6 & JSXBase.HTMLAttributes; "sss-qsuper-question-7": LocalJSX.SssQsuperQuestion7 & JSXBase.HTMLAttributes; "sss-qsuper-question-8": LocalJSX.SssQsuperQuestion8 & JSXBase.HTMLAttributes; "sss-qsuper-question-yes-no-buttons": LocalJSX.SssQsuperQuestionYesNoButtons & JSXBase.HTMLAttributes; "sss-selected-super-choice-section": LocalJSX.SssSelectedSuperChoiceSection & JSXBase.HTMLAttributes; "sss-self-managed-fund": LocalJSX.SssSelfManagedFund & JSXBase.HTMLAttributes; "sss-self-managed-fund-inputs": LocalJSX.SssSelfManagedFundInputs & JSXBase.HTMLAttributes; "sss-slate-standard-choice-page": LocalJSX.SssSlateStandardChoicePage & JSXBase.HTMLAttributes; "sss-slatesuper-header": LocalJSX.SssSlatesuperHeader & JSXBase.HTMLAttributes; "sss-standard-choice-form": LocalJSX.SssStandardChoiceForm & JSXBase.HTMLAttributes; "sss-success": LocalJSX.SssSuccess & JSXBase.HTMLAttributes; "sss-super-choice-item": LocalJSX.SssSuperChoiceItem & JSXBase.HTMLAttributes; "sss-super-choice-page": LocalJSX.SssSuperChoicePage & JSXBase.HTMLAttributes; "super-selection-app": LocalJSX.SuperSelectionApp & JSXBase.HTMLAttributes; "super-selection-app-host": LocalJSX.SuperSelectionAppHost & JSXBase.HTMLAttributes; "super-selection-component": LocalJSX.SuperSelectionComponent & JSXBase.HTMLAttributes; } } }