@commercetools-uikit/search-select-input 20.3.0 → 20.4.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.
|
@@ -38,24 +38,32 @@ var _concatInstanceProperty__default = /*#__PURE__*/_interopDefault(_concatInsta
|
|
|
38
38
|
|
|
39
39
|
var messages = reactIntl.defineMessages({
|
|
40
40
|
noOptionsMessage: {
|
|
41
|
-
id:
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
id: "UIKit.SearchSelectInput.noOptionsMessage",
|
|
42
|
+
defaultMessage: [{
|
|
43
|
+
"type": 0,
|
|
44
|
+
"value": "No matches found for your search term"
|
|
45
|
+
}]
|
|
44
46
|
},
|
|
45
47
|
loadingOptionsMessage: {
|
|
46
|
-
id:
|
|
47
|
-
|
|
48
|
-
|
|
48
|
+
id: "UIKit.SearchSelectInput.loadingOptionsMessage",
|
|
49
|
+
defaultMessage: [{
|
|
50
|
+
"type": 0,
|
|
51
|
+
"value": "Loading exact matches"
|
|
52
|
+
}]
|
|
49
53
|
},
|
|
50
54
|
placeholderMessage: {
|
|
51
|
-
id:
|
|
52
|
-
|
|
53
|
-
|
|
55
|
+
id: "UIKit.SearchSelectInput.placeholderMessage",
|
|
56
|
+
defaultMessage: [{
|
|
57
|
+
"type": 0,
|
|
58
|
+
"value": "Search by…"
|
|
59
|
+
}]
|
|
54
60
|
},
|
|
55
61
|
searchSelectInputAsFilterPlaceholder: {
|
|
56
|
-
id:
|
|
57
|
-
|
|
58
|
-
|
|
62
|
+
id: "UIKit.SearchSelectInput.searchSelectInputAsFilterPlaceholder",
|
|
63
|
+
defaultMessage: [{
|
|
64
|
+
"type": 0,
|
|
65
|
+
"value": "Search"
|
|
66
|
+
}]
|
|
59
67
|
}
|
|
60
68
|
});
|
|
61
69
|
|
|
@@ -135,7 +143,7 @@ SearchSelectInput.displayName = 'SearchSelectInput';
|
|
|
135
143
|
var SearchSelectInput$1 = SearchSelectInput;
|
|
136
144
|
|
|
137
145
|
// NOTE: This string will be replaced on build time with the package version.
|
|
138
|
-
var version = "20.
|
|
146
|
+
var version = "20.4.0";
|
|
139
147
|
|
|
140
148
|
exports["default"] = SearchSelectInput$1;
|
|
141
149
|
exports.version = version;
|
|
@@ -38,24 +38,32 @@ var _concatInstanceProperty__default = /*#__PURE__*/_interopDefault(_concatInsta
|
|
|
38
38
|
|
|
39
39
|
var messages = reactIntl.defineMessages({
|
|
40
40
|
noOptionsMessage: {
|
|
41
|
-
id:
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
id: "UIKit.SearchSelectInput.noOptionsMessage",
|
|
42
|
+
defaultMessage: [{
|
|
43
|
+
"type": 0,
|
|
44
|
+
"value": "No matches found for your search term"
|
|
45
|
+
}]
|
|
44
46
|
},
|
|
45
47
|
loadingOptionsMessage: {
|
|
46
|
-
id:
|
|
47
|
-
|
|
48
|
-
|
|
48
|
+
id: "UIKit.SearchSelectInput.loadingOptionsMessage",
|
|
49
|
+
defaultMessage: [{
|
|
50
|
+
"type": 0,
|
|
51
|
+
"value": "Loading exact matches"
|
|
52
|
+
}]
|
|
49
53
|
},
|
|
50
54
|
placeholderMessage: {
|
|
51
|
-
id:
|
|
52
|
-
|
|
53
|
-
|
|
55
|
+
id: "UIKit.SearchSelectInput.placeholderMessage",
|
|
56
|
+
defaultMessage: [{
|
|
57
|
+
"type": 0,
|
|
58
|
+
"value": "Search by…"
|
|
59
|
+
}]
|
|
54
60
|
},
|
|
55
61
|
searchSelectInputAsFilterPlaceholder: {
|
|
56
|
-
id:
|
|
57
|
-
|
|
58
|
-
|
|
62
|
+
id: "UIKit.SearchSelectInput.searchSelectInputAsFilterPlaceholder",
|
|
63
|
+
defaultMessage: [{
|
|
64
|
+
"type": 0,
|
|
65
|
+
"value": "Search"
|
|
66
|
+
}]
|
|
59
67
|
}
|
|
60
68
|
});
|
|
61
69
|
|
|
@@ -130,7 +138,7 @@ SearchSelectInput.displayName = 'SearchSelectInput';
|
|
|
130
138
|
var SearchSelectInput$1 = SearchSelectInput;
|
|
131
139
|
|
|
132
140
|
// NOTE: This string will be replaced on build time with the package version.
|
|
133
|
-
var version = "20.
|
|
141
|
+
var version = "20.4.0";
|
|
134
142
|
|
|
135
143
|
exports["default"] = SearchSelectInput$1;
|
|
136
144
|
exports.version = version;
|
|
@@ -20,24 +20,32 @@ import { jsx } from '@emotion/react/jsx-runtime';
|
|
|
20
20
|
|
|
21
21
|
var messages = defineMessages({
|
|
22
22
|
noOptionsMessage: {
|
|
23
|
-
id:
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
id: "UIKit.SearchSelectInput.noOptionsMessage",
|
|
24
|
+
defaultMessage: [{
|
|
25
|
+
"type": 0,
|
|
26
|
+
"value": "No matches found for your search term"
|
|
27
|
+
}]
|
|
26
28
|
},
|
|
27
29
|
loadingOptionsMessage: {
|
|
28
|
-
id:
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
id: "UIKit.SearchSelectInput.loadingOptionsMessage",
|
|
31
|
+
defaultMessage: [{
|
|
32
|
+
"type": 0,
|
|
33
|
+
"value": "Loading exact matches"
|
|
34
|
+
}]
|
|
31
35
|
},
|
|
32
36
|
placeholderMessage: {
|
|
33
|
-
id:
|
|
34
|
-
|
|
35
|
-
|
|
37
|
+
id: "UIKit.SearchSelectInput.placeholderMessage",
|
|
38
|
+
defaultMessage: [{
|
|
39
|
+
"type": 0,
|
|
40
|
+
"value": "Search by…"
|
|
41
|
+
}]
|
|
36
42
|
},
|
|
37
43
|
searchSelectInputAsFilterPlaceholder: {
|
|
38
|
-
id:
|
|
39
|
-
|
|
40
|
-
|
|
44
|
+
id: "UIKit.SearchSelectInput.searchSelectInputAsFilterPlaceholder",
|
|
45
|
+
defaultMessage: [{
|
|
46
|
+
"type": 0,
|
|
47
|
+
"value": "Search"
|
|
48
|
+
}]
|
|
41
49
|
}
|
|
42
50
|
});
|
|
43
51
|
|
|
@@ -117,6 +125,6 @@ SearchSelectInput.displayName = 'SearchSelectInput';
|
|
|
117
125
|
var SearchSelectInput$1 = SearchSelectInput;
|
|
118
126
|
|
|
119
127
|
// NOTE: This string will be replaced on build time with the package version.
|
|
120
|
-
var version = "20.
|
|
128
|
+
var version = "20.4.0";
|
|
121
129
|
|
|
122
130
|
export { SearchSelectInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/search-select-input",
|
|
3
3
|
"description": "A search select input component built on top of `@commercetools-uikit/async-select-input` to asynchronously load results (options) using the keyword that the user has entered.",
|
|
4
|
-
"version": "20.
|
|
4
|
+
"version": "20.4.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/async-select-input": "20.
|
|
25
|
-
"@commercetools-uikit/design-system": "20.
|
|
26
|
-
"@commercetools-uikit/select-utils": "20.
|
|
27
|
-
"@commercetools-uikit/spacings": "20.
|
|
28
|
-
"@commercetools-uikit/text": "20.
|
|
29
|
-
"@commercetools-uikit/utils": "20.
|
|
24
|
+
"@commercetools-uikit/async-select-input": "20.4.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "20.4.0",
|
|
26
|
+
"@commercetools-uikit/select-utils": "20.4.0",
|
|
27
|
+
"@commercetools-uikit/spacings": "20.4.0",
|
|
28
|
+
"@commercetools-uikit/text": "20.4.0",
|
|
29
|
+
"@commercetools-uikit/utils": "20.4.0",
|
|
30
30
|
"@emotion/react": "^11.10.5",
|
|
31
31
|
"@emotion/styled": "^11.10.5"
|
|
32
32
|
},
|