jclib-ui 1.0.284 → 1.0.286
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/jclib-ui.css +1 -1
- package/dist/jclib-ui.es.js +5 -3
- package/dist/jclib-ui.es.js.map +1 -1
- package/dist/jclib-ui.umd.js +1 -1
- package/dist/jclib-ui.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/jclib-ui.es.js
CHANGED
|
@@ -21650,7 +21650,7 @@ function Paginacao({
|
|
|
21650
21650
|
"data-align": align,
|
|
21651
21651
|
children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "pgn-comps", children: [
|
|
21652
21652
|
hasLimit && /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "pgn-limit", children: [
|
|
21653
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("
|
|
21653
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("strong", { children: "Registros:" }),
|
|
21654
21654
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
21655
21655
|
"select",
|
|
21656
21656
|
{
|
|
@@ -21684,8 +21684,10 @@ function Paginacao({
|
|
|
21684
21684
|
),
|
|
21685
21685
|
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "p-2 text-body", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { children: [
|
|
21686
21686
|
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "fw-bold", children: page }),
|
|
21687
|
-
|
|
21688
|
-
|
|
21687
|
+
pages ? /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { children: [
|
|
21688
|
+
" / ",
|
|
21689
|
+
pages
|
|
21690
|
+
] }) : null
|
|
21689
21691
|
] }) }),
|
|
21690
21692
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
21691
21693
|
"button",
|