(e)
| 19244 | delete ex.value; |
| 19245 | } |
| 19246 | const searchClick = (e)=>{ |
| 19247 | const search = { |
| 19248 | key: 0, |
| 19249 | expressions: [ |
| 19250 | ex |
| 19251 | ] |
| 19252 | }; |
| 19253 | props.onSearch(e, [ |
| 19254 | search |
| 19255 | ]); |
| 19256 | }; |
| 19257 | const title = (0, _language.strings).tooltipSearch(nameValuePair.columnName, displayValue(nameValuePair.value).display); |
| 19258 | return (0, _base.base).react.createElement("div", { |
| 19259 | key: i, |