@aveonline/ui-react 2.19.0 → 2.19.2
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/ui-react.mjs
CHANGED
|
@@ -13580,6 +13580,7 @@ const Rue = Ye((e, t) => {
|
|
|
13580
13580
|
autoComplete: s,
|
|
13581
13581
|
intlConfig: { locale: "es-CO", currency: "COP" },
|
|
13582
13582
|
value: M,
|
|
13583
|
+
maxLength: I == null ? void 0 : I.maxLength,
|
|
13583
13584
|
defaultValue: M,
|
|
13584
13585
|
disabled: i,
|
|
13585
13586
|
allowNegativeValue: !1,
|
|
@@ -40563,9 +40564,8 @@ function uue({
|
|
|
40563
40564
|
return /* @__PURE__ */ m.jsxs("div", { className: "items-center grid grid-cols-3 mt-4 mb-3", children: [
|
|
40564
40565
|
/* @__PURE__ */ m.jsx("div", { className: ee(r ? "col-start-2" : "col-end-1"), children: /* @__PURE__ */ m.jsxs("div", { className: "flex items-center justify-center gap-2", children: [
|
|
40565
40566
|
/* @__PURE__ */ m.jsx("span", { className: "flex items-center gap-1 min-w-max", children: /* @__PURE__ */ m.jsxs(Ie, { variant: "caption", children: [
|
|
40566
|
-
|
|
40567
|
-
" -",
|
|
40568
|
-
" ",
|
|
40567
|
+
i + 1,
|
|
40568
|
+
" - ",
|
|
40569
40569
|
n == null ? void 0 : n.totalPages,
|
|
40570
40570
|
" de"
|
|
40571
40571
|
] }) }),
|