@lumx/vue 4.3.2-alpha.28 → 4.3.2-alpha.29
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/index.js +11 -6
- package/index.js.map +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -2341,12 +2341,17 @@ const wi = /* @__PURE__ */ y((e, {
|
|
|
2341
2341
|
}) => {
|
|
2342
2342
|
const n = () => {
|
|
2343
2343
|
t("headerClick");
|
|
2344
|
-
}
|
|
2345
|
-
return () =>
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2344
|
+
};
|
|
2345
|
+
return () => {
|
|
2346
|
+
const o = wt("onHeaderClick");
|
|
2347
|
+
return console.log({
|
|
2348
|
+
hasClickListener: o
|
|
2349
|
+
}), l(Bs, h(e, a, {
|
|
2350
|
+
className: e.class,
|
|
2351
|
+
onHeaderClick: o ? n : void 0,
|
|
2352
|
+
children: r.default?.()
|
|
2353
|
+
}), null);
|
|
2354
|
+
};
|
|
2350
2355
|
}, {
|
|
2351
2356
|
name: "LumxTableCell",
|
|
2352
2357
|
inheritAttrs: !1,
|