@flarehr/apollo-super-selection 1.3.48591 → 1.3.48656

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 (21) hide show
  1. package/dist/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
  2. package/dist/lib/apollo-super-selection/{p-ea9f9261.system.entry.js → p-3425de0b.system.entry.js} +2 -2
  3. package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
  4. package/dist/lib/apollo-super-selection/{p-1a6d0700.entry.js → p-d71b6abe.entry.js} +4 -4
  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_43.cjs.entry.js +6 -6
  8. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/member-name-input.js +18 -1
  9. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/my-own-fund/my-own-fund-inputs.js +3 -3
  10. package/dist/lib/collection/components/super-selection-app/funds/custom-fund/self-managed-fund/self-managed-fund-inputs.js +2 -2
  11. package/dist/lib/collection/components/super-selection-app/misc/dropdown-async.js +18 -1
  12. package/dist/lib/esm/apollo-super-selection.js +1 -1
  13. package/dist/lib/esm/loader.js +1 -1
  14. package/dist/lib/esm/sss-button_43.entry.js +6 -6
  15. package/dist/lib/esm-es5/apollo-super-selection.js +1 -1
  16. package/dist/lib/esm-es5/loader.js +1 -1
  17. package/dist/lib/esm-es5/sss-button_43.entry.js +2 -2
  18. package/dist/lib/types/components/super-selection-app/funds/custom-fund/member-name-input.d.ts +1 -0
  19. package/dist/lib/types/components/super-selection-app/misc/dropdown-async.d.ts +1 -0
  20. package/dist/lib/types/components.d.ts +4 -0
  21. package/package.json +1 -1
@@ -1,5 +1,6 @@
1
1
  import { EventEmitter } from '../../../../stencil-public-runtime';
2
2
  export declare class MemberNameInput {
3
+ testId: string;
3
4
  value: string;
4
5
  name: string;
5
6
  readableName: string;
@@ -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>;
@@ -46,6 +46,7 @@ export namespace Components {
46
46
  "requiredValidationMessage"?: string;
47
47
  "searchFunction"?: (query: string) => Promise<SearchResult<unknown>>;
48
48
  "showValidationErrors": boolean;
49
+ "testId": string;
49
50
  "value"?: SelectInputOption<unknown>;
50
51
  }
51
52
  interface SssExistingChoicePage {
@@ -82,6 +83,7 @@ export namespace Components {
82
83
  "name": string;
83
84
  "readableName": string;
84
85
  "showValidationErrors": boolean;
86
+ "testId": string;
85
87
  "value": string;
86
88
  }
87
89
  interface SssPrefill {
@@ -479,6 +481,7 @@ declare namespace LocalJSX {
479
481
  "requiredValidationMessage"?: string;
480
482
  "searchFunction"?: (query: string) => Promise<SearchResult<unknown>>;
481
483
  "showValidationErrors"?: boolean;
484
+ "testId"?: string;
482
485
  "value"?: SelectInputOption<unknown>;
483
486
  }
484
487
  interface SssExistingChoicePage {
@@ -517,6 +520,7 @@ declare namespace LocalJSX {
517
520
  "onMyInputChange"?: (event: CustomEvent<any>) => void;
518
521
  "readableName"?: string;
519
522
  "showValidationErrors"?: boolean;
523
+ "testId"?: string;
520
524
  "value"?: string;
521
525
  }
522
526
  interface SssPrefill {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "1.3.48591",
3
+ "version": "1.3.48656",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",