@coreui/vue-pro 4.10.3 → 4.10.4
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/index.js
CHANGED
|
@@ -14573,7 +14573,7 @@ const CSmartTableHead = vue.defineComponent({
|
|
|
14573
14573
|
emit('filterInput', getColumnKey(column), event.target.value);
|
|
14574
14574
|
},
|
|
14575
14575
|
onChange: (event) => {
|
|
14576
|
-
emit('filterChange', event.target.value);
|
|
14576
|
+
emit('filterChange', getColumnKey(column), event.target.value);
|
|
14577
14577
|
},
|
|
14578
14578
|
'aria-label': `column name: '${getColumnLabel(column)}' filter input`,
|
|
14579
14579
|
...(props.columnFilterValue &&
|