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