@iclips/ui 1.0.52 → 1.0.53
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/components/ui/data-table.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -52124,7 +52124,7 @@ function nA({
|
|
|
52124
52124
|
column: ue ? R : null,
|
|
52125
52125
|
direction: ue
|
|
52126
52126
|
};
|
|
52127
|
-
await u.onSortChange(Oe);
|
|
52127
|
+
x.onSort(R), await u.onSortChange(Oe);
|
|
52128
52128
|
} else
|
|
52129
52129
|
x.onSort(R);
|
|
52130
52130
|
}, [g, u, w.sort, x]), G = Qe(async (R) => {
|