elcrm 0.9.135 → 0.9.136

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,2 +1,2 @@
1
- declare const Search: ({ className, title, timeout, placeholder, edit, active, value, onValue, }: any) => import("react/jsx-runtime").JSX.Element;
1
+ declare const Search: ({ className, title, timeout, placeholder, edit, active, value, onValue, maxLength, }: any) => import("react/jsx-runtime").JSX.Element;
2
2
  export default Search;
@@ -47,7 +47,7 @@ declare const _default: {
47
47
  Number: typeof Number;
48
48
  Password: typeof Password;
49
49
  Phone: typeof Phone;
50
- Search: ({ className, title, timeout, placeholder, edit, active, value, onValue, }: any) => import("react/jsx-runtime").JSX.Element;
50
+ Search: ({ className, title, timeout, placeholder, edit, active, value, onValue, maxLength, }: any) => import("react/jsx-runtime").JSX.Element;
51
51
  Select: typeof Select;
52
52
  Set: typeof Set;
53
53
  Textarea: typeof Textarea;
@@ -44,7 +44,7 @@ declare const _default: {
44
44
  Number: typeof Number;
45
45
  Password: typeof Password;
46
46
  Phone: typeof Phone;
47
- Search: ({ className, title, timeout, placeholder, edit, active, value, onValue, }: any) => import("react/jsx-runtime").JSX.Element;
47
+ Search: ({ className, title, timeout, placeholder, edit, active, value, onValue, maxLength, }: any) => import("react/jsx-runtime").JSX.Element;
48
48
  Select: typeof Select;
49
49
  Set: typeof Set;
50
50
  Textarea: typeof Textarea;