impact-nova 2.0.7 → 2.0.9

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.
@@ -26,8 +26,8 @@ export interface HeaderSearchInputProps {
26
26
  * HeaderSearchInput - A single instance input for column filtering.
27
27
  *
28
28
  * Grid filter model is the source of truth. While an input is focused, a local
29
- * draft overlays committed values so typing is not interrupted. External filter
30
- * changes re-render via AgGridWrapper `onFilterChanged` `refreshHeader()`.
29
+ * draft overlays committed values so typing is not interrupted. Committed values
30
+ * stay in sync via a local filterChanged subscription while inline search is open.
31
31
  */
32
32
  export declare const HeaderSearchInput: ({ column, api, onClose, handleInlineSearch, handleClearSearchInline, onAdvanceSearchClick, toggleAdvanceSearch, advanceSearchEnabled, selectOptions, isMultiSelect, onSelectScrollToBottom, onSelectSearchChange, onSelectOpen, isLoadingSelect, enableSpaceSplitting, enableBooleanParsing, enableDateParsing, }: HeaderSearchInputProps) => import("react/jsx-runtime").JSX.Element;
33
33
  export default HeaderSearchInput;