@tsed/react-formio 2.2.2 → 2.2.3
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.js
CHANGED
|
@@ -400,7 +400,9 @@ function Pagination(props) {
|
|
|
400
400
|
}, /*#__PURE__*/React__default["default"].createElement("span", null, i18n("Page"), "\xA0"), /*#__PURE__*/React__default["default"].createElement("strong", null, pageIndex + 1, " of ", pageOptions.length)), totalLength !== undefined && /*#__PURE__*/React__default["default"].createElement("li", {
|
|
401
401
|
className: "mb-3 flex items-center",
|
|
402
402
|
"data-testid": "pagination-total-items"
|
|
403
|
-
}, i18n("Total"), ": ", /*#__PURE__*/React__default["default"].createElement("strong",
|
|
403
|
+
}, i18n("Total"), ": ", /*#__PURE__*/React__default["default"].createElement("strong", {
|
|
404
|
+
className: "mx-1"
|
|
405
|
+
}, new Intl.NumberFormat(undefined).format(totalLength)), " ", i18n("items")));
|
|
404
406
|
}
|
|
405
407
|
|
|
406
408
|
function DefaultArrowSort(_ref) {
|