biblio-react 3.0.0-alpha115 → 3.0.0-alpha117
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 +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9615,7 +9615,7 @@ const cL = /^(\d+)(th|st|nd|rd)?/i, uL = /\d+/i, dL = {
|
|
|
9615
9615
|
hidden: d,
|
|
9616
9616
|
required: p,
|
|
9617
9617
|
disabled: f
|
|
9618
|
-
} = u.length === 0 ? { hidden: 0, required: 0, disabled: 0 } : u[t]
|
|
9618
|
+
} = u.length === 0 || !u[t] ? { hidden: 0, required: 0, disabled: 0 } : u[t], {
|
|
9619
9619
|
disabled: h,
|
|
9620
9620
|
hidden: g,
|
|
9621
9621
|
required: m,
|
|
@@ -23008,7 +23008,9 @@ const zz = x.forwardRef(/* @__PURE__ */ a(function(t, r) {
|
|
|
23008
23008
|
onLoadGrilla: p,
|
|
23009
23009
|
mobileColumns: f,
|
|
23010
23010
|
hasEdit: h,
|
|
23011
|
-
initialState: g
|
|
23011
|
+
initialState: g = {
|
|
23012
|
+
columns: { columnVisibilityModel: {} }
|
|
23013
|
+
},
|
|
23012
23014
|
convertFilterModelToFilterValues: m = tB,
|
|
23013
23015
|
claveNuevo: b,
|
|
23014
23016
|
hasVerFicha: v = !1,
|