beca-ui 0.1.35 → 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 -3
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -90966,12 +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
|
-
|
|
90970
|
-
components: {
|
|
90969
|
+
components: M ? {
|
|
90971
90970
|
header: {
|
|
90972
90971
|
cell: ResizableTitle
|
|
90973
90972
|
}
|
|
90974
|
-
}
|
|
90973
|
+
} : a.components
|
|
90975
90974
|
}
|
|
90976
90975
|
);
|
|
90977
90976
|
}, getClassName$E = (a) => {
|