@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.modern.js
CHANGED
|
@@ -327,7 +327,9 @@ function Pagination(props) {
|
|
|
327
327
|
}, /*#__PURE__*/React.createElement("span", null, i18n("Page"), "\xA0"), /*#__PURE__*/React.createElement("strong", null, pageIndex + 1, " of ", pageOptions.length)), totalLength !== undefined && /*#__PURE__*/React.createElement("li", {
|
|
328
328
|
className: "mb-3 flex items-center",
|
|
329
329
|
"data-testid": "pagination-total-items"
|
|
330
|
-
}, i18n("Total"), ": ", /*#__PURE__*/React.createElement("strong",
|
|
330
|
+
}, i18n("Total"), ": ", /*#__PURE__*/React.createElement("strong", {
|
|
331
|
+
className: "mx-1"
|
|
332
|
+
}, new Intl.NumberFormat(undefined).format(totalLength)), " ", i18n("items")));
|
|
331
333
|
}
|
|
332
334
|
|
|
333
335
|
function DefaultArrowSort({
|