beca-ui 2.0.18-beta.11 → 2.0.18-beta.12
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 +4 -5
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -96609,8 +96609,8 @@ const gct = (e) => {
|
|
|
96609
96609
|
[JSON.stringify(u)]
|
|
96610
96610
|
);
|
|
96611
96611
|
return rn(() => {
|
|
96612
|
-
if (n === "Office" && r.length > 0) {
|
|
96613
|
-
const v = c.toLowerCase(), g = r.filter(
|
|
96612
|
+
if (n === "Office" && (r == null ? void 0 : r.length) > 0) {
|
|
96613
|
+
const v = c == null ? void 0 : c.toLowerCase(), g = r.filter(
|
|
96614
96614
|
(C) => {
|
|
96615
96615
|
var b;
|
|
96616
96616
|
return C.id.toLowerCase().includes(v) || C.name.toLowerCase().includes(v) || ((b = C.nameEng) == null ? void 0 : b.toLowerCase().includes(v));
|
|
@@ -108981,7 +108981,6 @@ const iht = (e) => {
|
|
|
108981
108981
|
}) : pe.onHeaderCell
|
|
108982
108982
|
}));
|
|
108983
108983
|
rn(() => {
|
|
108984
|
-
console.log(i);
|
|
108985
108984
|
const pe = [...i].map((ve) => {
|
|
108986
108985
|
const ye = { ...ve };
|
|
108987
108986
|
return ve.filterDropdown && ve.filterIcon === void 0 && (ye.filterIcon = /* @__PURE__ */ W(Jct, {})), ye;
|
|
@@ -129482,7 +129481,7 @@ const Ubt = pl.create({
|
|
|
129482
129481
|
let c = !0;
|
|
129483
129482
|
return a.nodesBetween(o, i, (u) => {
|
|
129484
129483
|
!u.isText && !u.isTextblock && (c = !1);
|
|
129485
|
-
}),
|
|
129484
|
+
}), c;
|
|
129486
129485
|
},
|
|
129487
129486
|
children: /* @__PURE__ */ bn(
|
|
129488
129487
|
As,
|
|
@@ -130512,7 +130511,7 @@ const Ubt = pl.create({
|
|
|
130512
130511
|
pe.fontFamily,
|
|
130513
130512
|
pe.fontSize
|
|
130514
130513
|
);
|
|
130515
|
-
}))
|
|
130514
|
+
}));
|
|
130516
130515
|
}
|
|
130517
130516
|
(se == null ? void 0 : se.length) > 0 && q(se, ce.fontFamily, ce.fontSize);
|
|
130518
130517
|
}), ee;
|