hplx-react-elements-dev 1.1.82 → 1.1.84
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
|
@@ -30,6 +30,7 @@ export interface InputFieldProps {
|
|
|
30
30
|
showEmailSuggestions?: boolean;
|
|
31
31
|
}
|
|
32
32
|
export interface DatePickerProps {
|
|
33
|
+
className?: string;
|
|
33
34
|
disable?: boolean;
|
|
34
35
|
placeholder?: string;
|
|
35
36
|
disabledDates?: Date[];
|
|
@@ -455,10 +456,12 @@ export interface AddSuggestionProps {
|
|
|
455
456
|
export interface DoubleInputProps {
|
|
456
457
|
fieldColor?: string;
|
|
457
458
|
selectDate?: any;
|
|
459
|
+
classNamedoubleInput?: string;
|
|
458
460
|
dateVar?: (val: Date) => void;
|
|
459
461
|
placeholder?: string;
|
|
460
462
|
widthDate?: string;
|
|
461
463
|
widthDrpdwn?: string;
|
|
464
|
+
classNameDatePicker?: string;
|
|
462
465
|
widthSufixDrpdwn?: string;
|
|
463
466
|
isborderRequired?: boolean;
|
|
464
467
|
disable?: boolean;
|