@luminati-io/uikit 3.2.1 → 3.2.2
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.
@@ -37423,7 +37423,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
37423
37423
|
|
37424
37424
|
|
37425
37425
|
/*jslint react:true*/
|
37426
|
-
var _excluded = ["label", "labelIcon", "required", "value", "defaultValue", "placeholder", "options", "onChange", "onFocus", "onBlur", "multiselect", "creatable", "clearable", "disabled", "invalid", "helperText", "className", "onChangeCapture", "menuPortalTarget", "filterOption", "formatOptionLabel", "menuPlacement", "hideSelectedOptions", "onInputChange", "getOptionValue", "getOptionLabel", "isOptionDisabled", "isOptionSelected", "async", "isLoading", "loadOptions", "defaultOptions", "cacheOptions", "onCreateOption", "formatCreateLabel", "isValidNewOption", "getNewOptionData"];
|
37426
|
+
var _excluded = ["label", "labelIcon", "required", "value", "defaultValue", "placeholder", "options", "onChange", "onFocus", "onBlur", "multiselect", "creatable", "clearable", "disabled", "invalid", "helperText", "className", "classNamePrefix", "onChangeCapture", "menuPortalTarget", "filterOption", "formatOptionLabel", "menuPlacement", "hideSelectedOptions", "onInputChange", "getOptionValue", "getOptionLabel", "isOptionDisabled", "isOptionSelected", "async", "isLoading", "loadOptions", "defaultOptions", "cacheOptions", "onCreateOption", "formatCreateLabel", "isValidNewOption", "getNewOptionData"];
|
37427
37427
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : 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); }
|
37428
37428
|
function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
|
37429
37429
|
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
|
@@ -37458,6 +37458,7 @@ var Dropdown = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().forward
|
|
37458
37458
|
invalid = props.invalid,
|
37459
37459
|
helperText = props.helperText,
|
37460
37460
|
className = props.className,
|
37461
|
+
classNamePrefix = props.classNamePrefix,
|
37461
37462
|
onChangeCapture = props.onChangeCapture,
|
37462
37463
|
menuPortalTarget = props.menuPortalTarget,
|
37463
37464
|
filterOption = props.filterOption,
|
@@ -37527,7 +37528,7 @@ var Dropdown = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().forward
|
|
37527
37528
|
className: (0,_utils__WEBPACK_IMPORTED_MODULE_8__.classNames)(className, {
|
37528
37529
|
container: true
|
37529
37530
|
}),
|
37530
|
-
classNamePrefix:
|
37531
|
+
classNamePrefix: classNamePrefix,
|
37531
37532
|
menuPortalTarget: menuPortalTarget,
|
37532
37533
|
onChangeCapture: onChangeCapture,
|
37533
37534
|
closeMenuOnSelect: !multiselect,
|
@@ -37571,7 +37572,7 @@ Dropdown.propTypes = {
|
|
37571
37572
|
multiselect: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().bool),
|
37572
37573
|
clearable: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().bool),
|
37573
37574
|
creatable: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().bool),
|
37574
|
-
|
37575
|
+
classNamePrefix: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().string),
|
37575
37576
|
menuPlacement: prop_types__WEBPACK_IMPORTED_MODULE_0___default().oneOf(['bottom', 'auto', 'top']),
|
37576
37577
|
virtualized: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().bool),
|
37577
37578
|
autosize: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().bool),
|