wargerm 0.7.60 → 0.7.62
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/dist/index.esm.js +2 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -7202,7 +7202,8 @@ var TabelCard = function TabelCard(props, ref) {
|
|
7202
7202
|
}))),
|
7203
7203
|
search: false,
|
7204
7204
|
pagination: pagination !== null && pagination !== void 0 ? pagination : {
|
7205
|
-
|
7205
|
+
showSizeChanger: true,
|
7206
|
+
defaultPageSize: 10
|
7206
7207
|
}
|
7207
7208
|
}, extraProps))));
|
7208
7209
|
};
|
package/dist/index.js
CHANGED
@@ -7246,7 +7246,8 @@ var TabelCard = function TabelCard(props, ref) {
|
|
7246
7246
|
}))),
|
7247
7247
|
search: false,
|
7248
7248
|
pagination: pagination !== null && pagination !== void 0 ? pagination : {
|
7249
|
-
|
7249
|
+
showSizeChanger: true,
|
7250
|
+
defaultPageSize: 10
|
7250
7251
|
}
|
7251
7252
|
}, extraProps))));
|
7252
7253
|
};
|