beca-ui 0.1.36 → 0.1.37
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/beca-ui.js +2 -2
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -90966,11 +90966,11 @@ const ResizableTitle = (a) => {
|
|
|
90966
90966
|
rowSelection: R,
|
|
90967
90967
|
expandIcon: (B) => q(B),
|
|
90968
90968
|
loading: b === !0 ? { indicator: /* @__PURE__ */ jsx(Spin, {}) } : b,
|
|
90969
|
-
components: {
|
|
90969
|
+
components: M ? {
|
|
90970
90970
|
header: {
|
|
90971
90971
|
cell: ResizableTitle
|
|
90972
90972
|
}
|
|
90973
|
-
}
|
|
90973
|
+
} : a.components
|
|
90974
90974
|
}
|
|
90975
90975
|
);
|
|
90976
90976
|
}, getClassName$E = (a) => {
|