beca-ui 2.0.14 → 2.0.15-beta.1
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
CHANGED
|
@@ -93736,7 +93736,7 @@ const xat = "https://share.becawork.vn/files/theme/web/sidebar-bg-img.png", lD =
|
|
|
93736
93736
|
onClick: m
|
|
93737
93737
|
}
|
|
93738
93738
|
),
|
|
93739
|
-
(j == null ? void 0 : j.
|
|
93739
|
+
(j == null ? void 0 : j.showEventTheme) && /* @__PURE__ */ F(
|
|
93740
93740
|
"div",
|
|
93741
93741
|
{
|
|
93742
93742
|
style: {
|
|
@@ -95545,7 +95545,7 @@ const Dge = ld({}), blt = (e, t) => {
|
|
|
95545
95545
|
}
|
|
95546
95546
|
}
|
|
95547
95547
|
}, Clt = {
|
|
95548
|
-
|
|
95548
|
+
showEventTheme: !0
|
|
95549
95549
|
}, Slt = (e) => {
|
|
95550
95550
|
const { className: t, scrollable: n = !0 } = e;
|
|
95551
95551
|
let r = "beca-content";
|
|
@@ -13,7 +13,7 @@ export interface MainLayoutProps extends Omit<SideBarMenuProps, "sideBarMenus">,
|
|
|
13
13
|
userConfig: UserConfig;
|
|
14
14
|
}
|
|
15
15
|
export interface UserConfig {
|
|
16
|
-
|
|
16
|
+
showEventTheme?: boolean;
|
|
17
17
|
}
|
|
18
18
|
export * from "./Header/Header.types";
|
|
19
19
|
export type MainLayoutRef = NotificationRef;
|