@flarehr/apollo-super-selection 4.32.31414 → 4.33.32977

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.
@@ -1,4 +1,7 @@
1
1
  export declare class Success {
2
+ connectedCallback(): void;
3
+ disconnectedCallback(): void;
2
4
  render(): Element[];
3
5
  private handleContinueButtonClick;
6
+ private ignorePopState;
4
7
  }
@@ -5,7 +5,10 @@ export declare class StandardChoiceFormInputDefaultFund {
5
5
  private formState;
6
6
  private isSubmitDisabled;
7
7
  private formElement;
8
+ connectedCallback(): void;
9
+ disconnectedCallback(): void;
8
10
  render(): Element[];
9
11
  private renderLogo;
10
12
  private handleSubmitForm;
13
+ private ignorePopState;
11
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "4.32.31414",
3
+ "version": "4.33.32977",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",