@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/package.json
CHANGED
|
@@ -187,7 +187,11 @@ const CSmartTableHead = defineComponent({
|
|
|
187
187
|
)
|
|
188
188
|
},
|
|
189
189
|
onChange: (event: Event) => {
|
|
190
|
-
emit(
|
|
190
|
+
emit(
|
|
191
|
+
'filterChange',
|
|
192
|
+
getColumnKey(column),
|
|
193
|
+
(event.target as HTMLInputElement).value,
|
|
194
|
+
)
|
|
191
195
|
},
|
|
192
196
|
'aria-label': `column name: '${getColumnLabel(
|
|
193
197
|
column,
|