beca-ui 2.0.19-beta.59 → 2.0.19-beta.60
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 +13 -0
- package/dist/main.css +1 -1
- package/dist/theme/styles.d.ts +1 -0
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -99410,6 +99410,18 @@ const pageSize = 10, NotificationComponent = (a, s) => {
|
|
|
99410
99410
|
headerBg: "var(--table-bg)"
|
|
99411
99411
|
}
|
|
99412
99412
|
}
|
|
99413
|
+
}, officeThemeConfig = {
|
|
99414
|
+
...themeConfig,
|
|
99415
|
+
components: {
|
|
99416
|
+
...themeConfig.components,
|
|
99417
|
+
// Only Office
|
|
99418
|
+
Table: {
|
|
99419
|
+
cellPaddingInline: 8,
|
|
99420
|
+
cellPaddingBlock: 8,
|
|
99421
|
+
borderColor: "var(--table-td-border-color)",
|
|
99422
|
+
headerBg: "var(--table-bg)"
|
|
99423
|
+
}
|
|
99424
|
+
}
|
|
99413
99425
|
}, EnglishIcon = "https://library.becawork.vn/api/PublicLibrary/ViewFile/gfregdblvwd7l9bqxedwh1sjg29xbmzer0olhsbydl782byvn1", VietnameseIcon = "https://library.becawork.vn/api/PublicLibrary/ViewFile/awi0eoxh8neoki78qvv0iecos64urednjjld61v9x9uxuzbya3", { Header: Header$2 } = Layout, TopMenu = (a, s) => {
|
|
99414
99426
|
var Lt, Yt, zr, Yr, nn, Br;
|
|
99415
99427
|
const {
|
|
@@ -183058,6 +183070,7 @@ export {
|
|
|
183058
183070
|
staticMethods$1 as message,
|
|
183059
183071
|
mobileWidth,
|
|
183060
183072
|
staticMethods as notification,
|
|
183073
|
+
officeThemeConfig,
|
|
183061
183074
|
paginationItemRender,
|
|
183062
183075
|
themeConfig,
|
|
183063
183076
|
useAPI,
|