You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-widgets

Package Overview
Dependencies
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-widgets - npm Package Compare versions

Comparing version

to
5.0.0-beta.7

7

lib/Multiselect.js

@@ -243,8 +243,8 @@ "use strict";

tagOptionComponent,
groupBy,
listComponent: List = _Listbox.default,
data: rawData = [],
messages: userMessages,
groupBy: _
messages: userMessages
} = _ref,
elementProps = _objectWithoutProperties(_ref, ["dataKey", "textField", "autoFocus", "id", "value", "defaultValue", "onChange", "open", "defaultOpen", "onToggle", "searchTerm", "defaultSearchTerm", "onSearch", "filter", "allowCreate", "isRtl", "className", "containerClassName", "placeholder", "busy", "disabled", "readOnly", "selectIcon", "clearTagIcon", "busySpinner", "dropUp", "tabIndex", "popupTransition", "showPlaceholderWithValues", "onSelect", "onCreate", "onKeyDown", "onBlur", "onFocus", "inputProps", "listProps", "renderListItem", "renderListGroup", "renderTagValue", "optionComponent", "tagOptionComponent", "listComponent", "data", "messages", "groupBy"]);
elementProps = _objectWithoutProperties(_ref, ["dataKey", "textField", "autoFocus", "id", "value", "defaultValue", "onChange", "open", "defaultOpen", "onToggle", "searchTerm", "defaultSearchTerm", "onSearch", "filter", "allowCreate", "isRtl", "className", "containerClassName", "placeholder", "busy", "disabled", "readOnly", "selectIcon", "clearTagIcon", "busySpinner", "dropUp", "tabIndex", "popupTransition", "showPlaceholderWithValues", "onSelect", "onCreate", "onKeyDown", "onBlur", "onFocus", "inputProps", "listProps", "renderListItem", "renderListGroup", "renderTagValue", "optionComponent", "tagOptionComponent", "groupBy", "listComponent", "data", "messages"]);

@@ -573,2 +573,3 @@ let [currentValue, handleChange] = (0, _uncontrollable.useUncontrolledProp)(value, defaultValue, onChange);

renderGroup: renderListGroup,
groupBy: groupBy,
optionComponent: optionComponent,

@@ -575,0 +576,0 @@ focusedItem: focusedItem,

{
"name": "react-widgets",
"version": "5.0.0-beta.6",
"version": "5.0.0-beta.7",
"description": "An à la carte set of polished, extensible, and accessible inputs built for React",

@@ -101,3 +101,3 @@ "main": "lib/index.js",

"readme": "ERROR: No README data found!",
"_id": "react-widgets@5.0.0-beta.5"
"_id": "react-widgets@5.0.0-beta.6"
}

Sorry, the diff of this file is not supported yet