biblio-react 3.0.0-alpha40 → 3.0.0-alpha41
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16747,7 +16747,7 @@ const Yp = /* @__PURE__ */ n((e) => {
|
|
|
16747
16747
|
if (K.length > 0) {
|
|
16748
16748
|
const { field: ue } = K[0];
|
|
16749
16749
|
let Re;
|
|
16750
|
-
U.field === ue ? Re = U.order === "ASC" ? "DESC" : U.order === "DESC" ? "" : "ASC" : Re = "ASC", re({ field: ue
|
|
16750
|
+
U.field === ue ? Re = U.order === "ASC" ? "DESC" : U.order === "DESC" ? "" : "ASC" : Re = "ASC", re({ field: ue, order: Re });
|
|
16751
16751
|
} else
|
|
16752
16752
|
re({ field: "", order: "" });
|
|
16753
16753
|
}, "handleSortModelChange"), Ne = /* @__PURE__ */ n((K) => {
|