dfh-ui-library 1.12.757 → 1.12.758
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/shared/models/components/common.model.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/shared/models/components/common.model.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
@@ -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;
|