@3sc/common-component 0.0.289 → 0.0.290
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.es.js +2 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +54 -54
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -43422,7 +43422,8 @@ const Hc = {
|
|
|
43422
43422
|
}
|
|
43423
43423
|
h.push(O);
|
|
43424
43424
|
}
|
|
43425
|
-
|
|
43425
|
+
const g = h.sort((x, w) => x.sequenceId - w.sequenceId);
|
|
43426
|
+
return console.log({ colSort: g, definitions: i }), g;
|
|
43426
43427
|
}, DW = (e) => e.sort((t, n) => t.sequenceId - n.sequenceId), Cy = ({ definitions: e }) => e.map((t, n) => ({
|
|
43427
43428
|
id: t.id,
|
|
43428
43429
|
key: t.key,
|