sccoreui 4.9.8 → 5.0.0

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.
@@ -16,7 +16,6 @@ const ListBoxDropdown = ({ onChange, footeTemplate, headerTemplate, labelIcon, l
16
16
  setSelectedCities(values);
17
17
  }, [values]);
18
18
  const handleScroll = (e) => {
19
- console.log(e);
20
19
  if (optionsMenuRef)
21
20
  optionsMenuRef.current.hide(e);
22
21
  };
@@ -201,7 +201,7 @@ export interface ListBoxDropdownTypes {
201
201
  link?: any;
202
202
  isLoading?: boolean;
203
203
  className?: string;
204
- scrollElementId?: '';
204
+ scrollElementId?: any;
205
205
  }
206
206
  export interface DatePickerTypes {
207
207
  value: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sccoreui",
3
- "version": "4.9.8",
3
+ "version": "5.0.0",
4
4
  "description": "ui-sccore",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",