@flarehr/apollo-super-selection 5.12.47777 → 5.14.48686
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.esm.js +1 -1
- package/dist/lib/apollo-super-selection/p-9d066cda.entry.js +14 -0
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/apollo-super-selection/p-e8140b03.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_41.cjs.entry.js → sss-button_43.cjs.entry.js} +82 -42
- package/dist/lib/collection/collection-manifest.json +4 -0
- package/dist/lib/collection/components/super-campaign/super-campaign.js +1 -1
- package/dist/lib/collection/components/super-selection-app/app-state-pages/success.js +1 -1
- package/dist/lib/collection/components/super-selection-app/consent/consent-wrapper.js +32 -0
- package/dist/lib/collection/components/super-selection-app/consent/consent.js +3 -1
- package/dist/lib/collection/components/super-selection-app/existing-choice/existing-choice.js +2 -2
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/default-fund/default-fund.js +2 -2
- package/dist/lib/collection/components/super-selection-app/funds/custom-fund/member-name-input.js +18 -1
- 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 +2 -2
- 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 +2 -2
- package/dist/lib/collection/components/super-selection-app/misc/button.js +18 -1
- 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-invalid-my-own-fund.js +1 -1
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-invalid-smsf.js +1 -1
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-my-own-fund.js +3 -3
- package/dist/lib/collection/components/super-selection-app/prefill-fund/prefill-smsf.js +3 -3
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +2 -2
- package/dist/lib/collection/components/super-selection-app/standard-choice/standard-choice-form.js +3 -3
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-item/super-choice-item-bottom.js +1 -1
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page-wrapper.js +32 -0
- package/dist/lib/collection/components/super-selection-app/super-choice-page/super-choice-page.js +3 -1
- package/dist/lib/esm/apollo-super-selection.js +1 -1
- package/dist/lib/esm/loader.js +1 -1
- package/dist/lib/esm/{sss-button_41.entry.js → sss-button_43.entry.js} +81 -43
- 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_43.entry.js +69 -0
- package/dist/lib/types/components/super-selection-app/consent/consent-wrapper.d.ts +5 -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/self-managed-fund/self-managed-fund-inputs.d.ts +1 -2
- package/dist/lib/types/components/super-selection-app/misc/button.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/misc/dropdown-async.d.ts +1 -0
- package/dist/lib/types/components/super-selection-app/super-choice-page/super-choice-page-wrapper.d.ts +5 -0
- package/dist/lib/types/components.d.ts +36 -0
- package/package.json +1 -1
- package/dist/lib/apollo-super-selection/p-53ef7969.entry.js +0 -14
- package/dist/lib/apollo-super-selection/p-b917605f.system.entry.js +0 -69
- package/dist/lib/esm-es5/sss-button_41.entry.js +0 -69
|
@@ -7,9 +7,8 @@ export declare class SelfManagedFundInputs {
|
|
|
7
7
|
fundForm: Partial<SelfManagedFundForm>;
|
|
8
8
|
showValidationErrors: boolean;
|
|
9
9
|
formChanged: EventEmitter<Partial<FormChangedEvent>>;
|
|
10
|
-
private
|
|
10
|
+
private abnValidationStatus;
|
|
11
11
|
private isAbnTouched;
|
|
12
|
-
private isAbnUsedForRegulated;
|
|
13
12
|
private currentBank;
|
|
14
13
|
private addressErrorMessage;
|
|
15
14
|
private readonly stateOptions;
|
|
@@ -12,6 +12,7 @@ export declare type Success<T> = {
|
|
|
12
12
|
};
|
|
13
13
|
export declare type SearchResult<T> = Success<T> | TooManyResults;
|
|
14
14
|
export declare class SelectInputAsync {
|
|
15
|
+
testId: string;
|
|
15
16
|
placeholder?: string;
|
|
16
17
|
searchFunction?: (query: string) => Promise<SearchResult<unknown>>;
|
|
17
18
|
value?: SelectInputOption<unknown>;
|
|
@@ -23,11 +23,15 @@ export namespace Components {
|
|
|
23
23
|
"fillWidthOnMobile": boolean;
|
|
24
24
|
"promiseFn"?: () => Promise<unknown>;
|
|
25
25
|
"size": ButtonSize;
|
|
26
|
+
"testid": string;
|
|
26
27
|
"variant": ButtonVariant;
|
|
27
28
|
}
|
|
28
29
|
interface SssConsentPage {
|
|
29
30
|
"history": RouterHistory;
|
|
30
31
|
}
|
|
32
|
+
interface SssConsentPageWrapper {
|
|
33
|
+
"history": RouterHistory;
|
|
34
|
+
}
|
|
31
35
|
interface SssCustomFund {
|
|
32
36
|
"history": RouterHistory;
|
|
33
37
|
}
|
|
@@ -42,6 +46,7 @@ export namespace Components {
|
|
|
42
46
|
"requiredValidationMessage"?: string;
|
|
43
47
|
"searchFunction"?: (query: string) => Promise<SearchResult<unknown>>;
|
|
44
48
|
"showValidationErrors": boolean;
|
|
49
|
+
"testId": string;
|
|
45
50
|
"value"?: SelectInputOption<unknown>;
|
|
46
51
|
}
|
|
47
52
|
interface SssExistingChoicePage {
|
|
@@ -78,6 +83,7 @@ export namespace Components {
|
|
|
78
83
|
"name": string;
|
|
79
84
|
"readableName": string;
|
|
80
85
|
"showValidationErrors": boolean;
|
|
86
|
+
"testId": string;
|
|
81
87
|
"value": string;
|
|
82
88
|
}
|
|
83
89
|
interface SssPrefill {
|
|
@@ -152,6 +158,9 @@ export namespace Components {
|
|
|
152
158
|
interface SssSuperChoicePage {
|
|
153
159
|
"history": RouterHistory;
|
|
154
160
|
}
|
|
161
|
+
interface SssSuperChoicePageWrapper {
|
|
162
|
+
"history": RouterHistory;
|
|
163
|
+
}
|
|
155
164
|
interface SuperSelectionApp {
|
|
156
165
|
"accessToken": string;
|
|
157
166
|
"appBaseUrl"?: string;
|
|
@@ -177,6 +186,12 @@ declare global {
|
|
|
177
186
|
prototype: HTMLSssConsentPageElement;
|
|
178
187
|
new (): HTMLSssConsentPageElement;
|
|
179
188
|
};
|
|
189
|
+
interface HTMLSssConsentPageWrapperElement extends Components.SssConsentPageWrapper, HTMLStencilElement {
|
|
190
|
+
}
|
|
191
|
+
var HTMLSssConsentPageWrapperElement: {
|
|
192
|
+
prototype: HTMLSssConsentPageWrapperElement;
|
|
193
|
+
new (): HTMLSssConsentPageWrapperElement;
|
|
194
|
+
};
|
|
180
195
|
interface HTMLSssCustomFundElement extends Components.SssCustomFund, HTMLStencilElement {
|
|
181
196
|
}
|
|
182
197
|
var HTMLSssCustomFundElement: {
|
|
@@ -375,6 +390,12 @@ declare global {
|
|
|
375
390
|
prototype: HTMLSssSuperChoicePageElement;
|
|
376
391
|
new (): HTMLSssSuperChoicePageElement;
|
|
377
392
|
};
|
|
393
|
+
interface HTMLSssSuperChoicePageWrapperElement extends Components.SssSuperChoicePageWrapper, HTMLStencilElement {
|
|
394
|
+
}
|
|
395
|
+
var HTMLSssSuperChoicePageWrapperElement: {
|
|
396
|
+
prototype: HTMLSssSuperChoicePageWrapperElement;
|
|
397
|
+
new (): HTMLSssSuperChoicePageWrapperElement;
|
|
398
|
+
};
|
|
378
399
|
interface HTMLSuperSelectionAppElement extends Components.SuperSelectionApp, HTMLStencilElement {
|
|
379
400
|
}
|
|
380
401
|
var HTMLSuperSelectionAppElement: {
|
|
@@ -390,6 +411,7 @@ declare global {
|
|
|
390
411
|
interface HTMLElementTagNameMap {
|
|
391
412
|
"sss-button": HTMLSssButtonElement;
|
|
392
413
|
"sss-consent-page": HTMLSssConsentPageElement;
|
|
414
|
+
"sss-consent-page-wrapper": HTMLSssConsentPageWrapperElement;
|
|
393
415
|
"sss-custom-fund": HTMLSssCustomFundElement;
|
|
394
416
|
"sss-default-fund": HTMLSssDefaultFundElement;
|
|
395
417
|
"sss-dropdown-async": HTMLSssDropdownAsyncElement;
|
|
@@ -423,6 +445,7 @@ declare global {
|
|
|
423
445
|
"sss-super-choice-item-bottom": HTMLSssSuperChoiceItemBottomElement;
|
|
424
446
|
"sss-super-choice-item-top": HTMLSssSuperChoiceItemTopElement;
|
|
425
447
|
"sss-super-choice-page": HTMLSssSuperChoicePageElement;
|
|
448
|
+
"sss-super-choice-page-wrapper": HTMLSssSuperChoicePageWrapperElement;
|
|
426
449
|
"super-selection-app": HTMLSuperSelectionAppElement;
|
|
427
450
|
"super-selection-app-host": HTMLSuperSelectionAppHostElement;
|
|
428
451
|
}
|
|
@@ -434,11 +457,15 @@ declare namespace LocalJSX {
|
|
|
434
457
|
"fillWidthOnMobile"?: boolean;
|
|
435
458
|
"promiseFn"?: () => Promise<unknown>;
|
|
436
459
|
"size"?: ButtonSize;
|
|
460
|
+
"testid"?: string;
|
|
437
461
|
"variant"?: ButtonVariant;
|
|
438
462
|
}
|
|
439
463
|
interface SssConsentPage {
|
|
440
464
|
"history"?: RouterHistory;
|
|
441
465
|
}
|
|
466
|
+
interface SssConsentPageWrapper {
|
|
467
|
+
"history"?: RouterHistory;
|
|
468
|
+
}
|
|
442
469
|
interface SssCustomFund {
|
|
443
470
|
"history"?: RouterHistory;
|
|
444
471
|
}
|
|
@@ -454,6 +481,7 @@ declare namespace LocalJSX {
|
|
|
454
481
|
"requiredValidationMessage"?: string;
|
|
455
482
|
"searchFunction"?: (query: string) => Promise<SearchResult<unknown>>;
|
|
456
483
|
"showValidationErrors"?: boolean;
|
|
484
|
+
"testId"?: string;
|
|
457
485
|
"value"?: SelectInputOption<unknown>;
|
|
458
486
|
}
|
|
459
487
|
interface SssExistingChoicePage {
|
|
@@ -492,6 +520,7 @@ declare namespace LocalJSX {
|
|
|
492
520
|
"onMyInputChange"?: (event: CustomEvent<any>) => void;
|
|
493
521
|
"readableName"?: string;
|
|
494
522
|
"showValidationErrors"?: boolean;
|
|
523
|
+
"testId"?: string;
|
|
495
524
|
"value"?: string;
|
|
496
525
|
}
|
|
497
526
|
interface SssPrefill {
|
|
@@ -568,6 +597,9 @@ declare namespace LocalJSX {
|
|
|
568
597
|
interface SssSuperChoicePage {
|
|
569
598
|
"history"?: RouterHistory;
|
|
570
599
|
}
|
|
600
|
+
interface SssSuperChoicePageWrapper {
|
|
601
|
+
"history"?: RouterHistory;
|
|
602
|
+
}
|
|
571
603
|
interface SuperSelectionApp {
|
|
572
604
|
"accessToken"?: string;
|
|
573
605
|
"appBaseUrl"?: string;
|
|
@@ -585,6 +617,7 @@ declare namespace LocalJSX {
|
|
|
585
617
|
interface IntrinsicElements {
|
|
586
618
|
"sss-button": SssButton;
|
|
587
619
|
"sss-consent-page": SssConsentPage;
|
|
620
|
+
"sss-consent-page-wrapper": SssConsentPageWrapper;
|
|
588
621
|
"sss-custom-fund": SssCustomFund;
|
|
589
622
|
"sss-default-fund": SssDefaultFund;
|
|
590
623
|
"sss-dropdown-async": SssDropdownAsync;
|
|
@@ -618,6 +651,7 @@ declare namespace LocalJSX {
|
|
|
618
651
|
"sss-super-choice-item-bottom": SssSuperChoiceItemBottom;
|
|
619
652
|
"sss-super-choice-item-top": SssSuperChoiceItemTop;
|
|
620
653
|
"sss-super-choice-page": SssSuperChoicePage;
|
|
654
|
+
"sss-super-choice-page-wrapper": SssSuperChoicePageWrapper;
|
|
621
655
|
"super-selection-app": SuperSelectionApp;
|
|
622
656
|
"super-selection-app-host": SuperSelectionAppHost;
|
|
623
657
|
}
|
|
@@ -628,6 +662,7 @@ declare module "@stencil/core" {
|
|
|
628
662
|
interface IntrinsicElements {
|
|
629
663
|
"sss-button": LocalJSX.SssButton & JSXBase.HTMLAttributes<HTMLSssButtonElement>;
|
|
630
664
|
"sss-consent-page": LocalJSX.SssConsentPage & JSXBase.HTMLAttributes<HTMLSssConsentPageElement>;
|
|
665
|
+
"sss-consent-page-wrapper": LocalJSX.SssConsentPageWrapper & JSXBase.HTMLAttributes<HTMLSssConsentPageWrapperElement>;
|
|
631
666
|
"sss-custom-fund": LocalJSX.SssCustomFund & JSXBase.HTMLAttributes<HTMLSssCustomFundElement>;
|
|
632
667
|
"sss-default-fund": LocalJSX.SssDefaultFund & JSXBase.HTMLAttributes<HTMLSssDefaultFundElement>;
|
|
633
668
|
"sss-dropdown-async": LocalJSX.SssDropdownAsync & JSXBase.HTMLAttributes<HTMLSssDropdownAsyncElement>;
|
|
@@ -661,6 +696,7 @@ declare module "@stencil/core" {
|
|
|
661
696
|
"sss-super-choice-item-bottom": LocalJSX.SssSuperChoiceItemBottom & JSXBase.HTMLAttributes<HTMLSssSuperChoiceItemBottomElement>;
|
|
662
697
|
"sss-super-choice-item-top": LocalJSX.SssSuperChoiceItemTop & JSXBase.HTMLAttributes<HTMLSssSuperChoiceItemTopElement>;
|
|
663
698
|
"sss-super-choice-page": LocalJSX.SssSuperChoicePage & JSXBase.HTMLAttributes<HTMLSssSuperChoicePageElement>;
|
|
699
|
+
"sss-super-choice-page-wrapper": LocalJSX.SssSuperChoicePageWrapper & JSXBase.HTMLAttributes<HTMLSssSuperChoicePageWrapperElement>;
|
|
664
700
|
"super-selection-app": LocalJSX.SuperSelectionApp & JSXBase.HTMLAttributes<HTMLSuperSelectionAppElement>;
|
|
665
701
|
"super-selection-app-host": LocalJSX.SuperSelectionAppHost & JSXBase.HTMLAttributes<HTMLSuperSelectionAppHostElement>;
|
|
666
702
|
}
|