biblio-react 3.0.0-alpha273-popup → 3.0.0-alpha274-popup
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 +16 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -27775,7 +27775,14 @@ function Zz(t) {
|
|
|
27775
27775
|
kk,
|
|
27776
27776
|
{
|
|
27777
27777
|
containerRef: u,
|
|
27778
|
-
slotProps: {
|
|
27778
|
+
slotProps: {
|
|
27779
|
+
button: {
|
|
27780
|
+
size: "small",
|
|
27781
|
+
sx: {
|
|
27782
|
+
lineHeight: 1.5
|
|
27783
|
+
}
|
|
27784
|
+
}
|
|
27785
|
+
}
|
|
27779
27786
|
}
|
|
27780
27787
|
)
|
|
27781
27788
|
] })
|
|
@@ -30133,7 +30140,7 @@ const Fk = /* @__PURE__ */ s((t) => {
|
|
|
30133
30140
|
editIcon: l,
|
|
30134
30141
|
deleteIcon: u,
|
|
30135
30142
|
localeText: {
|
|
30136
|
-
toolbarExport: "",
|
|
30143
|
+
toolbarExport: A ? "Exportar" : "",
|
|
30137
30144
|
toolbarExportLabel: "Exportar",
|
|
30138
30145
|
toolbarExportCSV: "CSV",
|
|
30139
30146
|
toolbarExportExcel: "Excel",
|
|
@@ -32462,7 +32469,13 @@ const Uk = /* @__PURE__ */ s(() => {
|
|
|
32462
32469
|
children: /* @__PURE__ */ b(Mc, {})
|
|
32463
32470
|
}
|
|
32464
32471
|
),
|
|
32465
|
-
E !== !1 && /* @__PURE__ */ b(
|
|
32472
|
+
E !== !1 && /* @__PURE__ */ b(
|
|
32473
|
+
"div",
|
|
32474
|
+
{
|
|
32475
|
+
ref: $,
|
|
32476
|
+
style: { display: "flex", alignItems: "center" }
|
|
32477
|
+
}
|
|
32478
|
+
),
|
|
32466
32479
|
d !== !1 && /* @__PURE__ */ b(Aj, { resource: w }),
|
|
32467
32480
|
z && B !== "custom" && U === "pivot" && /* @__PURE__ */ b(wn, { onClick: ie, children: /* @__PURE__ */ b(sd, {}) }),
|
|
32468
32481
|
!l && oe.length > 0 && /* @__PURE__ */ b(wn, { onClick: K, children: /* @__PURE__ */ b(Mj, {}) }),
|