dfh-ui-library 1.12.756 → 1.12.758

Sign up to get free protection for your applications and to get access to all the features.
@@ -377,6 +377,7 @@ export interface DropdownSearchProps {
377
377
  onSelectedValuesChange?: (selectedValue: OptionProps) => void;
378
378
  buttonProps?: BtnOptionDropdown[];
379
379
  defaultValue?: string;
380
+ clearHandler?: (e?: any) => void;
380
381
  additionalErrorClasses?: string;
381
382
  error?: string;
382
383
  additionalClasses?: string;
package/dist/index.d.ts CHANGED
@@ -354,6 +354,7 @@ interface DropdownSearchProps {
354
354
  onSelectedValuesChange?: (selectedValue: OptionProps) => void;
355
355
  buttonProps?: BtnOptionDropdown[];
356
356
  defaultValue?: string;
357
+ clearHandler?: (e?: any) => void;
357
358
  additionalErrorClasses?: string;
358
359
  error?: string;
359
360
  additionalClasses?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.756",
3
+ "version": "1.12.758",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",