@apexcura/ui-components 0.0.7-Beta12 → 0.0.7-Beta14

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