@conterra/ct-mapapps-typings 4.19.2-next.20250403093508 → 4.19.2-next.20250404041438
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 +1 -1
- package/search-ui/api.d.ts +2 -1
package/package.json
CHANGED
package/search-ui/api.d.ts
CHANGED
|
@@ -53,7 +53,8 @@ interface SearchUiService extends EventSource<SearchUiServiceEvents> {
|
|
|
53
53
|
}
|
|
54
54
|
/**
|
|
55
55
|
* Interface to react on the 'Enter' key pressed event of the search-ui input field. It will provide the
|
|
56
|
-
* current text from the input field to another component.
|
|
56
|
+
* current text from the input field to another component.
|
|
57
|
+
*
|
|
57
58
|
* Only one action is allowed. It must be registered as a service which provides `search-ui.EnterKeyAction`.
|
|
58
59
|
*/
|
|
59
60
|
interface SearchUiEnterKeyAction {
|