@bridgeline-digital/hawksearch-handlebars-ui 6.3.1 → 6.3.2

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.d.ts CHANGED
@@ -1133,6 +1133,14 @@ declare interface SearchFieldComponentConfig extends BaseComponentConfig {
1133
1133
  * `false`
1134
1134
  */
1135
1135
  disableAutofill?: boolean;
1136
+ /**
1137
+ * Specifies the debounce value between fetching data and keypress (ms)
1138
+ *
1139
+ * #### Default Value
1140
+ * `250`
1141
+ * *For more information, see {@link Components}.*
1142
+ */
1143
+ searchDebounceValue?: number;
1136
1144
  }
1137
1145
 
1138
1146
  /**