@flarehr/apollo-super-selection 5.30.58428 → 5.32.58650

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
  2. package/dist/lib/apollo-super-selection/p-54b7fc66.entry.js +14 -0
  3. package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
  4. package/dist/lib/apollo-super-selection/p-d2830872.system.entry.js +69 -0
  5. package/dist/lib/cjs/apollo-super-selection.cjs.js +1 -1
  6. package/dist/lib/cjs/loader.cjs.js +1 -1
  7. package/dist/lib/cjs/{sss-button_32.cjs.entry.js → sss-button_33.cjs.entry.js} +31 -7
  8. package/dist/lib/collection/collection-manifest.json +2 -0
  9. package/dist/lib/collection/components/super-selection-app/choice/choice-router.js +42 -0
  10. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund.js +2 -2
  11. package/dist/lib/collection/components/super-selection-app/header-section/header-section.js +2 -2
  12. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.routes.js +1 -1
  13. package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +7 -2
  14. package/dist/lib/esm/apollo-super-selection.js +1 -1
  15. package/dist/lib/esm/loader.js +1 -1
  16. package/dist/lib/esm/{sss-button_32.entry.js → sss-button_33.entry.js} +32 -9
  17. package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
  18. package/dist/lib/esm-es5/loader.js +1 -1
  19. package/dist/lib/esm-es5/{sss-button_32.entry.js → sss-button_33.entry.js} +2 -2
  20. package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +7 -0
  21. package/dist/lib/types/components/super-selection-app/choice/choice-router.d.ts +6 -0
  22. package/dist/lib/types/components/super-selection-app/services/super-selection-app.service.d.ts +1 -1
  23. package/dist/lib/types/components.d.ts +15 -0
  24. package/package.json +1 -1
  25. package/dist/lib/apollo-super-selection/p-84cc34e6.system.entry.js +0 -69
  26. package/dist/lib/apollo-super-selection/p-e8a21fb9.entry.js +0 -14
@@ -186,9 +186,16 @@ export declare type SuperBuyerDto = {
186
186
  tfn: string | null;
187
187
  superChoice: SuperChoiceDto | null;
188
188
  };
189
+ export declare type FeatureSetDto = {
190
+ type: 'basic';
191
+ } | {
192
+ type: 'promoted';
193
+ };
194
+ export declare type FeatureSetType = FeatureSetDto['type'];
189
195
  export declare type AccountConfigurationDto = {
190
196
  accountId: string;
191
197
  defaultFundUsi: string | null;
198
+ featureSet: FeatureSetDto;
192
199
  };
193
200
  export declare type ProfileConfigurationDto = {
194
201
  defaultFundUsi: string | null;
@@ -0,0 +1,6 @@
1
+ import { RouterHistory } from '@stencil/router';
2
+ export declare class ChoiceRouter {
3
+ history: RouterHistory;
4
+ componentWillLoad(): Promise<void>;
5
+ render(): Element[];
6
+ }
@@ -31,7 +31,7 @@ export declare class SuperSelectionAppService {
31
31
  set superCampaignComponentStatus(value: SuperCampaignComponentStatus);
32
32
  get isUsingSuperCampaign(): boolean;
33
33
  get isBringYourOwnFundCustomStepEnabled(): boolean;
34
- get isSuperCampaignFallbackActivated(): boolean;
34
+ get superCampaignCanNotBeActivated(): boolean;
35
35
  get hideFooterSection(): boolean;
36
36
  set hideFooterSection(value: boolean);
37
37
  get backendUrl(): O.Option<string>;
@@ -24,6 +24,9 @@ export namespace Components {
24
24
  "testid": string;
25
25
  "variant": ButtonVariant;
26
26
  }
27
+ interface SssChoiceRouter {
28
+ "history": RouterHistory;
29
+ }
27
30
  interface SssCustomFund {
28
31
  "history": RouterHistory;
29
32
  }
@@ -136,6 +139,12 @@ declare global {
136
139
  prototype: HTMLSssButtonElement;
137
140
  new (): HTMLSssButtonElement;
138
141
  };
142
+ interface HTMLSssChoiceRouterElement extends Components.SssChoiceRouter, HTMLStencilElement {
143
+ }
144
+ var HTMLSssChoiceRouterElement: {
145
+ prototype: HTMLSssChoiceRouterElement;
146
+ new (): HTMLSssChoiceRouterElement;
147
+ };
139
148
  interface HTMLSssCustomFundElement extends Components.SssCustomFund, HTMLStencilElement {
140
149
  }
141
150
  var HTMLSssCustomFundElement: {
@@ -300,6 +309,7 @@ declare global {
300
309
  };
301
310
  interface HTMLElementTagNameMap {
302
311
  "sss-button": HTMLSssButtonElement;
312
+ "sss-choice-router": HTMLSssChoiceRouterElement;
303
313
  "sss-custom-fund": HTMLSssCustomFundElement;
304
314
  "sss-default-fund": HTMLSssDefaultFundElement;
305
315
  "sss-dropdown-async": HTMLSssDropdownAsyncElement;
@@ -339,6 +349,9 @@ declare namespace LocalJSX {
339
349
  "testid"?: string;
340
350
  "variant"?: ButtonVariant;
341
351
  }
352
+ interface SssChoiceRouter {
353
+ "history"?: RouterHistory;
354
+ }
342
355
  interface SssCustomFund {
343
356
  "history"?: RouterHistory;
344
357
  }
@@ -452,6 +465,7 @@ declare namespace LocalJSX {
452
465
  }
453
466
  interface IntrinsicElements {
454
467
  "sss-button": SssButton;
468
+ "sss-choice-router": SssChoiceRouter;
455
469
  "sss-custom-fund": SssCustomFund;
456
470
  "sss-default-fund": SssDefaultFund;
457
471
  "sss-dropdown-async": SssDropdownAsync;
@@ -486,6 +500,7 @@ declare module "@stencil/core" {
486
500
  export namespace JSX {
487
501
  interface IntrinsicElements {
488
502
  "sss-button": LocalJSX.SssButton & JSXBase.HTMLAttributes<HTMLSssButtonElement>;
503
+ "sss-choice-router": LocalJSX.SssChoiceRouter & JSXBase.HTMLAttributes<HTMLSssChoiceRouterElement>;
489
504
  "sss-custom-fund": LocalJSX.SssCustomFund & JSXBase.HTMLAttributes<HTMLSssCustomFundElement>;
490
505
  "sss-default-fund": LocalJSX.SssDefaultFund & JSXBase.HTMLAttributes<HTMLSssDefaultFundElement>;
491
506
  "sss-dropdown-async": LocalJSX.SssDropdownAsync & JSXBase.HTMLAttributes<HTMLSssDropdownAsyncElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "5.30.58428",
3
+ "version": "5.32.58650",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",