@commercetools-uikit/search-select-field 15.14.2 → 15.15.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.
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ export default Example;
|
|
|
107
107
|
| `noOptionsMessage` | `AsyncProps['noOptionsMessage']` | | | Can be used to render a custom value when there are no options (either because of no search results, or all options have been used, or there were none in the first place). Gets called with `{ inputValue: String }`. `inputValue` will be an empty string when no search text is present.
<br>
[Props from React select was used](https://react-select.com/props) |
|
|
108
108
|
| `maxMenuHeight` | `AsyncProps['maxMenuHeight']` | | | Maximum height of the menu before scrolling
<br>
[Props from React select was used](https://react-select.com/props) |
|
|
109
109
|
| `menuPortalTarget` | `AsyncProps['menuPortalTarget']` | | | Dom element to portal the select menu to
<br>
[Props from React select was used](https://react-select.com/props) |
|
|
110
|
-
| `menuPortalZIndex` | `number` | | | z-index value for the menu portal
|
|
110
|
+
| `menuPortalZIndex` | `number` | | | z-index value for the menu portal
<br>
Use in conjunction with `menuPortalTarget` |
|
|
111
111
|
| `menuShouldBlockScroll` | `boolean` | | | whether the menu should block scroll while open |
|
|
112
112
|
| `showOptionGroupDivider` | `boolean` | | | Determines if option groups will be separated by a divider |
|
|
113
113
|
| `onBlur` | `Function`<br/>[See signature.](#signature-onBlur) | | | Handle blur events on the control |
|
|
@@ -177,7 +177,7 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
177
177
|
var SearchSelectField$1 = SearchSelectField;
|
|
178
178
|
|
|
179
179
|
// NOTE: This string will be replaced on build time with the package version.
|
|
180
|
-
var version = "15.
|
|
180
|
+
var version = "15.15.0";
|
|
181
181
|
|
|
182
182
|
exports["default"] = SearchSelectField$1;
|
|
183
183
|
exports.version = version;
|
|
@@ -143,7 +143,7 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
143
143
|
var SearchSelectField$1 = SearchSelectField;
|
|
144
144
|
|
|
145
145
|
// NOTE: This string will be replaced on build time with the package version.
|
|
146
|
-
var version = "15.
|
|
146
|
+
var version = "15.15.0";
|
|
147
147
|
|
|
148
148
|
exports["default"] = SearchSelectField$1;
|
|
149
149
|
exports.version = version;
|
|
@@ -153,6 +153,6 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
153
153
|
var SearchSelectField$1 = SearchSelectField;
|
|
154
154
|
|
|
155
155
|
// NOTE: This string will be replaced on build time with the package version.
|
|
156
|
-
var version = "15.
|
|
156
|
+
var version = "15.15.0";
|
|
157
157
|
|
|
158
158
|
export { SearchSelectField$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/search-select-field",
|
|
3
3
|
"description": "A search select field built on top of search select input, allowing users to asynchronously search for options",
|
|
4
|
-
"version": "15.
|
|
4
|
+
"version": "15.15.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "15.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.
|
|
26
|
-
"@commercetools-uikit/field-errors": "15.
|
|
27
|
-
"@commercetools-uikit/field-label": "15.
|
|
28
|
-
"@commercetools-uikit/hooks": "15.
|
|
29
|
-
"@commercetools-uikit/search-select-input": "15.
|
|
30
|
-
"@commercetools-uikit/spacings": "15.
|
|
31
|
-
"@commercetools-uikit/utils": "15.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.15.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.15.0",
|
|
26
|
+
"@commercetools-uikit/field-errors": "15.15.0",
|
|
27
|
+
"@commercetools-uikit/field-label": "15.15.0",
|
|
28
|
+
"@commercetools-uikit/hooks": "15.15.0",
|
|
29
|
+
"@commercetools-uikit/search-select-input": "15.15.0",
|
|
30
|
+
"@commercetools-uikit/spacings": "15.15.0",
|
|
31
|
+
"@commercetools-uikit/utils": "15.15.0",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"prop-types": "15.8.1",
|