biblio-react 3.0.0-alpha116 → 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 +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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,
|