dfh-ui-library 1.12.758 → 1.12.759

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