hplx-react-elements-dev 1.1.81 → 1.1.83

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.
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { AddSuggestionProps } from "../types";
3
- declare const AddSuggestion: ({ label, handleSuggestionValChange, onSuggestionClick, className, rows, hint_text_icon, hint_text, errorMsg, inputProps, options, suggestionValue, isDynamicHeight, getInputValue, isScrolllUp, elemID, }: AddSuggestionProps) => JSX.Element;
3
+ declare const AddSuggestion: ({ label, handleSuggestionValChange, onSuggestionClick, className, rows, hint_text_icon, hint_text, errorMsg, inputProps, options, suggestionValue, isDynamicHeight, getInputValue, isScrolllUp, elemID, closeDropdownAfterSelect }: AddSuggestionProps) => JSX.Element;
4
4
  export default AddSuggestion;
@@ -3,5 +3,5 @@ import "react-date-range/dist/styles.css";
3
3
  import "react-date-range/dist/theme/default.css";
4
4
  import "../datePicker/DatePickerCSS.css";
5
5
  import { DatePickerProps } from "../types";
6
- declare const DatePicker: ({ disabledDates, selectDate, dateVar, minDate, maxDate, label, width, labelColor, labelSize, placeholder, height, start_icon, end_icon, hint_text_icon, prefix, suffixButton, suffix, hint_text, showPlaceHolderOnly, char_count, errorMsg, disable, suffixInputProps, suffixDropdown, isSuffixEditable, suffixPlaceholder, fieldColor, isborderRequired, id, disabledDay, dayContentRenderer, }: DatePickerProps) => JSX.Element;
6
+ declare const DatePicker: ({ disabledDates, selectDate, dateVar, minDate, maxDate, label, width, className, labelColor, labelSize, placeholder, height, start_icon, end_icon, hint_text_icon, prefix, suffixButton, suffix, hint_text, showPlaceHolderOnly, char_count, errorMsg, disable, suffixInputProps, suffixDropdown, isSuffixEditable, suffixPlaceholder, fieldColor, isborderRequired, id, disabledDay, dayContentRenderer, }: DatePickerProps) => JSX.Element;
7
7
  export default DatePicker;
@@ -1,4 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import { DoubleInputProps } from "../types";
3
- declare const DoubleInput: ({ selectDate, dateVar, placeholder, widthDate, widthDrpdwn, widthSufixDrpdwn, isborderRequired, disable, disabledDates, fieldColor, isCalendar, label, labelColor, labelSize, input1value, input2value, errorMsg, prefix, start_icon, end_icon, hint_text_icon, hint_text, className, suffixClassName, dropdownClassName, suffixDropdownClassName, options, suffixOptions, handleValChange, handleSuffixValChange, onDropdownClick, onSuffixDropdownClick, onlyDropdownItemsAllowed, onlySuffixDropdownItemsAllowed, inputProps, suffixInputProps, }: DoubleInputProps) => JSX.Element;
3
+ declare const DoubleInput: ({ selectDate, dateVar, placeholder, widthDate, widthDrpdwn, widthSufixDrpdwn, isborderRequired, disable, disabledDates, fieldColor, isCalendar, label, labelColor, labelSize, input1value, input2value, errorMsg, prefix, start_icon, end_icon, hint_text_icon, hint_text, className, suffixClassName, dropdownClassName, suffixDropdownClassName, options, classNameDatePicker, suffixOptions, handleValChange, handleSuffixValChange, onDropdownClick, onSuffixDropdownClick, onlyDropdownItemsAllowed, onlySuffixDropdownItemsAllowed, inputProps, suffixInputProps, }: DoubleInputProps) => JSX.Element;
4
4
  export default DoubleInput;