hplx-react-elements-dev 1.1.69 → 1.1.71

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 { InputTagProps } from "../types";
3
- declare const InputTag: ({ inputProps, className, dropdownClassName, options, tagList, tagString, tagClassName, handleValChange, onDropdownClick, allowDuplicates, getInputValue, shouldModifyTextCase, }: InputTagProps) => JSX.Element;
3
+ declare const InputTag: ({ inputProps, className, dropdownClassName, options, tagList, tagString, tagClassName, handleValChange, onDropdownClick, allowDuplicates, getInputValue, shouldModifyTextCase, isScrollUp, elemID, }: InputTagProps) => JSX.Element;
4
4
  export default InputTag;
@@ -444,6 +444,8 @@ export interface AddSuggestionProps {
444
444
  handleSuffixValChange?: (value: any) => void;
445
445
  isborderRequired?: boolean;
446
446
  getInputValue?: (value: string) => void;
447
+ isScrolllUp?: boolean;
448
+ elemID?: string;
447
449
  }
448
450
  export interface DoubleInputProps {
449
451
  fieldColor?: string;
@@ -495,6 +497,8 @@ export interface InputTagProps {
495
497
  allowDuplicates?: boolean;
496
498
  getInputValue?: (value: string) => void;
497
499
  shouldModifyTextCase?: boolean;
500
+ isScrollUp?: boolean;
501
+ elemID?: string;
498
502
  }
499
503
  export interface CarouselProps {
500
504
  leftIconClassName?: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.1.69",
12
+ "version": "1.1.71",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",