Socket
Socket
Sign inDemoInstall

react-widgets

Package Overview
Dependencies
27
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.7.1 to 5.8.0

7

cjs/Combobox.js

@@ -46,3 +46,3 @@ "use strict";

const _excluded = ["id", "className", "containerClassName", "placeholder", "autoFocus", "textField", "dataKey", "autoSelectMatches", "focusFirstItem", "value", "defaultValue", "onChange", "open", "defaultOpen", "onToggle", "filter", "busy", "disabled", "readOnly", "selectIcon", "hideCaret", "hideEmptyPopup", "busySpinner", "dropUp", "tabIndex", "popupTransition", "name", "onSelect", "onKeyDown", "onBlur", "onFocus", "inputProps", "listProps", "groupBy", "renderListItem", "renderListGroup", "optionComponent", "listComponent", "popupComponent", "data", "messages"];
const _excluded = ["id", "className", "containerClassName", "placeholder", "autoFocus", "textField", "dataKey", "autoSelectMatches", "focusFirstItem", "value", "defaultValue", "onChange", "open", "defaultOpen", "onToggle", "filter", "busy", "disabled", "readOnly", "selectIcon", "hideCaret", "hideEmptyPopup", "busySpinner", "dropUp", "tabIndex", "popupTransition", "name", "onSelect", "onKeyDown", "onBlur", "onFocus", "inputProps", "listProps", "popupProps", "groupBy", "renderListItem", "renderListGroup", "optionComponent", "listComponent", "popupComponent", "data", "messages"];

@@ -169,2 +169,3 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }

listProps,
popupProps,
groupBy,

@@ -398,3 +399,3 @@ renderListItem,

value: list.context
}, shouldRenderPopup && /*#__PURE__*/React.createElement(Popup, {
}, shouldRenderPopup && /*#__PURE__*/React.createElement(Popup, _extends({}, popupProps, {
dropUp: dropUp,

@@ -404,3 +405,3 @@ open: popupOpen,

onEntering: () => listRef.current.scrollIntoView()
}, /*#__PURE__*/React.createElement(ListComponent, _extends({}, listProps, {
}), /*#__PURE__*/React.createElement(ListComponent, _extends({}, listProps, {
id: listId,

@@ -407,0 +408,0 @@ tabIndex: -1,

@@ -68,2 +68,3 @@ import React from 'react';

dropUp?: boolean;
popupProps: object;
popupTransition?: React.ComponentType<TransitionProps>;

@@ -70,0 +71,0 @@ popupComponent?: React.ComponentType<PopupProps>;

@@ -44,3 +44,3 @@ "use strict";

const _excluded = ["id", "value", "onChange", "onSelect", "onToggle", "onKeyDown", "onKeyPress", "onCurrentDateChange", "inputProps", "calendarProps", "timeInputProps", "autoFocus", "tabIndex", "disabled", "readOnly", "className", "valueFormat", "valueDisplayFormat", "valueEditFormat", "containerClassName", "name", "selectIcon", "placeholder", "includeTime", "min", "max", "open", "dropUp", "parse", "messages", "formats", "currentDate", "popupTransition", "popupComponent", "timePrecision", "aria-labelledby", "aria-describedby"];
const _excluded = ["id", "value", "onChange", "onSelect", "onToggle", "onKeyDown", "onKeyPress", "onCurrentDateChange", "inputProps", "calendarProps", "timeInputProps", "popupProps", "autoFocus", "tabIndex", "disabled", "readOnly", "className", "valueFormat", "valueDisplayFormat", "valueEditFormat", "containerClassName", "name", "selectIcon", "placeholder", "includeTime", "min", "max", "open", "dropUp", "parse", "messages", "formats", "currentDate", "popupTransition", "popupComponent", "timePrecision", "aria-labelledby", "aria-describedby"];

@@ -239,2 +239,3 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }

timeInputProps,
popupProps,
autoFocus,

@@ -436,3 +437,3 @@ tabIndex,

onClick: handleCalendarClick
})), !!shouldRenderList && /*#__PURE__*/_react.default.createElement(Popup, {
})), !!shouldRenderList && /*#__PURE__*/_react.default.createElement(Popup, _extends({}, popupProps, {
dropUp: dropUp,

@@ -447,3 +448,3 @@ open: open,

onExited: handleClosing
}, /*#__PURE__*/_react.default.createElement(_Calendar.default, _extends({
}), /*#__PURE__*/_react.default.createElement(_Calendar.default, _extends({
min: min,

@@ -450,0 +451,0 @@ max: max,

@@ -54,3 +54,3 @@ "use strict";

const _excluded = ["id", "autoFocus", "textField", "dataKey", "value", "defaultValue", "onChange", "open", "defaultOpen", "onToggle", "searchTerm", "defaultSearchTerm", "onSearch", "filter", "allowCreate", "delay", "focusFirstItem", "className", "containerClassName", "placeholder", "busy", "disabled", "readOnly", "selectIcon", "busySpinner", "dropUp", "tabIndex", "popupTransition", "name", "autoComplete", "onSelect", "onCreate", "onKeyPress", "onKeyDown", "onClick", "inputProps", "listProps", "renderListItem", "renderListGroup", "optionComponent", "renderValue", "groupBy", "onBlur", "onFocus", "listComponent", "popupComponent", "data", "messages"];
const _excluded = ["id", "autoFocus", "textField", "dataKey", "value", "defaultValue", "onChange", "open", "defaultOpen", "onToggle", "searchTerm", "defaultSearchTerm", "onSearch", "filter", "allowCreate", "delay", "focusFirstItem", "className", "containerClassName", "placeholder", "busy", "disabled", "readOnly", "selectIcon", "busySpinner", "dropUp", "tabIndex", "popupTransition", "name", "autoComplete", "onSelect", "onCreate", "onKeyPress", "onKeyDown", "onClick", "inputProps", "listProps", "popupProps", "renderListItem", "renderListGroup", "optionComponent", "renderValue", "groupBy", "onBlur", "onFocus", "listComponent", "popupComponent", "data", "messages"];

@@ -197,2 +197,3 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }

listProps,
popupProps,
renderListItem,

@@ -488,3 +489,3 @@ renderListGroup,

spinner: busySpinner
})), shouldRenderPopup && /*#__PURE__*/_react.default.createElement(Popup, {
})), shouldRenderPopup && /*#__PURE__*/_react.default.createElement(Popup, _extends({}, popupProps, {
dropUp: dropUp,

@@ -495,3 +496,3 @@ open: currentOpen,

onEntering: () => listRef.current.scrollIntoView()
}, /*#__PURE__*/_react.default.createElement(ListComponent, _extends({}, listProps, {
}), /*#__PURE__*/_react.default.createElement(ListComponent, _extends({}, listProps, {
id: listId,

@@ -498,0 +499,0 @@ data: data,

@@ -54,3 +54,3 @@ "use strict";

const _excluded = ["dataKey", "textField", "autoFocus", "id", "value", "defaultValue", "onChange", "open", "defaultOpen", "onToggle", "focusFirstItem", "searchTerm", "defaultSearchTerm", "onSearch", "filter", "allowCreate", "className", "containerClassName", "placeholder", "busy", "disabled", "readOnly", "selectIcon", "clearTagIcon", "busySpinner", "dropUp", "tabIndex", "popupTransition", "showPlaceholderWithValues", "showSelectedItemsInList", "onSelect", "onCreate", "onKeyDown", "onBlur", "onFocus", "inputProps", "listProps", "renderListItem", "renderListGroup", "renderTagValue", "optionComponent", "tagOptionComponent", "groupBy", "listComponent", "popupComponent", "tagListComponent", "data", "messages"];
const _excluded = ["dataKey", "textField", "autoFocus", "id", "value", "defaultValue", "onChange", "open", "defaultOpen", "onToggle", "focusFirstItem", "searchTerm", "defaultSearchTerm", "onSearch", "filter", "allowCreate", "className", "containerClassName", "placeholder", "busy", "disabled", "readOnly", "selectIcon", "clearTagIcon", "busySpinner", "dropUp", "tabIndex", "popupTransition", "showPlaceholderWithValues", "showSelectedItemsInList", "onSelect", "onCreate", "onKeyDown", "onBlur", "onFocus", "inputProps", "listProps", "popupProps", "renderListItem", "renderListGroup", "renderTagValue", "optionComponent", "tagOptionComponent", "groupBy", "listComponent", "popupComponent", "tagListComponent", "data", "messages"];

@@ -227,2 +227,3 @@ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }

listProps,
popupProps,
renderListItem,

@@ -565,3 +566,3 @@ renderListGroup,

value: list.context
}, shouldRenderPopup && /*#__PURE__*/_react.default.createElement(Popup, {
}, shouldRenderPopup && /*#__PURE__*/_react.default.createElement(Popup, _extends({}, popupProps, {
dropUp: dropUp,

@@ -571,3 +572,3 @@ open: currentOpen,

onEntering: () => listRef.current.scrollIntoView()
}, /*#__PURE__*/_react.default.createElement(ListComponent, _extends({}, listProps, {
}), /*#__PURE__*/_react.default.createElement(ListComponent, _extends({}, listProps, {
id: listId,

@@ -574,0 +575,0 @@ data: data,

@@ -128,2 +128,3 @@ import React, { AnimationEventHandler, AriaRole, ComponentType, DragEventHandler, FocusEventHandler, KeyboardEventHandler, MouseEventHandler, PointerEventHandler, ReactNode, Ref, SyntheticEvent, TouchEventHandler, TransitionEventHandler, UIEventHandler, WheelEventHandler } from 'react';

dropUp?: boolean;
popupProps: Record<string, any>;
popupTransition?: React.ComponentType<TransitionProps>;

@@ -130,0 +131,0 @@ popupComponent?: React.ComponentType<PopupProps>;

@@ -1,2 +0,2 @@

const _excluded = ["id", "className", "containerClassName", "placeholder", "autoFocus", "textField", "dataKey", "autoSelectMatches", "focusFirstItem", "value", "defaultValue", "onChange", "open", "defaultOpen", "onToggle", "filter", "busy", "disabled", "readOnly", "selectIcon", "hideCaret", "hideEmptyPopup", "busySpinner", "dropUp", "tabIndex", "popupTransition", "name", "onSelect", "onKeyDown", "onBlur", "onFocus", "inputProps", "listProps", "groupBy", "renderListItem", "renderListGroup", "optionComponent", "listComponent", "popupComponent", "data", "messages"];
const _excluded = ["id", "className", "containerClassName", "placeholder", "autoFocus", "textField", "dataKey", "autoSelectMatches", "focusFirstItem", "value", "defaultValue", "onChange", "open", "defaultOpen", "onToggle", "filter", "busy", "disabled", "readOnly", "selectIcon", "hideCaret", "hideEmptyPopup", "busySpinner", "dropUp", "tabIndex", "popupTransition", "name", "onSelect", "onKeyDown", "onBlur", "onFocus", "inputProps", "listProps", "popupProps", "groupBy", "renderListItem", "renderListGroup", "optionComponent", "listComponent", "popupComponent", "data", "messages"];

@@ -140,2 +140,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

listProps,
popupProps,
groupBy,

@@ -369,3 +370,3 @@ renderListItem,

value: list.context
}, shouldRenderPopup && /*#__PURE__*/React.createElement(Popup, {
}, shouldRenderPopup && /*#__PURE__*/React.createElement(Popup, _extends({}, popupProps, {
dropUp: dropUp,

@@ -375,3 +376,3 @@ open: popupOpen,

onEntering: () => listRef.current.scrollIntoView()
}, /*#__PURE__*/React.createElement(ListComponent, _extends({}, listProps, {
}), /*#__PURE__*/React.createElement(ListComponent, _extends({}, listProps, {
id: listId,

@@ -378,0 +379,0 @@ tabIndex: -1,

@@ -68,2 +68,3 @@ import React from 'react';

dropUp?: boolean;
popupProps: object;
popupTransition?: React.ComponentType<TransitionProps>;

@@ -70,0 +71,0 @@ popupComponent?: React.ComponentType<PopupProps>;

@@ -1,2 +0,2 @@

const _excluded = ["id", "value", "onChange", "onSelect", "onToggle", "onKeyDown", "onKeyPress", "onCurrentDateChange", "inputProps", "calendarProps", "timeInputProps", "autoFocus", "tabIndex", "disabled", "readOnly", "className", "valueFormat", "valueDisplayFormat", "valueEditFormat", "containerClassName", "name", "selectIcon", "placeholder", "includeTime", "min", "max", "open", "dropUp", "parse", "messages", "formats", "currentDate", "popupTransition", "popupComponent", "timePrecision", "aria-labelledby", "aria-describedby"];
const _excluded = ["id", "value", "onChange", "onSelect", "onToggle", "onKeyDown", "onKeyPress", "onCurrentDateChange", "inputProps", "calendarProps", "timeInputProps", "popupProps", "autoFocus", "tabIndex", "disabled", "readOnly", "className", "valueFormat", "valueDisplayFormat", "valueEditFormat", "containerClassName", "name", "selectIcon", "placeholder", "includeTime", "min", "max", "open", "dropUp", "parse", "messages", "formats", "currentDate", "popupTransition", "popupComponent", "timePrecision", "aria-labelledby", "aria-describedby"];

@@ -208,2 +208,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

timeInputProps,
popupProps,
autoFocus,

@@ -404,3 +405,3 @@ tabIndex,

onClick: handleCalendarClick
})), !!shouldRenderList && /*#__PURE__*/React.createElement(Popup, {
})), !!shouldRenderList && /*#__PURE__*/React.createElement(Popup, _extends({}, popupProps, {
dropUp: dropUp,

@@ -415,3 +416,3 @@ open: open,

onExited: handleClosing
}, /*#__PURE__*/React.createElement(Calendar, _extends({
}), /*#__PURE__*/React.createElement(Calendar, _extends({
min: min,

@@ -418,0 +419,0 @@ max: max,

@@ -1,2 +0,2 @@

const _excluded = ["id", "autoFocus", "textField", "dataKey", "value", "defaultValue", "onChange", "open", "defaultOpen", "onToggle", "searchTerm", "defaultSearchTerm", "onSearch", "filter", "allowCreate", "delay", "focusFirstItem", "className", "containerClassName", "placeholder", "busy", "disabled", "readOnly", "selectIcon", "busySpinner", "dropUp", "tabIndex", "popupTransition", "name", "autoComplete", "onSelect", "onCreate", "onKeyPress", "onKeyDown", "onClick", "inputProps", "listProps", "renderListItem", "renderListGroup", "optionComponent", "renderValue", "groupBy", "onBlur", "onFocus", "listComponent", "popupComponent", "data", "messages"];
const _excluded = ["id", "autoFocus", "textField", "dataKey", "value", "defaultValue", "onChange", "open", "defaultOpen", "onToggle", "searchTerm", "defaultSearchTerm", "onSearch", "filter", "allowCreate", "delay", "focusFirstItem", "className", "containerClassName", "placeholder", "busy", "disabled", "readOnly", "selectIcon", "busySpinner", "dropUp", "tabIndex", "popupTransition", "name", "autoComplete", "onSelect", "onCreate", "onKeyPress", "onKeyDown", "onClick", "inputProps", "listProps", "popupProps", "renderListItem", "renderListGroup", "optionComponent", "renderValue", "groupBy", "onBlur", "onFocus", "listComponent", "popupComponent", "data", "messages"];

@@ -161,2 +161,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

listProps,
popupProps,
renderListItem,

@@ -452,3 +453,3 @@ renderListGroup,

spinner: busySpinner
})), shouldRenderPopup && /*#__PURE__*/React.createElement(Popup, {
})), shouldRenderPopup && /*#__PURE__*/React.createElement(Popup, _extends({}, popupProps, {
dropUp: dropUp,

@@ -459,3 +460,3 @@ open: currentOpen,

onEntering: () => listRef.current.scrollIntoView()
}, /*#__PURE__*/React.createElement(ListComponent, _extends({}, listProps, {
}), /*#__PURE__*/React.createElement(ListComponent, _extends({}, listProps, {
id: listId,

@@ -462,0 +463,0 @@ data: data,

@@ -1,2 +0,2 @@

const _excluded = ["dataKey", "textField", "autoFocus", "id", "value", "defaultValue", "onChange", "open", "defaultOpen", "onToggle", "focusFirstItem", "searchTerm", "defaultSearchTerm", "onSearch", "filter", "allowCreate", "className", "containerClassName", "placeholder", "busy", "disabled", "readOnly", "selectIcon", "clearTagIcon", "busySpinner", "dropUp", "tabIndex", "popupTransition", "showPlaceholderWithValues", "showSelectedItemsInList", "onSelect", "onCreate", "onKeyDown", "onBlur", "onFocus", "inputProps", "listProps", "renderListItem", "renderListGroup", "renderTagValue", "optionComponent", "tagOptionComponent", "groupBy", "listComponent", "popupComponent", "tagListComponent", "data", "messages"];
const _excluded = ["dataKey", "textField", "autoFocus", "id", "value", "defaultValue", "onChange", "open", "defaultOpen", "onToggle", "focusFirstItem", "searchTerm", "defaultSearchTerm", "onSearch", "filter", "allowCreate", "className", "containerClassName", "placeholder", "busy", "disabled", "readOnly", "selectIcon", "clearTagIcon", "busySpinner", "dropUp", "tabIndex", "popupTransition", "showPlaceholderWithValues", "showSelectedItemsInList", "onSelect", "onCreate", "onKeyDown", "onBlur", "onFocus", "inputProps", "listProps", "popupProps", "renderListItem", "renderListGroup", "renderTagValue", "optionComponent", "tagOptionComponent", "groupBy", "listComponent", "popupComponent", "tagListComponent", "data", "messages"];

@@ -191,2 +191,3 @@ function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }

listProps,
popupProps,
renderListItem,

@@ -529,3 +530,3 @@ renderListGroup,

value: list.context
}, shouldRenderPopup && /*#__PURE__*/React.createElement(Popup, {
}, shouldRenderPopup && /*#__PURE__*/React.createElement(Popup, _extends({}, popupProps, {
dropUp: dropUp,

@@ -535,3 +536,3 @@ open: currentOpen,

onEntering: () => listRef.current.scrollIntoView()
}, /*#__PURE__*/React.createElement(ListComponent, _extends({}, listProps, {
}), /*#__PURE__*/React.createElement(ListComponent, _extends({}, listProps, {
id: listId,

@@ -538,0 +539,0 @@ data: data,

@@ -128,2 +128,3 @@ import React, { AnimationEventHandler, AriaRole, ComponentType, DragEventHandler, FocusEventHandler, KeyboardEventHandler, MouseEventHandler, PointerEventHandler, ReactNode, Ref, SyntheticEvent, TouchEventHandler, TransitionEventHandler, UIEventHandler, WheelEventHandler } from 'react';

dropUp?: boolean;
popupProps: Record<string, any>;
popupTransition?: React.ComponentType<TransitionProps>;

@@ -130,0 +131,0 @@ popupComponent?: React.ComponentType<PopupProps>;

{
"name": "react-widgets",
"version": "5.7.1",
"version": "5.8.0",
"description": "An à la carte set of polished, extensible, and accessible inputs built for React",

@@ -59,3 +59,3 @@ "main": "cjs/index.js",

},
"gitHead": "1c2b1b539671bdd3af91dc7d8706fce039892e2a"
"gitHead": "f604f9d41652adc29ccd3455bf17997bc001d9ef"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc