@amsom-habitat/amsom-table 1.1.7 → 1.1.8
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/amsom-table.js +2 -2
- package/dist/amsom-table.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/amsom-table.js
CHANGED
|
@@ -8675,7 +8675,7 @@ const Qq = {
|
|
|
8675
8675
|
},
|
|
8676
8676
|
filterBy(M, z) {
|
|
8677
8677
|
for (const b of this.columns) {
|
|
8678
|
-
const p = b.filter ? new Function(`return (${b.filter})`)() : null, O = M[b.id];
|
|
8678
|
+
const p = b.filter ? new Function(`return (${b.filter})`).bind(this)() : null, O = M[b.id];
|
|
8679
8679
|
if (O) {
|
|
8680
8680
|
const c = t2(O), o = p ? t2(p(O)) : null;
|
|
8681
8681
|
if (o && o.includes(t2(z)) || c && c.includes(t2(z)))
|
|
@@ -8949,7 +8949,7 @@ function Lt(M, z, b, p, O, c) {
|
|
|
8949
8949
|
])
|
|
8950
8950
|
], 64);
|
|
8951
8951
|
}
|
|
8952
|
-
const ht = /* @__PURE__ */ Kq(Qq, [["render", Lt], ["__scopeId", "data-v-
|
|
8952
|
+
const ht = /* @__PURE__ */ Kq(Qq, [["render", Lt], ["__scopeId", "data-v-9a4cbf27"]]);
|
|
8953
8953
|
export {
|
|
8954
8954
|
ht as AmsomTableDraggable,
|
|
8955
8955
|
ht as default
|