@commercetools-uikit/pagination 16.6.0 → 16.7.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.
|
@@ -230,6 +230,7 @@ const PageSizeSelector = props => {
|
|
|
230
230
|
max: "auto",
|
|
231
231
|
children: jsxRuntime.jsx(SelectInput__default["default"], {
|
|
232
232
|
id: perPageSelectorId,
|
|
233
|
+
isSearchable: false,
|
|
233
234
|
name: "per-page-selector",
|
|
234
235
|
value: props.perPage.toString(),
|
|
235
236
|
options: _mapInstanceProperty__default["default"](options).call(options, option => ({
|
|
@@ -301,7 +302,7 @@ Pagination.defaultProps = defaultProps;
|
|
|
301
302
|
var Pagination$1 = Pagination;
|
|
302
303
|
|
|
303
304
|
// NOTE: This string will be replaced on build time with the package version.
|
|
304
|
-
var version = "16.
|
|
305
|
+
var version = "16.7.0";
|
|
305
306
|
|
|
306
307
|
exports.PageNavigator = PageNavigator$1;
|
|
307
308
|
exports.PageSizeSelector = PageSizeSelector$1;
|
|
@@ -222,6 +222,7 @@ const PageSizeSelector = props => {
|
|
|
222
222
|
max: "auto",
|
|
223
223
|
children: jsxRuntime.jsx(SelectInput__default["default"], {
|
|
224
224
|
id: perPageSelectorId,
|
|
225
|
+
isSearchable: false,
|
|
225
226
|
name: "per-page-selector",
|
|
226
227
|
value: props.perPage.toString(),
|
|
227
228
|
options: _mapInstanceProperty__default["default"](options).call(options, option => ({
|
|
@@ -282,7 +283,7 @@ Pagination.defaultProps = defaultProps;
|
|
|
282
283
|
var Pagination$1 = Pagination;
|
|
283
284
|
|
|
284
285
|
// NOTE: This string will be replaced on build time with the package version.
|
|
285
|
-
var version = "16.
|
|
286
|
+
var version = "16.7.0";
|
|
286
287
|
|
|
287
288
|
exports.PageNavigator = PageNavigator$1;
|
|
288
289
|
exports.PageSizeSelector = PageSizeSelector$1;
|
|
@@ -203,6 +203,7 @@ const PageSizeSelector = props => {
|
|
|
203
203
|
max: "auto",
|
|
204
204
|
children: jsx(SelectInput, {
|
|
205
205
|
id: perPageSelectorId,
|
|
206
|
+
isSearchable: false,
|
|
206
207
|
name: "per-page-selector",
|
|
207
208
|
value: props.perPage.toString(),
|
|
208
209
|
options: _mapInstanceProperty(options).call(options, option => ({
|
|
@@ -274,6 +275,6 @@ Pagination.defaultProps = defaultProps;
|
|
|
274
275
|
var Pagination$1 = Pagination;
|
|
275
276
|
|
|
276
277
|
// NOTE: This string will be replaced on build time with the package version.
|
|
277
|
-
var version = "16.
|
|
278
|
+
var version = "16.7.0";
|
|
278
279
|
|
|
279
280
|
export { PageNavigator$1 as PageNavigator, PageSizeSelector$1 as PageSizeSelector, Pagination$1 as Pagination, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/pagination",
|
|
3
3
|
"description": "Components for navigating through pages of items",
|
|
4
|
-
"version": "16.
|
|
4
|
+
"version": "16.7.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "16.
|
|
25
|
-
"@commercetools-uikit/design-system": "16.
|
|
26
|
-
"@commercetools-uikit/icons": "16.
|
|
27
|
-
"@commercetools-uikit/label": "16.
|
|
28
|
-
"@commercetools-uikit/number-input": "16.
|
|
29
|
-
"@commercetools-uikit/secondary-icon-button": "16.
|
|
30
|
-
"@commercetools-uikit/select-input": "16.
|
|
31
|
-
"@commercetools-uikit/spacings": "16.
|
|
32
|
-
"@commercetools-uikit/text": "16.
|
|
33
|
-
"@commercetools-uikit/utils": "16.
|
|
24
|
+
"@commercetools-uikit/constraints": "16.7.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.7.0",
|
|
26
|
+
"@commercetools-uikit/icons": "16.7.0",
|
|
27
|
+
"@commercetools-uikit/label": "16.7.0",
|
|
28
|
+
"@commercetools-uikit/number-input": "16.7.0",
|
|
29
|
+
"@commercetools-uikit/secondary-icon-button": "16.7.0",
|
|
30
|
+
"@commercetools-uikit/select-input": "16.7.0",
|
|
31
|
+
"@commercetools-uikit/spacings": "16.7.0",
|
|
32
|
+
"@commercetools-uikit/text": "16.7.0",
|
|
33
|
+
"@commercetools-uikit/utils": "16.7.0",
|
|
34
34
|
"@emotion/react": "^11.10.5",
|
|
35
35
|
"@emotion/styled": "^11.10.5",
|
|
36
36
|
"formik": "^2.2.9",
|