@apexcura/ui-components 0.0.7-Beta16 → 0.0.7-Beta18

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/index.d.mts CHANGED
@@ -18,6 +18,8 @@ type ElementType = {
18
18
  maxLength?: number;
19
19
  fieldNames?: any[];
20
20
  onChange?: (value: string | number | boolean | any[]) => void;
21
+ options: any[];
22
+ onFocusHandler: () => void;
21
23
  };
22
24
 
23
25
  interface ElementExecuterProps$3 extends ElementType {
package/dist/index.d.ts CHANGED
@@ -18,6 +18,8 @@ type ElementType = {
18
18
  maxLength?: number;
19
19
  fieldNames?: any[];
20
20
  onChange?: (value: string | number | boolean | any[]) => void;
21
+ options: any[];
22
+ onFocusHandler: () => void;
21
23
  };
22
24
 
23
25
  interface ElementExecuterProps$3 extends ElementType {
package/dist/index.js CHANGED
@@ -312,7 +312,9 @@ var SingleSelectElement = (props) => {
312
312
  optionFilterProp: "children",
313
313
  onChange: handleChange,
314
314
  onSearch,
315
- filterOption
315
+ filterOption,
316
+ onFocus: props.onFocusHandler,
317
+ options: props.options
316
318
  }
317
319
  );
318
320
  };
package/dist/index.mjs CHANGED
@@ -266,7 +266,9 @@ var SingleSelectElement = (props) => {
266
266
  optionFilterProp: "children",
267
267
  onChange: handleChange,
268
268
  onSearch,
269
- filterOption
269
+ filterOption,
270
+ onFocus: props.onFocusHandler,
271
+ options: props.options
270
272
  }
271
273
  );
272
274
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apexcura/ui-components",
3
- "version": "0.0.7-Beta16",
3
+ "version": "0.0.7-Beta18",
4
4
  "description": "Apex cura React components library",
5
5
  "keywords": [
6
6
  "apex cura",