biblio-react 3.0.0-alpha134 → 3.0.0-alpha135
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 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -56800,6 +56800,8 @@ export {
|
|
|
56800
56800
|
Rte as GE,
|
|
56801
56801
|
pb as GridButton,
|
|
56802
56802
|
yz as GrillaEtriek,
|
|
56803
|
+
qC as GrillaEtriekContext,
|
|
56804
|
+
KN as GrillaEtriekProvider,
|
|
56803
56805
|
JC as IdContext,
|
|
56804
56806
|
Zte as ImageField,
|
|
56805
56807
|
Bte as Layout,
|
|
@@ -56870,6 +56872,7 @@ export {
|
|
|
56870
56872
|
hp as useFormSubmit,
|
|
56871
56873
|
uk as useFormToolbar,
|
|
56872
56874
|
S_ as useGetJson,
|
|
56875
|
+
fp as useGrillaEtriek,
|
|
56873
56876
|
QC as useIdContext,
|
|
56874
56877
|
hb as useInitFicha,
|
|
56875
56878
|
t5 as useNuevo,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "biblio-react",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-alpha135",
|
|
4
4
|
"description": "Framework de Metiri hecho en React",
|
|
5
5
|
"author": "WiXSL",
|
|
6
6
|
"license": "MIT",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"react-redux": "~8.0.5",
|
|
76
76
|
"react-router-dom": "6.27.0",
|
|
77
77
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
78
|
-
"vite": "^5.4.
|
|
78
|
+
"vite": "^5.4.19"
|
|
79
79
|
},
|
|
80
80
|
"files": [
|
|
81
81
|
"dist"
|