hplx-react-elements-dev 1.3.29 → 1.3.31

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 InputTagWithCursorPosition: ({ inputProps, className, dropdownClassName, options, tagList, tagString, tagClassName, handleValChange, onDropdownClick, allowDuplicates, getInputValue, shouldModifyTextCase, isScrollUp, elemID, }: InputTagProps) => JSX.Element;
3
+ declare const InputTagWithCursorPosition: ({ inputProps, className, dropdownClassName, options, tagList, tagString, tagClassName, handleValChange, onDropdownClick, allowDuplicates, getInputValue, shouldModifyTextCase, isScrollUp, elemID, isCustomValueAllowed, }: InputTagProps) => JSX.Element;
4
4
  export default InputTagWithCursorPosition;
@@ -557,6 +557,7 @@ export interface InputTagProps {
557
557
  shouldModifyTextCase?: boolean;
558
558
  isScrollUp?: boolean;
559
559
  elemID?: string;
560
+ isCustomValueAllowed?: boolean;
560
561
  }
561
562
  export interface CarouselProps {
562
563
  leftIconClassName?: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.3.29",
12
+ "version": "1.3.31",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",