biblio-react 2.0.2 → 2.0.4
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 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -14819,6 +14819,7 @@ const Nd = (e) => {
|
|
|
14819
14819
|
XS,
|
|
14820
14820
|
{
|
|
14821
14821
|
...h,
|
|
14822
|
+
source: f,
|
|
14822
14823
|
onBeforeSubmitAsistente: M,
|
|
14823
14824
|
onAfterSubmitAsistente: D,
|
|
14824
14825
|
enviarTodo: E,
|
|
@@ -14836,6 +14837,7 @@ const Nd = (e) => {
|
|
|
14836
14837
|
QS,
|
|
14837
14838
|
{
|
|
14838
14839
|
...h,
|
|
14840
|
+
source: f,
|
|
14839
14841
|
onBeforeSubmitAsistente: M,
|
|
14840
14842
|
onAfterSubmitAsistente: D,
|
|
14841
14843
|
enviarTodo: E,
|
|
@@ -14854,6 +14856,7 @@ const Nd = (e) => {
|
|
|
14854
14856
|
ZS,
|
|
14855
14857
|
{
|
|
14856
14858
|
...h,
|
|
14859
|
+
source: f,
|
|
14857
14860
|
onBeforeSubmitAsistente: M,
|
|
14858
14861
|
onAfterSubmitAsistente: D,
|
|
14859
14862
|
enviarTodo: E,
|
|
@@ -15826,7 +15829,7 @@ const ac = af(
|
|
|
15826
15829
|
disableMultipleRowSelection: O = !0,
|
|
15827
15830
|
...F
|
|
15828
15831
|
} = e, P = ma(e), T = Je(), y = qe(e), {
|
|
15829
|
-
props: { hasBulkActionButtons: C, ...E }
|
|
15832
|
+
props: { hasBulkActionButtons: C = !0, ...E }
|
|
15830
15833
|
} = sl(), {
|
|
15831
15834
|
data: $ = [],
|
|
15832
15835
|
isLoading: R,
|