@dhis2-ui/pagination 9.11.3 → 9.12.0-alpha.1
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.
|
@@ -80,7 +80,9 @@ NoTotalAtLastPageWithoutPageLength.args = {
|
|
|
80
80
|
const WithoutPageSizeSelect = exports.WithoutPageSizeSelect = Template.bind({});
|
|
81
81
|
WithoutPageSizeSelect.args = {
|
|
82
82
|
...pagers.atTenthPage,
|
|
83
|
-
hidePageSizeSelect: true
|
|
83
|
+
hidePageSizeSelect: true,
|
|
84
|
+
hidePageSelect: false,
|
|
85
|
+
hidePageSummary: false
|
|
84
86
|
};
|
|
85
87
|
const WithoutGoToPageSelect = exports.WithoutGoToPageSelect = Template.bind({});
|
|
86
88
|
WithoutGoToPageSelect.args = {
|
|
@@ -71,7 +71,9 @@ NoTotalAtLastPageWithoutPageLength.args = {
|
|
|
71
71
|
export const WithoutPageSizeSelect = Template.bind({});
|
|
72
72
|
WithoutPageSizeSelect.args = {
|
|
73
73
|
...pagers.atTenthPage,
|
|
74
|
-
hidePageSizeSelect: true
|
|
74
|
+
hidePageSizeSelect: true,
|
|
75
|
+
hidePageSelect: false,
|
|
76
|
+
hidePageSummary: false
|
|
75
77
|
};
|
|
76
78
|
export const WithoutGoToPageSelect = Template.bind({});
|
|
77
79
|
WithoutGoToPageSelect.args = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dhis2-ui/pagination",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.12.0-alpha.1",
|
|
4
4
|
"description": "UI Pagination",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@dhis2/prop-types": "^3.1.2",
|
|
37
|
-
"@dhis2-ui/button": "9.
|
|
38
|
-
"@dhis2-ui/select": "9.
|
|
39
|
-
"@dhis2/ui-constants": "9.
|
|
40
|
-
"@dhis2/ui-icons": "9.
|
|
37
|
+
"@dhis2-ui/button": "9.12.0-alpha.1",
|
|
38
|
+
"@dhis2-ui/select": "9.12.0-alpha.1",
|
|
39
|
+
"@dhis2/ui-constants": "9.12.0-alpha.1",
|
|
40
|
+
"@dhis2/ui-icons": "9.12.0-alpha.1",
|
|
41
41
|
"classnames": "^2.3.1",
|
|
42
42
|
"prop-types": "^15.7.2"
|
|
43
43
|
},
|