hplx-react-elements-dev 1.1.83 → 1.1.85
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/esm/types.d.ts
CHANGED
|
@@ -456,6 +456,7 @@ export interface AddSuggestionProps {
|
|
|
456
456
|
export interface DoubleInputProps {
|
|
457
457
|
fieldColor?: string;
|
|
458
458
|
selectDate?: any;
|
|
459
|
+
classNamedoubleInput?: string;
|
|
459
460
|
dateVar?: (val: Date) => void;
|
|
460
461
|
placeholder?: string;
|
|
461
462
|
widthDate?: string;
|
|
@@ -482,7 +483,7 @@ export interface DoubleInputProps {
|
|
|
482
483
|
handleValChange?: (value: any) => void;
|
|
483
484
|
handleSuffixValChange?: (value: any) => void;
|
|
484
485
|
onDropdownClick?: (value: any, index?: number, searchString?: string) => void;
|
|
485
|
-
onSuffixDropdownClick?: (value: any) => void;
|
|
486
|
+
onSuffixDropdownClick?: (value: any, index?: number, searchString?: string) => void;
|
|
486
487
|
dropdownClassName?: string;
|
|
487
488
|
suffixDropdownClassName?: string;
|
|
488
489
|
input1value?: string;
|